:root {
  --ink: #22191f;
  --ink-soft: #4d4047;
  --plum: #4a273b;
  --plum-deep: #2a1722;
  --honey: #d7a85d;
  --honey-light: #efd29f;
  --ivory: #f5f0e8;
  --paper: #ebe3d7;
  --white: #fffdf9;
  --line: rgba(42, 23, 34, .16);
  --display: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
  --header-h: 84px;
  --preview-h: 38px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 17px; line-height: 1.65; overflow-x: hidden; }
body.preview-closed { --preview-h: 0px; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--honey); color: var(--plum-deep); }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(96px, 11vw, 168px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.preview-note { position: fixed; z-index: 1200; inset: 0 0 auto; height: var(--preview-h); background: var(--honey); color: var(--plum-deep); display: flex; align-items: center; justify-content: center; padding: 0 48px; transition: transform .3s ease; }
.preview-note p { margin: 0; display: flex; gap: 12px; align-items: center; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.preview-note p span { opacity: .75; }
.preview-note button { position: absolute; right: 18px; top: 50%; width: 32px; height: 32px; border: 0; background: transparent; font-size: 24px; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.preview-note.is-closed { transform: translateY(-100%); }

.site-header { position: fixed; z-index: 1100; top: var(--preview-h); left: 0; right: 0; height: var(--header-h); padding: 0 max(32px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .35s, color .35s, top .3s, box-shadow .35s; }
.site-header.is-scrolled { background: rgba(245,240,232,.94); color: var(--ink); border-bottom-color: var(--line); box-shadow: 0 10px 40px rgba(34,25,31,.06); backdrop-filter: blur(16px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; position: relative; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark::before { width: 19px; height: 19px; }
.brand-mark::after { width: 7px; height: 7px; background: var(--honey); border-color: var(--honey); }
.brand-mark span { width: 29px; height: 10px; border-left-color: transparent; border-right-color: transparent; transform: rotate(-28deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 24px; font-style: italic; font-weight: 500; }
.brand-copy small { margin-top: 5px; font-size: 9px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .05em; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--honey); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { justify-self: end; display: grid; text-align: right; line-height: 1.2; }
.header-call span { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.header-call strong { margin-top: 4px; font-size: 14px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; isolation: isolate; color: var(--white); background: var(--plum-deep); overflow: hidden; }
.hero-video, .hero-scrim, .hero-grain { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -4; object-fit: cover; }
.hero-scrim { z-index: -3; background: linear-gradient(90deg, rgba(21,12,17,.86) 0%, rgba(21,12,17,.65) 36%, rgba(21,12,17,.18) 68%, rgba(21,12,17,.42) 100%), linear-gradient(0deg, rgba(21,12,17,.45), transparent 45%); }
.hero-grain { z-index: -2; opacity: .13; 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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-content { padding-top: calc(var(--header-h) + var(--preview-h) + 40px); padding-bottom: 100px; }
.eyebrow, .kicker { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--honey-light); }
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 { max-width: 830px; font-size: clamp(64px, 8vw, 126px); }
h1 em, h2 em { color: var(--honey-light); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 28px 0 0; font-family: var(--display); font-size: clamp(19px, 2vw, 25px); line-height: 1.45; color: rgba(255,253,249,.82); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .25s, background .25s, color .25s, border .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { color: var(--plum-deep); background: var(--honey); border-color: var(--honey); }
.button-primary:hover { background: var(--honey-light); border-color: var(--honey-light); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.03); }
.button-ghost:hover { background: rgba(255,255,255,.11); border-color: var(--white); }
.hero-rating { display: inline-flex; align-items: center; gap: 13px; margin-top: 25px; font-size: 13px; color: rgba(255,253,249,.82); }
.stars { color: var(--honey); letter-spacing: .1em; font-size: 11px; }
.hero-rating strong { color: var(--white); }
.hero-visual-label { position: absolute; right: 24px; bottom: 22px; margin: 0; padding: 6px 9px; color: rgba(255,255,255,.72); background: rgba(22,13,18,.44); border: 1px solid rgba(255,255,255,.2); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(6px); }
.hero-side-note { position: absolute; right: 24px; top: 50%; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }
.scroll-cue { position: absolute; left: max(32px, calc((100vw - 1240px) / 2)); bottom: 24px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { width: 58px; height: 1px; background: rgba(255,255,255,.5); position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--honey); animation: scan 2.4s ease-in-out infinite; }
@keyframes scan { 0% { transform: translateX(-100%); } 50%,100% { transform: translateX(100%); } }

.welcome-band { position: relative; z-index: 5; padding: 0 0 40px; background: var(--ivory); }
.welcome-card { min-height: 186px; margin-top: -54px; padding: 24px 26px 24px 22px; display: grid; grid-template-columns: 162px minmax(260px, 1.2fr) minmax(235px, .8fr) 230px; align-items: center; gap: clamp(24px, 3.5vw, 54px); position: relative; overflow: hidden; background: rgba(239,231,218,.97); border: 1px solid rgba(74,39,59,.14); border-radius: 0 72px 0 0; box-shadow: 0 28px 80px rgba(42,23,34,.13); backdrop-filter: blur(14px); }
.welcome-card::after { content: ""; position: absolute; z-index: 0; right: 150px; bottom: -142px; width: 250px; height: 250px; border: 1px solid rgba(74,39,59,.09); border-radius: 50%; box-shadow: 0 0 0 42px rgba(74,39,59,.025), 0 0 0 84px rgba(74,39,59,.018); pointer-events: none; }
.welcome-card > * { position: relative; z-index: 1; }
.welcome-rating { width: 138px; height: 138px; display: grid; place-content: center; justify-items: center; border-radius: 50%; color: var(--white); background: var(--plum); box-shadow: 0 16px 38px rgba(74,39,59,.22); transition: transform .3s, background .3s; }
.welcome-rating:hover { transform: rotate(-2deg) scale(1.025); background: var(--plum-deep); }
.welcome-rating-value { font-family: var(--display); font-size: 51px; font-style: italic; line-height: .9; }
.welcome-rating .stars { margin-top: 10px; font-size: 8px; }
.welcome-rating small { width: 100px; margin-top: 5px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 650; line-height: 1.25; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.welcome-copy .kicker { margin-bottom: 12px; }
.welcome-copy > p:last-child { margin: 0; font-family: var(--display); font-size: clamp(28px, 2.5vw, 40px); line-height: 1.05; letter-spacing: -.025em; }
.welcome-copy em { color: var(--plum); }
.welcome-details { display: grid; gap: 17px; }
.welcome-details p { margin: 0; display: grid; gap: 3px; }
.welcome-details p + p { padding-top: 17px; border-top: 1px solid var(--line); }
.welcome-details span, .welcome-call span { color: var(--plum); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.welcome-details strong { font-family: var(--display); font-size: 18px; font-weight: 500; }
.welcome-call { min-height: 94px; padding: 18px 20px; display: grid; align-content: center; color: var(--white); background: var(--plum); transition: background .25s, transform .25s; }
.welcome-call:hover { background: var(--plum-deep); transform: translateY(-2px); }
.welcome-call span { color: var(--honey-light); }
.welcome-call strong { margin-top: 5px; font-size: 15px; }
.welcome-call i { position: absolute; top: 50%; right: 18px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; transform: translateY(-50%); }

.intro { background: var(--ivory); }
.intro-grid { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(300px, .68fr); gap: clamp(34px, 6vw, 90px); align-items: center; }
.section-index { align-self: start; font-family: var(--display); font-style: italic; color: var(--plum); font-size: 15px; border-top: 1px solid currentColor; padding-top: 12px; }
.section-index.light { color: var(--honey-light); }
.kicker { color: var(--plum); margin-bottom: 20px; }
.kicker.light { color: var(--honey-light); }
h2 { font-size: clamp(50px, 6vw, 86px); }
.intro-copy h2 { max-width: 670px; }
.intro-copy h2 em, .visit h2 em, .reviews h2 em, .faq h2 em { color: var(--plum); }
.intro-large { max-width: 700px; margin: 34px 0 20px; font-family: var(--display); font-size: clamp(21px, 2.1vw, 29px); line-height: 1.42; }
.intro-copy > p:not(.kicker):not(.intro-large) { max-width: 650px; color: var(--ink-soft); }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid var(--honey); font-weight: 700; font-size: 13px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.real-photo { margin: 0; position: relative; }
.photo-arch { padding-top: 38px; }
.photo-arch::before { content: ""; position: absolute; top: 0; left: -28px; width: 88%; aspect-ratio: 1; border: 1px solid var(--honey); border-radius: 50% 50% 0 0; }
.photo-arch img { position: relative; width: 100%; aspect-ratio: .76; object-fit: cover; object-position: center 42%; border-radius: 48% 48% 0 0; filter: saturate(.75) contrast(1.02) sepia(.08); }
.real-photo figcaption, .gallery figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 12px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.real-photo figcaption span { color: var(--plum); }

.visit { padding-top: 0; background: var(--ivory); }
.visit-layout { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(560px, 1.28fr); gap: clamp(70px, 9vw, 140px); align-items: start; }
.visit-intro { position: sticky; top: calc(var(--header-h) + 42px); padding-top: 24px; }
.visit-intro-copy { max-width: 430px; margin: 34px 0 0; color: var(--ink-soft); }
.visit-signature { width: min(360px, 100%); height: 110px; margin-top: 58px; position: relative; overflow: hidden; }
.visit-signature i { position: absolute; left: 0; right: 0; height: 70px; border-top: 1px solid rgba(74,39,59,.18); border-radius: 50%; }
.visit-signature i:nth-child(1) { top: 6px; }
.visit-signature i:nth-child(2) { top: 30px; left: 38px; right: -38px; }
.visit-signature i:nth-child(3) { top: 56px; left: 76px; right: -76px; border-color: var(--honey); }
.visit-list { border-top: 1px solid var(--line); }
.visit-row { min-height: 245px; padding: 32px 0; display: grid; grid-template-columns: 58px minmax(0, 1fr) 150px; gap: 28px; align-items: center; position: relative; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.visit-row:hover { padding-inline: 18px; background: rgba(239,231,218,.5); }
.visit-number { align-self: start; padding-top: 4px; font-family: var(--display); font-size: 15px; font-style: italic; color: var(--plum); }
.visit-label { margin: 0 0 10px; color: var(--plum); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.visit-row h3 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(29px, 3vw, 40px); font-weight: 500; line-height: 1.05; }
.visit-row-copy > p:last-child { max-width: 520px; margin: 0; color: var(--ink-soft); }
.visit-thumb { width: 150px; height: 172px; margin: 0; position: relative; overflow: hidden; border-radius: 72px 72px 0 0; }
.visit-thumb::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.35); border-radius: inherit; }
.visit-thumb img, .visit-thumb video { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; filter: saturate(.72) sepia(.08); transition: transform .5s ease; }
.visit-thumb-service img, .visit-thumb-service video { object-position: center 24%; }
.visit-media-note { position: absolute; z-index: 1; right: 8px; bottom: 7px; padding: 4px 6px; color: rgba(255,255,255,.88); background: rgba(25,13,19,.66); font-size: 7px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.visit-row:hover .visit-thumb img, .visit-row:hover .visit-thumb video { transform: scale(1.04); }
.visit-thumb-wide { border-radius: 0 0 72px 72px; }
.visit-thumb-wide img { object-position: center 42%; }
.visit-call { width: 150px; height: 172px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; position: relative; color: var(--white); background: var(--plum); transition: transform .3s, background .3s; }
.visit-call:hover { transform: translateY(-3px); background: var(--plum-deep); }
.visit-call span { color: var(--honey-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.visit-call strong { font-size: 15px; line-height: 1.45; }
.visit-call i { position: absolute; right: 18px; top: 18px; font-style: normal; color: var(--honey-light); }

.studio { color: var(--white); background: var(--plum-deep); position: relative; overflow: hidden; }
.studio::before { content: ""; position: absolute; width: 760px; height: 760px; border: 1px solid rgba(215,168,93,.13); border-radius: 50%; right: -310px; top: -270px; box-shadow: 0 0 0 80px rgba(215,168,93,.025), 0 0 0 160px rgba(215,168,93,.018); }
.studio-top { display: grid; grid-template-columns: 90px 1fr .55fr; gap: clamp(34px, 6vw, 90px); align-items: end; position: relative; }
.studio-top > p { margin: 0 0 8px; color: rgba(255,255,255,.66); }
.studio h2 em, .contact h2 em { color: var(--honey-light); }
.gallery { margin-top: 80px; min-height: 900px; display: grid; grid-template-columns: 1.05fr .72fr .55fr; grid-template-rows: 220px 310px 250px; gap: 24px; position: relative; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; height: calc(100% - 38px); object-fit: cover; filter: saturate(.72) sepia(.08); }
.gallery-main { grid-column: 1; grid-row: 1 / 4; }
.gallery-main img { object-position: center 45%; }
.gallery-detail { grid-column: 2; grid-row: 2 / 4; }
.gallery-detail img { object-position: center 70%; }
.gallery-small { grid-column: 3; grid-row: 1 / 3; }
.gallery-small img { object-position: center; }
.gallery figcaption { color: rgba(255,255,255,.62); }
.gallery figcaption span { color: var(--honey); }
.gallery-statement { grid-column: 2; grid-row: 1; align-self: end; min-width: 0; padding: 0 0 18px; color: var(--honey-light); font-family: var(--display); }
.gallery-statement > span { display: block; font-size: clamp(48px, 5vw, 70px); font-weight: 400; line-height: .9; }
.gallery-statement p { margin: -3px 0 0 clamp(34px, 3.8vw, 54px); display: flex; align-items: baseline; gap: 10px; white-space: nowrap; }
.gallery-statement em { font-size: 18px; }
.gallery-statement strong { color: var(--white); font-size: clamp(44px, 4.5vw, 64px); font-style: italic; font-weight: 400; line-height: 1; }

.reviews { background: var(--paper); }
.reviews-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 150px); }
.rating-column { padding-top: 52px; border-top: 1px solid var(--line); }
.rating-big { display: grid; margin: 30px 0; }
.rating-big strong { font-family: var(--display); font-size: clamp(86px, 11vw, 145px); font-weight: 400; line-height: .8; letter-spacing: -.06em; color: var(--plum); }
.rating-big > span { margin-top: 28px; color: #a56d20; letter-spacing: .12em; }
.rating-big small { margin-top: 8px; font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.rating-column > p:not(.kicker) { color: var(--ink-soft); max-width: 340px; }
.quotes-column .section-heading { margin-bottom: 52px; }
.quote-card { padding: 34px 0 40px; border-top: 1px solid var(--line); }
.quote-card:last-child { border-bottom: 1px solid var(--line); }
.quote-meta { display: flex; align-items: center; gap: 14px; }
.avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: var(--white); font-family: var(--display); font-size: 13px; }
.quote-meta p { margin: 0; display: grid; line-height: 1.35; }
.quote-meta small { color: var(--ink-soft); }
blockquote { margin: 30px 0 0; font-family: var(--display); font-size: clamp(24px, 2.6vw, 37px); line-height: 1.35; }

.callout { min-height: 620px; position: relative; display: grid; place-items: center; isolation: isolate; color: var(--white); background: var(--plum-deep) url('assets/callout-massage-16x9-poster.jpg') center / cover no-repeat; overflow: hidden; text-align: center; }
.callout::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(26,15,21,.56), rgba(31,17,25,.76) 34%, rgba(31,17,25,.78) 66%, rgba(26,15,21,.54)), linear-gradient(0deg, rgba(18,10,15,.48), rgba(18,10,15,.08) 46%, rgba(18,10,15,.34)); }
.callout-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; max-width: none; }
.callout-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) sepia(.08); }
.callout-inner { position: relative; z-index: 1; padding: 90px 0; display: grid; justify-items: center; }
.callout p { margin: 0 0 28px; color: var(--honey-light); text-shadow: 0 2px 24px rgba(0,0,0,.35); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.callout h2 { max-width: 900px; text-shadow: 0 3px 36px rgba(0,0,0,.36); }
.callout h2 em { color: var(--honey-light); }
.button-light { margin-top: 42px; background: var(--white); color: var(--plum-deep); }
.button-light:hover { background: var(--honey-light); }
.callout-media-note { position: absolute; z-index: 1; right: 22px; bottom: 18px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px, 11vw, 170px); }
.faq-heading { position: sticky; top: calc(var(--header-h) + 40px); align-self: start; }
.faq-heading > p:last-child { max-width: 390px; color: var(--ink-soft); margin-top: 28px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 90px; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left; border: 0; background: transparent; cursor: pointer; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); }
.faq-item button i { flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; position: relative; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: currentColor; transform: translate(-50%,-50%); transition: transform .25s; }
.faq-item button i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-answer { padding: 0 64px 30px 0; color: var(--ink-soft); }
.faq-answer p { margin: 0; }
.faq-answer a { font-weight: 700; color: var(--plum); }

.contact { color: var(--white); background: #171216; }
.contact-heading { margin-bottom: 68px; }
.contact-grid { display: grid; grid-template-columns: .8fr .78fr 1.2fr; gap: 1px; background: rgba(255,255,255,.12); }
.contact-card, .map-card { min-height: 500px; background: #20191e; padding: 42px; }
.primary-contact { display: flex; flex-direction: column; align-items: flex-start; }
.contact-label { color: var(--honey-light); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-card h3 { margin: 28px 0 18px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.contact-phone { font-family: var(--display); font-size: clamp(40px, 4vw, 58px); line-height: 1.05; color: var(--honey-light); }
.contact-card p { color: rgba(255,255,255,.62); }
.primary-contact .button { margin-top: auto; }
.details-contact { display: flex; flex-direction: column; justify-content: space-between; gap: 50px; }
address { margin-top: 20px; font-family: var(--display); font-size: 25px; line-height: 1.5; font-style: normal; }
.details-contact .text-link { color: var(--honey-light); }
.hours { margin: 20px 0 0; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hours dt, .hours dd { margin: 0; }
.hours dd { color: var(--honey-light); }
.map-card { padding: 0; }
.map-placeholder { width: 100%; height: 100%; min-height: 500px; padding: 42px; display: grid; place-content: center; justify-items: center; text-align: center; background-color: #2a2227; background-image: linear-gradient(rgba(239,210,159,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(239,210,159,.07) 1px, transparent 1px); background-size: 34px 34px; }
.map-pin { width: 76px; height: 76px; border: 1px solid var(--honey); border-radius: 50% 50% 50% 0; display: grid; place-items: center; transform: rotate(-45deg); }
.map-pin i { width: 16px; height: 16px; border-radius: 50%; background: var(--honey); }
.map-placeholder p { display: grid; margin: 28px 0; color: var(--white); }
.map-placeholder p span { color: rgba(255,255,255,.65); }
.map-placeholder button { min-height: 48px; padding: 0 20px; border: 1px solid var(--honey); background: var(--honey); color: var(--plum-deep); font-weight: 700; cursor: pointer; }
.map-placeholder small { max-width: 280px; margin-top: 14px; color: rgba(255,255,255,.52); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; filter: sepia(.18) saturate(.7) contrast(1.05); }

.site-footer { padding: 72px 0 28px; background: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding-bottom: 62px; }
.footer-top > p { margin: 0; text-align: center; color: var(--ink-soft); }
.footer-phone { justify-self: end; font-family: var(--display); font-size: clamp(23px, 2.6vw, 35px); color: var(--plum); }
.footer-bottom { padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; font-size: 11px; letter-spacing: .05em; color: var(--ink-soft); }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom nav { justify-self: end; display: flex; gap: 18px; }

.mobile-sticky { position: fixed; z-index: 1000; left: 12px; right: 12px; bottom: 12px; display: none; transform: translateY(calc(100% + 30px)); opacity: 0; transition: transform .3s, opacity .3s; }
.mobile-sticky.is-visible { transform: translateY(0); opacity: 1; }
.mobile-sticky a { min-height: 62px; padding: 10px 18px; background: var(--honey); color: var(--plum-deep); box-shadow: 0 14px 38px rgba(34,25,31,.24); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.mobile-sticky span { font-size: 11px; font-weight: 700; }
.mobile-sticky strong { font-size: 13px; white-space: nowrap; }

.privacy-note { position: fixed; z-index: 1300; left: 20px; bottom: 20px; max-width: 470px; padding: 14px 14px 14px 18px; display: flex; align-items: center; gap: 16px; background: rgba(34,25,31,.96); color: var(--white); box-shadow: 0 14px 50px rgba(0,0,0,.2); transition: transform .3s, opacity .3s; }
.privacy-note.is-hidden { transform: translateY(130%); opacity: 0; pointer-events: none; }
.privacy-note p { margin: 0; font-size: 11px; line-height: 1.5; color: rgba(255,255,255,.72); }
.privacy-note button { min-height: 38px; padding: 0 14px; border: 0; background: var(--honey); color: var(--plum-deep); font-size: 11px; font-weight: 700; cursor: pointer; }

.legal-dialog { width: min(680px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 48px; border: 0; color: var(--ink); background: var(--ivory); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.legal-dialog::backdrop { background: rgba(23,18,22,.74); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 14px; top: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 25px; cursor: pointer; }
.legal-dialog h2 { font-size: 48px; margin-bottom: 28px; }
.legal-dialog h3 { margin-top: 28px; font-family: var(--display); font-size: 24px; }
.legal-dialog p { color: var(--ink-soft); }

:focus-visible { outline: 2px solid var(--honey); outline-offset: 4px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 44px, 920px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 22px; }
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { justify-self: end; width: 48px; height: 48px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid currentColor; background: transparent; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 20px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; top: calc(var(--preview-h) + var(--header-h)); inset-inline: 0; height: calc(100dvh - var(--preview-h) - var(--header-h)); padding: 44px 22px 28px; background: var(--ivory); color: var(--ink); flex-direction: column; align-items: stretch; }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 31px; }
  .mobile-nav .mobile-nav-call { margin-top: auto; padding: 16px; text-align: center; background: var(--honey); border: 0; font-family: var(--sans); font-size: 14px; font-weight: 700; }
  .welcome-card { grid-template-columns: 140px 1fr 1fr; border-radius: 0 60px 0 0; }
  .welcome-rating { width: 122px; height: 122px; }
  .welcome-rating-value { font-size: 44px; }
  .welcome-call { grid-column: 2 / 4; min-height: 76px; }
  .intro-grid { grid-template-columns: 56px 1fr; }
  .photo-arch { grid-column: 2; max-width: 560px; }
  .visit-layout { grid-template-columns: 1fr; gap: 58px; }
  .visit-intro { position: static; }
  .visit-row { grid-template-columns: 52px minmax(0, 1fr) 140px; }
  .visit-thumb, .visit-call { width: 140px; }
  .studio-top { grid-template-columns: 56px 1fr; }
  .studio-top > p { grid-column: 2; }
  .gallery { min-height: 1080px; grid-template-columns: 1fr 1fr; grid-template-rows: 150px 500px 370px; }
  .gallery-main { grid-column: 1; grid-row: 2 / 4; }
  .gallery-detail { grid-column: 2; grid-row: 2; }
  .gallery-small { grid-column: 2; grid-row: 3; }
  .gallery-statement { grid-column: 1 / 3; grid-row: 1; max-width: 430px; }
  .reviews-layout { grid-template-columns: 1fr; }
  .rating-column { display: grid; grid-template-columns: auto 1fr; column-gap: 40px; align-items: start; }
  .rating-column .kicker { grid-column: 1 / -1; }
  .rating-big { grid-row: 2 / 5; }
  .rating-column > p { margin-top: 34px; }
  .rating-column .text-link { width: max-content; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .map-card { grid-column: 1 / -1; min-height: 440px; }
  .map-placeholder, .map-card iframe { min-height: 440px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); --header-h: 70px; --preview-h: 46px; }
  body { font-size: 16px; padding-bottom: 82px; }
  .section-pad { padding: 90px 0; }
  .preview-note { justify-content: flex-start; height: var(--preview-h); padding: 0 48px 0 16px; }
  .preview-note p { display: grid; gap: 0; font-size: 9px; line-height: 1.35; }
  .preview-note button { right: 8px; }
  .site-header { padding-inline: 16px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { font-size: 8px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: 790px; align-items: flex-end; }
  .hero-scrim { background: linear-gradient(0deg, rgba(21,12,17,.92) 0%, rgba(21,12,17,.54) 54%, rgba(21,12,17,.18) 100%), linear-gradient(90deg, rgba(21,12,17,.36), transparent); }
  .hero-content { padding-top: calc(var(--preview-h) + var(--header-h) + 36px); padding-bottom: 92px; }
  .eyebrow { margin-bottom: 17px; }
  h1 { font-size: clamp(56px, 18vw, 76px); line-height: .97; }
  .hero-lead { margin-top: 20px; font-size: 18px; line-height: 1.42; }
  .hero-actions { align-items: stretch; margin-top: 25px; }
  .hero-actions .button { width: 100%; }
  .button { min-height: 54px; }
  .hero-rating { width: 100%; margin-top: 18px; font-size: 12px; }
  .hero-side-note, .scroll-cue { display: none; }
  .hero-visual-label { right: 10px; bottom: 10px; font-size: 8px; }
  .welcome-band { padding-bottom: 20px; }
  .welcome-card { width: calc(100% - 24px); min-height: 0; margin-top: -30px; padding: 22px; grid-template-columns: 104px 1fr; gap: 24px 18px; border-radius: 0 46px 0 0; }
  .welcome-card::after { right: -80px; bottom: -130px; }
  .welcome-rating { width: 104px; height: 104px; }
  .welcome-rating-value { font-size: 40px; }
  .welcome-rating small { width: 82px; font-size: 7px; }
  .welcome-copy .kicker { margin-bottom: 8px; font-size: 8px; }
  .welcome-copy > p:last-child { font-size: 27px; }
  .welcome-details { grid-column: 1 / 3; grid-template-columns: 1fr 1fr; gap: 18px; }
  .welcome-details p + p { padding: 0 0 0 18px; border-top: 0; border-left: 1px solid var(--line); }
  .welcome-details strong { font-size: 15px; }
  .welcome-call { grid-column: 1 / 3; min-height: 78px; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-index { width: 44px; }
  .intro-copy, .photo-arch { grid-column: 1; }
  h2 { font-size: clamp(47px, 14vw, 66px); }
  .intro-large { margin-top: 26px; font-size: 21px; }
  .photo-arch { max-width: 88%; margin: 12px auto 0; }
  .photo-arch::before { left: -14px; }
  .visit-layout { gap: 46px; }
  .visit-intro-copy { margin-top: 25px; }
  .visit-signature { height: 74px; margin-top: 34px; }
  .visit-row { min-height: 0; padding: 30px 0; grid-template-columns: 38px minmax(0, 1fr); gap: 18px 14px; }
  .visit-row:hover { padding-inline: 0; background: transparent; }
  .visit-number { grid-row: 1 / 3; }
  .visit-row-copy { grid-column: 2; }
  .visit-thumb, .visit-call { grid-column: 2; width: 100%; height: 148px; }
  .visit-thumb { border-radius: 70px 70px 0 0; }
  .visit-thumb-wide { border-radius: 0 0 70px 70px; }
  .visit-call { padding: 20px 22px; }
  .visit-call strong { font-size: 17px; }
  .studio-top { grid-template-columns: 1fr; gap: 24px; }
  .studio-top > p { grid-column: 1; }
  .gallery { margin-top: 52px; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 14px; }
  .gallery-main { grid-column: 1 / 3; grid-row: auto; }
  .gallery-main img { height: 520px; }
  .gallery-detail, .gallery-small { grid-column: auto; grid-row: auto; }
  .gallery-detail img, .gallery-small img { height: 310px; }
  .gallery-statement { grid-column: 1 / 3; grid-row: 1; padding: 0 0 20px; }
  .gallery-statement > span, .gallery-statement strong { font-size: 45px; }
  .gallery-statement p { margin-left: 38px; }
  .gallery-statement em { font-size: 16px; }
  .gallery figcaption { font-size: 8px; }
  .reviews-layout { gap: 76px; }
  .rating-column { display: block; }
  .rating-big strong { font-size: 106px; }
  .rating-column > p { margin-top: 20px; }
  blockquote { font-size: 25px; }
  .callout { min-height: 580px; }
  .callout-inner { padding-inline: 16px; }
  .callout h2 { font-size: 48px; }
  .callout::before { background: linear-gradient(90deg, rgba(24,13,19,.7), rgba(29,16,23,.8)), linear-gradient(0deg, rgba(18,10,15,.56), rgba(18,10,15,.18) 50%, rgba(18,10,15,.45)); }
  .callout-media-note { right: 14px; bottom: 12px; }
  .faq-grid { gap: 55px; }
  .faq-item button { min-height: 82px; font-size: 20px; }
  .faq-answer { padding-right: 0; }
  .contact-heading { margin-bottom: 45px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card, .map-card { min-height: 450px; padding: 30px 24px; }
  .map-card { grid-column: 1; padding: 0; }
  .map-placeholder, .map-card iframe { min-height: 430px; }
  .contact-phone { font-size: 50px; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; padding-bottom: 45px; }
  .footer-top > p { text-align: left; }
  .footer-phone { justify-self: start; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p:nth-child(2) { text-align: left; }
  .footer-bottom nav { justify-self: start; }
  .mobile-sticky { display: block; }
  .privacy-note { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  body.hero-left .privacy-note { bottom: 86px; }
  .legal-dialog { padding: 42px 24px 28px; }
  .legal-dialog h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero { background-image: linear-gradient(0deg, rgba(21,12,17,.76), rgba(21,12,17,.25)), url('assets/storyboards/hero-story-16x9-start.png'); background-size: cover; background-position: center; }
  .callout { background-image: linear-gradient(90deg, rgba(26,15,21,.56), rgba(31,17,25,.76) 34%, rgba(31,17,25,.78) 66%, rgba(26,15,21,.54)), url('assets/callout-massage-16x9-poster.jpg'); }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .hero { background-image: linear-gradient(0deg, rgba(21,12,17,.82), rgba(21,12,17,.18)), url('assets/storyboards/hero-story-9x16-start.png'); }
  .callout { background-image: linear-gradient(90deg, rgba(24,13,19,.72), rgba(29,16,23,.82)), url('assets/callout-massage-9x16-poster.jpg'); }
}
