:root {
  --ink: #104b29;
  --ink-2: #062c19;
  --leaf: #4f863c;
  --leaf-pale: #dce8da;
  --cream: #fffaf0;
  --paper: #f5f0e6;
  --sand: #e8ddca;
  --gold: #cea13e;
  --gold-light: #f0d49a;
  --text: #254135;
  --muted: #65776c;
  --line: rgba(18, 55, 42, .14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--text); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -50px; left: 12px; z-index: 20; padding: 9px 14px; border-radius: 4px; background: var(--cream); color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.topline { background: var(--ink-2); color: #e5ece0; font-size: 12px; letter-spacing: .03em; }
.topline-inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topline p { margin: 0; }
.topline-actions, .topline-social { display: flex; align-items: center; }.topline-actions { gap: 17px; }.topline-social { gap: 6px; padding-right: 16px; border-right: 1px solid rgba(240,212,154,.34); }.social-icon { display: grid; place-items: center; width: 24px; height: 24px; color: #d8e5d8; transition: color .2s, transform .2s; }.social-icon:hover { color: var(--gold-light); transform: translateY(-2px); }.social-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }.topline .top-phone { color: var(--gold-light); font-weight: 700; letter-spacing: .05em; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,250,240,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(12px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 4px 22px rgba(12,45,32,.07); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); line-height: 1; }
.brand-logo { display: block; width: 112px; height: 62px; object-fit: contain; object-position: left center; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; color: var(--leaf); }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font-family: var(--serif); font-size: 17px; letter-spacing: .12em; font-weight: 700; }
.brand em { display: block; margin-top: 4px; color: var(--leaf); font-size: 8px; font-style: normal; letter-spacing: .235em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 600; color: #355549; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; right: 0; bottom: -5px; left: 0; transform: scaleX(0); transform-origin: right; background: var(--gold); transition: transform .25s; }
.main-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 16px; color: var(--ink); transition: .2s; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; width: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 630px; color: var(--cream); background: radial-gradient(circle at 74% 35%, #2d644c 0, var(--ink) 40%, var(--ink-2) 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .44; background-image: linear-gradient(120deg, transparent 0 49%, rgba(255,255,255,.045) 49.1% 49.5%, transparent 49.6% 100%); background-size: 34px 34px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 594px; gap: 35px; }
.hero-copy { padding: 86px 0 88px; max-width: 625px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #6a8b75; font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1 { max-width: 650px; margin-bottom: 22px; color: var(--cream); font-family: var(--serif); font-size: clamp(3.55rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.055em; line-height: .99; }
h1 i { color: var(--gold-light); font-weight: 500; }
.hero-lede { max-width: 520px; margin-bottom: 32px; color: #d7e1d8; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 27px; min-height: 52px; padding: 0 21px; font-size: 13px; font-weight: 700; letter-spacing: .015em; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink-2); box-shadow: 0 8px 26px rgba(0,0,0,.15); }
.button-gold:hover { background: #e5b779; }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--ink); font-size: 13px; font-weight: 700; transition: gap .2s; }
.text-link:hover { gap: 16px; }
.light-link { color: var(--cream); border-color: var(--gold); }
.hero-details { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 62px; color: #d7e1d8; font-size: 12px; }
.hero-details span { display: inline-flex; align-items: center; gap: 7px; }
.hero-details svg { width: 16px; height: 16px; fill: none; stroke: var(--gold-light); stroke-width: 1.7; }
.hero-art { position: relative; min-height: 520px; }
.sun-disc { position: absolute; top: 70px; left: 72px; width: 360px; height: 360px; border-radius: 50%; background: #e9c494; opacity: .92; }
.portrait-card { position: absolute; z-index: 2; right: 39px; bottom: 0; width: min(347px, 73%); overflow: hidden; background: linear-gradient(180deg, #c0d7bd 0%, #87b080 100%); border: 1px solid rgba(255,255,255,.22); border-radius: 172px 172px 0 0; box-shadow: 15px 15px 0 rgba(206,161,62,.25); }
.portrait-photo-wrap { position: relative; height: 474px; overflow: hidden; background: radial-gradient(circle at 50% 26%, #f5dba8 0 20%, transparent 20.4%), linear-gradient(180deg, #b6d0b1 0%, #78a473 100%); }
.portrait-photo-wrap .halo { position: absolute; top: 35px; left: calc(50% - 122px); width: 244px; height: 244px; border-radius: 50%; background: #f1cd8f; opacity: .86; animation: breathe 5s ease-in-out infinite; }
.doctor-photo { position: absolute; z-index: 1; bottom: -7px; left: 50%; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; transform: translateX(-50%); filter: drop-shadow(0 12px 8px rgba(11,50,27,.18)); animation: portrait-rise .9s cubic-bezier(.2,.8,.2,1) both; }
.portrait-illustration { position: relative; height: 444px; overflow: hidden; background: linear-gradient(180deg, #afc8b1 0%, #80a78b 100%); }
.portrait-illustration .halo { position: absolute; top: 38px; left: calc(50% - 120px); width: 240px; height: 240px; border-radius: 50%; background: #e8cf9f; opacity: .8; }
.portrait-illustration svg { position: absolute; z-index: 1; inset: 6px 0 0; width: 100%; height: 100%; }
.plant { position: absolute; bottom: 0; z-index: 2; width: 6px; height: 175px; border-radius: 5px 5px 0 0; background: #477658; transform-origin: bottom; }
.plant::before, .plant::after { content: ""; position: absolute; width: 42px; height: 19px; border-radius: 100% 0 100% 0; background: #477658; }
.plant::before { left: -34px; top: 50px; transform: rotate(-30deg); }.plant::after { left: 0; top: 80px; transform: rotate(30deg); }
.plant.one { left: 22px; height: 135px; transform: rotate(-5deg); }.plant.two { right: 24px; height: 180px; transform: rotate(8deg); }.plant.three { right: 54px; height: 110px; transform: rotate(-10deg); }
.doctor-tag { position: absolute; z-index: 3; right: -16px; bottom: 23px; width: 208px; padding: 15px 17px; background: var(--cream); color: var(--ink); box-shadow: 0 7px 22px rgba(16,52,39,.18); }
.doctor-tag span, .doctor-tag em { display: block; color: var(--muted); font-size: 10px; font-style: normal; line-height: 1.35; }.doctor-tag strong { display: block; margin: 2px 0; font-family: var(--serif); font-size: 17px; font-weight: 600; }
.care-note { position: absolute; z-index: 3; bottom: 58px; left: 0; display: flex; align-items: flex-start; gap: 9px; transform: rotate(-6deg); color: var(--gold-light); font-family: var(--serif); font-size: 15px; line-height: 1.25; animation: float-note 4.5s ease-in-out infinite; }.care-note p { margin: 0; }.care-note b { color: var(--cream); font-weight: 500; }.note-icon { font-family: var(--sans); font-size: 20px; }
.art-leaf { position: absolute; z-index: 1; color: #315f48; opacity: .85; }.art-leaf svg { width: 100%; height: 100%; }.leaf-left { right: -20px; top: 15px; width: 146px; transform: rotate(19deg); }.leaf-right { left: 25px; bottom: 3px; width: 115px; transform: rotate(-118deg); }
.hero-orb { position: absolute; z-index: -1; border: 1px solid rgba(230,198,152,.17); border-radius: 50%; }.orb-one { top: -280px; right: -154px; width: 570px; height: 570px; }.orb-two { bottom: -200px; left: -250px; width: 470px; height: 470px; }
.hero-bottom-line { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; padding: 0 4vw; }.hero-bottom-line span { display: block; height: 1px; background: rgba(255,255,255,.25); }

.marquee-bar { overflow: hidden; background: var(--gold); color: var(--ink); white-space: nowrap; }.marquee-track { display: inline-flex; align-items: center; gap: 33px; min-width: max-content; padding: 16px 0; font-size: 11px; font-weight: 700; letter-spacing: .16em; animation: marquee 31s linear infinite; }.marquee-track i { font-style: normal; font-size: 14px; } @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 124px 0; }.section-soft { padding: 118px 0; background: var(--paper); }.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }.intro-art { position: relative; min-height: 450px; }.arch-shape { position: absolute; top: 0; left: 0; width: 88%; height: 426px; border-radius: 220px 220px 0 0; background: #d8e3d5; }.botanical-card { position: absolute; top: 40px; left: 45px; display: grid; place-items: center; width: 253px; height: 344px; background: #f3e2c6; box-shadow: 20px 21px 0 #c1d3c0; }.botanical-card svg { width: 90%; height: 90%; }.small-orb { position: absolute; right: 4px; bottom: 12px; display: grid; place-items: center; width: 122px; height: 122px; border-radius: 50%; border: 1px solid #bb9463; background: var(--cream); color: #6f755f; font-family: var(--serif); font-size: 13px; line-height: 1.1; text-align: center; transform: rotate(11deg); }.small-orb b { display: block; margin-top: 5px; color: var(--ink); font-size: 17px; }.intro-copy { max-width: 570px; }.intro-copy h2, h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 3.55rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.1; }.intro-copy .large-copy { margin-bottom: 17px; color: #3c5d50; font-size: 18px; line-height: 1.7; }.intro-copy > p:not(.eyebrow) { color: var(--muted); }.intro-copy .text-link { margin-top: 12px; }
.section-heading { max-width: 690px; margin: 0 auto 58px; }.section-heading.centered { text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading h2 { margin-bottom: 15px; }.section-heading p:last-child { margin-bottom: 0; color: var(--muted); }.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }.approach-card { position: relative; min-height: 290px; padding: 35px 35px 31px; border: 1px solid rgba(18,55,42,.1); background: var(--cream); transition: transform .25s, box-shadow .25s; }.approach-card:hover { transform: translateY(-6px); box-shadow: 0 16px 34px rgba(17,54,40,.08); }.step-no { position: absolute; top: 25px; right: 27px; color: #b6a994; font-size: 12px; font-weight: 700; }.line-icon { display: grid; place-items: center; width: 53px; height: 53px; margin-bottom: 28px; color: var(--leaf); background: var(--leaf-pale); border-radius: 50%; }.line-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }.approach-card h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 23px; font-weight: 600; }.approach-card p { margin: 0; color: var(--muted); font-size: 14px; }

.services { padding: 122px 0 100px; }.services-head { display: grid; grid-template-columns: 1.17fr .65fr; gap: 80px; align-items: end; margin-bottom: 53px; }.services-head h2 { max-width: 730px; margin-bottom: 0; }.services-head > p { margin: 0 0 8px; color: var(--muted); font-size: 15px; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-card { position: relative; min-height: 223px; padding: 28px 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s; }.service-card:hover { background: var(--ink); }.service-number { display: block; margin-bottom: 34px; color: #a99170; font-size: 11px; font-weight: 700; transition: color .25s; }.service-card h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 22px; font-weight: 600; transition: color .25s; }.service-card p { max-width: 275px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; transition: color .25s; }.round-arrow { position: absolute; right: 24px; bottom: 23px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 15px; transition: all .25s; }.service-card:hover h3 { color: var(--cream); }.service-card:hover p { color: #c8d6cb; }.service-card:hover .service-number { color: var(--gold-light); }.service-card:hover .round-arrow { border-color: var(--gold); background: var(--gold); color: var(--ink); }.services-note { margin: 29px 0 0; color: var(--muted); font-size: 13px; text-align: center; }.services-note a { color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--gold); }

.doctor-section { padding: 111px 0; color: var(--cream); background: var(--ink); }.doctor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }.doctor-quote { position: relative; padding: 35px 41px 37px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); }.quote-mark { display: block; height: 65px; color: var(--gold); font-family: var(--serif); font-size: 86px; line-height: 1; }.doctor-quote blockquote { margin: 0 0 23px; color: var(--cream); font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.24; }.doctor-quote p { margin: 0; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .07em; }.doctor-copy h2 { color: var(--cream); }.doctor-copy > p:not(.eyebrow) { max-width: 520px; color: #c9d9ce; }.doctor-credentials { margin: -7px 0 20px !important; color: var(--gold-light) !important; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }.doctor-credentials span { padding: 0 7px; color: var(--gold); }.doctor-copy .text-link { margin-top: 9px; }

.reviews-section { overflow: hidden; }.reviews-heading, .youtube-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 48px; }.reviews-heading h2, .youtube-heading h2 { margin-bottom: 0; }.reviews-heading > p { max-width: 355px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }.reviews-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 20px; }.google-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 323px; padding: 39px; color: var(--cream); background: var(--ink); }.google-wordmark { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; }.google-g { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: conic-gradient(from -40deg, #4285f4 0 25%, #34a853 0 42%, #fbbc05 0 62%, #ea4335 0 81%, #4285f4 0); font-size: 15px; }.rating-line { display: flex; align-items: center; gap: 13px; margin: 18px 0 4px; }.rating-line strong { font-family: var(--serif); font-size: 52px; font-weight: 500; line-height: 1; }.rating-line span, .review-stars { color: var(--gold); font-size: 16px; letter-spacing: .1em; }.google-panel > p { margin: 0 0 28px; color: #c4d6c8; font-size: 12px; }.compact-button { min-height: 46px; padding: 0 15px; font-size: 11px; background: var(--gold); color: var(--ink-2); }.reviews-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.review-card { min-height: 323px; padding: 31px; border: 1px solid var(--line); background: #fffdf7; box-shadow: 0 8px 24px rgba(16,75,41,.04); }.reviewer { display: flex; align-items: center; gap: 11px; }.review-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 39px; height: 39px; overflow: hidden; border-radius: 50%; color: var(--cream); background: var(--leaf); font-family: var(--serif); font-size: 19px; }.review-avatar img { width: 100%; height: 100%; object-fit: cover; }.reviewer strong, .reviewer small { display: block; }.reviewer strong { color: var(--ink); font-size: 13px; line-height: 1.3; }.reviewer small { color: var(--muted); font-size: 10px; }.review-card .review-stars { margin: 27px 0 13px; }.review-card p { margin: 0 0 22px; color: #466155; font-size: 13px; line-height: 1.7; }.review-card a { color: var(--ink); border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; }.review-placeholder { background: linear-gradient(130deg, #fffdf7 0%, #f9f2e3 100%); }.review-date { color: var(--muted); font-size: 10px; }

.youtube-section { padding: 112px 0; }.youtube-heading { margin-bottom: 13px; }.channel-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; color: var(--ink); border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 700; }.channel-link b { margin-left: 4px; transition: transform .2s; }.channel-link:hover b { transform: translate(2px, -2px); }.youtube-icon { display: grid; place-items: center; width: 25px; height: 18px; border-radius: 5px; color: white; background: #e62117; font-size: 9px; }.youtube-intro { max-width: 605px; margin-bottom: 37px; color: var(--muted); font-size: 15px; }.shorts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.short-card { position: relative; overflow: hidden; min-height: 335px; background: var(--cream); box-shadow: 0 9px 23px rgba(16,75,41,.05); transition: transform .25s, box-shadow .25s; }.short-card:hover { transform: translateY(-5px); box-shadow: 0 18px 31px rgba(16,75,41,.11); }.short-thumb { position: relative; display: grid; place-items: center; height: 190px; overflow: hidden; color: white; background: linear-gradient(135deg, #1a5633, #95b979); }.short-thumb::before { content: ""; position: absolute; inset: 0; opacity: .18; background: linear-gradient(135deg, transparent 30%, var(--gold) 30% 33%, transparent 33% 62%, var(--gold) 62% 65%, transparent 65%); }.short-thumb.has-image { background-position: center; background-size: cover; }.short-thumb.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(3,31,16,.35)); }.short-thumb span { position: relative; z-index: 1; display: grid; place-items: center; width: 49px; height: 49px; padding-left: 2px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(5,47,24,.37); font-size: 16px; }.short-card > div:last-child { padding: 21px 21px 25px; }.short-card small { color: #9a8056; font-size: 9px; font-weight: 700; letter-spacing: .12em; }.short-card h3 { margin: 8px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 600; line-height: 1.22; }.short-card p { margin: 0; color: var(--muted); font-size: 12px; }.short-placeholder { min-height: 280px; }.short-placeholder .short-thumb { height: 150px; }

.visit-section { padding: 96px 0; color: var(--cream); background: linear-gradient(115deg, var(--ink-2), var(--ink)); }.visit-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 78px; align-items: center; }.visit-copy h2 { max-width: 430px; color: var(--cream); }.visit-copy address { margin: 0 0 29px; color: #d1e0d1; font-size: 16px; font-style: normal; line-height: 1.8; }.map-frame { min-height: 340px; overflow: hidden; border: 1px solid rgba(255,255,255,.25); box-shadow: 14px 14px 0 rgba(206,161,62,.18); }.map-frame iframe { display: block; width: 100%; height: 340px; border: 0; filter: saturate(.74) contrast(1.04); }

.booking { padding: 121px 0; }.booking-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 112px; align-items: start; }.booking-copy { padding-top: 23px; }.booking-copy h2 { max-width: 470px; }.booking-copy > p:not(.eyebrow) { max-width: 415px; color: var(--muted); }.contact-points { display: grid; gap: 16px; margin-top: 34px; }.contact-points a { display: inline-flex; align-items: center; gap: 12px; width: max-content; color: var(--ink); font-size: 14px; font-weight: 700; }.contact-points small { display: block; color: var(--muted); font-size: 11px; font-weight: 500; }.contact-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--leaf); border: 1px solid #b8cbb9; border-radius: 50%; }.contact-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.booking-form { padding: 39px; background: var(--paper); border-top: 4px solid var(--gold); }.form-row { margin-bottom: 18px; }.form-row label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }.form-row label b { color: #a3472f; }.form-row label span { color: var(--muted); font-weight: 500; } input, select, textarea { width: 100%; border: 1px solid #d1d5c9; border-radius: 0; outline: 0; color: var(--ink); background: var(--cream); padding: 12px 13px; font-size: 14px; transition: border-color .2s, box-shadow .2s; } textarea { resize: vertical; min-height: 90px; } input::placeholder, textarea::placeholder { color: #8a948d; } input:focus, select:focus, textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(72,120,93,.12); }.button-dark { width: 100%; border: 0; background: var(--ink); color: var(--cream); }.button-dark:hover { background: #1c4a38; }.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.faq { padding: 113px 0; }.faq-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 105px; align-items: start; }.faq-grid > div:first-child > p:not(.eyebrow) { max-width: 340px; color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 21px 0; color: var(--ink); cursor: pointer; list-style: none; font-family: var(--serif); font-size: 20px; font-weight: 600; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--leaf); font-family: var(--sans); font-size: 22px; font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 660px; margin: -4px 40px 22px 0; color: var(--muted); font-size: 14px; }

.site-footer { color: #c7d7cc; background: var(--ink-2); }.footer-main { display: grid; grid-template-columns: 1.25fr .55fr .8fr; gap: 75px; padding: 72px 0 58px; }.site-footer .brand-logo { width: 142px; height: 77px; filter: brightness(1.22) saturate(.85); }.footer-brand p { max-width: 270px; margin: 19px 0 0; color: #a9c0b1; font-size: 13px; }.footer-main h3 { margin: 7px 0 18px; color: var(--gold-light); font-family: var(--sans); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }.footer-main a:not(.brand) { display: block; margin: 0 0 10px; color: #d7e3da; font-size: 13px; transition: color .2s; }.footer-main a:not(.brand):hover { color: var(--gold); }.footer-social { display: flex; gap: 12px; margin-top: 22px; }.footer-main .footer-social-icon { display: grid; place-items: center; width: 47px; height: 47px; margin: 0; border: 1px solid rgba(240,212,154,.65); border-radius: 50%; color: var(--gold-light); transition: transform .22s, color .22s, border-color .22s, background .22s; }.footer-main .footer-social-icon:hover { color: var(--ink-2); border-color: var(--gold); background: var(--gold); transform: translateY(-4px); }.footer-social-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }.footer-social-icon.youtube svg { width: 26px; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); color: #91ab9b; font-size: 10px; }.footer-bottom p { max-width: 550px; margin: 0; }.footer-bottom p:last-child { text-align: right; }.whatsapp-float { position: fixed; z-index: 9; right: 23px; bottom: 23px; display: grid; place-items: center; width: 53px; height: 53px; border: 3px solid var(--cream); border-radius: 50%; color: white; background: #25d366; box-shadow: 0 7px 22px rgba(0,0,0,.2); transition: transform .2s; }.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); }.whatsapp-float svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .11s; }.delay-2 { transition-delay: .21s; } @keyframes breathe { 50% { transform: scale(1.06); opacity: .72; } } @keyframes portrait-rise { from { opacity: 0; transform: translate(-50%, 25px); } to { opacity: 1; transform: translate(-50%, 0); } } @keyframes float-note { 50% { transform: rotate(-6deg) translateY(-9px); } }

@media (max-width: 860px) {
  .main-nav { position: absolute; top: 80px; right: 0; left: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; padding: 0 24px; background: var(--cream); border-bottom: 1px solid transparent; transition: max-height .3s ease, padding .3s ease, border-color .3s; }.main-nav.open { max-height: 350px; padding: 10px 24px 22px; border-color: var(--line); }.main-nav > a:not(.nav-cta) { padding: 12px 0; }.main-nav .nav-cta { width: max-content; margin-top: 9px; }.menu-toggle { display: block; }.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { opacity: 0; }.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }.hero-copy { padding: 75px 0 15px; }.hero-art { min-height: 430px; max-width: 590px; width: 100%; margin-inline: auto; }.sun-disc { top: 49px; left: 18%; }.portrait-card { right: 12%; width: 320px; }.care-note { left: 9%; }.intro-grid, .booking-grid, .faq-grid, .visit-grid { grid-template-columns: 1fr; gap: 56px; }.intro-art { max-width: 450px; }.intro-copy { max-width: 650px; }.services-head { grid-template-columns: 1fr; gap: 15px; }.services-head > p { max-width: 590px; }.doctor-grid { grid-template-columns: 1fr; gap: 46px; }.doctor-quote { max-width: 560px; }.reviews-layout { grid-template-columns: 1fr; }.google-panel { min-height: 230px; }.reviews-list { grid-template-columns: repeat(2, 1fr); }.visit-copy { max-width: 530px; }.map-frame { max-width: 700px; }.footer-main { grid-template-columns: 1.2fr .7fr; gap: 40px; }.footer-contact { grid-column: 1; }.booking-copy { padding-top: 0; }
}
@media (max-width: 600px) {
  .wrap { width: min(100% - 32px, 1160px); }.topline-inner { height: 31px; justify-content: flex-end; }.topline p { display: none; }.topline-actions { gap: 10px; }.topline-social { gap: 3px; padding-right: 10px; }.social-icon { width: 23px; height: 23px; }.topline .top-phone { font-size: 11px; }.nav-wrap { min-height: 70px; }.main-nav { top: 70px; }.brand-logo { width: 98px; height: 57px; }.hero-copy { padding: 59px 0 11px; }.hero h1 { font-size: clamp(3.2rem, 14vw, 4.5rem); }.hero-lede { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-details { gap: 14px; margin-top: 37px; }.hero-art { min-height: 375px; }.sun-disc { top: 47px; left: 13%; width: 275px; height: 275px; }.portrait-card { right: 6%; width: 268px; }.portrait-photo-wrap { height: 392px; }.doctor-tag { right: -8px; bottom: 15px; width: 190px; padding: 12px 14px; }.care-note { bottom: 50px; left: 1%; font-size: 13px; }.leaf-left { width: 100px; }.leaf-right { width: 90px; }.section, .services, .booking { padding: 77px 0; }.section-soft, .faq, .youtube-section { padding: 75px 0; }.marquee-track { padding: 13px 0; }.intro-art { min-height: 355px; }.arch-shape { height: 337px; }.botanical-card { top: 33px; left: 26px; width: 205px; height: 274px; }.small-orb { right: 0; bottom: 0; width: 100px; height: 100px; font-size: 11px; }.small-orb b { font-size: 14px; }.intro-grid { gap: 41px; }.intro-copy .large-copy { font-size: 16px; }.approach-grid, .service-grid, .shorts-grid, .reviews-list { grid-template-columns: 1fr; }.approach-card { min-height: 0; padding: 28px; }.approach-card .line-icon { margin-bottom: 20px; }.services-head { margin-bottom: 35px; }.service-card { min-height: 192px; }.service-number { margin-bottom: 25px; }.service-card h3 { font-size: 21px; }.doctor-section { padding: 75px 0; }.doctor-quote { padding: 26px; }.quote-mark { height: 50px; font-size: 70px; }.doctor-quote blockquote { font-size: 1.7rem; }.doctor-credentials { font-size: 10px; line-height: 1.8; }.doctor-credentials span { padding: 0 4px; }.reviews-heading, .youtube-heading { display: block; margin-bottom: 32px; }.reviews-heading > p { margin-top: 15px; }.google-panel, .review-card { min-height: 0; }.youtube-intro { margin-bottom: 28px; }.short-card { min-height: 0; }.short-thumb { height: 190px; }.visit-section { padding: 75px 0; }.visit-grid { gap: 36px; }.map-frame, .map-frame iframe { min-height: 275px; height: 275px; }.booking-grid, .faq-grid { gap: 43px; }.booking-form { padding: 25px 18px; }.footer-main { grid-template-columns: 1fr; gap: 28px; padding: 56px 0 37px; }.footer-contact { grid-column: auto; }.footer-bottom { display: block; padding: 18px 0; }.footer-bottom p:last-child { margin-top: 9px; text-align: left; }.whatsapp-float { right: 15px; bottom: 15px; width: 49px; height: 49px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.marquee-track, .portrait-photo-wrap .halo, .doctor-photo, .care-note { animation: none; } }
