/* ═══════════════════════════════════════════════════════════════════════
   EpicWave Experience — exp.css
   « LE PROGRAMME » — a theatrical playbill system for a live-show brand.
   Ink + bone + gold leaf, ceremonial serif, per-universe color.
   Hero re-themes per universe; the scroll is one continuous programme of
   full-bleed posters, engraved ornaments and roman numerals.
   ═══════════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }

:root {
  --ink:    #0B0A0E;
  --ink-2:  #0E0D12;
  --panel:  #15131B;
  --bone:   #ECE3D0;
  --bone-soft: rgba(236,227,208,0.72);
  --bone-mute: rgba(236,227,208,0.46);
  --gold:   #C9A24B;
  --gold-2: #E3C271;
  --rule:   rgba(236,227,208,0.16);
  --rule-soft: rgba(236,227,208,0.08);

  --wave:  #8E1B10;   /* sacred crimson */
  --royal: #123A6B;   /* royal navy */
  --rave:  #0A0A12;   /* electro black */
  --rave-neon: #29D6E6;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Hanken Grotesk", system-ui, sans-serif;
  --mono:  "JetBrains Mono", monospace;
  --script:"Pinyon Script", cursive;
}

body { background: var(--ink); color: var(--bone); font-family: var(--sans); line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.wrap { width: min(1320px, 100% - 120px); margin-inline: auto; }
@media (max-width: 760px) { .wrap { width: min(1320px, 100% - 40px); } }

/* ─── ceremonial section label (replaces the studio REC dot) ─── */
.kicker { display: inline-flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; color: var(--bone-mute); }
.kicker--gold { color: var(--gold); }
.kicker--center { justify-content: center; }
.rec { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); box-shadow: 0 0 10px rgba(201,162,75,0.55); animation: lozenge 2.8s ease-in-out infinite; }
.kicker--gold .rec { background: var(--gold-2); }
@keyframes lozenge { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .rec { animation: none; } }

/* ─── engraved divider between movements ─── */
.ornament { display: flex; align-items: center; justify-content: center; gap: 24px; padding: clamp(48px, 7vw, 104px) 0; }
.ornament::before, .ornament::after { content: ""; height: 1px; width: min(240px, 30vw); }
.ornament::before { background: linear-gradient(90deg, transparent, var(--rule)); }
.ornament::after  { background: linear-gradient(90deg, var(--rule), transparent); }
.ornament__mark { font-size: 13px; letter-spacing: 0.5em; color: var(--gold); transform: translateX(0.25em); }

.xbtn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; transition: transform .2s, background .25s, color .25s, border-color .25s; }
.xbtn--lg { padding: 19px 40px; }
.xbtn--solid { background: var(--gold); color: var(--ink); }
.xbtn--solid:hover { background: var(--gold-2); transform: translateY(-2px); }
.xbtn--line { border: 1px solid var(--rule); color: var(--bone); }
.xbtn--line:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.shead { max-width: 62ch; margin-bottom: clamp(44px, 5vw, 78px); }
.shead--sm { margin-bottom: clamp(24px, 3vw, 40px); }
.shead--center { margin-inline: auto; text-align: center; }
.shead .kicker { margin-bottom: 24px; }
.shead--center .kicker { justify-content: center; }
.shead__title { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 5.4vw, 82px); line-height: 0.98; letter-spacing: -0.015em; }
.shead__title em { font-style: italic; color: var(--gold); }
.shead__lede { margin-top: 24px; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.62; color: var(--bone-soft); max-width: 52ch; }
.shead--center .shead__lede { margin-inline: auto; }

/* ═══════════════════════════ HERO ═══════════════════════════ */
.xhero {
  position: relative; height: 100vh; min-height: 720px; overflow: hidden;
  --bg: var(--wave); --fg: var(--bone); --accent: var(--gold-2);
  color: var(--fg);
  isolation: isolate;
}
.xhero__bg { position: absolute; inset: 0; background: var(--bg); transition: background .6s cubic-bezier(.4,0,.2,1); z-index: 0; }
.xhero__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 18%, transparent 40%, rgba(0,0,0,0.5) 100%); }
.xhero__grain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 160px; }

/* ghost script watermark */
.xhero__ghost { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; pointer-events: none; overflow: hidden; }
.xhero__ghost span { position: absolute; font-family: var(--script); font-size: clamp(180px, 30vw, 460px); line-height: 1; color: var(--fg); opacity: 0; white-space: nowrap; transition: opacity 1s ease; transform: translateY(6%); }
.xhero[data-universe="wave"]  [data-ghost="wave"],
.xhero[data-universe="royal"] [data-ghost="royal"],
.xhero[data-universe="rave"]  [data-ghost="rave"] { opacity: 0.07; }

/* nav */
.xnav { position: absolute; top: 0; left: 0; right: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 30px clamp(28px, 4vw, 60px); }
.xnav__contact { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--fg); padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.xnav__contact:hover { color: var(--accent); border-color: var(--accent); }
.xnav__plus { width: 34px; height: 34px; position: relative; }
.xnav__plus span { position: absolute; top: 50%; left: 50%; width: 22px; height: 1.5px; background: var(--fg); transition: transform .3s; }
.xnav__plus span:first-child { transform: translate(-50%,-50%); }
.xnav__plus span:last-child { transform: translate(-50%,-50%) rotate(90deg); }
.xnav__plus:hover span { background: var(--accent); }
.xnav__brand { text-align: center; line-height: 0.9; }
.xnav__brand-script { display: block; font-family: var(--script); font-size: 30px; line-height: 1; color: var(--fg); }
.xnav__brand-sub { display: block; font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.42em; text-transform: uppercase; color: var(--fg); opacity: 0.6; margin-top: 7px; }
.xnav__tickets { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; padding-bottom: 3px; border-bottom: 1px solid var(--fg); transition: color .2s, border-color .2s; }
.xnav__tickets:hover { color: var(--accent); border-color: var(--accent); }

