:root {
  --ink: #0b0e0c;
  --ink-2: #131713;
  --surface: #f4f3ec;
  --surface-2: #e8e9e1;
  --white: #fbfcf7;
  --text: #202520;
  --muted: #667066;
  --lime: #b8f23a;
  --lime-dark: #4f7108;
  --line: rgba(18, 24, 18, .13);
  --max: 1180px;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(10, 14, 10, .12);
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 15px; background: var(--lime); color: var(--ink); border-radius: 999px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: .77rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; color: var(--lime-dark); }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow.on-dark { color: var(--lime); }
h1, h2, h3 { margin: 0; line-height: 1.07; letter-spacing: -.04em; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 7.5vw, 6.75rem); font-weight: 830; }
h2 { font-size: clamp(2.25rem, 5vw, 4.35rem); font-weight: 820; }
h3 { font-size: 1.35rem; letter-spacing: -.025em; }
p { margin: 0; }
.lead { max-width: 680px; font-size: clamp(1.08rem, 2vw, 1.3rem); color: #4b554c; }
.on-dark, .on-dark .lead { color: var(--white); }
.on-dark .lead { color: #c7cec5; }
.lime { color: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11,14,12,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 235px; flex: 0 0 auto; }
.brand img { width: 100%; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-links a { color: #e8eee7; text-decoration: none; font-size: .92rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 19px; height: 2px; background: currentColor; transition: .25s; }
.nav-toggle span { margin: 4px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 820; text-decoration: none; line-height: 1; transition: transform .25s var(--ease), box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(184,242,58,.22); background: #c8ff51; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #79a90e; outline-offset: 4px; }
.button.small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button.outline { color: var(--white); border-color: rgba(255,255,255,.28); background: transparent; }
.button.outline:hover { border-color: var(--lime); color: var(--lime); box-shadow: none; }
.button.dark { color: var(--white); background: var(--ink); }
.button.coaching-button { border-color: #c99a63; background: #1a1320; color: #f3d4b0; box-shadow: 0 12px 30px rgba(112,72,24,.16); }
.button.coaching-button:hover { background: #2a1d31; color: #fff1df; box-shadow: 0 15px 36px rgba(112,72,24,.25); }
.arrow { font-size: 1.2em; }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 84px 0 70px; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; }
.hero h1 { max-width: 770px; }
.hero .lead { margin-top: 25px; max-width: 630px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 22px 34px; margin-top: 43px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #c5cdc4; font-size: .91rem; }
.proof-row span { display: inline-flex; align-items: center; gap: 9px; }
.proof-row span::before { content: "✓"; color: var(--lime); font-weight: 900; }
.hero-art { position: relative; }
.hero-art img { width: 100%; border-radius: 34px; box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.floating-note { position: absolute; left: -34px; bottom: 30px; max-width: 220px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(18,22,18,.83); backdrop-filter: blur(12px); color: #e7ede4; font-size: .87rem; }
.floating-note strong { display: block; margin-bottom: 4px; color: var(--lime); font-size: 1.05rem; }

.section { padding: 112px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.section-head .lead { max-width: 470px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; min-height: 310px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.58); transition: transform .35s var(--ease), box-shadow .35s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-number { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 50px; border-radius: 50%; background: var(--ink); color: var(--lime); font-weight: 850; font-size: .85rem; }
.card p { margin-top: 16px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link:hover { color: var(--lime-dark); }

.dark-panel { overflow: hidden; border-radius: 42px; background: var(--ink-2); color: white; }
.approach { display: grid; grid-template-columns: .88fr 1.12fr; }
.approach-copy { padding: clamp(46px, 7vw, 86px); }
.approach-copy .lead { margin-top: 24px; }
.steps { display: grid; align-content: stretch; border-left: 1px solid rgba(255,255,255,.1); }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 20px; align-items: start; padding: 32px 38px; border-bottom: 1px solid rgba(255,255,255,.1); }
.step:last-child { border-bottom: 0; }
.step > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .85rem; font-weight: 850; }
.step p { margin-top: 9px; color: #aeb8ae; font-size: .95rem; }

.clinic-brand-section { padding: 0 0 16px; }
.clinic-brand-card { display: grid; grid-template-columns: 260px minmax(0, 1fr) auto; align-items: center; gap: 48px; padding: 34px 40px; overflow: hidden; border: 1px solid rgba(184,242,58,.2); border-radius: 34px; background: #060806; box-shadow: var(--shadow); }
.clinic-brand-logo { display: grid; place-items: center; padding: 10px; border-radius: 24px; background: #000; }
.clinic-brand-logo img { width: 100%; height: auto; }
.clinic-brand-copy h2 { max-width: 680px; font-size: clamp(2rem, 4vw, 3.7rem); }
.clinic-brand-copy p:last-child { max-width: 660px; margin-top: 17px; color: #acb6ab; }

.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.quote-card { padding: 44px; border-radius: 32px; background: #dfe3d8; }
.quote-card blockquote { margin: 0; font-size: clamp(1.45rem, 2.7vw, 2.25rem); line-height: 1.25; letter-spacing: -.03em; }
.quote-card cite { display: block; margin-top: 23px; color: var(--muted); font-style: normal; font-size: .9rem; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.fact { padding: 25px; border-top: 2px solid var(--ink); }
.fact strong { display: block; font-size: 1.35rem; line-height: 1.2; }
.fact span { color: var(--muted); font-size: .9rem; }

.cta-band { padding: 80px 0; background: var(--lime); color: var(--ink); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-band .eyebrow { color: var(--ink); }
.cta-band h2 { max-width: 850px; font-size: clamp(2.25rem, 5vw, 4.7rem); }

.page-hero { padding: 95px 0 80px; background: var(--ink); color: white; }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 7vw, 6.1rem); }
.page-hero .lead { margin-top: 25px; }
.breadcrumbs { margin-bottom: 33px; color: #9eaaa0; font-size: .87rem; }
.breadcrumbs a { color: var(--lime); text-decoration: none; }

.service-list { display: grid; gap: 18px; }
.service-row { display: grid; grid-template-columns: 80px 1fr .75fr; gap: 30px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.54); }
.service-row .icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 18px; background: var(--ink); color: var(--lime); font-weight: 900; }
.service-row p { color: var(--muted); }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; margin-bottom: 8px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime-dark); font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.portrait-figure { margin: 0; }
.portrait-photo { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; border-radius: 34px; box-shadow: var(--shadow); }
.portrait-figure figcaption { margin: 13px 5px 0; color: var(--muted); font-size: .86rem; }
.rich-copy { display: grid; gap: 22px; }
.rich-copy p, .rich-copy li { color: var(--muted); }

.faq-list { max-width: 900px; margin: 0 auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; font-size: 1.16rem; font-weight: 760; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--lime-dark); font-size: 1.6rem; font-weight: 500; transition: transform .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-answer { max-width: 760px; padding: 0 0 28px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; }
.contact-card { padding: 38px; border-radius: 28px; background: var(--ink); color: white; }
.contact-item { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-item:last-child { border-bottom: 0; }
.contact-item small { display: block; margin-bottom: 5px; color: var(--lime); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.contact-item a { color: white; text-decoration: none; font-weight: 720; }
.map-card { min-height: 560px; display: grid; place-items: center; padding: 35px; border-radius: 28px; background: linear-gradient(35deg, rgba(184,242,58,.2), transparent 45%), repeating-linear-gradient(90deg, transparent 0 59px, rgba(12,16,12,.07) 60px), repeating-linear-gradient(0deg, transparent 0 59px, rgba(12,16,12,.07) 60px), #e2e5db; text-align: center; }
.map-pin { display: grid; width: 94px; height: 94px; place-items: center; margin: 0 auto 24px; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); background: var(--ink); color: var(--lime); box-shadow: var(--shadow); font-size: 2rem; }
.map-pin span { transform: rotate(45deg); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article { min-height: 320px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.55); }
.article .tag { align-self: flex-start; margin-bottom: auto; padding: 7px 11px; border-radius: 999px; background: #dfe8cd; color: #405714; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.article h2 { margin-top: 55px; font-size: 1.55rem; }
.article p { margin-top: 14px; color: var(--muted); font-size: .95rem; }

.site-footer { padding: 66px 0 28px; background: #090b09; color: #d8dfd6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 45px; }
.footer-logo { width: 225px; margin-bottom: 20px; }
.footer-copy { max-width: 340px; color: #909a90; font-size: .92rem; }
.footer-title { margin: 0 0 16px; color: var(--lime); font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #cbd3c9; text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #788378; font-size: .8rem; }
.legal-note { max-width: 820px; margin-top: 22px; color: #788378; font-size: .78rem; }
.mobile-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; left: 20px; right: 20px; top: 92px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: #121612; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 12px; }
  .nav-links .button { margin-top: 8px; }
  .hero-grid, .approach, .trust-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .clinic-brand-card { grid-template-columns: 210px 1fr; }
  .clinic-brand-card .button { grid-column: 2; justify-self: start; }
  .hero { min-height: auto; }
  .hero-art { max-width: 620px; margin-inline: auto; }
  .approach-copy { padding-bottom: 48px; }
  .steps { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .grid-3, .article-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 65px 1fr; }
  .service-row .check-list { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 73px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 72px; }
  .brand { width: 196px; }
  .hero { padding: 68px 0 48px; }
  .hero h1, .page-hero h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero-grid { gap: 43px; }
  .floating-note { position: relative; left: 0; bottom: auto; margin: -16px 16px 0; max-width: none; }
  .clinic-brand-section { padding-bottom: 0; }
  .clinic-brand-card { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
  .clinic-brand-logo { max-width: 260px; margin-inline: auto; }
  .clinic-brand-card .button { grid-column: auto; justify-self: stretch; }
  .proof-row { display: grid; gap: 10px; }
  .section { padding: 78px 0; }
  .section-head { display: grid; margin-bottom: 36px; }
  .grid-3, .article-grid, .facts { grid-template-columns: 1fr; }
  .card { min-height: 270px; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 62px 0; }
  .page-hero { padding: 70px 0 58px; }
  .service-row { grid-template-columns: 1fr; padding: 28px; }
  .service-row .check-list { grid-column: auto; }
  .portrait-photo { border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: .78fr 1.22fr; padding: 9px 12px; background: rgba(9,11,9,.96); border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
  .mobile-cta a { min-height: 52px; }
  .mobile-cta .phone { display: grid; place-items: center; color: white; font-weight: 800; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
