:root {
  --ink: #173f4b;
  --blue: #266880;
  --deep-blue: #15566d;
  --blush: #eaa99d;
  --pink: #ffd9d9;
  --butter: #fef294;
  --orange: #f68529;
  --cream: #f8f1e8;
  --paper: #fffdf8;
  --charcoal: #252522;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--charcoal); font-family: "Avenir Next", "Montserrat", Arial, sans-serif; font-size: 16px; }
body, button, input, select { font-family: "Avenir Next", "Montserrat", Arial, sans-serif; }
body.modal-open, body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
:where(a, button, input, select):focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 11px 16px; background: var(--butter); color: var(--ink); font-weight: 800; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; transition: .35s ease; color: var(--charcoal); }
.location-strip { margin: 0; padding: 8px 4vw 7px; text-align: right; font-size: 10px; letter-spacing: .16em; font-weight: 700; border-bottom: 1px solid rgba(0,0,0,.12); }
.location-strip span { color: var(--orange); margin: 0 6px; }
.nav-shell { min-height: 92px; display: grid; grid-template-columns: 260px 1fr 170px; align-items: center; padding: 0 4vw; gap: 24px; transition: .35s ease; }
.site-header.is-scrolled { background: rgba(255,253,248,.94); box-shadow: 0 8px 30px rgba(23,63,75,.08); backdrop-filter: blur(12px); }
.site-header.is-scrolled .nav-shell { min-height: 72px; }
.site-header.is-scrolled .location-strip { display: none; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { width: 52px; height: 52px; position: relative; border-radius: 50%; background: var(--blue); display: grid; place-items: center; color: var(--butter); }
.brand-mark::after { content: ""; position: absolute; width: 28px; height: 12px; border: 2px solid var(--butter); border-top: 0; border-radius: 0 0 20px 20px; bottom: 9px; opacity: .75; }
.brand-mark span { transform: translateY(-4px); font-family: Georgia, serif; font-size: 21px; }
.brand-name { display: flex; flex-direction: column; text-transform: uppercase; color: var(--ink); }
.brand-name b { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; letter-spacing: .02em; }
.brand-name small { font-size: 8px; font-weight: 700; letter-spacing: .29em; margin-top: 7px; }
nav { display: flex; justify-content: center; gap: clamp(20px, 2.4vw, 42px); }
nav a, .book-link { text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 700; transition: color .2s; }
nav a:hover, .book-link:hover { color: var(--blue); }
.book-link { border: 0; background: transparent; padding: 14px 0; text-align: right; }
.book-link span { color: var(--orange); font-size: 17px; margin-left: 6px; }
.menu-toggle { display: none; }

.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 170px 8vw 90px; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% 45%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,249,239,.96) 0%, rgba(255,246,236,.72) 40%, rgba(255,255,255,0) 70%); }
.hero::after { content: ""; position: absolute; bottom: -31px; left: 50%; width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, var(--blue) 0 52%, transparent 53%); transform: rotate(45deg); }
.hero-copy { position: relative; z-index: 2; width: min(610px, 54vw); }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); }
.hero h1 { margin: 20px 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(76px, 9vw, 146px); font-weight: 400; line-height: .78; letter-spacing: -.065em; color: #111; }
.hero h1 em, h2 em { font-weight: 400; color: var(--blue); }
.hero-intro { max-width: 500px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.5vw, 24px); line-height: 1.55; color: #343434; }
.round-cta { margin-top: 25px; width: 142px; height: 142px; border-radius: 50%; border: 0; background: var(--butter); display: flex; flex-direction: column; justify-content: center; align-items: center; text-transform: uppercase; font-size: 10px; line-height: 1.55; letter-spacing: .14em; font-weight: 800; transition: transform .25s, background .25s; }
.round-cta:hover { transform: rotate(-5deg) scale(1.04); background: #fff5a9; }
.round-cta b { font-size: 20px; color: var(--blue); margin-top: 7px; }
.scroll-cue { position: absolute; z-index: 3; right: 3.5vw; bottom: 38px; display: flex; align-items: center; gap: 12px; writing-mode: vertical-rl; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.scroll-cue i { font-style: normal; font-size: 20px; color: var(--blue); }

.welcome { position: relative; text-align: center; padding: 150px 20px 130px; background: var(--paper); overflow: hidden; }
.welcome > * { position: relative; z-index: 1; }
.welcome h2, .services h2, .studio h2, .doctor-feature h2, .journey h2, .cta-band h2, .booking-modal h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.4vw, 88px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; margin: 22px 0 28px; }
.welcome > p:not(.section-kicker) { max-width: 680px; margin: 0 auto 32px; font-family: Georgia, serif; font-size: 21px; line-height: 1.65; }
.sun-shape { position: absolute !important; z-index: 0 !important; right: -95px; top: 45px; width: 230px; height: 230px; border: 55px solid var(--butter); border-radius: 50%; opacity: .78; }
.text-link { display: inline-flex; gap: 24px; align-items: center; padding: 10px 0 8px; border-bottom: 1px solid currentColor; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.text-link span { color: var(--orange); font-size: 17px; }
.press-ribbon { overflow: hidden; background: var(--blue); color: #fff; padding: 19px 0; }
.press-ribbon div { min-width: max-content; display: flex; gap: 42px; justify-content: center; align-items: center; animation: marquee 24s linear infinite; }
.press-ribbon span { font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.press-ribbon i { font-style: normal; color: var(--butter); }
@keyframes marquee { from { transform: translateX(5%); } to { transform: translateX(-5%); } }

.studio { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 780px; background: var(--pink); }
.studio-image { position: relative; min-height: 690px; overflow: hidden; margin: 70px 0 70px 6vw; }
.studio-image img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; left: 0; bottom: 0; background: var(--butter); padding: 14px 22px; font-size: 9px; letter-spacing: .17em; font-weight: 800; }
.studio-copy { align-self: center; padding: 90px 7vw 90px 8vw; }
.studio-copy h2 { font-size: clamp(47px, 5vw, 78px); }
.studio-copy > p:not(.section-kicker) { font-family: Georgia, serif; font-size: 19px; line-height: 1.65; }
.detail-list { list-style: none; padding: 0; margin: 38px 0 0; border-top: 1px solid rgba(0,0,0,.2); }
.detail-list li { padding: 17px 0; border-bottom: 1px solid rgba(0,0,0,.2); display: flex; gap: 25px; align-items: center; }
.detail-list b { font-size: 10px; color: var(--blue); letter-spacing: .12em; }
.detail-list span { font-family: Georgia, serif; font-size: 16px; }

.services { padding: 135px 6vw 120px; background: var(--paper); }
.services-heading { max-width: 890px; margin-bottom: 70px; }
.services-heading > p:last-child { font-family: Georgia, serif; font-size: 20px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-grid article { min-height: 350px; position: relative; padding: 36px 34px 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transition: background .25s, transform .25s; }
.service-grid article:hover { background: var(--butter); transform: translateY(-5px); }
.service-no { position: absolute; top: 22px; right: 24px; font-size: 9px; letter-spacing: .13em; }
.service-grid i { display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: Georgia, serif; font-size: 28px; font-style: normal; }
.service-grid h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; margin: 40px 0 14px; }
.service-grid p { line-height: 1.6; color: #4f4f49; font-size: 14px; max-width: 330px; }
.service-grid button { position: absolute; bottom: 25px; left: 34px; border: 0; background: none; padding: 0 0 5px; border-bottom: 1px solid; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.service-grid button span { color: var(--orange); font-size: 15px; }

.doctor-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); color: #fff; min-height: 780px; }
.doctor-copy { padding: 120px 8vw; display: flex; justify-content: center; flex-direction: column; }
.doctor-copy .section-kicker { color: var(--butter); }
.doctor-copy h2 em { color: var(--blush); }
.doctor-copy > p:not(.section-kicker) { max-width: 540px; font-family: Georgia, serif; font-size: 19px; line-height: 1.75; }
.light-link { margin-top: 20px; width: max-content; }
.doctor-image { position: relative; min-height: 700px; overflow: hidden; }
.doctor-image > img { width: 100%; height: 100%; object-fit: cover; }
.doctor-label { position: absolute; left: 0; bottom: 0; background: var(--butter); color: var(--ink); width: min(430px, 82%); padding: 24px 28px; display: flex; flex-direction: column; }
.doctor-label b { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.doctor-label span { font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-top: 8px; }

.journey { padding: 140px 6vw 130px; background: var(--cream); text-align: center; }
.journey-grid { max-width: 1180px; margin: 65px auto 45px; display: grid; grid-template-columns: repeat(3, 1fr); }
.journey-grid article { padding: 25px 5vw; border-right: 1px solid rgba(0,0,0,.25); }
.journey-grid article:last-child { border-right: 0; }
.journey-grid span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--blush); font-size: 10px; font-weight: 800; }
.journey-grid h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin: 25px 0 15px; }
.journey-grid p { line-height: 1.7; font-size: 14px; }
.pill-cta { border: 0; background: var(--blue); color: #fff; border-radius: 100px; padding: 17px 27px; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 800; transition: background .2s, transform .2s; }
.pill-cta:hover { background: var(--orange); transform: translateY(-2px); }
.pill-cta span { font-size: 16px; margin-left: 15px; }

.stories { display: grid; grid-template-columns: 48% 52%; min-height: 710px; }
.story-image { overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); object-position: 40% 50%; }
.story-panel { background: var(--blush); padding: 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.quote-mark { color: var(--blue); font-family: Georgia, serif; font-size: 100px; line-height: .7; margin: 30px 0 15px; }
.story-panel blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 45px); line-height: 1.3; }
.story-name { display: flex; flex-direction: column; margin: 36px 0; }
.story-name b { font-family: Georgia, serif; font-size: 18px; }
.story-name span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; margin-top: 7px; }
.story-controls { display: flex; align-items: center; gap: 20px; }
.story-controls button { width: 42px; height: 42px; border: 1px solid var(--ink); background: transparent; border-radius: 50%; transition: .2s; }
.story-controls button:hover { background: var(--ink); color: white; }
.story-controls span { font-size: 9px; letter-spacing: .12em; }

.cta-band { background: var(--butter); padding: 85px 8vw; display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { font-size: clamp(51px, 6vw, 96px); margin-bottom: 0; }
.blue-cta { flex: 0 0 auto; width: 160px; height: 160px; background: var(--blue); color: #fff; }
.blue-cta:hover { background: var(--deep-blue); }
.blue-cta b { color: var(--butter); }

footer { background: #242624; color: #f2efe8; padding: 80px 6vw 25px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; padding-bottom: 65px; border-bottom: 1px solid #555; }
footer .brand-name { color: #fff; }
footer .brand-mark { background: var(--butter); color: var(--blue); }
footer .brand-mark::after { border-color: var(--blue); }
.footer-top > p { font-family: Georgia, serif; font-size: 22px; line-height: 1.5; margin: 0; }
.footer-social { display: flex; justify-content: flex-end; gap: 24px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 65px 0 70px; gap: 35px; }
.footer-grid h3 { font-family: Georgia, serif; color: var(--butter); font-size: 20px; font-weight: 400; }
.footer-grid p, .footer-grid a, .footer-grid button { color: #cacbc6; font-size: 13px; line-height: 1.8; }
.footer-grid a { display: block; }
.footer-grid button { background: transparent; border: 0; padding: 0; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--butter); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #555; padding-top: 24px; color: #8e918c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(14,36,42,.72); backdrop-filter: blur(9px); display: flex; justify-content: flex-end; }
.booking-modal { width: min(620px, 100%); height: 100%; overflow-y: auto; background: var(--paper); padding: clamp(70px, 8vh, 110px) clamp(32px, 6vw, 85px); animation: slidein .35s ease both; position: relative; }
@keyframes slidein { from { transform: translateX(100%); } }
.modal-close { position: absolute; top: 28px; right: 34px; background: transparent; border: 1px solid var(--ink); border-radius: 50%; width: 44px; height: 44px; font-size: 26px; font-weight: 300; }
.booking-modal h2 { font-size: clamp(48px, 5vw, 68px); }
.booking-modal > p:not(.section-kicker) { font-family: Georgia, serif; line-height: 1.6; }
.booking-modal form { margin-top: 38px; display: grid; gap: 22px; }
.booking-modal label { display: grid; gap: 9px; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; font-weight: 800; }
.booking-modal input, .booking-modal select { width: 100%; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 12px 2px; font-size: 16px; outline: none; border-radius: 0; }
.booking-modal input:focus, .booking-modal select:focus { border-bottom-width: 3px; border-color: var(--blue); }
.booking-modal form .pill-cta { width: max-content; margin-top: 12px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 22px; margin: 0; color: #9c2c1f; font-size: 13px; line-height: 1.5; }
.form-status.is-success { color: var(--blue); }
.pill-cta[disabled] { opacity: .65; cursor: wait; transform: none; }
.success-message { height: 70vh; display: flex; justify-content: center; flex-direction: column; align-items: flex-start; }
.success-message > span { display: grid; place-items: center; width: 70px; height: 70px; background: var(--butter); border-radius: 50%; font-size: 30px; color: var(--blue); }
.success-message h2 { margin-bottom: 10px; }
.success-message p { font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }

@media (max-width: 980px) {
  .nav-shell { grid-template-columns: 1fr auto; min-height: 78px; }
  .book-link { display: none; }
  .menu-toggle { display: flex; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--butter); flex-direction: column; align-items: center; justify-content: center; gap: 5px; z-index: 2; }
  .menu-toggle span { width: 19px; height: 1px; background: var(--ink); }
  nav { position: fixed; inset: 0; background: var(--pink); flex-direction: column; align-items: center; gap: 28px; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .35s ease, visibility 0s linear .35s; }
  nav.open { transform: translateX(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  nav a { font-family: Georgia, serif; text-transform: none; font-size: 34px; font-weight: 400; letter-spacing: 0; }
  .hero-copy { width: 62vw; }
  .studio { grid-template-columns: 1fr; }
  .studio-image { margin: 60px 6vw 0; min-height: 520px; }
  .studio-copy { padding-top: 70px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor-feature { grid-template-columns: 1fr; }
  .doctor-copy { min-height: 620px; }
  .doctor-image { min-height: 720px; }
  .stories { grid-template-columns: 1fr; }
  .story-image { min-height: 500px; }
  .story-panel { min-height: 620px; }
}

@media (max-width: 640px) {
  .location-strip { display: none; }
  .nav-shell { padding: 0 18px; }
  .brand-mark { width: 45px; height: 45px; }
  .brand-name b { font-size: 19px; }
  .brand-name small { font-size: 7px; }
  .hero { min-height: 800px; padding: 120px 25px 58px; align-items: flex-end; }
  .hero > img { object-position: 59% 30%; }
  .hero-wash { background: linear-gradient(0deg, rgba(255,249,239,.98) 0%, rgba(255,249,239,.8) 38%, rgba(255,255,255,.08) 70%); }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(68px, 22vw, 94px); }
  .hero-intro { font-size: 17px; max-width: 90%; }
  .round-cta { width: 118px; height: 118px; }
  .scroll-cue { display: none; }
  .welcome { padding: 110px 22px 95px; }
  .welcome h2, .services h2, .studio h2, .doctor-feature h2, .journey h2, .cta-band h2 { font-size: 47px; }
  .welcome > p:not(.section-kicker) { font-size: 18px; }
  .sun-shape { right: -100px; top: 22px; }
  .press-ribbon div { justify-content: flex-start; padding-left: 25px; }
  .studio-image { min-height: 410px; margin: 35px 18px 0; }
  .studio-copy { padding: 65px 24px 75px; }
  .services { padding: 95px 20px 80px; }
  .services-heading { margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 325px; }
  .doctor-copy { padding: 95px 25px; min-height: 650px; }
  .doctor-image { min-height: 520px; }
  .doctor-label { width: 90%; padding: 18px 20px; }
  .journey { padding: 95px 24px; }
  .journey-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .journey-grid article { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.25); padding: 35px 10px; }
  .journey-grid article:last-child { border-bottom: 0; }
  .story-image { min-height: 390px; }
  .story-panel { padding: 80px 25px; min-height: 610px; }
  .cta-band { align-items: flex-start; flex-direction: column; padding: 75px 25px; }
  .blue-cta { align-self: flex-end; width: 135px; height: 135px; }
  footer { padding: 65px 24px 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; align-items: start; }
  .footer-social { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .booking-modal { padding: 80px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
