/* ============================================================
   MARY'S TATTOO STICK — Maria Egger
   Mobile-first. Base = 390px. Desktop derived via min-width.
   Palette from logo. Osmo components ported. Osmo scaling system.
   ============================================================ */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html, body { width: 100%; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: auto; }
body { overflow-x: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button, a { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
a { text-decoration: none; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- Osmo scaling system (spacing source) ---------- */
/* Desktop */
:root {
  --size-unit: 16;
  --size-container-ideal: 1440;
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
}
@media screen and (max-width: 991px) {
  :root { --size-container-ideal: 834; --size-container-min: 768px; --size-container-max: 991px; }
}
@media screen and (max-width: 767px) {
  :root { --size-container-ideal: 390; --size-container-min: 480px; --size-container-max: 767px; }
}
@media screen and (max-width: 479px) {
  :root { --size-container-ideal: 390; --size-container-min: 320px; --size-container-max: 479px; }
}

/* ---------- Palette + tokens ---------- */
:root {
  --cream: #f7f3ec;
  --cream-deep: #efe8db;
  --ink: #1c1a17;
  --ink-section: #141210;
  --gold: #c19e57;
  --gold-deep: #a8853f;
  --line: rgba(28,26,23,0.14);
  --line-gold: rgba(193,158,87,0.30);

  --ff-display: "DM Sans", sans-serif;
  --ff-body: "DM Sans", sans-serif;
  --ff-script: "Homemade Apple", cursive;
  --ff-mono: "IBM Plex Mono", ui-monospace, monospace;

  --pad-x: 1.25rem;
  --maxw: 78rem;
}
@media (min-width: 768px) { :root { --pad-x: 2.5rem; } }
@media (min-width: 992px) { :root { --pad-x: 3.5rem; } }

html { font-size: var(--size-font); }
@media (max-width: 479px) { html { font-size: 16px; } } /* hard floor: font >=16px */

body {
  font-family: var(--ff-body);
  background-color: var(--cream);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* ---------- Type primitives ---------- */
.kicker {
  font-family: var(--ff-mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.kicker--on-dark { color: var(--gold); }
.kicker::before {
  content: "";
  width: 1.6em; height: 1px;
  background: currentColor; opacity: 0.6;
  display: inline-block;
}
.kicker.no-rule::before { display: none; }

.section-num {
  font-family: var(--ff-mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--gold-deep);
}

.display {
  font-family: var(--ff-display);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.i-gold {
  font-family: var(--ff-script);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: var(--gold-deep);
  font-size: 0.78em;
  line-height: 1;
  display: inline-block;
  transform: rotate(-2.5deg) translateY(0.06em);
}
.on-dark .i-gold, .sec--ink .i-gold { color: var(--gold); }

.script {
  font-family: var(--ff-script);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
}
.script--gold { color: var(--gold-deep); }
.sec--ink .script--gold { color: var(--gold); }

.lead {
  font-family: var(--ff-body);
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) { .lead { font-size: 1.6rem; max-width: 24ch; } }

.body-copy { max-width: 34ch; color: rgba(28,26,23,0.82); }
.sec--ink .body-copy { color: rgba(247,243,236,0.72); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.section { padding-block: 5rem; position: relative; }
@media (min-width: 768px) { .section { padding-block: 7.5rem; } }
.sec--ink { background: var(--ink-section); color: var(--cream); }
.sec--cream-deep { background: var(--cream-deep); }

.eyebrow-row {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: 2.25rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.sec--ink .eyebrow-row { border-color: var(--line-gold); }
.eyebrow-row .kicker::before { display: none; }

/* ---------- Utility reveal ---------- */
[data-split="heading"] { visibility: hidden; }
.text-line-mask { padding-bottom: 0.12em; margin-bottom: -0.12em; }
/* la maschera di SplitText è overflow:hidden alta quanto la riga: con .i-gold
   (script, ruotato e spinto giù di 0.06em) le discendenti — j, p, g, f — finivano
   tagliate. Le righe che contengono lo script hanno bisogno di più fondo. */
.text-line-mask:has(.i-gold), .text-line-mask:has(.script) {
  padding-bottom: 0.42em; margin-bottom: -0.42em;
}

[data-underline-link] { position: relative; }
[data-underline-link]::before {
  content: ""; position: absolute; bottom: -0.06em; left: 0;
  width: 100%; height: 0.08em; background: currentColor;
  transform: scaleX(0) rotate(0.001deg); transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.625,0.05,0,1);
}
@media (hover: hover) and (pointer: fine) {
  [data-underline-link]:hover::before { transform-origin: left; transform: scaleX(1) rotate(0.001deg); }
}

/* ============================================================
   BEAT 0 — LOADER GATE (logo-reveal-loader ported)
   ============================================================ */
.loader {
  position: fixed; inset: 0 0 auto; z-index: 200;
  width: 100%; height: 100svh; color: var(--gold);
}
.loader__bg { position: absolute; inset: 0; background: var(--ink-section); overflow: hidden; }
.loader__bg-bar {
  position: absolute; inset: auto 0 0; height: 3px; background: var(--gold);
  transform-origin: 0% 50%; transform: scale3d(0,1,1); z-index: 1;
}
.loader__container {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; height: 100%; gap: 2.25rem;
}
.loader__logo-wrap { position: relative; width: 8.5rem; height: auto; }
@media (min-width: 768px) { .loader__logo-wrap { width: 14.3rem; } }
.loader__logo-item { position: absolute; inset: 0; width: 100%; }
.loader__logo-item.is--base { position: relative; opacity: 0.16; }
.loader__logo-item.is--top { clip-path: inset(100% 0% 0% 0%); }
.loader__logo-img { width: 100%; height: auto; }
.loader__text-wrap {
  position: relative; height: 1.4em; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.loader__text-el {
  position: absolute; white-space: nowrap;
  font-family: var(--ff-mono); font-size: 0.8rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--cream);
}
.loader__hint {
  position: absolute; bottom: 2.25rem; left: 50%; transform: translateX(-50%);
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(247,243,236,0.5);
  opacity: 0; animation: hintPulse 2s ease-in-out 2.2s infinite;
}
@keyframes hintPulse { 0%,100%{opacity:.35;} 50%{opacity:.75;} }
.no-scroll { overflow: hidden; height: 100svh; }

/* ============================================================
   TOP NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 90;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem var(--pad-x);
  mix-blend-mode: normal;
  transition: background 0.4s ease, color 0.4s ease, padding 0.4s ease;
}
.nav.is-solid {
  background: rgba(20,18,16,0.86);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  color: var(--cream);
}
.nav__brand { display: flex; align-items: center; gap: 0.6rem; color: var(--ink); transition: color 0.4s ease; }
.nav.is-solid .nav__brand { color: var(--cream); }
.nav { color: var(--ink); }
.nav__brand-logo { width: 1.7rem; height: auto; }
.nav__brand-name { font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; }
.nav__links { display: none; }
@media (min-width: 768px) {
  .nav__links { display: flex; gap: 1.75rem; }
  .nav__links a { font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: inherit; }
}
.nav__cta {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: var(--gold); padding: 0.65rem 1rem; border-radius: 0.4rem;
  display: inline-flex; align-items: center; gap: 0.5em; min-height: 2.6rem;
}
@media (max-width: 767px) { .nav__cta { display: none; } } /* sticky bottom bar covers mobile */

/* ============================================================
   BEAT 1 — HERO (cream, lass composition: sketch corner,
   centered tagline + script, giant cut wordmark bottom-left)
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  background: var(--cream); color: var(--ink);
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem var(--pad-x) 0;
  overflow: hidden;
}
.hero__sketch {
  position: absolute; top: -2%; left: -6%;
  width: min(52vw, 21rem); opacity: 0.9;
  mix-blend-mode: multiply; pointer-events: none;
}
@media (min-width: 768px) { .hero__sketch { width: min(26vw, 24rem); left: -3%; } }
.hero__center {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 1.1rem; margin-bottom: auto; margin-top: auto; padding-bottom: 2rem;
}
.hero__logo-mark { width: 4.6rem; height: auto; margin-bottom: 0.5rem; }
@media (min-width: 768px) { .hero__logo-mark { width: 5.5rem; } }
.hero__tagline {
  font-family: var(--ff-body); font-weight: 500; font-size: 0.85rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  max-width: 30ch; line-height: 1.6; color: var(--ink);
}
@media (min-width: 768px) { .hero__tagline { font-size: 0.95rem; max-width: 40ch; } }
.hero__tagline-script { font-size: 1.7rem; transform: rotate(-3deg); }
@media (min-width: 768px) { .hero__tagline-script { font-size: 2.1rem; } }
.hero__wordmark {
  position: relative; z-index: 1;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  line-height: 0.82; letter-spacing: -0.03em;
  font-size: clamp(4.4rem, 21vw, 16rem);
  margin-left: calc(var(--pad-x) * -1 - 0.06em);
  margin-bottom: -0.06em;
  white-space: nowrap;
}
.hero__wordmark-line { display: block; }
.hero__wordmark-line--indent { margin-left: 0.42em; }
.hero__corner {
  position: absolute; right: var(--pad-x); bottom: 7.5rem; z-index: 2;
  font-family: var(--ff-mono); font-size: 0.64rem; letter-spacing: 0.18em;
  text-transform: uppercase; text-align: right; color: rgba(28,26,23,0.65);
  line-height: 1.8;
}
@media (min-width: 768px) { .hero__corner { bottom: 9rem; } }
.hero__scroll {
  position: absolute; left: var(--pad-x); top: 40svh; z-index: 2;
  font-family: var(--ff-mono);
  font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep);
  writing-mode: vertical-rl;
}
.hero__scroll span { display: inline-block; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0);} 50%{transform:translateY(4px);} }

/* ============================================================
   TICKER (css-marquee ported)
   ============================================================ */
.ticker { background: var(--gold); color: var(--ink); overflow: hidden; display: flex; width: 100%; border-block: 1px solid var(--gold-deep); }
.ticker__list { flex: none; display: flex; align-items: center; position: relative; }
.ticker__item { display: flex; align-items: center; gap: 1.4rem; padding: 0.85rem 1.4rem 0.85rem 0; }
.ticker__item p { font-family: var(--ff-display); font-style: italic; font-size: 1.1rem; white-space: nowrap; }
.ticker__star { width: 0.8rem; height: 0.8rem; flex: none; }
@keyframes translateX { to { transform: translateX(-100%); } }
[data-css-marquee-list] { animation: translateX 30s linear infinite; animation-play-state: paused; will-change: transform; }

/* ============================================================
   BEAT 2 — ABOUT
   ============================================================ */
.about__grid { display: grid; gap: 3.5rem; }
@media (min-width: 992px) { .about__grid { grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } }
.about__visual { position: relative; padding-top: 3.9rem; padding-bottom: 3.2rem; }
/* «Hey, ich bin Mary!» — firma SOTTO la polaroid, oro pieno e basta:
   niente alone (bocciato dall'owner 13/08). Sta tutta sulla crema, così
   l'oro si legge senza trucchi: prima tagliava dentro la foto scura. */
.about__script-1 {
  position: absolute; left: 6%; bottom: 1.2rem; z-index: 2;
  font-size: 6.9vw; transform: rotate(-3deg); white-space: nowrap;
  color: var(--gold-deep);
}
@media (min-width: 768px) { .about__script-1 { font-size: 2.1rem; bottom: 1.35rem; } }
/* «deine Geschichte, meine Linien» — questa foto è un ritratto con il viso
   in alto al centro: qualsiasi cosa scritta sopra ci finisce sulla faccia
   (owner 13/08). Quindi esce dalla foto e sta sulla crema, sopra il bordo
   destro: oro pieno, niente ombre, si legge e non copre niente. */
.about__script-2 {
  position: absolute; right: 0; top: 2.2rem; z-index: 2;
  font-size: 1.2rem; transform: rotate(-2deg);
  max-width: 80%; text-align: right; line-height: 1.5;
  color: var(--gold-deep);
}
@media (min-width: 768px) { .about__script-2 { font-size: 1.4rem; right: 0; top: 2rem; } }
.about__portrait { position: relative; border-radius: 0.6rem; overflow: hidden; aspect-ratio: 4/5; }
.about__portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.94) contrast(1.02); }
/* Parallax osmo: GSAP trasla il target in yPercent. Se il target è alto quanto
   la cornice, la traslazione scopre il fondo (la banda grigia sotto la foto).
   Il target va sovradimensionato: 120% di altezza, -10% in alto, ±8% di corsa. */
[data-parallax="trigger"] { position: relative; overflow: hidden; }
img[data-parallax="target"] {
  position: absolute; left: 0; top: -10%;
  width: 100%; height: 120%; object-fit: cover;
}
.about__portrait::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 8rem rgba(20,18,16,0.28); pointer-events: none; }
.about__heading { font-size: clamp(2rem, 8vw, 3.4rem); margin-bottom: 1.75rem; }
.about__text p { font-size: 1.05rem; line-height: 1.6; color: rgba(28,26,23,0.82); max-width: 42ch; }
.about__text p + p { margin-top: 1.1rem; }
.about__sign {
  margin-top: 1.75rem; font-family: var(--ff-script);
  font-size: 1.5rem; color: var(--gold-deep); transform: rotate(-2deg); display: inline-block;
}
.about__facts { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; margin-top: 2.25rem; }
.about__fact { }
.about__fact dt { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); }
.about__fact dd { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 300; }

/* ============================================================
   PRESS strip
   ============================================================ */
.press { background: var(--cream-deep); }
.press__quote {
  font-family: var(--ff-display); font-weight: 300; font-size: clamp(1.6rem, 6vw, 3rem);
  line-height: 1.15; letter-spacing: -0.01em; max-width: 20ch;
}
.press__quote .i-gold { font-size: 1em; }
.press__logos { display: flex; flex-wrap: wrap; gap: 1.25rem 2.25rem; margin-top: 2.5rem; align-items: center; }
.press__logo { font-family: var(--ff-mono); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(28,26,23,0.6); }
.press__logo strong { color: var(--ink); font-weight: 500; }

/* ============================================================
   INTERMEZZO — split-word giants (big-typo)
   ============================================================ */
.intermezzo { background: var(--ink-section); color: var(--cream); overflow: clip; padding-block: 4rem; }
.intermezzo--cream { background: var(--cream); color: var(--ink); }
.intermezzo__word {
  font-family: var(--ff-display); font-weight: 500; text-transform: lowercase;
  text-align: center; line-height: 0.86; letter-spacing: -0.04em;
  font-size: 22vw; white-space: nowrap; will-change: transform;
}
.intermezzo__word .brk { display: block; }
.intermezzo__word .i-gold { font-size: 1em; }
@media (min-width: 768px) { .intermezzo__word { font-size: 17vw; } .intermezzo__word .brk { display: inline; } }

/* ============================================================
   BEAT 3 — PORTFOLIO (draggable-infinite-slider ported)
   ============================================================ */
.portfolio { background: var(--ink-section); color: var(--cream); padding-top: 5rem; overflow: hidden; }
.portfolio__head { display: flex; flex-direction: column; gap: 1rem; }
@media (min-width: 768px) { .portfolio__head { flex-direction: row; justify-content: space-between; align-items: flex-end; } }
.portfolio__title { font-size: clamp(2rem, 8vw, 3.6rem); }
.portfolio__hint { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 0.6em; }

.slider__wrap { margin-top: 2.5rem; padding-bottom: 3rem; overflow: visible; cursor: grab; }
.slider__wrap:active { cursor: grabbing; }
.slider__list { display: flex; flex-flow: row; align-items: stretch; will-change: transform; }
.slider__slide { flex: none; width: 78vw; padding-inline: 0.5rem; position: relative; }
@media (min-width: 768px) { .slider__slide { width: 40vw; padding-inline: 0.75rem; } }
@media (min-width: 992px) { .slider__slide { width: 26vw; } }
.slider__slide-inner { position: relative; border-radius: 0.55rem; overflow: hidden; aspect-ratio: 4/5; background: #0f0d0c; }
.slider__img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.93) contrast(1.03); transition: transform 0.9s cubic-bezier(0.625,0.05,0,1); pointer-events: none; }
.slider__slide:hover .slider__img { transform: scale(1.04); }
.slide__caption {
  position: absolute; left: 0.75rem; bottom: 0.75rem; z-index: 2;
  display: flex; align-items: baseline; gap: 0.6em;
  color: var(--cream);
}
.slide__caption .num { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.14em; color: var(--gold); }
.slide__caption .name { font-family: var(--ff-script); font-size: 1.2rem; text-transform: none; transform: rotate(-2deg); display: inline-block; }
.slide__caption::before { content: ""; position: absolute; inset: -0.75rem -0.75rem -0.75rem -0.75rem; z-index: -1; background: linear-gradient(to top, rgba(15,13,12,0.85), rgba(15,13,12,0)); }
.slide__zoomhint { position: absolute; top: 0.75rem; right: 0.75rem; z-index: 2; font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,236,0.7); background: rgba(20,18,16,0.4); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); padding: 0.35em 0.6em; border-radius: 0.3rem; }
.portfolio__foot { margin-top: 1rem; display: flex; justify-content: space-between; align-items: center; }
.portfolio__count { font-family: var(--ff-mono); font-size: 2.5rem; font-weight: 400; display: flex; align-items: center; gap: 0.2em; color: var(--cream); }
.portfolio__count .divider { width: 2px; height: 0.7em; background: var(--gold); transform: rotate(15deg); }
.portfolio__count .total { color: var(--gold); }
.portfolio__nav { display: flex; gap: 0.75rem; }
.portfolio__btn { width: 3.2rem; height: 3.2rem; min-width: 48px; min-height: 48px; border: 1px solid var(--line-gold); border-radius: 0.4rem; display: flex; align-items: center; justify-content: center; color: var(--cream); transition: background 0.4s, color 0.4s; }
.portfolio__btn:hover { background: var(--gold); color: var(--ink); }
.portfolio__btn svg { width: 1.1rem; }
.portfolio__btn.next svg { transform: rotate(180deg); }

/* click-to-zoom lightbox */
.click-zoom__lightbox { z-index: 150; cursor: zoom-out; background: rgba(15,13,12,0.92); display: none; position: fixed; inset: 0; align-items: center; justify-content: center; padding: 1.5rem; }
/* position/inset resettati: il clone porta con sé le classi della card sorgente
   e non deve mai poter uscire dal centraggio flex del lightbox */
[data-click-zoom-lightbox] > img { display: block; position: static; inset: auto; max-width: 100%; max-height: 100%; user-select: none; -webkit-user-drag: none; border-radius: 0.5rem; }

/* ============================================================
   BEAT 4 — APPROACH (2 values)
   ============================================================ */
.approach__grid { display: grid; gap: 2.5rem; margin-top: 1rem; }
@media (min-width: 768px) { .approach__grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.value { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.value__num { font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.18em; color: var(--gold-deep); }
.value__title { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em; font-size: clamp(1.6rem, 6.5vw, 2.6rem); line-height: 1; margin: 1.25rem 0 1rem; }
.value__text { color: rgba(28,26,23,0.8); max-width: 38ch; }

/* ============================================================
   BEAT 5 — REVIEWS (line-reveal-testimonials ported)
   ============================================================ */
.reviews { background: var(--cream-deep); }
.testimonial-lines { display: flex; flex-flow: column; gap: 2.5rem; }
@media (min-width: 768px) { .testimonial-lines { flex-flow: row-reverse; gap: 3rem; } }
.testimonial-lines__controls { display: flex; gap: 1rem; }
@media (min-width: 768px) { .testimonial-lines__controls { flex-direction: column; width: auto; } }
.testimonial-lines__button { width: 3rem; height: 3rem; min-width: 48px; min-height: 48px; border: 1px solid var(--line); border-radius: 0.4rem; display: flex; align-items: center; justify-content: center; transition: background 0.4s, color 0.4s, border-color 0.4s; }
.testimonial-lines__button:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.testimonial-lines__arrow { width: 0.8rem; }
.testimonial-lines__main { display: flex; flex-flow: column; gap: 2.5rem; flex: 1; }
.testimonial-lines__main-details { display: flex; align-items: center; gap: 1.25rem; }
.testimonial-lines__p { font-size: 0.95rem; }
.testimonial-lines__p.is--faded { opacity: 0.5; }
.testimonial-lines__count { display: inline-block; width: 1ch; }
.testimonial-lines__collection { width: 100%; }
.testimonial-lines__list { display: grid; width: 100%; position: relative; }
.testimonial-lines__item { grid-area: 1/1; display: flex; flex-flow: column; gap: 2rem; opacity: 0; visibility: hidden; }
.testimonial-lines__item.is--active { opacity: 1; visibility: visible; }
.testimonial-lines__h { font-family: var(--ff-body); font-weight: 400; font-size: clamp(1.4rem, 5vw, 2.4rem); line-height: 1.18; letter-spacing: -0.015em; }
.testimonial-lines__item-details { display: flex; align-items: center; gap: 1rem; }
.testimonial-lines__item-visual { width: 3.5rem; aspect-ratio: 1; border-radius: 100em; overflow: hidden; flex: none; background: var(--gold); }
.testimonial-lines__item-img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-lines__item-meta .n { font-family: var(--ff-mono); font-size: 0.78rem; letter-spacing: 0.06em; }
.testimonial-lines__item-meta .r { font-size: 0.82rem; opacity: 0.55; }

/* ============================================================
   BEAT 6 — PRE-CARE / FAQ (accordion ported)
   ============================================================ */
.faq__grid { display: grid; gap: 2.5rem; }
@media (min-width: 992px) { .faq__grid { grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: start; } }
.faq__intro .lead { margin-bottom: 1.25rem; }
.accordion-css { position: relative; width: 100%; }
.accordion-css__list { display: flex; flex-flow: column; gap: 0.6rem; }
.accordion-css__item { background: var(--cream-deep); border: 1px solid var(--line); border-radius: 0.5rem; overflow: hidden; }
.sec--ink .accordion-css__item { background: rgba(247,243,236,0.04); border-color: var(--line-gold); }
.accordion-css__item-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.15rem 1.15rem 1.4rem; cursor: pointer; min-height: 48px; }
.accordion-css__item-h3 { font-family: var(--ff-display); font-weight: 400; font-size: 1.12rem; line-height: 1.3; }
.accordion-css__item-icon { flex-shrink: 0; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--gold); color: var(--ink); display: flex; align-items: center; justify-content: center; transform: rotate(180deg); transition: transform 0.6s cubic-bezier(0.625,0.05,0,1); }
[data-accordion-status="active"] .accordion-css__item-icon { transform: rotate(0.001deg); }
.accordion-css__item-icon-svg { width: 1rem; }
.accordion-css__item-bottom { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.6s cubic-bezier(0.625,0.05,0,1); overflow: hidden; }
[data-accordion-status="active"] .accordion-css__item-bottom { grid-template-rows: 1fr; }
.accordion-css__item-bottom-wrap { overflow: hidden; min-height: 0; }
.accordion-css__item-bottom-content { padding: 0 1.4rem 1.4rem; }
.accordion-css__item-p { color: rgba(28,26,23,0.75); font-size: 0.95rem; line-height: 1.6; }
.sec--ink .accordion-css__item-p { color: rgba(247,243,236,0.7); }

/* ============================================================
   BEAT 7 — CONTACT + rotating seal
   ============================================================ */
.contact { background: var(--ink-section); color: var(--cream); position: relative; overflow: hidden; }
.contact__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 992px) { .contact__grid { grid-template-columns: 1.1fr 0.9fr; gap: 4rem; } }
.contact__title { font-size: clamp(2.2rem, 9vw, 4.2rem); margin-bottom: 1.5rem; }
.contact__text { color: rgba(247,243,236,0.75); max-width: 34ch; margin-bottom: 2rem; }
.contact__actions { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.contact__studio { margin-top: 2.75rem; display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; }
.contact__studio dl dt { font-family: var(--ff-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }
.contact__studio dl dd { font-size: 0.98rem; color: rgba(247,243,236,0.85); }

/* seal */
.seal { position: relative; width: min(74vw, 22rem); aspect-ratio: 1; margin: 0 auto; display: grid; place-items: center; }
.seal__ring { position: absolute; inset: 0; width: 100%; height: 100%; will-change: transform; }
.seal__ring text { font-family: var(--ff-mono); font-size: 6.6px; letter-spacing: 3.1px; text-transform: uppercase; fill: var(--gold); }
.seal__logo { width: 34%; z-index: 2; }
.seal__logo img { width: 100%; filter: drop-shadow(0 4px 18px rgba(0,0,0,0.5)); }
.seal__dot { position: absolute; inset: 6%; border: 1px solid var(--line-gold); border-radius: 50%; }

/* primary WhatsApp button (button-003 ported → gold) */
.btn-wa {
  --b-ease: cubic-bezier(0.19,1,0.22,1);
  display: inline-flex; align-items: center; gap: 0.1em; color: var(--ink);
  -webkit-user-select: none; user-select: none; position: relative;
  -webkit-tap-highlight-color: transparent; min-height: 48px;
}
.btn-wa__text-wrap { display: grid; overflow: clip; border-radius: 0.35em; position: relative; }
.btn-wa__text { grid-area: 1/1; padding: 0.95em 1.15em; z-index: 1; transform-origin: center right; transition: rotate 0.5s var(--b-ease), translate 0.5s var(--b-ease); font-family: var(--ff-body); font-weight: 500; font-size: 0.98rem; white-space: nowrap; }
.btn-wa__text.is--hover { rotate: 60deg; translate: 0 -0.95em 0; }
.btn-wa__text-bg { grid-area: 1/1; background: var(--gold); border-radius: 0.35em; }
.btn-wa__icon-wrap { aspect-ratio: 1; width: calc(1em + 1.9em); display: grid; place-items: center; }
.btn-wa__icon-bg { grid-area: 1/1; width: 100%; height: 100%; background: var(--gold); border-radius: 2.5em; }
.btn-wa__icon { grid-area: 1/1; width: 1.15em; z-index: 1; color: var(--ink); transition: rotate 0.5s var(--b-ease); }
@media (hover: hover) and (pointer: fine) {
  .btn-wa:hover .btn-wa__text.is--default { rotate: -60deg; translate: 0 0.95em 0; }
  .btn-wa:hover .btn-wa__text.is--hover { rotate: 0deg; translate: 0 0 0; }
  .btn-wa:hover .btn-wa__icon { rotate: 360deg; }
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 0.6em; min-height: 48px;
  padding: 0.85em 1.1em; border: 1px solid var(--line-gold); border-radius: 0.4rem;
  color: var(--cream); font-family: var(--ff-mono); font-size: 0.74rem;
  letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.4s, color 0.4s;
}
.btn-ghost:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-ghost svg { width: 1rem; }

/* ============================================================
   PROMO — Code MARY. Fascia statica sopra la CTA finale.
   Nessuna richiesta esterna, nessun popup: vive nel flusso di .contact.
   Dismiss ricordato in localStorage (chiave mary-promo-dismissed) —
   lo stato viene applicato prima del paint via .promo-off su <html>.
   ============================================================ */
.promo {
  position: relative;
  display: flex; align-items: flex-start; gap: 0.9rem;
  margin-bottom: 3rem; padding: 1.15rem 1.15rem 1.2rem;
  border: 1px solid var(--line-gold); border-radius: 0.6rem;
  background: rgba(193,158,87,0.055);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.promo.is-out { opacity: 0; transform: translateY(-0.4rem); pointer-events: none; }
.promo__inner { display: grid; gap: 0.6rem; flex: 1 1 auto; min-width: 0; }
.promo__text { font-size: 0.95rem; line-height: 1.65; color: rgba(247,243,236,0.82); max-width: 48ch; }
.promo__code {
  display: inline-block; font-family: var(--ff-mono); font-weight: 500;
  font-size: 0.88em; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); background: rgba(193,158,87,0.08);
  border: 1px solid var(--line-gold); border-radius: 0.3rem;
  padding: 0.15em 0.55em 0.15em 0.7em; margin: 0 0.15em;
}
.promo__ph {
  font-family: var(--ff-mono); font-size: 0.8em; color: var(--gold);
  border: 1px dashed var(--line-gold); border-radius: 0.3rem; padding: 0.1em 0.45em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.promo__close {
  flex: none; width: 2.75rem; height: 2.75rem; margin: -0.5rem -0.5rem 0 0;
  display: grid; place-items: center; border-radius: 50%;
  color: rgba(247,243,236,0.5); transition: color 0.3s, background 0.3s;
}
.promo__close:hover { color: var(--gold); background: rgba(193,158,87,0.1); }
.promo__close svg { width: 0.68rem; }
.promo-off .promo { display: none; }

/* --- Aktion: osmo radial-text-marquee (resources/radial-text-marquee) ---
   Il codice promo gira in arco sopra la riga di istruzioni. Colori di sistema:
   testo crema, separatore oro. Il wrapper CLIPPA: l'SVG sborda di proposito. */
/* il testo sorgente resta nel DOM (lo script legge font e colore da lì) ma è
   fuori dal flusso: è nowrap e in colonna farebbe esplodere la larghezza. */
/* Fascia di handoff a tutta larghezza fra la sezione precedente e il contatto.
   min-width:0 + overflow:clip perché il testo è nowrap e sborda di proposito;
   il padding-top è lo spazio in cui l'arco sale sopra la linea di base. */
.handoff-marquee {
  position: relative; width: 100%; min-width: 0;
  overflow-x: clip; overflow-y: visible;   /* l'arco scende sotto la riga: solo l'orizzontale va tagliato */
  background: var(--ink-section); color: var(--cream);
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.4rem, 7.5vw, 6rem);
}
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.radial-text-marquee { width: 100%; position: relative; }
/* il reset globale mette max-width:100% su svg: qui l'SVG è più largo del wrap
   di proposito (bleed ai lati) e veniva schiacciato — testo rimpicciolito e
   spostato, con il vuoto a destra. */
.radial-text-marquee svg { max-width: none; }
.radial-text-marquee__text {
  text-align: center; letter-spacing: -0.04em; white-space: nowrap;
  user-select: none; font-family: var(--ff-display); font-weight: 800;
  text-transform: uppercase; color: var(--cream);
  font-size: clamp(2rem, 6vw, 4.2rem); line-height: 1.05;
}
/* con il marquee dentro, la promo diventa a colonna e la X si stacca in alto */
@media (prefers-reduced-motion: reduce) { .handoff-marquee { padding-top: 2rem; } }
@media (min-width: 768px) {
  .promo { align-items: center; gap: 1.5rem; padding: 1.2rem 1.5rem; }
  .promo__inner { grid-template-columns: auto 1fr; align-items: center; gap: 1.6rem; }
  .promo__close { width: 2.25rem; height: 2.25rem; margin: 0; }
}

/* ============================================================
   BEAT 9 — FOOTER (footer-parallax ported)
   ============================================================ */
.footer-wrap { position: relative; overflow: hidden; }
.footer {
  position: relative; background: var(--ink-section); color: var(--cream);
  min-height: 96svh; display: flex; flex-direction: column; justify-content: space-between;
  padding: 6.5rem var(--pad-x) 2.5rem; gap: 4rem;
}
.footer__top { display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .footer__top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__claim { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.6rem, 5.5vw, 2.6rem); line-height: 1.02; letter-spacing: -0.02em; max-width: 16ch; }
.footer__claim .i-gold { font-size: 0.85em; }
.footer__col h4 { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer__links { display: flex; flex-direction: column; gap: 0.4rem; align-items: flex-start; }
.footer__links a { font-family: var(--ff-display); font-weight: 300; font-size: 1.5rem; color: var(--cream); }
.footer__wordmark { width: 100%; }
.footer__wordmark-text { font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; font-size: 11.2vw; line-height: 0.8; letter-spacing: -0.03em; color: var(--gold); white-space: nowrap; text-align: center; }
.footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-family: var(--ff-mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,236,0.45); border-top: 1px solid var(--line-gold); padding-top: 1.5rem; }
.footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.75rem; }
.footer__legal a { color: rgba(247,243,236,0.6); transition: color 0.3s; }
.footer__legal a:hover { color: var(--gold); }
.footer__legal span { color: rgba(247,243,236,0.28); }
/* switcher lingua — riga bassa del footer, accanto ai link legali */
.footer__base-mid { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 1.5rem; }
.footer__lang { display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.6rem; }
.footer__lang a { color: rgba(247,243,236,0.6); transition: color 0.3s; }
.footer__lang a:hover { color: var(--gold); }
.footer__lang span { color: rgba(247,243,236,0.28); }
.footer__lang [aria-current="true"] { color: var(--gold); }
.footer-wrap__dark { position: absolute; inset: 0; background: #0a0908; opacity: 0; pointer-events: none; }

/* ============================================================
   STICKY MOBILE WHATSAPP CTA (thumb reach)
   ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  padding: 0.7rem var(--pad-x) calc(0.7rem + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(20,18,16,0.96), rgba(20,18,16,0.72));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  display: flex; gap: 0.6rem;
  transform: translateY(120%); transition: transform 0.5s cubic-bezier(0.625,0.05,0,1);
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta a {
  flex: 1; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 0.6em;
  border-radius: 0.5rem; font-family: var(--ff-body); font-weight: 500; font-size: 1rem;
}
.sticky-cta .wa { background: var(--gold); color: var(--ink); }
.sticky-cta .ig { flex: 0 0 auto; width: 52px; background: rgba(247,243,236,0.08); color: var(--cream); border: 1px solid var(--line-gold); }
.sticky-cta svg { width: 1.25rem; }
@media (min-width: 768px) { .sticky-cta { display: none; } }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  [data-split="heading"] { visibility: visible; }
}

/* ============================================================
   NAV — osmo bold-full-screen-navigation (themed)
   ============================================================ */
.bold-nav-full { z-index: 120; pointer-events: none; position: fixed; inset: 0; }
.bold-nav-full__bar {
  z-index: 2; justify-content: space-between; align-items: center;
  width: 100%; padding: 0.9rem var(--pad-x); display: flex; position: absolute;
}
.bold-nav-full__logo {
  pointer-events: auto; display: flex; align-items: center; gap: 0.55rem;
  color: var(--ink); background: rgba(247,243,236,0.82);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  padding: 0.45rem 0.85rem 0.45rem 0.55rem; border-radius: 2em;
  border: 1px solid rgba(28,26,23,0.08);
}
.bold-nav-full__logo img { width: 1.6rem; height: auto; }
.bold-nav-full__logo span { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; }
.bold-nav-full__hamburger {
  pointer-events: auto; color: var(--ink); cursor: pointer;
  background: rgba(247,243,236,0.82);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(28,26,23,0.08); border-radius: 50%;
  justify-content: center; align-items: center;
  width: 3rem; height: 3rem; min-width: 48px; min-height: 48px;
  display: flex; position: relative; overflow: hidden;
  transition: color 0.4s ease, background 0.4s ease;
}
[data-navigation-status="active"] .bold-nav-full__hamburger { color: var(--cream); background: rgba(20,18,16,0.5); border-color: var(--line-gold); }
[data-navigation-status="active"] .bold-nav-full__logo { color: var(--cream); background: rgba(20,18,16,0.5); border-color: var(--line-gold); }
.bold-nav-full__hamburger-bar {
  background-color: currentColor; width: 1.15rem; height: 2px; position: absolute;
  transform: translate(0,0) rotate(0.001deg);
  transition: transform 0.5s cubic-bezier(.7,0,.3,1);
}
.bold-nav-full__hamburger-bar:nth-child(1) { transform: translate(0,-0.32rem) rotate(0.001deg); }
.bold-nav-full__hamburger-bar:nth-child(3) { transform: translate(0,0.32rem) rotate(0.001deg); }
@media (hover:hover) and (pointer:fine) {
  .bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(1) { transform: translate(0,-0.32rem) scale(0.55,1); }
  .bold-nav-full__hamburger:hover .bold-nav-full__hamburger-bar:nth-child(3) { transform: translate(0,0.32rem) scale(0.55,1); }
}
[data-navigation-status="active"] .bold-nav-full__hamburger-bar:nth-child(1) { transform: translate(0,0) rotate(45deg); }
[data-navigation-status="active"] .bold-nav-full__hamburger-bar:nth-child(2) { transform: translate(-150%,0); }
[data-navigation-status="active"] .bold-nav-full__hamburger-bar:nth-child(3) { transform: translate(0,0) rotate(-45deg); }

.bold-nav-full__tile {
  pointer-events: auto; background: var(--ink-section); color: var(--cream);
  flex-flow: column; justify-content: center; align-items: center;
  width: 100%; height: 100svh; display: flex; position: absolute; top: 0; left: 0;
  /* spazio riservato in basso: la colonna centrata (lista + riga lingua) non
     deve mai finire sotto .bold-nav-full__tile-foot su viewport bassi */
  padding-bottom: clamp(3.5rem, 9svh, 6rem);
  transition: clip-path 1s cubic-bezier(.9,0,.1,1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  visibility: hidden;
}
[data-navigation-status="active"] .bold-nav-full__tile {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  visibility: visible;
}
[data-navigation-status="not-active"] .bold-nav-full__tile { transition: clip-path 1s cubic-bezier(.9,0,.1,1), visibility 0s 1s; }
.bold-nav-full__ul { flex-flow: column; align-items: center; margin: 0; padding: 0; display: flex; gap: 0.2rem; }
.bold-nav-full__link {
  pointer-events: auto; display: inline-flex; align-items: baseline; gap: 0.7rem;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(2rem, 8.5svh, 4.2rem); line-height: 1.04; letter-spacing: -0.02em;
  color: var(--cream); min-height: 48px;
  transform: translateY(1.2em); opacity: 0;
  transition: transform 0.7s cubic-bezier(.6,0,.2,1), opacity 0.5s, color 0.3s;
}
.bold-nav-full__link-num { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.16em; color: var(--gold); font-weight: 400; }
@media (hover:hover) and (pointer:fine) { .bold-nav-full__link:hover { color: var(--gold); } }
[data-navigation-status="active"] .bold-nav-full__link { transform: translateY(0); opacity: 1; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(1) .bold-nav-full__link { transition-delay: 0.25s; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(2) .bold-nav-full__link { transition-delay: 0.31s; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(3) .bold-nav-full__link { transition-delay: 0.37s; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(4) .bold-nav-full__link { transition-delay: 0.43s; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(5) .bold-nav-full__link { transition-delay: 0.49s; }
[data-navigation-status="active"] .bold-nav-full__li:nth-child(6) .bold-nav-full__link { transition-delay: 0.55s; }
/* switcher lingua nell'overlay — mono come i numeri di nav, stessa cascata di entrata */
.bold-nav-full__lang {
  display: flex; align-items: center; gap: 0.7rem; margin-top: clamp(0.9rem, 3svh, 2.2rem);
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
  opacity: 0; transform: translateY(1.2em);
  transition: transform 0.7s cubic-bezier(.6,0,.2,1) 0.61s, opacity 0.5s 0.61s;
}
[data-navigation-status="active"] .bold-nav-full__lang { opacity: 1; transform: translateY(0); }
.bold-nav-full__lang a { color: rgba(247,243,236,0.5); min-height: 48px; display: inline-flex; align-items: center; transition: color 0.3s; }
@media (hover:hover) and (pointer:fine) { .bold-nav-full__lang a:hover { color: var(--gold); } }
.bold-nav-full__lang-cur { color: var(--gold); min-height: 48px; display: inline-flex; align-items: center; }
.bold-nav-full__lang-sep { color: rgba(247,243,236,0.25); }

.bold-nav-full__tile-foot {
  position: absolute; bottom: calc(1.5rem + env(safe-area-inset-bottom)); left: var(--pad-x); right: var(--pad-x);
  display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem;
  opacity: 0; transition: opacity 0.5s 0.6s;
}
[data-navigation-status="active"] .bold-nav-full__tile-foot { opacity: 1; }
.bold-nav-full__tile-script { font-size: 1.35rem; min-height: 48px; display: inline-flex; align-items: center; }
.bold-nav-full__tile-social { display: flex; gap: 1.25rem; }
.bold-nav-full__tile-social a { font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.65); min-height: 48px; display: inline-flex; align-items: center; }

/* ============================================================
   HERO trail — osmo stacking-image-trail (themed)
   ============================================================ */
.hero__trail { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: clip; }
.hero__trail-item {
  position: absolute; left: 50%; top: 50%;
  width: clamp(7rem, 26vw, 12rem); aspect-ratio: 4/5;
  transform: translate(-50%, -50%);
  border-radius: 0.4rem; overflow: hidden;
  box-shadow: 0 14px 40px rgba(28,26,23,0.22);
  opacity: 0; transition: opacity 0.4s ease;
}
.hero__trail-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92); }
[data-stacked-trail-area="hover"] .hero__trail-item { opacity: 1; }
.hero__trail-item:nth-child(2) { rotate: 3deg; }
.hero__trail-item:nth-child(3) { rotate: -4deg; }
.hero__trail-item:nth-child(4) { rotate: 2deg; }
.hero__trail-item:nth-child(5) { rotate: -2deg; }
.hero__center, .hero__wordmark, .hero__corner, .hero__scroll { position: relative; z-index: 2; }
.hero__wordmark { pointer-events: none; }
.hero__corner { position: absolute; }
.hero__scroll { position: absolute; }

/* ============================================================
   TICKER — osmo draggable-marquee-directional (themed)
   ============================================================ */
.ticker { touch-action: pan-y; cursor: grab; user-select: none; -webkit-user-select: none; }
.ticker:active { cursor: grabbing; }
.ticker__collection { display: flex; flex-flow: row nowrap; width: max-content; }
.ticker__list { flex: none; display: flex; align-items: center; }

/* ============================================================
   VERHEILT — osmo before-after-split-slider (themed)
   ============================================================ */
.healed__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
@media (min-width: 768px) { .healed__head { flex-direction: row; justify-content: space-between; align-items: flex-end; } }
.healed__title { font-size: clamp(2rem, 8vw, 3.4rem); }
.healed__sub { max-width: 40ch; color: rgba(28,26,23,0.75); }
.healed__note { display: block; font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(28,26,23,0.45); margin-top: 0.5rem; }
.splitter-wrapper {
  aspect-ratio: 4 / 5; border-radius: 0.6rem;
  width: 100%; position: relative; overflow: hidden;
  touch-action: pan-y;
}
@media (min-width: 768px) { .splitter-wrapper { aspect-ratio: 3 / 2; width: min(95vw, 60rem); margin-inline: auto; } }
.splitter-content { z-index: 0; width: 100%; height: 100%; position: absolute; inset: 0%; }
.splitter-content.is--after { -webkit-clip-path: inset(0 0 0 35%); clip-path: inset(0 0 0 35%); background: var(--cream-deep); }
.splitter-content__img { object-fit: cover; width: 100%; height: 100%; }
.splitter-tag {
  position: absolute; top: 0.9rem; font-family: var(--ff-mono); font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream);
  background: rgba(20,18,16,0.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 0.4em 0.7em; border-radius: 0.3rem;
}
.splitter-tag--left { left: 0.9rem; }
.splitter-tag--right { right: 0.9rem; }
.splitter-handle {
  z-index: 2; cursor: ew-resize; background-color: var(--gold);
  justify-content: center; align-items: center;
  width: 3px; height: 100%; display: flex;
  position: absolute; top: 0; bottom: 0; left: 35%;
}
.splitter-handle__center {
  gap: 0.15em; background-color: var(--gold); border-radius: 100em; flex: none;
  justify-content: center; align-items: center;
  width: 3rem; height: 3rem; min-width: 48px; min-height: 48px;
  display: flex; position: relative;
}
.splitter-handle__icon { justify-content: center; align-items: center; width: 0.9rem; display: flex; }
.splitter-handle__icon svg { width: 100%; }
.splitter-wrapper img::selection { background: none; }
.splitter-handle__center::after {
  content: ''; position: absolute; z-index: 1; width: 100%; height: 100%;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  border-radius: 100em; opacity: 1; border: 1px solid var(--gold);
  transition: all 0.4s cubic-bezier(0.35,1,0.6,1);
}
.splitter-handle:hover .splitter-handle__center::after { width: 135%; height: 135%; opacity: 0.5; }

/* ============================================================
   MOODBOARD — osmo draggable-stickers (themed)
   ============================================================ */
.moodboard { overflow: clip; }
.sticker-container {
  justify-content: center; align-items: center;
  width: 100%; min-height: 92svh; display: flex; position: relative;
}
.sticker-text-wrap { text-align: center; max-width: 46rem; padding-inline: 1.25rem; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.sticker-heading { font-size: clamp(2.2rem, 9vw, 4.5rem); }
.moodboard__sub { max-width: 34ch; color: rgba(28,26,23,0.75); }
.btn-ghost--ink { color: var(--ink); border-color: rgba(28,26,23,0.25); }
.btn-ghost--ink:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.sticker-img-wrap { z-index: 2; pointer-events: none; position: absolute; inset: 0%; overflow: clip; }
.sticker-item {
  pointer-events: auto; cursor: grab; touch-action: none;
  justify-content: center; align-items: center;
  width: 22vw; max-width: 9rem; height: 22vw; max-height: 9rem;
  display: flex; position: absolute;
}
.sticker-item:active { cursor: grabbing; }
.sticker-item.is--1 { top: 9%; left: 7%; }
.sticker-item.is--2 { top: 12%; right: 9%; }
.sticker-item.is--3 { bottom: 13%; left: 12%; }
.sticker-item.is--4 { bottom: 8%; right: 14%; }
.sticker-item.is--5 { top: 42%; left: 3%; }
.sticker-item-img { object-fit: contain; width: 100%; height: 100%; max-height: 100%; -webkit-user-drag: none; user-select: none; }

/* ============================================================
   WAITLIST widget (osmo number-odometer)
   ============================================================ */
.waitlist {
  border: 1px solid var(--line-gold); border-radius: 0.6rem;
  padding: 1.1rem 1.25rem; margin-bottom: 1.75rem;
  display: flex; flex-direction: column; gap: 0.9rem;
  background: rgba(247,243,236,0.03);
}
.waitlist__row { display: flex; align-items: center; gap: 0.7rem; }
.waitlist__dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--gold); flex: none; animation: pulseDot 1.8s ease-in-out infinite; }
@keyframes pulseDot { 0%,100% { box-shadow: 0 0 0 0 rgba(193,158,87,0.5); } 50% { box-shadow: 0 0 0 7px rgba(193,158,87,0); } }
.waitlist__label { font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,236,0.8); line-height: 1.7; }
.waitlist__stat { display: flex; align-items: baseline; gap: 0.8rem; }
.waitlist__num { font-family: var(--ff-display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--gold); }
.waitlist__cap { font-size: 0.85rem; color: rgba(247,243,236,0.6); max-width: 22ch; line-height: 1.45; }

/* ============================================================
   V2 REWORK — hero video, minimal nav bar, seq scrub, stacking,
   typo-scroll, horizontal, waitlist line, seal CTA
   ============================================================ */

/* ---- NAV minimal bar (text only, blend-difference) ---- */
.bold-nav-full__bar { mix-blend-mode: difference; }
.bold-nav-full__logo {
  pointer-events: auto; background: none; border: 0; padding: 0;
  color: #fff; font-family: var(--ff-mono); font-size: 0.66rem;
  letter-spacing: 0.2em; text-transform: uppercase;
}
.bold-nav-full__logo img { display: none; }
.bold-nav-full__menu-word {
  pointer-events: auto; position: relative; color: #fff;
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase;
  min-height: 48px; display: inline-flex; align-items: center; padding-inline: 0.5rem;
  overflow: hidden;
}
@media (min-width: 768px) { .bold-nav-full__menu-word { font-size: 0.86rem; } }
.bold-nav-full__menu-label { display: block; transition: transform 0.5s cubic-bezier(.7,0,.3,1), opacity 0.4s; }
.bold-nav-full__menu-label.is--close { position: absolute; left: 0.5rem; transform: translateY(120%); opacity: 0; }
[data-navigation-status="active"] .bold-nav-full__menu-label.is--open { transform: translateY(-120%); opacity: 0; }
[data-navigation-status="active"] .bold-nav-full__menu-label.is--close { transform: translateY(0); opacity: 1; }
.bold-nav-full__tile-sketch {
  position: absolute; right: -8%; bottom: -4%; width: min(52vw, 20rem);
  opacity: 0.5; pointer-events: none;
}

/* ---- HERO video gate ---- */
.hero { background: var(--ink-section); color: var(--cream); padding: 0; display: flex; flex-direction: column; }
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: saturate(0.85) contrast(1.02);
}
.hero__shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,18,16,0.35), rgba(20,18,16,0.08) 40%, rgba(20,18,16,0.45)); }
.hero__sketch { display: none; }
.hero__card {
  position: relative; z-index: 2;
  background: var(--cream); color: var(--ink);
  width: min(86vw, 26rem);
  margin: auto auto 2rem;
  padding: 2.2rem 1.8rem 2rem;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 1rem;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}
