@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("assets/inter-latin.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("assets/montserrat-latin.woff2") format("woff2"); }
@font-face { font-family: "Montserrat"; font-style: italic; font-weight: 500 600; font-display: swap; src: url("assets/montserrat-latin-italic.woff2") format("woff2"); }

:root {
  --ink: #232323;
  --ink-2: #171717;
  --white: #ffffff;
  --cream: #fbf9f3;
  --pale-gold: #f6e4ad;
  --gold: #ffad43;
  --muted: #777777;
  --line: rgba(35, 35, 35, 0.16);
  --soft-line: rgba(255, 255, 255, 0.24);
  --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
  --display: "Montserrat", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: -80px; left: 18px; padding: 12px 16px; color: var(--ink); background: var(--gold); text-decoration: none; font-weight: 700; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; z-index: 40; top: 0; left: 0; right: 0; color: var(--white); background: rgba(28, 28, 26, 0.74); border-bottom: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(14px); transition: background 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { position: fixed; background: rgba(22, 22, 21, 0.94); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); }
.header__inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: 140px; flex: 0 0 auto; }
.brand img { width: 100%; height: 54px; object-fit: contain; object-position: left center; filter: grayscale(1) brightness(0) invert(1); }
.nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: -0.01em; text-transform: uppercase; }
.nav > a:not(.nav__cta) { position: relative; padding: 12px 0; text-decoration: none; }
.nav > a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
.nav > a:not(.nav__cta):hover::after, .nav > a:not(.nav__cta):focus-visible::after { transform: scaleX(1); }
.nav__cta { padding: 13px 25px; border-radius: 999px; background: var(--white); color: var(--ink); text-decoration: none; transition: background 180ms ease, transform 180ms ease; }
.nav__cta:hover, .nav__cta:focus-visible { background: var(--gold); transform: translateY(-2px); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; padding: 8px; color: var(--white); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1.5px; margin: 6px auto; background: currentColor; }

.hero { position: relative; min-height: clamp(800px, 82svh, 960px); overflow: hidden; color: var(--white); background: var(--ink); border-radius: 0 0 42px 42px; isolation: isolate; }
.hero__media { position: absolute; z-index: -2; inset: -30% -8%; background: url("assets/hero-sun-splash.webp") center 52% / cover no-repeat; transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(var(--hero-scale, 1.29)); will-change: transform; }
.hero__veil { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(11, 14, 18, 0.81) 0%, rgba(16, 19, 22, 0.63) 39%, rgba(17, 19, 19, 0.12) 77%), linear-gradient(0deg, rgba(6, 7, 8, 0.43), transparent 46%); }
.hero__content { padding: clamp(190px, 23vh, 242px) 0 170px; opacity: var(--hero-copy-opacity, 1); transform: translate3d(0, var(--hero-copy-shift, 0px), 0); will-change: opacity, transform; }
.hero__eyebrow, .section-kicker { margin: 0 0 20px; font-family: var(--display); color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; line-height: 1.2; text-transform: uppercase; }
.hero__eyebrow { color: var(--pale-gold); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -0.06em; }
h1 { max-width: 720px; font-size: clamp(56px, 7vw, 92px); line-height: 0.99; }
h2 { font-size: clamp(42px, 5.1vw, 72px); line-height: 1.03; }
h3 { font-size: clamp(25px, 2.4vw, 37px); line-height: 1.08; }
em { color: var(--gold); font-style: normal; }
.hero__lede { max-width: 505px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.87); font-size: 17px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 35px; }
.pill-button { display: inline-flex; min-height: 55px; align-items: center; justify-content: space-between; gap: 20px; padding: 5px 5px 5px 25px; border-radius: 999px; border: 1px solid transparent; font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: -0.01em; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.pill-button i { width: 43px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; font-size: 15px; font-style: normal; }
.pill-button:hover, .pill-button:focus-visible { transform: translateY(-3px); }
.pill-button--gold { color: var(--ink); background: var(--gold); }
.pill-button--gold i { color: var(--gold); background: var(--ink); }
.pill-button--soft { color: var(--white); background: rgba(100, 104, 107, 0.82); }
.pill-button--soft i { color: var(--ink); background: var(--gold); }
.pill-button--outline { color: var(--ink); border-color: rgba(35, 35, 35, 0.78); background: transparent; }
.pill-button--outline i { color: var(--ink); background: var(--gold); }
.pill-button--wide { width: 100%; }
.hero__scroll { position: absolute; right: max(32px, calc((100vw - 1200px) / 2)); bottom: 31px; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,0.82); font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-decoration: none; text-transform: uppercase; transition: color 180ms ease, transform 180ms ease; }
.hero__scroll:hover { color: var(--gold); transform: translateY(3px); }
.hero__scroll i { color: var(--gold); }

