@charset "UTF-8";

:root {
    --ink: #090909;
    --ink-soft: #151515;
    --paper: #e9e0c9;
    --paper-light: #f2ead7;
    --red: #f02419;
    --red-dark: #a91410;
    --fire: #ff5a0a;
    --gold: #ffc438;
    --smoke: #73706a;
    --line-dark: rgba(9, 9, 9, .32);
    --line-light: rgba(233, 224, 201, .28);
    --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    --display: "Arial Black", Impact, Haettenschweiler, sans-serif;
    --serif: Didot, "Bodoni 72", "Times New Roman", serif;
    --header: 78px;
    --pad: clamp(22px, 5vw, 78px);
    --memory-progress: 0;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.dialog-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--paper); background: var(--red); }

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    padding: 12px 18px;
    color: var(--paper);
    background: var(--red);
    transform: translateY(-150%);
    transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.paper-grain {
    position: fixed;
    z-index: 990;
    inset: 0;
    opacity: .055;
    pointer-events: none;
    background-image:
        repeating-radial-gradient(circle at 17% 23%, #fff 0 1px, transparent 1px 4px),
        repeating-linear-gradient(94deg, #000 0 1px, transparent 1px 8px);
    background-size: 9px 9px, 17px 23px;
    mix-blend-mode: soft-light;
}

/* Navigation */
.site-header,
.simple-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: var(--header);
    padding: 12px var(--pad);
    color: var(--ink);
    border-bottom: 1px solid rgba(9, 9, 9, .3);
    transition: min-height 180ms ease, color 180ms ease, background-color 180ms ease;
}

.site-header {
    color: var(--paper);
    border-color: transparent;
    background: linear-gradient(180deg, rgba(9, 9, 9, .72), rgba(9, 9, 9, .26) 58%, transparent);
}

.site-header.is-scrolled {
    min-height: 64px;
    color: var(--paper);
    border-color: transparent;
    background: linear-gradient(180deg, rgba(9, 9, 9, .68), rgba(9, 9, 9, .2) 62%, transparent);
    backdrop-filter: none;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.fleur-mark {
    position: relative;
    display: block;
    width: 48px;
    height: 58px;
    flex: 0 0 auto;
    color: currentColor;
    font-size: 48px;
    filter: drop-shadow(2px 3px 0 rgba(9, 9, 9, .16));
}
.fleur-mark > i,
.fleur-mark > b,
.fleur-mark > em,
.fleur-mark > small { position: absolute; display: block; margin: 0; padding: 0; font: inherit; }
.fleur-mark > i {
    z-index: 2;
    top: 0;
    left: 38%;
    width: 24%;
    height: 68%;
    background: currentColor;
    clip-path: polygon(50% 0, 88% 34%, 76% 65%, 61% 100%, 39% 100%, 24% 65%, 12% 34%);
}
.fleur-mark > b,
.fleur-mark > em {
    z-index: 1;
    top: 20%;
    width: 45%;
    height: 46%;
    border: .075em solid currentColor;
    background: transparent;
}
.fleur-mark > b {
    left: 3%;
    border-right: 0;
    border-radius: 62% 0 0 58% / 58% 0 0 55%;
    transform: rotate(-5deg);
}
.fleur-mark > em {
    right: 3%;
    border-left: 0;
    border-radius: 0 62% 58% 0 / 0 58% 55% 0;
    transform: rotate(5deg);
}
.fleur-mark > b::before,
.fleur-mark > em::before,
.fleur-mark > b::after,
.fleur-mark > em::after,
.fleur-mark > small::after { position: absolute; display: block; content: ""; background: currentColor; }
.fleur-mark > b::before,
.fleur-mark > em::before { top: 29%; width: 69%; height: 49%; }
.fleur-mark > b::before { right: -1%; border-radius: 78% 18% 72% 26%; transform: rotate(37deg); transform-origin: right bottom; }
.fleur-mark > em::before { left: -1%; border-radius: 18% 78% 26% 72%; transform: rotate(-37deg); transform-origin: left bottom; }
.fleur-mark > b::after,
.fleur-mark > em::after { top: 91%; width: 53%; height: 56%; }
.fleur-mark > b::after { right: -5%; border-radius: 14% 18% 78% 64%; transform: rotate(15deg); }
.fleur-mark > em::after { left: -5%; border-radius: 18% 14% 64% 78%; transform: rotate(-15deg); }
.fleur-mark > small {
    z-index: 4;
    top: 64%;
    left: 12%;
    width: 76%;
    height: 11%;
    color: inherit;
    background: var(--red);
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}
.fleur-mark > small::after {
    top: 92%;
    left: 38%;
    width: 24%;
    height: 275%;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.fleur-mark--brand { width: 44px; height: 53px; font-size: 44px; }
.fleur-mark--footer { width: 58px; height: 70px; font-size: 58px; color: var(--paper); }
.brand-name { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-name strong { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.brand-name small { margin-top: 5px; font-size: 9px; font-weight: 700; letter-spacing: .2em; }

.main-menu { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); }
.main-menu > a { position: relative; padding: 8px 0; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.main-menu > a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.main-menu > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-ticket { min-height: 40px; padding: 0 16px; color: var(--paper); border: 0; background: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.menu-toggle { position: relative; display: none; width: 46px; height: 46px; padding: 0; color: inherit; border: 2px solid currentColor; border-radius: 50%; background: transparent; }
.menu-toggle span { position: absolute; top: 50%; left: 12px; width: 18px; height: 2px; background: currentColor; transition: transform 180ms ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:nth-child(2) { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(-45deg); }
.menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Boutons */
.action-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 210px;
    min-height: 58px;
    gap: 24px;
    padding: 0 22px;
    color: var(--ink);
    border: 2px solid currentColor;
    border-radius: 0;
    background: var(--paper);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: color 180ms ease, background-color 180ms ease;
}
.action-button::before { position: absolute; inset: 0; content: ""; background: var(--gold); transform: translateX(-101%); transition: transform 220ms cubic-bezier(.2,.8,.2,1); }
.action-button:hover::before { transform: translateX(0); }
.action-button > * { position: relative; z-index: 1; }
.action-button b { font-size: 20px; }
.action-button--red { color: var(--paper); border-color: var(--red); background: var(--red); }
.action-button--red::before { background: var(--ink); }
.action-button--black { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.action-button--black::before { background: var(--red); }
.action-button--paper { color: var(--ink); border-color: var(--paper); background: var(--paper); }
.action-button--paper::before { background: var(--gold); }
.action-button--paypal { width: 100%; color: #fff; border-color: #142c8e; background: #142c8e; }
.action-button--paypal::before { background: #ffc439; }
.action-button--paypal:hover { color: var(--ink); }

/* Affiche d'entrée */
.poster-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(72px, .55fr) minmax(0, 4.6fr) minmax(300px, 2fr);
    grid-template-rows: minmax(0, 1fr) auto;
    min-height: 100svh;
    padding-top: var(--header);
    color: var(--ink);
    background: var(--paper);
    border-bottom: 14px solid var(--ink);
    isolation: isolate;
    overflow: hidden;
}
.poster-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; opacity: .1; background-image: repeating-radial-gradient(circle at 16% 27%, #000 0 1px, transparent 1px 4px); background-size: 8px 8px; mix-blend-mode: multiply; }
.poster-hero__date { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; grid-row: 1 / -1; padding: 30px 0; color: var(--paper); background: var(--ink); font-family: var(--display); font-size: clamp(22px, 2.5vw, 38px); line-height: 1; letter-spacing: -.08em; }
.poster-hero__date i { color: var(--red); font-style: normal; }
.poster-hero__title { position: relative; z-index: 3; align-self: start; padding: clamp(116px, 15vh, 174px) clamp(36px, 5vw, 80px) clamp(36px, 5vw, 80px); }
.poster-hero__title > p { max-width: 470px; margin: 0 0 clamp(32px, 5vh, 70px); padding-bottom: 12px; border-bottom: 3px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.poster-hero__title h1 { margin: 0; font-family: var(--display); font-size: clamp(64px, 11.4vw, 174px); line-height: .68; letter-spacing: -.095em; text-transform: uppercase; }
.poster-hero__title h1 > * { display: block; }
.poster-hero__title h1 span { margin-bottom: .18em; font-size: .34em; line-height: 1; letter-spacing: .08em; }
.poster-hero__title h1 strong { font: inherit; }
.poster-hero__title h1 em { margin: .2em 0 0 .47em; color: var(--red); font-size: .58em; font-style: normal; line-height: .8; letter-spacing: -.06em; }
.poster-hero__map { position: absolute; z-index: 1; top: 11%; left: 48%; width: clamp(175px, 18vw, 280px); height: 66%; pointer-events: none; transform: rotate(5deg); }
.poster-hero__map::before { position: absolute; top: 13%; right: -20%; width: 76%; height: 72%; content: ""; background: var(--ink); clip-path: polygon(18% 0, 100% 8%, 78% 100%, 0 86%); opacity: .07; transform: rotate(-9deg); }
.poster-hero__map span { position: absolute; inset: 0; display: block; background: var(--red); clip-path: polygon(53% 0, 70% 5%, 76% 15%, 67% 24%, 75% 34%, 64% 45%, 72% 56%, 60% 67%, 64% 78%, 53% 90%, 42% 100%, 30% 91%, 35% 79%, 24% 68%, 31% 56%, 21% 45%, 29% 32%, 24% 21%, 38% 10%); opacity: .19; }
.poster-hero__map i { position: absolute; top: 6%; right: 18%; width: 9px; height: 88%; background: var(--ink); clip-path: polygon(26% 0, 100% 0, 61% 100%, 0 100%); opacity: .42; transform: rotate(-3deg); }
.poster-hero__map b { position: absolute; right: -21px; bottom: 5%; color: var(--ink); font-size: 8px; line-height: 1.6; letter-spacing: .22em; text-align: right; transform: rotate(90deg); transform-origin: right bottom; }
.poster-hero__portrait { position: relative; grid-row: 1 / -1; grid-column: 3; min-height: calc(100svh - var(--header)); margin: 0; background: var(--ink); overflow: hidden; }
.poster-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 69% 42%; filter: grayscale(1) contrast(1.6) brightness(.7); }
.poster-hero__portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(240,36,25,.52)); mix-blend-mode: screen; }
.poster-hero__disc { position: absolute; z-index: 2; top: 8%; left: -24%; width: 94%; height: 31%; background: var(--red); clip-path: polygon(12% 0, 100% 0, 74% 100%, 0 70%); mix-blend-mode: screen; }
.poster-hero__bar { position: absolute; z-index: 3; right: -8%; bottom: 18%; width: 112%; height: 34px; background: var(--paper); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); transform: rotate(-6deg); }
.poster-hero__portrait figcaption { position: absolute; z-index: 4; right: 20px; bottom: 20px; color: var(--paper); font-size: 8px; font-weight: 900; letter-spacing: .14em; writing-mode: vertical-rl; }
.poster-hero__action { position: relative; z-index: 4; display: flex; align-items: end; justify-content: space-between; gap: 30px; grid-column: 2; padding: 24px clamp(36px, 5vw, 80px) 36px; border-top: 3px solid var(--ink); }
.poster-hero__action p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.poster-hero__scroll { position: absolute; z-index: 5; right: 28px; bottom: 24px; display: flex; flex-direction: column; color: var(--paper); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.poster-hero__scroll span { color: var(--red); font-size: 20px; text-align: center; animation: scroll-cue 1.4s ease-in-out infinite; }
@keyframes scroll-cue { 50% { transform: translateY(7px); } }

/* Intention */
.intention {
    position: relative;
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 50px;
    min-height: 920px;
    padding: clamp(100px, 12vw, 180px) var(--pad);
    color: var(--paper);
    background: var(--ink);
    overflow: hidden;
}
.intention__title { position: relative; z-index: 2; grid-column: 1 / 3; }
.intention__title > p { margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.intention__title h2 { margin: 0; font-family: var(--display); font-size: clamp(64px, 9.5vw, 148px); line-height: .76; letter-spacing: -.075em; }
.intention__title h2 em { color: var(--red); font-style: normal; }
.intention__title h2 span { color: var(--ink); -webkit-text-stroke: 2px var(--paper); }
.intention__copy { grid-column: 1; align-self: end; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; max-width: 840px; padding-top: 24px; border-top: 2px solid var(--paper); }
.intention__copy p { margin: 0; font-size: clamp(16px, 1.4vw, 21px); }
.intention__geometry { position: absolute; right: -7vw; bottom: -4vw; width: min(55vw, 820px); height: min(48vw, 700px); opacity: .28; transform: rotate(-8deg); }
.intention__geometry i { position: absolute; right: 0; width: 84%; height: 18%; border: 2px solid var(--paper); clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%); }
.intention__geometry i:first-child { top: 8%; }
.intention__geometry i:nth-child(2) { top: 36%; right: 9%; width: 104%; border: 0; background: var(--red); }
.intention__geometry b { position: absolute; top: 67%; right: -5%; width: 70%; height: 8%; background: var(--paper); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); }
.intention__geometry span { position: absolute; top: 80%; right: 21%; width: 38%; height: 4%; background: var(--red); }

/* Programme */
.program-poster { color: var(--ink); background: var(--paper); }
.program-poster__head { position: relative; display: grid; grid-template-columns: 2fr .7fr; align-items: end; gap: 40px; min-height: 650px; padding: clamp(90px, 10vw, 150px) var(--pad) 70px; color: var(--paper); background: var(--red); overflow: hidden; }
.program-poster__head h2 { position: relative; z-index: 2; margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(84px, 13vw, 202px); line-height: .65; letter-spacing: -.09em; }
.program-poster__head h2 span { color: var(--paper); }
.program-poster__head > p { position: relative; z-index: 2; margin: 0; padding-top: 14px; border-top: 2px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .14em; line-height: 1.7; text-transform: uppercase; }
.program-poster__target { position: absolute; top: 8%; right: -7%; width: 54vw; height: 74%; opacity: .16; transform: rotate(-11deg); }
.program-poster__target i,
.program-poster__target b,
.program-poster__target span { position: absolute; right: 0; display: block; background: var(--ink); clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }
.program-poster__target i { top: 0; width: 88%; height: 27%; }
.program-poster__target b { top: 37%; width: 113%; height: 17%; }
.program-poster__target span { top: 65%; width: 72%; height: 9%; }
.program-list { margin: 0; padding: 0; list-style: none; }
.program-row { display: grid; grid-template-columns: minmax(210px, .62fr) minmax(280px, 1.3fr) minmax(280px, 1fr) 100px; align-items: center; min-height: 190px; border-bottom: 2px solid var(--ink); }
.program-row > * { height: 100%; padding: 32px clamp(20px, 3vw, 48px); border-right: 2px solid var(--ink); }
.program-row > *:last-child { border-right: 0; }
.program-row time { display: flex; align-items: center; font-family: var(--display); font-size: clamp(52px, 6vw, 90px); line-height: 1; letter-spacing: -.08em; }
.program-row time sup { align-self: flex-start; margin: 12px 0 0 4px; font-size: .25em; letter-spacing: 0; }
.program-row time.program-time--range { flex-direction: column; align-items: flex-start; justify-content: center; }
.program-time--range .time-start { display: block; }
.program-time--range .time-end { display: block; margin-top: 8px; color: var(--red); font-size: .42em; letter-spacing: -.03em; white-space: nowrap; }
.program-row:not(.program-row--ink) .program-time--range .time-end { color: var(--ink); }
.program-row > div { display: flex; flex-direction: column; justify-content: center; }
.program-row small { margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.program-row h3 { margin: 0; font-family: var(--display); font-size: clamp(35px, 4vw, 62px); line-height: .9; letter-spacing: -.05em; }
.program-row > p { display: flex; align-items: center; margin: 0; font-size: 15px; }
.program-row > b { display: flex; align-items: center; justify-content: flex-start; padding-right: 0; padding-left: 29px; color: var(--red); font-family: var(--display); font-size: 34px; font-weight: 900; line-height: 1; letter-spacing: -.06em; text-align: left; }
.program-row--ink { color: var(--paper); background: var(--ink); }
.program-row--ink > * { border-color: var(--paper); }
.program-row--red { color: var(--paper); background: var(--red); }
.program-row--red > * { border-color: var(--ink); }
.program-row--red > b { color: var(--ink); }
.program-row--night { color: var(--paper); background: var(--ink-soft); }
.program-row--night > * { border-color: var(--line-light); }
.program-row--night > b { color: var(--fire); }
.program-row--night time { font-size: clamp(42px, 4.5vw, 68px); white-space: nowrap; }

/* Hommage — scène au scroll */
.memory-scroll { position: relative; height: 340vh; color: var(--paper); background: #000; }
.memory-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; background: #000; isolation: isolate; overflow: hidden; }
.memory-stage::before { position: absolute; z-index: 0; inset: 0; content: ""; background: radial-gradient(circle at 50% 112%, rgba(240,36,25,calc(var(--memory-progress) * .42)), transparent 42%); }
.memory-stage::after { position: absolute; z-index: 9; inset: 0; content: ""; box-shadow: inset 0 0 14vw rgba(0,0,0,.9); pointer-events: none; }
.memory-archive { position: absolute; z-index: 1; top: 2%; right: 7%; width: min(28vw, 420px); height: 95%; margin: 0; opacity: calc(var(--memory-progress) * .24); filter: contrast(1.4); mask-image: linear-gradient(180deg, transparent, #000 25%, #000 72%, transparent); transform: translateY(calc((1 - var(--memory-progress)) * 70px)); }
.memory-archive img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
.memory-words { position: absolute; z-index: 6; top: 50%; left: var(--pad); width: min(1100px, 82vw); opacity: 0; transform: translateY(calc(-50% + 40px)); transition: opacity 600ms ease, transform 750ms cubic-bezier(.2,.8,.2,1); pointer-events: none; }
.memory-words p { margin: 0 0 15px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.memory-words h2, .memory-words b { display: block; margin: 0; font-family: var(--display); font-size: clamp(72px, 12vw, 188px); line-height: .68; letter-spacing: -.08em; }
.memory-words--one p { color: var(--paper); font-family: var(--display); font-size: clamp(50px, 8vw, 125px); line-height: .75; letter-spacing: -.06em; }
.memory-words--one h2 { color: var(--ink); -webkit-text-stroke: 2px var(--red); }
.memory-words--two h2 { color: var(--red); }
.memory-words--two b { color: var(--ink); -webkit-text-stroke: 2px var(--paper); }
.memory-words--three { top: 43%; }
.memory-words--three h2 span { color: var(--fire); }
.memory-stage[data-phase="0"] .memory-words--one,
.memory-stage[data-phase="1"] .memory-words--two,
.memory-stage[data-phase="2"] .memory-words--three,
.memory-stage[data-phase="3"] .memory-words--three { opacity: 1; transform: translateY(-50%); }
.memory-vow { position: absolute; z-index: 10; right: var(--pad); bottom: 44px; max-width: 430px; padding: 18px 22px; color: var(--paper); border-top: 2px solid var(--paper); background: rgba(0, 0, 0, .84); box-shadow: 0 0 45px rgba(0, 0, 0, .9); font-family: var(--sans); font-size: 15px; font-style: normal; font-weight: 900; line-height: 1.45; letter-spacing: .11em; text-shadow: 0 1px 8px #000; text-transform: uppercase; opacity: 0; transition: opacity 500ms ease; }
.memory-stage[data-phase="3"] .memory-vow { opacity: 1; }
.flame-field { position: absolute; z-index: 4; right: 0; bottom: -4%; left: 0; height: 58%; opacity: calc(var(--memory-progress) * 1.45); filter: saturate(1.2); }
.flame { --x: 50%; --size: 180px; --height: 380px; position: absolute; bottom: 0; left: var(--x); width: var(--size); height: var(--height); background: linear-gradient(180deg, var(--gold) 0 9%, var(--fire) 42%, var(--red) 74%, transparent 100%); clip-path: polygon(50% 0, 69% 25%, 93% 58%, 82% 100%, 18% 100%, 4% 61%, 31% 36%); filter: drop-shadow(0 -12px 32px rgba(255,90,10,.45)); transform: translateX(-50%) scaleY(calc(.14 + var(--memory-progress) * 1.05)); transform-origin: bottom; }
.flame::after { position: absolute; right: 28%; bottom: 0; left: 28%; height: 58%; content: ""; background: #fff0a7; clip-path: polygon(50% 0, 100% 75%, 76% 100%, 19% 100%, 0 73%); animation: flame-core .7s ease-in-out infinite alternate; }
.flame--1 { --x: 7%; --size: 115px; --height: 275px; }
.flame--2 { --x: 18%; --size: 170px; --height: 430px; }
.flame--3 { --x: 30%; --size: 125px; --height: 330px; }
.flame--4 { --x: 42%; --size: 210px; --height: 500px; }
.flame--5 { --x: 53%; --size: 140px; --height: 360px; }
.flame--6 { --x: 64%; --size: 200px; --height: 460px; }
.flame--7 { --x: 76%; --size: 120px; --height: 300px; }
.flame--8 { --x: 87%; --size: 180px; --height: 420px; }
.flame--9 { --x: 97%; --size: 105px; --height: 260px; }
.flame:nth-child(2n) { animation: flame-body .9s ease-in-out infinite alternate; }
.flame:nth-child(3n) { animation: flame-body 1.15s ease-in-out infinite alternate-reverse; }
@keyframes flame-body { to { clip-path: polygon(50% 4%, 74% 21%, 89% 62%, 77% 100%, 18% 100%, 9% 57%, 28% 29%); filter: drop-shadow(0 -18px 42px rgba(255,90,10,.58)); } }
@keyframes flame-core { to { transform: scaleX(.78) translateY(-8px); } }
.embers { position: absolute; z-index: 5; inset: 0; opacity: calc(var(--memory-progress) * 1.3); }
.embers i { position: absolute; bottom: 8%; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px var(--fire); animation: ember 3.6s linear infinite; }
.embers i:nth-child(1) { left: 12%; animation-delay: -.4s; }
.embers i:nth-child(2) { left: 28%; animation-delay: -2.1s; animation-duration: 4.2s; }
.embers i:nth-child(3) { left: 45%; animation-delay: -1.2s; }
.embers i:nth-child(4) { left: 57%; animation-delay: -3s; animation-duration: 5s; }
.embers i:nth-child(5) { left: 71%; animation-delay: -.8s; }
.embers i:nth-child(6) { left: 83%; animation-delay: -2.4s; animation-duration: 4.6s; }
.embers i:nth-child(7) { left: 93%; animation-delay: -1.7s; }
@keyframes ember { from { transform: translateY(0) translateX(0); opacity: 0; } 20% { opacity: 1; } to { transform: translateY(-74vh) translateX(38px); opacity: 0; } }
.memory-progress { position: absolute; z-index: 12; top: 66px; right: 0; width: 4px; height: calc(100% - 66px); background: rgba(255,255,255,.08); }
.memory-progress i { display: block; width: 100%; height: calc(var(--memory-progress) * 100%); background: var(--red); }

/* Billetterie */
.ticket-poster { color: var(--ink); background: var(--paper); }
.ticket-poster__head { display: grid; grid-template-columns: 2fr .75fr; align-items: end; gap: 40px; min-height: 610px; padding: clamp(90px, 10vw, 150px) var(--pad) 65px; border-bottom: 3px solid var(--ink); }
.ticket-poster__head h2 { margin: 0; font-family: var(--display); font-size: clamp(92px, 14vw, 215px); line-height: .64; letter-spacing: -.1em; }
.ticket-poster__head > p { margin: 0; padding-top: 15px; border-top: 2px solid var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ticket-options { display: grid; grid-template-columns: repeat(3, 1fr); }
.ticket-option { display: flex; flex-direction: column; min-height: 650px; padding: clamp(30px, 4vw, 62px); border-right: 3px solid var(--ink); }
.ticket-option:last-child { border-right: 0; }
.ticket-option > span { padding-bottom: 15px; border-bottom: 2px solid currentColor; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.ticket-option strong { display: inline-flex; align-items: flex-start; width: max-content; margin: 35px 0 45px; font-family: var(--display); font-size: clamp(105px, 11vw, 175px); line-height: .65; letter-spacing: -.1em; }
.ticket-option sup { margin: .14em 0 0 .14em; font-size: .22em; line-height: 1; letter-spacing: 0; }
.ticket-option h3 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(29px, 3.1vw, 48px); line-height: .9; letter-spacing: -.04em; }
.ticket-option p { max-width: 360px; margin: 0 0 35px; }
.ticket-option .action-button { width: 100%; margin-top: auto; }
.ticket-option--red { color: var(--paper); background: var(--red); }
.ticket-option--black { color: var(--paper); background: var(--ink); }

/* Dons */
.support-poster { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 7vw, 120px); min-height: 900px; padding: clamp(100px, 11vw, 170px) var(--pad); color: var(--paper); background: var(--ink); overflow: hidden; }
.support-poster__title { position: relative; z-index: 2; }
.support-poster__title h2 { margin: 0 0 20px; font-family: var(--display); font-size: clamp(145px, 22vw, 340px); line-height: .62; letter-spacing: -.12em; }
.support-poster__title h2 em { display: inline-grid; place-items: center; width: .66em; height: .66em; color: var(--red); border: .12em solid var(--red); border-radius: 50%; font-style: normal; line-height: .45; overflow: hidden; }
.support-poster__title > p { max-width: 550px; margin: 45px 0 35px; padding-top: 20px; border-top: 2px solid var(--paper); font-size: 17px; }
.support-wall { position: relative; z-index: 2; align-self: center; color: var(--ink); background: var(--paper); border: 3px solid var(--paper); }
.support-wall header { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--paper); background: var(--red); }
.support-wall h3 { margin: 0; font-size: 10px; letter-spacing: .18em; }
.support-wall header a { font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.support-wall ol { margin: 0; padding: 0; list-style: none; }
.support-wall li { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 16px; min-height: 60px; padding: 0 20px; border-bottom: 1px solid var(--line-dark); }
.support-wall li:last-child { border-bottom: 0; }
.support-wall li span { color: var(--red); font-family: var(--display); }
.support-wall li b { font-size: 15px; text-transform: uppercase; }
.support-wall li small { font-family: var(--serif); font-size: 17px; }
.support-wall__empty { display: grid; place-items: center; min-height: 320px; padding: 40px; text-align: center; }
.support-wall__empty b { color: var(--red); font-family: var(--display); font-size: 95px; line-height: .6; }
.support-wall__empty p { max-width: 330px; margin: 24px 0 0; font-family: var(--display); font-size: clamp(25px, 2.6vw, 38px); font-weight: 900; line-height: .95; letter-spacing: -.035em; text-transform: uppercase; }
.support-poster__machine { position: absolute; z-index: 1; right: -8%; bottom: -4%; width: 58vw; height: 58vw; opacity: .11; transform: rotate(-12deg); }
.support-poster__machine i,
.support-poster__machine b,
.support-poster__machine span { position: absolute; right: 0; display: block; clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%); }
.support-poster__machine i { top: 5%; width: 82%; height: 22%; background: var(--red); }
.support-poster__machine b { top: 38%; width: 112%; height: 14%; background: var(--paper); }
.support-poster__machine span { top: 63%; width: 67%; height: 8%; background: var(--red); }

/* Affiche finale */
.final-poster { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(70px, 8vw, 140px); min-height: 780px; padding: clamp(80px, 9vw, 140px) var(--pad); color: var(--ink); background: var(--red); isolation: isolate; overflow: hidden; }
.final-poster__date { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; justify-self: start; width: min(380px, 31vw); min-height: 430px; padding: 55px 13%; color: var(--paper); background: var(--ink); clip-path: polygon(0 9%, 100% 0, 82% 100%, 0 88%); transform: rotate(-2deg); }
.final-poster__date::before { position: absolute; right: -20%; bottom: 20%; width: 115%; height: 9%; content: ""; background: var(--red); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); transform: rotate(-9deg); }
.final-poster__date span, .final-poster__date i, .final-poster__date b { position: relative; z-index: 1; font-family: var(--display); font-size: clamp(65px, 8vw, 118px); font-style: normal; line-height: .62; letter-spacing: -.08em; }
.final-poster__date i { margin-left: 24%; color: var(--red); }
.final-poster__date b { margin-left: 8%; }
.final-poster__copy { position: relative; z-index: 2; }
.final-poster__copy > p { position: relative; z-index: 2; display: inline-block; width: max-content; max-width: 100%; margin: 0 0 48px; padding: 7px 10px; background: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.final-poster__copy h2 { margin: 0 0 50px; font-family: var(--display); font-size: clamp(96px, 13vw, 205px); line-height: .7; letter-spacing: -.095em; }
.final-poster__copy h2 span { color: var(--paper); }

/* Pied */
.site-footer { padding: 65px var(--pad) 22px; color: var(--paper); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding-bottom: 50px; border-bottom: 1px solid var(--line-light); }
.footer-main > div:nth-child(2) { display: flex; flex-direction: column; }
.footer-main strong { font-family: var(--display); font-size: 21px; letter-spacing: -.02em; }
.footer-main small { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .19em; }
.footer-main p { margin: 0; font-size: 11px; text-align: right; text-transform: uppercase; }
.footer-credits { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 30px; padding-top: 20px; color: #99968f; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-credits a { text-underline-offset: 4px; }

/* Réservation */
.checkout { width: min(1040px, calc(100vw - 30px)); max-height: calc(100svh - 30px); padding: 0; color: var(--ink); border: 0; background: transparent; overflow: visible; }
.checkout::backdrop { background: rgba(0, 0, 0, .9); backdrop-filter: blur(7px); }
.checkout-shell { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; max-height: calc(100svh - 30px); background: var(--paper); overflow: auto; }
.dialog-close { position: absolute; z-index: 5; top: 16px; right: 16px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); font-family: var(--display); font-size: 25px; cursor: pointer; }
.checkout-poster { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 760px; color: var(--paper); background: var(--red); overflow: hidden; }
.checkout-poster::before { position: absolute; top: 12%; right: -38%; width: 135%; height: 28%; content: ""; background: var(--ink); clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 72%); transform: rotate(-9deg); }
.checkout-poster__date { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; margin-top: 35px; }
.checkout-poster__date span, .checkout-poster__date i, .checkout-poster__date b { position: relative; z-index: 2; padding: 0 8px; background: var(--red); font-family: var(--display); font-size: clamp(68px, 8vw, 120px); font-style: normal; line-height: .65; }
.checkout-poster p { position: relative; z-index: 2; margin: 50px 0 0; padding: 8px; color: var(--paper); background: var(--ink); font-size: 15px; font-weight: 900; line-height: .9; letter-spacing: .17em; text-align: center; }
.checkout-poster > em { position: absolute; right: -30%; bottom: 10%; width: 120%; height: 18px; background: var(--paper); clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); transform: rotate(-15deg); }
.checkout-form { padding: 52px clamp(25px, 5vw, 68px); }
.checkout-form header { margin-bottom: 28px; }
.checkout-form header > p { margin: 0 0 12px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.checkout-form h2 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(44px, 5vw, 70px); line-height: .75; letter-spacing: -.07em; }
.checkout-form header > span { font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-form label { position: relative; display: flex; flex-direction: column; gap: 7px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-form input, .checkout-form select { width: 100%; min-height: 48px; padding: 10px 12px; color: var(--ink); border: 2px solid var(--ink); border-radius: 0; background: rgba(255,255,255,.24); font-size: 14px; text-transform: none; }
.checkout-form input:focus, .checkout-form select:focus { border-color: var(--red); outline: 2px solid rgba(240,36,25,.15); }
.checkout-form fieldset { margin: 24px 0 0; padding: 0; border: 0; }
.checkout-form legend { width: 100%; padding: 0 0 10px; border-bottom: 2px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.quantity-row { display: grid; grid-template-columns: minmax(0, 1fr) 210px; align-items: center; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line-dark); }
.quantity-row > div { display: flex; min-width: 0; flex-direction: column; }
.quantity-row b { font-size: 14px; }
.quantity-row small { font-size: 11px; }
.quantity-row label { display: grid; grid-template-columns: minmax(0, 1fr) 64px; align-items: center; gap: 14px; min-width: 0; width: 100%; }
.quantity-row label > span { min-width: 0; white-space: nowrap; }
.quantity-row select { min-height: 40px; padding: 6px; }
.amount-chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0; }
.amount-chips button { min-height: 40px; color: var(--ink); border: 2px solid var(--ink); background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }
.amount-chips button:hover, .amount-chips button.is-selected { color: var(--paper); background: var(--red); }
.donation-fields > label { margin-top: 14px; }
.donation-fields > label > span { position: absolute; right: 14px; bottom: 13px; font-size: 14px; }
.donation-fields label em { color: #777; font-size: 8px; }
.order-summary { margin: 24px 0; padding: 17px; color: var(--paper); background: var(--ink); }
.order-summary > div { display: flex; justify-content: space-between; gap: 20px; }
.order-summary span { font-size: 11px; font-weight: 900; text-transform: uppercase; }
.order-summary b { color: var(--red); font-family: var(--display); font-size: 28px; line-height: 1; }
.order-summary small { display: block; margin-top: 7px; color: #aaa69b; font-size: 9px; }
.checkout-form .consent { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 12px; margin: 0 0 24px; font-size: 13px; font-weight: 600; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.checkout-form .consent input { width: 20px; height: 20px; min-height: 0; margin: 1px 0 0; }
.checkout-status { margin: 0 0 14px; padding: 12px; color: #71100d; border: 2px solid var(--red); background: #f2c9bd; font-size: 12px; }
.checkout-status.is-success { color: #164c25; border-color: #2d7841; background: #dbe9da; }
.paypal-buttons { margin-top: 16px; }
.payment-note { margin: 18px 0 0; color: #37342f; font-size: 11px; font-weight: 700; letter-spacing: .05em; line-height: 1.5; text-align: center; text-transform: uppercase; }
.noscript { position: fixed; z-index: 2000; right: 20px; bottom: 20px; max-width: 420px; padding: 18px; color: var(--paper); background: var(--red); }

/* Remerciements */
.thanks-page { color: var(--paper); background: var(--ink); }
.simple-header { position: absolute; color: var(--paper); border-color: var(--line-light); }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; }
.brand-copy strong { font-size: 13px; letter-spacing: .08em; }
.brand-copy small { font-size: 9px; letter-spacing: .16em; }
.text-link { font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.thanks-hero { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 760px; padding: 150px clamp(22px, 9vw, 150px) 100px; background: var(--red); overflow: hidden; }
.thanks-hero > *:not(.thanks-rays) { position: relative; z-index: 2; }
.eyebrow, .section-number { margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.thanks-hero .eyebrow { z-index: 3; display: inline-block; align-self: flex-start; width: max-content; max-width: 100%; padding: 7px 10px; background: var(--red); }
.thanks-hero h1 { margin: clamp(58px, 5vw, 82px) 0 42px; color: var(--ink); font-family: var(--display); font-size: clamp(76px, 12vw, 174px); line-height: .76; letter-spacing: -.085em; text-transform: uppercase; }
.thanks-hero h1 em { color: var(--paper); font-style: normal; }
.thanks-hero > p:last-of-type { max-width: 600px; font-size: 18px; }
.thanks-rays { position: absolute; inset: 0; opacity: .18; }
.thanks-rays i { position: absolute; top: 16%; right: -12%; width: 88%; height: 24%; background: var(--ink); clip-path: polygon(9% 0, 100% 0, 87% 100%, 0 75%); transform: rotate(-9deg); }
.confirmation-ticket { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; width: min(650px, 100%); margin-top: 38px; padding: 20px 25px; color: var(--paper); background: var(--ink); }
.confirmation-ticket span { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.confirmation-ticket strong { color: var(--red); font-family: var(--display); font-size: 30px; }
.wall-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 10vw, 160px); min-height: 680px; padding: clamp(100px, 12vw, 180px) clamp(22px, 9vw, 150px); color: var(--ink); background: var(--paper); }
.wall-section .section-number { position: relative; z-index: 2; display: inline-block; margin: 0 0 clamp(42px, 4vw, 62px); padding: 6px 9px; background: var(--paper); }
.wall-section h2 { margin: 0; font-family: var(--display); font-size: clamp(65px, 9vw, 130px); line-height: .82; letter-spacing: -.075em; }
.wall-section h2 em { color: var(--red); font-style: normal; }
.supporter-wall { margin: 0; padding: 0; list-style: none; }
.supporter-wall li { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 20px; padding: 20px 0; border-top: 2px solid var(--ink); }
.supporter-wall span { color: var(--red); font-family: var(--display); }
.supporter-wall b { font-family: var(--display); font-size: clamp(22px, 3vw, 42px); }
.wall-empty { align-self: center; padding: 45px; border: 3px solid var(--ink); }
.wall-empty > b { color: var(--red); font-family: var(--display); font-size: 48px; }
.wall-empty .button { display: inline-flex; margin-top: 20px; padding: 14px 20px; color: var(--paper); background: var(--red); text-decoration: none; text-transform: uppercase; }
.footer-bottom--thanks { display: flex; justify-content: space-between; padding: 20px var(--pad); color: #99968f; background: var(--ink); font-size: 9px; text-transform: uppercase; }

/* Mentions légales */
.legal-page { color: var(--ink); background: var(--paper); }
.simple-header--legal { color: var(--paper); border-color: var(--line-light); background: var(--ink); }
.legal-main { min-height: 100svh; padding-top: var(--header); }
.legal-hero { position: relative; display: grid; grid-template-columns: 1.7fr .6fr; align-items: end; min-height: 620px; padding: clamp(110px, 12vw, 170px) var(--pad) 70px; color: var(--paper); background: var(--red); overflow: hidden; }
.legal-hero::before { position: absolute; top: 8%; right: -8%; width: 58%; height: 72%; content: ""; background: var(--ink); clip-path: polygon(17% 0, 100% 10%, 79% 100%, 0 78%); opacity: .16; transform: rotate(-7deg); }
.legal-hero > * { position: relative; z-index: 1; }
.legal-hero > p { position: absolute; top: 125px; left: var(--pad); margin: 0; padding-bottom: 12px; border-bottom: 2px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.legal-hero h1 { grid-column: 1; margin: 0; font-family: var(--display); font-size: clamp(78px, 13vw, 198px); line-height: .68; letter-spacing: -.09em; }
.legal-hero h1 em { color: var(--ink); font-style: normal; }
.legal-hero > span { grid-column: 2; align-self: end; padding-top: 18px; border-top: 2px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .11em; line-height: 1.6; text-transform: uppercase; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.legal-grid section { min-height: 430px; padding: clamp(38px, 5vw, 74px); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.legal-grid section:nth-child(2n) { border-right: 0; }
.legal-grid section:last-child:nth-child(odd) { grid-column: 1 / -1; min-height: 330px; border-right: 0; }
.legal-label { margin: 0 0 34px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.legal-grid h2 { margin: 0 0 32px; font-family: var(--display); font-size: clamp(44px, 5.8vw, 88px); line-height: .78; letter-spacing: -.06em; }
.legal-grid p, .legal-grid address { max-width: 620px; margin: 0 0 18px; font-size: clamp(16px, 1.35vw, 20px); font-style: normal; line-height: 1.55; }
.legal-grid a { display: inline-block; margin-top: 12px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: 4px; }
.footer-bottom--legal a { color: var(--paper); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .program-row { grid-template-columns: 175px 1fr 1fr 75px; }
    .program-row > * { padding-inline: 24px; }
    .ticket-poster__head { grid-template-columns: 1.8fr .8fr; }
    .support-poster { grid-template-columns: 1fr; }
    .support-wall { width: min(700px, 100%); }
}

@media (max-width: 850px) {
    :root { --header: 70px; }
    .site-header { padding-inline: 18px; }
    .menu-toggle { display: block; }
    .main-menu { position: fixed; z-index: -1; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; color: var(--paper); background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease; }
    .main-menu.is-open { opacity: 1; visibility: visible; transform: none; }
    .main-menu > a { font-family: var(--display); font-size: 30px; letter-spacing: -.03em; }
    .site-header .menu-toggle[aria-expanded="true"] { color: var(--paper); }

    .poster-hero { grid-template-columns: 58px 1fr; grid-template-rows: auto 360px auto; padding-top: var(--header); }
    .poster-hero__date { grid-row: 1 / -1; }
    .poster-hero__title { grid-column: 2; padding: 50px 28px 35px; }
    .poster-hero__map { display: none; }
    .poster-hero__title h1 { font-size: clamp(62px, 17vw, 116px); }
    .poster-hero__portrait { grid-row: 2; grid-column: 2; min-height: 360px; }
    .poster-hero__action { grid-row: 3; grid-column: 2; padding: 24px 28px; }
    .poster-hero__scroll { display: none; }
    .intention { grid-template-columns: 1fr; grid-template-rows: auto; min-height: 780px; gap: 35px; }
    .intention__title, .intention__copy { grid-column: 1; }
    .intention__copy { grid-template-columns: 1fr 1fr; }
    .program-poster__head, .ticket-poster__head { grid-template-columns: 1fr; min-height: 560px; align-items: start; }
    .program-poster__head h2, .ticket-poster__head h2 { align-self: end; }
    .program-poster__head > p, .ticket-poster__head > p { max-width: 320px; }
    .program-row { grid-template-columns: 130px 1fr 65px; min-height: 220px; }
    .program-row time { grid-row: 1 / 3; }
    .program-row > p { grid-column: 2; grid-row: 2; border-top: 1px solid currentColor; border-right: 2px solid currentColor; }
    .program-row > div { grid-column: 2; }
    .program-row > b { grid-column: 3; grid-row: 1 / 3; justify-content: center; padding-inline: 0; text-align: center; }
    .program-row--night time { padding-inline: 14px; font-size: 34px; }
    .ticket-options { grid-template-columns: 1fr; }
    .ticket-option { min-height: 500px; border-right: 0; border-bottom: 3px solid var(--ink); }
    .ticket-option:last-child { border-bottom: 0; }
    .final-poster { grid-template-columns: 1fr; gap: 80px; }
    .final-poster__date { width: min(430px, 75vw); min-height: 430px; }
    .footer-main { grid-template-columns: auto 1fr; }
    .footer-main p { grid-column: 1 / -1; text-align: left; }
    .checkout-shell { grid-template-columns: 1fr; }
    .checkout-poster { display: none; }
    .wall-section { grid-template-columns: 1fr; }
    .legal-hero { grid-template-columns: 1fr; gap: 50px; }
    .legal-hero > span { grid-column: 1; }
}

@media (max-width: 560px) {
    .brand-name { display: none; }
    .fleur-mark--brand { width: 39px; height: 47px; font-size: 39px; }
    .poster-hero { grid-template-columns: 44px 1fr; }
    .poster-hero__date { font-size: 18px; }
    .poster-hero__title { padding-inline: 20px; }
    .poster-hero__title > p { max-width: 250px; font-size: 8px; }
    .poster-hero__title h1 { font-size: clamp(54px, 18vw, 86px); }
    .poster-hero__title h1 em { margin-left: .15em; }
    .poster-hero__action { align-items: stretch; flex-direction: column; padding-inline: 20px; }
    .poster-hero__action .action-button { width: 100%; }
    .intention, .program-poster__head, .ticket-poster__head, .support-poster, .final-poster { padding-inline: 20px; }
    .intention__title h2 { font-size: clamp(53px, 16vw, 82px); }
    .intention__copy { grid-template-columns: 1fr; }
    .program-poster__head h2 { font-size: clamp(80px, 25vw, 132px); }
    .program-row { grid-template-columns: 92px 1fr 46px; min-height: 235px; }
    .program-row > * { padding: 22px 14px; }
    .program-row time { font-size: 38px; }
    .program-row h3 { font-size: 29px; }
    .program-row > p { font-size: 12px; }
    .program-row > b { font-size: 25px; }
    .program-row--night time { font-size: 27px; }
    .memory-words { left: 20px; width: calc(100vw - 40px); }
    .memory-words h2, .memory-words b { font-size: clamp(62px, 19vw, 110px); }
    .memory-words--one p { font-size: clamp(45px, 15vw, 80px); }
    .memory-archive { right: -16%; width: 62vw; }
    .memory-vow { right: 20px; left: 20px; bottom: 25px; max-width: none; }
    .flame-field { height: 43%; }
    .flame--1, .flame--3, .flame--7, .flame--9 { display: none; }
    .ticket-poster__head h2 { font-size: clamp(92px, 27vw, 150px); }
    .ticket-option { padding: 45px 20px; }
    .ticket-option strong { font-size: 125px; }
    .support-poster__title h2 { font-size: clamp(135px, 42vw, 210px); }
    .support-wall li { grid-template-columns: 34px 1fr; }
    .support-wall li small { grid-column: 2; }
    .final-poster { min-height: 700px; }
    .final-poster__copy h2 { font-size: clamp(110px, 35vw, 170px); }
    .footer-credits { flex-direction: column; }
    .checkout { width: 100vw; max-height: 100svh; }
    .checkout-shell { max-height: 100svh; min-height: 100svh; }
    .checkout-form { padding: 60px 20px 35px; }
    .form-grid { grid-template-columns: 1fr; }
    .amount-chips { grid-template-columns: 1fr 1fr; }
    .dialog-close { position: fixed; top: 10px; right: 10px; }
    .quantity-row { grid-template-columns: minmax(0, 1fr) 112px; gap: 14px; }
    .quantity-row label { grid-template-columns: 1fr; gap: 5px; }
    .quantity-row label > span { font-size: 7px; text-align: center; }
    .simple-header { padding-inline: 18px; }
    .thanks-hero, .wall-section { padding-inline: 20px; }
    .thanks-hero h1 { font-size: clamp(72px, 22vw, 118px); }
    .confirmation-ticket { grid-template-columns: 1fr auto; }
    .confirmation-ticket span { grid-column: 1 / -1; }
    .footer-bottom--thanks { flex-direction: column; gap: 8px; }
    .legal-hero { min-height: 560px; padding-inline: 20px; }
    .legal-hero > p { left: 20px; }
    .legal-grid { grid-template-columns: 1fr; }
    .legal-grid section { min-height: 0; padding: 50px 20px; border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
    .memory-scroll { height: auto; }
    .memory-stage { position: relative; min-height: 1000px; --memory-progress: 1; }
    .memory-stage[data-phase] .memory-words { opacity: 0; }
    .memory-stage[data-phase] .memory-words--three { opacity: 1; transform: translateY(-50%); }
    .memory-stage .memory-vow { opacity: 1; }
}