.hero__card-logo { width: 4.2rem; height: auto; }
.hero__card-tagline {
  font-family: var(--ff-body); font-weight: 500; font-size: 0.8rem;
  letter-spacing: 0.13em; text-transform: uppercase; line-height: 1.7; max-width: 26ch;
}
.hero__card-script { font-size: 1.8rem; transform: rotate(-3deg); }
.hero__center { display: none; }
.hero__wordmark { color: var(--cream); z-index: 2; }
.hero__corner { color: rgba(247,243,236,0.75); bottom: 8.5rem; }
.hero__scroll { color: var(--gold); }

/* ---- SEQ scrub (osmo image-sequence-on-scroll) ---- */
.seq { position: relative; height: 240svh; background: var(--ink-section); color: var(--cream); }
.seq__sticky { position: sticky; top: 0; height: 100svh; overflow: clip; }
.seq__element { position: absolute; inset: 0; }
.seq__canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.seq__grain { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(20,18,16,0.35), rgba(20,18,16,0) 30%, rgba(20,18,16,0) 65%, rgba(20,18,16,0.5)); pointer-events: none; }
.seq__kicker { position: absolute; top: 5.2rem; left: var(--pad-x); }
.seq__cap {
  position: absolute; left: var(--pad-x); bottom: 3.2rem; max-width: 80%;
  font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: -0.02em;
  font-size: clamp(1.6rem, 7.5vw, 3.6rem); line-height: 1;
  opacity: 0; transform: translateY(0.5em);
}
.seq__cap-num { font-family: var(--ff-mono); font-size: 0.45em; letter-spacing: 0.14em; color: var(--gold); vertical-align: 0.35em; margin-right: 0.5em; }
.seq__cap-script { font-size: 1.15em; text-transform: none; letter-spacing: 0; }

