:root {
  --ink: #17201d;
  --mist: #f1f5f2;
  --paper: #fbfcfb;
  --jade: #557565;
  --jade-dark: #344d41;
  --petal: #d9a19d;
  --line: #ccd6d0;
  --muted: #65726d;
  --shadow: 0 24px 70px rgba(23, 32, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Hiragino Sans", "Yu Gothic", sans-serif; line-height: 1.7; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.demo-notice { padding: 7px 20px; color: white; background: var(--ink); text-align: center; font-size: 11px; letter-spacing: .16em; }
.site-header { height: 86px; padding: 0 clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251, 252, 251, .93); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 12px; align-items: center; line-height: 1.1; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 600 13px/1 "Avenir Next", sans-serif; letter-spacing: .08em; }
.brand b { display: block; font-size: 14px; letter-spacing: .16em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; letter-spacing: .16em; }
nav { display: flex; gap: 28px; align-items: center; font-size: 13px; }
nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
nav a:hover { border-color: var(--ink); }
.text-button, .menu-button { border: 0; background: none; cursor: pointer; }
.text-button { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; }
.menu-button { display: none; font-size: 12px; letter-spacing: .12em; }
.hero { min-height: clamp(680px, 78vh, 880px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 110px); display: grid; align-items: center; overflow: hidden; position: relative; isolation: isolate; color: white; background: var(--jade-dark); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -2; overflow: hidden; background: var(--jade-dark); }
.hero-video { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 8s cubic-bezier(.2,.55,.25,1); }
.hero-video.is-ready { opacity: 1; transform: scale(1); }
.hero-video.is-looping { opacity: .12; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(18,31,26,.88) 0%, rgba(18,31,26,.7) 34%, rgba(18,31,26,.28) 65%, rgba(18,31,26,.12) 100%), linear-gradient(0deg, rgba(17,28,24,.32), transparent 48%); }
.hero-copy { width: min(660px, 62vw); min-width: 0; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--jade); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.hero h1 { margin: 0; font-family: "Bodoni 72", "Didot", serif; font-size: clamp(58px, 7.1vw, 112px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: #d8b3aa; }
.hero .eyebrow { color: #dce8e2; }
.lead { max-width: 570px; margin: 32px 0 0; color: rgba(255,255,255,.84); font-size: clamp(15px, 1.5vw, 18px); }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.primary-button, .secondary-button { min-height: 52px; padding: 0 26px; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.primary-button { border: 1px solid var(--ink); color: white; background: var(--ink); }
.primary-button:hover { background: var(--jade-dark); transform: translateY(-2px); }
.secondary-button { border: 1px solid var(--line); background: transparent; }
.hero .primary-button { color: var(--ink); border-color: white; background: white; }
.hero .primary-button:hover { color: white; border-color: var(--jade-dark); background: var(--jade-dark); }
.hero .secondary-button { color: white; border-color: rgba(255,255,255,.5); background: rgba(19,32,27,.12); backdrop-filter: blur(8px); }
.hero .secondary-button:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.hero-tour { display: flex; gap: 14px; align-items: center; position: absolute; right: clamp(22px, 4.5vw, 72px); bottom: 34px; z-index: 1; }
.hero-tour > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: 500 14px/1 "Bodoni 72", serif; }
.hero-tour p { margin: 0; line-height: 1.25; }
.hero-tour b, .hero-tour small { display: block; }
.hero-tour b { font-size: 9px; letter-spacing: .18em; }
.hero-tour small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; }
.hero-visual { min-height: 530px; position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.visual-panel { padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; color: white; }
.visual-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 20, 17, .05) 30%, rgba(13, 20, 17, .76)); }
.visual-panel span, .visual-panel b, .visual-panel small { position: relative; z-index: 1; }
.visual-panel span { position: absolute; right: 17px; top: 12px; font-size: 10px; }
.visual-panel b { font-family: "Bodoni 72", serif; font-size: clamp(27px, 3vw, 46px); font-weight: 500; letter-spacing: .04em; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.visual-panel small { letter-spacing: .14em; }
.image-hair, .image-eye, .image-nail, .image-skin { background-image: url("assets/beauty-services-grid-v1.webp"); background-repeat: no-repeat; background-size: 200% 200%; }
.image-hair { background-position: left top; }
.image-eye { background-position: right top; }
.image-nail { background-position: left bottom; }
.image-skin { background-position: right bottom; }
.visual-caption { position: absolute; left: 18px; bottom: 14px; margin: 0; color: rgba(255,255,255,.72); writing-mode: vertical-rl; font-size: 9px; letter-spacing: .14em; }
.quick-path { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 7vw, 110px); border: solid var(--line); border-width: 0 1px 1px; }
.quick-path > div { min-height: 118px; padding: 24px 28px; display: flex; gap: 18px; align-items: center; border-right: 1px solid var(--line); }
.quick-path > div:last-child { border: 0; }
.quick-path span { color: var(--petal); font: 500 28px/1 "Bodoni 72", serif; }
.quick-path p { margin: 0; }
.quick-path b, .quick-path small { display: block; }
.quick-path small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.salon-journey { height: 600vh; color: white; background: #17231e; }
.journey-sticky { height: 100vh; min-height: 680px; position: sticky; top: 0; overflow: hidden; isolation: isolate; background: #17231e; }
.journey-topline { height: 76px; padding: 0 clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: auto minmax(140px, 280px) auto; gap: 30px; align-items: center; position: absolute; left: 0; right: 0; top: 86px; z-index: 5; border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); background: rgba(19,34,28,.72); }
.journey-topline p { margin: 0; display: flex; gap: 18px; align-items: center; }
.journey-topline p span { color: #abc0b5; font-size: 9px; letter-spacing: .2em; }
.journey-topline p b { font-size: 13px; letter-spacing: .06em; }
.journey-topline > small { font: 500 13px/1 "Bodoni 72", serif; text-align: right; }
.journey-topline > small b { color: #e3b1a8; font-size: 24px; font-weight: 500; }
.journey-meter { height: 2px; overflow: hidden; background: rgba(255,255,255,.18); }
.journey-meter span { width: 100%; height: 100%; display: block; transform: scaleX(var(--journey-progress, 0)); transform-origin: left; background: #e3b1a8; }
.journey-track { width: 600vw; height: 100%; display: flex; transform: translate3d(calc(var(--journey-progress, 0) * -500vw), 0, 0); will-change: transform; }
.journey-scene { width: 100vw; height: 100%; flex: 0 0 100vw; padding: 190px clamp(24px, 7vw, 110px) 76px; display: grid; grid-template-columns: minmax(330px, .8fr) minmax(480px, 1.2fr); gap: clamp(42px, 8vw, 120px); align-items: center; overflow: hidden; position: relative; }
.scene-copy { max-width: 560px; position: relative; z-index: 2; }
.scene-number { margin: 0 0 24px; color: #b9ccc2; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.scene-copy h2 { font-size: clamp(48px, 5vw, 78px); }
.scene-copy > p:not(.scene-number) { max-width: 520px; margin: 28px 0; color: rgba(255,255,255,.72); }
.scene-link { min-height: 48px; padding: 0 0 8px; display: inline-flex; gap: 22px; align-items: center; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); color: white; background: none; cursor: pointer; font: inherit; }
.scene-link span { color: #e3b1a8; font-size: 20px; }
.scene-film { background: #1d2d26; }
.journey-film, .film-shade { position: absolute; inset: 0; }
.journey-film { z-index: 0; overflow: hidden; background: #1d2d26; }
.journey-video { width: 100%; height: 100%; display: block; object-fit: cover; opacity: .92; transform: scale(1.08); transition: opacity .8s ease, transform 8s linear; }
.journey-video.is-playing { opacity: 1; transform: scale(1.04); }
.film-shade { z-index: 1; background: linear-gradient(90deg, rgba(18,30,25,.9) 0%, rgba(18,30,25,.72) 35%, rgba(18,30,25,.24) 68%, rgba(18,30,25,.08) 100%), linear-gradient(0deg, rgba(16,27,22,.38), transparent 52%); }
.scene-film .scene-copy { width: min(580px, 44vw); }
.film-label { margin: 0; position: absolute; right: clamp(24px, 5vw, 78px); bottom: 56px; z-index: 2; font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.55; text-align: right; text-shadow: 0 2px 18px rgba(0,0,0,.45); }
.scene-corridor .journey-video { object-position: 58% center; }
.scene-treatment .journey-video { object-position: 52% center; }
.scene-facial .journey-video { object-position: 60% center; }
.scene-memory { background: linear-gradient(120deg, #6e897a 0%, #344d41 58%, #23362e 100%); }
.journey-phone { width: min(390px, 30vw); min-height: 610px; padding: 22px 26px 30px; justify-self: center; border: 8px solid #f7f8f6; border-radius: 40px; color: var(--ink); background: #f7f8f6; box-shadow: 0 40px 100px rgba(10,18,15,.35); transform: rotate(2deg); }
.phone-bar { display: flex; justify-content: space-between; font-size: 10px; }
.journey-phone > p { margin: 46px 0 0; color: var(--jade); font-size: 9px; letter-spacing: .18em; }
.journey-phone > strong { display: block; margin-top: 8px; font: 500 76px/1 "Bodoni 72", serif; }
.journey-phone > small { color: var(--muted); }
.phone-service { margin-top: 34px; padding: 18px 0; display: flex; gap: 14px; align-items: center; border-block: 1px solid var(--line); }
.phone-service > span { width: 54px; height: 54px; flex: none; border-radius: 50%; }
.phone-service p { margin: 0; }
.phone-service b, .phone-service small { display: block; }
.phone-service b { font-size: 13px; }
.phone-service small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.phone-points { padding: 22px 0; display: flex; justify-content: space-between; font-size: 12px; }
.phone-action { margin-top: 12px; padding: 13px; color: white; background: var(--ink); text-align: center; font-size: 11px; }
.scene-ai { background: radial-gradient(circle at 73% 40%, rgba(225,177,168,.14), transparent 28%), #18211e; }
.journey-ai { width: min(660px, 48vw); min-height: 530px; padding: 34px; justify-self: end; display: flex; flex-direction: column; gap: 18px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); box-shadow: 0 38px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.ai-request { max-width: 76%; padding: 18px 20px; align-self: end; border-radius: 18px 18px 3px 18px; color: var(--ink); background: #f4f6f3; }
.ai-request small { color: var(--muted); font-size: 9px; }
.ai-request p { margin: 5px 0 0; line-height: 1.5; }
.ai-thinking { display: flex; gap: 5px; align-items: center; color: #b9ccc2; font-size: 10px; }
.ai-thinking i { width: 5px; height: 5px; border-radius: 50%; background: #e3b1a8; animation: aiPulse 1.2s infinite ease-in-out; }
.ai-thinking i:nth-child(2) { animation-delay: .15s; }
.ai-thinking i:nth-child(3) { animation-delay: .3s; }
.ai-thinking span { margin-left: 8px; }
.ai-draft { padding: 24px; display: grid; gap: 10px; border-left: 3px solid #e3b1a8; color: var(--ink); background: white; }
.ai-draft span { color: var(--petal); font-size: 9px; letter-spacing: .16em; }
.ai-draft b { font-size: 16px; }
.ai-draft small { color: var(--muted); }
.ai-approval { margin-top: auto; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.18); }
.ai-approval span { color: #b9ccc2; font-size: 10px; }
.ai-approval b { color: #f0d1ca; font-size: 12px; }
.journey-hint { margin: 0; position: absolute; right: 40px; bottom: 24px; z-index: 5; color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .2em; }
.journey-hint span { margin-left: 10px; color: #e3b1a8; }
@keyframes aiPulse { 0%, 70%, 100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
.section { padding: clamp(84px, 11vw, 150px) clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: .7fr 1fr; gap: 30px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { margin: 0; font: 500 clamp(38px, 5vw, 70px)/1.1 "Bodoni 72", "Didot", serif; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 560px; margin: 0 0 5px; color: var(--muted); }
.service-tabs { margin: 52px 0 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.service-tabs button { padding: 9px 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.service-tabs button.active { color: white; border-color: var(--jade-dark); background: var(--jade-dark); }
.service-grid { border-top: 1px solid var(--ink); }
.service-card { min-height: 126px; display: grid; grid-template-columns: 86px 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); transition: opacity .2s, transform .2s; }
.service-card.hidden { display: none; }
.service-index { width: 74px; height: 74px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(23,32,29,.08); }
.service-card p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.service-card h3 { margin: 3px 0; font-size: 18px; font-weight: 600; }
.service-card span { color: var(--muted); font-size: 12px; }
.service-card strong { font: 500 24px/1 "Bodoni 72", serif; }
.experience { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 9vw, 140px); align-items: center; color: white; background: var(--jade-dark); }
.experience-copy > p:not(.eyebrow) { max-width: 570px; color: #d5dfda; }
.experience .eyebrow { color: #b9cec3; }
.experience ul { padding: 0; margin: 34px 0 0; list-style: none; }
.experience li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.account-preview { padding: clamp(24px, 4vw, 48px); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.preview-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.next-visit { padding: 34px 0; border-bottom: 1px solid var(--line); }
.next-visit small { display: block; color: var(--jade); letter-spacing: .16em; }
.next-visit b { display: block; margin: 10px 0; font: 500 58px/1 "Bodoni 72", serif; }
.next-visit b span { font-size: 20px; }
.next-visit p { margin: 0; }
.preview-row { padding: 17px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 13px; }
.account-preview > button { width: 100%; margin-top: 25px; padding: 14px; border: 1px solid var(--ink); background: transparent; }
.membership { text-align: center; }
.membership h2 { max-width: 760px; margin: 0 auto; }
.membership-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid var(--ink); }
.membership-grid > div { padding: 28px; border-right: 1px solid var(--line); }
.membership-grid > div:last-child { border: 0; }
.membership-grid span { color: var(--petal); font: 500 26px/1 "Bodoni 72", serif; }
.membership-grid h3 { margin: 30px 0 8px; }
.membership-grid p { color: var(--muted); font-size: 14px; }
.closing { padding: 70px clamp(22px, 7vw, 110px); display: flex; align-items: end; justify-content: space-between; gap: 30px; background: var(--mist); }
footer { padding: 52px clamp(22px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto; gap: 8px 40px; align-items: end; color: #bac3bf; background: var(--ink); font-size: 11px; }
.footer-brand { grid-row: 1 / 3; color: white; }
.footer-brand .brand-mark { border-color: white; }
footer p { margin: 0; text-align: right; }
.booking-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(10, 15, 13, .55); backdrop-filter: blur(4px); }
.booking-panel { width: min(520px, 100%); height: 100%; padding: clamp(28px, 5vw, 56px); position: fixed; right: 0; top: 0; z-index: 50; transform: translateX(105%); overflow-y: auto; background: var(--paper); transition: transform .32s ease; box-shadow: var(--shadow); }
.booking-panel.open { transform: translateX(0); }
.close-button { position: absolute; right: 24px; top: 20px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.booking-panel h2 { font-size: 46px; }
.booking-note { color: var(--petal); font-size: 12px; }
.booking-panel label { display: grid; gap: 8px; margin-top: 30px; font-size: 12px; }
.booking-panel select,
.booking-panel input { width: 100%; padding: 14px; border: 1px solid var(--line); background: white; font: inherit; }
.booking-panel input:focus,
.booking-panel select:focus { outline: 2px solid var(--ink); outline-offset: 2px; }
.date-row { margin: 28px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.date-row button { padding: 12px 5px; border: 1px solid var(--line); background: white; cursor: pointer; }
.date-row small { display: block; }
.date-row button.selected { color: white; border-color: var(--jade); background: var(--jade); }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-grid button { padding: 12px; border: 1px solid var(--line); background: white; cursor: pointer; }
.time-grid button:disabled { color: #aeb5b1; text-decoration: line-through; background: var(--mist); }
.time-grid button.selected { color: white; background: var(--ink); }
.booking-panel > .primary-button { width: 100%; margin-top: 28px; }
.disabled-demo { opacity: .78; }
:focus-visible { outline: 3px solid var(--petal); outline-offset: 3px; }

@media (max-width: 860px) {
  .site-header { height: 72px; }
  .menu-button { display: block; }
  nav { display: none; padding: 20px 24px 26px; position: absolute; left: 0; right: 0; top: 72px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero-copy { width: min(640px, 82vw); }
  .hero-shade { background: linear-gradient(90deg, rgba(18,31,26,.86), rgba(18,31,26,.38)), linear-gradient(0deg, rgba(18,31,26,.52), transparent 55%); }
  .quick-path { grid-template-columns: 1fr; }
  .quick-path > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .salon-journey { height: auto; }
  .journey-sticky { height: auto; min-height: 0; position: relative; overflow: visible; }
  .journey-topline { display: none; }
  .journey-topline p { display: grid; gap: 5px; }
  .journey-meter { display: none; }
  .journey-track { width: auto; height: auto; display: block; transform: none !important; }
  .journey-scene { width: 100%; height: auto; min-height: 720px; padding: 76px 22px; grid-template-columns: 1fr; gap: 48px; }
  .scene-copy { max-width: 620px; }
  .journey-ai { width: min(100%, 620px); justify-self: center; }
  .scene-film { min-height: 780px; align-items: end; }
  .scene-film .scene-copy { width: 100%; padding-bottom: 110px; }
  .film-shade { background: linear-gradient(0deg, rgba(16,28,23,.95) 0%, rgba(16,28,23,.68) 48%, rgba(16,28,23,.12) 100%); }
  .film-label { left: 22px; right: auto; bottom: 36px; text-align: left; }
  .journey-phone { width: min(360px, 88vw); min-height: 590px; }
  .journey-hint { display: none; }
  .section-heading, .experience { grid-template-columns: 1fr; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .closing { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; margin-bottom: 20px; }
  footer p { text-align: left; }
}

@media (max-width: 520px) {
  .brand small { display: none; }
  .hero { min-height: 680px; padding-top: 82px; padding-bottom: 122px; align-items: end; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-video { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(17,29,24,.94) 0%, rgba(17,29,24,.58) 54%, rgba(17,29,24,.15) 100%); }
  .hero-tour { left: 22px; right: auto; bottom: 30px; }
  .journey-scene { min-height: 760px; padding-block: 64px; }
  .scene-copy h2 { font-size: 46px; }
  .scene-film { min-height: 780px; padding-bottom: 24px; }
  .scene-film .scene-copy { padding-bottom: 90px; }
  .journey-phone { min-height: 560px; padding: 20px 22px; }
  .journey-phone > strong { font-size: 64px; }
  .journey-ai { min-height: 500px; padding: 20px; }
  .ai-request { max-width: 92%; }
  .ai-approval { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section-heading { gap: 15px; }
  .service-card { grid-template-columns: 62px 1fr; gap: 14px; padding: 18px 0; }
  .service-index { width: 54px; height: 54px; }
  .service-card strong { grid-column: 2; font-size: 20px; }
  .next-visit b { font-size: 48px; }
  .date-row { grid-template-columns: repeat(4, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .hero-video { display: none; }
  .journey-video { display: none; }
  .salon-journey { height: auto; }
  .journey-sticky { height: auto; min-height: 0; position: relative; overflow: visible; }
  .journey-track { width: auto; height: auto; display: block; transform: none !important; }
  .journey-scene { width: 100%; min-height: 720px; }
  .ai-thinking i { animation: none; }
}
