:root {
  --ink: #070706;
  --ink-soft: #11110f;
  --bone: #f0ece3;
  --bone-dim: #c8c3ba;
  --red: #d81625;
  --red-dark: #5a0c13;
  --chrome: #b9bbc0;
  --line-dark: rgba(7, 7, 6, 0.2);
  --line-light: rgba(240, 236, 227, 0.22);
  --display: "Archivo Black", "Arial Black", sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --body: "Manrope", Helvetica, Arial, sans-serif;
  --edge: clamp(1.25rem, 4.2vw, 5rem);
  --section: clamp(5rem, 10vw, 10rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--ink); color: var(--bone); font-family: var(--body); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { background: var(--red); color: white; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--chrome); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 9999; top: 0.75rem; left: 0.75rem; padding: 0.75rem 1rem; transform: translateY(-160%); background: var(--bone); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; min-height: 5.25rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0.8rem var(--edge); border-bottom: 1px solid transparent; transition: background 200ms ease, border-color 200ms ease; }
.site-header.is-scrolled { background: rgba(7, 7, 6, 0.94); border-color: var(--line-light); }
.brand { justify-self: start; display: inline-flex; align-items: baseline; gap: 0.75rem; text-transform: uppercase; }
.brand-main { font-family: var(--display); font-size: clamp(0.9rem, 1.35vw, 1.25rem); letter-spacing: -0.05em; }
.brand-meta { color: var(--chrome); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.25rem); }
.site-nav > a { position: relative; color: var(--bone-dim); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.site-nav > a::after { content: ""; position: absolute; inset: auto 0 -0.5rem; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--red); transition: transform 200ms ease; }
.site-nav > a:hover { color: var(--bone); }
.site-nav > a:hover::after { transform: scaleX(1); }
.site-nav .nav-book { padding: 0.65rem 0.95rem; background: var(--red); color: white; }
.site-nav .nav-book::after { display: none; }
.language-switch { display: flex; border-left: 1px solid var(--line-light); padding-left: 0.75rem; }
.language-switch button { border: 0; padding: 0.35rem; background: transparent; color: #777; cursor: pointer; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.08em; }
.language-switch button[aria-pressed="true"] { color: var(--bone); text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 0.3rem; }
.menu-toggle { display: none; justify-self: end; border: 0; padding: 0.5rem 0; background: none; color: var(--bone); cursor: pointer; }
.menu-label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.menu-lines { display: grid; gap: 5px; width: 1.6rem; }
.menu-lines i { display: block; height: 1px; background: currentColor; transition: transform 200ms ease; }

.hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: var(--red-dark); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 14%; filter: saturate(1.07) contrast(1.03); }
.hero-shade { z-index: 1; background: linear-gradient(90deg, rgba(7,7,6,0.92) 0%, rgba(7,7,6,0.42) 42%, rgba(7,7,6,0.03) 68%), linear-gradient(0deg, rgba(7,7,6,0.72) 0%, transparent 46%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: 0.09; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 3; display: flex; min-height: 100svh; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 9rem var(--edge) clamp(3rem, 8vw, 7rem); }
.overline, .section-index { margin: 0 0 1.25rem; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; }
.overline { display: flex; align-items: center; gap: 1rem; color: var(--chrome); }
.overline::before { content: ""; width: 3rem; height: 1px; background: var(--red); }
.hero h1 { margin: 0 0 1.75rem; font-family: var(--display); font-size: clamp(4.7rem, 15.1vw, 14rem); letter-spacing: -0.09em; line-height: 0.72; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: clamp(0rem, 8vw, 9rem); color: transparent; -webkit-text-stroke: clamp(1px, 0.14vw, 2px) var(--bone); }
.hero-statement { max-width: 31rem; margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.25rem); line-height: 1.15; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.25rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0.8rem 1.25rem; cursor: pointer; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; line-height: 1; text-transform: uppercase; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--bone); color: var(--ink); }
.button-light:hover { background: white; }
.button-outline { border-color: rgba(240,236,227,.5); color: var(--bone); }
.button-outline:hover { border-color: var(--bone); background: var(--bone); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--bone); }
.button-dark:hover { background: var(--red); }
.hero-edition { position: absolute; z-index: 3; top: 50%; right: calc(var(--edge) * 0.4); writing-mode: vertical-rl; color: rgba(240,236,227,.75); font-size: 0.55rem; letter-spacing: 0.25em; }
.hero-live-cut { position: absolute; z-index: 4; right: var(--edge); bottom: clamp(3rem, 8vw, 7rem); width: clamp(8rem, 14vw, 14rem); aspect-ratio: 4 / 5; border: 1px solid rgba(240,236,227,.45); background: var(--ink); overflow: hidden; }
.hero-live-cut video { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.hero-live-cut span { position: absolute; inset: auto 0 0; padding: 0.65rem; background: var(--ink); font-size: 0.55rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }

.proof-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-light); background: var(--ink); }
.proof-rail > div { min-height: 9rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 1.6rem var(--edge); border-right: 1px solid var(--line-light); }
.proof-rail > div:last-child { border-right: 0; }
.proof-rail b { font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.5rem); letter-spacing: -0.06em; line-height: 1; }
.proof-rail span { max-width: 15rem; color: var(--bone-dim); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.13em; line-height: 1.45; text-transform: uppercase; }

