:root {
  --ink: #050706;
  --ink-soft: #09100c;
  --surface: #101510;
  --surface-up: #172019;
  --gold: #e7bd69;
  --v6-gold: #e7bd69;
  --gold-bright: #ffe5a6;
  --ivory: #f7f5ef;
  --muted: #9aa19b;
  --line: rgba(231, 189, 105, 0.16);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

:focus-visible {
  outline: 2px solid var(--v6-gold, #e7bd69);
  outline-offset: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  pointer-events: none;
  background-image: 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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.topbar {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  padding: 0 clamp(22px, 4vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(5,7,6,.86), transparent);
  transition: background .5s ease, height .5s var(--ease);
}
.topbar.is-scrolled {
  height: 64px;
  background: rgba(5,7,6,.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.045);
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; letter-spacing: -.035em; min-height: 44px; }
.brand img { width: 31px; height: 34px; object-fit: cover; object-position: center; border-radius: 5px; filter: drop-shadow(0 0 10px rgba(231,189,105,.16)); }
.brand > span > span { color: var(--gold); font-weight: 500; }
.topbar nav { display: flex; align-items: center; gap: 32px; font-size: 13px; color: #bac0bb; }
.topbar nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 6px; transition: color .25s ease; }
.topbar nav a:hover { color: white; }
.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid rgba(231,189,105,.25);
  border-radius: 999px;
  color: var(--gold) !important;
  background: rgba(231,189,105,.07);
}

.scroll-scene { position: relative; }
.sticky-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; touch-action: pan-y; }
.hero { height: 240svh; }
.implant-story { height: 300svh; }
.hero-stage, .implant-stage, .hero-object, .implant-object, .implant-canvas-host, .ambient-canvas, canvas, [data-hero-canvas], [data-implant-canvas], [data-ambient] { touch-action: pan-y; }
.ambient-canvas, .aurora { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.ambient-canvas { z-index: 1; }

.aurora {
  opacity: .26;
  filter: blur(38px) saturate(1.12);
  background-image:
    repeating-linear-gradient(108deg, transparent 0 8%, rgba(255,225,157,.16) 11%, transparent 15% 22%),
    repeating-linear-gradient(112deg, rgba(153,107,32,.1) 3%, rgba(255,218,137,.21) 10%, rgba(97,65,21,.05) 18%, transparent 28%);
  background-size: 210% 190%;
  animation: aurora-shift 22s ease-in-out infinite alternate;
}
.aurora-hero {
  z-index: 1;
  inset: -12%;
  opacity: .18;
  background-image:
    radial-gradient(ellipse 42% 66% at 68% 58%, rgba(255,225,157,.16), transparent 72%),
    radial-gradient(ellipse 52% 46% at 34% 76%, rgba(153,107,32,.1), transparent 78%);
  background-size: 100% 100%;
  mask-image: none;
  -webkit-mask-image: none;
}
.aurora-implant { opacity: .17; mask-image: radial-gradient(ellipse 46% 76% at 18% 55%, #000, transparent 76%); }
.aurora-contact { opacity: .28; mask-image: radial-gradient(ellipse 70% 55% at 50% 24%, #000, transparent 76%); }
@keyframes aurora-shift { to { background-position: 80% 100%; transform: scale(1.08) translate3d(-2%,1%,0); } }

.lamp { position: absolute; top: -1px; left: 50%; width: min(980px, 88vw); height: 48vh; transform: translateX(-50%); pointer-events: none; }
.lamp i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 42%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  box-shadow: 0 0 12px var(--gold), 0 0 36px rgba(231,189,105,.55);
}
.lamp b {
  position: absolute;
  inset: 0;
  opacity: .55;
  background: conic-gradient(from 152deg at 50% 0%, transparent 0 20%, rgba(231,189,105,.22) 25%, rgba(231,189,105,.04) 34%, transparent 39% 100%);
  filter: blur(22px);
  mask-image: linear-gradient(#000, transparent 84%);
}
.lamp-implant { width: 120vw; opacity: .56; }
.lamp-implant i { width: min(360px, 28vw); }
.lamp-contact { height: 62vh; width: 120vw; }
.lamp-contact i { width: min(420px, 32vw); }

.hero-stage {
  isolation: isolate;
  background: #050706;
}
.hero-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -2px;
  pointer-events: none;
  background:
    radial-gradient(ellipse 34% 45% at 50% 73%, rgba(231,189,105,.11), transparent 76%),
    radial-gradient(ellipse 66% 82% at 66% 56%, rgba(72,91,65,.085), transparent 78%),
    linear-gradient(180deg, #050706 0%, #060906 54%, #050706 100%);
}
.lamp-hero { z-index: 2; top: 72px; width: 120vw; opacity: .7; }
.lamp-hero i { width: min(440px, 34vw); }
.hero-copy {
  position: absolute;
  z-index: 5;
  top: 13.5svh;
  left: 50%;
  width: min(940px, calc(100% - 44px));
  transform: translateX(-50%);
  text-align: center;
}
.hero-copy::before {
  content: none;
}
.eyebrow {
  margin: 0 0 22px;
  color: #c3c7c3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow span { display: inline-block; width: 22px; height: 1px; margin: 0 8px 3px 0; background: var(--gold); box-shadow: 0 0 10px rgba(231,189,105,.8); }
h1, h2, h3, p { text-wrap: balance; }
h1, h2 { margin: 0; font-weight: 300; letter-spacing: -.068em; line-height: .91; }
h1 { font-size: clamp(62px, 8.4vw, 142px); }
h1 em, h2 em { color: var(--gold); font-style: normal; font-weight: 400; }
.hero-intro { max-width: 540px; margin: 28px auto 30px; color: #aeb4af; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; }
.primary-action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  min-width: 216px;
  min-height: 54px;
  padding: 0 18px 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #151107;
  box-shadow:
    0 14px 50px rgba(199,145,49,.17),
    inset 2px 2px 0 rgba(255,255,255,.34),
    inset -5px -6px 13px rgba(103,64,8,.16);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .35s var(--ease), box-shadow .35s ease, background .35s ease;
}
.primary-action::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 5%, rgba(89,56,8,.2), transparent 29%),
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 35% 72%, rgba(255,255,255,.08));
  mix-blend-mode: soft-light;
}
.hero-copy .primary-action {
  min-width: clamp(282px, 12vw, 330px);
  min-height: clamp(64px, 4vw, 72px);
  padding-inline: 30px 22px;
  font-size: clamp(14px, .75vw, 16px);
  box-shadow: 0 18px 60px rgba(199,145,49,.23), inset 0 1px rgba(255,255,255,.55);
}
.primary-action:hover {
  transform: translateY(-3px);
  background: var(--gold-bright);
  box-shadow:
    0 18px 65px rgba(231,189,105,.28),
    inset 2px 2px 0 rgba(255,255,255,.42),
    inset -5px -6px 14px rgba(103,64,8,.14);
}
.primary-action span { font-size: 18px; }

.hero-object {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2svh;
  width: min(520px, 44vw);
  height: 49svh;
  transform: translateX(-50%);
  pointer-events: none;
}
.hero-object::before,
.hero-object::after { content: none; }
.hero-transition-copy {
  position: absolute;
  z-index: 6;
  top: 18svh;
  left: 50%;
  width: min(720px, calc(100% - 44px));
  opacity: 0;
  transform: translate(-50%, 32px);
  text-align: center;
  pointer-events: none;
}
.hero-transition-copy > p:last-child {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 7vw, 108px);
  font-weight: 300;
  letter-spacing: -.07em;
  line-height: .92;
}
.hero-transition-copy em { color: var(--gold); font-style: normal; }
.hero-object canvas, .implant-object canvas { position: relative; z-index: 2; display: block; width: 100%; height: 100%; }
.object-halo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 56%;
  width: 86%;
  height: 82%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse 44% 68% at 50% 55%, rgba(231,189,105,.19), rgba(231,189,105,.04) 46%, transparent 76%),
    radial-gradient(ellipse 70% 26% at 50% 86%, rgba(231,189,105,.12), transparent 74%);
  filter: blur(16px);
}
.service-ribbon { position: absolute; z-index: 1; bottom: 2svh; left: -3%; width: 106%; height: 22svh; transform: translateY(calc(var(--hero-p, 0) * -10svh)); pointer-events: none; will-change: transform; }
.service-ribbon svg { width: 100%; height: 100%; overflow: visible; }
.service-ribbon path { fill: none; stroke: var(--gold); stroke-width: 42; filter: drop-shadow(0 0 26px rgba(231,189,105,.22)); }
.service-ribbon text { fill: #171107; font-size: 14px; font-weight: 700; letter-spacing: .1em; }
.scroll-cue { position: absolute; z-index: 8; right: 4vw; bottom: 34px; margin: 0; color: #7e857f; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { display: inline-block; width: 1px; height: 38px; margin-bottom: 10px; background: linear-gradient(var(--gold), transparent); }

.implant-stage { background: radial-gradient(circle at 50% 58%, #10150f 0, #070907 43%, #050605 72%); }
.implant-heading { position: absolute; z-index: 5; top: 12svh; left: clamp(24px, 6vw, 100px); width: min(430px, 34vw); }
.implant-copy-stack { position: relative; height: 320px; }
.implant-copy { position: absolute; inset: 0; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .45s ease, transform .65s var(--ease); }
.implant-copy.is-active { opacity: 1; transform: translateY(0); }
.chapter-number { margin: 0 0 14px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.implant-copy h2 { font-size: clamp(48px, 5.3vw, 88px); }
.implant-copy > p:last-child { margin: 26px 0 0; max-width: 390px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.implant-object { position: absolute; z-index: 3; left: 50%; top: 4svh; width: min(660px, 50vw); height: 88svh; transform: translateX(-50%); }
.implant-object::after { content: ""; position: absolute; z-index: 1; left: 50%; bottom: 2%; width: 44%; height: 11%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(231,189,105,.24), transparent 70%); filter: blur(14px); }
.implant-object > p { position: absolute; z-index: 3; right: -22%; top: 18%; width: 150px; margin: 0; color: #59605a; font-size: 9px; line-height: 1.45; text-align: right; }
.chapter-rail {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(660px, calc(100% - 48px));
  padding: 6px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 999px;
  background: rgba(16,21,16,.68);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}
.chapter-rail button { position: relative; z-index: 2; height: 45px; border: 0; background: transparent; color: #686f69; font-size: 11px; cursor: pointer; transition: color .4s ease; }
.chapter-rail button span { margin-right: 8px; font-size: 8px; opacity: .68; }
.chapter-rail button.is-active { color: var(--ivory); }
.chapter-rail i { position: absolute; z-index: 1; left: 6px; top: 6px; width: calc((100% - 12px) / 3); height: 45px; border-radius: 999px; background: var(--surface-up); box-shadow: inset 0 0 0 1px rgba(231,189,105,.12), 0 8px 24px rgba(0,0,0,.28); transform: translateX(calc(var(--step, 0) * 100%)); transition: transform .65s var(--ease); }

.care { position: relative; z-index: 4; min-height: 140svh; padding: clamp(110px, 15vw, 220px) clamp(24px, 7vw, 120px); background: #070a08; }
.care::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 76px 76px; mask-image: radial-gradient(circle at 84% 40%, #000, transparent 58%); }
.care-intro { position: relative; z-index: 2; max-width: 980px; margin: 0 auto clamp(74px, 10vw, 150px); text-align: center; }
.care-intro h2 { font-size: clamp(48px, 6.8vw, 108px); }
.care-intro > p:last-child { max-width: 550px; margin: 30px auto 0; color: var(--muted); line-height: 1.7; }
.care-list { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; gap: 14px; }
.care-row {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  min-height: 154px;
  padding: 26px 34px;
  border-radius: 24px;
  background: linear-gradient(110deg, rgba(23,32,25,.96), rgba(12,17,13,.97));
  box-shadow: inset 0 1px rgba(255,255,255,.045), 0 26px 80px rgba(0,0,0,.18);
  transform: translateX(calc((var(--x) - 1) * 28px));
  overflow: hidden;
  transition: transform .5s var(--ease), background .4s ease;
}
.care-row::before { content: ""; position: absolute; width: 430px; aspect-ratio: 1; right: -160px; top: -240px; border-radius: 50%; opacity: 0; background: radial-gradient(circle, rgba(231,189,105,.25), transparent 68%); transition: opacity .5s ease, transform .7s var(--ease); }
.care-row:hover { transform: translateX(calc((var(--x) - 1) * 20px)) translateY(-5px); }
.care-row:hover::before { opacity: 1; transform: translate(-34px, 34px); }
.care-index { align-self: start; margin-top: 6px; color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.care-row h3 { margin: 0; font-size: clamp(24px, 2.3vw, 38px); font-weight: 400; letter-spacing: -.045em; }
.care-row p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.care-arrow { position: relative; z-index: 2; display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; background: rgba(231,189,105,.09); color: var(--gold); font-size: 18px; }

.contact { position: relative; min-height: 105svh; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: radial-gradient(circle at 50% 30%, #10150f, var(--ink) 58%); }
.contact-content { position: relative; z-index: 4; max-width: 900px; margin: 12svh auto 4svh; padding: 0 24px; text-align: center; }
.contact-content h2 { font-size: clamp(58px, 8vw, 128px); }
.contact-content > p:not(.eyebrow) { margin: 28px auto 30px; color: var(--muted); }
.contact-content small { display: block; margin-top: 22px; color: #656c66; font-size: 10px; letter-spacing: .08em; }

/* Institutional Footer (FIX 5) */
.site-footer {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: auto;
  padding: 34px clamp(24px, 5vw, 72px) 30px;
  border-top: 1px solid rgba(255, 255, 255, .065);
  background: rgba(5, 7, 6, .78);
  backdrop-filter: blur(14px);
  color: var(--muted, rgba(255, 255, 255, .66));
  font-size: 11px;
  line-height: 1.6;
}
.site-footer .footer-primary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.site-footer .footer-brand .footer-logo {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .02em;
}
.site-footer .footer-brand .footer-sub {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}
.site-footer .footer-meta p {
  margin: 3px 0;
  color: rgba(255, 255, 255, .68);
}
.site-footer .footer-meta strong {
  color: #fff;
  font-weight: 500;
}
.site-footer .footer-compliance {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .42);
  font-size: 10px;
  line-height: 1.55;
  max-width: 860px;
}
.site-footer .footer-bottom {
  margin-top: 12px;
  color: rgba(255, 255, 255, .32);
  font-size: 10px;
  letter-spacing: .04em;
}

/* Direct Patient Intake Sheet Modal (FIX 3) */
.contact-dialog {
  width: min(560px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px 36px 36px;
  border: 1px solid rgba(231, 189, 105, .22);
  border-radius: 24px;
  background: #101510;
  color: #fff;
  box-shadow: 0 32px 110px rgba(0, 0, 0, .88), 0 0 0 1px rgba(255, 255, 255, .04);
}
.contact-dialog::backdrop {
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(14px);
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #899089;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}
.dialog-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.dialog-header {
  text-align: left;
  margin-bottom: 22px;
}
.contact-dialog h2 {
  margin: 6px 0 10px;
  font-size: clamp(24px, 3.8vw, 32px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.15;
  color: #fff;
}
.dialog-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.55;
}
.intake-form {
  display: grid;
  gap: 15px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.form-group label {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.form-group select {
  cursor: pointer;
  background-color: #141b14;
}
.form-group select option {
  background-color: #141b14;
  color: #fff;
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold, #e7bd69);
  background: rgba(231, 189, 105, .04);
  box-shadow: 0 0 0 3px rgba(231, 189, 105, .15);
}
.form-group input::placeholder {
  color: rgba(255, 255, 255, .32);
}
.form-group-checkbox {
  margin-top: 4px;
}
.checkbox-container {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  cursor: pointer;
}
.checkbox-container input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold, #e7bd69);
  cursor: pointer;
}
.checkbox-text {
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.45;
}
.intake-submit-btn {
  width: 100%;
  height: 50px;
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--gold, #e7bd69);
  color: #141008;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
}
.intake-submit-btn:hover {
  background: var(--gold-bright, #ffe5a6);
  box-shadow: 0 4px 20px rgba(231, 189, 105, .32);
  transform: translateY(-1px);
}
.intake-submit-btn:active {
  transform: translateY(0);
}
.whatsapp-direct-btn {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(37, 211, 102, .32);
  border-radius: 999px;
  background: rgba(37, 211, 102, .08);
  color: #55ea8b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.whatsapp-direct-btn:hover {
  background: rgba(37, 211, 102, .18);
  border-color: #25d366;
  color: #fff;
}
.operating-hours-card {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  text-align: left;
}
.operating-hours-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.hours-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 8px #25d366;
}
.operating-hours-header strong {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}
.operating-hours-card p {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  line-height: 1.5;
}
.intake-confirmation {
  padding: 16px 0;
  text-align: center;
}
.confirmation-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(37, 211, 102, .12);
  border: 1px solid rgba(37, 211, 102, .3);
  color: #25d366;
  font-size: 24px;
  font-weight: 700;
}
.intake-confirmation h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.confirmation-lead {
  margin: 0 auto 18px;
  max-width: 400px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}
.confirmation-summary {
  margin: 0 auto 18px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  color: var(--gold, #e7bd69);
  text-align: center;
}
.confirmation-schedule {
  margin: 0 auto 24px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(255, 255, 255, .06);
  text-align: left;
}
.confirmation-schedule p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 12px;
}
.confirmation-schedule small {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
}
.secondary-action { margin-top: 16px; padding: 13px 18px; border: 1px solid rgba(231,189,105,.2); border-radius: 999px; background: rgba(231,189,105,.08); color: var(--gold); cursor: pointer; }

@media (max-width: 760px) {
  .topbar,
  .topbar.is-scrolled {
    height: calc(68px + env(safe-area-inset-top, 0px));
    padding: env(safe-area-inset-top, 0px) 18px 0;
    background: rgba(5,7,6,.9);
    backdrop-filter: blur(18px) saturate(1.15);
    border-bottom: 1px solid rgba(255,255,255,.05);
    transform: translateZ(0);
  }
  .brand { min-height: 44px; }
  .topbar nav {
    display: flex;
    flex: 0 0 auto;
    min-height: 44px;
  }
  .topbar nav a:not(.nav-action) { display: none; }
  .nav-action {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 44px;
    min-width: max-content;
    white-space: nowrap;
    padding: 8px 16px;
  }
  .hero { height: 200svh; }
  .hero-copy { top: 12svh; width: calc(100% - 32px); }
  .hero-copy::before { inset: -40px -10%; }
  .eyebrow { margin-bottom: 17px; font-size: 9px; }
  /* Keep the editorial scale, but guarantee the unbroken first line fits. */
  h1 { max-inline-size: 100%; font-size: clamp(50px, 14.5vw, 62px); line-height: .94; }
  .hero-intro { max-width: 340px; margin: 20px auto 23px; font-size: 13px; line-height: 1.55; }
  .primary-action { min-height: 50px; min-width: 204px; }
  .hero-copy .primary-action { min-width: 250px; min-height: 56px; padding-inline: 24px 18px; }
  .hero-object { bottom: 8.5svh; width: 94vw; height: 43svh; }
  .hero-transition-copy { top: 20svh; width: calc(100% - 32px); }
  .hero-transition-copy > p:last-child { font-size: clamp(50px, 14.5vw, 66px); }
  .service-ribbon { bottom: 10svh; left: -25%; width: 150%; height: clamp(88px, 24vw, 104px); }
  .service-ribbon path { stroke-width: 82; }
  .service-ribbon text { font-size: 38px; letter-spacing: .055em; }
  .scroll-cue { display: none; }
  .aurora-hero { mask-image: none; -webkit-mask-image: none; }

  .implant-story { height: 285svh; }
  .implant-heading { top: 11svh; left: 20px; width: calc(100% - 40px); text-align: center; }
  .implant-heading > .eyebrow { text-align: left; }
  .implant-copy-stack { height: 190px; }
  .implant-copy h2 { font-size: clamp(43px, 12.5vw, 57px); }
  .implant-copy > p:last-child { max-width: 345px; margin: 16px auto 0; font-size: 12px; line-height: 1.55; }
  .implant-object { top: 35svh; width: 100vw; height: 54svh; }
  .implant-object > p { top: auto; right: 22px; bottom: 11%; width: 125px; font-size: 7px; }
  .chapter-rail { bottom: 16px; width: calc(100% - 24px); }
  .chapter-rail button { font-size: 10px; }
  .chapter-rail button span { display: block; margin: 0 0 2px; }
  .chapter-rail, .chapter-rail i { border-radius: 18px; }

  .care { min-height: auto; padding: 110px 16px 130px; }
  .care-intro { margin-bottom: 64px; }
  .care-intro h2 { font-size: clamp(44px, 12vw, 62px); line-height: .96; }
  .care-intro > p:last-child { font-size: 13px; }
  .care-list { gap: 10px; }
  .care-row {
    width: 100%;
    margin: 0;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 148px;
    padding: 22px 18px;
    border-radius: 18px;
    transform: none !important;
  }
  .care-row:hover { transform: translateY(-3px) !important; }
  .care-row h3 { font-size: 22px; }
  .care-row p { font-size: 12px; }
  .care-arrow { width: 38px; }

  .contact-content { margin-top: 6svh; }
  .contact-content h2 { font-size: clamp(48px, 13vw, 68px); }
  .contact-content > p:not(.eyebrow) { max-width: 320px; font-size: 13px; line-height: 1.6; }
  .site-footer { padding: 26px 18px 22px; font-size: 10px; }
  .site-footer .footer-primary { flex-direction: column; gap: 14px; }
  .contact-dialog {
    width: 100%;
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
    margin-top: auto;
    margin-bottom: 0;
    padding: 30px 18px calc(20px + env(safe-area-inset-bottom));
  }
  .contact-dialog h2 { font-size: 24px; }
}

@media (max-width: 350px) {
  h1 { font-size: clamp(44px, 15vw, 52px); }
  .hero-intro { max-width: 290px; }
  .implant-copy h2 { font-size: 41px; }
  .implant-object { top: 38svh; height: 50svh; }
  .chapter-rail { width: calc(100% - 16px); }
  .care-row { grid-template-columns: 26px 1fr 34px; padding-inline: 14px; }
  .care-row h3 { font-size: 20px; }
}

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