/* name wall */
.xnames { position: absolute; z-index: 4; top: clamp(110px, 14vh, 168px); left: clamp(28px, 4vw, 60px); right: clamp(28px, 4vw, 60px); display: flex; flex-direction: column; align-items: flex-start; gap: clamp(0px, 0.3vw, 6px); }
.xname { position: relative; display: flex; align-items: flex-start; white-space: nowrap; font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 7.2vw, 116px); line-height: 1.0; letter-spacing: -0.015em; color: var(--fg); opacity: 0.3; transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1); transform-origin: left center; }
.xname em { font-style: italic; font-weight: 400; }
.xname__num { font-family: var(--mono); font-size: clamp(11px, 1vw, 15px); font-weight: 400; letter-spacing: 0.1em; opacity: 0.7; margin-left: 14px; margin-top: 0.4em; transition: color .3s; }
.xname:hover { opacity: 0.7; }
.xname::after { content: ""; position: absolute; left: 0; bottom: 0.12em; width: 0; height: 2px; background: var(--accent); transition: width .5s cubic-bezier(.2,.7,.2,1); }
/* active name driven atomically by .xhero[data-universe] */
.xhero[data-universe="wave"]  .xname[data-universe="wave"],
.xhero[data-universe="royal"] .xname[data-universe="royal"],
.xhero[data-universe="rave"]  .xname[data-universe="rave"] { opacity: 1; }
.xhero[data-universe="wave"]  .xname[data-universe="wave"] em,
.xhero[data-universe="royal"] .xname[data-universe="royal"] em,
.xhero[data-universe="rave"]  .xname[data-universe="rave"] em { color: var(--accent); }
.xhero[data-universe="wave"]  .xname[data-universe="wave"] .xname__num,
.xhero[data-universe="royal"] .xname[data-universe="royal"] .xname__num,
.xhero[data-universe="rave"]  .xname[data-universe="rave"] .xname__num { color: var(--accent); opacity: 1; }
.xhero[data-universe="wave"]  .xname[data-universe="wave"]::after,
.xhero[data-universe="royal"] .xname[data-universe="royal"]::after,
.xhero[data-universe="rave"]  .xname[data-universe="rave"]::after { width: 100%; }

/* character stage */
.xstage { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 86%; display: flex; align-items: flex-end; justify-content: center; pointer-events: none; }
/* All cutouts are trimmed tight to the figures, so a single viewport-height
   size harmonizes how tall every character reads, identically across mobile,
   tablet, desktop and large screens (no width cap = no per-breakpoint shrink).
   The px cap keeps the modest-resolution cutouts from over-upscaling (and
   looking soft) on large desktops. The hero clips horizontal overflow. */
.xchar { position: absolute; bottom: 0; height: min(95vh, 900px); width: auto; object-fit: contain; object-position: bottom center;
  opacity: 0; transform: translateY(24px) scale(0.985); filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5));
  transition: opacity .6s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
/* active character driven atomically by .xhero[data-universe] */
.xhero[data-universe="wave"]  .xchar[data-char="wave"],
.xhero[data-universe="royal"] .xchar[data-char="royal"],
.xhero[data-universe="rave"]  .xchar[data-char="rave"] { opacity: 1; transform: none; }

/* footnotes */
.xfeet { position: absolute; z-index: 4; left: 0; right: 0; bottom: clamp(74px, 11vh, 120px); display: flex; justify-content: space-between; align-items: flex-end; padding: 0 clamp(28px, 4vw, 60px); gap: 30px; pointer-events: none; }
.xfoot { display: flex; gap: 16px; max-width: 30ch; }
.xfoot--l { align-items: flex-start; }
.xfoot--r { text-align: right; }
.xfoot__mark { font-size: 30px; line-height: 1; color: var(--accent); flex: 0 0 auto; }
.xfoot figcaption { font-size: 12.5px; font-weight: 500; line-height: 1.5; letter-spacing: 0.04em; text-transform: uppercase; color: var(--fg); opacity: 0.82; transition: opacity .4s; }

/* cue */
.xhero__cue { position: absolute; z-index: 4; left: 50%; transform: translateX(-50%); bottom: clamp(22px, 3.4vh, 34px); display: flex; flex-direction: column; align-items: center; gap: 12px; pointer-events: none; }
.xcue__line { display: flex; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(0,0,0,0.22); backdrop-filter: blur(4px); }
.xcue__line i { width: 26px; height: 2px; background: var(--fg); opacity: 0.3; transition: opacity .4s, background .4s; }
.xhero[data-universe="wave"]  [data-cue="wave"],
.xhero[data-universe="royal"] [data-cue="royal"],
.xhero[data-universe="rave"]  [data-cue="rave"] { opacity: 1; background: var(--accent); }

/* per-universe theming on the hero root */
.xhero[data-universe="wave"]  { --bg: var(--wave);  --accent: var(--gold-2); }
.xhero[data-universe="royal"] { --bg: var(--royal); --accent: #E8D49A; }
.xhero[data-universe="rave"]  { --bg: var(--rave);  --accent: var(--rave-neon); }
.xhero[data-universe="rave"] .xhero__bg { background: radial-gradient(80% 70% at 50% 60%, #18122e 0%, var(--rave) 70%); }
.xhero[data-universe="rave"] .xchar[data-char="rave"] { filter: drop-shadow(0 0 50px rgba(41,214,230,0.35)) drop-shadow(0 20px 40px rgba(0,0,0,0.6)); }

/* shared faint script watermark — carries the hero/nav brand into the scroll */
.ghostword { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 0;
  font-family: var(--script); font-size: clamp(200px, 34vw, 540px); line-height: 1; white-space: nowrap;
  color: var(--bone); opacity: 0.05; pointer-events: none; }

/* ═══════════════════════════ PROMISE ═══════════════════════════ */
.promise { position: relative; overflow: hidden; padding: clamp(110px, 15vw, 210px) 0 clamp(96px, 13vw, 180px); text-align: center;
  background: linear-gradient(180deg, #1c0c0d 0%, #150b0e 26%, var(--ink) 70%); }
.promise::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 90%; height: 280px; background: radial-gradient(58% 100% at 50% 0%, rgba(201,162,75,0.16), transparent 72%); pointer-events: none; }
.promise > .wrap { position: relative; z-index: 1; }
.promise__title { font-family: var(--serif); font-weight: 500; font-size: clamp(54px, 8.6vw, 134px); line-height: 0.96; letter-spacing: -0.02em; }
.promise__title em { font-style: italic; color: var(--gold); }
.promise__lede { max-width: 44ch; margin: 32px auto 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.6; color: var(--bone-soft); }
.promise__cta { margin-top: 46px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════ CINEMA BANDS ═══════════════════════════ */
.cinema { position: relative; height: clamp(420px, 64vh, 720px); overflow: hidden; }
.cinema__img { position: absolute; inset: 0; width: 100%; height: 100%; }
.cinema::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,10,0.82), rgba(8,7,10,0.15) 55%, rgba(8,7,10,0.45)); pointer-events: none; }
.cinema__overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: clamp(32px, 5vw, 96px); }
.cinema__quote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(30px, 5vw, 80px); line-height: 1.02; max-width: 22ch; color: var(--bone); text-shadow: 0 6px 40px rgba(0,0,0,0.6); }