/* ---- STACKING 3 pieces (osmo stacking-cards-parallax) ---- */
.stacking { background: var(--ink-section); }
.stacking-cards__collection { width: 100%; }
.stacking-cards__list { flex-flow: column; display: flex; }
.stacking-cards__item {
  color: var(--cream);
  flex-flow: column; justify-content: center; align-items: center;
  width: 100%; min-height: 100svh;
  padding: 3.5rem var(--pad-x);
  display: flex; position: relative; overflow: clip;
  background: var(--ink-section);
}
.stacking-cards__item:nth-child(2) { background: #17140f; }
.stacking-cards__item:nth-child(3) { background: #121013; }
.stacking-cards__media {
  width: min(82vw, 30rem); aspect-ratio: 4/5; overflow: hidden; border-radius: 0.5rem;
  box-shadow: 0 30px 90px rgba(0,0,0,0.5);
}
.stacking-cards__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.94); }
.stacking-cards__caption { display: flex; align-items: baseline; gap: 1rem; margin-top: 1.6rem; }
.stacking-cards__num { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.16em; color: var(--gold); }
.stacking-cards__name { font-size: 1.9rem; color: var(--cream); transform: rotate(-2deg); }

/* ---- TYPO SCROLL portfolio (osmo big-typo-scroll-preview) ---- */
.typo-scroll { width: 100%; position: relative; overflow: clip; }
.typo-scroll__collection { flex-flow: column; align-items: center; width: 100%; height: 100%; display: flex; }
.typo-scroll__list { flex-flow: column; width: 100%; display: flex; }
.typo-scroll__item { width: 100%; }
.typo-scroll__link { color: inherit; justify-content: center; width: 100%; text-decoration: none; display: flex; padding-block: 0.35em; }
.typo-scroll__h {
  text-align: center; letter-spacing: -0.04em; text-transform: uppercase; white-space: nowrap;
  margin: 0; font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(2.1rem, 10.5vw, 7.5rem); line-height: 0.95;
  color: rgba(247,243,236,0.92);
  transition: color 0.4s ease, opacity 0.4s ease;
}
[data-typo-scroll-item="active"] .typo-scroll__h { z-index: 2; position: relative; color: var(--gold); }
.typo-scroll__media {
  aspect-ratio: 3/4; pointer-events: none; width: min(56vw, 15rem);
  position: fixed; top: 50%; left: 50%; overflow: hidden; transform: translate(-50%,-50%);
  --po: 1.5em;
  transition: clip-path 1.2s cubic-bezier(0.16,1,0.3,1);
  clip-path: polygon(calc(0% + var(--po)) calc(0% + var(--po)), calc(100% - var(--po)) calc(0% + var(--po)), calc(100% - var(--po)) calc(100% - var(--po)), calc(0% + var(--po)) calc(100% - var(--po)));
  opacity: 0; z-index: 1; border-radius: 0.35rem;
}
.typo-scroll__media img { width: 100%; height: 100%; object-fit: cover; }
[data-typo-scroll-item="active"] .typo-scroll__media { clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); opacity: 1; }
.typo-scroll__media.is--2-3 { aspect-ratio: 2/3; width: min(50vw, 13rem); }
.typo-scroll__media.is--1-1 { aspect-ratio: 1; width: min(58vw, 16rem); }
@media (min-width: 992px) {
  .typo-scroll__media { width: 17.5vw; }
  .typo-scroll__media.is--2-3 { width: 16.5vw; }
  .typo-scroll__media.is--1-1 { width: 20vw; }
}
.typo-scroll__foot { margin-top: 2.5rem; text-align: center; }
.typo-scroll__foot .kicker { justify-content: center; }

