@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  --forest: #173d35;
  --forest-deep: #102d29;
  --sage: #e5eee8;
  --cream: #f8f5ed;
  --ivory: #fcfbf7;
  --gold: #c8a65a;
  --gold-light: #ddc789;
  --charcoal: #23302c;
  --muted: #6d7772;
  --line: #dce3dc;
  --white: #fff;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--ivory); font-family: var(--sans); font-size: 15px; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a, button, input, textarea { transition: all .25s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(200,166,90,.55); outline-offset: 3px; }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; }

.topbar { background: var(--forest-deep); color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .06em; padding: 7px 0; }
.topbar a { color: var(--gold-light); }
.site-header { background: rgba(252,251,247,.96); border-bottom: 1px solid rgba(23,61,53,.08); position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(14px); }
.navbar { padding: 14px 0; }
.brand-lockup { align-items: center; display: inline-flex; gap: 11px; color: var(--forest); line-height: 1; }
.brand-lockup strong, .brand-lockup small { display: block; }
.brand-lockup strong { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: -.02em; }
.brand-lockup small { color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .2em; margin-top: 6px; text-transform: uppercase; }
.brand-mark { align-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); display: inline-flex; font-size: 21px; height: 43px; justify-content: center; width: 43px; }
.nav-link { color: var(--charcoal); font-size: 15px; font-weight: 600; padding: 10px 13px !important; position: relative; }
.nav-link::after { background: var(--gold); bottom: 2px; content: ''; height: 2px; left: 13px; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: calc(100% - 26px); }
.nav-link:hover, .nav-link.active { color: var(--forest); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.navbar-toggler { border: 1px solid var(--forest); color: var(--forest); padding: 5px 8px; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { background-image: var(--bs-navbar-toggler-icon-bg); }

.btn { border-radius: 0; font-size: 12px; font-weight: 700; letter-spacing: .06em; padding: 12px 22px; text-transform: uppercase; }
.btn-lg { font-size: 12px; padding: 15px 25px; }
.btn-dark-green { background: var(--forest); border: 1px solid var(--forest); color: var(--white); }
.btn-dark-green:hover { background: var(--forest-deep); border-color: var(--forest-deep); color: var(--white); transform: translateY(-2px); }
.btn-gold { background: var(--gold); border: 1px solid var(--gold); color: var(--forest-deep); }
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--forest-deep); transform: translateY(-2px); }
.btn-outline-light:hover { background: var(--white); color: var(--forest); }
.btn-whatsapp { background: #247c57; border: 1px solid #247c57; color: var(--white); }
.btn-whatsapp:hover { background: #1c6446; color: var(--white); transform: translateY(-2px); }

.hero { background-color: var(--forest); background-image: linear-gradient(90deg, rgba(10,39,33,.94) 0%, rgba(18,59,48,.82) 47%, rgba(18,59,48,.38) 100%), url('../images/Pellets+bottle+wide.jpg'); background-position: center 28%; background-size: cover; position: relative; }
.hero-home { min-height: 700px; }
.hero-pattern { background-image: radial-gradient(rgba(221,199,137,.17) 1px, transparent 1px); background-size: 18px 18px; inset: 0; opacity: .18; pointer-events: none; position: absolute; }
.min-vh-hero { min-height: 700px; }
.display-title { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.9rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.05; margin: 12px 0 22px; max-width: 760px; }
em { color: var(--gold); font-style: italic; font-weight: 500; }
.hero-lead { font-size: 18px; line-height: 1.65; max-width: 570px; }
.eyebrow { color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: .24em; margin: 0 0 14px; text-transform: uppercase; }
.text-gold { color: var(--gold); }
.heritage-strip { align-items: center; border-top: 1px solid rgba(221,199,137,.5); color: rgba(255,255,255,.76); display: flex; flex-wrap: wrap; font-size: 10px; font-weight: 700; gap: 13px; letter-spacing: .13em; padding-top: 15px; text-transform: uppercase; }
.heritage-strip i { background: var(--gold); border-radius: 50%; height: 4px; width: 4px; }
.hero-photo-placeholder { background: rgba(7,33,28,.4); border: 1px solid rgba(221,199,137,.55); color: var(--gold-light); height: 360px; margin-left: auto; max-width: 355px; outline: 1px solid rgba(221,199,137,.18); outline-offset: 10px; padding: 25px; position: relative; width: 100%; }
.hero-photo-placeholder::before, .large-photo-placeholder::before { border: 1px solid rgba(221,199,137,.35); content: ''; inset: 12px; pointer-events: none; position: absolute; }
.hero-photo-placeholder .placeholder-icon, .large-photo-placeholder i { font-size: 28px; margin-bottom: 10px; }
.hero-photo-placeholder span, .hero-photo-placeholder small { display: block; }
.hero-photo-placeholder span { font-family: var(--serif); font-size: 22px; }
.hero-photo-placeholder small { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.5; margin-top: 5px; }
.scroll-cue { align-items: center; bottom: 33px; color: rgba(255,255,255,.64); display: flex; font-size: 9px; gap: 11px; letter-spacing: .15em; position: absolute; right: 5%; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right center; }
.scroll-cue span { background: var(--gold); display: block; height: 1px; width: 48px; }

.page-hero { align-items: center; background-color: var(--forest); background-position: center; background-size: cover; display: flex; min-height: 420px; position: relative; }
.page-hero::before { background: linear-gradient(90deg, rgba(10,39,33,.94), rgba(17,58,48,.5)); content: ''; inset: 0; position: absolute; }
.page-hero .container { position: relative; }
.page-hero-legacy { background-image: url('../images/family-photo-02.jpeg'); background-position: center 34%; }
.page-hero-doctors { background-image: linear-gradient(rgba(11,45,38,.65), rgba(11,45,38,.8)), url('../images/Pellets+bottle+wide.jpg'); background-position: center 18%; }
.page-hero-contact { background-image: linear-gradient(rgba(11,45,38,.78), rgba(11,45,38,.82)), url('../images/Pellets+bottle+wide.jpg'); }
.page-hero-treatments { background-image: linear-gradient(rgba(11,45,38,.75), rgba(11,45,38,.84)), url('../images/Pellets+bottle+wide.jpg'); background-position: center 25%; }

.section-padding { padding: 105px 0; }
.bg-ivory { background: var(--cream); }
.bg-sage { background: var(--sage); }
.section-heading { margin-bottom: 10px; }
.section-title { color: var(--forest); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.1rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.12; margin: 0 0 18px; }
.section-intro { color: var(--muted); font-size: 18px; max-width: 570px; }
.treatment-preview { border-top: 1px solid rgba(23,61,53,.06); }
.treatment-tile { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 155px; padding: 24px; position: relative; }
.treatment-tile:hover { border-color: var(--gold); box-shadow: 0 12px 28px rgba(23,61,53,.09); color: var(--forest); transform: translateY(-4px); }
.treatment-tile i { color: var(--gold); font-size: 25px; }
.treatment-tile > span { color: var(--forest); font-family: var(--serif); font-size: 20px; margin-top: 16px; }
.treatment-tile small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-top: auto; text-transform: uppercase; }
.treatment-tile small i { font-size: 12px; margin-left: 4px; }
.lead-copy { color: var(--muted); font-size: 16px; line-height: 1.85; }
.gold-rule { background: var(--gold); height: 2px; margin: 26px 0; width: 53px; }
.text-link { align-items: center; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link i { color: var(--gold); font-size: 16px; transition: transform .25s; }
.text-link:hover { color: var(--gold); }
.text-link:hover i { transform: translateX(4px); }
.photo-frame { background: var(--forest); overflow: hidden; position: relative; }
.photo-frame-tall { height: 530px; }
.photo-frame img { height: 100%; object-fit: cover; width: 100%; }
.photo-frame::after { border: 1px solid rgba(255,255,255,.46); content: ''; inset: 13px; pointer-events: none; position: absolute; }
.photo-caption { background: rgba(16,45,41,.84); bottom: 0; color: var(--white); left: 0; padding: 14px 20px; position: absolute; right: 0; z-index: 1; }
.photo-caption span, .photo-caption small { display: block; }
.photo-caption span { font-family: var(--serif); font-size: 16px; }
.photo-caption small { color: rgba(255,255,255,.65); font-size: 10px; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.timeline::before { background: var(--gold); content: ''; height: 1px; left: 12.5%; position: absolute; right: 12.5%; top: 35px; }
.timeline-item { padding: 0 13px; position: relative; }
.timeline-dot { background: var(--cream); border: 2px solid var(--gold); border-radius: 50%; height: 14px; margin: 28px auto 24px; position: relative; width: 14px; z-index: 1; }
.timeline-card { text-align: center; }
.doctor-placeholder { align-items: center; background: linear-gradient(145deg, #eef1ec, #dbe5de); border: 1px solid #cad8cf; color: var(--forest); display: flex; flex-direction: column; height: 285px; justify-content: center; overflow: hidden; padding: 22px; position: relative; text-align: center; }
.doctor-placeholder::after { border: 1px solid rgba(23,61,53,.2); content: ''; inset: 10px; pointer-events: none; position: absolute; }
.doctor-placeholder i { color: var(--gold); font-size: 48px; margin-bottom: 14px; }
.doctor-placeholder span { font-family: var(--serif); font-size: 17px; position: relative; z-index: 1; }
.doctor-placeholder small { color: var(--muted); font-size: 10px; margin-top: 5px; position: relative; z-index: 1; }
.doctor-placeholder.compact { height: 155px; padding: 12px; }
.doctor-placeholder.compact i { font-size: 30px; margin-bottom: 8px; }
.doctor-placeholder.compact span { font-size: 13px; }
.timeline-label { color: var(--gold); display: block; font-size: 10px; font-weight: 700; letter-spacing: .12em; margin: 20px 0 6px; text-transform: uppercase; }
.timeline-card h3, .doctor-card h3, .legacy-detail h3 { color: var(--forest); font-family: var(--serif); font-size: 23px; font-weight: 600; margin: 0 0 8px; }
.timeline-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0 auto; max-width: 230px; }

.value-card { background: rgba(255,255,255,.64); border-top: 2px solid var(--gold); height: 100%; padding: 27px 25px 30px; position: relative; }
.value-card::after { border: 1px solid rgba(23,61,53,.1); content: ''; inset: 8px; pointer-events: none; position: absolute; }
.value-card i, .value-card h3, .value-card p, .value-number { position: relative; z-index: 1; }
.value-card i { color: var(--gold); font-size: 27px; }
.value-card h3 { color: var(--forest); font-family: var(--serif); font-size: 21px; margin: 17px 0 8px; }
.value-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.value-number { color: rgba(23,61,53,.22); float: right; font-family: var(--serif); font-size: 17px; }

.philosophy-section { background: var(--forest-deep); }
.philosophy-image { min-height: 500px; }
.large-photo-placeholder { align-items: center; background: linear-gradient(135deg, #355951, #1a3f38); color: var(--gold-light); display: flex; flex-direction: column; height: 100%; justify-content: center; min-height: 500px; padding: 30px; position: relative; text-align: center; }
.large-photo-placeholder span, .large-photo-placeholder small { display: block; position: relative; z-index: 1; }
.large-photo-placeholder span { font-family: var(--serif); font-size: 25px; }
.large-photo-placeholder small { color: rgba(255,255,255,.62); font-size: 11px; margin-top: 5px; }
.philosophy-copy { align-items: center; display: flex; min-height: 500px; padding: 70px 8%; }
.content-narrow { max-width: 500px; }
.content-narrow .section-title { font-size: clamp(2.4rem, 4vw, 4.5rem); }
.content-narrow p:not(.eyebrow) { font-size: 17px; line-height: 1.8; }
.cta-band { background: var(--forest); color: var(--white); padding: 94px 0; }
.cta-band h2 { font-family: var(--serif); font-size: clamp(2.25rem, 4.5vw, 4.1rem); font-weight: 500; letter-spacing: -.045em; margin: 0 auto 14px; max-width: 780px; }
.cta-band p:not(.eyebrow) { color: rgba(255,255,255,.64); }

.legacy-stack { margin: 0 auto; max-width: 1000px; }
.legacy-profile { align-items: center; display: grid; gap: 10%; grid-template-columns: 42% 48%; margin-bottom: 90px; }
.legacy-profile.reverse { grid-template-columns: 48% 42%; }
.legacy-profile.reverse .legacy-photo { grid-column: 2; grid-row: 1; }
.legacy-profile.reverse .legacy-detail { grid-column: 1; grid-row: 1; }
.legacy-photo .doctor-placeholder { height: 420px; }
.legacy-detail p { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 8px; }
.legacy-detail strong { color: var(--forest); }
.philosophy-quote { align-items: flex-start; border-left: 2px solid var(--gold); color: var(--forest); display: flex; font-family: var(--serif); font-size: 19px; font-style: italic; gap: 12px; line-height: 1.5; margin-top: 25px; padding-left: 16px; }
.philosophy-quote i { color: var(--gold); font-size: 20px; }
.stats-section { background: var(--forest); color: var(--white); padding: 68px 0; }
.stats-section strong, .stats-section span { display: block; }
.stats-section strong { color: var(--gold-light); font-family: var(--serif); font-size: 46px; font-weight: 500; line-height: 1; }
.stats-section span { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; margin: 12px auto 0; max-width: 150px; }

.doctor-card { background: var(--white); box-shadow: 0 13px 40px rgba(23,61,53,.07); height: 100%; transition: transform .3s, box-shadow .3s; }
.doctor-card:hover { box-shadow: 0 18px 48px rgba(23,61,53,.14); transform: translateY(-7px); }
.doctor-card .doctor-placeholder { border: 0; height: 310px; }
.doctor-card.featured { border-top: 3px solid var(--gold); }
.doctor-card-body { padding: 0 24px 28px; }
.doctor-card-body .timeline-label { margin-top: 20px; }
.doctor-card-body h3 { font-size: 24px; }
.doctor-card-body p:not(.doctor-quote) { color: var(--muted); font-size: 13px; line-height: 1.6; }
.doctor-experience { color: var(--forest) !important; font-weight: 700; }
.doctor-quote { border-top: 1px solid var(--line); color: var(--forest); font-family: var(--serif); font-size: 13px; font-style: italic; line-height: 1.55; margin: 17px 0 21px; padding-top: 15px; }
.modern-profile { align-items: center; background: var(--cream); display: grid; gap: 9%; grid-template-columns: 42% 49%; padding: 65px; }
.modern-profile-image .doctor-placeholder { height: 510px; }
.modern-profile-copy .section-title { font-size: clamp(2.4rem, 5vw, 4.5rem); }
.expertise-list { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 23px; }
.expertise-list span { color: var(--forest); font-size: 13px; }
.expertise-list i { color: var(--gold); font-size: 16px; margin-right: 6px; }
.treatment-card { background: var(--white); border-top: 2px solid var(--gold); box-shadow: 0 10px 30px rgba(23,61,53,.06); height: 100%; padding: 28px 25px 30px; transition: transform .3s, box-shadow .3s; }
.treatment-card:hover { box-shadow: 0 17px 38px rgba(23,61,53,.12); transform: translateY(-6px); }
.treatment-icon { align-items: center; background: var(--sage); color: var(--forest); display: inline-flex; font-size: 24px; height: 52px; justify-content: center; width: 52px; }
.treatment-card h2 { color: var(--forest); font-family: var(--serif); font-size: 23px; margin: 20px 0 8px; }
.treatment-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin-bottom: 21px; }
.medical-note { color: var(--muted); font-size: 11px; margin: 42px auto 0; max-width: 780px; }
.medical-note i { color: var(--gold); }

.contact-details { display: grid; gap: 21px; }
.contact-detail { align-items: flex-start; display: flex; gap: 16px; }
.contact-detail:hover strong { color: var(--gold); }
.contact-icon { align-items: center; background: var(--forest); color: var(--gold-light); display: flex; flex: 0 0 41px; height: 41px; justify-content: center; }
.contact-detail small, .contact-detail strong { display: block; }
.contact-detail small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; margin-bottom: 2px; text-transform: uppercase; }
.contact-detail strong { color: var(--forest); font-family: var(--serif); font-size: 16px; font-weight: 500; line-height: 1.55; }
.form-card { background: var(--white); box-shadow: 0 17px 48px rgba(23,61,53,.08); padding: 42px; }
.form-card-heading { border-bottom: 1px solid var(--line); margin-bottom: 27px; padding-bottom: 21px; }
.form-card-heading h2 { color: var(--forest); font-family: var(--serif); font-size: 31px; font-weight: 500; margin: 0 0 6px; }
.form-card-heading p:last-child { color: var(--muted); font-size: 12px; margin: 0; }
.form-label { color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .07em; margin-bottom: 6px; text-transform: uppercase; }
.form-control { border: 1px solid var(--line); border-radius: 0; color: var(--charcoal); font-family: var(--sans); font-size: 14px; padding: 11px 13px; }
.form-control:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,166,90,.12); }
.form-status { color: #247c57; font-size: 12px; font-weight: 600; }
.map-section { background: var(--white); padding: 95px 0; }
.map-placeholder { background: #e8ede8; height: 390px; margin: 45px auto 0; max-width: 1020px; overflow: hidden; position: relative; }
.map-grid { background-image: linear-gradient(35deg, transparent 47%, rgba(23,61,53,.11) 48%, rgba(23,61,53,.11) 50%, transparent 51%), linear-gradient(110deg, transparent 46%, rgba(23,61,53,.09) 47%, rgba(23,61,53,.09) 49%, transparent 50%), linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 180px 150px, 240px 180px, 34px 34px, 34px 34px; inset: -20px; opacity: .8; position: absolute; transform: rotate(-4deg); }
.map-placeholder::before { background: rgba(200,166,90,.17); border-radius: 50%; content: ''; height: 280px; left: 32%; position: absolute; top: 18%; width: 280px; }
.map-pin { align-items: center; color: var(--forest); display: flex; flex-direction: column; left: 50%; position: absolute; text-align: center; top: 38%; transform: translate(-50%, -50%); }
.map-pin i { color: #b4493b; font-size: 39px; filter: drop-shadow(0 3px 2px rgba(0,0,0,.12)); }
.map-pin span { background: var(--white); box-shadow: 0 8px 25px rgba(23,61,53,.14); font-family: var(--serif); font-size: 15px; margin-top: -2px; padding: 10px 15px; white-space: nowrap; }
.map-pin small { color: var(--muted); font-family: var(--sans); font-size: 10px; }
.map-note { background: rgba(255,255,255,.88); bottom: 14px; color: var(--muted); font-size: 11px; left: 14px; padding: 7px 12px; position: absolute; }

.site-footer { background: var(--forest-deep); color: var(--white); padding: 78px 0 22px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { color: var(--gold-light); }
.footer-brand small { color: var(--gold-light); }
.footer-tagline { color: var(--gold-light); font-family: var(--serif); font-size: 17px; font-style: italic; margin: 24px 0 8px; }
.footer-note { color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; max-width: 340px; }
.footer-heading { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .17em; margin: 4px 0 22px; text-transform: uppercase; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 11px; }
.footer-links a, .footer-contact { color: rgba(255,255,255,.67); font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); }
.footer-contact { align-items: flex-start; display: flex; gap: 10px; line-height: 1.55; margin-bottom: 10px; }
.footer-contact i { color: var(--gold); margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.39); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .04em; margin-top: 58px; padding-top: 18px; }
.floating-whatsapp { align-items: center; background: #247c57; border-radius: 50%; bottom: 25px; box-shadow: 0 8px 25px rgba(0,0,0,.2); color: var(--white); display: flex; font-size: 22px; height: 52px; justify-content: center; position: fixed; right: 25px; width: 52px; z-index: 99; }
.floating-whatsapp:hover { background: #1c6446; color: var(--white); transform: scale(1.07); }
.back-to-top { align-items: center; background: var(--forest); border: 0; bottom: 87px; color: var(--gold-light); display: flex; height: 38px; justify-content: center; opacity: 0; pointer-events: none; position: fixed; right: 32px; transition: opacity .25s; width: 38px; z-index: 99; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@media (max-width: 991px) {
  .hero-home, .min-vh-hero { min-height: 620px; }
  .page-hero { min-height: 360px; }
  .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .timeline::before { left: 12%; right: 12%; top: 35px; }
  .timeline-item:nth-child(3), .timeline-item:nth-child(4) { margin-top: 10px; }
  .modern-profile { gap: 6%; padding: 42px; }
}
@media (max-width: 767px) {
  .topbar { font-size: 9px; }.topbar .container { padding: 0 20px; }
  .navbar { padding: 11px 0; }.navbar .container { padding: 0 20px; }
  .navbar-collapse { background: var(--ivory); margin: 12px -20px -11px; padding: 10px 20px 18px; }
  .nav-link { padding: 9px 0 !important; }.nav-link::after { left: 0; width: 30px; }
  .display-title { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .hero-home, .min-vh-hero { min-height: 610px; }.hero { background-position: 62% center; }
  .hero-lead { font-size: 16px; }.heritage-strip { gap: 7px; font-size: 8px; letter-spacing: .08em; }
  .scroll-cue { display: none; }.page-hero { min-height: 330px; }
  .section-padding { padding: 72px 0; }.section-title { font-size: 2.7rem; }
  .photo-frame-tall { height: 410px; }.timeline { display: block; padding-left: 26px; }.timeline::before { bottom: 25px; height: auto; left: 31px; right: auto; top: 25px; width: 1px; }.timeline-item { padding: 0 0 30px; }.timeline-dot { float: left; margin: 27px 0 0 -1px; }.timeline-card { margin-left: 30px; text-align: left; }.timeline-card .doctor-placeholder { display: none; }.timeline-label { margin-top: 20px; }.timeline-card p { margin: 0; max-width: none; }
  .philosophy-image, .large-photo-placeholder, .philosophy-copy { min-height: 370px; }.philosophy-copy { padding: 62px 25px; }
  .legacy-profile, .legacy-profile.reverse { display: flex; flex-direction: column; gap: 30px; margin-bottom: 63px; }.legacy-profile.reverse .legacy-photo, .legacy-profile.reverse .legacy-detail { order: initial; }.legacy-photo, .legacy-detail { width: 100%; }.legacy-photo .doctor-placeholder { height: 350px; }
  .form-card { padding: 28px 20px; }.map-placeholder { height: 330px; }.map-placeholder::before { left: 17%; }.map-note { font-size: 9px; }
  .modern-profile { display: block; padding: 24px; }.modern-profile-image .doctor-placeholder { height: 390px; margin-bottom: 35px; }
  .footer-bottom { flex-direction: column; gap: 7px; }.site-footer { padding-top: 58px; }.footer-bottom { margin-top: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.reveal.delay-1, .reveal.delay-2, .reveal.delay-3 { transition-delay: 0; }
}