:root {
  --teal: #123f42;
  --teal-deep: #062e31;
  --teal-black: #031f22;
  --sand: #e9ded0;
  --copper: #b56f45;
  --copper-bright: #d48656;
  --charcoal: #252928;
  --white: #fff;
  --mist: #edf3f1;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--teal-black); }
body { margin: 0; font-family: var(--sans); color: var(--white); background: var(--teal-black); overflow-x: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.ambient-light {
  position: fixed; z-index: 30; width: 420px; height: 420px; left: var(--mouse-x, 50%); top: var(--mouse-y, 50%);
  transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(181,111,69,.09), transparent 66%); mix-blend-mode: screen;
}

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-height); padding: 22px 2.2vw;
  display: grid; grid-template-columns: 300px 1fr auto; align-items: center; gap: 28px;
  background: linear-gradient(180deg, rgba(3,31,34,.92), rgba(3,31,34,.35), transparent);
  backdrop-filter: blur(8px); transition: background .4s ease;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 19px; letter-spacing: .1em; line-height: 1; }
.brand small { display: block; font-family: var(--sans); font-size: 10px; letter-spacing: .36em; margin-bottom: 6px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font-family: var(--serif); letter-spacing: -.08em; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.8vw, 44px); }
.nav-link { position: relative; padding: 12px 0; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .04em; transition: color .3s ease, transform .3s ease; }
.nav-link::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 5px; height: 1px; background: var(--copper-bright); box-shadow: 0 0 12px var(--copper); transition: left .3s ease, right .3s ease; }
.nav-link:hover, .nav-link.active { color: var(--copper-bright); transform: translateY(-2px); }
.nav-link.active::after { left: 0; right: 0; }
.appointment-button, .outline-cta, .copper-cta {
  border: 1px solid var(--copper); background: rgba(3,31,34,.35); min-height: 50px; padding: 0 24px; display: inline-flex;
  align-items: center; justify-content: center; gap: 30px; cursor: pointer; color: var(--copper-bright); font-size: 13px;
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.appointment-button:hover, .outline-cta:hover { background: var(--copper); color: var(--white); transform: translateY(-3px); box-shadow: 0 14px 35px rgba(0,0,0,.26); }
.menu-toggle { display: none; background: none; border: 0; }
.mobile-appointment { display: none; }

.scene { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: var(--teal-black); }
.scene-media { position: absolute; inset: 2.4vw 1.8vw 1.6vw; z-index: -2; overflow: hidden; border-radius: 28px; background: var(--teal-black); will-change: transform; }
.scene-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.scene-media img { width: 100%; height: 100%; object-fit: contain; transform: scale(.94); }
.scene-copy { position: relative; z-index: 3; will-change: transform, opacity; }
.hero-copy { width: min(540px, 42vw); margin-left: 6.2vw; padding-top: 21vh; }
h1, h2 { font-family: var(--serif); font-weight: 500; margin: 0; letter-spacing: -.045em; }
.hero-copy h1 { font-size: clamp(48px, 4.65vw, 78px); line-height: .98; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
em { color: var(--copper-bright); font-weight: inherit; }
.role-line { display: flex; align-items: center; gap: 11px; margin: 30px 0 36px; color: var(--sand); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.role-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--copper-bright); }
.outline-cta { min-width: 280px; }
.hero-book { position: absolute; z-index: 4; left: 28%; bottom: -3%; width: clamp(210px, 19vw, 330px); transform: rotate(-8deg); pointer-events: none; }
.hero-book img { width: 100%; mix-blend-mode: lighten; filter: contrast(1.08) saturate(.9); clip-path: polygon(27% 14%, 71% 11%, 79% 64%, 50% 82%, 33% 70%); }
.living-globe { position: absolute; z-index: 7; right: 3.7vw; top: 29%; width: clamp(112px, 10.5vw, 174px); aspect-ratio: 1; border-radius: 50%; perspective: 600px; filter: drop-shadow(0 24px 34px rgba(0,0,0,.4)); }
.globe-core { position: relative; width: 100%; height: 100%; border: 1px solid rgba(233,222,208,.48); border-radius: 50%; background: radial-gradient(circle at 38% 32%, rgba(237,243,241,.22), rgba(18,63,66,.66) 55%, rgba(3,31,34,.92)); box-shadow: inset -18px -16px 30px rgba(0,0,0,.35), inset 8px 8px 22px rgba(255,255,255,.1), 0 0 34px rgba(181,111,69,.2); transform-style: preserve-3d; animation: globeTurn 12s linear infinite; }
.globe-core svg { position: absolute; left: 38%; top: 17%; width: 26%; height: 66%; overflow: visible; fill: none; stroke: rgba(233,222,208,.78); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transform: translateZ(18px); }
.orbit { position: absolute; inset: 21% 5%; border: 1px solid rgba(212,134,86,.62); border-radius: 50%; transform-style: preserve-3d; }
.orbit-one { transform: rotate(21deg) rotateX(69deg); }
.orbit-two { transform: rotate(-34deg) rotateY(68deg); }
.orbit-three { inset: 7% 28%; transform: rotate(16deg) rotateY(68deg); }
.scene-index { position: absolute; right: 2.4vw; bottom: 3vh; display: grid; justify-items: end; gap: 5px; font-size: 12px; letter-spacing: .2em; color: rgba(255,255,255,.55); }
.scene-index span { color: var(--copper-bright); font-family: var(--serif); font-size: 21px; }
.scene-index i { width: 46px; height: 1px; background: var(--copper); }
.scene-index small { font-size: 8px; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .22em; }
.scroll-cue i { width: 1px; height: 32px; background: linear-gradient(var(--copper), transparent); animation: scrollPulse 1.8s infinite; }

.wellness-scene .scene-media::after { background: linear-gradient(90deg, rgba(3,31,34,.3) 0%, transparent 52%); }
.wellness-copy { width: min(480px, 37vw); padding-top: 21vh; margin-left: 6.5vw; }
.scene-label { margin: 0 0 22px; color: var(--copper-bright); font-size: 13px; letter-spacing: .12em; }
.scene-label::after { content: ""; display: block; width: 30px; height: 1px; margin-top: 14px; background: var(--copper); }
.wellness-copy h2, .speaking-copy h2 { font-size: clamp(52px, 5.2vw, 84px); line-height: 1; }
.wellness-face-light { position: absolute; z-index: 2; left: 50%; top: 13%; width: 270px; height: 270px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255,214,171,.3) 0%, rgba(212,134,86,.15) 27%, transparent 67%); mix-blend-mode: screen; filter: blur(9px); animation: faceLight 7.5s cubic-bezier(.45,0,.55,1) infinite alternate; }
.wellness-copy > p:not(.scene-label), .speaking-copy > p { max-width: 430px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.65; }
.copper-cta { border: 0; border-radius: 999px; background: var(--copper); color: var(--white); margin-top: 22px; }
.copper-cta:hover { background: var(--copper-bright); transform: translateY(-3px); box-shadow: 0 16px 38px rgba(0,0,0,.27); }
.wellness-node { position: absolute; left: var(--x); top: var(--y); z-index: 5; width: 72px; height: 72px; translate: -50% -50%; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(18,63,66,.46); backdrop-filter: blur(12px); box-shadow: 0 15px 35px rgba(0,0,0,.3); cursor: pointer; transition: transform .4s ease, background .4s ease, box-shadow .4s ease; }
.wellness-node span { font-size: 10px; }
.wellness-node::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; border: 1px solid rgba(181,111,69,.5); }
.wellness-node:hover, .wellness-node.active { transform: translateZ(0) scale(1.24); background: rgba(181,111,69,.68); box-shadow: 0 0 40px rgba(212,134,86,.55); }
.topic-note { position: absolute; z-index: 6; right: 5.5vw; bottom: 8vh; width: 290px; padding: 18px 22px; border-left: 1px solid var(--copper); background: rgba(3,31,34,.55); backdrop-filter: blur(12px); display: grid; gap: 6px; }
.topic-note strong { color: var(--copper-bright); font-family: var(--serif); font-size: 22px; font-weight: 500; }
.topic-note span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; }