/* ---- STUDIO & PRESSE — vertikal, Zitat als Held ---- */
.presse__quote-wrap { margin: 0; padding-block: 1rem 0; }
.presse__quote {
  font-size: clamp(1.7rem, 7.5vw, 3.6rem); line-height: 1.12; letter-spacing: -0.02em;
  color: var(--cream); max-width: 22ch; margin-bottom: 1.1rem;
}
.presse__src {
  font-style: normal; display: block; font-family: var(--ff-mono); font-size: 0.66rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.55);
}
.presse__logos {
  display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: baseline;
  margin-top: 2rem; padding-top: 1.25rem; border-top: 1px solid var(--line-gold);
  font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(247,243,236,0.75);
}
.presse__logos-sep { color: var(--gold); }
.presse__photo {
  position: relative; margin: 2.5rem 0 0; border-radius: 0.6rem; overflow: hidden;
  aspect-ratio: 4/5; max-width: 34rem;
}
@media (min-width: 768px) { .presse__photo { aspect-ratio: 3/2; max-width: 52rem; } }
.presse__photo img { width: 100%; height: 100%; object-fit: cover; }
.presse__cap {
  position: absolute; left: 1.1rem; bottom: 0.9rem; z-index: 2;
  font-size: 1.35rem; color: var(--cream); text-shadow: 0 2px 18px rgba(20,18,16,0.75);
  transform: rotate(-2deg);
}
.presse__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,16,0.45), rgba(20,18,16,0) 40%); }
.presse__claim {
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(1.4rem, 5.8vw, 2.6rem); line-height: 1.12; letter-spacing: -0.015em;
  color: var(--cream); max-width: 24ch; margin-top: 2.75rem;
}
.presse__claim-sub { margin-top: 0.9rem; font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.55); line-height: 1.9; }