/* ═══════════════════════════ MANIFESTO ═══════════════════════════ */
.newcat { padding: clamp(70px, 9vw, 130px) 0; background: var(--ink); }
.newcat__frame { position: relative; background: #07060a; border: 1px solid rgba(201,162,75,0.42);
  padding: clamp(36px, 5vw, 80px); overflow: hidden;
  box-shadow: 0 40px 90px -50px rgba(0,0,0,0.8), inset 0 0 80px rgba(201,162,75,0.04); }
.newcat__frame::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(201,162,75,0.16); pointer-events: none; }
.newcat__frame::after { content: ""; position: absolute; top: -40%; right: -10%; width: 60%; height: 160%;
  background: radial-gradient(circle, rgba(201,162,75,0.10), transparent 65%); pointer-events: none; }
.newcat__grid { position: relative; display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 6vw, 90px); align-items: start; }
.newcat__title { font-family: var(--serif); font-weight: 500; font-size: clamp(46px, 6.2vw, 104px); line-height: 0.94; letter-spacing: -0.02em; }
.newcat__title em { font-style: italic; color: var(--gold); }
.newcat__big { font-family: var(--serif); font-style: italic; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.16; color: var(--bone); margin-bottom: 28px; }
.newcat__big strong { font-style: normal; font-weight: 600; color: var(--gold); }
.newcat__body p { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.68; color: var(--bone-soft); }
.newcat__body p + p { margin-top: 22px; }
.newcat__body strong { color: var(--gold-2); font-weight: 600; }

/* ═══════════════════════════ CREDO BAND ═══════════════════════════
   A typographic movement-title page: gold ornament, big italic serif,
   engraved hairlines — designed to hold the page without photography. */
.credo { position: relative; padding: clamp(96px, 14vw, 220px) 0; background: var(--ink); border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); overflow: hidden; }
.credo::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% 50%, rgba(201,162,75,0.06), transparent 70%); pointer-events: none; }
.credo__inner { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; }
.credo__orn { font-size: 16px; letter-spacing: 0.5em; color: var(--gold); margin-bottom: clamp(26px, 3vw, 40px); transform: translateX(0.25em); }
.credo__quote { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5.4vw, 86px); line-height: 1.08; letter-spacing: -0.015em; max-width: 26ch; text-wrap: balance; }
.credo__quote em { font-style: italic; color: var(--gold); }
.credo__sub { margin-top: clamp(30px, 4vw, 52px); font-family: var(--mono); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bone-mute); }
.credo__sub::before, .credo__sub::after { content: "\2014\2009"; color: var(--gold); opacity: 0.7; }
.credo__sub::after { content: "\2009\2014"; }

/* ═══════════════════════════ POSTER (universe cards only) ═══════════════════════════ */
.univ {
  position: relative; overflow: hidden; display: flex; align-items: flex-end;
  border: 1px solid var(--rule); background: var(--ink);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s;
}
.univ:hover { transform: translateY(-5px); }
.univ::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--gold); z-index: 3; transition: width .6s cubic-bezier(.2,.7,.2,1); }
.univ:hover::before { width: 100%; }

/* ─── FORMATS · typographic cards ─── */
.formats { padding: clamp(80px, 10vw, 140px) 0; }
.fmt__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fmt { position: relative; min-height: clamp(360px, 32vw, 440px); border: 1px solid var(--rule); background: var(--ink); display: flex; overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), background .35s; }
.fmt:hover { transform: translateY(-5px); background: var(--ink-2); }
.fmt::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--gold); z-index: 3; transition: width .6s cubic-bezier(.2,.7,.2,1); }
.fmt:hover::before { width: 100%; }
.fmt__txt { position: relative; z-index: 2; padding: clamp(30px, 2.8vw, 46px); display: flex; flex-direction: column; width: 100%; }
.fmt__idx { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(56px, 5.2vw, 84px); line-height: 0.86; color: var(--gold); }
.fmt__title { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 2.4vw, 38px); line-height: 1.04; margin-top: clamp(28px, 4vw, 56px); transition: color .35s; }
.fmt:hover .fmt__title { color: var(--gold-2); }
.fmt__age { font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 14px; }
.fmt__body { margin-top: 16px; font-size: 15.5px; line-height: 1.64; color: var(--bone-soft); }

/* ─── UNIVERSES ─── */
.myths { padding: clamp(80px, 10vw, 140px) 0; background: var(--ink); }
.univ__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.univ { min-height: clamp(440px, 42vw, 560px); align-items: stretch; }
.univ__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom center; transition: transform 1.4s cubic-bezier(.2,.7,.2,1); transform-origin: bottom center; }
.univ:hover .univ__img { transform: scale(1.04); }
.univ__scrim { position: absolute; inset: 0; pointer-events: none; }
.univ__meta { position: relative; z-index: 2; padding: clamp(30px, 3vw, 48px); width: 100%; align-self: flex-end; }
.univ__num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.12em; }
.univ__name { font-family: var(--serif); font-weight: 500; font-size: clamp(42px, 4.8vw, 76px); line-height: 0.95; margin-top: 8px; letter-spacing: -0.01em; transition: color .4s; }
.univ__desc { margin-top: 12px; font-size: 16px; line-height: 1.5; color: var(--bone-soft); max-width: 38ch; }
.univ__tag, .univ__badge { display: inline-block; margin-top: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; padding: 8px 15px; }
.univ__tag { border: 1px solid var(--rule); color: var(--bone); }
.univ__badge { color: var(--ink); background: var(--gold); }
.univ--soon .univ__name, .univ--soon .univ__desc { opacity: 0.66; }
.univ--soon { filter: saturate(0.55); }
.univ--soon::before { display: none; }
/* universe color lives inside the framed card only — a deep tinted well */
.univ { --uc: #8E1B10; --ucn: var(--gold-2);
  background: radial-gradient(132% 98% at 50% 124%, color-mix(in srgb, var(--uc) 42%, var(--ink)) 0%, color-mix(in srgb, var(--uc) 13%, var(--ink)) 40%, var(--ink) 74%); }