.speaking-scene .scene-media::after { background: linear-gradient(90deg, rgba(3,31,34,.15), transparent 50%); }
.speaking-copy { width: min(470px, 36vw); margin-left: 6.2vw; padding-top: 26vh; }
.speaking-copy a, .speaking-copy button { display: flex; justify-content: space-between; align-items: center; width: 280px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--copper); background: none; color: var(--white); cursor: pointer; font-size: 13px; }
.speaking-copy a:hover, .speaking-copy button:hover { color: var(--copper-bright); }
.book-object { position: absolute; z-index: 8; left: 42%; top: 23%; width: clamp(300px, 30vw, 500px); cursor: grab; user-select: none; transform: perspective(900px) rotateY(var(--book-ry, -9deg)) rotateX(var(--book-rx, 2deg)) translateZ(40px); transition: filter .3s ease; will-change: transform; }
.book-object:active { cursor: grabbing; }
.book-object:hover { filter: drop-shadow(0 30px 38px rgba(0,0,0,.45)); }
.book-object img { width: 100%; mix-blend-mode: lighten; filter: contrast(1.08) saturate(.92); clip-path: polygon(27% 14%, 71% 11%, 79% 64%, 50% 82%, 33% 70%); }
.book-object > span { display: flex; align-items: center; justify-content: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 10px; }
.book-object svg { width: 18px; fill: none; stroke: var(--copper-bright); stroke-width: 1.5; }
.stage-control { position: absolute; z-index: 7; right: 6vw; bottom: 5vh; display: flex; align-items: center; gap: 14px; border: 0; background: none; color: rgba(255,255,255,.7); cursor: pointer; font-size: 11px; }
.play-icon { display: inline-block; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(18,63,66,.5); backdrop-filter: blur(10px); }
.play-icon::after { content: ""; display: block; margin: 15px 0 0 19px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--copper-bright); }