/* ---- WAITLIST typographic line (no box) ---- */
.waitlist-line { display: flex; align-items: baseline; gap: 0.9rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.waitlist-line__dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--gold); flex: none; align-self: center; animation: pulseDot 1.8s ease-in-out infinite; }
@keyframes pulseDot { 0%,100% { box-shadow: 0 0 0 0 rgba(193,158,87,0.5); } 50% { box-shadow: 0 0 0 7px rgba(193,158,87,0); } }
.waitlist-line__num { font-family: var(--ff-display); font-weight: 800; font-size: clamp(3rem, 12vw, 5rem); line-height: 0.9; color: var(--gold); letter-spacing: -0.03em; }
.waitlist-line__text { font-size: 0.92rem; color: rgba(247,243,236,0.7); max-width: 24ch; line-height: 1.5; }

/* ---- FLOATING SEAL CTA ---- */
.seal-cta {
  position: fixed; right: 1rem; bottom: calc(1rem + env(safe-area-inset-bottom)); z-index: 110;
  width: 4.6rem; height: 4.6rem; min-width: 64px; min-height: 64px;
  display: grid; place-items: center;
  background: var(--ink-section); border: 1px solid var(--line-gold); border-radius: 50%;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  transform: translateY(160%); transition: transform 0.6s cubic-bezier(0.625,0.05,0,1);
}
.seal-cta.is-visible { transform: translateY(0); }
.seal-cta__ring { position: absolute; inset: 6%; width: 88%; height: 88%; }
.seal-cta__ring text { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: 2.4px; text-transform: uppercase; fill: var(--gold); }
.seal-cta__logo { width: 42%; height: auto; }
@media (min-width: 768px) { .seal-cta { right: 1.5rem; bottom: 1.5rem; } }

/* ---- HERO living-logo rework (no card) ---- */
.hero__card { display: none; }
.hero__shade { background: linear-gradient(to bottom, rgba(20,18,16,0.25), rgba(20,18,16,0) 35%, rgba(20,18,16,0) 60%, rgba(20,18,16,0.55)); }
.hero__tag {
  position: relative; z-index: 2;
  margin: auto auto 0;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.9rem;
  padding-top: 66svh;
}
.hero__tagline-caps {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--cream);
}
.hero__tagline-script { font-size: 1.6rem; transform: rotate(-2.5deg); color: var(--gold); }
@media (min-width: 768px) {
  .hero__tag { padding-top: 60svh; }
  .hero__tagline-caps { font-size: 0.78rem; }
  .hero__tagline-script { font-size: 2rem; }
}
.hero__wordmark { margin-top: 1.6rem; }

/* ============================================================
   V3 — contrast pass, nav logo back, section handoffs, stick video
   ============================================================ */

/* nav logo: white in difference context */
.bold-nav-full__logo { display: inline-flex; align-items: center; gap: 0.55rem; }
.bold-nav-full__logo img { display: block; width: 1.6rem; height: auto; filter: brightness(0) invert(1); }

/* contrast pass: darker gold for text on cream, brighter dim texts */
:root { --gold-text: #8a6b2c; }
.kicker, .section-num { color: var(--gold-text); }
.kicker--on-dark, .sec--ink .kicker, .contact .kicker, .footer .kicker { color: var(--gold); }
.i-gold { color: var(--gold-text); }
.sec--ink .i-gold, .on-dark .i-gold, .contact .i-gold, .footer__claim .i-gold, .presse .i-gold { color: var(--gold); }
.script--gold { color: var(--gold-text); }
.sec--ink .script--gold, .contact .script--gold, .hero .script--gold, .bold-nav-full .script--gold, .stacking .script--gold, .seq .script--gold { color: var(--gold); }
.healed__note { color: rgba(28,26,23,0.6); }
.waitlist-line__text { color: rgba(247,243,236,0.85); }
.footer__base { color: rgba(247,243,236,0.6); }
.hero__corner { color: rgba(247,243,236,0.85); }

/* section handoffs — sheet-stack (rounded tops sliding over, motionsites-style) */
.seq { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; z-index: 2; }
.stacking { z-index: 2; }
#ueber { background: var(--cream); border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 3; }
.intermezzo--cream { position: relative; z-index: 3; }
#arbeiten { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 4; }
.healed { background: var(--cream); border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 5; }
.presse { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 6; overflow: clip; }
#wissen { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 7; }
.moodboard { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 8; }
.contact { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 9; }
.stick { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 10; }
.footer-wrap { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 11; }

/* stick living-logo video */
.stick__visual { aspect-ratio: 4/5; border-radius: 0.8rem; overflow: hidden; background: var(--ink-section); }
.stick__visual .glow { display: none; }
.stick__video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- HERO depth portrait (osmo parallax-image-layers) ---- */
.hero-px {
  position: relative; height: 100svh; overflow: hidden;
  background: var(--ink-section); color: var(--cream);
}
.hero-px__layer, .hero-px__bg { position: absolute; inset: 0; }
.hero-px__bg img {
  width: 100%; height: 117.5%; max-width: none;
  position: absolute; top: -17.5%; left: 0;
  object-fit: cover; pointer-events: none;
}
/* --- botanica hero: sprig oro a sinistra, ramo invertito (le linee nere del
   file diventano crema) a destra. Sta sul layer 2 come il wordmark, quindi
   scorre più lento del ritratto = profondità vera, non un pattern incollato. --- */
.hero-px__flora { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-px__sprig { position: absolute; height: auto; width: auto; }
.hero-px__sprig--l {
  left: -10vw; bottom: -4svh; height: 86svh;
  opacity: 0.5; transform: scaleX(-1) rotate(4deg);
}
.hero-px__sprig--r {
  right: -8vw; top: -6svh; height: 74svh;
  opacity: 0.26; transform: rotate(-9deg);
  filter: invert(1) sepia(0.55) saturate(1.4) brightness(1.05);
}
/* mobile: il ritratto è contenuto e lascia aria in alto — lì va la botanica */
@media (max-width: 767px) {
  .hero-px__sprig--l { height: 54svh; left: -20vw; bottom: 24svh; opacity: 0.5; }
  .hero-px__sprig--r { height: 42svh; right: -16vw; top: 14svh; opacity: 0.22; }
}

.hero-px__wordmark {
  position: absolute; left: 50%; top: 14svh; transform: translateX(-50%);
  z-index: 2; width: 100%;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  text-align: center; line-height: 0.84; letter-spacing: -0.03em;
  font-size: clamp(4rem, 19vw, 15rem);
  color: var(--cream); pointer-events: none;
}
.hero-px__wordmark-line { display: block; white-space: nowrap; }
.hero-px__subject {
  /* il viso sta a ~43% della larghezza della sagoma (il braccio del selfie
     allunga tutto a destra): si sposta la box del 7% per centrare LEI, non il file. */
  position: absolute; left: 50%; bottom: 0; transform: translateX(-43%);
  z-index: 3; height: 74svh; aspect-ratio: 1437/1600; max-width: 100vw;
  pointer-events: none;
}
.hero-px__subject img { height: 100%; width: 100%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 20px 60px rgba(0,0,0,0.45)); }
.hero-px__front {
  position: absolute; left: 0; right: 0; bottom: 9svh; z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  text-align: center; pointer-events: none; padding-inline: var(--pad-x);
}
.hero-px__script { font-size: 1.75rem; transform: rotate(-2.5deg); color: var(--gold); text-shadow: 0 2px 24px rgba(20,18,16,0.65); }
@media (min-width: 768px) { .hero-px__script { font-size: 2.3rem; } }
.hero-px__caps {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(247,243,236,0.9);
}
.hero-px__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 22svh; z-index: 3;
  background: linear-gradient(to top, rgba(20,18,16,0.85), rgba(20,18,16,0));
  pointer-events: none;
}
.hero-px .hero__scroll { position: absolute; left: var(--pad-x); top: 42svh; z-index: 5; }
/* old hero retired */
.hero { display: none; }

/* about facts: 3 columns */
.about__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem 1rem; margin-top: 2.25rem; }
.about__fact dd { font-size: 1.15rem; }
@media (min-width: 768px) { .about__fact dd { font-size: 1.4rem; } }
/* seq slightly shorter on phone */
@media (max-width: 767px) { .seq { height: 200svh; } }

/* ============================================================
   ROUND 5 — elevazione sezioni (sistema unico)
   ============================================================ */

/* --- Die Linie: progress oro dello scrub --- */
.seq__progress {
  position: absolute; left: 0; right: 0; bottom: 0; height: 2px; z-index: 4;
  background: var(--gold); transform-origin: left center; transform: scaleX(0);
}

/* --- Arbeiten mobile: nomi a sinistra, preview a destra, resto dim --- */
@media (max-width: 991px) {
  .typo-scroll__link { justify-content: flex-start; padding-inline: var(--pad-x) 44vw; }
  .typo-scroll__h { text-align: left; font-size: clamp(1.9rem, 8.5vw, 3.6rem); }
  .typo-scroll__media { left: auto; right: 4vw; transform: translateY(-50%); width: 38vw; }
  .typo-scroll__media.is--2-3 { width: 34vw; }
  .typo-scroll__media.is--1-1 { width: 40vw; }
  .typo-scroll__list:has([data-typo-scroll-item="active"]) [data-typo-scroll-item=""] .typo-scroll__h { opacity: 0.22; }
}
[data-typo-scroll-item="active"] .typo-scroll__media { pointer-events: auto; cursor: zoom-in; }

/* --- FAQ: numeri + chevron corretti (chiuso = giù, aperto = su) --- */
.accordion-css__item-num {
  font-family: var(--ff-mono); font-size: 0.64rem; letter-spacing: 0.16em;
  color: var(--gold); flex: none; margin-right: 1rem; align-self: center;
}
.accordion-css__item-icon { transform: rotate(0.001deg); }
[data-accordion-status="active"] .accordion-css__item-icon { transform: rotate(180deg); }

/* --- Moodboard: braccio in line-art come piano di lavoro, sticker più grandi --- */
.moodboard__arm {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(6deg);
  width: min(72vw, 26rem); opacity: 0.55; pointer-events: none;
  mix-blend-mode: multiply; z-index: 0;
  -webkit-mask-image: radial-gradient(ellipse 62% 58% at 50% 50%, #000 48%, transparent 74%);
  mask-image: radial-gradient(ellipse 62% 58% at 50% 50%, #000 48%, transparent 74%);
}
.sticker-text-wrap { z-index: 1; }
.sticker-item { width: 30vw; max-width: 10.5rem; height: 30vw; max-height: 10.5rem; }
.sticker-item.is--6 { top: 58%; right: 4%; }
.sticker-item-img { filter: drop-shadow(0 6px 14px rgba(28,26,23,0.18)); }
.btn-ghost.is-pulsing { animation: ctaPulse 1.6s ease-in-out 2; }
@keyframes ctaPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(193,158,87,0); }
  50% { box-shadow: 0 0 0 9px rgba(193,158,87,0.18); }
}