.quick-contact { position: relative; z-index: 3; color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.quick-contact__inner { display: grid; grid-template-columns: 1.25fr 1fr 1fr auto; gap: 24px; align-items: center; min-height: 126px; }
.quick-contact__inner > a:not(.quick-contact__book), .quick-contact__inner > span { display: flex; gap: 13px; align-items: center; color: inherit; text-decoration: none; }
.quick-contact__inner i { color: var(--gold); }
.quick-contact__inner > a:not(.quick-contact__book) > span, .quick-contact__inner > span > span { display: grid; gap: 2px; color: #666; font-size: 12px; line-height: 1.4; }
.quick-contact strong { color: var(--ink); font-family: var(--display); font-size: 11px; letter-spacing: .02em; text-transform: uppercase; }
.quick-contact__book { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-family: var(--display); font-size: 11px; font-weight: 700; letter-spacing: .01em; text-decoration: none; text-transform: uppercase; }

.allx { --allx-implants: 0; --allx-implant-shift: -138px; --allx-arch: 0; --allx-arch-shift: -156px; --allx-arch-scale: .94; --allx-model-opacity: 1; --allx-face-opacity: 0; --allx-face-after: 0; --allx-face-y: 28px; --allx-outcome: 0; --allx-outcome-shift: 44px; height: 530vh; color: var(--white); background: #171817; }
.allx__sticky { position: sticky; top: 96px; height: calc(100svh - 96px); overflow: hidden; background-color: #171817; background-image: radial-gradient(circle at 58% 46%, rgba(255, 173, 67, 0.16) 0%, rgba(57, 57, 56, 0.88) 25%, #232322 49%, #171817 74%), radial-gradient(circle at 16% 88%, rgba(246, 228, 173, 0.08), transparent 38%), var(--grain); background-size: auto, auto, 170px 170px; background-blend-mode: screen, normal, soft-light; }
.allx__sticky::before, .allx__sticky::after { content: ""; position: absolute; pointer-events: none; }
.allx__sticky::before { width: min(68vw, 940px); aspect-ratio: 1; left: 50%; top: 42%; border: 1px solid rgba(246, 228, 173, 0.15); border-radius: 50%; transform: translate(-50%, -50%); }
.allx__sticky::after { inset: 0; background: linear-gradient(90deg, rgba(15, 16, 16, 0.46), transparent 47%, rgba(15, 16, 16, 0.46)), linear-gradient(0deg, rgba(12, 13, 13, 0.72), transparent 45%); }
.allx__heading { position: absolute; z-index: 5; top: clamp(55px, 9vh, 102px); left: 50%; display: grid; width: min(1200px, calc(100% - 64px)); grid-template-columns: minmax(0, 1fr) auto; align-items: end; transform: translateX(-50%); }
.allx__heading > div:first-child { max-width: 560px; }
.allx__heading > div:first-child { transition: opacity 180ms linear, transform 220ms ease; }
.allx__heading .section-kicker { margin-bottom: 15px; }
.allx__heading h2 { font-size: clamp(43px, 5.1vw, 74px); }
.allx__heading > div:first-child > p:last-child { max-width: 480px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; line-height: 1.7; }
.allx__counter { display: flex; align-items: baseline; gap: 9px; padding-bottom: 6px; color: rgba(255,255,255,0.48); font-family: var(--display); font-size: 13px; font-weight: 600; }
.allx__counter span:first-child { color: var(--gold); font-size: 31px; letter-spacing: -0.06em; transition: transform 260ms ease; }
.allx__stage { position: absolute; z-index: 2; inset: 0; }
.allx__model { position: absolute; z-index: 3; top: 51%; left: 50%; width: min(55vw, 730px); aspect-ratio: 1.3; isolation: isolate; opacity: var(--allx-model-opacity); transform: translate(-50%, -42%); transition: opacity 150ms linear; }
.allx__model img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; object-fit: contain; }
.allx__jaw-base { z-index: 1; filter: drop-shadow(0 25px 24px rgba(0,0,0,.28)); transform: scale(1.02); }
.allx__implant-set { z-index: 2; opacity: var(--allx-implants); filter: drop-shadow(0 17px 15px rgba(0,0,0,.27)); transform: translateY(var(--allx-implant-shift)) scale(.94); transform-origin: center; transition: opacity 90ms linear, transform 90ms linear; }
.allx__full-arch { z-index: 3; opacity: var(--allx-arch); filter: drop-shadow(0 17px 15px rgba(0,0,0,.27)); transform: translateY(var(--allx-arch-shift)) scale(var(--allx-arch-scale)); transform-origin: center; transition: opacity 90ms linear, transform 90ms linear; }
.allx__face-journey { position: absolute; z-index: 3; top: 51%; left: 50%; width: min(31vw, 420px); aspect-ratio: 4 / 5; margin: 0; opacity: var(--allx-face-opacity); pointer-events: none; transform: translate(-50%, -43%) translateY(var(--allx-face-y)); transition: opacity 140ms linear, transform 180ms ease; -webkit-mask-image: radial-gradient(ellipse at 50% 46%, #000 51%, transparent 78%); mask-image: radial-gradient(ellipse at 50% 46%, #000 51%, transparent 78%); }
.allx__face-journey img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.allx__face-after { opacity: var(--allx-face-after); transition: opacity 120ms linear; }
.allx__copy { position: absolute; z-index: 4; bottom: clamp(55px, 10vh, 105px); left: 50%; width: min(1200px, calc(100% - 64px)); transform: translateX(-50%); }
.allx__step { position: absolute; left: 0; bottom: 0; width: min(100%, 390px); opacity: 0; transform: translate3d(0, 22px, 0); pointer-events: none; transition: opacity 350ms ease, transform 440ms cubic-bezier(.2,.7,.2,1); }
.allx__step span { display: block; margin-bottom: 15px; color: var(--gold); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; }
.allx__step h3 { font-size: clamp(34px, 3.6vw, 54px); line-height: 1; }
.allx__step p { margin: 18px 0 0; color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.68; }
.allx[data-allx-stage="1"] .allx__step[data-allx-step="1"], .allx[data-allx-stage="2"] .allx__step[data-allx-step="2"], .allx[data-allx-stage="3"] .allx__step[data-allx-step="3"], .allx[data-allx-stage="4"] .allx__step[data-allx-step="4"] { opacity: 1; transform: translate3d(0, 0, 0); }
.allx__outcome { position: absolute; z-index: 6; right: 0; bottom: clamp(45px, 9vh, 95px); left: 50%; display: flex; width: min(1200px, calc(100% - 64px)); align-items: end; justify-content: space-between; gap: clamp(34px, 6vw, 90px); opacity: var(--allx-outcome); transform: translate3d(-50%, var(--allx-outcome-shift), 0); pointer-events: none; transition: opacity 160ms linear, transform 160ms linear; }
.allx__comparison { display: block; width: min(340px, 29vw); }
.allx__comparison figure { display: grid; margin: 0; padding: 13px 13px 12px; border: 1px solid rgba(255,255,255,0.17); background: rgba(255,255,255,0.06); backdrop-filter: blur(8px); }
.allx__comparison span { color: var(--gold); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.allx__comparison img { display: block; width: 100%; aspect-ratio: 1.12; margin: 9px 0 7px; object-fit: cover; object-position: center; }
.allx__comparison small { color: rgba(255,255,255,0.68); font-size: 10px; line-height: 1.3; }
.allx__outcome-copy { width: min(100%, 375px); }
.allx__outcome-copy > p { margin: 0 0 15px; color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; }
.allx__outcome-copy h3 { font-size: clamp(34px, 3.6vw, 54px); line-height: 1; }
.allx__outcome-copy .pill-button { margin-top: 23px; }
.allx[data-allx-stage="5"] .allx__outcome { pointer-events: auto; }
.allx[data-allx-stage="5"] .allx__heading > div:first-child { opacity: 0; transform: translateY(-18px); }
.allx__instruction { position: absolute; z-index: 6; right: max(32px, calc((100vw - 1200px) / 2)); bottom: 23px; display: flex; align-items: center; gap: 10px; margin: 0; color: rgba(255,255,255,0.48); font-family: var(--display); font-size: 9px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.allx__instruction i { color: var(--gold); }
.allx__mobile-shell { display: none; }
.allx__mobile-assembly { position: relative; grid-column: 2; aspect-ratio: 1.3; margin-top: 7px; }
.allx__mobile-assembly img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.allx__mobile-assembly .allx__jaw-base { z-index: 1; }
.allx__mobile-assembly .allx__implant-set { z-index: 2; opacity: 1; transform: scale(.94); }
.allx__mobile-assembly .allx__full-arch { z-index: 3; opacity: 1; transform: scale(.94); }
.allx__mobile-shell li:nth-child(3) .allx__implant-set { opacity: .15; }
.allx__mobile-photo { display: block; grid-column: 2; width: 100%; height: 220px; margin-top: 7px; border: 1px solid rgba(255,255,255,0.16); object-fit: cover; filter: saturate(.92) contrast(1.04); }
.allx__mobile-photo--case { object-position: center; }
.allx__mobile-face { display: grid; grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 7px; }
.allx__mobile-face figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,0.16); background: #171817; }
.allx__mobile-face img { display: block; width: 100%; aspect-ratio: .8; object-fit: cover; }
.allx__mobile-face figcaption { padding: 7px 8px; color: rgba(255,255,255,0.5); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.allx-offer { position: relative; overflow: hidden; color: var(--ink); background-color: var(--pale-gold); background-image: radial-gradient(circle at 12% 80%, rgba(255,255,255,.76), transparent 32%), radial-gradient(circle at 93% 4%, rgba(255,173,67,.28), transparent 38%), var(--grain); background-size: auto, auto, 180px 180px; background-blend-mode: screen, multiply, soft-light; }
.allx-offer::before { content: ""; position: absolute; width: min(55vw, 820px); aspect-ratio: 1; top: -45%; right: -16%; border: 1px solid rgba(35,35,35,0.16); border-radius: 50%; }
.allx-offer__inner { position: relative; display: grid; min-height: 570px; grid-template-columns: 1.05fr 0.95fr; gap: clamp(50px, 10vw, 155px); align-items: center; padding: 102px 0; }
.allx-offer__copy h2 { max-width: 680px; }
.allx-offer__copy > p:last-of-type { max-width: 540px; margin: 25px 0 0; color: rgba(35,35,35,0.75); font-size: 17px; line-height: 1.72; }
.allx-offer__copy .pill-button { margin-top: 33px; }
.allx-offer__details { padding-top: 4px; border-top: 1px solid rgba(35,35,35,0.3); }
.allx-offer__details > div { display: grid; grid-template-columns: 40px 1fr; column-gap: 16px; padding: 21px 0; border-bottom: 1px solid rgba(35,35,35,0.2); }
.allx-offer__details > div > span { grid-row: span 2; color: var(--gold); font-family: var(--display); font-size: 12px; font-weight: 700; }
.allx-offer__details strong { font-family: var(--display); font-size: 19px; font-weight: 600; line-height: 1.25; }
.allx-offer__details p { margin: 6px 0 0; color: rgba(35,35,35,0.65); font-size: 14px; line-height: 1.55; }
.allx-offer__details small { display: block; margin-top: 16px; color: rgba(35,35,35,0.6); font-size: 11px; line-height: 1.5; }

.section { padding: 128px 0; }
.section--white { background-color: var(--white); }
.locations { position: relative; overflow: hidden; background-image: radial-gradient(ellipse at 91% -8%, rgba(255,173,67,.16), transparent 39%), radial-gradient(ellipse at -8% 98%, rgba(246,228,173,.54), transparent 34%), var(--grain); background-size: auto, auto, 180px 180px; background-blend-mode: multiply, normal, soft-light; }
.section--ink { color: var(--white); background: var(--ink); }
.section-title--locations { max-width: 670px; margin-bottom: 58px; }
.section-kicker { display: inline-flex; padding: 7px 13px; border: 1px solid var(--gold); border-radius: 999px; color: var(--gold); }
.section-kicker--gold { border: 0; padding: 0; color: var(--gold); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location-card { min-height: 395px; display: flex; flex-direction: column; padding: 17px; border-radius: 16px; background: var(--cream); box-shadow: 0 8px 22px rgba(32, 31, 27, 0.05); transition: transform 240ms ease, box-shadow 240ms ease; }
.location-card:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(32, 31, 27, 0.13); }
.location-card--current { box-shadow: inset 0 0 0 1px rgba(255, 173, 67, 0.45), 0 8px 22px rgba(32, 31, 27, 0.06); }
.location-card__top { display: grid; grid-template-columns: 105px 1fr; align-items: center; gap: 17px; margin-bottom: 15px; }
.location-card__top img { width: 105px; height: 102px; border-radius: 9px; object-fit: cover; object-position: 35% center; }
.location-card__tag { display: inline-block; margin-bottom: 8px; color: var(--gold); font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.location-card h3 { font-size: 22px; letter-spacing: -0.04em; text-transform: uppercase; }
.location-card > p { display: flex; gap: 11px; align-items: flex-start; margin: 7px 0; color: #414141; font-size: 14px; line-height: 1.38; }
.location-card > p i { width: 15px; margin-top: 3px; color: var(--gold); text-align: center; }
.location-card > p a { color: inherit; text-decoration: none; }
.location-card > p a:hover { text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.location-card__actions { display: grid; gap: 9px; margin-top: auto; padding-top: 14px; }
.location-card__actions .pill-button { min-height: 48px; padding-left: 22px; font-size: 11px; }
.location-card__actions .pill-button i { width: 37px; font-size: 12px; }

.care { position: relative; overflow: hidden; }
.care::before { content: ""; position: absolute; width: min(50vw, 680px); height: min(50vw, 680px); right: -12vw; top: -32vw; border: 1px solid rgba(255,255,255,0.14); border-radius: 50%; }
.care__intro { position: relative; display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(48px, 8vw, 125px); align-items: end; margin-bottom: 54px; }
.care__intro .section-kicker { grid-column: 1 / -1; width: max-content; }
.care__intro h2 { max-width: 600px; }
.care__intro > p:last-child { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.care__cards { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: var(--white); background: rgba(255,255,255,.055); box-shadow: 0 18px 46px rgba(0,0,0,.12); transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(255,173,67,.58); box-shadow: 0 28px 56px rgba(0,0,0,.25); }
.service-card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #262725; }
.service-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(12,14,14,.48)); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.03); transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 300ms ease; }
.service-card:hover .service-card__media img { transform: scale(1.055); filter: saturate(1) contrast(1.03); }
.service-card__media > span { position: absolute; z-index: 1; right: 17px; bottom: 14px; color: var(--white); font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.service-card__body { min-height: 272px; display: flex; flex-direction: column; padding: 27px 25px 24px; }
.service-card__body > p { margin: 0 0 12px; color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service-card__body h3 { font-size: clamp(25px, 2.1vw, 31px); line-height: 1.08; }
.service-card__body > span { display: block; margin-top: 14px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.service-card__body > a { width: max-content; display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 24px; color: var(--white); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.service-card__body > a i { color: var(--gold); transition: transform 180ms ease; }
.service-card__body > a:hover i { transform: translate(3px, -3px); }

.journey { height: 340vh; color: var(--ink); background: var(--white); }
.journey__sticky { position: sticky; top: 96px; height: calc(100svh - 96px); overflow: hidden; }
.journey__heading { position: absolute; z-index: 3; inset: 0 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; padding-top: clamp(82px, 11vh, 118px); pointer-events: none; }
.journey__heading .section-kicker { grid-column: 1 / -1; width: max-content; margin-bottom: 16px; }
.journey__heading h2 { grid-column: 1; max-width: 600px; }
.journey__counter { align-self: end; display: flex; gap: 10px; align-items: baseline; color: var(--muted); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
.journey__counter span:first-child { color: var(--gold); font-size: 32px; letter-spacing: -0.06em; transition: transform 250ms ease; }
.journey__rail { height: 100%; }
.journey__track { display: flex; width: 300vw; height: 100%; will-change: transform; }
.journey-panel { position: relative; isolation: isolate; width: 100vw; min-width: 100vw; height: 100%; display: flex; align-items: flex-end; padding: clamp(260px, 38vh, 360px) max(32px, calc((100vw - 1200px) / 2)) clamp(80px, 11vh, 120px); overflow: hidden; }
.journey-panel__image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; opacity: .7; filter: saturate(.82) contrast(1.04); }
.journey-panel::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.77) 37%, rgba(255,255,255,.06) 76%); }
.journey-panel::after { content: ""; position: absolute; z-index: 2; width: clamp(330px, 46vw, 740px); aspect-ratio: 1; right: 12%; bottom: -28%; border-radius: 50%; border: 1px solid currentColor; opacity: 0.24; transform: rotate(-12deg); }
.journey-panel--one { color: var(--ink); background: var(--pale-gold); }
.journey-panel--two { color: var(--white); background: #292928; }
.journey-panel--two::before { background: linear-gradient(90deg, rgba(23,24,23,.97) 0%, rgba(23,24,23,.81) 40%, rgba(23,24,23,.2) 76%); }
.journey-panel--three { color: var(--ink); background: #e7e4de; }
.journey-panel__number { position: absolute; z-index: 2; right: max(32px, calc((100vw - 1200px) / 2)); top: clamp(224px, 35vh, 330px); color: currentColor; font-family: var(--display); font-size: clamp(132px, 20vw, 320px); font-weight: 600; letter-spacing: -0.13em; line-height: 0.72; opacity: 0.12; }
.journey-panel__copy { position: relative; z-index: 3; max-width: 650px; }
.journey-panel__copy > p { margin: 0 0 18px; color: var(--gold); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.journey-panel__copy h3 { max-width: 650px; font-size: clamp(49px, 6vw, 88px); line-height: 1; }
.journey-panel__copy span { display: block; max-width: 460px; margin-top: 22px; color: currentColor; font-size: 17px; line-height: 1.7; opacity: 0.76; }
.journey__instruction { position: absolute; z-index: 4; right: max(32px, calc((100vw - 1200px) / 2)); bottom: 42px; display: flex; align-items: center; gap: 10px; margin: 0; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.journey__instruction i { color: var(--gold); }

.doctors { position: relative; overflow: hidden; padding-bottom: 145px; background-image: radial-gradient(ellipse at 15% 6%, rgba(246,228,173,.48), transparent 31%), radial-gradient(ellipse at 88% 86%, rgba(255,173,67,.12), transparent 36%), var(--grain); background-size: auto, auto, 180px 180px; background-blend-mode: multiply, normal, soft-light; }
.doctors__heading { display: grid; grid-template-columns: 1.1fr 0.9fr; column-gap: 8vw; align-items: end; margin-bottom: 60px; }
.doctors__heading .section-kicker { grid-column: 1 / -1; width: max-content; }
.doctors__heading h2 { max-width: 520px; }
.doctors__heading > p:last-child { max-width: 430px; margin: 0 0 6px; color: #5e5e5e; font-size: 17px; line-height: 1.7; }
.doctor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.doctor-card { display: grid; grid-template-columns: minmax(0, 1fr) 0.9fr; min-height: 500px; color: var(--white); background: var(--ink); overflow: hidden; text-decoration: none; transition: transform 260ms ease, box-shadow 260ms ease; }
.doctor-card:hover { transform: translateY(-8px); box-shadow: 0 25px 46px rgba(0,0,0,0.18); }
.doctor-card__image { overflow: hidden; background: #dad7d0; }
.doctor-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform 500ms cubic-bezier(.2,.7,.2,1); }
.doctor-card:nth-child(2) .doctor-card__image img { object-position: top center; }
.doctor-card:hover .doctor-card__image img { transform: scale(1.06); }
.doctor-card__content { display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; }
.doctor-card__content > span { color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; line-height: 1.35; text-transform: uppercase; }
.doctor-card h3 { margin-top: 15px; color: var(--white); font-size: clamp(28px, 2.5vw, 38px); }
.doctor-card__content p { margin: 28px 0 0; color: var(--pale-gold); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.doctor-card__content p i { margin-left: 8px; }

.visit { color: var(--white); background: var(--ink-2); }
.visit__inner { min-height: 475px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 80px 0; }
.visit__copy h2 { max-width: 680px; }
.visit__copy > p:last-child { margin: 27px 0 0; color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.7; }
.visit__actions { display: flex; min-width: 240px; flex-direction: column; gap: 22px; align-items: flex-start; }
.visit__directions { color: var(--white); font-family: var(--display); font-size: 12px; font-weight: 600; letter-spacing: 0.03em; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 7px; text-transform: uppercase; }
.visit__directions i { margin-left: 7px; color: var(--gold); }
.reviews { position: relative; overflow: hidden; color: var(--ink); background-color: var(--cream); background-image: radial-gradient(circle at 85% 15%, rgba(255,173,67,.24), transparent 32%), var(--grain); background-size: auto, 180px 180px; background-blend-mode: multiply, soft-light; }
.reviews__heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.reviews__copy { max-width: 410px; }
.reviews__copy p { margin: 0; color: #595959; font-size: 17px; line-height: 1.7; }
.reviews__actions { display: flex; gap: 9px; margin-top: 24px; }
.reviews__actions button { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(25,26,25,.22); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.62); cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.reviews__actions button:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.reviews__rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(360px, 430px); gap: 16px; margin-top: 52px; padding: 4px max(24px, calc((100vw - 1200px) / 2)) 18px; overflow-x: auto; overflow-y: hidden; scroll-padding-inline: max(24px, calc((100vw - 1200px) / 2)); scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(25,26,25,.3) transparent; overscroll-behavior-inline: contain; }
.review-card { min-height: 320px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(25,26,25,.12); color: var(--ink); background: rgba(255,255,255,.77); box-shadow: 0 18px 40px rgba(69,58,38,.08); scroll-snap-align: start; }
.review-card--dark { color: var(--white); background: var(--ink); }
.review-card--gold { color: var(--ink); background: linear-gradient(145deg, #ffd179, var(--gold)); }
.review-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: currentColor; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-stars { color: #e99a25; font-size: 15px; letter-spacing: .06em; }
.review-card--gold .review-stars { color: var(--ink); }
.review-card blockquote { margin: 47px 0 42px; font-family: var(--display); font-size: clamp(25px, 2vw, 31px); font-weight: 500; letter-spacing: -.035em; line-height: 1.22; }
.review-card footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: auto; }
.review-card footer > div { display: grid; gap: 6px; }
.review-card footer strong { font-family: var(--display); font-size: 12px; letter-spacing: .02em; }
.review-card footer span { font-size: 11px; opacity: .64; }
.review-card footer a { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; text-decoration: none; opacity: .72; transition: opacity 180ms ease, transform 180ms ease; }
.review-card footer a:hover { opacity: 1; transform: translate(2px, -2px); }
.reviews__footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 25px; }
.reviews__footer > span { display: inline-flex; align-items: center; gap: 10px; color: #6c665e; font-family: var(--display); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.reviews__footer > span i { color: var(--gold); }
.footer { color: rgba(255,255,255,0.62); background: var(--ink-2); border-top: 1px solid rgba(255,255,255,0.17); }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding: 76px 0 54px; }
.footer__grid > div { display: grid; align-content: start; gap: 10px; }
.footer__grid strong { margin-bottom: 7px; color: var(--pale-gold); font-family: var(--display); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer__grid p { max-width: 250px; margin: 7px 0 0; font-size: 13px; line-height: 1.6; }
.footer__grid a { color: inherit; font-size: 13px; line-height: 1.45; text-decoration: none; }
.footer__grid a:hover { color: var(--gold); }
.footer__logo { width: 152px; height: 52px; object-fit: contain; object-position: left; filter: grayscale(1) brightness(0) invert(1); }
.footer__legal { min-height: 68px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.footer__legal p { margin: 0; }
.mobile-actions { display: none; }

.profile-page { background: var(--white); }
.profile-page .site-header { position: relative; background: var(--ink); }
.profile-page .site-header.is-scrolled { position: fixed; }
.profile-hero { min-height: 660px; color: var(--white); background: var(--ink); }
.profile-hero__grid { display: grid; grid-template-columns: 0.83fr 1.17fr; min-height: 660px; }
.profile-hero__image { position: relative; min-height: 580px; overflow: hidden; background: #dbd8d1; }
.profile-hero__image::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(0deg, rgba(0,0,0,0.2), transparent); }
.profile-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.profile-hero__image--jacob img { object-position: top center; }
.profile-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px min(8vw, 125px); }
.profile-hero__copy .section-kicker { width: max-content; border-color: rgba(255,173,67,0.68); }
.profile-hero__copy h1 { max-width: 620px; font-size: clamp(52px, 6.5vw, 88px); }
.profile-hero__copy > p:last-child { max-width: 460px; margin: 27px 0 0; color: rgba(255,255,255,0.72); font-size: 17px; line-height: 1.75; }
.profile-main { padding: 130px 0; }
.profile-main__grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 9vw; }
.profile-main__aside { position: sticky; top: 120px; align-self: start; padding-top: 6px; }
.profile-main__aside p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.profile-main__content h2 { max-width: 680px; font-size: clamp(36px, 4.4vw, 58px); }
.profile-main__content > p { max-width: 700px; margin: 26px 0 0; color: #4f4f4f; font-size: 18px; line-height: 1.75; }
.profile-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 34px; margin: 42px 0 0; padding: 35px 0 0; border-top: 1px solid var(--line); }
.profile-list div { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.profile-list dt { color: var(--gold); font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.profile-list dd { margin: 9px 0 0; font-family: var(--display); font-size: 17px; font-weight: 600; line-height: 1.35; }
.profile-cta { padding: 85px 0; color: var(--white); background: var(--ink); }
.profile-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.profile-cta h2 { font-size: clamp(38px, 4vw, 62px); }

/* Daniel's profile uses an event photograph as a single full-bleed hero. */
.profile-page--daniel .site-header { position: absolute; background: linear-gradient(180deg, rgba(9, 12, 16, 0.86), rgba(9, 12, 16, 0.38)); }
.profile-page--daniel .site-header.is-scrolled { position: fixed; background: rgba(17, 18, 18, 0.94); }
.profile-hero--event { position: relative; min-height: min(900px, 100svh); overflow: hidden; color: var(--white); background: #101216; isolation: isolate; }
.profile-hero--event .profile-hero__image { position: absolute; z-index: -2; inset: 0; min-height: 0; overflow: hidden; background: #101216; }
.profile-hero--event .profile-hero__image::after { display: none; }
.profile-hero--event .profile-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.profile-hero--event .profile-hero__scrim { position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(7, 10, 14, 0.04) 0%, rgba(7, 10, 14, 0.08) 42%, rgba(7, 10, 14, 0.42) 67%, rgba(7, 10, 14, 0.82) 100%), linear-gradient(0deg, rgba(7, 10, 14, 0.52), transparent 53%); }
.profile-hero--event .profile-hero__copy { position: relative; z-index: 1; display: flex; min-height: inherit; align-items: flex-end; flex-direction: column; justify-content: flex-start; padding: clamp(170px, 19vh, 225px) 0 96px; text-align: left; }
.profile-hero--event .profile-hero__copy > * { width: min(100%, 490px); margin-left: auto; }
.profile-hero--event .profile-hero__copy .section-kicker { margin-bottom: 21px; }
.profile-hero--event .profile-hero__copy h1 { max-width: 490px; font-size: clamp(55px, 6.1vw, 88px); }
.profile-hero--event .profile-hero__copy > p:last-child { max-width: 455px; margin-top: 27px; color: rgba(255, 255, 255, 0.84); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 1024px) {
  .allx__outcome { gap: clamp(28px, 4vw, 72px); }
  .allx__comparison { width: min(460px, 36vw); }
}

@media (max-width: 1000px) {
  .nav { gap: 16px; font-size: 10px; }
  .location-card__top { grid-template-columns: 86px 1fr; }
  .location-card__top img { width: 86px; height: 90px; }
  .doctor-card { grid-template-columns: 1fr 0.92fr; }
  .journey__heading { padding-top: 95px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .shell { width: min(100% - 40px, 1200px); }
  .site-header { position: absolute; }
  .site-header.is-scrolled { position: fixed; }
  .header__inner { min-height: 76px; }
  .brand { width: 128px; }
  .brand img { height: 44px; }
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; display: none; gap: 0; padding: 12px 20px 22px; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,0.16); box-shadow: 0 18px 30px rgba(0,0,0,.18); }
  .nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .nav > a:not(.nav__cta) { padding: 15px 0; font-size: 11px; }
  .nav__cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 730px; border-radius: 0 0 28px 28px; }
  .hero__media { background-position: 57% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(11,14,18,.83), rgba(11,14,18,.22)), linear-gradient(0deg, rgba(7,8,10,.66), transparent 60%); }
  .hero__content { padding-top: 172px; padding-bottom: 130px; }
  h1 { font-size: 54px; }
  h2 { font-size: 46px; }
  .hero__lede { font-size: 16px; }
  .hero__actions { gap: 10px; margin-top: 28px; }
  .pill-button { min-height: 49px; gap: 13px; padding-left: 18px; font-size: 10px; }
  .pill-button i { width: 39px; font-size: 12px; }
  .hero__scroll { right: 20px; bottom: 22px; font-size: 9px; }
  .quick-contact__inner { grid-template-columns: 1fr; gap: 16px; min-height: 0; padding: 28px 0; }
  .quick-contact__inner > span { display: none; }
  .quick-contact__book { margin-top: 3px; }
  .section { padding: 86px 0; }
  .section-title--locations { margin-bottom: 37px; }
  .location-grid { grid-template-columns: 1fr; gap: 13px; }
  .location-card { min-height: 335px; }
  .location-card__top { grid-template-columns: 92px 1fr; }
  .location-card__top img { width: 92px; height: 90px; }
  .care { padding-right: 0; padding-left: 0; }
  .care__intro { width: min(100% - 40px, 1200px); display: block; margin: 0 auto 37px; }
  .care__intro h2 { max-width: 460px; }
  .care__intro > p:last-child { margin-top: 18px; font-size: 15px; line-height: 1.65; }
  .care__rail { width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .care__rail::-webkit-scrollbar { display: none; }
  .care__cards.shell { width: max-content; display: flex; gap: 14px; margin: 0; padding: 0 20px; }
  .service-card { width: min(82vw, 344px); flex: 0 0 auto; scroll-snap-align: start; }
  .service-card:last-child { margin-right: 1px; }
  .service-card__media { aspect-ratio: 1.12 / 1; }
  .service-card__body { min-height: 270px; padding: 24px 22px 22px; }
  .service-card__body h3 { font-size: 27px; }
  .doctors__heading, .visit__inner, .profile-main__grid { grid-template-columns: 1fr; gap: 40px; }
  .journey { height: auto; background: var(--white); }
  .journey__sticky { position: relative; top: auto; height: auto; overflow: visible; padding: 80px 0 62px; }
  .journey__heading { position: relative; inset: auto; display: block; padding-top: 0; }
  .journey__heading .section-kicker { margin-bottom: 15px; }
  .journey__counter { position: absolute; top: 26px; right: 0; }
  .journey__counter span:first-child { font-size: 24px; }
  .journey__rail { width: 100%; margin-top: 40px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .journey__rail::-webkit-scrollbar { display: none; }
  .journey__track { width: max-content; height: 470px; padding-left: 20px; transform: none !important; }
  .journey-panel { width: min(82vw, 360px); min-width: min(82vw, 360px); height: 470px; padding: 170px 29px 38px; scroll-snap-align: start; }
  .journey-panel__image { opacity: .54; object-position: 68% center; }
  .journey-panel:last-child { margin-right: 20px; }
  .journey-panel__number { top: 123px; right: 20px; font-size: 132px; }
  .journey-panel__copy h3 { font-size: 39px; }
  .journey-panel__copy span { margin-top: 16px; font-size: 14px; line-height: 1.65; }
  .journey__instruction { position: relative; right: auto; bottom: auto; width: min(100% - 40px, 1200px); margin: 21px auto 0; font-size: 9px; }
  .allx { height: auto; }
  .allx__sticky { display: none; }
  .allx__mobile-shell { display: block; padding: 86px 0 78px; }
  .allx__mobile-shell > h2 { max-width: 360px; margin-top: 16px; font-size: 46px; }
  .allx__mobile-shell ol { display: grid; gap: 0; margin: 41px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.22); }
  .allx__mobile-shell li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,0.22); }
  .allx__mobile-shell li > span { padding-top: 2px; color: var(--gold); font-family: var(--display); font-size: 11px; font-weight: 700; }
  .allx__mobile-shell strong { display: block; font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.25; }
  .allx__mobile-shell li p { margin: 7px 0 0; color: rgba(255,255,255,0.63); font-size: 14px; line-height: 1.55; }
  .allx__note { margin: 24px 0 0; color: rgba(255,255,255,0.42); font-size: 11px; line-height: 1.5; }
  .allx-offer__inner { min-height: 0; grid-template-columns: 1fr; gap: 55px; padding: 82px 0; }
  .allx-offer__copy h2 { font-size: 45px; }
  .allx-offer__copy > p:last-of-type { font-size: 16px; }
  .allx-offer__details > div { grid-template-columns: 30px 1fr; padding: 18px 0; }
  .allx-offer__details strong { font-size: 18px; }
  .doctors { padding-bottom: 90px; }
  .doctors__heading { display: grid; margin-bottom: 38px; }
  .doctors__heading > p:last-child { font-size: 16px; }
  .doctor-grid { grid-template-columns: 1fr; gap: 14px; }
  .doctor-card { min-height: 440px; }
  .doctor-card__content { padding: 24px; }
  .doctor-card h3 { font-size: 29px; }
  .reviews { padding-bottom: 105px; }
  .reviews__heading { display: grid; gap: 28px; }
  .reviews__actions { display: none; }
  .reviews__rail { grid-auto-columns: min(84vw, 355px); gap: 13px; margin-top: 38px; padding-right: 20px; padding-left: 20px; scroll-padding-inline: 20px; scrollbar-width: none; }
  .reviews__rail::-webkit-scrollbar { display: none; }
  .review-card { min-height: 315px; padding: 26px 24px; }
  .review-card blockquote { margin-top: 41px; font-size: 26px; }
  .reviews__footer { align-items: flex-start; flex-direction: column; margin-top: 20px; }
  .visit__inner { min-height: 520px; padding: 70px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 22px; padding: 58px 0 35px; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__legal { padding-bottom: 96px; }
  .mobile-actions { position: fixed; z-index: 50; right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); left: max(12px, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 7px; border: 1px solid rgba(35,35,35,.14); border-radius: 22px; color: var(--ink); background: rgba(255,255,255,.88); box-shadow: 0 16px 34px rgba(0,0,0,.2); backdrop-filter: blur(18px) saturate(1.25); }
  .mobile-actions a { display: grid; min-width: 0; place-items: center; gap: 4px; min-height: 47px; color: inherit; font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions i { color: var(--ink); font-size: 15px; }
  .mobile-actions a:active i, .mobile-actions a:focus-visible i { color: var(--gold); }
  .profile-hero { min-height: auto; }
  .profile-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .profile-hero__image { min-height: 490px; max-height: 65vh; }
  .profile-hero__copy { padding: 68px 20px 76px; }
  .profile-hero__copy h1 { font-size: 50px; }
  .profile-main { padding: 82px 0; }
  .profile-main__aside { position: relative; top: auto; }
  .profile-main__content > p { font-size: 16px; }
  .profile-list { grid-template-columns: 1fr; margin-top: 32px; }
  .profile-cta { padding: 62px 0; }
  .profile-cta__inner { align-items: flex-start; flex-direction: column; }
  .profile-page--daniel .site-header { background: linear-gradient(180deg, rgba(6, 9, 13, 0.92), rgba(6, 9, 13, 0.3)); }
  .profile-hero--event { min-height: 740px; }
  .profile-hero--event .profile-hero__image { min-height: 0; max-height: none; }
  .profile-hero--event .profile-hero__image img { object-position: 37% center; }
  .profile-hero--event .profile-hero__scrim { background: linear-gradient(180deg, rgba(5, 8, 12, 0.86) 0%, rgba(5, 8, 12, 0.45) 42%, rgba(5, 8, 12, 0.13) 66%, rgba(5, 8, 12, 0.68) 100%); }
  .profile-hero--event .profile-hero__copy { min-height: inherit; align-items: flex-start; padding: 141px 0 58px; }
  .profile-hero--event .profile-hero__copy > * { width: min(100%, 340px); margin-left: 0; }
  .profile-hero--event .profile-hero__copy h1 { font-size: clamp(48px, 14vw, 58px); }
  .profile-hero--event .profile-hero__copy > p:last-child { margin-top: 20px; font-size: 15px; line-height: 1.6; }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .allx { height: 520svh; }
  .allx__sticky { display: block; top: 0; height: 100svh; }
  .allx__mobile-shell { display: none; }
  .allx__heading { top: calc(env(safe-area-inset-top) + 76px); display: block; width: calc(100% - 40px); }
  .allx__heading > div:first-child { max-width: 340px; }
  .allx__heading h2 { font-size: clamp(35px, 10vw, 44px); }
  .allx__heading > div:first-child > p:last-child { display: none; }
  .allx__counter { position: absolute; top: 14px; right: 0; }
  .allx__model { top: 48%; width: min(122vw, 520px); transform: translate(-50%, -45%); }
  .allx__face-journey { top: 48%; width: min(87vw, 340px); transform: translate(-50%, -44%) translateY(var(--allx-face-y)); }
  .allx__copy { bottom: max(76px, calc(env(safe-area-inset-bottom) + 54px)); width: calc(100% - 40px); }
  .allx__step { width: min(100%, 310px); }
  .allx__step h3 { font-size: 38px; }
  .allx__step p { font-size: 13px; line-height: 1.55; }
  .allx__outcome { bottom: max(42px, calc(env(safe-area-inset-bottom) + 22px)); display: grid; width: calc(100% - 40px); grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: end; gap: 14px; }
  .allx__comparison { width: auto; }
  .allx__comparison figure { padding: 8px; }
  .allx__comparison small { font-size: 8px; }
  .allx__outcome-copy { width: auto; }
  .allx__outcome-copy > p { display: none; }
  .allx__outcome-copy h3 { font-size: clamp(27px, 8.4vw, 35px); }
  .allx__outcome-copy .pill-button { width: 100%; min-height: 43px; gap: 8px; margin-top: 14px; padding-left: 11px; font-size: 8px; }
  .allx__outcome-copy .pill-button i { width: 30px; }
  .allx__instruction { right: 20px; bottom: 16px; font-size: 8px; }
  .allx__model, .allx__implant-set, .allx__full-arch, .allx__face-journey, .allx__face-after, .allx__outcome { will-change: transform, opacity; transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .hero__media { transform: scale(1.06) !important; }
  .journey { height: auto; }
  .journey__sticky { position: relative; top: auto; height: auto; overflow: visible; padding: 90px 0 60px; }
  .journey__heading { position: relative; padding-top: 0; }
  .journey__rail { margin-top: 40px; overflow-x: auto; }
  .journey__track { width: max-content; height: 470px; transform: none !important; }
  .journey-panel { width: min(82vw, 360px); min-width: min(82vw, 360px); height: 470px; padding: 170px 29px 38px; }
  .allx { height: auto; }
  .allx__sticky { display: none; }
  .allx__mobile-shell { display: block; width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 96px; }
  .allx__mobile-shell > h2 { max-width: 620px; margin-top: 17px; }
  .allx__mobile-shell ol { display: grid; max-width: 760px; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.22); }
  .allx__mobile-shell li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,0.22); }
  .allx__mobile-shell li > span { color: var(--gold); font-family: var(--display); font-size: 12px; font-weight: 700; }
  .allx__mobile-shell strong { font-family: var(--display); font-size: 22px; font-weight: 600; }
  .allx__mobile-shell li p { max-width: 560px; margin: 7px 0 0; color: rgba(255,255,255,0.65); font-size: 15px; line-height: 1.6; }
  .allx__note { margin: 23px 0 0; color: rgba(255,255,255,0.42); font-size: 11px; }
}