.impact-scene { position: relative; min-height: 80vh; padding: 14vh 7vw 10vh; display: grid; grid-template-columns: 1.3fr .7fr; gap: 9vw; align-items: center; overflow: hidden; background: var(--sand); color: var(--charcoal); }
.impact-scene > div:not(.impact-orbit) { position: relative; z-index: 2; }
.impact-scene h2 { color: var(--teal); font-size: clamp(52px, 5.3vw, 84px); line-height: 1; }
.impact-scene p { max-width: 680px; font-size: 16px; line-height: 1.7; }
.impact-scene .outline-cta { color: var(--teal); background: transparent; }
.impact-cta { padding: 40px; border-left: 1px solid var(--copper); }
.impact-cta p { font-family: var(--serif); color: var(--teal); font-size: 30px; line-height: 1.25; }
.impact-orbit { position: absolute; right: -15vw; top: -22vw; width: 62vw; height: 62vw; border: 1px solid rgba(181,111,69,.25); border-radius: 50%; }
.impact-orbit i { position: absolute; inset: calc(var(--i, 1) * 9%); border: 1px solid rgba(18,63,66,.1); border-radius: 50%; }
.impact-orbit i:nth-child(2) { --i: 2; }
.impact-orbit i:nth-child(3) { --i: 3; }