/* --- Kontakt: anteprima bolla WhatsApp --- */
.wa-preview { margin-bottom: 1.4rem; max-width: 30ch; }
.wa-preview__bubble {
  position: relative; background: rgba(247,243,236,0.08); border: 1px solid rgba(247,243,236,0.12);
  border-radius: 0.9rem 0.9rem 0.9rem 0.2rem; padding: 0.8rem 1rem;
  font-size: 0.92rem; line-height: 1.5; color: rgba(247,243,236,0.85);
}
.wa-preview__cursor {
  display: inline-block; width: 2px; height: 1em; background: var(--gold);
  vertical-align: text-bottom; animation: waCursor 1.1s steps(1) infinite;
}
@keyframes waCursor { 50% { opacity: 0; } }
.wa-preview__meta {
  display: block; margin-top: 0.4rem; font-family: var(--ff-mono); font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.4);
}

/* --- Stick: prodotto al posto del video --- */
.stick__visual img.stick__img { width: 100%; height: 100%; object-fit: cover; display: block; filter: none; }
.stick__visual .glow { display: block; }

/* --- About: underline draw sotto la firma --- */
.about__sign[data-underline-draw] { position: relative; display: inline-block; }
.about__sign[data-underline-draw]::after {
  content: ""; position: absolute; left: 0; right: 0.2em; bottom: -0.18em; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.625,0.05,0,1);
}
.about__sign.is-drawn::after { transform: scaleX(1); }

/* --- Meisterstücke: caption leggibili --- */
.stacking-cards__num { font-size: 0.7rem; color: var(--gold); }
.stacking-cards__name { font-size: 1.9rem; }

/* --- Grade caldo unico su tutte le foto di lavoro --- */
.stacking-cards__media img, .typo-scroll__media img, .presse__photo img, .about__portrait img {
  filter: saturate(0.92) contrast(1.03) sepia(0.05);
}

/* ============================================================
   ROUND 6 — Linie fotografica, IG rail, credit leone, Eppan
   ============================================================ */

/* --- Die Linie: 3 foto reali stacked, reveal dal basso --- */
.seq__photo { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.seq__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.94) contrast(1.03); }
/* le tre foto sono verticali dentro una finestra sticky larga: al centro il
   taglio mangiava la testa del soggetto. Su schermo largo si guarda più in alto. */
@media (min-aspect-ratio: 1/1) {
  .seq__photo.is--1 img { object-position: 46% 36%; }
  .seq__photo.is--2 img { object-position: 50% 38%; }
  .seq__photo.is--3 img { object-position: 50% 40%; }
}
.seq__photo.is--2, .seq__photo.is--3 { will-change: clip-path; }

/* --- IG rail (osmo draggable-marquee-directional) --- */
.ig-rail { padding-block: 3.5rem 4rem; overflow: clip; }
.ig-rail__head { margin-bottom: 1.75rem; }
.ig-rail__handle { color: var(--gold); }
.ig-rail__ticker { touch-action: pan-y; background: transparent; border-block: 0; }
.ig-rail__item {
  display: block; flex: none; width: min(62vw, 20rem); aspect-ratio: 4/5;
  border-radius: 0.5rem; overflow: hidden; margin-right: 0.9rem;
}
.ig-rail__item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.92) contrast(1.03) sepia(0.05);
  transition: transform 0.6s cubic-bezier(0.625,0.05,0,1);
}
@media (hover:hover) and (pointer:fine) { .ig-rail__item:hover img { transform: scale(1.05); } }

/* --- Footer credit — Designed by Tashi Paris + leone --- */
.footer__credit {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(247,243,236,0.45);
  transition: color 0.5s ease; min-height: 48px;
}
.footer__credit:hover { color: rgba(247,243,236,0.85); }
.footer__credit-lion {
  width: 2.4rem; aspect-ratio: 1800/1005; display: inline-block;
  background: var(--gold); opacity: 0.75;
  -webkit-mask: url('../brand/lion-mark.svg') no-repeat center / contain;
  mask: url('../brand/lion-mark.svg') no-repeat center / contain;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.footer__credit:hover .footer__credit-lion { opacity: 1; transform: scale(1.06); }
.footer__credit-name { font-family: var(--ff-script); font-size: 1.05rem; letter-spacing: 0; text-transform: none; color: var(--gold); }

/* --- Kontakt: link Route --- */
.contact__route { display: inline-block; margin-top: 0.3rem; color: var(--gold); font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 1px solid var(--line-gold); padding-bottom: 0.15em; min-height: 0; }

/* --- number-odometer (osmo style.css — porto mancante, fix strisce cifre) --- */
[data-odometer-element] {
  display: inline-flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
}
[data-odometer-part="mask"],
[data-odometer-part="static"] {
  display: inline-block;
  overflow: clip;
  padding: 0.05em;
  margin: -0.05em;
}
[data-odometer-part="roller"] {
  display: block;
  white-space: pre;
  text-align: center;
  will-change: transform;
}

/* --- Hero: grana pellicola sopra il blur (via il feel sintetico) --- */
.hero-px__grain {
  position: absolute; inset: 0; z-index: 5; pointer-events: none;
  opacity: 0.09; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
}

/* ============================================================
   HERO v2 — professionale: gold spento, pannello scuro dietro Maria
   ============================================================ */
.hero-px__bg img { filter: brightness(0.52) saturate(0.8); }
/* Il pannello era una card rettangolare: con il ritratto a tutta figura il bordo
   tagliava braccio e capelli e si vedeva il quadrato. Stesso elemento, stesso
   layer di parallax, ma ora è un alone radiale senza bordi: separa il soggetto
   dallo sfondo oro senza disegnare una scatola. */
.hero-px__panel {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -46%);
  width: min(150vw, 62rem); height: 96svh;
  background: radial-gradient(ellipse 46% 50% at 50% 52%,
              rgba(20,18,16,0.72) 0%, rgba(20,18,16,0.5) 42%, rgba(20,18,16,0) 72%);
  border: 0; border-radius: 0; box-shadow: none;
  z-index: 1; pointer-events: none;
}
@media (min-width: 992px) { .hero-px__panel { width: min(120vw, 72rem); height: 100svh; } }
.hero-px__wordmark { font-size: clamp(4.4rem, 21vw, 16rem); text-shadow: 0 4px 40px rgba(0,0,0,0.35); }
/* laptop/desktop: wordmark più in alto — il ritratto v3 è un mezzobusto, la testa
   arriva più su del vecchio cutout e mangiava la riga EGGER */
@media (min-width: 768px) {
  .hero-px__wordmark { top: 7svh; }
  .hero-px__panel { transform: translate(-50%, -50%); }
  .hero-px__subject { height: 78svh; }
}

/* ============================================================
   SUBPAGES — Das Archiv + Warteliste
   ============================================================ */
.page-sub main { padding-top: 4.5rem; }
.archiv-head { padding-bottom: 0.5rem; }
.archiv-title { font-size: clamp(2.6rem, 12vw, 6rem); }
.archiv-sub { margin-top: 0.4rem; font-size: 1.5rem; }
.archiv-count { margin-top: 1.1rem; font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.55); }
.archiv-count span { color: var(--gold); }

/* filtro — osmo basic-filter-setup, temato */
.archiv-filter { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.archiv-filter__btn {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(247,243,236,0.7); background: transparent;
  border: 1px solid rgba(247,243,236,0.18); border-radius: 10em;
  padding: 0.7em 1.3em; min-height: 44px;
  transition: color 0.6s cubic-bezier(0.625,0.05,0,1), background-color 0.6s cubic-bezier(0.625,0.05,0,1), border-color 0.6s cubic-bezier(0.625,0.05,0,1);
}
.archiv-filter__btn[data-filter-status="active"] { background: var(--gold); color: var(--ink); border-color: var(--gold); }

/* griglia editoriale */
.archiv { padding-top: 2rem; }
.archiv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
@media (min-width: 768px) { .archiv-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.archiv-item { margin: 0; cursor: zoom-in; }
.archiv-item img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 0.45rem;
  filter: saturate(0.92) contrast(1.03) sepia(0.05); display: block;
}
.archiv-item:nth-child(5n+1) img { aspect-ratio: 3/4; }
.archiv-item:nth-child(7n+3) img { aspect-ratio: 1/1; }
.archiv-item figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem; padding: 0.55rem 0.15rem 0; }
.archiv-item__name { font-size: 1.02rem; color: var(--cream); }
.archiv-item__meta { font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,236,0.45); flex: none; }

/* stati item — osmo basic-filter-setup (porto fedele) */
.archiv-item[data-filter-status="active"] {
  transition: opacity 0.6s cubic-bezier(0.625,0.05,0,1), transform 0.6s cubic-bezier(0.625,0.05,0,1);
  transform: scale(1) rotate(0.001deg); opacity: 1; visibility: visible; position: relative;
}
.archiv-item[data-filter-status="transition-out"] {
  transition: opacity 0.45s cubic-bezier(0.625,0.05,0,1), transform 0.45s cubic-bezier(0.625,0.05,0,1);
  transform: scale(0.9) rotate(0.001deg); opacity: 0; visibility: visible;
}
.archiv-item[data-filter-status="not-active"] {
  transform: scale(0.9) rotate(0.001deg); opacity: 0; visibility: hidden;
  position: absolute; pointer-events: none;
}
.archiv-empty { margin-top: 2rem; color: rgba(247,243,236,0.6); }
.archiv-cta { padding-top: 1rem; }
.archiv-cta__sub { margin-top: 0.8rem; color: rgba(247,243,236,0.7); }
.archiv-cta .btn-wa { display: inline-flex; }

/* --- Warteliste flow --- */
.wl { min-height: 100svh; }
.wl__wrap { max-width: 44rem; }
.wl__title { font-size: clamp(2.4rem, 10vw, 4.6rem); margin-bottom: 1rem; }
.wl__sub { color: rgba(247,243,236,0.78); max-width: 46ch; margin-bottom: 2.25rem; }
.wl__progress { height: 2px; background: rgba(247,243,236,0.12); border-radius: 1px; overflow: hidden; margin-bottom: 0.8rem; }
.wl__progress-bar { height: 100%; background: var(--gold); transform-origin: left center; transform: scaleX(0.33); }
.wl__step-label { margin-bottom: 1.75rem; }
.wl__step { display: none; }
.wl__step.is-active { display: block; }
.wl__q { font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; letter-spacing: -0.015em; font-size: clamp(1.4rem, 5.5vw, 2.1rem); margin-bottom: 1.25rem; }
.wl__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; }
.wl__chip {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(247,243,236,0.75); background: transparent;
  border: 1px solid rgba(247,243,236,0.18); border-radius: 10em;
  padding: 0.75em 1.3em; min-height: 48px;
  transition: color 0.5s cubic-bezier(0.625,0.05,0,1), background-color 0.5s cubic-bezier(0.625,0.05,0,1), border-color 0.5s cubic-bezier(0.625,0.05,0,1);
}
.wl__chip.is-active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.wl__free-label { display: block; font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,236,0.55); margin-bottom: 0.5rem; }
.wl__textarea, .wl__input {
  width: 100%; background: rgba(247,243,236,0.05); color: var(--cream);
  border: 1px solid rgba(247,243,236,0.15); border-radius: 0.55rem;
  padding: 0.9rem 1rem; font-family: var(--ff-body); font-size: 1rem; line-height: 1.5;
  margin-bottom: 1.4rem;
}
.wl__textarea:focus-visible, .wl__input:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.wl__hint { font-size: 0.88rem; color: rgba(247,243,236,0.6); max-width: 42ch; margin-bottom: 1.4rem; }
.wl__preview { margin-bottom: 1.6rem; }
.wl-preview__bubble {
  background: rgba(247,243,236,0.08); border: 1px solid rgba(247,243,236,0.12);
  border-radius: 0.9rem 0.9rem 0.9rem 0.2rem; padding: 0.85rem 1rem;
  font-size: 0.95rem; line-height: 1.55; color: rgba(247,243,236,0.9);
}
.wl__preview .wa-preview__meta { display: block; margin-top: 0.4rem; font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,243,236,0.4); }
.wl__nav-row { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.wl__back {
  appearance: none; background: none; border: none; cursor: pointer;
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(247,243,236,0.55); min-height: 48px; padding: 0;
}
.wl__back:hover { color: var(--cream); }
.wl__foot { margin-top: 3rem; color: rgba(247,243,236,0.45); }

/* subpage: fondo ink pieno, navbar leggibile */
body.page-sub { background: var(--ink-section); }
.page-sub .section:first-child { padding-top: 1rem; }

/* ============================================================
   ARCHIV v2 — Meisterstücke zoom-on-scroll (Referenz cathydolle)
   ============================================================ */
.archiv-count__hint { color: var(--gold); margin-left: 0.6em; }
.zoom-work { height: 240svh; position: relative; background: var(--ink-section); }
.zoom-work__sticky { position: sticky; top: 0; height: 100svh; overflow: clip; }
.zoom-work__title {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  z-index: 1; width: 100%; text-align: center; pointer-events: none;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3.4rem, 17vw, 13rem); line-height: 0.88; letter-spacing: -0.03em;
  color: var(--cream); margin: 0;
}
.zoom-work__media {
  position: absolute; inset: 0; z-index: 2; overflow: hidden;
  transform: scale(0.22); will-change: transform; border-radius: 0.4rem;
}
.zoom-work__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(0.92) contrast(1.03) sepia(0.05); will-change: transform;
}
.zoom-work__meta {
  position: absolute; left: var(--pad-x); right: var(--pad-x); bottom: 1.4rem; z-index: 3;
  display: flex; justify-content: space-between; opacity: 0;
  font-family: var(--ff-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream); text-shadow: 0 1px 12px rgba(20,18,16,0.7); margin: 0;
}
.zoom-work__meta span:first-child { color: var(--gold); }

