:root {
  --forest: #173c2a;
  --forest-2: #24553b;
  --sage: #8b9a63;
  --olive: #a9ad55;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --ink: #213029;
  --muted: #66716b;
  --line: #dfe4da;
  --gold: #b28b45;
  --shadow: 0 18px 50px rgba(28, 54, 39, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0 0 .7rem; line-height: 1.12; color: var(--forest); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }
h1 { font-size: clamp(2.45rem, 6vw, 5.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); letter-spacing: -.03em; }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
ul { margin: .4rem 0 1.2rem; padding-left: 1.2rem; }
.container { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.eyebrow { color: var(--forest-2); font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: .78rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #46534c; max-width: 760px; }
.small { font-size: .88rem; color: var(--muted); }
.center { text-align: center; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 253, 248, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(23, 60, 42, .1);
}
.nav { min-height: 78px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: 158px; max-height: 60px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; font-size: .93rem; font-weight: 700; color: #365044; }
.nav-links a:hover { color: var(--olive); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.8rem; color: var(--forest); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .78rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid transparent; transition: .18s ease; }
.btn-primary { color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(23,60,42,.18); }
.btn-primary:hover { background: var(--forest-2); transform: translateY(-1px); }
.btn-secondary { color: var(--forest); background: transparent; border-color: rgba(23,60,42,.35); }
.btn-secondary:hover { background: white; }
.btn-light { color: var(--forest); background: white; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.5rem; }

.hero { padding: clamp(56px, 8vw, 110px) 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(30px, 6vw, 80px); }
.hero-copy .lead { margin-top: 1.2rem; }
.hero-visual { position: relative; min-height: 500px; }
.hero-visual img { width: 100%; height: 520px; object-fit: cover; border-radius: 44% 44% 22px 22px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -28px; bottom: 24px; max-width: 250px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); color: var(--forest); font-weight: 750; }

.section { padding: clamp(68px, 9vw, 112px) 0; }
.section-white { background: var(--paper); }
.section-green { background: var(--forest); color: #f7f5ed; }
.section-green h2, .section-green h3 { color: white; }
.section-head { max-width: 800px; margin-bottom: 2.4rem; }
.section-head.center { margin-inline: auto; }
.section-head.center .lead { margin-inline: auto; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 2.4rem; }
.stat { padding: 22px; border-radius: 18px; background: rgba(255,255,255,.7); border: 1px solid rgba(23,60,42,.1); }
.stat strong { display: block; font-family: Georgia, serif; color: var(--forest); font-size: 1.8rem; }

.quote-card { border-radius: var(--radius); background: white; padding: clamp(28px, 5vw, 58px); box-shadow: var(--shadow); border-left: 6px solid var(--olive); }
.quote-card blockquote { margin: 0; font-family: Georgia, serif; color: var(--forest); font-size: clamp(1.25rem, 2.5vw, 1.75rem); line-height: 1.5; }
.quote-card cite { display: block; margin-top: 1.3rem; font-style: normal; color: var(--muted); font-size: .9rem; }

.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 34px rgba(28,54,39,.07); }
.card-body { padding: 25px; }
.card-img { width: 100%; height: 240px; object-fit: cover; }
.card p { color: #526159; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--forest); font-weight: 850; text-decoration: none; }
.card-link::after { content: "→"; }
.card-link:hover { color: var(--olive); }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #eef0dc; color: var(--forest); font-size: 1.3rem; margin-bottom: 1rem; }

.price-card { position: relative; display: flex; flex-direction: column; min-height: 100%; }
.price-card .card-body { display: flex; flex-direction: column; flex: 1; }
.price-label { color: var(--forest-2); font-weight: 800; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.price { margin: .2rem 0 1rem; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; line-height: 1; }
.price-note { margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,6vw,76px); align-items: center; }
.split img { width: 100%; min-height: 480px; max-height: 680px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 1.8rem; margin-bottom: .75rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--olive); font-weight: 900; }

.doctor-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }
.doctor { background: white; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.doctor img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.doctor .card-body { padding: 20px; }
.doctor .role { color: var(--muted); font-size: .9rem; min-height: 48px; }

.gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-auto-rows: 250px; gap: 14px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; }
.gallery img:first-child { grid-row: span 2; }

.cta-band { padding: 42px; border-radius: var(--radius); background: linear-gradient(135deg,var(--forest),#315f44); color: white; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { color: white; font-size: clamp(1.8rem,4vw,3rem); }

.page-hero { padding: 74px 0 60px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(30px,6vw,80px); align-items: center; }
.page-hero img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.clinical-photo { width: min(100%, 360px); margin: 0 auto; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.split .clinical-photo img { width: 100%; height: auto; min-height: 0; object-fit: contain; border-radius: calc(var(--radius) - 8px); box-shadow: none; }
.clinical-photo figcaption { margin-top: 10px; color: var(--muted); font-size: .86rem; text-align: center; }
.breadcrumbs { font-size: .86rem; color: var(--muted); margin-bottom: 1.2rem; }
.breadcrumbs a { text-decoration: none; }
.notice { padding: 18px 20px; background: #eef0dc; border-radius: 16px; color: #3c4d43; }
.content { max-width: 840px; }
.content h2 { margin-top: 2.2rem; font-size: clamp(1.7rem,3.6vw,2.8rem); }
.faq details { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 800; color: var(--forest); }
.faq details p { margin: .8rem 0 0; }

.footer { background: #102b1e; color: #dce7df; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 36px; }
.footer h3 { color: white; }
.footer a { color: #dce7df; text-decoration: none; }
.footer a:hover { color: white; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .84rem; color: #aebdb4; }
.wa-float { position: fixed; z-index: 30; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; display: grid; place-items: center; text-decoration: none; font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.22); }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 20px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero-grid, .page-hero-grid, .split { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; }
  .hero-visual img, .page-hero img { height: 420px; }
  .hero-badge { left: 14px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .doctor-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery img:first-child { grid-row: auto; grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand img { width: 130px; }
  .hero { padding-top: 40px; }
  .hero-visual img, .page-hero img { height: 360px; }
  .hero-badge { position: relative; left: auto; bottom: auto; margin: -50px 14px 0; }
  .stats, .grid-3, .grid-2, .doctor-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery img:first-child { grid-column: auto; }
  .cta-band { padding: 28px; align-items: flex-start; flex-direction: column; }
  .actions .btn { width: 100%; }
}
