:root {
  --sage: #6B8E7F; --sage-dark: #4A6B5E; --sage-light: #D8E4DD; --sage-pale: #F1F5F2;
  --coral: #C97B63; --coral-dark: #A1604E; --coral-light: #F5E2DA;
  --cream: #F8F4ED; --cream-deep: #EFE8DA;
  --ink: #2D3F32; --ink-soft: #4A5854; --gray: #6E6E6E;
  --bg: #FFFFFF;
  --shadow-sm: 0 2px 12px rgba(45,63,50,0.06);
  --shadow-md: 0 12px 32px rgba(45,63,50,0.10);
  --shadow-lg: 0 28px 60px rgba(45,63,50,0.14);
  --radius: 14px; --radius-lg: 22px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; height: auto; }
a { color: var(--sage-dark); text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .75; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; background: var(--sage); color: #fff; padding: 10px 16px; z-index: 9999; border-radius: 8px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.65,.4,1), transform .9s cubic-bezier(.2,.65,.4,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal-stagger.in > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0s; }
.reveal-stagger.in > *:nth-child(2) { opacity: 1; transform: none; transition-delay: .1s; }
.reveal-stagger.in > *:nth-child(3) { opacity: 1; transform: none; transition-delay: .2s; }
.reveal-stagger.in > *:nth-child(4) { opacity: 1; transform: none; transition-delay: .3s; }
.reveal-stagger.in > *:nth-child(5) { opacity: 1; transform: none; transition-delay: .4s; }
.reveal-stagger.in > *:nth-child(6) { opacity: 1; transform: none; transition-delay: .5s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes gentle-pulse { 0%,100% { transform: scale(1); opacity: .6; } 50% { transform: scale(1.05); opacity: .9; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes shimmer-bg { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: saturate(180%) blur(16px); border-bottom: 1px solid rgba(0,0,0,.05); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 14px; color: var(--ink) !important; }
.brand:hover { opacity: 1; }
.brand-mark { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(107,142,127,0.3); }
.brand .name { font-family: var(--serif); font-weight: 700; font-size: 20px; line-height: 1.05; color: var(--ink); }
.brand .tag { font-size: 10.5px; color: var(--coral); font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase; }
nav ul { list-style: none; display: flex; gap: 4px; align-items: center; }
nav a { color: var(--ink-soft); font-weight: 500; padding: 10px 16px; border-radius: 8px; font-size: 15px; transition: all .2s; position: relative; }
nav a:hover, nav a.active { color: var(--sage-dark); opacity: 1; }
nav a:not(.btn-cta)::after { content: ""; position: absolute; bottom: 4px; left: 50%; width: 0; height: 2px; background: var(--coral); transition: all .25s; transform: translateX(-50%); }
nav a:not(.btn-cta):hover::after, nav a.active:not(.btn-cta)::after { width: 60%; }
.btn-cta { background: var(--sage); color: #fff !important; padding: 11px 22px !important; border-radius: 999px; font-weight: 600; margin-left: 10px; box-shadow: 0 4px 14px rgba(107,142,127,0.35); }
.btn-cta:hover { background: var(--sage-dark); opacity: 1 !important; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--ink); }
.menu-toggle svg { width: 28px; height: 28px; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; color: #fff; padding: 100px 0; overflow: hidden; isolation: isolate; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-iframe-wrap { position: absolute; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.hero-iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; transform: translate(-50%, -50%); border: 0; pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(45,63,50,0.78) 0%, rgba(107,142,127,0.65) 50%, rgba(201,123,99,0.55) 100%); background-size: 200% 200%; animation: shimmer-bg 18s ease infinite; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at top right, rgba(255,255,255,0.18), transparent 50%), radial-gradient(ellipse at bottom left, rgba(248,244,237,0.15), transparent 50%); }
.hero .container { position: relative; z-index: 1; animation: fade-up 1.1s ease both; }
.hero-eyebrow { display: inline-flex; align-items: center; padding: 9px 18px; margin-bottom: 26px; background: rgba(255,255,255,0.14); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.28); border-radius: 999px; font-size: 12.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; }
.hero-eyebrow .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); margin-right: 10px; animation: gentle-pulse 2.4s infinite; }
.hero h1 { font-family: var(--serif); font-size: clamp(40px, 5.8vw, 68px); font-weight: 700; line-height: 1.05; margin-bottom: 24px; letter-spacing: -1px; max-width: 920px; text-shadow: 0 2px 30px rgba(0,0,0,0.2); }
.hero h1 em { font-style: italic; font-weight: 400; background: linear-gradient(135deg, #F5E2DA 0%, #D8E4DD 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: clamp(17px, 1.6vw, 21px); max-width: 640px; margin-bottom: 38px; opacity: 0.95; font-weight: 400; text-shadow: 0 2px 10px rgba(0,0,0,0.18); }
.hero-meta { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 30px; font-size: 13px; opacity: 0.9; letter-spacing: 0.4px; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: "✓"; font-size: 14px; color: var(--coral-light); font-weight: 700; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 16px; transition: all .25s; cursor: pointer; border: none; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 28px rgba(201,123,99,0.4); }
.btn-primary:hover { background: var(--coral-dark); transform: translateY(-2px); opacity: 1; }
.btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 2px solid rgba(255,255,255,0.55); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; opacity: 1; }
.btn-download { background: rgba(255,255,255,0.15); color: #fff; border: 2px solid rgba(255,255,255,0.4); backdrop-filter: blur(10px); }
.btn-download svg { flex-shrink: 0; }
.btn-download:hover { background: rgba(255,255,255,0.25); border-color: rgba(255,255,255,0.7); opacity: 1; }
.btn-arrow::after { content: "→"; transition: transform .2s; }
.btn-arrow:hover::after { transform: translateX(4px); }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.65); font-size: 11px; letter-spacing: 2.5px; animation: float 2.5s ease-in-out infinite; }
.scroll-cue::after { content: ""; display: block; width: 1px; height: 38px; background: rgba(255,255,255,0.45); margin: 8px auto 0; }

.trust-strip { background: var(--cream); padding: 28px 0; border-top: 1px solid var(--cream-deep); border-bottom: 1px solid var(--cream-deep); }
.trust-strip-inner { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; font-size: 12.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item svg { width: 18px; height: 18px; color: var(--sage); flex-shrink: 0; }

section { padding: 100px 0; position: relative; }
section.cream { background: var(--sage-pale); }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 2.4px; font-size: 11.5px; font-weight: 700; color: var(--coral); margin-bottom: 18px; }
.eyebrow::before { content: ""; display: inline-block; width: 24px; height: 1.5px; background: var(--coral); vertical-align: middle; margin-right: 12px; }
h2 { font-family: var(--serif); font-size: clamp(32px, 3.8vw, 48px); font-weight: 700; line-height: 1.12; color: var(--ink); margin-bottom: 20px; letter-spacing: -0.6px; }
h2 em { font-style: italic; font-weight: 400; color: var(--coral); }
h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.lead { font-size: 18.5px; color: var(--ink-soft); max-width: 720px; margin-bottom: 50px; line-height: 1.65; }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pillar { background: #fff; border-radius: var(--radius-lg); padding: 40px 32px; box-shadow: var(--shadow-sm); border: 1px solid rgba(107,142,127,0.08); transition: all .3s; position: relative; overflow: hidden; }
.pillar::before { content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 4px; background: var(--sage); border-radius: 0 0 4px 0; }
.pillar:nth-child(2)::before { background: var(--coral); }
.pillar:nth-child(3)::before { background: var(--sage-dark); }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(107,142,127,0.2); }
.pillar .icon-circle { width: 64px; height: 64px; border-radius: 50%; background: var(--sage-light); color: var(--sage-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: transform .3s; }
.pillar:nth-child(2) .icon-circle { background: var(--coral-light); color: var(--coral-dark); }
.pillar:nth-child(3) .icon-circle { background: var(--cream-deep); color: var(--ink); }
.pillar:hover .icon-circle { transform: scale(1.08) rotate(-4deg); }
.pillar p { font-size: 15.5px; color: var(--ink-soft); }

.doctor-feature { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.doctor-feature.flip { grid-template-columns: 1.05fr 1fr; }
.doctor-feature.flip .feature-img { order: 2; }
.doctor-feature.flip .feature-text { order: 1; }
.feature-img { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.feature-img img { width: 100%; height: 540px; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.3,1); }
.feature-img:hover img { transform: scale(1.04); }
.feature-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(45,63,50,0.18) 100%); pointer-events: none; }
.feature-img-decor { position: absolute; bottom: -28px; right: -28px; width: 140px; height: 140px; border-radius: 50%; background: var(--coral-light); z-index: -1; }
.credentials { display: flex; gap: 12px; flex-wrap: wrap; margin: 18px 0; }
.credential { background: var(--sage-light); color: var(--sage-dark); padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.6px; }
.credential.coral { background: var(--coral-light); color: var(--coral-dark); }
.philosophy ul { list-style: none; margin-top: 20px; }
.philosophy li { padding: 10px 0 10px 30px; position: relative; color: var(--ink-soft); font-size: 16px; }
.philosophy li::before { content: ""; position: absolute; left: 0; top: 18px; width: 18px; height: 1.5px; background: var(--coral); }
.dr-quote { font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1.5; color: var(--ink); padding: 28px; background: var(--cream); border-radius: var(--radius); border-left: 4px solid var(--coral); margin-top: 28px; position: relative; }
.dr-quote::before { content: '"'; position: absolute; top: -10px; left: 14px; font-size: 80px; font-family: Georgia, serif; color: var(--coral); line-height: 1; opacity: 0.4; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.svc-card { background: #fff; border-radius: var(--radius-lg); padding: 36px 30px; border: 1px solid rgba(0,0,0,0.06); transition: all .3s; position: relative; overflow: hidden; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sage); }
.svc-card .icon-square { width: 56px; height: 56px; border-radius: 14px; background: var(--sage-light); color: var(--sage-dark); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all .3s; }
.svc-card:hover .icon-square { background: var(--sage); color: #fff; transform: rotate(-6deg); }
.svc-card.coral .icon-square { background: var(--coral-light); color: var(--coral-dark); }
.svc-card.coral:hover .icon-square { background: var(--coral); color: #fff; }
.svc-card h3 { font-size: 19px; margin-bottom: 8px; }
.svc-card p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.svc-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; }
.svc-card.coral .svc-tag { color: var(--sage-dark); }

.promise-band { background: linear-gradient(135deg, rgba(45,63,50,0.92) 0%, rgba(107,142,127,0.88) 100%), url('https://images.unsplash.com/photo-1551601651-2a8555f1a136?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat; background-attachment: fixed; color: #fff; padding: 90px 0; text-align: center; position: relative; }
.promise-band h2 { color: #fff; margin-bottom: 14px; }
.promise-band h2 em { color: #F5E2DA; }
.promise-band p { color: rgba(255,255,255,0.88); font-size: 18px; max-width: 700px; margin: 0 auto 40px; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.stat-num { font-family: var(--serif); font-size: 52px; font-weight: 700; line-height: 1; }
.stat-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; opacity: 0.85; margin-top: 8px; }

.conditions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.condition { background: #fff; padding: 18px 22px; border-radius: 12px; border: 1px solid rgba(0,0,0,0.05); font-size: 14.5px; font-weight: 500; color: var(--ink-soft); display: flex; align-items: center; gap: 12px; transition: all .2s; }
.condition:hover { border-color: var(--sage); transform: translateX(4px); background: var(--sage-pale); }
.condition::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); flex-shrink: 0; }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testimonial { background: #fff; border-radius: var(--radius-lg); padding: 36px 30px; box-shadow: var(--shadow-sm); border: 1px solid rgba(0,0,0,0.05); transition: all .3s; }
.testimonial:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.testimonial-stars { color: var(--coral); font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial blockquote { font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.55; color: var(--ink); margin-bottom: 24px; }
.testimonial cite { display: flex; align-items: center; gap: 14px; font-style: normal; }
.testimonial cite .avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--sage) 0%, var(--coral) 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 17px; flex-shrink: 0; }
.testimonial cite .who { font-weight: 700; font-size: 14px; color: var(--ink); }
.testimonial cite .role { font-size: 12px; color: var(--gray); }

.insurance-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 30px; }
.insurance-card { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; padding: 22px 14px; text-align: center; font-size: 13px; font-weight: 600; color: var(--ink-soft); transition: all .2s; }
.insurance-card:hover { border-color: var(--sage); transform: translateY(-2px); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { text-align: center; padding: 30px 22px; position: relative; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--coral); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 24px; margin: 0 auto 18px; box-shadow: 0 6px 20px rgba(201,123,99,0.35); }
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--ink-soft); }
.step:not(:last-child)::after { content: ""; position: absolute; top: 28px; left: calc(50% + 50px); right: calc(-50% + 50px); height: 1px; border-top: 2px dashed var(--sage-light); }

.page-hero { background: linear-gradient(135deg, rgba(45,63,50,0.92) 0%, rgba(107,142,127,0.85) 100%), url('https://images.unsplash.com/photo-1505751172876-fa1923c5c528?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat; color: #fff; padding: 110px 0 90px; text-align: center; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(38px, 4.6vw, 56px); font-weight: 700; margin-bottom: 14px; letter-spacing: -0.7px; }
.page-hero h1 em { font-style: italic; color: var(--coral-light); }
.page-hero p { font-size: 19px; opacity: 0.95; max-width: 720px; margin: 0 auto; line-height: 1.6; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; }
.contact-block { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.contact-block:last-child { border-bottom: none; }
.contact-block .ic { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: var(--sage-light); color: var(--sage-dark); display: flex; align-items: center; justify-content: center; }
.contact-block:nth-child(2n) .ic { background: var(--coral-light); color: var(--coral-dark); }
.contact-block .label { font-size: 12px; color: var(--gray); text-transform: uppercase; letter-spacing: 1.4px; font-weight: 600; }
.contact-block .value { font-size: 16px; color: var(--ink); font-weight: 500; margin-top: 2px; }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,0.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--cream-deep); border-radius: 10px; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--cream); transition: all .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--sage); background: #fff; box-shadow: 0 0 0 4px rgba(107,142,127,0.12); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-card button { width: 100%; padding: 15px; font-size: 16px; }
.form-note { font-size: 12.5px; color: var(--gray); margin-top: 14px; text-align: center; line-height: 1.5; }

.faq-item { background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; transition: all .25s; }
.faq-item:hover { border-color: var(--sage); }
.faq-q { padding: 24px 28px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--ink); }
.faq-q::after { content: "+"; font-size: 26px; color: var(--coral); transition: transform .25s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 28px; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 28px 24px; }
.faq-a p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; }

.cta-strip { background: linear-gradient(135deg, var(--ink) 0%, var(--sage-dark) 100%); color: #fff; text-align: center; padding: 80px 0; position: relative; overflow: hidden; }
.cta-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 50%, rgba(201,123,99,0.25), transparent 50%), radial-gradient(circle at 75% 50%, rgba(216,228,221,0.2), transparent 50%); }
.cta-strip .container { position: relative; }
.cta-strip h2 { color: #fff; margin-bottom: 14px; }
.cta-strip h2 em { color: var(--coral-light); }
.cta-strip p { color: rgba(255,255,255,0.88); max-width: 620px; margin: 8px auto 32px; font-size: 17px; }

footer { background: #1A2620; color: #C0BFB8; padding: 80px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.4fr; gap: 50px; margin-bottom: 48px; }
footer h4 { color: #fff; font-family: var(--serif); font-size: 16px; margin-bottom: 18px; font-weight: 600; }
footer ul { list-style: none; }
footer li { margin: 8px 0; font-size: 14px; }
footer a { color: #C0BFB8; }
footer a:hover { color: var(--coral-light); opacity: 1; }
.foot-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.foot-brand .name { color: #fff; font-family: var(--serif); font-size: 19px; font-weight: 700; }
.foot-brand .tag { color: var(--coral-light); font-size: 11px; letter-spacing: 1.4px; }
.foot-blurb { font-size: 14px; line-height: 1.7; max-width: 340px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 26px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #888; }
.foot-bottom a { color: #888; }

@media (max-width: 960px) {
  nav ul { position: fixed; top: 76px; right: -100%; flex-direction: column; align-items: stretch; background: #fff; width: 86%; max-width: 360px; padding: 28px; gap: 4px; box-shadow: -10px 0 30px rgba(0,0,0,0.08); height: calc(100vh - 76px); transition: right .25s; }
  nav ul.open { right: 0; }
  nav a { display: block; padding: 14px; font-size: 16px; }
  .menu-toggle { display: block; }
  .pillars, .service-grid, .testimonials { grid-template-columns: 1fr 1fr; }
  .doctor-feature, .doctor-feature.flip { grid-template-columns: 1fr; gap: 36px; }
  .doctor-feature.flip .feature-img { order: 0; }
  .feature-img img { height: 380px; }
  .stat-row { grid-template-columns: 1fr 1fr; gap: 30px; }
  .conditions { grid-template-columns: repeat(2, 1fr); }
  .insurance-grid { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: 1fr 1fr; }
  .step:not(:last-child)::after { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero { min-height: 100vh; padding: 80px 0; }
  .promise-band { background-attachment: scroll; }
}
@media (max-width: 560px) {
  .pillars, .service-grid, .testimonials, .conditions, .insurance-grid, .process, .foot-grid { grid-template-columns: 1fr; }
  section { padding: 70px 0; }
  .hero { min-height: 100vh; padding: 60px 0; }
  h2 { font-size: 28px; }
  .stat-num { font-size: 42px; }
  .form-card { padding: 28px 24px; }
}
/* ---------- Section photo banner ---------- */
.section-photo {
  width: 100%; height: 320px; border-radius: var(--radius-lg); overflow: hidden;
  margin: 0 0 50px; position: relative; box-shadow: var(--shadow-md);
  background: linear-gradient(135deg, var(--sage) 0%, var(--coral) 100%);
}
.section-photo img { width:100%; height:100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.3,1); display:block; }
.section-photo:hover img { transform: scale(1.04); }
.section-photo::after {
  content:""; position:absolute; inset:0;
  background: linear-gradient(135deg, transparent 55%, rgba(107,142,127,0.22) 100%);
  pointer-events:none;
}

/* ---------- Image strip ---------- */
.image-strip {
  display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin: 30px 0;
}
.image-strip .strip-tile {
  position:relative; height: 230px; border-radius: var(--radius-lg); overflow:hidden;
  box-shadow: var(--shadow-sm);
  background: linear-gradient(135deg, var(--sage-light) 0%, var(--coral-light) 100%);
  background-size: cover; background-position: center;
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.image-strip .strip-tile::before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 50%, rgba(45,63,50,0.6) 100%);
}
.image-strip .strip-tile span {
  position:absolute; left:18px; bottom:14px; right:18px;
  color:#fff; font-weight:600; font-size:14px; letter-spacing:.3px; z-index:1;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.image-strip .strip-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

@media (max-width: 960px) {
  .section-photo { height: 230px; }
  .image-strip { grid-template-columns: 1fr 1fr; }
  .image-strip .strip-tile { height: 190px; }
}
@media (max-width: 560px) {
  .image-strip { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
  .promise-band { background-attachment: scroll; }
}