.experience-dialog, .stage-dialog { border: 1px solid rgba(181,111,69,.6); color: var(--white); background: rgba(3,31,34,.96); box-shadow: 0 40px 100px rgba(0,0,0,.65); }
.experience-dialog { width: min(920px, calc(100vw - 32px)); padding: 50px; }
.experience-dialog::backdrop, .stage-dialog::backdrop { background: rgba(0,16,18,.82); backdrop-filter: blur(8px); }
.experience-dialog h2 { font-size: 46px; line-height: 1.05; }
.experience-dialog p { color: rgba(255,255,255,.75); line-height: 1.6; }
.experience-dialog small { display: block; margin-top: 24px; color: rgba(255,255,255,.45); }
.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.dialog-actions { display: flex; gap: 12px; margin-top: 28px; }
.dialog-actions a { flex: 1; padding: 15px; border: 1px solid var(--copper); text-align: center; font-size: 12px; }
.booking-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.booking-path { position: relative; min-height: 220px; padding: 24px; border: 1px solid rgba(181,111,69,.55); background: rgba(18,63,66,.38); display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.booking-path:hover { transform: translateY(-6px); background: rgba(181,111,69,.18); border-color: var(--copper-bright); }
.booking-path small { color: var(--copper-bright); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.booking-path strong { margin-top: 24px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.1; }
.booking-path span { margin-top: 12px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; }
.booking-path i { margin-top: auto; color: var(--copper-bright); font-style: normal; font-size: 20px; }
.booking-note { margin: 22px 0 0 !important; color: rgba(255,255,255,.45) !important; font-size: 11px; }
.stage-dialog { width: min(1180px, calc(100vw - 40px)); padding: 0; }
.stage-dialog img { width: 100%; }
.stage-dialog > div { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 10px; background: rgba(3,31,34,.12); }

@keyframes scrollPulse { 0%,100% { opacity: .25; transform: scaleY(.5); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes globeTurn { from { transform: rotateY(0deg) rotateX(4deg); } to { transform: rotateY(360deg) rotateX(4deg); } }
@keyframes faceLight { 0% { transform: translate3d(0, 0, 0) scale(.82); opacity: .3; } 35% { transform: translate3d(100px, 46px, 0) scale(1.05); opacity: .8; } 70% { transform: translate3d(170px, 115px, 0) scale(.9); opacity: .46; } 100% { transform: translate3d(72px, 175px, 0) scale(1.12); opacity: .72; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; padding: 18px 22px; }
  .main-nav { position: fixed; top: 0; right: 0; width: min(420px, 88vw); height: 100vh; padding: 110px 42px; flex-direction: column; justify-content: flex-start; background: rgba(3,31,34,.98); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .menu-toggle { display: grid; z-index: 2; width: 42px; gap: 6px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--white); }
  .header-appointment { position: absolute; right: 78px; top: 20px; min-height: 44px; }
  .hero-copy { width: 52vw; }
  .book-object { left: 37%; }
}

@media (max-width: 720px) {
  :root { --header-height: 76px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 36px; height: 36px; }
  .header-appointment { display: none; }
  .mobile-appointment { position: fixed; display: inline-flex; left: 16px; right: 16px; top: auto; bottom: 14px; min-height: 48px; background: var(--copper); color: white; z-index: 45; }
  .scene { min-height: 860px; }
  .scene-media { inset: 0; border-radius: 0; }
  .scene-media img { object-fit: cover; object-position: 61% center; transform: none; }
  .scene-media::after { background: linear-gradient(180deg, rgba(3,31,34,.08) 22%, rgba(3,31,34,.96) 67%) !important; }
  .hero-copy, .wellness-copy, .speaking-copy { width: auto; margin: 0 24px; padding-top: 47vh; }
  .hero-copy { padding-top: 42vh; }
  .hero-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .role-line { flex-wrap: wrap; font-size: 9px; margin: 18px 0 24px; }
  .outline-cta { width: 100%; min-width: 0; }
  .scroll-cue, .scene-index { display: none; }
  .hero-book { display: none; }
  .living-globe { right: -18px; top: 23%; width: 96px; opacity: .82; }
  .wellness-face-light { left: 30%; top: 12%; width: 170px; height: 170px; }
  .wellness-copy h2, .speaking-copy h2 { font-size: 55px; }
  .wellness-copy > p:not(.scene-label), .speaking-copy > p { font-size: 14px; }
  .wellness-node { width: 54px; height: 54px; }
  .wellness-node:nth-child(1) { --x: 52% !important; --y: 25% !important; }
  .wellness-node:nth-child(2) { --x: 72% !important; --y: 34% !important; }
  .wellness-node:nth-child(3) { --x: 58% !important; --y: 42% !important; }
  .wellness-node:nth-child(4) { --x: 49% !important; --y: 49% !important; }
  .topic-note { display: none; }
  .speaking-scene .scene-media img { object-position: 68% center; }
  .speaking-copy { padding-top: 12vh; }
  .speaking-copy h2 { max-width: 320px; }
  .book-object { left: 18%; top: 47%; width: 82vw; }
  .stage-control { right: 24px; bottom: 84px; }
  .impact-scene { min-height: auto; padding: 100px 24px 120px; grid-template-columns: 1fr; }
  .impact-scene h2 { font-size: 52px; }
  .impact-cta { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--copper); }
  .experience-dialog { padding: 45px 24px 28px; }
  .experience-dialog h2 { font-size: 38px; }
  .dialog-actions { flex-direction: column; }
  .booking-paths { grid-template-columns: 1fr; max-height: 55vh; overflow-y: auto; }
  .booking-path { min-height: 160px; }
}

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

/* Full-screen routed presentation */
html, body { width: 100%; height: 100%; overflow: hidden; }
main { position: fixed; inset: 0; overflow: hidden; }
.scene {
  position: absolute; inset: 0; width: 100%; height: 100svh; min-height: 0;
  opacity: 0; visibility: hidden; pointer-events: none; transform: scale(1.018);
  transition: opacity .7s ease, transform 1.05s cubic-bezier(.2,.7,.2,1), visibility .7s;
}
.scene.active { opacity: 1; visibility: visible; pointer-events: auto; transform: scale(1); z-index: 2; }
.scene-media { inset: 0; border-radius: 0; }
.scene-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); }
.hero-scene .scene-media img { object-position: center top; }
.wellness-scene .scene-media img { object-position: center center; }
.speaking-scene .scene-media img, .books-scene .scene-media img { object-position: center center; }
.scroll-cue { display: none; }

.hero-tooth { position: absolute; z-index: 7; right: 4%; top: 44%; width: clamp(92px, 10vw, 146px); aspect-ratio: 1; pointer-events: none; filter: drop-shadow(0 0 16px rgba(212,134,86,.48)); }
.hero-tooth canvas { display: block; width: 100%; height: 100%; }

.books-copy { position: relative; z-index: 4; width: min(460px, 36vw); margin-left: 6.2vw; padding-top: 25vh; }
.books-copy h2 { font-size: clamp(52px, 5.2vw, 84px); line-height: 1; }
.books-copy p { max-width: 430px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.65; }
.books-copy a { display: flex; justify-content: space-between; align-items: center; width: 280px; padding: 14px 0; border-bottom: 1px solid var(--copper); font-size: 13px; }
.books-scene .scene-media::after { background: linear-gradient(90deg, rgba(3,31,34,.42), transparent 52%); }

.impact-scene { padding: 0; display: block; color: var(--white); background: var(--teal-black); }
.impact-scene .scene-media::after { background: linear-gradient(90deg, rgba(3,31,34,.92) 0%, rgba(3,31,34,.62) 45%, rgba(3,31,34,.08) 80%); }
.impact-scene > div:not(.scene-media):not(.impact-orbit):not(.impact-cta):not(.scene-index) { width: min(690px, 52vw); margin-left: 6.2vw; padding-top: 20vh; }
.impact-scene h2 { color: var(--white); font-size: clamp(52px, 5.3vw, 84px); }
.impact-scene p { color: rgba(255,255,255,.78); }
.impact-scene .outline-cta { color: var(--copper-bright); }
.impact-cta { position: absolute !important; z-index: 4; right: 6vw; bottom: 9vh; width: min(360px, 28vw); padding: 26px 0 0 28px; }
.impact-cta p { color: var(--white); font-size: 25px; }

@keyframes toothSelfRotate {
  0% { transform: rotateY(0deg) rotateX(3deg) scale(.94); }
  25% { transform: rotateY(90deg) rotateX(0deg) scale(1); }
  50% { transform: rotateY(180deg) rotateX(-3deg) scale(.96); }
  75% { transform: rotateY(270deg) rotateX(0deg) scale(1); }
  100% { transform: rotateY(360deg) rotateX(3deg) scale(.94); }
}
@keyframes toothFloat { 0%,100% { translate: 0 -5px; } 50% { translate: 0 6px; } }

@media (max-width: 720px) {
  .scene { height: 100svh; min-height: 0; }
  .scene-media img { object-fit: cover; transform: none; }
  .hero-copy, .wellness-copy, .speaking-copy, .books-copy { width: auto; margin: 0 24px; }
  .books-copy { padding-top: 14vh; }
  .books-copy h2 { font-size: 55px; }
  .books-copy p { font-size: 14px; }
  .hero-tooth { right: 2%; top: 39%; width: 82px; }
  .impact-scene > div:not(.scene-media):not(.impact-orbit):not(.impact-cta):not(.scene-index) { width: auto; margin: 0 24px; padding-top: 15vh; }
  .impact-scene h2 { font-size: 48px; }
  .impact-cta { right: 24px; left: 24px; bottom: 76px; width: auto; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--copper); }
  .impact-cta p { font-size: 20px; }
}