.univ[data-universe="wave"]    { --uc: #8E1B10; --ucn: #E8B45A; }
.univ[data-universe="royal"]   { --uc: #123A6B; --ucn: #7FB0E6; }
.univ[data-universe="rave"]    { --uc: #221049; --ucn: #29D6E6; }
.univ[data-universe="requiem"] { --uc: #24242C; --ucn: #B7B2A6; }
.univ__scrim {
  background: linear-gradient(0deg, rgba(9,8,12,0.92) 6%, rgba(9,8,12,0.32) 46%, transparent 78%);
}
.univ .univ__num { color: var(--ucn); }
.univ .univ__tag { border-color: color-mix(in srgb, var(--ucn) 45%, var(--rule)); color: var(--ucn); }
.univ:hover .univ__name { color: var(--ucn); }
.univ::before { background: var(--ucn); }
.univ[data-universe="rave"]:hover { box-shadow: 0 0 50px rgba(41,214,230,0.16); }
.univ[data-universe="wave"]:hover { box-shadow: 0 0 50px rgba(142,27,16,0.20); }
.univ[data-universe="royal"]:hover { box-shadow: 0 0 50px rgba(18,58,107,0.30); }

/* ═══════════════════════════ FLAGSHIP (Sainte Wave) ═══════════════════════════ */
.flagship { position: relative; padding: clamp(90px, 11vw, 160px) 0; overflow: hidden; background: var(--ink); }
.flagship__glow { display: none; }
/* flagship title lockup — grand typographic head, no photography needed */
.flagship__head { position: relative; text-align: center; padding: clamp(20px, 4vw, 56px) 0 clamp(56px, 7vw, 96px); margin-bottom: clamp(48px, 6vw, 80px); border-bottom: 1px solid var(--rule-soft); }
.flagship__kicker { display: inline-flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-2); }
.flagship__kicker::before, .flagship__kicker::after { content: ""; width: 7px; height: 7px; background: var(--gold-2); transform: rotate(45deg); }
.flagship__bigtitle { font-family: var(--serif); font-weight: 500; font-size: clamp(72px, 14vw, 240px); line-height: 0.82; letter-spacing: -0.035em; margin-top: clamp(14px, 2vw, 26px); }
.flagship__bigtitle em { font-style: italic; color: var(--gold); }
.flagship__orn { display: block; margin-top: clamp(20px, 3vw, 36px); font-size: 13px; letter-spacing: 0.5em; color: var(--gold); transform: translateX(0.25em); }
.flagship__grid { position: relative; display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: start; margin-bottom: clamp(64px, 8vw, 116px); }
.flagship__copy .kicker { margin-bottom: 26px; }
.flagship__lede { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(22px, 2.4vw, 34px); line-height: 1.32; color: var(--bone); }
.flagship__body { margin-top: 24px; font-size: 16.5px; line-height: 1.68; color: var(--bone-soft); max-width: 56ch; }
.flagship__copy .xbtn { margin-top: 38px; }
.flagship__stats { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 22px); background: none; border: 0; align-self: start; }
.crest { position: relative; aspect-ratio: 1 / 1.24; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 9% 12% 18%; transition: transform .3s; }
.crest::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--gold-2), var(--gold) 55%, #8a6a28);
  clip-path: polygon(2% 0, 98% 0, 100% 70%, 50% 100%, 0 70%); }
.crest::after { content: ""; position: absolute; inset: 2.5px; background: radial-gradient(120% 88% at 50% 16%, #320f0b, #170a0c 62%, #0c0709);
  clip-path: polygon(2% 0, 98% 0, 100% 70%, 50% 100%, 0 70%); transition: background .3s; }
.crest > * { position: relative; z-index: 1; }
.crest__mark { width: clamp(48px, 5.2vw, 66px); height: clamp(48px, 5.2vw, 66px); margin: 0 auto 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; line-height: 1;
  font-size: clamp(25px, 2.7vw, 34px); color: var(--gold-2);
  background: radial-gradient(circle at 50% 34%, rgba(201,162,75,0.22), rgba(201,162,75,0.03));
  border: 1.5px solid var(--gold); box-shadow: inset 0 0 16px rgba(201,162,75,0.22), 0 6px 16px rgba(0,0,0,0.45); }
.crest__n { font-family: var(--serif); font-weight: 600; font-size: clamp(42px, 5vw, 72px); line-height: 0.82; color: var(--gold-2); letter-spacing: -0.01em; text-shadow: 0 2px 14px rgba(0,0,0,0.5); }
.crest__n span { font-size: 0.56em; }
.crest__l { margin-top: 11px; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-soft); max-width: 16ch; }
.crest:hover { transform: translateY(-5px); }
.crest:hover::after { background: radial-gradient(120% 88% at 50% 16%, #45140d, #1b0c0e 62%, #0c0709); }

/* fresques — a programme / setlist */
.fresques { position: relative; }
.fresque__grid { border-top: 1px solid var(--rule); counter-reset: fr; }
.fresque { position: relative; display: grid; grid-template-columns: clamp(56px, 6vw, 96px) 1fr; column-gap: clamp(20px, 3vw, 52px); row-gap: 8px; align-items: baseline; padding: clamp(26px, 3vw, 40px) 0; border-bottom: 1px solid var(--rule); transition: padding-left .4s cubic-bezier(.2,.7,.2,1), background .4s; }
.fresque:hover { padding-left: clamp(12px, 1.6vw, 24px); background: linear-gradient(90deg, rgba(201,162,75,0.06), transparent 42%); }
.fresque::before { counter-increment: fr; content: counter(fr, decimal-leading-zero); grid-column: 1; grid-row: 1 / span 2; font-family: var(--mono); font-size: clamp(13px, 1vw, 15px); color: var(--gold); padding-top: 0.4em; }
.fresque__name { grid-column: 2; font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.4vw, 52px); line-height: 0.98; letter-spacing: -0.01em; transition: color .35s; }
.fresque:hover .fresque__name { color: var(--gold-2); }
.fresque__desc { grid-column: 2; font-size: 16px; line-height: 1.55; color: var(--bone-soft); max-width: 64ch; }

/* ═══════════════════════════ VENUES · typographic cards ═══════════════════════════ */
.venues { padding: clamp(80px, 10vw, 140px) 0; }
.venue__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.venue { position: relative; min-height: clamp(260px, 24vw, 340px); border: 1px solid var(--rule); background: var(--ink); display: flex; overflow: hidden; transition: transform .45s cubic-bezier(.2,.7,.2,1), background .35s; }
.venue:hover { transform: translateY(-5px); background: var(--ink-2); }
.venue::before { content: ""; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--gold); z-index: 3; transition: width .6s cubic-bezier(.2,.7,.2,1); }
.venue:hover::before { width: 100%; }
.venue__txt { position: relative; z-index: 2; padding: clamp(30px, 2.8vw, 48px); display: flex; flex-direction: column; width: 100%; }
.venue__mark { font-size: clamp(28px, 2.6vw, 38px); line-height: 1; color: var(--gold); }
.venue__title { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 2.8vw, 42px); line-height: 1.02; margin-top: clamp(24px, 3vw, 44px); transition: color .35s; }
.venue:hover .venue__title { color: var(--gold-2); }
.venue__body { margin-top: 14px; font-size: 15.5px; line-height: 1.6; color: var(--bone-soft); max-width: 46ch; }

