:root {
  --ink: #163d37;
  --ink-deep: #0c2c28;
  --ink-soft: #2e5b54;
  --cream: #f4f0e7;
  --ivory: #fbfaf6;
  --gold: #e7be6a;
  --coral: #d9795c;
  --line: rgba(22, 61, 55, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink-deep); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold); color: var(--ink-deep); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; background: white; padding: 12px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.utility-bar { background: var(--ink-deep); color: white; min-height: 34px; display: grid; place-items: center; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar a { display: flex; gap: 18px; align-items: center; padding: 8px 20px; }
.utility-bar strong { color: var(--gold); font-size: 10px; }

.site-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 4vw, 62px); position: sticky; top: 0; z-index: 120; background: rgba(251,250,246,.96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(22,61,55,.08); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 230px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .28em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.desktop-nav a, .phone-link { font-size: 10px; font-weight: 700; letter-spacing: .055em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--coral); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { min-height: 40px; padding: 0 14px; border: 1px solid rgba(22,61,55,.35); display: inline-flex; align-items: center; justify-content: center; background: white; transition: background .2s, color .2s, border-color .2s; }
.phone-link:hover, .phone-link:focus-visible { background: var(--ink); color: white; border-color: var(--ink); }
.language-switch { display: flex; gap: 5px; align-items: center; font-size: 10px; }
.language-switch span { opacity: .45; }
.language-switch .active { opacity: 1; font-weight: 800; }
.language-switch i { opacity: .3; font-style: normal; }
.button { min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); background: var(--ink); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 20px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; transition: transform .25s, background .25s, color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--ink-deep); }
.button-small { min-height: 40px; padding: 0 17px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.menu-button span { width: 25px; height: 1px; background: currentColor; }
.mobile-panel, .menu-scrim { display: none; }

.hero { min-height: calc(100svh - 126px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); padding: clamp(48px, 7vw, 104px) clamp(24px, 6vw, 94px) 74px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(22,61,55,.12); border-radius: 50%; left: -360px; top: 3%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding-right: clamp(20px, 5vw, 72px); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .18em; color: var(--ink-soft); }
.eyebrow > span { width: 28px; height: 1px; background: var(--coral); }
.hero h1 { max-width: 700px; margin: 0; font: 400 clamp(54px, 6.2vw, 98px)/.95 var(--serif); letter-spacing: -.055em; }
.hero-body { max-width: 590px; font: 17px/1.75 var(--sans); color: #496660; margin: 30px 0; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; color: var(--ink); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; border-bottom: 1px solid rgba(22,61,55,.35); padding-bottom: 6px; }
.text-link span { font-size: 17px; }
.hero-note { margin: 30px 0 0; font-size: 11px; letter-spacing: .06em; color: #5e756f; }
.hero-note span { color: #58a56f; font-size: 8px; margin-right: 10px; }
.hero-visual { position: relative; min-height: 610px; }
.hero-frame { height: 100%; clip-path: polygon(8% 0, 100% 0, 100% 90%, 82% 100%, 0 100%, 0 10%); overflow: hidden; background: #d7e2df; }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,44,40,.18)); pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.rating-card { position: absolute; left: -54px; bottom: 38px; background: white; padding: 22px 28px; display: flex; align-items: center; gap: 15px; box-shadow: 0 22px 60px rgba(12,44,40,.16); }
.rating-card strong { font: 42px/1 var(--serif); }
.rating-card > span { color: #d99a25; letter-spacing: .08em; font-size: 10px; }
.rating-card small { display: block; color: #60736f; letter-spacing: 0; margin-top: 6px; max-width: 145px; }
.hero-seal { position: absolute; right: -38px; top: 34px; width: 114px; height: 114px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; color: var(--ink-deep); }
.hero-seal span { position: absolute; font-size: 8px; letter-spacing: .18em; top: 18px; }
.hero-seal b { font: 36px var(--serif); }
.scroll-cue { position: absolute; left: 36px; bottom: 38px; display: flex; flex-direction: column; gap: 20px; align-items: center; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; }
.scroll-cue span { writing-mode: vertical-rl; transform: rotate(180deg); }
.scroll-cue i { font-style: normal; font-size: 18px; }

.offer-section { background: var(--ink); color: white; min-height: 570px; padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 92px); display: grid; grid-template-columns: .7fr 1.15fr 1.15fr; align-items: center; gap: clamp(30px, 5vw, 82px); position: relative; overflow: hidden; }
.offer-section::before { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; top: -270px; right: 20%; }
.offer-number { font: 400 clamp(110px, 14vw, 210px)/.8 var(--serif); letter-spacing: -.08em; color: var(--gold); white-space: nowrap; }
.offer-number span { font-size: .32em; vertical-align: top; position: relative; top: .2em; margin-right: 3px; }
.eyebrow-light { color: #c7d5d1; }
.offer-copy h2, .section-heading h2, .finance-copy h2, .faq-intro h2, .location-main h2, .final-cta h2 { margin: 0; font: 400 clamp(42px, 4.8vw, 72px)/1.02 var(--serif); letter-spacing: -.045em; }
.offer-copy > p:not(.eyebrow) { max-width: 500px; color: #c8d5d1; line-height: 1.7; }
.button-gold { background: var(--gold); border-color: var(--gold); color: var(--ink-deep); margin-top: 16px; }
.button-gold:hover, .button-gold:focus-visible { background: #f0cf8b; }
.offer-list { border-top: 1px solid rgba(255,255,255,.25); }
.offer-list > div { min-height: 56px; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 45px 1fr; align-items: center; }
.offer-list span { color: var(--gold); font-size: 9px; }
.offer-list p { margin: 0; font-size: 13px; line-height: 1.35; }
.offer-list small { display: block; margin-top: 18px; color: #99aaa6; line-height: 1.5; }

.trust-section, .doctors-section, .faq-section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 108px); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 9vw; align-items: end; }
.split-heading .eyebrow { grid-column: 1 / -1; }
.split-heading > p:last-child, .services-heading > p, .doctors-heading > p { color: #58716b; line-height: 1.75; max-width: 520px; }
.trust-experience { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); margin-top: 70px; background: var(--cream); }
.trust-photo { min-height: 620px; margin: 0; position: relative; overflow: hidden; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; }
.trust-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,38,34,.65), transparent 50%); }
.trust-photo figcaption { position: absolute; z-index: 1; left: 32px; bottom: 30px; color: white; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-grid article { min-height: 310px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; display: flex; flex-direction: column; justify-content: flex-end; transition: background .25s, color .25s, transform .25s; }
.trust-grid article:hover { background: var(--ink); color: white; }
.trust-mark { margin-bottom: auto; width: max-content; min-width: 58px; min-height: 38px; padding: 0 12px; border: 1px solid rgba(22,61,55,.28); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.trust-grid article:hover .trust-mark { border-color: rgba(255,255,255,.4); color: var(--gold); }
.trust-grid h3 { font: 400 26px/1.1 var(--serif); margin: 30px 0 12px; }
.trust-grid p { margin: 0; color: #687f79; font-size: 13px; line-height: 1.55; }
.trust-grid article:hover p { color: #cbd7d4; }

.services-section { background: var(--ink-deep); color: white; padding: clamp(80px, 9vw, 135px) 0; overflow: hidden; }
.services-heading, .doctors-heading { padding: 0 clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: end; }
.services-heading > p { color: #aebfbb; }
.service-track { display: flex; gap: 20px; overflow-x: auto; padding: 70px clamp(24px, 7vw, 108px) 30px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-track::-webkit-scrollbar { display: none; }
.service-card { flex: 0 0 min(390px, 80vw); height: 510px; position: relative; overflow: hidden; scroll-snap-align: start; }
.service-card img, .service-overlay { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-overlay { background: linear-gradient(180deg, rgba(10,40,36,.02) 30%, rgba(8,33,30,.92) 100%); }
.service-card > div:last-child { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; }
.service-card h3 { font: 400 34px/1 var(--serif); margin: 0 0 12px; }
.service-card p { color: #ccd7d4; font-size: 13px; line-height: 1.55; max-width: 270px; }
.service-card a { position: absolute; right: 28px; bottom: 30px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); display: grid; place-items: center; font-size: 18px; }
.service-card img { transition: transform .65s; }
.service-card:hover img { transform: scale(1.04); }
.drag-note { display: flex; justify-content: center; align-items: center; gap: 18px; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; color: #90a5a0; }
.drag-note span { font-size: 15px; color: var(--gold); }

.finance-section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "image copy" "image quiz"; gap: 0 clamp(45px, 8vw, 125px); align-items: center; }
.finance-image { grid-area: image; position: relative; min-height: 680px; }
.finance-image::before { content: ""; position: absolute; inset: -26px 35px 35px -26px; border: 1px solid var(--gold); z-index: -1; }
.finance-image img { width: 100%; height: 680px; object-fit: cover; }
.image-caption { position: absolute; bottom: 18px; left: 18px; background: white; padding: 12px 16px; font-size: 8px; letter-spacing: .18em; }
.finance-copy { grid-area: copy; align-self: end; padding-top: 30px; }
.finance-copy > p:not(.eyebrow) { color: #58716b; line-height: 1.75; }
.finance-copy ul { list-style: none; padding: 12px 0; margin: 0; }
.finance-copy li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.finance-copy li span { color: var(--coral); }
.text-link.dark { color: var(--ink-deep); }
.quiz-card { grid-area: quiz; margin-top: 55px; background: linear-gradient(135deg, #f2d58e 0%, var(--gold) 100%); padding: 36px; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 8px 24px; position: relative; min-height: 230px; border: 1px solid rgba(22,61,55,.16); box-shadow: 0 24px 55px rgba(31,61,54,.12); overflow: hidden; }
.quiz-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(12,44,40,.18); border-radius: 50%; right: -90px; top: -95px; }
.quiz-symbol { grid-row: 1 / span 2; width: 58px; height: 58px; border: 1px solid rgba(12,44,40,.35); border-radius: 50%; display: grid; place-items: center; font: 400 30px var(--serif); }
.quiz-eyebrow { display: block; margin-bottom: 12px; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.quiz-card h3 { font: 400 30px/1.08 var(--serif); margin: 0 0 10px; }
.quiz-card p { max-width: 460px; margin: 0; font-size: 13px; line-height: 1.55; }
.quiz-card > a { grid-column: 2; width: max-content; min-height: 42px; margin-top: 18px; padding: 0 18px; background: var(--ink-deep); color: white; display: inline-flex; align-items: center; gap: 18px; font-size: 9px; text-transform: uppercase; font-weight: 800; letter-spacing: .12em; position: relative; z-index: 1; }

.doctors-heading { padding: 0; }
.doctor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; align-items: stretch; }
.doctor-card { position: relative; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.doctor-card:hover, .doctor-card:focus-visible { transform: translateY(-6px); box-shadow: 0 24px 55px rgba(14,48,43,.13); }
.doctor-image { height: 520px; overflow: hidden; background: #e5e6e1; }
.doctor-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .6s; }
.doctor-card:hover img { transform: scale(1.025); }
.doctor-card > div:last-child { padding: 24px 60px 26px 24px; position: relative; flex: 1; }
.doctor-card h3 { font: 400 28px var(--serif); margin: 0 0 6px; }
.doctor-card p { margin: 0; font-size: 12px; color: #60766f; }
.doctor-card i { position: absolute; right: 24px; top: 29px; font: normal 20px var(--sans); }

.reviews-section { background: var(--cream); min-height: 670px; padding: clamp(80px, 10vw, 145px) clamp(24px, 12vw, 190px); text-align: center; display: flex; flex-direction: column; align-items: center; }
.review-kicker span { color: #d99a25; letter-spacing: .14em; font-size: 11px; }
.review-kicker p { text-transform: uppercase; font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.review-stage { max-width: 1030px; margin: auto; }
.review-stage blockquote { font: 400 clamp(37px, 4.4vw, 67px)/1.12 var(--serif); letter-spacing: -.035em; margin: 30px 0; }
.review-stage cite { font-style: normal; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; color: var(--coral); }
.review-controls { display: flex; align-items: center; gap: 26px; }
.review-controls button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.review-controls span { font-size: 9px; letter-spacing: .15em; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: start; }
.faq-intro { position: sticky; top: 140px; }
.faq-intro .text-link { margin-top: 35px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 28px 0; display: grid; grid-template-columns: 1fr 30px; gap: 22px; text-align: left; align-items: center; cursor: pointer; }
.faq-item button b { font: 400 20px/1.35 var(--serif); }
.faq-item button i { font-style: normal; font-size: 22px; text-align: right; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0 52px 0 0; color: #5d746e; line-height: 1.65; font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { margin-bottom: 28px; }

.location-section { background: var(--ink); color: white; padding: clamp(75px, 9vw, 130px) clamp(24px, 7vw, 108px); display: grid; grid-template-columns: 1.15fr .85fr; grid-template-areas: "main location" "main hours"; gap: 20px 8vw; }
.location-main { grid-area: main; display: flex; flex-direction: column; justify-content: center; }
.location-main h2 { max-width: 650px; }
.location-actions { display: flex; align-items: center; gap: 35px; margin-top: 35px; }
.location-actions .button { margin: 0; }
.location-actions .button, .migrated-cta .button { min-width: 205px; }
.location-card { grid-area: location; min-height: 245px; background: #ecdfc1; color: var(--ink-deep); padding: 34px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(28deg, transparent 45%, var(--ink) 46%, transparent 48%), linear-gradient(98deg, transparent 50%, var(--coral) 51%, transparent 53%); background-size: 90px 65px, 120px 110px; }
.location-card div { position: relative; z-index: 1; }
.location-card p { font: 400 24px/1.25 var(--serif); margin: 0 0 18px; }
.location-card a { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.hours-card { grid-area: hours; border: 1px solid rgba(255,255,255,.18); padding: 28px 34px; }
.hours-card h3 { font: 400 24px var(--serif); margin: 0 0 18px; }
.hours-card div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; font-size: 12px; color: #d2ddda; }
.hours-card small { display: block; margin-top: 18px; color: #91a6a1; }
.full-map-section { min-height: 560px; position: relative; overflow: hidden; background: #d9ded8; }
.full-map-section iframe { width: 100%; height: 560px; border: 0; filter: saturate(.7) contrast(.94); }
.map-hours-overlay { position: absolute; right: clamp(24px, 7vw, 108px); top: 50%; width: min(460px, calc(100% - 48px)); transform: translateY(-50%); background: rgba(251,250,246,.96); backdrop-filter: blur(14px); padding: 38px; box-shadow: 0 30px 75px rgba(9,36,32,.2); }
.map-hours-overlay > p { margin: 0 0 14px; color: var(--coral); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.map-hours-overlay h2 { font: 400 31px/1.14 var(--serif); margin: 0 0 24px; }
.map-hours-overlay > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #49665f; font-size: 12px; }
.map-hours-overlay small { display: block; margin: 15px 0 6px; color: #70837e; }
.map-hours-overlay .button { width: 100%; margin-top: 18px; }
.final-cta { min-height: 660px; padding: 90px 24px; background: var(--ink-deep); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.final-orbit { position: absolute; width: 590px; height: 590px; border: 1px solid rgba(231,190,106,.23); border-radius: 50%; }
.final-orbit::before, .final-orbit::after { content: ""; position: absolute; inset: 60px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.final-orbit::after { inset: 140px; }
.final-cta > *:not(.final-orbit) { position: relative; z-index: 1; }
.final-cta > p { font-size: 9px; letter-spacing: .24em; color: var(--gold); }
.final-cta h2 { max-width: 800px; font-size: clamp(54px, 7.5vw, 104px); }
.final-cta > span:not(.final-orbit) { margin: 25px 0; color: #b9c9c5; }
.final-cta > div { display: flex; gap: 14px; align-items: stretch; }
.final-cta > div .button { width: 220px; min-height: 54px; margin: 0; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.45); }

footer { background: #071f1c; color: white; padding: 75px clamp(24px, 6vw, 92px) 25px; display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 55px; }
.brand.inverse { min-width: 0; }
.brand.inverse img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; color: #95a9a4; line-height: 1.6; font-size: 13px; margin: 22px 0; }
.footer-brand > a { color: var(--gold); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.footer-column { display: flex; flex-direction: column; gap: 13px; }
.footer-column h3 { font: 400 20px var(--serif); color: var(--gold); margin: 0 0 12px; }
.footer-column a { color: #acbeb9; font-size: 12px; line-height: 1.55; }
.footer-column a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 20px; padding-top: 22px; display: flex; justify-content: space-between; color: #78908a; font-size: 9px; letter-spacing: .08em; }
.mobile-actions { display: none; }

@keyframes softIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.reveal { animation: softIn .75s both; }
.hero-visual { animation-delay: .12s; }

@media (max-width: 1120px) {
  .desktop-nav, .phone-link { display: none; }
  .menu-button { display: flex; }
  .header-actions .button { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(50px, 6vw, 74px); }
  .offer-section { grid-template-columns: .65fr 1fr; }
  .offer-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); }
  .offer-list > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
  .offer-list small { grid-column: 1 / -1; }
  .doctor-image { height: 440px; }
  .mobile-panel { display: flex; position: fixed; top: 0; right: 0; bottom: 0; width: min(450px, 90vw); background: var(--ink-deep); color: white; z-index: 101; padding: 55px 40px; flex-direction: column; transform: translateX(105%); transition: transform .35s ease; }
  .mobile-panel.open { transform: translateX(0); }
  .panel-close { position: absolute; right: 26px; top: 20px; background: transparent; border: 0; color: white; font-size: 34px; cursor: pointer; }
  .panel-brand { font: 28px var(--serif); }
  .panel-brand small { display: block; font: 8px var(--sans); text-transform: uppercase; letter-spacing: .25em; margin-top: 6px; }
  .mobile-panel nav { margin: 55px 0 34px; border-top: 1px solid rgba(255,255,255,.18); overflow-y: auto; }
  .mobile-panel nav > a, .mobile-panel nav > details > summary { padding: 18px 0; min-height: 62px; border-bottom: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 22px; align-items: center; font: 26px var(--serif); cursor: pointer; list-style: none; }
  .mobile-panel nav summary::-webkit-details-marker { display: none; }
  .mobile-panel nav summary span { color: var(--gold); font: 18px var(--sans); transition: transform .2s; }
  .mobile-panel nav details[open] summary span { transform: rotate(45deg); }
  .mobile-panel nav details a { display: block; padding: 11px 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #b7c8c4; font: 13px/1.4 var(--sans); }
  .panel-phone, .panel-language { margin-top: 18px; font-size: 12px; color: #b7c8c4; }
  .menu-scrim { display: block; position: fixed; inset: 0; z-index: 100; border: 0; background: rgba(3,18,16,.62); }
}

@media (max-width: 820px) {
  .utility-bar { text-align: center; }
  .site-header { height: 76px; padding: 0 18px; }
  .brand { min-width: 0; }
  .brand img { width: 42px; height: 42px; }
  .brand b { font-size: 17px; }
  .brand small { font-size: 7px; }
  .header-actions { gap: 6px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 58px 20px 70px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-body { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 450px; margin-top: 50px; }
  .rating-card { left: 12px; bottom: 18px; padding: 16px 18px; }
  .hero-seal { width: 88px; height: 88px; right: -8px; top: -20px; }
  .hero-seal b { font-size: 27px; }
  .hero-seal span { font-size: 6px; top: 12px; }
  .scroll-cue { display: none; }
  .offer-section { grid-template-columns: 1fr; padding: 80px 20px; gap: 45px; }
  .offer-number { font-size: 145px; }
  .offer-list { grid-column: auto; display: block; }
  .offer-list > div:nth-child(odd) { border-right: 0; }
  .split-heading, .services-heading, .doctors-heading { grid-template-columns: 1fr; gap: 20px; }
  .trust-section, .doctors-section, .faq-section { padding: 85px 20px; }
  .trust-experience { grid-template-columns: 1fr; margin-top: 45px; }
  .trust-photo { min-height: 500px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { min-height: 240px; }
  .services-section { padding: 85px 0; }
  .services-heading { padding: 0 20px; }
  .service-track { padding: 45px 20px 25px; }
  .service-card { height: 450px; }
  .finance-section { padding: 100px 20px; grid-template-columns: 1fr; grid-template-areas: "copy" "image" "quiz"; gap: 55px; }
  .finance-image { min-height: 480px; }
  .finance-image img { height: 480px; }
  .finance-copy { padding: 0; }
  .quiz-card { margin: 0; }
  .doctor-grid { grid-template-columns: 1fr; gap: 45px; margin-top: 50px; }
  .doctor-image { height: 500px; }
  .reviews-section { min-height: 620px; padding: 90px 20px; }
  .review-stage blockquote { font-size: clamp(34px, 9vw, 48px); }
  .faq-section { grid-template-columns: minmax(0, 1fr); }
  .faq-intro, .faq-list { min-width: 0; }
  .faq-item button { grid-template-columns: minmax(0, 1fr) 28px; }
  .faq-intro { position: static; }
  .location-section { grid-template-columns: 1fr; grid-template-areas: "main" "location" "hours"; gap: 20px; padding: 85px 20px; }
  .location-main { margin-bottom: 35px; }
  .location-actions { flex-direction: column; align-items: stretch; }
  .full-map-section, .full-map-section iframe { min-height: 660px; height: 660px; }
  .map-hours-overlay { left: 20px; right: auto; top: auto; bottom: 28px; transform: none; width: calc(100% - 40px); padding: 28px; }
  .final-cta { min-height: 620px; }
  .final-cta > div { flex-direction: column; align-items: center; width: 100%; max-width: 360px; }
  footer { grid-template-columns: 1fr 1fr; padding: 65px 20px 95px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-actions { display: grid; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; grid-template-columns: .8fr 1.2fr; min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: white; box-shadow: 0 -10px 30px rgba(12,44,40,.14); }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; gap: 8px; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
  .mobile-actions a:last-child { background: var(--gold); }
}

@media (max-width: 480px) {
  .utility-bar a { gap: 8px; flex-wrap: wrap; justify-content: center; }
  .language-switch { display: none; }
  .hero-visual { min-height: 390px; }
  .hero-frame img { object-position: 48% center; }
  .rating-card strong { font-size: 32px; }
  .rating-card small { max-width: 110px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-photo { min-height: 390px; }
  .trust-grid article { min-height: 215px; }
  .doctor-image { height: 430px; }
  .faq-item button { grid-template-columns: minmax(0, 1fr) 28px; }
  .faq-item button b { font-size: 18px; }
  .hours-card div { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1; }
}

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

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

/* Full-site navigation */
.mega-nav { height: 100%; }
.mega-nav > a, .mega-nav-item > a { height: 100%; display: flex; align-items: center; gap: 5px; }
.mega-nav-item { height: 100%; display: flex; align-items: center; }
.mega-nav-item > a > .menu-chevron { width: 7px; height: 7px; margin-left: 7px; border-right: 1.5px solid var(--coral); border-bottom: 1.5px solid var(--coral); display: inline-block; flex: 0 0 auto; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.mega-nav-item:hover > a > .menu-chevron, .mega-nav-item:focus-within > a > .menu-chevron { transform: translateY(2px) rotate(225deg); }
.mega-menu { position: absolute; isolation: isolate; z-index: 200; top: calc(100% - 1px); left: 50%; width: min(980px, calc(100vw - 48px)); min-height: 370px; background: #fffefb; border: 1px solid rgba(22,61,55,.1); border-top: 3px solid var(--gold); box-shadow: 0 34px 80px rgba(7,31,28,.28); display: grid; grid-template-columns: .8fr 1.2fr; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 14px); transition: opacity .22s, transform .22s, visibility .22s; overflow: hidden; }
.mega-nav-item:hover .mega-menu, .mega-nav-item:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.mega-intro { background: var(--ink); color: white; padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.mega-intro h2 { font: 400 36px/1.05 var(--serif); letter-spacing: -.035em; margin: 0 0 16px; }
.mega-intro p { color: #b9cbc6; font-size: 12px; line-height: 1.6; margin: 0; }
.mega-links { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; column-gap: 26px; padding: 34px 42px; background: #fffefb; }
.mega-links a { min-height: 66px; border-bottom: 1px solid var(--line); display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; gap: 15px; font: 400 16px var(--serif); transition: color .2s, transform .2s; }
.mega-links a:hover, .mega-links a:focus-visible { color: var(--coral); transform: translateX(4px); }
.mega-links a i { width: 30px; height: 30px; border-radius: 50%; background: var(--cream); color: var(--ink); display: grid; place-items: center; flex: 0 0 30px; font: normal 13px var(--sans); transition: background .2s, color .2s; }
.mega-links a:hover i, .mega-links a:focus-visible i { background: var(--ink); color: white; }
.mega-menu a::after { display: none !important; }
.patient-menu { min-height: 300px; }
.mobile-nav-details { display: none; position: relative; }
.mobile-nav-details > summary { list-style: none; width: 44px; height: 44px; display: flex; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.mobile-nav-details > summary::-webkit-details-marker { display: none; }
.mobile-nav-details > summary span { display: block; width: 25px; height: 1px; background: currentColor; }
.mobile-nav-sheet { position: fixed; top: 110px; right: 0; width: min(430px, 92vw); height: calc(100svh - 110px); overflow-y: auto; background: var(--ink-deep); color: white; padding: 35px 28px 80px; display: flex; flex-direction: column; box-shadow: -20px 30px 60px rgba(0,0,0,.25); }
.mobile-nav-sheet > a, .mobile-nav-sheet > details > summary { min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.17); display: flex; align-items: center; justify-content: space-between; font: 400 25px var(--serif); cursor: pointer; list-style: none; }
.mobile-nav-sheet > details > summary::-webkit-details-marker { display: none; }
.mobile-nav-sheet > details > summary i { color: var(--gold); font: normal 18px var(--sans); transition: transform .2s; }
.mobile-nav-sheet > details[open] > summary i { transform: rotate(45deg); }
.mobile-nav-sheet > details > a { display: block; padding: 11px 15px; color: #b9cbc6; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav-sheet .button { margin-top: 28px; font: 800 10px var(--sans); }

/* Homepage hero slider */
.hero.hero-slider { display: block; min-height: 720px; height: min(840px, calc(100svh - 110px)); padding: 0; color: white; background: var(--ink-deep); }
.hero.hero-slider::before { display: none; }
.hero-backgrounds, .hero-bg, .hero-wash { position: absolute; inset: 0; }
.hero-bg { opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s; overflow: hidden; }
.hero-bg.active { opacity: 1; visibility: visible; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); }
.hero-bg.active img { animation: kenBurns 8s ease-out both; }
.hero-wash { background: linear-gradient(90deg, rgba(5,26,23,.9) 0%, rgba(5,26,23,.72) 40%, rgba(5,26,23,.18) 77%, rgba(5,26,23,.06) 100%), linear-gradient(0deg, rgba(5,26,23,.38), transparent 45%); }
.hero-slider-copy { position: absolute; z-index: 3; left: clamp(24px, 7vw, 110px); top: 0; bottom: 0; width: min(680px, 74vw); padding: clamp(115px, 14vh, 155px) 0 clamp(145px, 17vh, 185px); display: flex; flex-direction: column; justify-content: center; }
.hero-slider-copy h1 { max-width: 690px; font-size: clamp(49px, 4.8vw, 70px); text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.hero-slider-copy > p:not(.eyebrow) { max-width: 590px; color: #e1e9e6; font-size: 16px; line-height: 1.7; margin: 22px 0 28px; }
.hero-slider-copy .hero-actions .button { width: 220px; min-height: 54px; margin: 0; }
.button-glass { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.55); backdrop-filter: blur(12px); }
.button-glass:hover, .button-glass:focus-visible { background: white; color: var(--ink-deep); }
.hero-slider-controls { position: absolute; z-index: 4; left: clamp(24px, 7vw, 110px); bottom: 40px; display: flex; align-items: center; gap: 18px; }
.hero-slider-controls > button, .service-arrow-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(10,34,31,.22); color: white; cursor: pointer; font-size: 18px; transition: background .2s, color .2s; }
.hero-slider-controls > button:hover, .hero-slider-controls > button:focus-visible { background: var(--gold); color: var(--ink-deep); border-color: var(--gold); }
.hero-slider-controls > div { display: flex; gap: 8px; }
.hero-slider-controls > div button { width: 34px; height: 28px; border: 0; background: transparent; padding: 0; cursor: pointer; }
.hero-slider-controls > div button span { display: block; height: 2px; width: 100%; background: rgba(255,255,255,.38); position: relative; overflow: hidden; }
.hero-slider-controls > div button.active span::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform-origin: left; animation: progressBar 7s linear both; }
.hero-slider-controls .pause-control { width: 36px; height: 36px; font-size: 10px; }
.hero-rating { position: absolute; z-index: 3; right: clamp(24px, 5vw, 72px); bottom: 40px; display: flex; gap: 14px; align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(14px); padding: 15px 20px; }
.hero-rating strong { font: 34px var(--serif); }
.hero-rating > span { color: var(--gold); font-size: 9px; letter-spacing: .08em; }
.hero-rating small { display: block; color: white; letter-spacing: 0; margin-top: 4px; }
.services-header-side p { color: #aebfbb; line-height: 1.75; margin-top: 0; }
.service-arrow-controls { display: flex; gap: 10px; margin-top: 25px; }
.service-arrow-controls button { background: transparent; }
.service-arrow-controls button:hover { background: var(--gold); color: var(--ink-deep); border-color: var(--gold); }

@keyframes kenBurns { from { transform: scale(1.02) translate3d(0,0,0); } to { transform: scale(1.12) translate3d(-1.4%, -1%, 0); } }
@keyframes progressBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* Migrated internal pages */
.migrated-page { background: var(--ivory); }
.migrated-hero { min-height: 620px; position: relative; color: white; display: flex; align-items: flex-end; overflow: hidden; }
.migrated-hero > img, .migrated-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.migrated-hero > img { animation: none; object-position: center; }
.type-doctor .migrated-hero > img { object-position: center top; }
.migrated-hero-shade { background: linear-gradient(0deg, rgba(5,29,26,.88), rgba(5,29,26,.08) 75%), linear-gradient(90deg, rgba(5,29,26,.7), transparent 70%); }
.migrated-hero > div:last-child { position: relative; z-index: 2; width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 68px; }
.migrated-hero > div > p { text-transform: uppercase; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.migrated-hero h1 { max-width: 930px; margin: 15px 0 20px; font: 400 clamp(52px, 7vw, 96px)/.98 var(--serif); letter-spacing: -.045em; text-shadow: 0 4px 30px rgba(0,0,0,.3); }
.migrated-hero > div > span { display: block; max-width: 720px; line-height: 1.6; color: #e2e9e7; margin-bottom: 26px; }
.migrated-layout { width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: space-between; gap: 70px; padding: 100px 0 140px; }
.migrated-layout aside { position: sticky; top: 135px; align-self: start; display: flex; flex-direction: column; border-top: 2px solid var(--ink); }
.migrated-layout aside > span { text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .17em; padding: 20px 0 15px; }
.migrated-layout aside > a { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.35; color: #60756f; }
.migrated-layout aside .aside-call { margin-top: 20px; color: var(--coral); font-weight: 800; font-size: 14px; }
.migrated-body > div { scroll-margin-top: 140px; }
.migrated-body h2 { font: 400 clamp(38px, 4vw, 56px)/1.05 var(--serif); letter-spacing: -.035em; margin: 65px 0 22px; }
.migrated-body h3 { font: 400 32px/1.15 var(--serif); margin: 45px 0 18px; }
.migrated-body h4 { font: 400 24px/1.2 var(--serif); margin: 35px 0 15px; }
.migrated-body p { color: #435f58; font-size: 16px; line-height: 1.85; margin: 0 0 22px; }
.migrated-body p a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.migrated-body figure { margin: 60px 0 35px; }
.migrated-body figure img { width: 100%; max-height: 620px; object-fit: cover; }
.migrated-body figcaption { padding-top: 9px; color: #73857f; font-size: 10px; }
.migrated-list { display: grid; grid-template-columns: 28px 1fr; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.migrated-list > span { color: var(--coral); }
.migrated-list p { margin: 0; }
.migrated-body blockquote { margin: 45px 0; padding: 30px 35px; border-left: 4px solid var(--gold); background: var(--cream); font: 400 27px/1.4 var(--serif); }
.embed-wrap { position: relative; padding-top: 56.25%; margin: 45px 0; }
.embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.migrated-cta { background: var(--ink); color: white; min-height: 470px; padding: 80px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.migrated-cta > p { color: var(--gold); font-size: 9px; letter-spacing: .22em; }
.migrated-cta h2 { max-width: 780px; font: 400 clamp(48px, 6vw, 80px)/1 var(--serif); margin: 20px 0 35px; }
.migrated-cta > div { display: flex; gap: 14px; }
.blog-archive { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 140px; }
.archive-heading { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; align-items: start; margin-bottom: 65px; }
.archive-heading > p { color: var(--coral); text-transform: uppercase; font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.archive-heading h2 { font: 400 clamp(45px, 5vw, 70px)/1 var(--serif); letter-spacing: -.04em; margin: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px 24px; }
.post-card { border-bottom: 1px solid var(--line); }
.post-card > img { width: 100%; height: 260px; object-fit: cover; transition: transform .5s; }
.post-card:hover > img { transform: scale(1.015); }
.post-card > div { padding: 22px 4px 28px; }
.post-card span { color: var(--coral); text-transform: uppercase; font-size: 8px; letter-spacing: .14em; }
.post-card time { display: block; margin-top: 8px; color: #71847e; font-size: 10px; letter-spacing: .04em; }
.post-card h3 { font: 400 25px/1.12 var(--serif); margin: 12px 0; }
.post-card p { color: #61766f; font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card b { display: inline-block; margin-top: 8px; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.blog-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 70px; }
.blog-pagination button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; }
.blog-pagination button.active { background: var(--ink); border-color: var(--ink); color: white; }
.blog-pagination button:disabled { opacity: .28; cursor: default; }
.landing-page-body { padding: 0 0 120px; overflow: hidden; }
.landing-content-section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: clamp(85px, 10vw, 140px) 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: clamp(55px, 8vw, 120px); align-items: center; }
.landing-content-section:nth-child(even) { direction: rtl; }
.landing-content-section:nth-child(even) > * { direction: ltr; }
.landing-content-section + .landing-content-section { border-top: 1px solid var(--line); }
.landing-content-section.text-only { grid-template-columns: minmax(0, 860px); justify-content: center; text-align: center; }
.landing-section-copy h2 { font: 400 clamp(43px, 5vw, 70px)/1.02 var(--serif); letter-spacing: -.04em; margin: 0 0 30px; }
.landing-section-copy h3 { font: 400 clamp(32px, 3.5vw, 48px)/1.06 var(--serif); letter-spacing: -.03em; margin: 0 0 24px; }
.landing-section-copy h4 { font: 400 26px/1.15 var(--serif); margin: 0 0 20px; }
.landing-section-copy p { color: #48635d; font-size: 16px; line-height: 1.85; margin: 0 0 22px; }
.landing-section-copy p a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.landing-section-copy .migrated-list { text-align: left; }
.landing-section-copy blockquote { margin: 32px 0; padding: 30px 35px; border-left: 4px solid var(--gold); background: var(--cream); font: 400 27px/1.4 var(--serif); }
.landing-content-section figure { margin: 0; min-height: 520px; position: relative; }
.landing-content-section figure::before { content: ""; position: absolute; inset: -18px 22px 22px -18px; border: 1px solid var(--gold); z-index: -1; }
.landing-content-section figure img { width: 100%; height: 520px; object-fit: cover; object-position: center; }
.type-doctor .landing-content-section figure img { object-position: center top; }
.landing-content-section figcaption { margin-top: 11px; color: #73857f; font-size: 9px; letter-spacing: .06em; }
.landing-embed { width: min(1100px, calc(100% - 48px)); margin: 0 auto 90px; }
.internal-footer { margin-top: 0; }

/* Premium internal landing-page system */
.premium-internal-hero { min-height: 620px; background: var(--ink-deep); align-items: center; isolation: isolate; }
.premium-internal-hero::before { content: ""; position: absolute; inset: 0 50% 0 0; z-index: 1; opacity: .2; background: radial-gradient(circle at 8% 15%, transparent 0 72px, rgba(221,177,89,.55) 73px 74px, transparent 75px), radial-gradient(circle at 16% 37%, transparent 0 180px, rgba(255,255,255,.2) 181px 182px, transparent 183px); }
.premium-internal-hero > img { left: 50%; width: 50%; object-position: center; }
.type-doctor .premium-internal-hero > img { object-position: center 20%; }
.premium-internal-hero .migrated-hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(4,31,27,.99) 0 47%, rgba(4,31,27,.72) 58%, rgba(4,31,27,.05) 82%); }
.premium-internal-hero > div:last-child { width: min(1200px, calc(100% - 64px)); padding: 142px 0 90px; }
.premium-internal-hero h1 { max-width: 570px; font-size: clamp(52px, 5.9vw, 86px); }
.premium-internal-hero > div > span { max-width: 530px; }

.premium-landing { overflow: hidden; background: var(--ivory); }
.premium-landing h2, .premium-landing h3 { color: var(--ink-deep); }
.premium-landing p { color: #49635d; font-size: 15px; line-height: 1.8; }
.section-kicker { color: var(--coral) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .2em; line-height: 1.3 !important; }
.section-title-row { width: min(1200px, calc(100% - 64px)); margin: 0 auto 52px; display: grid; grid-template-columns: .38fr 1fr; gap: 50px; align-items: start; }
.section-title-row h2 { max-width: 800px; margin: 0; font: 400 clamp(45px, 5.2vw, 72px)/1.02 var(--serif); letter-spacing: -.045em; }
.section-title-row.light h2 { color: white; }

.about-story { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 145px); align-items: start; }
.about-story h2 { margin: 16px 0 0; font: 400 clamp(50px, 6vw, 80px)/.98 var(--serif); letter-spacing: -.05em; }
.about-story > p { margin: 38px 0 0; font-size: 18px; line-height: 1.9; }
.choice-section { padding: 120px 0 130px; background: #eee9df; }
.choice-grid { width: min(1200px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(9,52,45,.16); }
.choice-grid article { min-height: 310px; padding: 42px 38px; border-right: 1px solid rgba(9,52,45,.16); background: rgba(255,255,255,.42); }
.choice-grid article:last-child { border-right: 0; }
.choice-grid article > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #748a84; border-radius: 50%; color: var(--coral); font-size: 18px; }
.choice-grid h3 { margin: 58px 0 13px; font: 400 30px/1.1 var(--serif); }
.choice-grid p { margin: 0; }

.doctor-showcase { padding: 125px 0; background: var(--ink); position: relative; }
.doctor-showcase::before { content: ""; position: absolute; inset: 0; opacity: .13; background: radial-gradient(circle at 90% 12%, transparent 0 130px, var(--gold) 131px 132px, transparent 133px), radial-gradient(circle at 10% 72%, transparent 0 230px, white 231px 232px, transparent 233px); pointer-events: none; }
.doctor-feature { position: relative; width: min(1120px, calc(100% - 64px)); margin: 0 auto 105px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.doctor-feature:nth-of-type(even) { grid-template-columns: 1.1fr .9fr; }
.doctor-feature:nth-of-type(even) figure { order: 2; }
.doctor-feature:last-child { margin-bottom: 0; }
.doctor-feature figure { height: 560px; margin: 0; position: relative; }
.doctor-feature figure::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(231,190,105,.55); z-index: -1; }
.doctor-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 14%; }
.doctor-feature > div > span { color: var(--gold); font-size: 10px; letter-spacing: .18em; }
.doctor-feature h3 { color: white; margin: 18px 0 24px; font: 400 clamp(42px, 4.4vw, 65px)/1.02 var(--serif); letter-spacing: -.04em; }
.doctor-feature p { color: #c4d1cd; font-size: 16px; }

.staff-section { padding: 125px 0 140px; }
.staff-grid { width: min(1200px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.staff-grid article { position: relative; background: #eae7df; overflow: hidden; }
.staff-grid img { width: 100%; height: 410px; object-fit: cover; object-position: center top; transition: transform .55s ease; }
.staff-grid article:hover img { transform: scale(1.025); }
.staff-grid article > div { padding: 22px 24px 25px; }
.staff-grid h3 { font: 400 28px/1 var(--serif); margin: 0 0 8px; }
.staff-grid span { color: #6f817c; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.place-feature { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: #ebe9e3; }
.place-feature > div { padding: clamp(70px, 9vw, 145px); align-self: center; }
.place-feature h2 { margin: 18px 0 28px; font: 400 clamp(48px, 5.2vw, 76px)/1 var(--serif); letter-spacing: -.045em; }
.place-feature figure { margin: 0; min-height: 660px; }
.place-feature img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.place-feature.dark { background: var(--ink-deep); color: white; }
.place-feature.dark > div { order: 2; }
.place-feature.dark h2 { color: white; }
.place-feature.dark p { color: #bdcbc7; }

.general-section { padding: clamp(95px, 10vw, 145px) 0; }
.general-section.soft { background: #eee9df; }
.general-section.dark { background: var(--ink); }
.general-shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.general-shell.with-image { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.general-section:nth-child(even) .general-shell.with-image { grid-template-columns: .9fr 1fr; }
.general-section:nth-child(even) .general-shell.with-image figure { order: -1; }
.general-copy > h2 { max-width: 740px; margin: 18px 0 28px; font: 400 clamp(46px, 5.2vw, 74px)/1 var(--serif); letter-spacing: -.045em; }
.general-copy > p { max-width: 720px; }
.general-section.dark h2, .general-section.dark h3 { color: white; }
.general-section.dark p { color: #c1ceca; }
.general-shell > figure { margin: 0; position: relative; height: 590px; }
.general-shell > figure::before { content: ""; position: absolute; inset: -17px 20px 20px -17px; border: 1px solid var(--gold); z-index: 0; }
.general-shell > figure img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.type-doctor .general-shell > figure img { object-position: center top; }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; }
.general-shell.with-image .treatment-grid { grid-template-columns: 1fr; }
.treatment-grid article { padding: 28px; background: rgba(255,255,255,.68); border: 1px solid rgba(9,52,45,.13); }
.dark .treatment-grid article { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.14); }
.treatment-grid article > span { color: var(--coral); }
.treatment-grid h3 { margin: 15px 0 12px; font: 400 27px/1.1 var(--serif); }
.treatment-grid p { margin: 0; font-size: 13px; line-height: 1.65; }
.premium-list-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 26px; }
.premium-check { min-height: 64px; display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: start; padding: 17px 0; border-bottom: 1px solid rgba(9,52,45,.15); }
.dark .premium-check { border-color: rgba(255,255,255,.15); }
.premium-check > span { color: var(--coral); font-weight: 800; }
.premium-check p { margin: 0; font-size: 13px; }

.premium-faq { padding: 130px max(32px, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 125px); background: #f5f2eb; }
.premium-faq-intro h2 { margin: 18px 0 25px; font: 400 clamp(48px, 5vw, 72px)/1 var(--serif); letter-spacing: -.045em; }
.faq-accordion details { border-top: 1px solid rgba(9,52,45,.22); }
.faq-accordion details:last-child { border-bottom: 1px solid rgba(9,52,45,.22); }
.faq-accordion summary { list-style: none; display: grid; grid-template-columns: 1fr 30px; gap: 25px; align-items: center; padding: 25px 0; cursor: pointer; color: var(--ink-deep); font: 400 22px/1.25 var(--serif); }
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary b { width: 28px; height: 28px; border: 1px solid #8ca09a; border-radius: 50%; display: grid; place-items: center; font: 400 17px/1 sans-serif; transition: transform .2s, background .2s; }
.faq-accordion details[open] summary b { transform: rotate(45deg); background: var(--gold); border-color: var(--gold); }
.faq-accordion details > p { margin: -5px 55px 25px 0; }

.video-stories { padding: 125px 0 140px; }
.video-grid { width: min(1200px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 55px 26px; }
.video-grid article:first-child { grid-column: 1 / -1; }
.video-grid article:first-child .embed-wrap { padding-top: 50%; }
.video-grid .embed-wrap { margin: 0; background: var(--ink); }
.video-grid h3 { margin: 18px 0 0; max-width: 560px; font: 400 27px/1.15 var(--serif); }
.review-band { padding: 125px 0; background: var(--ink); }
.review-grid { width: min(1200px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { margin: 0; min-height: 310px; padding: 38px; display: flex; flex-direction: column; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.13); }
.review-grid blockquote > span { color: var(--gold); letter-spacing: .15em; }
.review-grid blockquote p { color: #e6eeeb; font: 400 24px/1.45 var(--serif); flex: 1; }
.review-grid cite { color: var(--gold); font-style: normal; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }

/* Smile transformation gallery */
.gallery-intro { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 145px); align-items: end; }
.gallery-intro h2 { margin: 18px 0 0; max-width: 620px; font: 400 clamp(52px, 6vw, 82px)/.98 var(--serif); letter-spacing: -.05em; }
.gallery-intro > p { margin: 0 0 8px; max-width: 600px; font-size: 17px; }
.transformation-gallery { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 125px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.transformation-card { display: block; position: relative; overflow: hidden; background: var(--ink); color: white; height: 540px; }
.transformation-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; background: #e8e2d8; transition: transform .55s ease; }
.transformation-card::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(0deg, rgba(3,26,22,.84), transparent); pointer-events: none; }
.transformation-card:hover img { transform: scale(1.018); }
.transformation-card > div { position: absolute; z-index: 2; inset: auto 26px 24px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.transformation-card span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.transformation-card b { color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.gallery-note { padding: 70px max(32px, calc((100vw - 900px)/2)); display: grid; grid-template-columns: 42px 1fr; gap: 25px; align-items: start; background: #eee9df; }
.gallery-note > span { width: 42px; height: 42px; border: 1px solid #8ca09a; border-radius: 50%; display: grid; place-items: center; color: var(--coral); }
.gallery-note p { margin: 2px 0 0; font: 400 25px/1.45 var(--serif); color: var(--ink-deep); }

/* Dental membership page */
.membership-intro { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0 135px; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(65px, 9vw, 135px); align-items: center; }
.membership-intro h2 { margin: 18px 0 28px; font: 400 clamp(49px, 5.4vw, 76px)/1 var(--serif); letter-spacing: -.045em; }
.membership-intro > div > p { max-width: 650px; }
.membership-intro figure { margin: 0; height: 570px; position: relative; }
.membership-intro figure::before { content: ""; position: absolute; inset: -18px 20px 20px -18px; border: 1px solid var(--gold); }
.membership-intro img { position: relative; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.membership-intro figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 12px 18px; background: var(--ink); color: white; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.membership-trust { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.membership-trust span { padding: 11px 14px; border: 1px solid rgba(9,52,45,.16); color: #456059; font-size: 10px; letter-spacing: .04em; }
.membership-plan-section { padding: 115px max(32px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(65px, 9vw, 130px); align-items: center; background: var(--ink); color: white; position: relative; overflow: hidden; }
.membership-plan-section::before { content: ""; position: absolute; width: 570px; height: 570px; right: -260px; top: -340px; border: 1px solid rgba(229,184,91,.25); border-radius: 50%; }
.membership-plan-copy h2 { margin: 18px 0 24px; color: white; font: 400 clamp(50px, 5.4vw, 76px)/1 var(--serif); letter-spacing: -.045em; }
.membership-plan-copy > p:last-child { max-width: 550px; color: #bdcbc7; font-size: 16px; }
.membership-price-card { position: relative; z-index: 1; padding: 46px; background: #f5f1e9; color: var(--ink-deep); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.membership-price-card > div { padding-bottom: 30px; border-bottom: 1px solid rgba(9,52,45,.15); }
.membership-price-card > div span { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.membership-price-card h3 { margin: 12px 0 0; font: 400 34px/1 var(--serif); }
.membership-price-card > strong { display: block; margin-top: 34px; font: 400 clamp(64px, 7vw, 92px)/.85 var(--serif); letter-spacing: -.06em; }
.membership-price-card > small { display: block; margin: 13px 0 28px; color: #697c76; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.membership-price-card .button { width: 100%; min-height: 58px; }
.membership-price-card > p { margin: 18px 0 0; font-size: 11px; line-height: 1.6; text-align: center; }
.membership-benefits { padding: 125px 0 140px; background: #eee9df; }
.membership-benefit-grid { width: min(1120px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(9,52,45,.16); }
.membership-benefit-grid article { min-height: 118px; padding: 28px 30px; display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: center; border-right: 1px solid rgba(9,52,45,.16); border-bottom: 1px solid rgba(9,52,45,.16); background: rgba(255,255,255,.45); }
.membership-benefit-grid article:nth-child(even) { border-right: 0; }
.membership-benefit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.membership-benefit-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); }
.membership-benefit-grid p { margin: 0; color: var(--ink-deep); font: 400 20px/1.25 var(--serif); }
.membership-promise { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink-deep); color: white; }
.membership-promise figure { margin: 0; min-height: 650px; }
.membership-promise img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; }
.membership-promise > div { align-self: center; padding: clamp(70px, 8vw, 125px); }
.membership-promise h2 { margin: 18px 0 28px; color: white; font: 400 clamp(48px, 5vw, 72px)/1 var(--serif); letter-spacing: -.045em; }
.membership-promise > div > p:last-child { color: #bdcbc7; font-size: 16px; }
.membership-terms { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0 140px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 9vw, 125px); align-items: start; }
.membership-terms h2 { margin: 18px 0 20px; font: 400 clamp(48px, 5vw, 70px)/1 var(--serif); letter-spacing: -.045em; }
.membership-terms details { border-top: 1px solid rgba(9,52,45,.22); border-bottom: 1px solid rgba(9,52,45,.22); }
.membership-terms summary { list-style: none; padding: 25px 0; display: grid; grid-template-columns: 1fr 30px; align-items: center; gap: 20px; cursor: pointer; font: 400 23px/1.25 var(--serif); }
.membership-terms summary::-webkit-details-marker { display: none; }
.membership-terms summary b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #8ca09a; border-radius: 50%; font: 400 17px/1 sans-serif; transition: transform .2s, background .2s; }
.membership-terms details[open] summary b { transform: rotate(45deg); background: var(--gold); border-color: var(--gold); }
.membership-terms details > div { padding: 4px 0 28px; }
.membership-term { display: grid; grid-template-columns: 20px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid rgba(9,52,45,.1); }
.membership-term > span { color: var(--coral); }
.membership-term p { margin: 0; font-size: 12px; line-height: 1.65; }

/* Contact and LeadConnector form */
.contact-form-section { padding: 120px max(32px, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 120px); align-items: start; background: #eee9df; }
.contact-form-copy { position: sticky; top: 150px; }
.contact-form-copy h2 { margin: 18px 0 26px; font: 400 clamp(50px, 5.5vw, 78px)/1 var(--serif); letter-spacing: -.05em; }
.contact-form-copy > p { max-width: 480px; font-size: 16px; }
.contact-quick-links { margin-top: 40px; display: grid; border-top: 1px solid rgba(9,52,45,.16); }
.contact-quick-links a { padding: 20px 0; display: grid; gap: 8px; border-bottom: 1px solid rgba(9,52,45,.16); }
.contact-quick-links span { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.contact-quick-links b { overflow-wrap: anywhere; font: 400 20px/1.25 var(--serif); }
.leadconnector-form-wrap { min-height: 825px; padding: 16px; background: white; border: 1px solid rgba(9,52,45,.14); box-shadow: 0 24px 70px rgba(7,44,38,.1); }
.leadconnector-form-wrap iframe { display: block; width: 100%; height: 795px; border: 0; }
.contact-details-section { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; }
.contact-details-section figure { margin: 0; min-height: 660px; }
.contact-details-section img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.contact-details-section > div { align-self: center; padding: clamp(70px, 8vw, 125px); }
.contact-details-section h2 { margin: 18px 0 26px; color: white; font: 400 clamp(48px, 5vw, 72px)/1 var(--serif); letter-spacing: -.045em; }
.contact-details-section p { color: #bdcbc7; }
.contact-details-section address { margin: 28px 0; color: white; font: normal 400 25px/1.45 var(--serif); }
.contact-details-section.no-image { grid-template-columns: 1fr; text-align: center; }
.contact-details-section.no-image > div { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding-left: 0; padding-right: 0; }
.contact-details-section.no-image .button { margin-left: auto; margin-right: auto; }

.migrated-cta.premium-page-cta { position: relative; overflow: hidden; min-height: 560px; padding: 100px 24px; isolation: isolate; }
.migrated-cta.premium-page-cta::before, .migrated-cta.premium-page-cta::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(229,184,91,.25); border-radius: 50%; }
.migrated-cta.premium-page-cta::before { width: 640px; height: 640px; top: -350px; left: calc(50% - 320px); }
.migrated-cta.premium-page-cta::after { width: 420px; height: 420px; bottom: -330px; left: calc(50% - 210px); }
.migrated-cta.premium-page-cta h2 { max-width: 900px; }
.migrated-cta.premium-page-cta > span { max-width: 650px; margin: -15px 0 34px; color: #becdc8; font-size: 15px; line-height: 1.7; }
.migrated-cta.premium-page-cta .button { width: 225px; min-height: 56px; }

@media (max-width: 1120px) {
  .mega-nav { display: none; }
  .internal-header .mobile-nav-details { display: block; }
  .internal-header .menu-button { display: none; }
  .migrated-layout { grid-template-columns: 200px minmax(0, 1fr); }
}

@media (max-width: 820px) {
  .hero.hero-slider { min-height: 720px; height: calc(100svh - 110px); }
  .hero-slider-copy { left: 20px; top: 0; bottom: 0; width: calc(100% - 40px); padding: 100px 0 145px; }
  .hero-slider-copy h1 { font-size: clamp(43px, 10.8vw, 58px); }
  .hero-slider-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-slider-copy .hero-actions { flex-direction: row; }
  .hero-slider-copy .hero-actions .button { width: 220px; flex: 0 0 auto; padding: 0 18px; }
  .hero-slider-controls { left: 20px; bottom: 24px; gap: 8px; }
  .hero-slider-controls > button { width: 42px; height: 42px; }
  .hero-rating { display: none; }
  .services-header-side { margin-top: 10px; }
  .drag-note { display: none; }
  .mobile-nav-sheet { top: 110px; height: calc(100svh - 110px); }
  .migrated-hero { min-height: 560px; }
  .migrated-hero > div:last-child { width: calc(100% - 40px); padding-bottom: 50px; }
  .migrated-hero h1 { font-size: clamp(46px, 13vw, 70px); }
  .migrated-layout { width: calc(100% - 40px); grid-template-columns: 1fr; padding: 70px 0 100px; }
  .migrated-layout aside { display: none; }
  .migrated-body h2 { margin-top: 50px; }
  .blog-archive { width: calc(100% - 40px); padding: 80px 0 100px; }
  .archive-heading { grid-template-columns: 1fr; gap: 12px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card > img { height: 280px; }
  .landing-page-body { padding-bottom: 80px; }
  .landing-content-section, .landing-content-section:nth-child(even) { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 45px; padding: 80px 0; direction: ltr; }
  .landing-content-section figure, .landing-content-section figure img { min-height: 0; height: 440px; }
  .migrated-cta > div { width: 100%; max-width: 360px; flex-direction: column; }
  .premium-internal-hero { min-height: 690px; align-items: flex-end; }
  .premium-internal-hero > img { left: 0; width: 100%; height: 56%; top: 0; bottom: auto; }
  .premium-internal-hero .migrated-hero-shade { background: linear-gradient(0deg, rgba(4,31,27,1) 0 47%, rgba(4,31,27,.72) 64%, rgba(4,31,27,.08) 100%); }
  .premium-internal-hero > div:last-child { width: calc(100% - 40px); padding: 330px 0 48px; }
  .premium-internal-hero h1 { font-size: clamp(44px, 12vw, 66px); }
  .section-title-row, .about-story { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 16px; }
  .about-story { padding: 85px 0; }
  .about-story > p { margin-top: 10px; }
  .choice-section, .doctor-showcase, .staff-section, .video-stories, .review-band { padding: 85px 0; }
  .choice-grid { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .choice-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(9,52,45,.16); }
  .choice-grid article:last-child { border-bottom: 0; }
  .choice-grid h3 { margin-top: 35px; }
  .doctor-feature, .doctor-feature:nth-of-type(even) { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; }
  .doctor-feature:nth-of-type(even) figure { order: 0; }
  .doctor-feature figure { height: 510px; }
  .staff-grid { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .staff-grid img { height: 360px; }
  .place-feature, .place-feature.dark { grid-template-columns: 1fr; }
  .place-feature.dark > div { order: 0; }
  .place-feature > div { padding: 80px 20px; }
  .place-feature figure, .place-feature img { min-height: 430px; }
  .general-section { padding: 85px 0; }
  .general-shell, .general-shell.with-image, .general-section:nth-child(even) .general-shell.with-image { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 52px; }
  .general-section:nth-child(even) .general-shell.with-image figure { order: 0; }
  .general-shell > figure { height: 440px; }
  .treatment-grid, .general-shell.with-image .treatment-grid { grid-template-columns: 1fr; }
  .premium-list-grid { grid-template-columns: 1fr; }
  .premium-faq { padding: 90px 20px; grid-template-columns: 1fr; gap: 45px; }
  .video-grid, .review-grid { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .video-grid article:first-child { grid-column: auto; }
  .review-grid blockquote { min-height: 270px; }
  .gallery-intro, .membership-intro { width: calc(100% - 40px); padding: 85px 0 65px; grid-template-columns: 1fr; gap: 30px; }
  .transformation-gallery { width: calc(100% - 40px); grid-template-columns: 1fr; padding-bottom: 85px; }
  .transformation-card { grid-column: auto; height: 470px; }
  .transformation-card > div { align-items: start; flex-direction: column; gap: 8px; }
  .gallery-note { padding: 55px 20px; }
  .gallery-note p { font-size: 21px; }
  .membership-intro figure { height: 500px; }
  .membership-plan-section { padding: 85px 20px; grid-template-columns: 1fr; gap: 50px; }
  .membership-benefits { padding: 85px 0; }
  .membership-benefit-grid { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .membership-benefit-grid article, .membership-benefit-grid article:nth-child(even), .membership-benefit-grid article:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(9,52,45,.16); }
  .membership-benefit-grid article:last-child { border-bottom: 0; }
  .membership-promise { grid-template-columns: 1fr; }
  .membership-promise figure, .membership-promise img { min-height: 460px; }
  .membership-promise > div { padding: 80px 20px; }
  .membership-terms { width: calc(100% - 40px); padding: 85px 0 100px; grid-template-columns: 1fr; gap: 40px; }
  .contact-form-section { padding: 85px 20px; grid-template-columns: 1fr; gap: 50px; }
  .contact-form-copy { position: static; }
  .contact-details-section { grid-template-columns: 1fr; }
  .contact-details-section figure, .contact-details-section img { min-height: 480px; }
  .contact-details-section > div { padding: 80px 20px; }
}

@media (max-width: 480px) {
  .hero-slider-copy .hero-actions { flex-direction: column; }
  .hero-slider-copy h1 { font-size: 40px; }
  .hero-slider-copy { padding-top: 88px; padding-bottom: 135px; }
  .hero-slider-copy .hero-actions .button { width: 100%; }
  .quiz-card { grid-template-columns: 1fr; padding: 28px; }
  .quiz-symbol { grid-row: auto; }
  .quiz-card > a { grid-column: 1; width: 100%; justify-content: center; }
  .hero-slider-controls > div { display: none; }
  .migrated-hero { min-height: 500px; }
  .migrated-body p { font-size: 15px; }
  .landing-content-section figure, .landing-content-section figure img { height: 350px; }
  .mobile-nav-sheet { top: 110px; }
  .staff-grid { grid-template-columns: 1fr; }
  .staff-grid img { height: 440px; }
  .doctor-feature figure { height: 430px; }
  .migrated-cta.premium-page-cta .button { width: 100%; }
  .transformation-card { height: 390px; }
  .membership-intro figure { height: 430px; }
  .membership-price-card { padding: 34px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg.active img, .hero-slider-controls > div button.active span::after, .migrated-hero > img { animation: none !important; }
}

/* WordPress + Elementor parity layer */
html, body { width: 100%; max-width: none; }
body.elementor-page, body.single-post { margin: 0 !important; padding: 0 !important; }
.elementor-location-header, .elementor-location-footer, .pdow-exact-page-container { margin: 0 !important; padding: 0 !important; }
.elementor-location-header .elementor-widget-html,
.elementor-location-footer .elementor-widget-html,
.pdow-exact-page-container .elementor-widget-html { width: 100% !important; margin: 0 !important; }
.elementor-location-header .elementor-widget-html > .elementor-widget-container,
.elementor-location-footer .elementor-widget-html > .elementor-widget-container,
.pdow-exact-page-container .elementor-widget-html > .elementor-widget-container { display: contents; }
.pdow-exact-template,
.pdow-exact-page-container { --content-width: 100% !important; width: 100% !important; max-width: none !important; }
.pdow-exact-template > .e-con-inner,
.pdow-exact-page-container > .e-con-inner { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.pdow-lang { display: contents; }
html[lang^="es"] .pdow-lang-en, html[lang^="en"] .pdow-lang-es { display: none !important; }
body.admin-bar .site-header { top: 32px; }
.elementor-location-header { position: relative; z-index: 120; }
.elementor-location-footer { position: relative; z-index: 1; }
.single-post .site-main,
.single-post .site-main > article,
.single-post .site-main .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.single-post .site-main > article > .page-header,
.single-post .site-main > article > .entry-title,
.single-post .site-main > article > .post-tags { display: none !important; }
[data-pdow-post-card][data-pdow-hidden="true"] { display: none !important; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

/* WordPress/Elementor global polish — spacing, type scale, and brand states */
:root {
  --coral: #2e5b54;
  --e-global-color-primary: #163d37;
  --e-global-color-secondary: #0c2c28;
  --e-global-color-text: #2e5b54;
  --e-global-color-accent: #e7be6a;
}

/* Elementor containers must not add their default 10px/gap around Theme Builder HTML. */
.elementor-location-header .pdow-exact-template,
.elementor-location-footer .pdow-exact-template {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
.elementor-location-header .elementor-widget-html,
.elementor-location-footer .elementor-widget-html {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

/* The Elementor outer footer is a wrapper, not the branded four-column grid. */
.elementor-location-footer {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  background: transparent !important;
  color: inherit !important;
}
.elementor-location-footer .internal-footer {
  width: 100% !important;
  padding: 64px clamp(24px, 6vw, 92px) 24px;
  column-gap: 44px;
  row-gap: 30px;
}
.elementor-location-footer .footer-bottom { margin-top: 4px; }

/* Keep Elementor/theme link states from injecting an unrelated pink accent. */
body.elementor-default a.button { color: white; }
body.elementor-default a.button-gold { color: var(--ink-deep); }
body.elementor-default a.button-glass,
body.elementor-default a.button-outline { color: white; }
body.elementor-default a.button:hover,
body.elementor-default a.button:active,
body.elementor-default a.button:focus-visible,
body.elementor-default a.phone-link:hover,
body.elementor-default a.phone-link:active,
body.elementor-default a.phone-link:focus-visible { color: white; }
body.elementor-default a.button-gold:hover,
body.elementor-default a.button-gold:active,
body.elementor-default a.button-gold:focus-visible,
body.elementor-default a.button-glass:hover,
body.elementor-default a.button-glass:active,
body.elementor-default a.button-glass:focus-visible { color: var(--ink-deep); }
:focus-visible { outline-color: var(--gold); }
.desktop-nav a::after { background: var(--gold); }
.mega-nav-item > a > .menu-chevron { border-color: var(--gold); }
.mega-links a:hover,
.mega-links a:focus-visible { color: var(--ink-deep); }
.mega-links a:hover i,
.mega-links a:focus-visible i { background: var(--ink); color: white; }
.mobile-nav-sheet a:hover,
.mobile-nav-sheet a:focus-visible,
.mobile-nav-sheet summary:hover,
.mobile-nav-sheet summary:focus-visible,
.internal-footer a:hover,
.internal-footer a:focus-visible { color: white; }
body.elementor-default .mobile-nav-sheet > a,
body.elementor-default .mobile-nav-sheet > details > summary { color: white; }
body.elementor-default .mobile-nav-sheet > details > a { color: #b9cbc6; }
body.elementor-default .service-card a { color: white; }
.post-card:hover h3,
.post-card:focus-visible h3,
.post-card:hover b,
.post-card:focus-visible b,
.landing-section-copy p a:hover,
.migrated-body p a:hover { color: var(--ink-deep); }
.landing-section-copy p a,
.migrated-body p a { text-decoration-color: var(--gold); }
.services-section .eyebrow > span,
.location-section .eyebrow > span,
.final-cta .eyebrow > span { background: var(--gold); }
.doctor-showcase .section-kicker,
.place-feature.dark .section-kicker,
.membership-plan-section .section-kicker,
.contact-details-section .section-kicker { color: var(--gold) !important; }

/* A quieter editorial scale keeps long Spanish and English titles breathable. */
.hero-slider-copy { width: min(620px, 72vw); padding-top: clamp(96px, 12vh, 132px); padding-bottom: clamp(132px, 15vh, 165px); }
.hero-slider-copy h1 { max-width: 620px; font-size: clamp(44px, 4vw, 60px); line-height: .98; }
.hero-slider-copy > p:not(.eyebrow) { max-width: 540px; font-size: 15px; margin: 19px 0 25px; }
.migrated-hero h1 { font-size: clamp(46px, 5.5vw, 78px); }
.premium-internal-hero h1 { font-size: clamp(44px, 4.9vw, 70px); }
.offer-copy h2,
.section-heading h2,
.finance-copy h2,
.faq-intro h2,
.location-main h2,
.final-cta h2 { font-size: clamp(38px, 4.1vw, 60px); }
.final-cta h2 { max-width: 720px; }
.migrated-body h2 { font-size: clamp(34px, 3.5vw, 48px); }
.migrated-cta h2 { font-size: clamp(42px, 5vw, 66px); }
.archive-heading h2 { font-size: clamp(40px, 4.4vw, 58px); }
.landing-section-copy h2 { font-size: clamp(38px, 4.2vw, 60px); }
.section-title-row h2 { font-size: clamp(40px, 4.4vw, 62px); }
.about-story h2 { font-size: clamp(43px, 5vw, 66px); }
.doctor-feature h3 { font-size: clamp(38px, 3.8vw, 56px); }
.place-feature h2,
.general-copy > h2,
.premium-faq-intro h2,
.gallery-intro h2,
.membership-intro h2,
.membership-plan-copy h2,
.membership-promise h2,
.membership-terms h2,
.contact-form-copy h2,
.contact-details-section h2 { font-size: clamp(40px, 4.5vw, 64px); }

@media (max-width: 820px) {
  .elementor-location-footer .internal-footer { padding: 58px 20px 92px; row-gap: 28px; }
  .hero-slider-copy { width: calc(100% - 40px); padding-top: 82px; padding-bottom: 130px; }
  .hero-slider-copy h1 { font-size: clamp(38px, 9.5vw, 50px); }
  .migrated-hero h1 { font-size: clamp(40px, 10vw, 56px); }
  .premium-internal-hero h1 { font-size: clamp(38px, 9.8vw, 54px); }
}

@media (max-width: 480px) {
  .hero-slider-copy h1 { font-size: 36px; }
  .hero-slider-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.6; }
  .elementor-location-footer .internal-footer { padding-top: 52px; }
}

/* Elementor parity refinements: keep controls readable and CTA geometry exact. */
body.elementor-default .utility-bar,
body.elementor-default .utility-bar a,
body.elementor-default .utility-bar a span { color: white !important; }
body.elementor-default .utility-bar a strong { color: var(--gold) !important; }

body.elementor-default .review-controls button {
  padding: 0 !important;
  color: var(--ink-deep) !important;
  background: rgba(255,255,255,.3) !important;
  border-color: rgba(12,44,40,.28) !important;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
body.elementor-default .review-controls button:hover,
body.elementor-default .review-controls button:focus-visible {
  color: var(--ink-deep) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  transform: translateY(-2px);
}
body.elementor-default .review-controls span,
body.elementor-default .review-stage cite { color: var(--ink-soft) !important; }

/* Give the homepage FAQ the same premium editorial treatment as internal FAQs. */
body.elementor-default .faq-section {
  padding: 130px max(32px, calc((100vw - 1200px)/2));
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(60px, 8vw, 125px);
  background: #f5f2eb;
}
body.elementor-default .faq-list { border-color: rgba(9,52,45,.22); }
body.elementor-default .faq-item { border-color: rgba(9,52,45,.22); }
body.elementor-default .faq-item button {
  grid-template-columns: minmax(0,1fr) 36px;
  gap: 25px;
  padding: 25px 0 !important;
  color: var(--ink-deep) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
body.elementor-default .faq-item button:hover,
body.elementor-default .faq-item button:focus,
body.elementor-default .faq-item button:active {
  color: var(--ink-deep) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
body.elementor-default .faq-item button:focus-visible {
  outline: 1px solid rgba(12,44,40,.38);
  outline-offset: 5px;
}
body.elementor-default .faq-item button b {
  color: var(--ink-deep) !important;
  font-size: 22px;
  line-height: 1.25;
}
body.elementor-default .faq-item button i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  justify-self: end;
  padding: 0 !important;
  border: 1px solid #8ca09a;
  border-radius: 50%;
  color: var(--ink-deep) !important;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
body.elementor-default .faq-item button:hover i,
body.elementor-default .faq-item button:focus-visible i,
body.elementor-default .faq-item.open button i {
  color: var(--ink-deep) !important;
  background: var(--gold);
  border-color: var(--gold);
}
body.elementor-default .faq-item.open button i { transform: rotate(180deg); }
body.elementor-default .faq-answer p { color: #49635d !important; }
body.elementor-default .faq-intro .text-link { color: var(--ink-deep) !important; }

body.elementor-default .migrated-cta.premium-page-cta > div {
  display: grid;
  grid-template-columns: repeat(2, 225px);
  align-items: stretch;
  justify-content: center;
  gap: 14px;
}
body.elementor-default .migrated-cta.premium-page-cta .button {
  width: 225px !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  box-sizing: border-box;
  color: white;
}
body.elementor-default .migrated-cta.premium-page-cta .button-gold { color: var(--ink-deep) !important; }
body.elementor-default .migrated-cta.premium-page-cta .button-outline { color: white !important; }

@media (max-width: 820px) {
  body.elementor-default .faq-section {
    padding: 90px 20px;
    grid-template-columns: minmax(0,1fr);
    gap: 45px;
  }
  body.elementor-default .faq-intro { position: static; }
  body.elementor-default .migrated-cta.premium-page-cta > div {
    width: min(100%, 360px);
    max-width: 360px;
    grid-template-columns: minmax(0,1fr);
  }
  body.elementor-default .migrated-cta.premium-page-cta .button { width: 100% !important; }
}

@media (max-width: 480px) {
  body.elementor-default .faq-item button b { font-size: 19px; }
}

/* Bilingual navigation, tighter feature cards, and explicit home hover states. */
.language-switch a { color: var(--ink-deep); opacity: .48; }
.language-switch a.active { opacity: 1; font-weight: 800; }
.language-switch a:hover,
.language-switch a:focus-visible { color: var(--ink-deep); opacity: 1; }

.mobile-language-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 8px 0 18px;
}
.mobile-nav-sheet .mobile-language-switch a {
  padding: 12px 10px;
  border: 1px solid rgba(255,255,255,.24);
  color: #c7d4d0;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-nav-sheet .mobile-language-switch a.active {
  color: var(--ink-deep);
  background: var(--gold);
  border-color: var(--gold);
}

.trust-photo { min-height: 520px; }
.trust-grid article {
  min-height: 260px;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}
.trust-grid article::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 190px;
  right: -72px;
  top: -82px;
  border: 1px solid rgba(22,61,55,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(231,190,106,.055), 0 0 0 68px rgba(22,61,55,.025);
  transition: border-color .25s, box-shadow .25s, transform .35s;
}
.trust-grid article:hover::before {
  border-color: rgba(231,190,106,.45);
  box-shadow: 0 0 0 34px rgba(231,190,106,.07), 0 0 0 68px rgba(255,255,255,.03);
  transform: scale(1.05);
}
.trust-mark { margin-bottom: 24px; position: relative; }
.trust-grid h3 { margin: 0 0 12px; position: relative; }
.trust-grid p { position: relative; }

body.elementor-default .hero-slider-copy a.button-gold:hover,
body.elementor-default .hero-slider-copy a.button-gold:active,
body.elementor-default .hero-slider-copy a.button-gold:focus-visible {
  color: var(--ink-deep) !important;
  background: #f0cf8b !important;
  border-color: #f0cf8b !important;
}
body.elementor-default .hero-slider-copy a.button-glass:hover,
body.elementor-default .hero-slider-copy a.button-glass:active,
body.elementor-default .hero-slider-copy a.button-glass:focus-visible {
  color: white !important;
  background: rgba(255,255,255,.18) !important;
  border-color: rgba(255,255,255,.85) !important;
}
body.elementor-default .quiz-card > a { color: white !important; }
body.elementor-default .quiz-card > a:hover,
body.elementor-default .quiz-card > a:focus-visible {
  color: var(--ink-deep) !important;
  background: white !important;
}
body.elementor-default .service-card a:hover,
body.elementor-default .service-card a:focus-visible,
body.elementor-default .hero-slider-controls > button:hover,
body.elementor-default .hero-slider-controls > button:focus-visible,
body.elementor-default .service-arrow-controls button:hover,
body.elementor-default .service-arrow-controls button:focus-visible {
  color: var(--ink-deep) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

@media (min-width: 821px) {
  .trust-experience { height: 520px; }
  .trust-photo { height: 520px; min-height: 0; }
  .trust-grid { min-height: 0; }
  .trust-grid article { min-height: 0; }
}

@media (max-width: 820px) {
  .trust-photo { min-height: 460px; }
  .trust-grid article { min-height: 220px; }
}

@media (max-width: 480px) {
  .site-header > .header-actions > .language-switch { display: none; }
  .trust-photo { min-height: 360px; }
  .trust-grid article { min-height: 190px; }
}