/* ============================================================
   DER FILM — filmstrip verticale (RE cathydolle LIST-mode)
   ============================================================ */
.strip-wrap {
  position: relative; background: var(--cream); color: var(--ink);
  padding-block: 12svh 14svh;
  border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; z-index: 3;
}
.strip {
  width: min(26vw, 21rem); margin-inline: auto;
  display: flex; flex-direction: column; align-items: center; gap: 7svh;
}
.strip__item { margin: 0; width: 100%; cursor: zoom-in; }
.strip__item.is--wide { width: 128%; }
.strip__item.is--narrow { width: 76%; }
.strip__item img {
  width: 100%; height: auto; display: block;
  filter: saturate(0.92) contrast(1.03) sepia(0.05);
}
.strip-index {
  position: absolute; top: 0; bottom: 0; width: 30vw;
  pointer-events: none;
}
.strip-index--left { left: var(--pad-x); }
.strip-index--right { right: var(--pad-x); display: flex; justify-content: flex-end; }
.strip-index__inner {
  position: sticky; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: flex-start; gap: 0.55rem;
  height: max-content; pointer-events: auto;
}
.strip-index--right .strip-index__inner { align-items: flex-end; }
.strip-index__btn {
  appearance: none; -webkit-appearance: none; background: none; border: none; cursor: pointer;
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(28,26,23,0.28); padding: 0.1em 0; text-align: inherit;
  transition: color 0.45s cubic-bezier(0.625,0.05,0,1);
}
.strip-index__btn span { color: rgba(28,26,23,0.28); margin-right: 0.6em; transition: color 0.45s cubic-bezier(0.625,0.05,0,1); }
.strip-index__btn.is-active { color: var(--ink); }
.strip-index__btn.is-active span { color: var(--gold-deep); }
@media (hover:hover) and (pointer:fine) { .strip-index__btn:hover { color: rgba(28,26,23,0.7); } }
.strip__current { display: none; }

@media (max-width: 991px) {
  .strip-index { display: none; }
  .strip { width: min(62vw, 20rem); gap: 6svh; }
  .strip__item.is--wide { width: 138%; }
  .strip__item.is--narrow { width: 74%; }
  .strip__current {
    display: block; position: fixed; left: var(--pad-x); bottom: calc(1.1rem + env(safe-area-inset-bottom));
    z-index: 40; margin: 0;
    font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink); opacity: 0; transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none;
  }
  .strip__current span { color: var(--gold-deep); margin-right: 0.5em; }
  body.strip-in-view .strip__current { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   DIE SHOW — pinned slider a scatti (cathydolle SLIDER-mode)
   ============================================================ */
.show-wrap {
  position: relative; height: calc(100svh + 19 * 85svh);
  background: var(--cream); color: var(--ink);
  border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; z-index: 3;
}
.show { position: sticky; top: 0; height: 100svh; overflow: clip; }
.show__titles {
  position: absolute; left: 0; right: 0; top: 11svh; z-index: 1;
  text-align: center; pointer-events: none; height: 1.1em;
  font-size: clamp(2.6rem, 12vw, 8.5rem);
}
.show__title {
  position: absolute; left: 0; right: 0; margin: 0;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  font-size: 1em; line-height: 1; letter-spacing: -0.03em;
  color: var(--ink); white-space: nowrap;
}
.show__deck {
  position: absolute; left: 50%; top: 54%; transform: translate(-50%, -50%);
  width: min(44vw, 30rem); height: 64svh; z-index: 2;
}
.show__slide {
  position: absolute; inset: 0; margin: 0; overflow: hidden;
  cursor: zoom-in; background: var(--cream-deep);
}
.show__media { position: absolute; inset: 0; overflow: hidden; }
.show__media img {
  width: 100%; height: 124%; top: -12%; position: relative;
  object-fit: cover; display: block; will-change: transform;
  filter: saturate(0.92) contrast(1.03) sepia(0.05);
}
.show__counter {
  position: absolute; left: var(--pad-x); bottom: calc(1.2rem + env(safe-area-inset-bottom)); z-index: 3;
  margin: 0; font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.16em;
  color: rgba(28,26,23,0.5);
}
.show__counter [data-show-num] { color: var(--gold-deep); }
.show-wrap .strip-index { top: 0; bottom: 0; }
@media (max-width: 991px) {
  .show__deck { width: 78vw; height: 58svh; top: 55%; }
  .show__titles { font-size: clamp(2.2rem, 11vw, 4rem); top: 13svh; }
  .show__counter { display: none; }
}

/* ============================================================
   NAV: fix "Schli" — grid-stack, larghezza = label più lunga
   ============================================================ */
.bold-nav-full__menu-word { display: inline-grid; align-items: center; justify-items: end; overflow: hidden; }
.bold-nav-full__menu-label { grid-area: 1 / 1; }
.bold-nav-full__menu-label.is--close { position: static; left: auto; transform: translateY(120%); opacity: 0; }

/* ============================================================
   WARTELISTE v2 — ticket live + chips con icone
   ============================================================ */
.wl { position: relative; overflow: clip; }
.wl__sprig {
  position: absolute; right: -6%; top: 4%; width: min(46vw, 18rem);
  opacity: 0.16; pointer-events: none; transform: rotate(14deg);
}
.wl__wrap { max-width: none; }
.wl__grid { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 992px) {
  .wl__grid { grid-template-columns: minmax(0, 34rem) minmax(0, 24rem); gap: 5rem; justify-content: start; }
  .wl-ticket { position: sticky; top: 14svh; }
}
.wl__chip { display: inline-flex; align-items: center; gap: 0.55em; }
.wl__chip img { width: 1.5em; height: 1.5em; object-fit: contain; filter: invert(0.85) sepia(0.2); opacity: 0.8; }
.wl__chip.is-active img { filter: none; opacity: 1; }
.wl__next.btn-ghost {
  background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 600;
}
.wl__next.btn-ghost:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--ink); }

.wl-ticket__card {
  position: relative; background: var(--cream); color: var(--ink);
  border-radius: 0.7rem; padding: 2rem 1.6rem 1.6rem;
  transform: rotate(-1.6deg);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
  -webkit-mask: radial-gradient(0.55rem at left 50%, transparent 97%, #000) left / 51% 100% no-repeat,
                radial-gradient(0.55rem at right 50%, transparent 97%, #000) right / 51% 100% no-repeat;
  mask: radial-gradient(0.55rem at left 50%, transparent 97%, #000) left / 51% 100% no-repeat,
        radial-gradient(0.55rem at right 50%, transparent 97%, #000) right / 51% 100% no-repeat;
}
.wl-ticket__logo { width: 3.2rem; display: block; margin: 0 auto 0.7rem; }
.wl-ticket__brand { text-align: center; font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; font-size: 1.25rem; }
.wl-ticket__sub { text-align: center; font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(28,26,23,0.55); margin-top: 0.3rem; }
.wl-ticket__rule { border-top: 1.5px dashed rgba(28,26,23,0.25); margin: 1.1rem 0; }
.wl-ticket__rows { display: flex; flex-direction: column; gap: 0.65rem; }
.wl-ticket__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.wl-ticket__row dt { font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(28,26,23,0.5); }
.wl-ticket__row dd { font-family: var(--ff-body); font-weight: 600; font-size: 0.98rem; text-align: right; }
.wl-ticket__note { text-align: center; font-size: 1.15rem; color: var(--gold-deep); }
@media (max-width: 991px) { .wl-ticket { max-width: 22rem; margin-inline: auto; } }

/* --- HERO mobile: EGGER deve leggersi sopra la testa --- */
@media (max-width: 767px) {
  .hero-px__wordmark { top: 7.5svh; font-size: clamp(4rem, 20vw, 9rem); }
  /* mobile: contain lascerebbe un buco enorme sotto EGGER (il ritratto è largo
     0.9:1 e la larghezza del telefono lo limita) — si riempie con cover e si
     lasciano sbordare capelli e braccio, che escono già dal frame nello scatto. */
  /* niente cover e niente maschera: il ritratto sta intero come su desktop,
     ancorato in basso. Lo spazio che resta sopra lo riempie la botanica. */
  .hero-px__subject { height: 74svh; }
  .hero-px__panel { height: 78svh; transform: translate(-50%, -42%); }
}

/* --- HERO perf mobile: niente blend/shadow animati sotto scrub --- */
.hero-px__layer, .hero-px__wordmark, .hero-px__subject, .hero-px__front, .hero-px__panel { will-change: transform; }
@media (hover: none) {
  .hero-px__grain { mix-blend-mode: normal; opacity: 0.05; }
  .hero-px__panel { box-shadow: 0 18px 40px rgba(0,0,0,0.35); }
}


/* --- Loader: gate sincrono, zero flash della home prima del loader --- */
.loader { display: none; }
html.has-loader .loader { display: block; }
html.has-loader body { overflow: hidden; height: 100svh; }

/* ============================================================
   PODCAST-STRIP — Mary's mindfull mess (Spotify facade)
   Linee oro ∝ durata (metadati). Registro write-on. Un embed alla volta.
   ============================================================ */

/* sheet-stack handoff: podcast (crema) scorre sopra presse (ink),
   ig-rail (ink) scorre sopra podcast. Stesso z-index 6 di .presse:
   a parità di z-index vince l'ordine DOM, quindi la catena
   presse(6) → podcast(6) → ig-rail(6) → #wissen(7) dipinge corretta. */
.podcast { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 6; }
.ig-rail { border-radius: 1.4rem 1.4rem 0 0; margin-top: -1.4rem; position: relative; z-index: 6; background: var(--ink-section); }

/* head — stesso pattern di .healed__head (main.css:709-712) */
.podcast__head { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem; }
.podcast__title { font-size: clamp(2rem, 8vw, 3.4rem); }
.podcast__sub { max-width: 40ch; color: rgba(28,26,23,0.75); }

/* lista: hairline tra le righe, registro .value (main.css:425) */
.podcast__list { border-bottom: 1px solid var(--line); }
.podcast__item { border-top: 1px solid var(--line); }

/* ---- RIGA — base mobile (390px) ---- */
.podcast__row {
  display: grid; width: 100%; text-align: left; cursor: pointer;
  grid-template-columns: 2.4rem 1fr 2.1rem;
  grid-template-areas:
    "num  name icon"
    ".    date icon"
    "meta meta meta";
  column-gap: 0.9rem; row-gap: 0.35rem;
  padding-block: 1.05rem; min-height: 48px;
  align-items: center;
}
.podcast__num {
  grid-area: num; align-self: start; padding-top: 0.2em;
  font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.16em;
  color: var(--gold-text);
}
.podcast__name {
  grid-area: name;
  font-family: var(--ff-display); font-weight: 700; text-transform: uppercase;
  letter-spacing: -0.01em; font-size: 1.05rem; line-height: 1.2;
  color: var(--ink); transition: color 0.4s ease;
}
.podcast__date {
  grid-area: date;
  font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(28,26,23,0.55); white-space: nowrap;
}
.podcast__meta {
  grid-area: meta; margin-top: 0.5rem; min-width: 0;
  display: flex; align-items: center; gap: 0.7rem;
}
.podcast__line {
  display: block; height: 1px; background: var(--gold);
  width: 100%; /* fallback no-JS: piena riga; il JS imposta il % reale */
  transform-origin: left center;
}
.podcast__min {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(28,26,23,0.6); white-space: nowrap; flex: none;
}
/* riga «neueste Folge» = embed dello SHOW: nessuna durata (l'episodio cambia
   da solo), quindi al posto di linea+minuti c'è la nota che spiega il perché. */
.podcast__note {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.06em;
  color: rgba(28,26,23,0.6); line-height: 1.45; min-width: 0;
}
.podcast__num--live {
  font-size: 0.8rem; line-height: 1; padding-top: 0.28em; color: var(--gold);
}
/* chevron nel cerchio oro — valori verbatim da .accordion-css__item-icon
   (main.css:469) + stati ROUND 5 (main.css:1126-1127) */
.podcast__icon {
  grid-area: icon; align-self: center; justify-self: end; flex-shrink: 0;
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: var(--gold); color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  transform: rotate(0.001deg);
  transition: transform 0.6s cubic-bezier(0.625,0.05,0,1);
}
.podcast__item.is-open .podcast__icon { transform: rotate(180deg); }
.podcast__icon-svg { width: 1rem; }
@media (hover: hover) and (pointer: fine) {
  .podcast__row:hover .podcast__name { color: var(--gold-text); }
}

/* ---- PLAYER — meccanica accordion 0fr→1fr verbatim (main.css:472-475) ---- */
.podcast__player {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s cubic-bezier(0.625,0.05,0,1);
  overflow: hidden;
}
.podcast__item.is-open .podcast__player { grid-template-rows: 1fr; }
.podcast__player-wrap { overflow: hidden; min-height: 0; }
.podcast__player-wrap iframe {
  display: block; width: 100%; height: 152px; border: 0;
  border-radius: 0.5rem; margin: 0.2rem 0 1.1rem;
}
/* show embed: header + ultima puntata in cima, respira a 352px */
.podcast__item--show .podcast__player-wrap iframe { height: 352px; }

.podcast__foot { margin-top: 2.25rem; }

/* ---- DESKTOP ≥768px: una riga sola ---- */
@media (min-width: 768px) {
  .podcast__head { flex-direction: row; justify-content: space-between; align-items: flex-end; }
  .podcast__row {
    grid-template-columns: 2.6rem minmax(11rem, 19rem) 1fr auto 2.1rem;
    grid-template-areas: "num name meta date icon";
    column-gap: 1.5rem; row-gap: 0; padding-block: 1.15rem;
  }
  .podcast__num { align-self: center; padding-top: 0; }
  .podcast__name { font-size: 1.12rem; }
  .podcast__meta { margin-top: 0; }
  .podcast__date { font-size: 0.62rem; justify-self: end; }
}

/* ---- MOBILE ≤480px: gate 390px, layout riga per riga ---- */
@media (max-width: 480px) {
  /* riga 1: [#07 | TITOLO................. | (o)]
     riga 2: [    | data mono 0.6rem        | (o)]
     riga 3: [linea oro ∝ durata ——— 21 min      ] */
  .podcast__row { grid-template-columns: 2.2rem 1fr 2.1rem; column-gap: 0.75rem; }
  .podcast__num { font-size: 0.66rem; }
  .podcast__name { font-size: 1rem; }
  .podcast__sub { font-size: 0.95rem; }
  .podcast__foot .btn-ghost--ink { width: 100%; justify-content: center; }
}

/* link «tutte le sette» — registro mono/oro, il resto sta nella pagina Sound */
.podcast__all {
  display: inline-block; margin-top: 1.15rem;
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-text);
  text-decoration: underline; text-underline-offset: 0.4em;
  text-decoration-color: var(--line-gold);
  transition: text-decoration-color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .podcast__all:hover { text-decoration-color: var(--gold); }
}


/* ============================================================
   PRESSE — articoli veri, linkati (al posto della riga di loghi)
   ============================================================ */
.presse__press-kicker {
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(247,243,236,0.5); margin: 2.6rem 0 0.9rem;
}
.presse__press { list-style: none; border-top: 1px solid rgba(247,243,236,0.14); }
.presse__press-item { border-bottom: 1px solid rgba(247,243,236,0.14); }
.presse__press-link {
  display: grid; grid-template-columns: 1fr auto; align-items: baseline;
  gap: 0.15rem 1rem; padding: 0.95rem 0; color: inherit;
  transition: color 0.3s ease, padding-left 0.4s cubic-bezier(0.625,0.05,0,1);
}
.presse__press-src {
  grid-column: 1; font-family: var(--ff-mono); font-size: 0.64rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}
.presse__press-title { grid-column: 1; font-size: 1.02rem; line-height: 1.45; }
.presse__press-go { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gold); font-size: 0.9rem; }
@media (hover: hover) {
  .presse__press-link:hover { padding-left: 0.7rem; color: var(--gold); }
}
@media (min-width: 768px) {
  .presse__press-link { grid-template-columns: 9rem 1fr auto; align-items: center; gap: 1.4rem; padding: 1.15rem 0; }
  .presse__press-src { grid-column: 1; }
  .presse__press-title { grid-column: 2; font-size: 1.12rem; }
  .presse__press-go { grid-column: 3; grid-row: 1; }
}

/* ---- Podcast: ospitate esterne, sotto le puntate ---- */
.podcast__guest { margin-top: 2.4rem; }
.podcast__guest-kicker {
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(28,26,23,0.5); margin-bottom: 0.7rem;
}
.podcast__guest-list { list-style: none; border-top: 1px solid var(--line); }
.podcast__guest-item { border-bottom: 1px solid var(--line); }
.podcast__guest-link {
  display: grid; grid-template-columns: 1fr auto; gap: 0.1rem 1rem;
  padding: 0.85rem 0; color: inherit;
  transition: color 0.3s ease, padding-left 0.4s cubic-bezier(0.625,0.05,0,1);
}
.podcast__guest-name { grid-column: 1; font-weight: 600; }
.podcast__guest-note { grid-column: 1; font-size: 0.86rem; color: rgba(28,26,23,0.6); }
.podcast__guest-go { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--gold-deep); }
@media (hover: hover) { .podcast__guest-link:hover { padding-left: 0.7rem; color: var(--gold-deep); } }



/* ---- Presse su mobile: le righe diventano schede, con il numero grande ---- */
@media (max-width: 767px) {
  .presse__press { border-top: 0; display: grid; gap: 0.7rem; counter-reset: pr; }
  .presse__press-item { border-bottom: 0; }
  .presse__press-link {
    counter-increment: pr;
    grid-template-columns: 1fr auto; align-items: start; gap: 0.3rem 0.8rem;
    padding: 1rem 1rem 1.05rem; border: 1px solid rgba(247,243,236,0.14);
    border-radius: 0.7rem; background: linear-gradient(180deg, rgba(247,243,236,0.045), rgba(247,243,236,0.015));
    position: relative; overflow: hidden;
  }
  .presse__press-link::before {
    content: counter(pr, decimal-leading-zero);
    position: absolute; right: 0.75rem; bottom: 0.15rem;
    font-family: var(--ff-display); font-weight: 800; font-size: 3.4rem;
    line-height: 1; color: rgba(193,158,87,0.13); pointer-events: none;
  }
  .presse__press-link:active { border-color: var(--line-gold); transform: scale(0.995); }
  .presse__press-title { font-size: 1.06rem; }
  .presse__press-go { align-self: start; }
}


/* ============================================================
   PRESSE — osmo directional-list-hover (righe, non card)
   ============================================================ */
.dlist { position: relative; width: 100%; }
.dlist__head {
  display: none; font-family: var(--ff-mono); font-size: 0.6rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(247,243,236,0.4);
  padding: 0 0 0.9rem;
}
.dlist__list { position: relative; }
.dlist__rule { display: block; height: 1px; background: rgba(247,243,236,0.14); }
.dlist__item {
  position: relative; display: grid; grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem; padding: 1.15rem 0.2rem 1.2rem; color: inherit; isolation: isolate;
  overflow: hidden;
}
.dlist__item > * { position: relative; z-index: 1; }
.dlist__tile {
  position: absolute; inset: 0; z-index: 0; background: var(--gold);
  transform: translateY(100%); transition: transform 0.5s cubic-bezier(0.625,0.05,0,1);
}
.dlist__item[data-status^="leave"] .dlist__tile { transition-duration: 0.42s; }
.dlist__src {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); transition: color 0.4s ease;
}
.dlist__kind {
  grid-column: 2; grid-row: 1; font-family: var(--ff-mono); font-size: 0.6rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(247,243,236,0.38);
  transition: color 0.4s ease;
}
.dlist__title {
  grid-column: 1 / -1; font-size: 1.06rem; line-height: 1.45;
  transition: color 0.4s ease;
}
.dlist__item .dlist__rule { position: absolute; inset: auto 0 0 0; }
@media (hover: hover) {
  .dlist__item:hover .dlist__src,
  .dlist__item:hover .dlist__kind,
  .dlist__item:hover .dlist__title { color: var(--ink); }
}
@media (min-width: 768px) {
  .dlist__head { display: grid; grid-template-columns: 9rem 1fr 7rem; gap: 1.4rem; }
  .dlist__item {
    grid-template-columns: 9rem 1fr 7rem; gap: 1.4rem; align-items: center;
    padding: 1.5rem 1.1rem;
  }
  .dlist__title { grid-column: 2; font-size: 1.15rem; }
  .dlist__kind { grid-column: 3; grid-row: 1; text-align: right; }
}