/* ═══════════════════════════ PROS ═══════════════════════════ */
.pros { padding: clamp(80px, 10vw, 140px) 0; }
.pros__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.pro { position: relative; background: var(--ink); padding: clamp(34px, 3.2vw, 52px); counter-increment: pr; transition: background .3s; }
.pros__grid { counter-reset: pr; }
.pro:hover { background: var(--panel); }
.pro::before { content: counter(pr, upper-roman); font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 3vw, 50px); color: var(--gold); line-height: 1; }
.pro__q { margin-top: 22px; font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 2.2vw, 33px); line-height: 1.1; }
.pro__a { margin-top: 18px; font-size: 16px; line-height: 1.64; color: var(--bone-soft); }

/* ═══════════════════════════ TICKET ═══════════════════════════ */
.ticket { position: relative; padding: clamp(120px, 16vw, 240px) 0; text-align: center; overflow: hidden; background: var(--ink-2); border-top: 1px solid var(--rule); }
.ticket__beam { position: absolute; left: 50%; bottom: -10%; width: 80%; height: 130%; transform: translateX(-50%);
  background: conic-gradient(from 175deg at 50% 100%, transparent 0deg, rgba(201,162,75,0.12) 8deg, rgba(201,162,75,0.04) 16deg, transparent 24deg); filter: blur(8px); pointer-events: none; }
.ticket__inner { position: relative; z-index: 1; }
.ticket__title { font-family: var(--serif); font-weight: 500; font-size: clamp(54px, 8.8vw, 138px); line-height: 0.94; letter-spacing: -0.02em; }
.ticket__title em { font-style: italic; color: var(--gold); }
.ticket__sub { margin-top: 26px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; color: var(--bone-soft); }
.ticket__cta { margin-top: 46px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ═══════════════════════════ FOOTER ═══════════════════════════ */
.xfooter { position: relative; padding: clamp(64px, 7vw, 112px) 0 38px; background: var(--ink); border-top: 1px solid var(--rule); overflow: hidden; }
.xfooter::before { content: ""; position: absolute; top: -1px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0.55; }
.xfooter .wrap { position: relative; }
.xfooter__top { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; padding-bottom: clamp(40px, 5vw, 64px); }
.xfooter__script { font-family: var(--script); font-size: clamp(62px, 9vw, 132px); line-height: 0.82; color: var(--bone); }
.xfooter__tag { margin-top: 16px; font-family: var(--serif); font-style: italic; font-size: clamp(18px, 2vw, 24px); color: var(--gold); }
.xfooter__studio { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 14px 26px;
  border: 1px solid rgba(201,162,75,0.5); color: var(--bone); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  transition: background .25s, color .25s, border-color .25s, transform .25s; }
.xfooter__studio:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); transform: translateY(-2px); }
.xfooter__studio-ar { transition: transform .25s; }
.xfooter__studio:hover .xfooter__studio-ar { transform: translate(2px, -2px); }
.xfooter__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; align-content: start; padding-top: 12px; }
.xfooter__nav a { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-soft); transition: color .2s; padding: 5px 0; }
.xfooter__nav a:hover { color: var(--gold); }
.xfooter__bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--rule); font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-mute); }
@media (max-width: 760px) {
  .xfooter__top { grid-template-columns: 1fr; gap: 34px; text-align: center; justify-items: center; }
  .xfooter__studio { margin-inline: auto; }
  .xfooter__nav { grid-template-columns: 1fr 1fr; justify-items: center; gap: 16px 20px; padding-top: 0; }
  .xfooter__bottom { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
}

/* ═══════════════════════════ REVEAL ═══════════════════════════ */
[data-reveal] { transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
html.reveal-armed [data-reveal] { opacity: 0; transform: translateY(24px); }
@media (prefers-reduced-motion: reduce) { html.reveal-armed [data-reveal] { opacity: 1; transform: none; } }

/* ═══════════════════════════ IMAGERY — « image à créer » ═══════════════════════════
   Grey block + black brief card telling exactly which asset to generate.
   Swap the .imgph div for an <img class="…__img"> once the real asset exists. */
.imgph { position: absolute; inset: 0; z-index: 0; display: flex; padding: clamp(16px, 1.8vw, 26px);
  background: linear-gradient(135deg, #1d1c23, #131217);
  align-items: var(--ph-align, flex-start); justify-content: center; overflow: hidden; }
.imgph::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(45deg, rgba(236,227,208,0.022) 0 14px, transparent 14px 28px); }
.imgph__card { position: relative; z-index: 1; width: min(100%, 410px);
  background: rgba(8,7,11,0.84); border: 1px dashed rgba(201,162,75,0.42); padding: clamp(15px, 1.6vw, 22px); }
.imgph__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.imgph__tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 8px; }
.imgph__tag::before { content: ""; width: 6px; height: 6px; border: 1px solid var(--gold); transform: rotate(45deg); }
.imgph__ratio { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; color: var(--bone-mute); white-space: nowrap; }
.imgph__brief { font-size: 13px; line-height: 1.56; color: var(--bone-soft); }
.imgph__code { display: block; margin-top: 13px; padding-top: 11px; border-top: 1px solid var(--rule-soft); font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-mute); }

/* full-bleed cinematic band */
.imgband { position: relative; height: clamp(440px, 60vh, 720px); overflow: hidden; border-block: 1px solid var(--rule-soft); --ph-align: center; }
.imgband__cap { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: clamp(30px, 5vw, 84px); pointer-events: none;
  background: linear-gradient(0deg, rgba(9,8,12,0.78), transparent 72%); }
.imgband__kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-2); }
.imgband__kicker::before { content: ""; width: 7px; height: 7px; background: var(--gold-2); transform: rotate(45deg); }
.imgband__quote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(28px, 4.6vw, 66px); line-height: 1.06; max-width: 22ch; color: var(--bone); }
.imgband__quote em { color: var(--gold); font-style: italic; }
.imgband__title { font-family: var(--serif); font-weight: 500; font-size: clamp(60px, 11vw, 184px); line-height: 0.84; letter-spacing: -0.03em; }
.imgband__title em { font-style: italic; color: var(--gold); }
.imgband__img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.flagship__band { margin-bottom: clamp(56px, 7vw, 96px); }

/* formats & venues become image-TOP cards (image area + copy below) */
.fmt, .venue { flex-direction: column !important; align-items: stretch !important; min-height: 0 !important; }
.fmt__media, .venue__media { position: relative; width: 100%; }
.fmt__media { height: clamp(280px, 26vw, 360px); }
.venue__media { height: clamp(210px, 19vw, 280px); }
.fmt__img, .venue__img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.fmt__txt, .venue__txt { position: relative; z-index: 2; }
.fmt__idx { margin-top: 0 !important; }
.fmt__title { margin-top: 16px !important; }
.venue__mark { display: none; }
.venue__title { margin-top: 0 !important; }

