@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;600&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap");

:root {
  --aqua: #1b9b9e;
  --yellow: #f6bd60;
  --cream: #f7ede2;
  --pink: #f5cac3;
  --sage: #84a59d;
  --coral: #f28482;
  --rose: #f59d9b;
  --teal: #245b5d;
  --ink: #333333;
  --paper: #fffdf9;
  --mist: #e8f2f0;
  --line: rgb(51 51 51 / 14%);
  --serif: "Nunito Sans", sans-serif;
  --script: "Dancing Script", cursive;
  --sans: "Nunito Sans", sans-serif;
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 64px oklch(30% .018 175 / .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.68; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; border-radius: 0 0 12px 12px; background: var(--ink); color: var(--paper); transition: top .2s; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; min-height: 90px; padding: 10px 4vw; display: grid; grid-template-columns: 285px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid transparent; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(calc(-100% - 10px)); will-change: transform, opacity; transition: transform .34s cubic-bezier(.16, 1, .3, 1), opacity .22s ease, min-height .3s, background .3s, border-color .3s, visibility 0s linear .34s; }
.site-header.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.site-header.is-scrolled { min-height: 72px; background: oklch(98% .009 75 / .95); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo img { width: 270px; height: auto; }
.brand > span { display: flex; flex-direction: column; line-height: 1.18; }
.brand b { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.brand small { margin-top: 3px; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(15px, 1.7vw, 27px); font-size: 12px; font-weight: 700; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 100%; height: 1px; background: var(--coral); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; min-height: 44px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: var(--ink); font-size: 12px; font-weight: 800; white-space: nowrap; transition: transform .2s, background .2s, color .2s; }
.header-cta:hover, .header-cta:focus-visible { transform: translateY(-1px); background: var(--ink); color: var(--paper); }
.cta-label-short { display: none; }
.menu-button { display: none; }

.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 25px; height: 1px; background: var(--coral); }
.eyebrow.light { color: var(--paper); }
.eyebrow.light i { background: var(--yellow); }
.section { padding: clamp(76px, 7vw, 112px) 5vw; }
em { color: var(--aqua); font-family: var(--script); font-style: normal; font-weight: 600; }
.button { min-height: 49px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-outline-light { border-color: oklch(98% .009 75 / .55); color: var(--paper); }

.doctor-hero { min-height: 100svh; padding: clamp(28px, 4vw, 56px) 4vw clamp(38px, 5vw, 68px) 6vw; display: grid; grid-template-columns: minmax(420px, .92fr) minmax(520px, 1.08fr); gap: clamp(42px, 5vw, 88px); align-items: center; position: relative; overflow: hidden; background: linear-gradient(110deg, var(--cream) 0 52%, var(--mist) 52% 100%); }
.doctor-hero::before { content: ""; position: absolute; width: 460px; height: 460px; left: -330px; top: 160px; border: 1px solid oklch(69% .055 165 / .3); border-radius: 50%; box-shadow: 0 0 0 46px oklch(69% .055 165 / .035), 0 0 0 92px oklch(69% .055 165 / .02); }
.doctor-hero-copy { position: relative; z-index: 2; max-width: 640px; }
.hero-pretitle { display: block; margin-bottom: -8px; font-family: var(--serif); font-size: clamp(22px, 2vw, 32px); font-weight: 700; color: var(--coral); }
.doctor-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 5.9vw, 94px); font-weight: 800; line-height: .91; letter-spacing: -.04em; }
.doctor-hero h1 em { color: var(--aqua); }
.hero-signature { margin: 29px 0 0; font-family: var(--serif); font-size: clamp(22px, 1.7vw, 29px); font-weight: 700; line-height: 1.22; }
.hero-lead { max-width: 64ch; margin: 19px 0 0; font-size: 16px; }
.hero-credentials { margin: 30px 0 0; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .035em; color: rgba(37,48,47,.72); }
.hero-credentials span { margin: 0 7px; color: var(--sage); }
.doctor-hero-photo { width: 100%; min-height: min(80svh, 760px); margin: 0; position: relative; border: 1px solid oklch(69% .055 165 / .2); border-radius: 76px 24px 24px 24px; overflow: hidden; background: #e7d8ca; box-shadow: 0 24px 60px oklch(30% .018 175 / .08); }
.doctor-hero-photo > img { width: 100%; height: min(80svh, 760px); object-fit: cover; object-position: center 43%; }
.portrait-story { max-width: 1480px; margin: auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(60px, 9vw, 145px); align-items: start; }
.story-intro { position: sticky; top: 125px; }
.story-intro h2, .section-heading h2, .reviews-heading h2, .office h2 { margin: 0; font-family: var(--serif); font-weight: 750; line-height: 1.01; letter-spacing: -.03em; }
.story-intro h2, .section-heading h2, .reviews-heading h2, .office h2 { font-size: clamp(45px, 4.6vw, 70px); }
.story-lead { margin: 8px 0 18px; font-family: var(--serif); font-size: 23px; font-weight: 700; line-height: 1.4; }
.story-copy > p:not(.eyebrow):not(.story-lead) { max-width: 650px; }
.story-bridge { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); font-weight: 700; color: var(--teal); }

.career { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 520px; margin: 0 0 5px; font-size: 17px; }
.career-list { border-top: 1px solid var(--line); }
.career-entry { padding: 27px 0; display: grid; grid-template-columns: minmax(300px, .82fr) 1.18fr; gap: clamp(38px, 7vw, 110px); align-items: center; border-bottom: 1px solid var(--line); }
.career-entry small { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.career-entry h3 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 36px); font-weight: 750; line-height: 1.1; }
.career-entry p { max-width: 670px; margin: 0; font-size: 15px; }