/* ============================================================
   FINESTRA DI PRENOTAZIONE — tipografia e filetti, nessuna scatola
   ============================================================ */
.bookwin { margin-bottom: 2.2rem; }
.bookwin__kicker {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(247,243,236,0.5);
  padding-bottom: 0.8rem; border-bottom: 1px solid rgba(247,243,236,0.14);
}
.bookwin__date {
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.03em; line-height: 0.95; color: var(--gold);
  font-size: clamp(2rem, 9vw, 3.4rem); margin-top: 1rem;
}
.bookwin__note { font-size: 0.94rem; color: rgba(247,243,236,0.66); margin-top: 0.6rem; }
.bookwin__live {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.4rem 1.4rem;
  margin-top: 1.3rem; padding-top: 1rem; border-top: 1px solid rgba(247,243,236,0.14);
}
.bookwin__live-label {
  font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(247,243,236,0.45); width: 100%;
}
.bookwin__unit { display: flex; align-items: baseline; gap: 0.35rem; }
.bookwin__unit b {
  font-family: var(--ff-display); font-weight: 800; font-size: clamp(1.6rem, 6vw, 2.2rem);
  line-height: 1; color: var(--cream); font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.bookwin__unit i {
  font-family: var(--ff-mono); font-style: normal; font-size: 0.58rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(247,243,236,0.42);
}
[data-countdown-status="finished"] .bookwin__live-label::after { content: " — jetzt"; }
.bookwin__steps { list-style: none; counter-reset: bw; margin-top: 1.6rem; }
.bookwin__step {
  counter-increment: bw; position: relative; padding: 0.95rem 0 1rem 2.4rem;
  border-top: 1px solid rgba(247,243,236,0.1);
}
.bookwin__step::before {
  content: counter(bw, decimal-leading-zero);
  position: absolute; left: 0; top: 1.05rem;
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.1em; color: var(--gold);
}
.bookwin__step-t { display: block; font-weight: 600; font-size: 1rem; color: var(--cream); }
.bookwin__step-d { display: block; font-size: 0.88rem; color: rgba(247,243,236,0.6); line-height: 1.55; margin-top: 0.2rem; }


/* freccia «apre fuori»: SVG, non il carattere ↗ (iOS lo disegnava come emoji) */
.ico-out { width: 0.82em; height: 0.82em; display: block; }
.podcast__guest-go { display: grid; place-items: center; }
/* la fascia promo è un link: nessun cambio visivo, solo il cursore */
a.radial-text-marquee { display: block; color: inherit; text-decoration: none; cursor: pointer; }


/* ============================================================
   ROUND 7 — ARBEITEN: infinite draggable grid (osmo) da 768px in su
   Sotto 768px resta esattamente il typo-scroll di prima.
   ============================================================ */

/* --- gating delle due varianti --- */
.arbeiten__grid-variant { display: none; }
@media (min-width: 768px) {
  .arbeiten__typo-variant { display: none; }
  .arbeiten__grid-variant { display: block; }
}

/* --- testata --- */
.arbeiten__head { margin-bottom: 2.25rem; }
.arbeiten__head .kicker { margin-bottom: 0.9rem; }
.arbeiten__h {
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  color: var(--cream);
  max-width: 18ch;
}

/* --- wrapper griglia (osmo .infinite-grid, adattato: 78svh, non 100svh) --- */
.infinite-grid {
  touch-action: none;
  width: 100%;
  height: 78svh;
  min-height: 26rem;
  position: relative;
  overflow: clip;
  cursor: grab;
  transition: opacity 0.5s ease;
  opacity: 1;
  -webkit-user-select: none;
  user-select: none;
}
.infinite-grid[data-infinite-grid-status="loading"] { opacity: 0; }
.infinite-grid[data-infinite-grid-status="dragging"] { cursor: grabbing; }

.infinite-grid__collection {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}
.infinite-grid__list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.infinite-grid__item {
  aspect-ratio: 3/4;
  will-change: transform;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
  width: 13em;
  padding: 1.5em;
  font-size: clamp(0.95rem, 1.3vw, 1.6rem);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.infinite-grid__card {
  -webkit-user-select: none;
  user-select: none;
  will-change: transform;
  backface-visibility: hidden;
  width: 100%;
  margin: 0;
  position: relative;
}
/* masonry: ogni opera tiene il suo formato dentro una cella uniforme */
.infinite-grid__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0.25em;
  background: rgba(247,243,236,0.05);
}
.infinite-grid__card.is--2-3 .infinite-grid__frame { aspect-ratio: 2/3; }
.infinite-grid__card.is--1-1 .infinite-grid__frame { aspect-ratio: 1; }
.infinite-grid__card.is--3-4 .infinite-grid__frame { aspect-ratio: 3/4; }
.infinite-grid__card-img {
  pointer-events: none;
  filter: saturate(0.92) contrast(1.03) sepia(0.05);
}
/* layout SOLO dentro il frame: il click-zoom clona l'<img> con la sua classe
   dentro il lightbox — se il position:absolute restasse globale, il clone
   uscirebbe dal flex e si incollerebbe in alto a sinistra. */
.infinite-grid__frame > .infinite-grid__card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.infinite-grid__cap {
  display: flex;
  align-items: baseline;
  gap: 0.55em;
  margin-top: 0.6em;
  white-space: nowrap;
}
.infinite-grid__num {
  font-family: var(--ff-mono);
  font-size: 0.42em;
  letter-spacing: 0.16em;
  color: var(--gold);
  flex: none;
}
.infinite-grid__name {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 0.58em;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: rgba(247,243,236,0.88);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- sfumature ai bordi: le card non devono tagliare di netto --- */
.infinite-grid__fade {
  position: absolute; left: 0; right: 0; height: 5.5rem;
  pointer-events: none; z-index: 2;
}
.infinite-grid__fade.is--top {
  top: 0;
  background: linear-gradient(to bottom, var(--ink-section) 0%, rgba(20,18,16,0) 100%);
}
.infinite-grid__fade.is--bottom {
  bottom: 0;
  background: linear-gradient(to top, var(--ink-section) 0%, rgba(20,18,16,0) 100%);
}

/* --- piede: archivio + hint del drag --- */
.arbeiten__foot {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  text-align: left;
}
.arbeiten__foot .kicker { justify-content: flex-start; }
.arbeiten__drag-hint { color: rgba(247,243,236,0.42); }