/* ═══════════════ TOP SPOTIFY ═══════════════ */
.charts { padding-top: clamp(60px, 8vw, 110px); }
.charts .shead__lede { margin-top: 14px; }
.charts__hint { font-family: var(--mono); font-size: 11px; letter-spacing: 0.02em; color: var(--bone-mute); opacity: 0.7; }
.chart { border-top: 1px solid var(--rule); }
.trk { display: grid; grid-template-columns: 26px 50px 1fr auto auto 22px; align-items: center; gap: clamp(14px, 1.6vw, 26px); padding: 13px 6px; border-bottom: 1px solid var(--rule-soft); transition: background .25s, padding-left .3s; }
.trk:hover { background: rgba(201,162,75,0.05); padding-left: 14px; }
.trk__rank { font-family: var(--mono); font-size: 13px; color: var(--bone-mute); text-align: right; }
.trk:hover .trk__rank { color: var(--gold); }
.trk__cover { width: 50px; height: 50px; object-fit: cover; background: linear-gradient(135deg, #28262f, #15141a); border: 1px solid var(--rule); }
.trk__meta { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.trk__title { font-family: var(--serif); font-size: clamp(19px, 1.7vw, 25px); font-weight: 500; line-height: 1.08; color: var(--bone); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trk:hover .trk__title { color: var(--gold-2); }
.trk__artist { font-family: var(--sans); font-size: 12px; color: var(--bone-mute); }
.trk__plays { font-family: var(--mono); font-size: 13px; color: var(--bone-soft); white-space: nowrap; }
.trk__time { font-family: var(--mono); font-size: 13px; color: var(--bone-mute); white-space: nowrap; }
.trk__play { font-size: 11px; color: var(--bone-mute); text-align: center; transition: color .25s, transform .25s; }
.trk:hover .trk__play { color: var(--gold); transform: scale(1.3); }
.chart__link { display: inline-block; margin-top: 28px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid transparent; transition: border-color .2s; }
.chart__link:hover { border-color: var(--gold); }

/* ═══════════════ FAN VOICES (marquee) ═══════════════ */
.voices { padding: clamp(70px, 9vw, 130px) 0; overflow: hidden; }
.voices .shead { margin-bottom: clamp(38px, 4vw, 60px); }
.voices__row { display: flex; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.voices__row + .voices__row { margin-top: 18px; }
.voices__track { display: flex; gap: 18px; flex: 0 0 auto; padding-right: 18px; animation: voscroll 64s linear infinite; will-change: transform; }
.voices__row[data-dir="right"] .voices__track { animation-direction: reverse; }
.voices:hover .voices__track { animation-play-state: paused; }
@keyframes voscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .voices__track { animation: none; } }
.voice { flex: 0 0 auto; width: clamp(258px, 28vw, 330px); background: var(--ink-2); border: 1px solid var(--rule); padding: 22px 24px; transition: border-color .25s; }
.voice:hover { border-color: rgba(201,162,75,0.4); }
.voice__who { font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em; color: var(--gold); margin-bottom: 11px; }
.voice__who::before { content: "@"; opacity: 0.55; }
.voice__txt { font-size: 16px; line-height: 1.5; color: var(--bone); }

/* ═══════════════════════════ RESPONSIVE ═══════════════════════════ */
@media (max-width: 1080px) {
  .newcat__grid { grid-template-columns: 1fr; gap: clamp(20px, 4vw, 36px); }
  .flagship__grid { grid-template-columns: 1fr; }
  .fmt__grid { grid-template-columns: 1fr; }
  .pros__grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .venue__grid { grid-template-columns: 1fr; }
  .univ__grid { grid-template-columns: 1fr; }
  .xfeet { flex-direction: column; align-items: flex-start; gap: 16px; }
  .xfoot--r { text-align: left; flex-direction: row-reverse; }
}
@media (max-width: 760px) {
  .xhero { min-height: 640px; }
  .xnames { top: clamp(96px, 13vh, 140px); }
  .xname { font-size: clamp(46px, 13vw, 84px); }
  .xfoot { max-width: 24ch; }
  .xfoot figcaption { font-size: 11px; }
  .xnav__brand-script { font-size: 28px; }
  .flagship__stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .xfeet { bottom: 92px; }
  .xfoot--r { display: none; }
  .promise__cta .xbtn, .ticket__cta .xbtn { width: 100%; }
  .fresque { grid-template-columns: 40px 1fr; }
  .trk { grid-template-columns: 22px 1fr auto 20px; gap: 12px; }
  .trk__cover, .trk__time { display: none; }
}

/* ═══════════════════════════ SUB-PAGES (Pro / Investisseurs / Presse) ═══════════════════════════ */
.subnav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(28px, 4vw, 60px); background: color-mix(in srgb, var(--ink) 82%, transparent); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--rule); }
.subnav__brand { display: flex; align-items: baseline; gap: 12px; }
.subnav__script { font-family: var(--script); font-size: 26px; color: var(--bone); line-height: 1; }
.subnav__sub { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.4em; text-transform: uppercase; color: var(--bone-mute); }
.subnav__back { font-family: var(--mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bone-soft); transition: color .2s; }
.subnav__back:hover { color: var(--gold); }

.subhero { position: relative; padding: clamp(72px, 11vw, 156px) 0 clamp(48px, 6vw, 84px); overflow: hidden; }
.subhero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(58% 80% at 72% 0%, rgba(201,162,75,0.10), transparent 62%); pointer-events: none; }
.subhero__inner { position: relative; }
.subhero__label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; }
.subhero__title { font-family: var(--serif); font-weight: 500; font-size: clamp(46px, 7vw, 104px); line-height: 0.98; letter-spacing: -0.02em; max-width: 18ch; }
.subhero__title em { font-style: italic; color: var(--gold); }
.subhero__lede { margin-top: 26px; max-width: 58ch; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.62; color: var(--bone-soft); }

.xsection { padding: clamp(48px, 6vw, 92px) 0; }
.xsection--line { border-top: 1px solid var(--rule-soft); }

.duo { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.duo__h { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3.6vw, 54px); line-height: 1.0; letter-spacing: -0.015em; }
.duo__h em { font-style: italic; color: var(--gold); }
.duo__body p { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.7; color: var(--bone-soft); }
.duo__body p + p { margin-top: 20px; }
.duo__body strong { color: var(--bone); font-weight: 600; }

.offer__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); counter-reset: of; }
.offer { background: var(--ink); padding: clamp(30px, 3vw, 46px); counter-increment: of; min-height: clamp(240px, 22vw, 300px); display: flex; flex-direction: column; transition: background .3s; }
.offer:hover { background: var(--ink-2); }
.offer::before { content: counter(of, upper-roman); font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 3vw, 48px); color: var(--gold); line-height: 1; }
.offer__t { margin-top: auto; padding-top: 24px; font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2vw, 30px); line-height: 1.12; }
.offer__b { margin-top: 14px; font-size: 15.5px; line-height: 1.62; color: var(--bone-soft); }

