@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/league-spartan-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/league-spartan-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "League Spartan";
  src: url("assets/fonts/league-spartan-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #0b080d;
  --ink-soft: #130d14;
  --plum: #21051f;
  --pink: #e7b7c8;
  --powder: #e7b7c8;
  --logo-pink: #e7b7c8;
  --rose-deep: #7c4058;
  --cream: #f4eee7;
  --muted: #b6a7af;
  --line: rgba(231, 183, 200, .2);
  --display: "League Spartan", "Arial Black", Arial, sans-serif;
  --sans: "Manrope", Arial, sans-serif;
  --pad: clamp(1.25rem, 3.5vw, 4rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--ink); }
:where(section[id], div[id], h2[id], h3[id]) { scroll-margin-top: 6rem; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .055; background: url("assets/noise-tile.png") repeat; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--pink); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--pink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 1000; transform: translateY(-150%); padding: .75rem 1rem; background: var(--cream); color: var(--ink); }
.skip-link:focus { transform: none; }

.page-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 2px; background: transparent; }
.page-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--pink); }
.cursor-glow { position: fixed; z-index: 0; width: 28rem; height: 28rem; border-radius: 50%; pointer-events: none; opacity: .15; background: radial-gradient(circle, var(--pink) 0%, rgba(231, 183, 200, .34) 24%, transparent 68%); transform: translate3d(-50%, -50%, 0); will-change: transform; }