.reviews { background: var(--mist); }
.reviews-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; margin-bottom: 44px; }
.reviews-heading > p { max-width: 480px; margin: 0 0 5px; font-size: 16px; }
.review-grid { max-width: 1160px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-grid article { min-height: 205px; padding: 32px clamp(25px, 3vw, 48px); display: flex; flex-direction: column; border-right: 1px solid var(--line); background: transparent; }
.review-grid article:last-child { border-right: 0; }
.review-grid blockquote { margin: 0 0 30px; font-family: var(--serif); font-size: 24px; font-weight: 650; line-height: 1.3; }
.review-grid small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.reviews-link { display: table; margin: 24px 0 0 auto; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; }

.office { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 7vw, 115px); align-items: center; background: var(--teal); color: var(--paper); }
.office h2 em { color: var(--yellow); }
.office-copy > p:not(.eyebrow) { max-width: 590px; font-size: 17px; }
.office-address { margin: 30px 0; padding: 23px 0; border-top: 1px solid oklch(98% .009 75 / .2); border-bottom: 1px solid oklch(98% .009 75 / .2); }
.office-address span, .office-address strong { display: block; }
.office-address span { font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; color: var(--yellow); }
.office-address strong { margin-top: 7px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.3; }
.office-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.office-carousel { min-width: 0; outline: none; }
.office-carousel:focus-visible .office-carousel-viewport { outline: 3px solid var(--yellow); outline-offset: 5px; }
.office-carousel-viewport { overflow: hidden; border-radius: 92px 24px 24px 24px; background: oklch(24% .035 185); box-shadow: 0 28px 70px oklch(18% .03 185 / .24); }
.office-carousel-track { display: flex; transform: translateX(0); transition: transform .58s cubic-bezier(.22, 1, .36, 1); touch-action: pan-y; }
.office-slide { min-width: 100%; height: clamp(520px, 44vw, 650px); margin: 0; position: relative; overflow: hidden; }
.office-slide::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(180deg, transparent, oklch(18% .025 185 / .72)); pointer-events: none; }
.office-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.office-slide.is-active img { transform: scale(1); }
.office-slide:first-child img { object-position: 58% center; }
.office-slide:nth-child(2) img { object-position: 52% center; }
.office-slide:nth-child(3) img { object-position: center 46%; }
.office-slide:nth-child(4) img { object-position: center 48%; }
.office-slide figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 23px; display: flex; align-items: center; gap: 12px; color: var(--paper); }
.office-slide figcaption span { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid oklch(98% .009 75 / .5); border-radius: 50%; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.office-slide figcaption strong { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.office-carousel-navigation { min-height: 62px; padding: 14px 2px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.office-carousel-arrows { display: flex; gap: 8px; }
.office-carousel-arrows button { width: 44px; height: 44px; border: 1px solid oklch(98% .009 75 / .42); border-radius: 50%; background: transparent; color: var(--paper); cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.office-carousel-arrows button:hover, .office-carousel-arrows button:focus-visible { background: var(--paper); color: var(--teal); transform: translateY(-1px); }
.office-carousel-dots { justify-self: center; display: flex; align-items: center; gap: 0; }
.office-carousel-dots button { width: 28px; height: 44px; padding: 0; position: relative; border: 0; background: transparent; cursor: pointer; transition: width .25s; }
.office-carousel-dots button::after { content: ""; width: 7px; height: 7px; position: absolute; inset: 50% auto auto 50%; border-radius: 999px; background: oklch(98% .009 75 / .38); transform: translate(-50%, -50%); transition: width .25s, background .25s; }
.office-carousel-dots button.is-active { width: 44px; }
.office-carousel-dots button.is-active::after { width: 27px; background: var(--yellow); }
.office-carousel-dots button:focus-visible { outline: 2px solid var(--yellow); outline-offset: -4px; border-radius: 999px; }
.office-carousel-status { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .1em; color: oklch(98% .009 75 / .72); }

.content-complement { background: var(--paper); }
.guide-path { display: grid; grid-template-columns: .88fr 1.12fr; gap: 16px; align-items: stretch; }
.guide-feature { min-height: 490px; padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; border-radius: 68px 20px 20px 20px; background: oklch(93% .045 82); transition: transform .25s cubic-bezier(.16, 1, .3, 1), background .25s; }
.guide-feature:hover, .guide-feature:focus-visible { transform: translateY(-3px); background: var(--yellow); }
.guide-feature > span, .guide-list > a > span { font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.guide-feature h3 { max-width: 520px; margin: auto 0 18px; font-family: var(--serif); font-size: clamp(43px, 4.4vw, 66px); font-weight: 750; line-height: .98; letter-spacing: -.035em; }
.guide-feature p { max-width: 48ch; margin: 0 0 30px; }
.guide-feature b { display: flex; align-items: center; gap: 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.guide-feature i, .guide-list i { font-family: var(--serif); font-size: 22px; font-style: normal; }
.guide-list { border-top: 1px solid var(--line); }
.guide-list > a { min-height: 98px; padding: 16px 8px; display: grid; grid-template-columns: 120px 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); transition: color .2s, padding .25s cubic-bezier(.16, 1, .3, 1); }
.guide-list > a:hover, .guide-list > a:focus-visible { padding-left: 16px; color: var(--teal); }
.guide-list h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 750; line-height: 1.12; }
.guide-list p { margin: 4px 0 0; font-size: 12px; }

.safety-note { padding: 27px 5vw; border-top: 1px solid var(--line); background: var(--mist); }
.safety-note div { max-width: 1120px; margin: auto; display: flex; gap: 28px; align-items: baseline; }
.safety-note b { white-space: nowrap; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.safety-note span { font-size: 12px; }

.site-footer { padding: 34px 5vw 24px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: 14px 32px; align-items: center; background: var(--ink); color: var(--cream); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand > img { width: 270px; opacity: .96; }
.footer-brand > span { font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.footer-brand div span { font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-links { justify-self: end; display: flex; gap: 18px; font-size: 10px; font-weight: 800; }
.site-footer p, .site-footer > small { grid-column: 1; margin: 0; font-size: 10px; opacity: .68; }
.site-footer > small { padding-top: 12px; border-top: 1px solid oklch(98% .009 75 / .12); }
.site-footer .developer-credit { grid-column: 2; grid-row: 2 / span 2; justify-self: end; align-self: end; padding-top: 0; border-top: 0; opacity: .72; }
.developer-credit a { font-weight: 800; color: var(--cream); text-decoration: underline; text-decoration-color: oklch(98% .009 75 / .32); text-underline-offset: 3px; transition: color .2s, text-decoration-color .2s; }
.developer-credit a:hover, .developer-credit a:focus-visible { color: var(--yellow); text-decoration-color: var(--yellow); }

.reveal, .reveal-stagger > * { opacity: 1; transform: translateY(0); }
.reveal.is-visible, .reveal-stagger.is-visible > * { animation: settle-in .6s ease both; }
.reveal-stagger.is-visible > *:nth-child(2) { animation-delay: .06s; }.reveal-stagger.is-visible > *:nth-child(3) { animation-delay: .12s; }.reveal-stagger.is-visible > *:nth-child(4) { animation-delay: .18s; }
@keyframes settle-in { from { opacity: .78; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 230px 1fr auto; }.brand-logo img { width: 220px; }
  .doctor-hero { grid-template-columns: .9fr 1.1fr; padding-left: 4vw; }.doctor-hero h1 { font-size: clamp(70px, 9vw, 102px); }
  .career-entry { grid-template-columns: minmax(260px, .82fr) 1.18fr; }
}

@media (max-width: 820px) {
  .site-header { min-height: 70px; padding: 7px 15px; grid-template-columns: minmax(125px, 1fr) auto auto; gap: 8px; background: oklch(95% .022 75 / .96); backdrop-filter: blur(14px); }
  .site-header.is-scrolled { min-height: 66px; }.brand-logo { grid-column: 1; grid-row: 1; }.brand-logo img { width: 150px; }.header-cta { grid-column: 2; grid-row: 1; min-height: 40px; padding: 9px 13px; font-size: 11px; }.cta-label-full { display: none; }.cta-label-short { display: inline; }
  .menu-button { grid-column: 3; grid-row: 1; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; justify-self: end; border: 0; border-radius: 50%; background: var(--teal); }
  .menu-button span { width: 18px; height: 1px; background: var(--paper); transition: transform .2s; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; }
  .main-nav.is-open { position: fixed; inset: 66px 0 auto; z-index: 2; padding: 14px 20px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open a { width: 100%; padding: 13px 4px; display: block; border-bottom: 1px solid var(--line); }
  .doctor-hero { min-height: auto; padding: 18px 20px 48px; grid-template-columns: 1fr; gap: 42px; background: var(--cream); }
  .hero-pretitle { margin-bottom: -12px; font-size: 30px; }.doctor-hero h1 { font-size: clamp(68px, 21vw, 94px); }.hero-signature { margin-top: 25px; font-size: 29px; }.hero-lead { font-size: 15px; }
  .hero-credentials { line-height: 1.8; }
  .doctor-hero-photo { order: -1; min-height: min(64svh, 540px); border-radius: 72px 22px 22px 22px; }.doctor-hero-photo > img { height: min(64svh, 540px); object-position: center 42%; }
  .section { padding: 82px 20px; }
  .portrait-story, .office { grid-template-columns: 1fr; }
  .story-intro { position: static; }
  .story-intro h2, .section-heading h2, .reviews-heading h2, .office h2 { font-size: clamp(43px, 12vw, 60px); }.story-copy { margin-top: 12px; }.story-lead { font-size: 21px; }
  .section-heading, .reviews-heading { grid-template-columns: 1fr; gap: 27px; margin-bottom: 42px; }.section-heading > p { font-size: 15px; }
  .career-entry { padding: 25px 0; grid-template-columns: 1fr; gap: 12px; }.career-entry p { font-size: 14px; }.review-grid { grid-template-columns: 1fr; }
  .review-grid article { min-height: 180px; border-right: 0; border-bottom: 1px solid var(--line); }.review-grid article:last-child { border-bottom: 0; }
  .office-carousel-viewport { border-radius: 68px 22px 22px 22px; }.office-slide { height: min(72svh, 540px); }.office-slide:first-child img { object-position: 66% center; }.office-slide figcaption { left: 20px; right: 20px; bottom: 19px; }.office-carousel-navigation { grid-template-columns: auto 1fr auto; gap: 8px; }.office-carousel-arrows button { width: 42px; height: 42px; }
  .guide-path { grid-template-columns: 1fr; }.guide-feature { min-height: 390px; border-radius: 58px 18px 18px 18px; }.guide-list > a { grid-template-columns: 92px 1fr auto; gap: 12px; }.guide-list h3 { font-size: 19px; }.guide-list p { display: none; }
  .safety-note div { flex-direction: column; gap: 6px; align-items: flex-start; }.safety-note b { white-space: normal; }
  .site-footer { grid-template-columns: 1fr; padding: 32px 20px 24px; gap: 13px; }.footer-brand { align-items: flex-start; flex-direction: column; }.footer-links { justify-self: start; flex-wrap: wrap; gap: 12px 18px; }.site-footer p, .site-footer > small, .site-footer .developer-credit { grid-column: 1; grid-row: auto; justify-self: start; }.site-footer .developer-credit { padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