.steps3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 44px); }
.step3 { border-top: 1px solid var(--gold); padding-top: 22px; }
.step3__n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.2em; color: var(--gold); }
.step3__t { margin-top: 14px; font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2vw, 30px); line-height: 1.1; }
.step3__b { margin-top: 12px; font-size: 15.5px; line-height: 1.6; color: var(--bone-soft); }

.bigstats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--rule); }
.bigstat { padding: clamp(30px, 3vw, 50px) 24px clamp(28px, 3vw, 44px) 0; border-right: 1px solid var(--rule); }
.bigstat:last-child { border-right: 0; }
.bigstat__n { font-family: var(--serif); font-weight: 600; font-size: clamp(44px, 5vw, 80px); line-height: 0.86; color: var(--gold-2); letter-spacing: -0.015em; }
.bigstat__n span { font-size: 0.58em; }
.bigstat__l { margin-top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bone-mute); }

.kit { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kit__item { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border: 1px solid var(--rule); background: var(--ink-2); transition: border-color .25s, background .25s; }
.kit__item:hover { border-color: rgba(201,162,75,0.4); background: var(--panel); }
.kit__name { font-family: var(--serif); font-size: clamp(20px, 1.8vw, 26px); font-weight: 500; }
.kit__meta { display: block; margin-top: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bone-mute); }
.kit__dl { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }

.cbar { padding: clamp(80px, 11vw, 170px) 0; text-align: center; border-top: 1px solid var(--rule); position: relative; overflow: hidden; }
.cbar::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 120% at 50% 100%, rgba(201,162,75,0.10), transparent 65%); pointer-events: none; }
.cbar__inner { position: relative; }
.cbar__title { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 6vw, 96px); line-height: 0.98; letter-spacing: -0.02em; }
.cbar__title em { font-style: italic; color: var(--gold); }
.cbar__sub { margin-top: 22px; font-size: 17px; line-height: 1.6; color: var(--bone-soft); }
.cbar__cta { margin-top: 40px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 980px) {
  .duo { grid-template-columns: 1fr; }
  .offer__grid { grid-template-columns: 1fr; }
  .bigstats { grid-template-columns: 1fr 1fr; }
  .kit { grid-template-columns: 1fr; }
  .steps3 { grid-template-columns: 1fr; }
}

/* ═══════════════════════════ FUNNEL (waitlist) ═══════════════════════════ */
.funnel { position: fixed; inset: 0; z-index: 4000; display: none; }
.funnel.is-open { display: block; }
.funnel__scrim { position: absolute; inset: 0; background: rgba(6,5,8,0.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); opacity: 0; transition: opacity .4s ease; }
.funnel.is-open .funnel__scrim { opacity: 1; }
.funnel__dialog { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -46%); width: min(620px, calc(100vw - 36px));
  background: radial-gradient(130% 100% at 50% 0%, #25100e 0%, #150b0e 45%, var(--ink) 100%);
  border: 1px solid rgba(201,162,75,0.4); padding: clamp(34px, 5vw, 60px) clamp(28px, 5vw, 64px) clamp(34px, 5vw, 56px);
  overflow: hidden; max-height: calc(100dvh - 32px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch;
  opacity: 0; transition: opacity .45s ease, transform .55s cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 50px 120px -40px rgba(0,0,0,0.9), inset 0 0 90px rgba(201,162,75,0.05); }
.funnel.is-open .funnel__dialog { opacity: 1; transform: translate(-50%, -50%); }
.funnel__dialog::before { content: none; }
.funnel__ghost { font-size: clamp(160px, 34vw, 300px); opacity: 0.05; top: 42%; }
.funnel__close { position: sticky; float: right; top: 0; margin: -8px -8px -30px; z-index: 5; width: 38px; height: 38px; border-radius: 50%;
  font-family: var(--mono); font-size: 14px; color: var(--bone-soft); background: rgba(255,255,255,0.04); border: 1px solid var(--rule); transition: color .2s, border-color .2s; }
.funnel__close:hover { color: var(--gold); border-color: var(--gold); }
.funnel__progress { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: clamp(26px, 4vw, 40px); }
.funnel__progress span { font-family: var(--serif); font-size: 17px; color: var(--bone-mute); width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; transition: color .35s, border-color .35s, background .35s; }
.funnel__progress span.is-done { color: var(--gold); border-color: rgba(201,162,75,0.5); }
.funnel__progress span.is-now { color: var(--ink); background: var(--gold); border-color: var(--gold); font-weight: 600; }
.funnel__progress i { width: 26px; height: 1px; background: var(--rule); }
.fstep { position: relative; z-index: 2; display: none; text-align: center; animation: fstepin .5s cubic-bezier(.2,.7,.2,1); }
.fstep.is-active { display: block; }
@keyframes fstepin { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.fstep__klabel { font-family: var(--mono); font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.fstep__title { font-family: var(--serif); font-weight: 500; font-size: clamp(34px, 5vw, 58px); line-height: 1.0; letter-spacing: -0.02em; }
.fstep__title em { font-style: italic; color: var(--gold); }
.fstep__lede { margin: 20px auto 0; max-width: 42ch; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6; color: var(--bone-soft); }
.fstep__form { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; max-width: 420px; margin-inline: auto; }
.funnel input[type="email"], .funnel input[type="text"], .funnel input[type="tel"], .funnel input[type="number"] { font-family: var(--sans); font-size: 16px; color: var(--bone); text-align: center;
  width: 100%; appearance: none; -webkit-appearance: none; border-radius: 0;
  background: rgba(255,255,255,0.03); border: 1px solid var(--rule); padding: 16px 18px; outline: none; transition: border-color .25s, background .25s; }
.funnel input::placeholder { color: var(--bone-mute); }
.funnel input:focus { border-color: var(--gold); background: rgba(201,162,75,0.06); }
.funnel input.is-bad { border-color: #c0432e; }
.fstep__fine { margin-top: 16px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--bone-mute); }
.fchips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.fchip { cursor: pointer; }
.fchip input { position: absolute; opacity: 0; pointer-events: none; }
.fchip span { display: inline-block; padding: 12px 22px; border: 1px solid var(--rule); border-radius: 999px; font-size: 15px; color: var(--bone-soft); transition: all .2s; }
.fchip:hover span { border-color: var(--bone-mute); color: var(--bone); }
.fchip input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }
.ffield { display: flex; flex-direction: column; gap: 10px; max-width: 420px; margin: 26px auto 0; text-align: left; }
.ffield span { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bone-mute); text-align: center; }
.fstep__actions { margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.fseal { width: clamp(58px, 7vw, 76px); height: clamp(58px, 7vw, 76px); margin: 0 auto 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: clamp(26px, 3vw, 34px); color: var(--gold-2);
  background: radial-gradient(circle at 50% 34%, rgba(201,162,75,0.25), rgba(201,162,75,0.04)); border: 1.5px solid var(--gold);
  box-shadow: inset 0 0 18px rgba(201,162,75,0.25), 0 0 40px rgba(201,162,75,0.2); animation: sealpop .6s cubic-bezier(.2,.7,.2,1); }
@keyframes sealpop { from { transform: scale(0.6); opacity: 0; } to { transform: none; opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .fstep, .fseal, .funnel__dialog { animation: none; transition: none; } }
@media (max-width: 520px) { .fstep__actions .xbtn { width: 100%; } }

/* ── funnel step-2 enriched form ── */
.fform { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; text-align: left; }
.ffield--full { grid-column: 1 / -1; }
.fform .ffield { gap: 9px; }
.fform .ffield > span { display: flex; align-items: baseline; justify-content: space-between; }
.ffield i { font-style: normal; font-family: var(--mono); font-size: 9px; letter-spacing: 0.12em; color: var(--bone-mute); opacity: 0.7; margin-left: 6px; text-transform: none; }
.fform input[type="tel"], .fform input[type="text"], .fform input[type="number"], .fform select { text-align: left; }
/* multi-city picker */
.fcities { display: flex; flex-wrap: wrap; gap: 8px; max-height: 176px; overflow-y: auto; padding: 14px; border: 1px solid var(--rule); background: rgba(255,255,255,0.02); }
.fcities__grp { width: 100%; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin: 6px 0 2px; }
.fcities__grp:first-child { margin-top: 0; }
.fcity { cursor: pointer; }
.fcity input { position: absolute; opacity: 0; pointer-events: none; }
.fcity span { display: inline-block; padding: 8px 14px; border: 1px solid var(--rule); border-radius: 999px; font-size: 13.5px; color: var(--bone-soft); transition: all .18s; }
.fcity:hover span { border-color: var(--bone-mute); color: var(--bone); }
.fcity input:checked + span { background: var(--gold); border-color: var(--gold); color: var(--ink); font-weight: 600; }
.funnel select { font-family: var(--sans); font-size: 15px; color: var(--bone); background: rgba(255,255,255,0.03); border: 1px solid var(--rule);
  padding: 14px 16px; outline: none; transition: border-color .25s, background .25s; appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--bone-mute) 50%), linear-gradient(135deg, var(--bone-mute) 50%, transparent 50%);
  background-position: calc(100% - 17px) 53%, calc(100% - 12px) 53%; background-size: 5px 5px; background-repeat: no-repeat; cursor: pointer; }
.funnel select:focus { border-color: var(--gold); }
.funnel select option, .funnel select optgroup { color: #14130F; background: #F5F0E4; }
.fform .ffield span { text-align: left; }
.fform .fchips { justify-content: flex-start; margin-top: 0; }
.fform .fchip span { padding: 10px 18px; font-size: 14px; text-align: center; }
@media (max-width: 520px) { .fform { grid-template-columns: 1fr; } }

/* ── Experience contact page form — graceful, pixel-aligned ── */
.cwrap { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.cform { background: var(--ink-2); border: 1px solid var(--rule); padding: clamp(28px, 3.4vw, 48px); display: flex; flex-direction: column; gap: clamp(20px, 2.2vw, 28px); }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2vw, 26px); }
.cform .ffield { display: flex; flex-direction: column; gap: 11px; min-width: 0; max-width: none; width: 100%; margin: 0; }
.cform .ffield > span { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); text-align: left; }
.cform input, .cform select, .cform textarea { font-family: var(--sans); font-size: 16px; color: var(--bone); width: 100%; line-height: 1.4;
  appearance: none; -webkit-appearance: none; border-radius: 0; box-shadow: none;
  background: rgba(255,255,255,0.025); border: 1px solid var(--rule); padding: 15px 16px; outline: none;
  transition: border-color .25s, background .25s, box-shadow .25s; }