.section { position: relative; padding: var(--section) var(--edge); }
.section-index { color: var(--chrome); }
.section-index::before { content: ""; display: inline-block; width: 1.7rem; height: 1px; margin-right: 0.6rem; vertical-align: middle; background: currentColor; }
.section h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 8.5vw, 9.5rem); letter-spacing: -0.085em; line-height: 0.84; text-transform: uppercase; }
.section h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -0.03em; text-transform: none; }
.section-bone { background: var(--bone); color: var(--ink); }
.section-bone .section-index { color: #66625b; }

.release { display: grid; grid-template-columns: minmax(18rem, 0.82fr) minmax(21rem, 1.18fr); min-height: 55rem; padding: 0; background: var(--bone); color: var(--ink); }
.release-portrait { position: relative; min-height: 48rem; overflow: hidden; background: var(--red); }
.release-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.release-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7,7,6,.58)); }
.release-portrait > span { position: absolute; z-index: 1; left: 1.5rem; bottom: 1rem; color: white; font-family: var(--display); font-size: clamp(2.4rem, 6vw, 6rem); letter-spacing: -0.08em; }
.release-copy { display: flex; flex-direction: column; justify-content: center; padding: var(--section) clamp(2rem, 7vw, 8rem); }
.release-copy .section-index { color: #68635c; }
.release-copy h2 { font-size: clamp(4.4rem, 10vw, 11rem); }
.release-copy h2 em { color: var(--red); }
.release-meta { margin: 2rem 0; padding: 0.85rem 0; border-block: 1px solid var(--line-dark); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.18em; }
.release-copy > p:not(.section-index,.release-meta) { max-width: 42rem; font-size: clamp(1rem, 1.45vw, 1.2rem); }
.platform-links { display: flex; flex-direction: column; margin-top: 2.5rem; border-top: 1px solid var(--line-dark); }
.platform-links a { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--line-dark); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.platform-links a:hover span { transform: translate(3px, -3px); }
.platform-links span { transition: transform 160ms ease; }

.artist { overflow: hidden; }
.artist::after { content: "LEXX"; position: absolute; top: 14rem; right: -2.5rem; color: rgba(7,7,6,.045); font-family: var(--display); font-size: clamp(12rem, 29vw, 34rem); line-height: .7; pointer-events: none; }
.artist-heading { position: relative; z-index: 1; max-width: 78rem; }
.artist-heading h2 { font-size: clamp(3.4rem, 7.8vw, 8.3rem); }
.artist-heading h2 em { color: var(--red); }
.artist-heading h2 strong { font-weight: inherit; }
.artist-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(17rem, .9fr) minmax(18rem, .8fr) minmax(12rem, .45fr); align-items: end; gap: clamp(1rem, 3vw, 3rem); margin-top: clamp(4rem, 8vw, 8rem); }
.artist-copy { align-self: center; padding-right: clamp(0rem, 4vw, 4rem); }
.artist-copy p { color: #3f3d38; }
.artist-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.3rem); line-height: 1.05; }
.artist-copy .signature { margin-block: 2.5rem; color: var(--red); font-family: var(--serif); font-size: 1.7rem; font-style: italic; }
.text-link { display: inline-flex; gap: 1rem; border-bottom: 1px solid currentColor; padding-bottom: 0.35rem; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link:hover { color: var(--red); }
.artist-figure { margin: 0; }
.artist-figure img { width: 100%; height: 100%; object-fit: cover; }
.artist-figure figcaption { padding-top: .6rem; font-size: .55rem; font-weight: 700; letter-spacing: .2em; }
.figure-tall { height: clamp(30rem, 58vw, 52rem); }
.figure-small { height: clamp(22rem, 39vw, 36rem); margin-bottom: 3rem; }

.live { background: var(--ink); }
.live-heading { max-width: 83rem; }
.live-heading h2 em { color: var(--red); }
.live-proof { display: grid; grid-template-columns: 1.15fr .55fr .55fr; align-items: end; gap: clamp(.75rem, 2vw, 2rem); margin-top: clamp(3rem, 7vw, 7rem); }
.live-proof figure { margin: 0; overflow: hidden; }
.live-proof img { width: 100%; height: 100%; object-fit: cover; }
.live-wide { height: clamp(28rem, 53vw, 56rem); }
.live-vertical { height: clamp(22rem, 42vw, 43rem); }
.live-proof > p { margin: 0 0 2rem; color: var(--bone-dim); font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2.5rem); line-height: 1.1; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(4rem, 8vw, 8rem); background: var(--line-light); }
.reel { position: relative; aspect-ratio: 9 / 12; overflow: hidden; background: #111; }
.reel video { width: 100%; height: 100%; object-fit: cover; }
.reel::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(7,7,6,.75), transparent 55%); transition: opacity 180ms ease; }
.reel.is-playing::after { opacity: 0; }
.reel-play { position: absolute; z-index: 2; inset: auto 0 0; display: flex; width: 100%; align-items: center; gap: 1rem; border: 0; padding: 1.4rem; background: transparent; color: white; cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-align: left; }
.reel.is-playing .reel-play { opacity: 0; pointer-events: none; }
.play-icon { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.play-icon::after { content: ""; width: 0; height: 0; margin-left: 3px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid white; }

.section-red { background: var(--red); color: white; }
.catalogue { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(3rem, 8vw, 9rem); }
.catalogue-head { position: sticky; top: 8rem; align-self: start; }
.catalogue-head .section-index { color: rgba(255,255,255,.72); }
.catalogue-head h2 { font-size: clamp(3.6rem, 7vw, 7.5rem); }
.catalogue-head > p:last-child { max-width: 27rem; margin-top: 2rem; }
.track-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.4); }
.track-list li { display: grid; grid-template-columns: 2.5rem minmax(10rem, 1fr) minmax(5rem, .45fr) auto; align-items: baseline; gap: 1rem; padding: 1.45rem 0; border-bottom: 1px solid rgba(255,255,255,.4); }
.track-list li > span, .track-list small, .track-list a { font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.track-list strong { font-family: var(--display); font-size: clamp(1.35rem, 2.7vw, 2.9rem); letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.track-list small { color: rgba(255,255,255,.7); }
.track-list a { white-space: nowrap; }
.track-list a:hover { text-decoration: underline; text-underline-offset: .35rem; }

.gallery-section { background: var(--ink-soft); overflow: hidden; }
.gallery-head { position: absolute; z-index: 2; top: var(--section); left: var(--edge); pointer-events: none; }
.gallery-head h2 { color: white; font-size: clamp(5rem, 15vw, 16rem); }
.gallery-head h2 em { color: var(--red); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(18, 4.2vw); gap: .75rem; padding-top: 8rem; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: #111; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 1rem; bottom: .7rem; color: white; font-size: 1.5rem; opacity: 0; transition: opacity 180ms ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-a { grid-column: 1 / 6; grid-row: 6 / 15; }
.gallery-b { grid-column: 8 / 13; grid-row: 1 / 10; }
.gallery-c { grid-column: 5 / 9; grid-row: 10 / 19; }
.gallery-d { grid-column: 1 / 4; grid-row: 15 / 19; }
.gallery-e { grid-column: 9 / 13; grid-row: 11 / 18; }

.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; border: 0; padding: 0; background: rgba(7,7,6,.98); color: white; }
.lightbox::backdrop { background: rgba(7,7,6,.96); }
.lightbox[open] { display: grid; grid-template-columns: 5rem 1fr 5rem; place-items: center; }
.lightbox figure { display: flex; height: 92svh; margin: 0; flex-direction: column; align-items: center; justify-content: center; }
.lightbox figure img { width: auto; max-width: min(76vw, 72rem); height: min(84svh, 68rem); object-fit: contain; }
.lightbox figcaption { padding-top: .65rem; color: var(--chrome); font-size: .62rem; font-weight: 700; letter-spacing: .16em; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; cursor: pointer; }
.lightbox-close { position: fixed; z-index: 2; top: 1.25rem; right: 1.25rem; width: 3rem; height: 3rem; font-size: 1.8rem; }
.lightbox-nav { width: 3rem; height: 3rem; font-size: 1.2rem; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--red); background: var(--red); }

.promoters { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(4rem, 10vw, 10rem); }
.promoters-main h2 em { color: var(--red); }
.promoters-main > p:not(.section-index) { max-width: 38rem; margin: 2rem 0; font-size: 1.05rem; }
.rider-summary { align-self: end; }
.rider-note { margin: 0 0 1.5rem; color: #68635c; font-size: .62rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.rider-summary dl { margin: 0; border-top: 1px solid var(--line-dark); }
.rider-summary dl > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.25rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line-dark); }
.rider-summary dt { font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.rider-summary dd { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }

.booking { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 9rem); background: var(--red-dark); }
.booking::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(90deg, transparent 49.9%, white 50%, transparent 50.1%); background-size: 6.25% 100%; pointer-events: none; }
.booking-intro, .booking-form { position: relative; z-index: 1; }
.booking-intro { align-self: start; }
.booking-intro h2 { font-size: clamp(3.6rem, 7vw, 7.8rem); }
.booking-intro h2 em { color: var(--red); }
.booking-intro > p:not(.section-index) { max-width: 34rem; margin-top: 2rem; color: var(--bone-dim); }
.direct-contact { display: grid; margin-top: 3rem; border-top: 1px solid var(--line-light); }
.direct-contact a { display: grid; grid-template-columns: 5.3rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); }
.direct-contact small { color: var(--chrome); font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact a:hover { color: white; }
.booking-form { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid var(--line-light); background: rgba(7,7,6,.2); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem 1rem; }
.field { display: grid; gap: .55rem; }
.field > span { color: var(--chrome); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(240,236,227,.34); border-radius: 0; padding: .82rem 0; background: transparent; color: white; outline: none; transition: border-color 150ms ease; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--bone) 50%), linear-gradient(135deg, var(--bone) 50%, transparent 50%); background-position: calc(100% - 14px) 55%, calc(100% - 9px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.field option { background: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); }
.field input:user-invalid, .field select:user-invalid, .field textarea:user-invalid { border-color: #ff8290; }
.field-message { margin-top: 1.25rem; }
.turnstile-field { margin-top: 1.5rem; padding: 1rem; border-block: 1px solid rgba(240,236,227,.18); background: rgba(7,7,6,.18); }
.turnstile-label { margin: 0 0 .75rem; color: var(--chrome); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.cf-turnstile { width: 100%; min-height: 65px; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
.form-footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 1rem; margin-top: 1.5rem; }
.form-footer p { max-width: 30rem; margin: 0; color: var(--bone-dim); font-size: .68rem; }
.form-footer p a { text-decoration: underline; text-underline-offset: .2rem; }
.submit-button { gap: 2rem; border: 0; }
.submit-button[disabled] { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 1.5rem; margin: 1rem 0 0; font-size: .8rem; font-weight: 700; }
.form-status.is-success { color: #d6ffd6; }
.form-status.is-error { color: #ffd8dd; }
.form-fallback { margin: .25rem 0 0; color: var(--bone-dim); font-size: .75rem; }
.form-fallback a { text-decoration: underline; }

.site-footer { padding: clamp(3rem, 7vw, 7rem) var(--edge) 1.25rem; overflow: hidden; border-top: 1px solid var(--line-light); background: var(--ink); }
.footer-wordmark { margin-inline: -.08em; color: var(--bone); font-family: var(--display); font-size: clamp(4rem, 15vw, 15rem); letter-spacing: -.09em; line-height: .72; white-space: nowrap; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.15fr .7fr .7fr; gap: 2rem; margin-top: clamp(4rem, 8vw, 7rem); padding-top: 2rem; border-top: 1px solid var(--line-light); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-label { margin: 0 0 .7rem; color: var(--chrome); font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a { font-size: .78rem; }
.footer-grid a:hover { color: var(--red); }
.footer-grid img { width: 4.5rem; height: 4.5rem; object-fit: contain; filter: grayscale(1); }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid var(--line-light); color: #777; font-size: .55rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(2.4rem); transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Press kit, privacy and error pages */
.subpage { background: var(--bone); color: var(--ink); }
.subpage .site-header { position: sticky; background: var(--ink); color: var(--bone); }
.subpage .site-header .language-switch, .error-header .language-switch { grid-column: 3; justify-self: end; }
.subpage-main { min-height: 75svh; }
.subpage-hero { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 72svh; background: var(--ink); color: var(--bone); }
.subpage-hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(8rem, 14vw, 12rem) var(--edge) var(--section); }
.subpage-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 12vw, 12rem); letter-spacing: -.09em; line-height: .78; text-transform: uppercase; }
.subpage-hero h1 em { color: var(--red); font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
.subpage-hero-copy > p { max-width: 40rem; color: var(--bone-dim); }
.subpage-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.subpage-hero-image { min-height: 35rem; }
.subpage-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.epk-section { padding: var(--section) var(--edge); border-bottom: 1px solid var(--line-dark); }
.epk-section h2 { max-width: 70rem; margin: 0 0 3rem; font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6.5rem); letter-spacing: -.07em; line-height: .88; text-transform: uppercase; }
.epk-section h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; text-transform: none; }
.epk-two-col { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.epk-label { color: #68635c; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.epk-copy { max-width: 52rem; }
.epk-copy .epk-lead { font-family: var(--serif); font-size: clamp(1.8rem, 3.6vw, 3.8rem); line-height: 1.05; }
.epk-copy p { color: #3f3d38; }
.press-downloads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.press-download { display: grid; grid-template-rows: 1fr auto; min-height: 32rem; border: 1px solid var(--line-dark); }
.press-download img { width: 100%; height: 100%; object-fit: cover; }
.press-download a { display: flex; justify-content: space-between; padding: 1rem; font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.press-download a:hover { background: var(--red); color: white; }
.epk-platforms { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.epk-platforms a { min-height: 7rem; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-weight: 700; }
.epk-platforms a:hover { background: var(--red); color: white; }
.epk-platforms small { font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.epk-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); }
.epk-contact > div { padding: clamp(2rem, 5vw, 5rem); background: var(--bone); }
.epk-contact h3 { margin: 0 0 1.5rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.06em; }
.epk-contact a { display: block; margin-top: .5rem; }
.privacy-content { max-width: 58rem; padding: var(--section) var(--edge); }
.privacy-content h1, .error-page h1 { margin: 0 0 2rem; font-family: var(--display); font-size: clamp(4rem, 11vw, 11rem); letter-spacing: -.09em; line-height: .8; }
.privacy-content h2 { margin: 3rem 0 1rem; font-family: var(--display); font-size: 1.5rem; letter-spacing: -.04em; text-transform: uppercase; }
.privacy-content p, .privacy-content li { color: #3f3d38; }
.error-page { min-height: 100svh; display: grid; place-items: center; padding: var(--section) var(--edge); background: var(--red); color: white; text-align: center; }
.error-page p { max-width: 36rem; margin-inline: auto; }
.error-header { background: transparent; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; align-items: center; gap: 1rem; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.5rem; padding: 6rem var(--edge); visibility: hidden; opacity: 0; background: var(--ink); transition: opacity 220ms ease, visibility 220ms ease; }
  .site-nav.is-open { z-index: -1; visibility: visible; opacity: 1; }
  .site-nav > a { font-family: var(--display); font-size: clamp(2rem, 8vw, 4.8rem); letter-spacing: -.05em; line-height: 1; }
  .site-nav .nav-book { padding: 0; background: transparent; color: var(--red); }
  .language-switch { margin-top: 1rem; padding-left: 0; border-left: 0; }
  .language-switch button { font-size: .8rem; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-live-cut { right: 1rem; width: 8rem; }
  .artist-grid { grid-template-columns: .9fr .8fr; }
  .figure-small { display: none; }
  .catalogue { grid-template-columns: 1fr; }
  .catalogue-head { position: static; }
  .promoters, .booking { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .site-header { min-height: 4.5rem; }
  .brand-meta { display: none; }
  .hero-copy { padding-top: 7rem; }
  .hero-photo img { object-position: 54% 12%; }
  .hero h1 { font-size: clamp(4.4rem, 24vw, 9rem); }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-statement { max-width: 21rem; font-size: 1.35rem; }
  .hero-live-cut { display: none; }
  .hero-edition { display: none; }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof-rail > div { min-height: 8rem; padding: 1.25rem; border-bottom: 1px solid var(--line-light); }
  .proof-rail > div:nth-child(2n) { border-right: 0; }
  .release { grid-template-columns: 1fr; }
  .release-portrait { min-height: 72svh; }
  .release-copy { padding: 5rem var(--edge); }
  .artist-grid { grid-template-columns: 1fr; }
  .artist-copy { order: 2; padding-right: 0; }
  .figure-tall { height: 72svh; }
  .live-proof { grid-template-columns: 1fr 1fr; }
  .live-proof > p { grid-column: 1 / -1; order: -1; }
  .live-wide, .live-vertical { height: 60vw; min-height: 18rem; }
  .reels { grid-template-columns: 1fr; }
  .reel { aspect-ratio: 9 / 11; }
  .track-list li { grid-template-columns: 2rem 1fr auto; }
  .track-list small { display: none; }
  .gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(4, minmax(13rem, 44vw)); gap: .5rem; padding-top: 11rem; }
  .gallery-a, .gallery-b, .gallery-c, .gallery-d, .gallery-e { grid-column: auto; grid-row: auto; }
  .gallery-a { grid-row: span 2; }
  .gallery-c { grid-column: 1 / -1; }
  .gallery-e { grid-column: 1 / -1; }
  .lightbox[open] { grid-template-columns: 3rem 1fr 3rem; }
  .lightbox figure img { max-width: 76vw; }
  .field-grid { grid-template-columns: 1fr; }
  .form-footer { grid-template-columns: 1fr; align-items: start; }
  .submit-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-base { flex-direction: column; }
  .subpage-hero { grid-template-columns: 1fr; }
  .subpage-hero-image { height: 68svh; }
  .epk-two-col { grid-template-columns: 1fr; gap: 1rem; }
  .press-downloads { grid-template-columns: 1fr; }
  .press-download { min-height: 42rem; }
  .epk-platforms { grid-template-columns: 1fr 1fr; }
  .epk-contact { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .proof-rail b { font-size: 2.2rem; }
  .artist-heading h2 { font-size: 2.85rem; }
  .live-heading h2, .catalogue-head h2, .promoters-main h2, .booking-intro h2 { font-size: 3.15rem; }
  .track-list li { grid-template-columns: 1.5rem 1fr; }
  .track-list a { grid-column: 2; }
  .rider-summary dl > div { grid-template-columns: 1fr; }
  .booking-form { padding: 1.15rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .epk-platforms { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  @page { size: A4; margin: 14mm; }
  :root { --bone: white; --ink: black; }
  body { background: white !important; color: black !important; font-size: 10pt; }
  .site-header, .site-footer, .subpage-actions, .reels, .lightbox { display: none !important; }
  .subpage-hero { min-height: auto; grid-template-columns: 1fr 58mm; background: white; color: black; border-bottom: 1px solid black; }
  .subpage-hero-copy { padding: 10mm 0; }
  .subpage-hero h1 { font-size: 46pt; }
  .subpage-hero-image { min-height: 72mm; height: 72mm; }
  .epk-section { padding: 12mm 0; break-inside: avoid; }
  .epk-section h2 { margin-bottom: 6mm; font-size: 28pt; }
  .press-downloads { grid-template-columns: repeat(3, 1fr); }
  .press-download { min-height: 95mm; }
  .press-download a { display: none; }
  .epk-platforms a { min-height: auto; padding: 4mm; }
  a { color: black !important; }
  a[href^="http"]::after, a[href^="mailto"]::after { content: " (" attr(href) ")"; font-size: 7pt; font-weight: 400; word-break: break-all; }
}