.site-header { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; height: 4.8rem; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease; }
.site-header.is-scrolled { height: 4.15rem; background: rgba(11, 8, 13, .94); border-color: var(--line); }
.brand { display: inline-flex; width: max-content; align-items: center; text-decoration: none; }
.brand img { width: clamp(5.4rem, 6.5vw, 6.5rem); height: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.brand-wordmark { display: inline-grid; gap: .12rem; color: var(--cream); line-height: 1; text-transform: uppercase; }
.brand-wordmark strong { font-family: var(--display); font-size: clamp(1.28rem, 1.8vw, 1.58rem); font-weight: 900; letter-spacing: .1em; }
.brand-wordmark small { color: var(--pink); font-size: .42rem; font-weight: 700; letter-spacing: .18em; white-space: nowrap; }


.desktop-nav { display: flex; align-items: center; gap: 2rem; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; color: var(--muted); transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; transform: scaleX(0); background: var(--pink); transition: transform .25s ease; }
.desktop-nav a:hover { color: var(--cream); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.desktop-nav > a[aria-current="page"],
.desktop-nav > a[aria-current="location"],
.desktop-nav > .nav-dropdown > .nav-dropdown__trigger[aria-current="page"],
.desktop-nav > .nav-dropdown > .nav-dropdown__trigger[aria-current="location"] { color: var(--cream); }
.desktop-nav > a[aria-current="page"]::after,
.desktop-nav > a[aria-current="location"]::after,
.desktop-nav > .nav-dropdown > .nav-dropdown__trigger[aria-current="page"]::after,
.desktop-nav > .nav-dropdown > .nav-dropdown__trigger[aria-current="location"]::after { transform: scaleX(1); }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown__trigger { display: inline-flex; align-items: center; gap: .35rem; }
.nav-dropdown__trigger.is-section-active { color: var(--cream); }
.nav-dropdown__chevron { margin-top: -.12rem; color: var(--pink); font-size: .85rem; line-height: 1; transition: transform .2s ease; }
.nav-dropdown__panel { position: absolute; top: calc(100% + 1.15rem); left: -1.15rem; width: 17.5rem; padding: .65rem; display: grid; gap: .15rem; visibility: hidden; opacity: 0; transform: translateY(-.4rem); border: 1px solid rgba(231,183,200,.25); background: rgba(11,8,13,.97); box-shadow: 0 1.25rem 3rem rgba(0,0,0,.35); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-dropdown__panel::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 1.2rem; }
.nav-dropdown__panel a { padding: .72rem .8rem; color: rgba(255,255,255,.72); font-size: .69rem; letter-spacing: .07em; text-transform: uppercase; }
.nav-dropdown__panel a::after { display: none; }
.nav-dropdown__panel a:hover, .nav-dropdown__panel a:focus-visible, .nav-dropdown__panel a[aria-current="page"] { background: rgba(231,183,200,.12); color: #fff; outline: none; }
.nav-dropdown:is(:hover, :focus-within, .is-open) .nav-dropdown__panel { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-dropdown:is(:hover, :focus-within, .is-open) .nav-dropdown__chevron { transform: rotate(180deg); }
.site-header > .button { justify-self: end; }

.button { border: 1px solid var(--line); border-radius: 999px; padding: .9rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; background: transparent; color: var(--cream); cursor: pointer; font-size: .76rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--powder); }
.button span { transition: transform .25s ease; }
.button:hover span { transform: translate(2px, -2px); }
.button--small { padding: .68rem 1rem; }
.button--primary { border-color: var(--pink); background: var(--pink); color: var(--ink); }
.button--primary:hover { background: var(--powder); border-color: var(--powder); }
.button--outline { display: flex; width: max-content; margin: 3.5rem auto 0; }
.button--large { padding: 1.2rem 1.6rem; }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 0; padding: .7rem; background: transparent; color: var(--cream); }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: .35rem 0; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(1) { transform: translateY(.35rem) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(-.35rem) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; visibility: hidden; opacity: 0; overflow-y: auto; overscroll-behavior: contain; background: rgba(11, 8, 13, .98); transition: opacity .3s ease, visibility .3s ease; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { width: min(28rem, calc(100% - 2rem)); padding: calc(5.5rem + env(safe-area-inset-top)) 0 calc(1.5rem + env(safe-area-inset-bottom)); display: grid; gap: clamp(.35rem, 1.4vh, .75rem); text-align: center; }
.mobile-menu a { min-height: 2.75rem; padding: .42rem .75rem; display: grid; place-items: center; font-family: var(--display); font-size: clamp(1.55rem, 5vw, 2.15rem); line-height: 1.05; text-wrap: balance; }
.mobile-menu a[aria-current="page"],
.mobile-menu a[aria-current="location"] { color: var(--pink); }
.mobile-menu nav .button { min-height: 3.1rem; margin-top: .45rem; font-family: var(--sans); font-size: .74rem; line-height: 1.2; }

.hero { position: relative; min-height: min(46rem, 100svh); padding: 6.2rem var(--pad) 1.5rem; display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 1fr auto; align-items: center; overflow: hidden; isolation: isolate; }
.hero__ambient { position: absolute; z-index: -2; top: -35%; left: -10%; width: 70vw; height: 70vw; border-radius: 50%; opacity: .42; background: radial-gradient(circle, rgba(92, 5, 82, .78), transparent 67%); filter: blur(40px); }
.hero__copy { position: relative; z-index: 3; align-self: center; }
.eyebrow, .overline { font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { margin: 0 0 1.25rem; color: var(--powder); }
.hero__title { width: 108%; margin: 0; font-family: var(--display); font-size: clamp(3.25rem, 5vw, 5.45rem); font-weight: 800; line-height: .96; letter-spacing: -.052em; text-transform: uppercase; }
.hero__line { display: block; }
.hero__line--one { transform: translateX(-.08em); }
.hero__line--two { position: relative; z-index: 4; margin-left: .08em; white-space: nowrap; }
.hero__line em { color: var(--powder); font-style: normal; }
.hero__bottom { width: min(31rem, 88%); margin: 1.5rem 0 0; }
.hero__bottom > p { margin: 0 0 1.25rem; color: #cfc4c9; font-size: clamp(.9rem, 1.1vw, 1rem); }
.button-row { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid var(--line); padding-bottom: .35rem; color: var(--cream); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--pink); }
.hero__visual { position: relative; height: min(62vh, 37rem); min-height: 26rem; margin-left: -3%; transform: rotate(2deg); }
.hero__visual::before { content: ""; position: absolute; z-index: -1; inset: 8% 2% -3% 15%; border: 1px solid var(--line); border-radius: 50% 50% 4% 4%; transform: rotate(-5deg); }
.hero__photo { width: 72%; height: 82%; margin: 0 auto; border-radius: 48% 48% 4% 4%; background: linear-gradient(180deg, transparent 55%, var(--ink)), url("assets/jessica-portrait-2026.jpg?v=20260724-5") center 42% / cover no-repeat; filter: contrast(1.08) saturate(1.1); box-shadow: 0 2rem 7rem rgba(77, 0, 70, .45); }
.hero__note { position: absolute; top: 8%; right: -2%; display: flex; gap: 1rem; align-items: flex-start; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__note span { color: var(--pink); }
.hero__note p { margin: 0; color: #fff; }
.hero__meta { grid-column: 1 / -1; display: flex; align-items: center; gap: 2rem; color: var(--muted); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.hero__meta a { margin-left: auto; color: var(--cream); }
.ticker { position: relative; z-index: 20; margin-bottom: -1.1rem; overflow: hidden; border-top: 1px solid rgba(11, 8, 13, .35); border-bottom: 1px solid rgba(11, 8, 13, .35); background: var(--powder); color: var(--ink); transform: rotate(-1.4deg) scale(1.02); box-shadow: 0 .8rem 2.5rem rgba(0, 0, 0, .28); }
.ticker__track { width: max-content; padding: .9rem 0; display: flex; align-items: center; gap: 1.8rem; animation: ticker 28s linear infinite; font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.ticker.is-paused .ticker__track { animation-play-state: paused; }
.ticker__track b { color: var(--pink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(3.5rem, 5.5vw, 5.5rem) var(--pad); }
section[id] { scroll-margin-top: 4.5rem; }
.intro { position: relative; display: grid; grid-template-columns: .92fr .8fr 1fr; gap: clamp(1.75rem, 3vw, 4rem); align-items: center; min-width: 0; padding-top: clamp(4rem, 7vw, 6.25rem); padding-right: max(var(--pad), calc((100vw - 90rem) / 2)); padding-bottom: clamp(4rem, 7vw, 6.25rem); padding-left: max(var(--pad), calc((100vw - 90rem) / 2)); overflow: hidden; background: radial-gradient(circle at 46% 45%, rgba(71, 7, 59, .25), transparent 32%), linear-gradient(135deg, #0a070b 55%, #110a11); }
.intro::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background: linear-gradient(90deg, transparent, rgba(231, 183, 200, .05) 50%, transparent); }
.intro__heading { position: relative; z-index: 2; min-width: 0; align-self: center; }
.intro h2, .section-heading h2, .lookbook h2, .studio h2, .process h2, .booking-banner h2, .visit h2, .faq h2 { margin: 0; font-family: var(--display); font-size: clamp(2.35rem, 3.7vw, 4rem); font-weight: 800; line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
h2 em { color: var(--powder); font-style: normal; }
.intro__ornament { width: 5rem; margin: 1.2rem 0; display: flex; align-items: center; gap: .35rem; color: var(--pink); }
.intro__ornament span { width: 4rem; height: 1px; background: linear-gradient(90deg, var(--pink), rgba(231, 183, 200, .15)); }
.intro__ornament b { font-size: .55rem; }
.intro__summary { max-width: 26rem; margin: 0; color: #b9acb3; font-size: clamp(.84rem, 1vw, .95rem); line-height: 1.65; }
.intro__actions { margin-top: 1.6rem; display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; }
.intro__actions .button { padding: .78rem 1rem; font-size: .74rem; }
.intro__actions .text-link { font-size: .72rem; }
.intro__visual { position: relative; z-index: 2; width: min(100%, 25rem); min-width: 0; margin: 0 auto; padding: .35rem; }
.intro__frame { position: relative; width: 100%; aspect-ratio: .68; padding: 1px; background: linear-gradient(145deg, var(--pink), rgba(231, 183, 200, .15) 45%, var(--powder)); clip-path: polygon(7% 0, 93% 0, 95% 3%, 100% 5%, 100% 95%, 95% 97%, 93% 100%, 7% 100%, 5% 97%, 0 95%, 0 5%, 5% 3%); }
.intro__frame::before { content: ""; position: absolute; z-index: 2; inset: .55rem; border: 1px solid rgba(231, 183, 200, .25); pointer-events: none; clip-path: inherit; }
.intro__photo { width: 100%; height: 100%; background: linear-gradient(180deg, rgba(11, 8, 13, .03), rgba(11, 8, 13, .28)), url("assets/studio-interior.webp") center 48% / cover no-repeat; filter: saturate(.9) contrast(1.04); clip-path: inherit; }
.intro__spark { position: absolute; z-index: 3; color: var(--pink); text-shadow: 0 0 1.5rem rgba(231, 183, 200, .7); }
.intro__spark--one { top: 8%; left: 9%; }
.intro__spark--two { bottom: 7%; left: 8%; color: var(--powder); }
.intro__image-note { position: absolute; z-index: 4; right: -1.2rem; bottom: 1.5rem; min-width: 12.5rem; padding: .9rem 1rem; display: flex; align-items: center; gap: .8rem; border: 1px solid rgba(231, 183, 200, .45); background: rgba(11, 8, 13, .92); box-shadow: 0 1rem 3rem rgba(0, 0, 0, .4); backdrop-filter: blur(12px); }
.intro__mini-mark { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; font-family: var(--display); font-size: 1.1rem; }
.intro__image-note strong, .intro__image-note small { display: block; }
.intro__image-note strong { color: #fff; font-size: .78rem; }
.intro__image-note small { margin-top: .15rem; color: rgba(255,255,255,.72); font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.intro__copy { position: relative; z-index: 2; min-width: 0; }
.intro__lead { margin: 0 0 1rem; color: var(--powder); font-size: clamp(.95rem, 1.25vw, 1.12rem); line-height: 1.45; }
.intro__lead strong { color: #f1b4cf; font-weight: 600; }
.intro__detail { max-width: 29rem; margin: 0 0 1.25rem; color: var(--muted); font-size: clamp(.78rem, .9vw, .88rem); line-height: 1.65; }
.intro__copy ul { margin: 0; padding: 0; display: grid; gap: .45rem; list-style: none; }
.intro__copy li { min-height: 4.2rem; padding: .7rem .85rem; display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; align-items: center; border: 1px solid rgba(231, 183, 200, .12); border-radius: .8rem; background: rgba(231, 183, 200, .018); }
.intro__benefit-icon { width: 2.3rem; height: 2.3rem; display: grid; place-items: center; border: 1px solid rgba(231, 183, 200, .55); border-radius: 50%; color: var(--pink); font-size: .8rem; }
.intro__copy li strong, .intro__copy li small { display: block; }
.intro__copy li strong { color: #dfcbd4; font-size: .78rem; }
.intro__copy li small { margin-top: .12rem; color: var(--muted); font-size: .7rem; }
.intro__proof { margin-top: 1.1rem; display: flex; align-items: center; gap: .65rem; color: var(--powder); }
.intro__proof > span { color: var(--pink); }
.intro__proof p, .intro__proof strong, .intro__proof small { display: block; margin: 0; }
.intro__proof strong { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.intro__proof small { margin-top: .22rem; color: #766b71; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.services { width: min(calc(100% - 2rem), 92rem); margin: 0 auto; border: 1px solid var(--line); background: linear-gradient(180deg, var(--ink), var(--ink-soft)); box-shadow: 0 2rem 7rem rgba(0, 0, 0, .22); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: end; margin-bottom: 3rem; }
.section-heading > p { max-width: 30rem; margin: 0 0 .6rem; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-card { position: relative; min-height: 11rem; display: grid; grid-template-columns: 0fr 1fr; overflow: hidden; border-bottom: 1px solid var(--line); transition: grid-template-columns .6s cubic-bezier(.2, .75, .25, 1), background .3s ease; }
.service-card:hover { grid-template-columns: minmax(15rem, 27vw) 1fr; background: rgba(231, 183, 200, .025); }
.service-card__media { position: relative; min-width: 0; height: 100%; overflow: hidden; opacity: 0; transition: opacity .35s ease; }
.service-card:hover .service-card__media { opacity: 1; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.service-card__copy { min-width: 0; padding: 1.6rem 0 1.6rem 1.6rem; display: grid; grid-template-columns: 2.4rem 1fr auto 3rem; gap: 1.5rem; align-items: center; }
.service-card__number { color: var(--pink); font-size: .7rem; }
.overline { margin: 0 0 .7rem; color: var(--muted); }
.service-card h3 { margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.8rem); font-weight: 700; line-height: 1.05; letter-spacing: -.04em; }
.service-card__copy div > p:last-child { max-width: 30rem; margin: .8rem 0 0; color: var(--muted); }
.service-card__meta { display: grid; min-width: 6.5rem; gap: .25rem; text-align: right; }
.service-card__meta span { color: var(--muted); font-size: .7rem; }
.service-card__meta strong { color: var(--powder); font-size: 1.05rem; }
.round-link { width: 3rem; height: 3rem; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cream); cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card:hover .round-link { background: var(--pink); color: var(--ink); transform: rotate(45deg); }
.crop--classic img, .crop--hybrid img, .crop--lift img, .crop--volume-hover img { object-position: center; }
.crop--brow img { object-position: center 38%; }
.service-card__media--skin::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(rgba(33, 5, 31, .08), rgba(11, 8, 13, .3)); }

.lookbook { overflow: hidden; background: #0e0a10; }
.lookbook__heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6vw; align-items: end; margin-bottom: 2.5rem; }
.lookbook__heading > p:last-child { width: min(27rem, 100%); margin: 0 0 .3rem; color: var(--muted); }
.results-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.55rem, 1.2vw, 1rem); }
.result-card { margin: 0; position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid rgba(231, 183, 200, .12); }
.result-card > div { width: 100%; height: 100%; transition: transform .7s cubic-bezier(.2, .75, .25, 1), filter .4s ease; filter: saturate(.82); }
.result-card > div img { width: 100%; height: 100%; object-fit: cover; }
.result-card:hover > div { transform: scale(1.04); filter: saturate(1.05); }
.result-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 3.4rem 1rem .9rem; background: linear-gradient(transparent, rgba(11, 8, 13, .94)); color: #fff; }
.result-card figcaption span { display: block; font-size: .9rem; font-weight: 700; }
.result-card figcaption small { display: block; margin-top: .2rem; color: rgba(255,255,255,.78); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.crop--mirror img { object-position: center; }
.crop--treatment img { object-position: center 44%; }
.crop--eye img { object-position: center 48%; }
.crop--selfie img { object-position: center 42%; }

.studio { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 5vw, 5.5rem); align-items: center; min-width: 0; padding-top: clamp(4rem, 7vw, 6.25rem); padding-right: max(var(--pad), calc((100vw - 90rem) / 2)); padding-bottom: clamp(4rem, 7vw, 6.25rem); padding-left: max(var(--pad), calc((100vw - 90rem) / 2)); background: #fff; color: var(--ink); overflow: hidden; }
.studio::before { content: ""; position: absolute; inset: 1.5rem; border: 1px solid rgba(11, 8, 13, .12); border-radius: 1.4rem .3rem 1.4rem .3rem; pointer-events: none; }
.studio::after { content: "✦"; position: absolute; top: 1rem; right: 1rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: var(--ink); font-size: .7rem; }
.studio h2 em { color: var(--rose-deep); }
.studio__visual { position: relative; z-index: 1; width: min(100%, 28rem); min-width: 0; margin: 0 auto; padding: .45rem; }
.studio__portrait-frame { position: relative; padding: 1px; background: linear-gradient(145deg, #6e164c, rgba(110, 22, 76, .25), var(--pink)); clip-path: polygon(7% 0, 93% 0, 95% 3%, 100% 5%, 100% 95%, 95% 97%, 93% 100%, 7% 100%, 5% 97%, 0 95%, 0 5%, 5% 3%); box-shadow: 1rem 1rem 0 rgba(231, 183, 200, .72), 1.6rem 1.6rem 0 rgba(119, 27, 80, .28); }
.studio__portrait-frame::before { content: ""; position: absolute; z-index: 2; inset: .55rem; border: 1px solid rgba(231, 183, 200, .25); pointer-events: none; }
.studio__portrait-frame img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: center 42%; filter: contrast(1.08) saturate(.78); clip-path: ellipse(74% 66% at 50% 42%); background: var(--plum); }
.studio__portrait-spark { position: absolute; z-index: 3; top: 8%; right: 9%; color: var(--pink); font-size: 1.4rem; text-shadow: 0 0 1rem rgba(231, 183, 200, .6); }
.studio__nameplate { position: absolute; z-index: 4; right: -2.2rem; bottom: 1rem; min-width: 13.5rem; padding: 1rem 1.2rem; border: 1px solid rgba(231, 183, 200, .4); background: rgba(20, 7, 18, .94); color: #fff; box-shadow: 0 1rem 2.5rem rgba(49, 5, 35, .35); }
.studio__nameplate::before { content: ""; position: absolute; inset: .35rem; border: 1px solid rgba(231, 183, 200, .25); pointer-events: none; }
.studio__nameplate strong { position: relative; display: block; color: #fff; font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.studio__nameplate span { position: relative; display: block; margin-top: .35rem; font-size: .52rem; letter-spacing: .11em; line-height: 1.6; text-transform: uppercase; }
.studio__nameplate b { position: absolute; top: 1rem; right: 1rem; color: var(--pink); }
.studio__copy { position: relative; z-index: 1; min-width: 0; }
.studio__eyebrow { margin: 0 0 .8rem; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.studio__eyebrow::first-letter { color: var(--pink); }
.studio__subtitle { margin: .45rem 0 0; font-size: clamp(1rem, 1.5vw, 1.3rem); }
.studio__subtitle strong { color: var(--rose-deep); }
.studio__ornament { width: 7rem; margin: 1rem 0; display: flex; align-items: center; gap: .35rem; color: var(--pink); }
.studio__ornament span { width: 6rem; height: 1px; background: linear-gradient(90deg, var(--pink), transparent); }
.studio__ornament b { font-size: .5rem; }
.studio__body { max-width: 42rem; margin: 0; color: #3e3037; font-size: clamp(.8rem, .9vw, .9rem); line-height: 1.65; }
.studio__promise { max-width: 44rem; margin-top: 1.2rem; padding: .8rem 1rem; display: flex; align-items: center; gap: .75rem; border: 1px solid rgba(105, 21, 75, .18); background: rgba(255, 255, 255, .13); }
.studio__promise > span { color: var(--pink); }
.studio__promise p { margin: 0; color: #4c3b43; font-size: .76rem; line-height: 1.55; }
.studio__facts { margin-top: 1.15rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; }
.studio__facts > div { min-height: 7rem; padding: .8rem .55rem; display: grid; place-items: center; align-content: center; border: 1px solid rgba(231, 183, 200, .4); background: linear-gradient(145deg, #190b18, #0d080e); color: var(--cream); text-align: center; clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); }
.studio__fact-icon { color: var(--pink); font-size: 1.15rem; }
.studio__facts strong { display: block; margin-top: .35rem; font-family: var(--sans); font-size: 1.1rem; font-weight: 500; }
.studio__facts small { display: block; margin-top: .22rem; color: #b8a8b0; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.studio blockquote { margin: .9rem 0 0; padding: .65rem 1rem; border: 1px solid rgba(105, 21, 75, .14); color: #5b4450; font-size: .78rem; font-style: italic; text-align: center; }
.studio__actions { margin-top: .9rem; display: flex; align-items: center; gap: 1.5rem; }
.button--studio { min-width: 11rem; border-color: var(--pink); background: var(--pink); color: var(--ink); }
.button--studio:hover { border-color: var(--plum); background: var(--plum); color: var(--cream); }
.studio .text-link { border-color: rgba(11, 8, 13, .18); color: var(--ink); }

.process { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; overflow: hidden; background: radial-gradient(circle at 92% 45%, rgba(76, 8, 49, .25), transparent 32%), linear-gradient(135deg, #0b080d, #120c13); }
.process::after { content: ""; position: absolute; right: -10rem; bottom: -13rem; width: 30rem; height: 30rem; border-radius: 50%; background: rgba(231, 183, 200, .08); filter: blur(70px); pointer-events: none; }
.process__heading { position: relative; align-self: center; z-index: 1; }
.process__heading > p { max-width: 25rem; margin: 1.2rem 0 1.7rem; color: var(--muted); font-size: .88rem; line-height: 1.7; }
.process__ornament { width: min(15rem, 80%); margin-bottom: 1.2rem; display: flex; align-items: center; gap: .55rem; color: var(--pink); }
.process__ornament span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(231, 183, 200, .75)); }
.process__ornament span:last-child { background: linear-gradient(90deg, rgba(231, 183, 200, .75), transparent); }
.process__ornament b { font-size: .7rem; font-weight: 400; }
.process__cta { border-color: rgba(231, 183, 200, .75); background: rgba(231, 183, 200, .08); color: var(--cream); }
.process__cta:hover { background: var(--pink); color: var(--ink); }
.process__steps { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; gap: .75rem; list-style: none; }
.process__steps::before { content: ""; position: absolute; top: 2.5rem; bottom: 2.5rem; left: 4.68rem; width: 1px; background: linear-gradient(transparent, var(--pink) 12%, var(--pink) 88%, transparent); box-shadow: 0 0 1.1rem rgba(231, 183, 200, .7); }
.process__steps li { position: relative; min-height: 7.8rem; padding: .9rem 1.2rem .9rem .95rem; display: grid; grid-template-columns: 3rem 4.25rem minmax(0, 1fr) auto; gap: .75rem; align-items: center; border: 1px solid rgba(231, 183, 200, .22); border-radius: .35rem; background: linear-gradient(110deg, rgba(35, 12, 29, .72), rgba(8, 6, 9, .58)); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
.process__steps li:hover { transform: translateX(-.25rem); border-color: rgba(231, 183, 200, .55); background: linear-gradient(110deg, rgba(57, 12, 41, .8), rgba(8, 6, 9, .72)); }
.process__steps li::before { content: ""; position: absolute; left: 4.34rem; top: 50%; width: .72rem; height: .72rem; border: 2px solid var(--pink); border-radius: 50%; transform: translateY(-50%); background: var(--ink); box-shadow: 0 0 1rem rgba(231, 183, 200, .65); }
.process__number { color: var(--pink); font-family: var(--display); font-size: 1.55rem; line-height: 1; text-align: center; }
.process__icon { position: relative; z-index: 1; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(231, 183, 200, .65); border-radius: 50%; background: #100a10; color: var(--pink); font-size: 1rem; box-shadow: 0 0 1.6rem rgba(231, 183, 200, .08); }
.process__content { min-width: 0; padding: .25rem .5rem; }
.process__steps h3 { margin: 0 0 .35rem; font-family: var(--display); font-size: clamp(1.45rem, 2vw, 1.9rem); font-weight: 700; line-height: 1; letter-spacing: .01em; }
.process__steps p { max-width: 31rem; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.process__outcome { display: flex; align-items: center; gap: .55rem; color: var(--powder); font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.process__outcome::before { content: "✦"; color: var(--pink); font-size: .6rem; }

.booking-banner { position: relative; min-height: 0; padding-top: clamp(3rem, 4vw, 4rem); padding-right: var(--pad); padding-bottom: clamp(3rem, 4vw, 4rem); padding-left: var(--pad); display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; column-gap: clamp(1.25rem, 2.5vw, 2.75rem); row-gap: 1.4rem; overflow: hidden; background: radial-gradient(circle at 10% 48%, rgba(65, 8, 48, .22), transparent 31%), linear-gradient(135deg, #080609, #0d080e 62%, #080609); }
.booking-banner__glow { position: absolute; top: 42%; left: 7%; width: 28rem; height: 28rem; border-radius: 50%; transform: translateY(-50%); background: #661044; opacity: .08; filter: blur(85px); }
.booking-art { position: relative; min-width: 0; min-height: 18rem; display: grid; place-items: center; overflow: visible; }
.booking-art--logo img { width: min(82%, 28rem); max-width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; transform: rotate(-4deg); filter: drop-shadow(0 1.3rem 2.8rem rgba(231, 183, 200, .2)); }
.booking-art--y2k { min-height: 28rem; }
.booking-art--y2k img { width: min(100%, 30rem); height: auto; object-fit: contain; transform: rotate(-1deg); filter: drop-shadow(0 1.2rem 2.2rem rgba(0, 0, 0, .28)); }
.booking-funnel { position: relative; z-index: 2; min-width: 0; }
.booking-funnel__eyebrow { margin: 0 0 .85rem; color: var(--pink); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.booking-funnel__intro { display: grid; grid-template-columns: 1.75fr .65fr; gap: clamp(1.25rem, 2vw, 2rem); align-items: end; margin-bottom: 1.4rem; }
.booking-funnel__intro > p { margin: 0 0 .2rem; color: #c9b8c2; font-size: .82rem; line-height: 1.65; }
.booking-funnel__intro > p strong { display: block; margin-top: .85rem; color: #ee9fc2; font-weight: 500; }
.booking-paths { display: grid; gap: .8rem; }
.booking-path { border: 1px solid rgba(231, 183, 200, .26); border-radius: .35rem; background: rgba(8, 5, 9, .35); }
.booking-path--direct { min-height: 7.4rem; padding: 1.25rem 1.4rem; display: grid; grid-template-columns: 2rem 1rem 1fr auto; gap: .75rem; align-items: center; }
.booking-path__number { color: var(--pink); font-size: .9rem; font-weight: 700; }
.booking-path__spark { color: var(--pink); font-size: .65rem; }
.booking-path strong, .booking-path small { display: block; }
.booking-path strong { font-family: var(--display); font-size: 1.38rem; font-weight: 700; line-height: 1; }
.booking-path small { margin-top: .45rem; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.booking-path--advice { overflow: hidden; }
.booking-path__head { min-height: 8.2rem; padding: 1.25rem 1.4rem; display: grid; grid-template-columns: 2rem 1rem 1fr auto; gap: .75rem; align-items: center; }
.contact-form { margin: 0; padding: 1.2rem 1.4rem; border-top: 1px solid rgba(231, 183, 200, .2); background: rgba(5, 3, 6, .32); }
.contact-form__grid { display: grid; grid-template-columns: .8fr .8fr 1.5fr; gap: .8rem; align-items: start; }
.contact-form label { display: grid; gap: .35rem; }
.contact-form label > span { color: var(--powder); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(231, 183, 200, .32); border-radius: .25rem; padding: .72rem .8rem; background: rgba(11, 8, 13, .7); color: var(--cream); font: inherit; font-size: .78rem; outline: none; transition: border-color .2s ease, background .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); background: rgba(11, 8, 13, .92); }
.contact-form textarea { min-height: 6.5rem; resize: vertical; }
.contact-form select option { background: var(--ink); color: var(--cream); }
.contact-form__footer { margin-top: 1rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.contact-form__footer p { max-width: 25rem; margin: 0; color: var(--muted); font-size: .6rem; line-height: 1.65; }
.contact-form__footer p span { color: var(--pink); }
.button--light { border-color: var(--powder); background: var(--powder); color: var(--ink); white-space: nowrap; }
.button--light:hover { border-color: var(--pink); background: var(--pink); }
.contact-form__status { min-height: 1.2em; margin: .7rem 0 0; color: var(--powder); font-size: .76rem; }
.visit { position: relative; display: grid; grid-template-columns: .78fr .92fr 1.08fr; gap: clamp(2rem, 4vw, 4.5rem); align-items: center; overflow: hidden; background: radial-gradient(circle at 82% 50%, rgba(78, 7, 53, .22), transparent 34%), #0d090f; }
.visit::before { content: ""; position: absolute; top: 12%; left: 2%; width: 21rem; height: 21rem; border-radius: 50%; background: rgba(231, 183, 200, .05); filter: blur(55px); pointer-events: none; }
.visit__intro, .visit__visual, .visit__details { position: relative; z-index: 1; min-width: 0; }
.visit__eyebrow { margin: 0 0 1rem; color: var(--pink); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.visit__eyebrow span { margin-right: .45rem; }
.visit__intro h2 { margin-bottom: 0; }
.visit__rule { width: min(14rem, 78%); margin: 1.15rem 0; display: flex; align-items: center; gap: .55rem; color: var(--pink); }
.visit__rule span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, rgba(231, 183, 200, .75)); }
.visit__rule span:last-child { background: linear-gradient(90deg, rgba(231, 183, 200, .75), transparent); }
.visit__rule b { font-size: .65rem; font-weight: 400; }
.visit__lead { max-width: 21rem; margin: 0 0 1.35rem; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.visit__route { min-width: 12rem; }
.visit__intro > small { display: block; margin-top: 1.25rem; color: #8f7f88; font-size: .54rem; letter-spacing: .16em; text-transform: uppercase; }
.visit__intro > small::before { content: "✦"; margin-right: .55rem; color: var(--pink); }
.visit__visual { margin: 0; padding: .38rem; border: 1px solid rgba(231, 183, 200, .58); background: rgba(33, 5, 31, .65); box-shadow: .85rem .85rem 0 rgba(231, 183, 200, .16), 0 1.5rem 4rem rgba(0, 0, 0, .35); clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); }
.visit__image { height: clamp(20rem, 33vw, 28rem); overflow: hidden; clip-path: polygon(8% 0, 92% 0, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0 92%, 0 8%); }
.visit__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.8) contrast(1.08) brightness(.82); }
.visit__visual figcaption { position: absolute; right: 7%; bottom: 4%; left: 7%; padding: .75rem .8rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .55rem; border: 1px solid rgba(231, 183, 200, .55); background: rgba(11, 8, 13, .9); text-align: center; backdrop-filter: blur(12px); }
.visit__visual figcaption > span { color: var(--pink); font-size: .55rem; }
.visit__visual figcaption strong, .visit__visual figcaption small { grid-column: 2; display: block; }
.visit__visual figcaption strong { color: #fff; font-family: var(--display); font-size: 1.15rem; font-weight: 400; line-height: 1; }
.visit__visual figcaption small { margin-top: .18rem; color: rgba(255,255,255,.72); font-size: .48rem; letter-spacing: .1em; text-transform: uppercase; }
.visit__visual figcaption > span:first-child { grid-column: 1; grid-row: 1 / 3; }
.visit__visual figcaption > span:last-child { grid-column: 3; grid-row: 1 / 3; }
.visit__details { display: grid; gap: 1rem; }
.visit__info { padding: 0 0 1rem; display: grid; grid-template-columns: 2.7rem 1fr; gap: .9rem; border-bottom: 1px solid var(--line); }
.visit__icon { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid rgba(231, 183, 200, .55); border-radius: 50%; color: var(--pink); font-size: 1.05rem; }
.visit__info small { display: block; margin: .1rem 0 .55rem; color: var(--pink); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.visit__info > div > strong { display: block; color: var(--cream); font-size: .98rem; font-weight: 500; line-height: 1.55; }
.visit__info--hours p { margin: .35rem 0 0; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .72rem; }
.visit__info--hours p strong { color: var(--cream); font-weight: 500; }
.visit__map { position: relative; height: 10rem; overflow: hidden; border: 1px solid rgba(231, 183, 200, .24); background: var(--plum); }
.visit__map-placeholder { width: 100%; height: 100%; padding: 1rem; display: grid; place-content: center; gap: .35rem; background: radial-gradient(circle at 18% 30%, rgba(231,183,200,.18), transparent 32%), linear-gradient(135deg, #23101d, #0b080d); color: var(--cream); text-align: center; }
.visit__map-placeholder small { color: var(--pink); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visit__map-placeholder strong { font-family: var(--display); font-size: 1.1rem; }
.visit__map-placeholder p { margin: 0; color: var(--muted); font-size: .65rem; }
.visit__map::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 2rem rgba(11, 8, 13, .6); }
.visit__map > a { position: absolute; right: .55rem; bottom: .55rem; z-index: 2; padding: .55rem .7rem; border: 1px solid rgba(231, 183, 200, .4); background: rgba(11, 8, 13, .9); color: var(--cream); font-size: .52rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.visit__map > a span { margin-left: .35rem; color: var(--pink); }

.faq { position: relative; display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: center; overflow: hidden; background: var(--cream); color: var(--ink); }
.faq::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .1; background: url("assets/noise-tile.png") repeat; }
.faq__heading, .faq__terminal { position: relative; z-index: 1; }
.faq__eyebrow { margin: 0 0 1rem; color: var(--rose-deep); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.faq h2 { margin-bottom: 1rem; }
.faq h2 em { color: var(--rose-deep); }
.faq__intro { max-width: 17rem; margin: 0; font-size: .88rem; font-weight: 600; line-height: 1.55; }
.faq__art { width: min(20rem, 100%); height: 12rem; margin-top: 1.2rem; display: grid; place-items: center; }
.faq__art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(.5rem .75rem .7rem rgba(11, 8, 13, .16)); }
.faq__terminal { padding: clamp(1.15rem, 2.2vw, 2rem); border: 1px solid rgba(231, 183, 200, .72); clip-path: polygon(3.2% 0, 96.8% 0, 100% 6%, 100% 94%, 96.8% 100%, 3.2% 100%, 0 94%, 0 6%); background: linear-gradient(145deg, #0c0a0d, #050406); color: var(--cream); box-shadow: 0 1.5rem 4rem rgba(11, 8, 13, .2); }
.faq__terminal-top { margin-bottom: .8rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #ded4d9; font-size: .55rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.faq__terminal-top b { color: var(--pink); font-weight: 600; }
.faq__terminal-top i { width: .45rem; height: .45rem; margin-left: .5rem; display: inline-block; border-radius: 50%; background: var(--pink); box-shadow: 0 0 .8rem rgba(231, 183, 200, .8); }
.faq__list { border: 1px solid rgba(231, 183, 200, .22); }
.faq details { border-bottom: 1px solid rgba(231, 183, 200, .22); }
.faq details:last-child { border-bottom: 0; }
.faq summary { min-height: 5.15rem; padding: .8rem 1rem; display: grid; grid-template-columns: 4.2rem 1fr 2.7rem; align-items: center; gap: 1rem; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > b { color: var(--pink); font-family: var(--display); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.faq summary > span { font-size: clamp(.9rem, 1.25vw, 1.12rem); font-weight: 700; }
.faq__toggle { position: relative; width: 2.4rem; height: 2.4rem; display: block; justify-self: end; border: 1px solid rgba(231, 183, 200, .75); border-radius: 50%; transition: background .25s ease, transform .25s ease; }
.faq__toggle::before, .faq__toggle::after { content: ""; position: absolute; top: 50%; left: 50%; width: .9rem; height: 1px; background: var(--powder); transform: translate(-50%, -50%); transition: transform .25s ease; }
.faq__toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] .faq__toggle { border-color: var(--powder); background: var(--powder); }
.faq details[open] .faq__toggle::before { background: var(--ink); }
.faq details[open] .faq__toggle::after { transform: translate(-50%, -50%) rotate(0); background: var(--ink); }
.faq details p { margin: 0 .8rem .8rem 5.2rem; padding: 1rem 1.2rem; border: 1px solid rgba(11, 8, 13, .08); clip-path: polygon(1.5% 0, 98.5% 0, 100% 15%, 100% 85%, 98.5% 100%, 1.5% 100%, 0 85%, 0 15%); background: linear-gradient(120deg, #edb7cb, #f4c9d7); color: var(--ink); font-size: .77rem; line-height: 1.65; }
.faq__chips { margin-top: 1rem; display: flex; justify-content: space-around; gap: .7rem; }
.faq__chips span { min-width: 7rem; padding: .45rem .75rem; border: 1px solid rgba(231, 183, 200, .34); border-radius: 999px; color: #d4c7cd; font-size: .48rem; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.faq__chips span::first-letter { color: var(--pink); }

.site-footer { padding: 4rem var(--pad) 1.5rem; background: #070508; }
.site-footer__cta { padding: 0 0 2.5rem; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.site-footer__logo { width: clamp(10rem, 16vw, 14rem); }
.site-footer__logo img { width: 100%; height: auto; object-fit: contain; }
.site-footer__logo .brand-wordmark strong { font-size: clamp(2rem, 4vw, 3rem); }
.site-footer__logo .brand-wordmark small { font-size: .55rem; }

.site-footer__cta-copy { display: flex; justify-content: flex-end; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); text-align: right; }
.site-footer__cta-copy h2,
.site-footer__cta-title { max-width: 24rem; margin: 0; font-family: var(--display); font-size: clamp(2rem, 3vw, 3.35rem); font-weight: 800; line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.site-footer__cta-copy .button { flex: 0 0 auto; }
.site-footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.site-footer__links div { display: grid; align-content: start; gap: .6rem; }
.site-footer__links span { margin-bottom: .8rem; color: var(--pink); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__links a { width: max-content; color: var(--muted); transition: color .2s ease; }
.site-footer__links a:hover { color: var(--cream); }
.site-footer__bottom { padding-top: 2rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: #7d7078; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.mobile-booking { display: none; }
.booking-dialog { width: min(52rem, calc(100% - 2rem)); max-height: calc(100svh - 2rem); border: 1px solid var(--line); padding: clamp(1.4rem, 4vw, 3rem); background: var(--ink-soft); color: var(--cream); box-shadow: 0 2rem 8rem rgba(0, 0, 0, .65); }
.booking-dialog::backdrop { background: rgba(3, 2, 3, .8); backdrop-filter: blur(10px); }
.booking-dialog__top { display: flex; justify-content: space-between; align-items: start; gap: 2rem; }
.booking-dialog__top .eyebrow { margin-bottom: .7rem; }
.booking-dialog h2 { margin: 0; font-family: var(--display); font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 700; line-height: 1; }
.dialog-close { width: 2.7rem; height: 2.7rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cream); cursor: pointer; font-size: 1.6rem; }
.booking-dialog__intro { max-width: 34rem; color: var(--muted); }
.booking-options { margin-top: 2rem; border-top: 1px solid var(--line); }
.booking-options a { padding: 1.1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); transition: padding .25s ease, color .25s ease; }
.booking-options a:hover { padding-right: .5rem; padding-left: .5rem; color: var(--powder); }
.booking-options a > span:first-child { display: flex; gap: 1.3rem; align-items: center; }
.booking-options small { color: var(--pink); }
.booking-options a > span:last-child { color: var(--muted); font-size: .72rem; }
.booking-dialog__note { margin: 1.5rem 0 0; color: var(--muted); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(2rem); transition: opacity .8s ease, transform .8s cubic-bezier(.2, .75, .25, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .intro { grid-template-columns: 1fr .78fr; }
  .intro__heading { grid-column: 1; grid-row: 1; }
  .intro__visual { grid-column: 2; grid-row: 1 / 3; }
  .intro__copy { grid-column: 1; grid-row: 2; }
  .studio { gap: 3rem; }
  .studio__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio__facts > div { min-height: 5.8rem; }
  .contact-form__grid { grid-template-columns: 1fr 1fr; }
  .contact-form__message { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .services { width: 100%; border-right: 0; border-left: 0; box-shadow: none; }
  .desktop-nav, .site-header > .button { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 6.6rem; }
  .hero__copy { align-self: start; }
  .hero__title { width: 103%; font-size: clamp(3.35rem, 9vw, 5.2rem); }
  .hero__bottom { width: min(35rem, 90%); margin-left: 0; }
  .hero__visual { height: 30rem; min-height: 27rem; margin: 1rem -6% 0 6%; }
  .hero__photo { width: 68%; }
  .hero__meta { margin-top: 2rem; }
  .intro { grid-template-columns: 1fr .78fr; align-items: center; }
  .intro__heading { grid-column: 1; grid-row: 1; }
  .intro__visual { grid-column: 2; grid-row: 1 / 3; }
  .intro__copy { grid-column: 1; grid-row: 2; align-self: end; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin-left: auto; }
  .service-card { grid-template-columns: 0 1fr; }
  .service-card:hover { grid-template-columns: 0 1fr; }
  .service-card__media { display: none; }
  .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio { grid-template-columns: 1fr; gap: 2.5rem; }
  .studio__visual { width: min(76%, 25rem); }
  .studio__nameplate { right: -1rem; }
  .studio__copy { width: min(100%, 46rem); margin: 0 auto; }
  .process { grid-template-columns: 1fr; align-items: stretch; }
  .process__heading { position: static; align-self: start; }
  .process__heading > p { max-width: 34rem; }
  .process__steps { width: min(100%, 56rem); }
  .booking-banner { grid-template-columns: 1fr; gap: 1.5rem; }
  .booking-funnel__intro { grid-template-columns: 1fr; gap: .8rem; }
  .booking-art { min-height: 13rem; }
  .booking-art--logo img { width: min(68%, 25rem); }
  .booking-art--y2k { min-height: 20rem; }
  .booking-art--y2k img { width: min(72%, 24rem); }
  .visit { grid-template-columns: .72fr 1fr; }
  .visit__details { grid-column: 1 / -1; grid-template-columns: .8fr 1fr 1.2fr; align-items: stretch; }
  .visit__info { height: 100%; padding: 1rem; border: 1px solid var(--line); }
  .visit__map { height: 100%; min-height: 10rem; }
}

@media (max-width: 700px) {
  :root { --pad: 1rem; }
  body { padding-bottom: 4.6rem; }
  .cursor-glow { display: none; }
  .site-header { height: 4.25rem; }
  
  .hero { min-height: auto; padding-top: 5.7rem; grid-template-rows: auto; }
  .eyebrow { margin-bottom: .9rem; font-size: .57rem; letter-spacing: .14em; }
  .hero__title { width: 100%; font-size: clamp(2.85rem, 12vw, 3.9rem); line-height: .98; }
  .hero__line--two { margin-top: .08em; margin-left: 0; white-space: normal; }
  .hero__bottom { width: 100%; margin: 1.35rem 0 0; }
  .hero__bottom > p { margin-bottom: 1rem; font-size: .9rem; }
  .button-row { gap: .9rem; }
  .hero__visual { height: 23rem; min-height: 0; margin: 1.25rem -1.25rem 0 0; }
  .hero__photo { width: 78%; height: 90%; }
  .hero__note { display: none; }
  .hero__meta { margin-top: .9rem; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
  .hero__meta a { margin: .7rem 0 0; grid-column: 1 / -1; }
  .ticker { margin-bottom: -.65rem; transform: rotate(-1deg) scale(1.01); }
  .ticker__track { padding: .7rem 0; }
  .section-pad { padding-top: 3rem; padding-bottom: 3rem; }
  .intro h2, .section-heading h2, .lookbook h2, .studio h2, .process h2, .booking-banner h2, .visit h2, .faq h2 { font-size: clamp(2.15rem, 10vw, 2.8rem); line-height: .96; }
  .intro { grid-template-columns: 1fr; gap: 2.2rem; }
  .intro__heading { grid-column: 1; grid-row: auto; }
  .intro__actions { gap: 1rem; }
  .intro__actions .button { width: 100%; }
  .intro__visual { grid-column: 1; grid-row: auto; width: min(88%, 22rem); margin: 0 auto; }
  .intro__image-note { right: -.5rem; bottom: 1rem; min-width: 11.2rem; }
  .intro__copy { grid-column: 1; grid-row: auto; margin-top: 0; }
  .intro__lead { margin-bottom: 1.1rem; }
  .section-heading { gap: 1.2rem; margin-bottom: 2rem; }
  .section-heading > p { margin: 0; }
  .service-card { min-height: 0; grid-template-columns: 1fr; }
  .service-card:hover { grid-template-columns: 1fr; }
  .service-card__media { display: block; height: 9rem; opacity: 1; }
  .service-card__copy { padding: 1.25rem 0; grid-template-columns: 1.6rem 1fr 2.6rem; gap: .7rem; }
  .service-card__meta { grid-column: 2; grid-row: 2; display: flex; text-align: left; gap: .8rem; }
  .service-card__copy .round-link { grid-column: 3; grid-row: 1 / 3; width: 2.75rem; height: 2.75rem; }
  .service-card h3 { font-size: 1.55rem; }
  .service-card__copy div > p:last-child { margin-top: .5rem; font-size: .86rem; }
  .lookbook__heading { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.5rem; }
  .results-grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .result-card figcaption { padding: 2.5rem .65rem .65rem; }
  .result-card figcaption span { font-size: .75rem; }
  .result-card figcaption small { display: none; }
  .button--outline { margin-top: 2rem; }
  .studio { grid-template-columns: 1fr; }
  .studio { padding-right: 1.25rem; padding-left: 1.25rem; }
  .studio::before { inset: .55rem; }
  .studio::after { display: none; }
  .studio__visual { width: min(88%, 23rem); }
  .studio__nameplate { right: -.8rem; bottom: .8rem; min-width: 11.5rem; }
  .studio__copy { margin-top: 1.8rem; }
  .studio__subtitle { font-size: 1rem; }
  .studio__facts { margin-top: 1rem; gap: .5rem; }
  .studio__facts > div { min-height: 5.5rem; }
  .studio__actions { display: grid; gap: .8rem; }
  .studio__actions .button { width: 100%; }
  .studio__actions .text-link { width: max-content; margin: 0 auto; }
  .process { gap: 2rem; }
  .process__ornament { margin-bottom: .9rem; }
  .process__heading > p { margin: 1rem 0 1.35rem; font-size: .84rem; }
  .process__cta { width: 100%; }
  .process__steps { gap: .65rem; }
  .process__steps::before { top: 2rem; bottom: 2rem; left: 2.26rem; }
  .process__steps li { min-height: 0; padding: 1rem .9rem; grid-template-columns: 2.7rem minmax(0, 1fr); gap: .25rem .8rem; align-items: start; }
  .process__steps li:hover { transform: none; }
  .process__steps li::before { display: none; }
  .process__number { grid-column: 1; grid-row: 1; padding-top: .1rem; font-size: 1.3rem; }
  .process__icon { grid-column: 1; grid-row: 2 / 4; width: 2.7rem; height: 2.7rem; margin-top: .35rem; font-size: .85rem; }
  .process__content { grid-column: 2; grid-row: 1 / 3; padding: 0; }
  .process__steps h3 { font-size: 1.45rem; }
  .process__steps p { font-size: .76rem; }
  .process__outcome { grid-column: 2; grid-row: 3; margin-top: .65rem; font-size: .52rem; white-space: normal; }
  .booking-banner { min-height: 0; grid-template-columns: 1fr; }
  .booking-art { min-height: 11rem; width: 100%; margin: 0 auto; }
  .booking-art--logo img { width: min(78%, 20rem); transform: rotate(-3deg); }
  .booking-art--y2k { min-height: 13rem; margin-bottom: -.5rem; }
  .booking-art--y2k img { width: min(68%, 16rem); transform: none; }
  .booking-funnel__intro { margin-bottom: 1.2rem; }
  .booking-path--direct, .booking-path__head { padding: 1rem; grid-template-columns: 1.5rem 1fr; gap: .65rem; }
  .booking-path__spark { display: none; }
  .booking-path--direct > div, .booking-path__head > div { grid-column: 2; }
  .booking-path--direct .button, .booking-path__head .button { grid-column: 2; width: 100%; margin-top: .35rem; }
  .contact-form { padding: 1rem; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-form__message { grid-column: 1; }
  .contact-form__footer { display: grid; }
  .contact-form__footer .button { width: 100%; }
  .visit { grid-template-columns: 1fr; gap: 2rem; }
  .visit__intro { text-align: left; }
  .visit__route { width: 100%; }
  .visit__visual { width: min(92%, 24rem); margin: 0 auto; }
  .visit__image { height: 22rem; }
  .visit__details { grid-column: 1; grid-template-columns: 1fr; gap: .75rem; }
  .visit__info { padding: .9rem; }
  .visit__map { min-height: 13rem; }
  .faq { grid-template-columns: 1fr; gap: 1.6rem; }
  .faq__intro { max-width: 21rem; }
  .faq__art { width: 17rem; height: 8rem; margin-top: .8rem; }
  .faq__terminal { margin: 0 -.25rem; padding: .8rem; clip-path: polygon(4% 0, 96% 0, 100% 3%, 100% 97%, 96% 100%, 4% 100%, 0 97%, 0 3%); }
  .faq__terminal-top { padding: .1rem .25rem; font-size: .44rem; letter-spacing: .11em; }
  .faq summary { min-height: 4.5rem; padding: .7rem; grid-template-columns: 2.3rem minmax(0, 1fr) 2.3rem; gap: .55rem; }
  .faq summary > b { font-size: 1.6rem; }
  .faq summary > span { font-size: .83rem; line-height: 1.35; }
  .faq__toggle { width: 2.15rem; height: 2.15rem; }
  .faq details p { margin: 0 .55rem .55rem; padding: .9rem; font-size: .72rem; }
  .faq__chips { gap: .4rem; }
  .faq__chips span { min-width: 0; flex: 1; padding: .4rem .25rem; font-size: .4rem; letter-spacing: .08em; }
  .site-footer { padding-top: 3rem; }
  .site-footer__cta { padding-bottom: 2rem; grid-template-columns: 7rem minmax(0, 1fr); gap: 1.2rem; }
  .site-footer__logo { width: 9.5rem; }
  .site-footer__logo .brand-wordmark strong { font-size: 1.9rem; }
  .site-footer__cta-copy { display: grid; justify-items: end; gap: 1rem; }
  .site-footer__cta-copy h2,
  .site-footer__cta-title { max-width: 15rem; font-size: clamp(1.65rem, 7vw, 2.25rem); }
  .site-footer__cta-copy .button { min-height: 2.8rem; padding: .7rem 1rem; }
  .site-footer__links { grid-template-columns: 1fr 1fr; }
  .site-footer__links div:last-child { grid-column: 1 / -1; }
  .site-footer__bottom { display: grid; }
  .mobile-booking { position: fixed; right: 0; bottom: 0; left: 0; z-index: 60; display: block; padding: .7rem; background: rgba(11, 8, 13, .96); }
  .mobile-booking .button { width: 100%; }
  .booking-options a { display: grid; }
  .booking-options a > span:last-child { padding-left: 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .cursor-glow { display: none; }
}

@media (pointer: coarse) {
  .cursor-glow { display: none; }
}


/* Accessibility, touch & motion quality */
.skip-link { position: fixed; z-index: 9999; top: .75rem; left: .75rem; padding: .75rem 1rem; transform: translateY(-160%); background: #fff; color: #0b080d; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
a, button, summary, input, select, textarea { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.contact-form input:focus-visible, .contact-form select:focus-visible, .contact-form textarea:focus-visible { outline: 3px solid var(--pink); outline-offset: 2px; border-color: var(--pink); }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}


/* WhatsApp + Telefon Termin-Funnel */
.funnel-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.button--phone { border: 1px solid rgba(255,255,255,.32); background: transparent; color: inherit; }
.button--phone:hover { border-color: var(--pink); color: var(--pink); }
.funnel-note { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; }
.booking-dialog__contact { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .8rem 1rem; align-items: center; }
.booking-dialog__contact p { margin: 0; color: var(--muted); }
@media (max-width: 700px) {
  .mobile-booking { display: grid; grid-template-columns: 1.35fr .8fr; gap: .55rem; }
  .mobile-booking .button { width: 100%; min-width: 0; padding-inline: .7rem; }
  .booking-dialog__contact .button { width: 100%; }
}











/* Accessible light/dark appearance */
html { color-scheme: dark; }
.site-header { grid-template-columns: minmax(7rem,1fr) auto auto auto; column-gap: clamp(.55rem,1.2vw,1.1rem); }
.site-header > .button, .site-header > .theme-toggle { justify-self: end; }
.theme-toggle { justify-self: end; min-width: 4.6rem; min-height: 2.75rem; margin: 0; padding: .45rem .65rem; display: inline-flex; align-items: center; justify-content: center; gap: .38rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(11,8,13,.45); color: var(--cream); cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; touch-action: manipulation; }
.theme-toggle:hover { border-color: var(--pink); }
.theme-toggle > span:first-child { width: 1.25rem; height: 1.25rem; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--ink); font-family: var(--display); font-size: .72rem; }

/* Keep the homepage on the same visual grid as the subpages. */
body:not(.subpage) main > section { width: min(100%, 92rem); margin-inline: auto; }
body:not(.subpage) .hero__title { font-size: clamp(3.6rem, 6.2vw, 7rem); }
body:not(.subpage) .intro h2,
body:not(.subpage) .section-heading h2,
body:not(.subpage) .lookbook h2,
body:not(.subpage) .studio h2,
body:not(.subpage) .process h2,
body:not(.subpage) .booking-banner h2,
body:not(.subpage) .visit h2,
body:not(.subpage) .faq h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
body:not(.subpage) .service-card h3 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
body:not(.subpage) .hero__bottom > p,
body:not(.subpage) .section-heading > p,
body:not(.subpage) .lookbook__heading > p:last-child { font-size: clamp(.98rem, 1.15vw, 1.08rem); }
body:not(.subpage) .intro__summary,
body:not(.subpage) .intro__detail,
body:not(.subpage) .studio__body { font-size: clamp(.92rem, 1.05vw, 1rem); }
body:not(.subpage) .service-card__copy div > p:last-child { font-size: clamp(.9rem, 1vw, 1rem); }
@media (min-width: 981px) {
  body:not(.subpage) .intro,
  body:not(.subpage) .studio { padding-right: var(--pad); padding-left: var(--pad); }
}
@media (max-width: 600px) {
  body:not(.subpage) .hero__title { font-size: clamp(2.85rem, 12vw, 3.9rem); }
  body:not(.subpage) .intro h2,
  body:not(.subpage) .section-heading h2,
  body:not(.subpage) .lookbook h2,
  body:not(.subpage) .studio h2,
  body:not(.subpage) .process h2,
  body:not(.subpage) .booking-banner h2,
  body:not(.subpage) .visit h2,
  body:not(.subpage) .faq h2 { font-size: clamp(2.15rem, 10vw, 2.8rem); }
  body:not(.subpage) .service-card h3 { font-size: clamp(1.65rem, 8vw, 2.35rem); }
}
html[data-theme="light"] { color-scheme: light; --ink: #ffffff; --ink-soft: #fff9fb; --plum: #f8e9ef; --pink: #8b2854; --powder: #8b2854; --rose-deep: #8b2854; --cream: #171015; --muted: #65545d; --line: rgba(23,16,21,.16); background: #ffffff; }
/* The visible brand accents stay on the exact logo pink; compact copy keeps the readable dark token. */
html[data-theme="light"] h1 em,
html[data-theme="light"] h2 em { color: var(--logo-pink); }
html[data-theme="light"] .ticker { background: var(--logo-pink); color: #171015; }
html[data-theme="light"] .intro__spark--two { color: var(--logo-pink); }
html:not([data-theme="light"]) h2 em { color: #e7b7c8; }
html[data-theme="light"] body { background: var(--ink); color: var(--cream); }
html[data-theme="light"] body::before { opacity: .035; }
html[data-theme="light"] .site-header.is-scrolled { background: rgba(255,255,255,.94); }
html[data-theme="light"] .subpage { background: #ffffff; }
html[data-theme="light"] .subpage .site-header { background: rgba(255,255,255,.94); border-color: var(--line); }
html[data-theme="light"] .page-hero { background: radial-gradient(circle at 82% 36%, rgba(139,40,84,.07), transparent 30%), #ffffff; }
html[data-theme="light"] .page-hero__lead { color: var(--muted); }
html[data-theme="light"] .page-hero__badge { background: rgba(11,8,13,.94); color: #fff; }
html[data-theme="light"] .brand img { filter: brightness(0); }
html[data-theme="light"] .mobile-menu { background: rgba(255,255,255,.98); }
html[data-theme="light"] .nav-dropdown__panel { border-color: rgba(11,8,13,.14); background: rgba(255,255,255,.98); box-shadow: 0 1.25rem 3rem rgba(33,5,31,.14); }
html[data-theme="light"] .nav-dropdown__panel a { color: rgba(23,16,21,.72); }
html[data-theme="light"] .nav-dropdown__panel a:hover,
html[data-theme="light"] .nav-dropdown__panel a:focus-visible,
html[data-theme="light"] .nav-dropdown__panel a[aria-current="page"] { background: rgba(139,40,84,.08); color: #171015; }
html[data-theme="light"] .theme-toggle { background: rgba(255,255,255,.32); }
html[data-theme="light"] .hero__bottom > p,
html[data-theme="light"] .intro__summary,
html[data-theme="light"] .intro__detail,
html[data-theme="light"] .intro__copy li small { color: var(--muted); }
html[data-theme="light"] .hero__ambient { opacity: .07; }
html[data-theme="light"] .intro { background: radial-gradient(circle at 46% 45%, rgba(139,40,84,.055), transparent 34%), #ffffff; }
html[data-theme="light"] .lookbook { background: #ffffff; }
html[data-theme="light"] .page-section--dark,
html[data-theme="light"] .page-cta,
html[data-theme="light"] .site-footer,
html[data-theme="light"] .booking-banner,
html[data-theme="light"] .process,
html[data-theme="light"] .visit,
html[data-theme="light"] .faq { background: #ffffff; color: #171015; }
html[data-theme="light"] .page-section--soft { background: #fff7fa; color: #171015; }
html[data-theme="light"] .page-section--light,
html[data-theme="light"] .studio { background: #ffffff; color: #171015; }
html[data-theme="light"] .studio__nameplate { color: #f7eef2; }
html[data-theme="light"] .studio__nameplate span { color: #f7eef2; }
html[data-theme="light"] .studio__facts > div { background: #fff7fa; color: #171015; }
html[data-theme="light"] .studio__facts strong { color: #171015; }
html[data-theme="light"] .studio__facts small { color: #5f4d56; }
html[data-theme="light"] .studio .text-link { color: #171015; }
html[data-theme="light"] .page-section--light p,
html[data-theme="light"] .studio-story__copy p { color: #4e3d46; }
html[data-theme="light"] .process__steps li,
html[data-theme="light"] .process__steps li:hover { background: #fff7fa; color: #171015; }
html[data-theme="light"] .process__steps h3 { color: #171015; }
html[data-theme="light"] .process__icon { background: #ffffff; }
html[data-theme="light"] .booking-funnel__intro > p { color: #5f4d56; }
html[data-theme="light"] .booking-funnel__intro > p strong { color: #762047; }
html[data-theme="light"] .booking-path { background: #fff7fa; color: #171015; }
html[data-theme="light"] .contact-form { background: #ffffff; }
html[data-theme="light"] .booking-path--advice,
html[data-theme="light"] .faq__terminal,
html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form select,
html[data-theme="light"] .contact-form textarea { background: #f9e4eb; color: #171015; }
html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form select:focus,
html[data-theme="light"] .contact-form textarea:focus { background: #ffffff; }
html[data-theme="light"] .faq__terminal-top,
html[data-theme="light"] .faq__chips span { color: #5f4d56; }
html[data-theme="light"] .site-footer__links a:hover { color: #171015; }
html[data-theme="light"] .visit__map iframe { filter: grayscale(.25) contrast(.95) saturate(.8); }
html[data-theme="light"] .result-card figcaption { background: linear-gradient(transparent,rgba(23,16,21,.9)); color: #fff; }
html[data-theme="light"] .result-card figcaption small { color: rgba(255,255,255,.78); }
html[data-theme="light"] .intro__image-note { background: rgba(11,8,13,.92); }
html[data-theme="light"] .cursor-glow { opacity: .08; }
html[data-theme="light"] .mobile-booking {
  border-top: 1px solid rgba(103, 25, 60, .16);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 -.65rem 2rem rgba(33, 5, 31, .1);
}
html[data-theme="light"] .mobile-booking .button--phone {
  border-color: #762047;
  background: #fff;
  color: #67193c;
}
html[data-theme="light"] .mobile-booking .button--phone:hover,
html[data-theme="light"] .mobile-booking .button--phone:focus-visible {
  border-color: #67193c;
  background: #fff5f8;
  color: #67193c;
}

/* The homepage header initially sits on the dark hero, even in light mode.
   Keep its controls light until the solid, light scrolled header takes over. */
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .brand img {
  filter: brightness(0) invert(1);
}
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .desktop-nav > a,
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .desktop-nav > .nav-dropdown > .nav-dropdown__trigger {
  color: rgba(255, 255, 255, .78);
}
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .desktop-nav > a:hover,
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .desktop-nav > a:focus-visible,
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .desktop-nav > a[aria-current="page"],
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .nav-dropdown__trigger.is-section-active {
  color: #fff;
}
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) > .button,
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .menu-toggle {
  border-color: rgba(255, 255, 255, .34);
  color: #fff;
}
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .theme-toggle {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(11, 8, 13, .48);
  color: #fff;
}
html[data-theme="light"] body:not(.subpage) .site-header:not(.is-scrolled) .theme-toggle > span:first-child {
  background: #fff;
  color: #171015;
}
.arrival-note { margin-top: 1rem; padding: 1rem; border: 1px solid var(--line); background: rgba(231,183,200,.04); }
.arrival-note strong { display: block; margin-bottom: .35rem; color: var(--cream); }
.arrival-note p { margin: 0; color: var(--muted); }
.dog-note { margin: 1.5rem 0; padding: 1.2rem 1.35rem; border-left: 3px solid var(--pink); background: rgba(231,183,200,.07); }
.dog-note strong { display: block; margin-bottom: .35rem; }
.dog-note p { margin: 0; }
html[data-theme="light"] .arrival-note,
html[data-theme="light"] .dog-note { background: rgba(123,36,75,.06); }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .theme-toggle { margin-right: .2rem; min-width: 2.75rem; }
  .theme-toggle [data-theme-label] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
}
@media (max-width: 600px) {
  .site-footer__cta,
  .subpage-footer .site-footer__cta { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 1.25rem; }
  .site-footer__logo,
  .subpage-footer .site-footer__logo { width: min(9rem, 42vw); margin-inline: auto; }
  .site-footer__cta-copy { width: 100%; justify-items: center; text-align: center; }
  .site-footer__cta-copy h2,
  .site-footer__cta-title { max-width: 11ch; text-align: center; }
  .site-footer__cta-copy .funnel-actions { width: min(100%, 20rem); display: grid; grid-template-columns: 1fr; justify-self: center; }
  .site-footer__cta-copy .funnel-actions .button { width: 100%; }
  .site-footer__cta-copy .funnel-note { max-width: 20rem; margin: .25rem auto 0; text-align: center; }
  .site-footer__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__links > div { min-width: 0; }
  .site-footer__links a { overflow-wrap: anywhere; }
}

html,
body { max-width: 100%; overflow-x: clip; }

@media (min-width: 701px) and (max-width: 980px) {
  body:not(.subpage) .hero__copy,
  body:not(.subpage) .hero__bottom,
  body:not(.subpage) .hero__visual { min-width: 0; max-width: 100%; }
  body:not(.subpage) .hero__title { width: 100%; overflow-wrap: break-word; hyphens: auto; }
  body:not(.subpage) .hero__visual { margin: 1rem 0 0; overflow: hidden; }
  body:not(.subpage) .hero__note { right: 0; }
}

/* Full-width homepage Jessica section, matching the light subpage sections. */
body:not(.subpage) .studio {
  width: 100%;
  margin: 0;
  padding: clamp(4rem, 7vw, 6.5rem) max(var(--pad), calc((100vw - 78rem) / 2));
  grid-template-columns: minmax(14rem, 18rem) minmax(0, 48rem);
  justify-content: center;
  gap: clamp(2.5rem, 5vw, 5rem);
  border-radius: 0;
}
body:not(.subpage) .studio::before,
body:not(.subpage) .studio::after { display: none; }
body:not(.subpage) .studio__visual {
  width: min(100%, 18rem);
  align-self: center;
  padding: 0;
}
body:not(.subpage) .studio__portrait-frame {
  overflow: hidden;
  border-radius: 0;
  clip-path: none;
  box-shadow: 0 1.25rem 3rem rgba(52, 21, 38, .16);
}
body:not(.subpage) .studio__portrait-frame::before,
body:not(.subpage) .studio__portrait-frame::after { display: none; }
body:not(.subpage) .studio__portrait-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 591 / 864;
  object-position: center;
  clip-path: none;
  transform: none;
}
body:not(.subpage) .studio__nameplate { display: none; }
body:not(.subpage) .studio__copy { align-self: center; }
body:not(.subpage) .studio__eyebrow { margin-bottom: .55rem; }
body:not(.subpage) .studio__copy h2 { margin-bottom: .35rem; }
body:not(.subpage) .studio__ornament { margin: .75rem 0; }
body:not(.subpage) .studio__promise {
  margin: 1rem 0;
  padding: 0 0 0 1rem;
  border: 0;
  border-left: 2px solid var(--accent);
  background: transparent;
}
body:not(.subpage) .studio__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.25rem 0 1rem;
  padding: 0;
  border: 0;
}
body:not(.subpage) .studio__facts > div {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 6.25rem;
  padding: 1rem .9rem .9rem;
  align-content: center;
  justify-items: start;
  gap: .35rem;
  border: 1px solid rgba(139, 40, 84, .16);
  border-top: 2px solid var(--logo-pink);
  background: linear-gradient(145deg, #fff 0%, #fff7fa 100%);
  clip-path: none;
  text-align: left;
}
body:not(.subpage) .studio__facts strong {
  margin: 0;
  color: #171015;
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
}
body:not(.subpage) .studio__facts small {
  margin: 0;
  color: #65545d;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.4;
}
body:not(.subpage) .studio blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}
@media (max-width: 980px) {
  body:not(.subpage) .studio {
    width: 100%;
    padding: clamp(3.5rem, 7vw, 5rem) max(var(--pad), calc((100vw - 46rem) / 2));
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  body:not(.subpage) .studio__visual { width: min(58vw, 16rem); }
  body:not(.subpage) .studio__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  body:not(.subpage) .studio {
    width: 100%;
    margin: 0;
    padding: 3rem 1.25rem 4rem;
    gap: 2rem;
    border-radius: 0;
  }
  body:not(.subpage) .studio__visual { width: min(72vw, 15rem); }
  body:not(.subpage) .studio__copy { margin-top: 0; }
  body:not(.subpage) .studio__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
  }
  body:not(.subpage) .studio__facts > div {
    min-height: 5.5rem;
    padding: .85rem .75rem;
  }
  body:not(.subpage) .studio__facts strong { font-size: clamp(1.05rem, 5vw, 1.28rem); }
  body:not(.subpage) .studio__facts small { font-size: .58rem; }
}

/* Full-bleed eye image while preserving the existing hero grid. */
body:not(.subpage) .hero {
  background: transparent;
  color: #f7eef2;
  overflow: visible;
}
body:not(.subpage) .hero::after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #070508;
  background-image:
    linear-gradient(90deg, rgba(7, 5, 8, .97) 0%, rgba(7, 5, 8, .84) 31%, rgba(7, 5, 8, .25) 60%, rgba(7, 5, 8, .06) 100%),
    linear-gradient(180deg, rgba(7, 5, 8, .1), rgba(7, 5, 8, .48)),
    url("assets/hero-eyes-jessica-desktop.webp");
  background-position: center, center, right 68%;
  background-size: cover, cover, auto 112%;
  background-repeat: no-repeat;
}
body:not(.subpage) .hero__photo { opacity: 0; box-shadow: none; background-image: none; }
body:not(.subpage) .hero__visual::before { opacity: 0; }
body:not(.subpage) .hero__title,
body:not(.subpage) .hero__line--one { color: #f7eef2; }
body:not(.subpage) .hero__line--two,
body:not(.subpage) .hero .eyebrow { color: #e7b7c8; }
body:not(.subpage) .hero__bottom > p { color: #d6c9cf; }
body:not(.subpage) .hero .text-link,
body:not(.subpage) .hero__meta a { color: #f7eef2; }
body:not(.subpage) .hero__meta { color: #b9aab1; }
@media (max-width: 600px) {
  body:not(.subpage) .hero::after {
    background-image:
      linear-gradient(180deg, rgba(7, 5, 8, .9) 0%, rgba(7, 5, 8, .62) 46%, rgba(7, 5, 8, .72) 100%),
      url("assets/hero-eyes-jessica-mobile.webp");
    background-position: center, 44% bottom;
    background-size: cover, auto 82%;
  }
}

/* Compact, overflow-safe homepage layout for phones. */
@media (max-width: 700px) {
  body {
    padding-bottom: calc(5.1rem + env(safe-area-inset-bottom));
  }

  body:not(.subpage) main {
    max-width: 100%;
    overflow-x: clip;
  }

  body:not(.subpage) .hero {
    overflow: clip;
  }

  body:not(.subpage) .hero__visual {
    width: 100%;
    height: 10rem;
    margin: .6rem 0 0;
    transform: none;
  }

  body:not(.subpage) .ticker {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    overflow: clip;
    transform: none;
  }

  body:not(.subpage) .section-pad {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  body:not(.subpage) .intro {
    gap: 1.45rem;
  }

  body:not(.subpage) .intro__visual,
  body:not(.subpage) .booking-art,
  body:not(.subpage) .visit__visual,
  body:not(.subpage) .faq__art {
    display: none;
  }

  body:not(.subpage) .intro__copy ul {
    display: none;
  }

  body:not(.subpage) .intro__proof {
    margin-top: .65rem;
  }

  body:not(.subpage) .intro__actions {
    margin-top: 1.15rem;
  }

  body:not(.subpage) .service-card__media {
    display: none;
  }

  body:not(.subpage) .service-card__copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  body:not(.subpage) .studio {
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
  }

  body:not(.subpage) .studio__visual {
    width: min(58vw, 12rem);
  }

  body:not(.subpage) .process,
  body:not(.subpage) .booking-banner,
  body:not(.subpage) .visit,
  body:not(.subpage) .faq {
    gap: 1.35rem;
  }

  body:not(.subpage) .booking-banner__glow {
    left: 50%;
    width: min(22rem, 100%);
    height: 22rem;
    transform: translate(-50%, -50%);
  }

  body:not(.subpage) .booking-funnel__intro {
    margin-bottom: .9rem;
  }

  body:not(.subpage) .visit__map {
    min-height: 10rem;
  }

  .mobile-booking {
    padding-top: .7rem;
    padding-right: calc(.7rem + env(safe-area-inset-right));
    padding-bottom: calc(.7rem + env(safe-area-inset-bottom));
    padding-left: calc(.7rem + env(safe-area-inset-left));
  }
}

/* Compact Google proof: visible, honest and intentionally secondary. */
.google-proof {
  background: #0d090e;
}

.google-proof__card {
  display: grid;
  grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  border: 1px solid rgba(231, 183, 200, .22);
  background: rgba(255, 255, 255, .025);
}

.google-proof__summary {
  min-width: 0;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease;
}

.google-proof__summary:hover,
.google-proof__summary:focus-visible {
  background: rgba(231, 183, 200, .06);
}

.google-proof__summary:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: -2px;
}

.google-proof__eyebrow,
.google-proof__request-kicker {
  margin: 0 0 .55rem;
  color: var(--pink);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.google-proof__rating {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .65rem;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.google-proof__rating strong {
  grid-row: 1 / 3;
  color: #fff;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  line-height: .9;
}

.google-proof__stars {
  color: #f7b91f;
  font-size: .72rem;
  letter-spacing: .11em;
  line-height: 1;
}

.google-proof__rating small {
  color: #bbaeb5;
  font-size: .62rem;
  line-height: 1.35;
}

.google-proof__link {
  margin-top: .85rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #e7d9df;
  font-size: .69rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.google-proof__link i {
  width: 1.8rem;
  height: 1px;
  background: var(--pink);
  transition: width .2s ease;
}

.google-proof__summary:hover .google-proof__link i {
  width: 2.4rem;
}

.google-proof__request {
  min-width: 0;
  padding: clamp(1.2rem, 2.5vw, 1.8rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  border-left: 1px solid rgba(231, 183, 200, .18);
}

.google-proof__request h2 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.google-proof__request p:not(.google-proof__request-kicker) {
  max-width: 34rem;
  margin: .6rem 0 0;
  color: #bbaeb5;
  font-size: .78rem;
  line-height: 1.55;
}

.google-proof__request-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.google-proof__request .button {
  width: max-content;
  max-width: 100%;
}

.google-proof__request-action small {
  margin-top: .55rem;
  color: #8f8289;
  font-size: .58rem;
  line-height: 1.4;
}

html[data-theme="light"] .google-proof {
  background: #fff8fa;
}

html[data-theme="light"] .google-proof__card {
  border-color: rgba(103, 25, 60, .16);
  background: #fff;
}

html[data-theme="light"] .google-proof__summary:hover,
html[data-theme="light"] .google-proof__summary:focus-visible {
  background: #fff5f8;
}

html[data-theme="light"] .google-proof__rating strong,
html[data-theme="light"] .google-proof__request h2 {
  color: #171015;
}

html[data-theme="light"] .google-proof__stars {
  color: #9a6500;
}

html[data-theme="light"] .google-proof__rating small,
html[data-theme="light"] .google-proof__request p:not(.google-proof__request-kicker) {
  color: #65545d;
}

html[data-theme="light"] .google-proof__link {
  color: #3b2832;
}

html[data-theme="light"] .google-proof__request {
  border-left-color: rgba(103, 25, 60, .14);
}

html[data-theme="light"] .google-proof__request-action small {
  color: #786972;
}

@media (max-width: 850px) {
  .google-proof__card {
    grid-template-columns: 1fr;
  }

  .google-proof__request {
    border-top: 1px solid rgba(231, 183, 200, .18);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  body:not(.subpage) .google-proof {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .google-proof__summary,
  .google-proof__request {
    padding: 1.1rem;
  }

  .google-proof__request {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .google-proof__request h2 {
    font-size: 1.45rem;
  }

  .google-proof__request .button {
    width: 100%;
  }
}

/* Final homepage safeguards: keep content inside compact and tablet grids. */
body:not(.subpage) .hero__copy,
body:not(.subpage) .hero__bottom,
body:not(.subpage) .section-heading > *,
body:not(.subpage) .faq > * { min-width: 0; max-width: 100%; }

body:not(.subpage) .hero__title,
body:not(.subpage) .section-heading h2,
body:not(.subpage) .lookbook h2,
body:not(.subpage) .studio h2,
body:not(.subpage) .process h2,
body:not(.subpage) .booking-banner h2,
body:not(.subpage) .visit h2,
body:not(.subpage) .faq h2 {
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 820px) {
  body:not(.subpage) .faq { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; }
  body:not(.subpage) .faq__terminal { width: 100%; margin-inline: 0; }
}

@media (max-width: 700px) {
  body:not(.subpage) .hero__copy,
  body:not(.subpage) .hero__bottom,
  body:not(.subpage) .hero__title,
  body:not(.subpage) .button-row { width: 100%; min-width: 0; max-width: 100%; }
  body:not(.subpage) .hero__line { max-width: 100%; }
  body:not(.subpage) .hero__title { font-size: clamp(2.5rem, 11.2vw, 3.9rem); hyphens: none; }
  body:not(.subpage) .hero__line--one { white-space: nowrap; }

  /* Give the mobile hero a real image instead of hiding it behind the copy. */
  body:not(.subpage) .hero {
    padding-bottom: 1.35rem;
    background: linear-gradient(155deg, #070508 0%, #0d080e 100%);
  }

  body:not(.subpage) .hero::after {
    background-image:
      radial-gradient(circle at 82% 20%, rgba(231, 183, 200, .09), transparent 34%),
      linear-gradient(155deg, rgba(33, 5, 31, .28), rgba(7, 5, 8, .04));
    background-position: center;
    background-size: cover;
  }

  body:not(.subpage) .hero__visual {
    width: 100%;
    height: clamp(13.5rem, 58vw, 15rem);
    margin: 1.5rem 0 .2rem;
    overflow: visible;
    transform: none;
  }

  body:not(.subpage) .hero__visual::before {
    z-index: 0;
    inset: .55rem -.45rem -.55rem .55rem;
    border-color: rgba(231, 183, 200, .42);
    border-radius: 0;
    background: rgba(231, 183, 200, .08);
    opacity: 1;
    transform: none;
  }

  body:not(.subpage) .hero__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    background-image:
      linear-gradient(180deg, rgba(7, 5, 8, .02), rgba(7, 5, 8, .2)),
      url("assets/hero-eyes-jessica-mobile.webp");
    background-position: center, center 56%;
    background-size: cover, auto 150%;
    background-repeat: no-repeat;
    clip-path: polygon(7% 0, 93% 0, 100% 10%, 100% 90%, 93% 100%, 7% 100%, 0 90%, 0 10%);
    opacity: 1;
    filter: contrast(1.05) saturate(.9);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .34);
  }

body:not(.subpage) .hero__note { display: none; }

  /* Bring one calm studio image back early in the mobile page flow. */
  body:not(.subpage) .intro__visual {
    width: min(82vw, 19rem);
    margin: .25rem auto .35rem;
    padding: .3rem;
    display: block;
  }

  body:not(.subpage) .intro__frame { aspect-ratio: 4 / 3; }
  body:not(.subpage) .intro__photo { background-position: center 46%; }
  body:not(.subpage) .intro__image-note {
    right: -.35rem;
    bottom: .75rem;
    min-width: 10.5rem;
    padding: .65rem .75rem;
  }
  body:not(.subpage) .intro__mini-mark { width: 2rem; height: 2rem; font-size: .9rem; }
}

/* Defer layout and paint work for sections well below the first viewport. */
body:not(.subpage) :is(.lookbook, .google-proof, .studio, .process, .booking-banner, .visit, .faq, .site-footer) {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}

/* Responsive display type: keep German words intact and scale within their grids. */
body:not(.subpage) :is(
  .hero__title,
  .intro h2,
  .section-heading h2,
  .lookbook h2,
  .studio h2,
  .process h2,
  .booking-banner h2,
  .visit h2,
  .faq h2
) {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body:not(.subpage) .hero__title {
  font-size: clamp(3.4rem, 5.2vw, 6.1rem);
}

body:not(.subpage) .section-heading {
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr);
  gap: clamp(3rem, 5vw, 6rem);
}

body:not(.subpage) :is(
  .intro h2,
  .section-heading h2,
  .lookbook h2,
  .studio h2,
  .process h2,
  .booking-banner h2,
  .visit h2,
  .faq h2
) {
  font-size: clamp(2.55rem, 4.1vw, 4.5rem);
}

@media (min-width: 981px) {
  body:not(.subpage) .hero {
    grid-template-columns: 1.12fr .88fr;
  }
}

@media (max-width: 980px) {
  body:not(.subpage) .section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 700px) {
  body:not(.subpage) .hero__title {
    font-size: clamp(2.35rem, 10.4vw, 3.35rem);
  }

  body:not(.subpage) :is(
    .intro h2,
    .section-heading h2,
    .lookbook h2,
    .studio h2,
    .process h2,
    .booking-banner h2,
    .visit h2,
    .faq h2
  ) {
    font-size: clamp(1.75rem, 7.4vw, 2.35rem);
    line-height: 1;
    letter-spacing: -.04em;
  }
}