.cform textarea { resize: vertical; min-height: 150px; line-height: 1.6; }
.cform input::placeholder, .cform textarea::placeholder { color: var(--bone-mute); opacity: 1; }
.cform input:hover, .cform select:hover, .cform textarea:hover { border-color: rgba(236,227,208,0.28); }
.cform input:focus, .cform select:focus, .cform textarea:focus { border-color: var(--gold); background: rgba(201,162,75,0.05); box-shadow: inset 0 0 0 1px rgba(201,162,75,0.35); }
.cform select { cursor: pointer; padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23C9A24B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: calc(100% - 16px) center; background-size: 12px 8px; }
.cform select option { color: #14130F; background: #F5F0E4; }
.cform__foot { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 4px; }
.cform__foot .xbtn { border: 0; }
.cform__hint { font-family: var(--mono); font-size: 11px; letter-spacing: 0.04em; color: var(--bone-mute); }
.caside { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 96px; }
.ccard { border: 1px solid var(--rule); background: var(--ink-2); padding: clamp(26px, 2.6vw, 38px); }
.ccard__t { font-family: var(--serif); font-weight: 500; font-size: 26px; margin-bottom: 16px; }
.ccard__mail { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 1.8vw, 26px); color: var(--gold-2); overflow-wrap: anywhere; transition: color .2s; }
.ccard__mail:hover { text-decoration: underline; text-underline-offset: 4px; }
.ccard__note { margin-top: 16px; font-size: 14px; line-height: 1.6; color: var(--bone-mute); }
.ccard--quiet { background: transparent; border-style: dashed; }
.ccard__q { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.3; color: var(--bone-soft); }
@media (max-width: 860px) { .cwrap { grid-template-columns: 1fr; } .caside { position: static; } .cform__row { grid-template-columns: 1fr; } }

/* ═══════════════════════════ FULL-PAGE GRAIN (sub-pages) ═══════════════════════════
   Centralized from a former inline style so sub-pages stay CSP-friendly. */
.grain { position: fixed; inset: 0; z-index: 9000; pointer-events: none; opacity: 0.05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px; }

/* ═══════════════════════════ SUB-PAGE LAYOUT UTILITIES ═══════════════════════════
   Replace the few one-off inline style nudges so the site ships with no inline
   styles (enables a stricter Content-Security-Policy without style 'unsafe-inline'). */
.promise__cta--sub { margin-top: 38px; }
.shead--gap { margin-bottom: clamp(32px, 4vw, 52px); }
.shead--gap-sm { margin-bottom: clamp(28px, 3vw, 44px); }
.u-mt-sm { margin-top: 16px; }

/* Visually-hidden, screen-reader-only (accessible page H1 without altering the visual hero) */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
