@font-face {
  font-family: "Agrandir Grand Heavy";
  src: url("assets/Agrandir-GrandHeavy.otf") format("opentype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

:root {
  --red: #c1553f;
  --deep-red: #4a2a28;
  --cream: #f5d8a6;
  --off-white: #fff4e2;
  --line: rgba(245, 216, 166, .44);
  --wine-line: rgba(74, 42, 40, .34);
  --heavy: "Agrandir Grand Heavy", "Arial Black", Arial, sans-serif;
  --regular: "Agrandir Regular", "Agrandir", "Avenir Next", "Century Gothic", Arial, sans-serif;
  --title-tracking: -.02em;
  --content-max: 1760px;
  --page-pad: max(clamp(24px, 4.5vw, 72px), calc((100vw - var(--content-max)) / 2));
  --section-space: clamp(76px, 8vw, 126px);
}

* { box-sizing: border-box; min-width: 0; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; background: var(--red); overflow-x: hidden; overflow-x: clip; }
[id] { scroll-margin-top: 76px; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--red); color: var(--cream); font-family: var(--regular); font-size: 1rem; line-height: 1.45; overflow-x: hidden; overflow-x: clip; }
main, section, header, footer { max-width: 100%; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .button, .eyebrow, .event-strip, .section-index, .label, dt { font-family: var(--heavy); font-weight: 900; text-transform: uppercase; }
.outline-text { color: transparent; -webkit-text-stroke: 1.5px var(--cream); text-stroke: 1.5px var(--cream); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--cream); color: var(--red); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.topbar { position: fixed; z-index: 50; inset: 0 0 auto; width: 100%; height: 76px; padding: 14px var(--page-pad); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--line); background: rgba(193,85,63,.94); backdrop-filter: blur(12px); transition: background-color .4s ease, border-color .4s ease, box-shadow .4s ease; }
.topbar.is-scrolled { background: rgba(74,42,40,.98); border-color: rgba(245,216,166,.22); box-shadow: 0 12px 34px rgba(74,42,40,.25); }
.brand-link { width: clamp(126px, 14vw, 210px); }
.nav-links { display: flex; gap: clamp(1rem, 2.5vw, 2rem); }
.nav-links a, footer a { text-decoration: none; text-transform: uppercase; font: 900 .78rem/1 var(--heavy); letter-spacing: .06em; }
.nav-links a:hover, footer a:hover { color: var(--off-white); text-decoration: underline; text-underline-offset: 5px; }
.topbar > .button { justify-self: end; }
.button { display: inline-flex; gap: 1.2rem; align-items: center; justify-content: center; min-height: 58px; padding: 0 1.5rem; background: var(--cream); color: var(--red); text-decoration: none; border: 2px solid var(--cream); letter-spacing: .04em; transition: background .2s, color .2s, transform .2s; }
.button img { width: 20px; height: 32px; object-fit: contain; object-position: center; filter: brightness(0) saturate(100%) invert(36%) sepia(29%) saturate(1360%) hue-rotate(322deg) brightness(98%) contrast(90%); transition: filter .2s, transform .2s; }
.button:hover img, .button:focus-visible img { filter: none; transform: rotate(8deg); }
.button:hover, .button:focus-visible { background: var(--deep-red); color: var(--cream); border-color: var(--deep-red); transform: translateY(-2px); }
.topbar.is-scrolled .button:hover, .topbar.is-scrolled .button:focus-visible, .final-cta .button:hover, .final-cta .button:focus-visible { background: var(--red); color: var(--cream); border-color: var(--cream); }
.button-small { min-height: 44px; padding: 0 1.25rem; font-size: .85rem; }

.hero { position: relative; padding: clamp(116px, 8vw, 150px) var(--page-pad) clamp(64px, 7vw, 104px); border-bottom: 1px solid var(--line); isolation: isolate; overflow: hidden; overflow: clip; }
.hero-inner { position: relative; z-index: 2; width: min(1050px, 100%); }
.eyebrow { font-size: clamp(.9rem, 1.4vw, 1.15rem); letter-spacing: .08em; margin-bottom: clamp(1.5rem, 4vw, 3rem); }
.eyebrow span { margin: 0 .35em; }
.edition-title { width: auto; max-width: 100%; line-height: 1.2; }
.hero-payoff { width: min(8.2ch, 100%); max-width: 100%; font-family: var(--heavy); font-weight: 900; text-transform: uppercase; font-size: clamp(4.25rem, 7.2vw, 7.4rem); line-height: .82; letter-spacing: var(--title-tracking); margin-bottom: clamp(2rem, 4vw, 3.4rem); }
.hero-payoff span { display: block; width: max-content; max-width: 100%; opacity: 0; animation: payoffIn .85s cubic-bezier(.2,.75,.25,1) forwards; }
.hero-payoff span:nth-child(1) { animation-delay: .15s; }
.hero-payoff span:nth-child(2) { animation-delay: .32s; }
.hero-payoff span:nth-child(3) { animation-delay: .49s; }
.hero-payoff span:nth-child(4) { animation-delay: .66s; }
.event-strip { display: flex; flex-wrap: nowrap; gap: clamp(.7rem, 1.3vw, 1.2rem); border-block: 1px solid var(--line); padding: 1rem 0; width: min(940px, 100%); font-size: clamp(.9rem, 1.35vw, 1.15rem); letter-spacing: .025em; align-items: baseline; }
.event-strip > span:not(.event-separator) { white-space: nowrap; }
.event-separator { flex: 0 0 auto; line-height: 1; }
.hero-copy { max-width: 650px; margin: 1.5rem 0 1.8rem; font-size: clamp(1rem, 1.35vw, 1.22rem); }
.scroll-note { position: absolute; right: 2.2rem; bottom: 2rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; writing-mode: vertical-rl; }
.float-art { position: absolute; z-index: -1; max-width: none; pointer-events: none; opacity: .72; }
.hero-pour { right: -3.5rem; top: 16%; width: min(23vw, 300px); transform: rotate(7deg); }
.hero-note { right: 24%; bottom: 6%; width: min(9vw, 105px); opacity: .32; animation: noteFloat 6s ease-in-out infinite; }

.section-pad { padding: var(--section-space) var(--page-pad); position: relative; overflow: hidden; overflow: clip; }
.section-index { font-size: .78rem; letter-spacing: .12em; border-top: 1px solid var(--wine-line); padding-top: .8rem; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.statement-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 7vw; align-items: end; }
.display-heading, .practical h2, .final-cta h2 { font-family: var(--heavy); font-weight: 900; text-transform: uppercase; font-size: clamp(3rem, 7.3vw, 7.7rem); line-height: .88; letter-spacing: var(--title-tracking); margin-bottom: 0; }
.statement-grid > p:not(.display-heading), .location-copy > p:not(.display-heading) { max-width: 530px; font-size: clamp(1.1rem, 1.7vw, 1.45rem); margin-bottom: .25rem; }
.concept-star { width: min(12vw, 145px); right: 8vw; top: 15%; opacity: .5; animation: iconFloat 6s ease-in-out infinite; }

.experiences { isolation: isolate; background: var(--off-white); color: var(--red); }
.experiences .section-index { border-color: rgba(193,85,63,.35); }
.experiences .outline-text { -webkit-text-stroke-color: var(--red); text-stroke-color: var(--red); }
.experiences > .display-heading { width: min(10ch, 100%); max-width: 100%; margin-bottom: clamp(3rem, 7vw, 7rem); text-wrap: balance; }
.experience { display: grid; grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr); column-gap: clamp(2.5rem, 6vw, 7rem); align-items: start; padding: clamp(3rem, 5vw, 5.5rem) 0; border-top: 1px solid var(--wine-line); }
.experience:last-child { border-bottom: 1px solid var(--wine-line); }
.experience-main { display: grid; grid-template-columns: 52px minmax(0, 1fr); column-gap: clamp(1rem, 2vw, 2rem); align-items: center; min-width: 0; }
.experience-number { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--deep-red); color: var(--cream); font: 900 .78rem/1 var(--heavy); }
.label { margin: 0; font-size: .85rem; letter-spacing: .08em; }
.experience h3 { grid-column: 2; margin: 1.1rem 0 0; min-width: 0; font-size: clamp(2.6rem, 3.7vw, 4.6rem); line-height: .88; letter-spacing: var(--title-tracking); }
.experience h3 span { display: block; width: max-content; max-width: 100%; }
.experience-copy { display: flex; flex-direction: column; align-items: flex-start; align-self: start; min-width: 0; }
.experience-copy > p { width: 100%; max-width: 520px; margin: 0; font-size: clamp(1rem, 1.2vw, 1.16rem); }
.experience-price { margin-top: clamp(1.75rem, 3vw, 2.8rem); }
.price-line { display: flex; align-items: baseline; gap: .5rem; }
.experience-price strong { font: 900 clamp(1.9rem, 3vw, 3rem)/1 var(--heavy); text-transform: uppercase; }
.service-fee { display: block; margin-top: .55rem; font-size: .82rem; line-height: 1.25; }
.experience-copy a { margin-top: 1.8rem; font: 900 .9rem/1 var(--heavy); text-transform: uppercase; text-underline-offset: 5px; }
.experience-copy .from { font: 900 .78rem/1 var(--heavy); text-transform: uppercase; }
.ticket-link { display: inline-flex; align-items: center; gap: .65rem; }
.ticket-link:hover, .ticket-link:focus-visible { color: var(--deep-red); }
.ticket-link img { width: 15px; height: 27px; object-fit: contain; object-position: center; transition: transform .25s; }
.experiences .ticket-link img { filter: brightness(0) saturate(100%) invert(36%) sepia(29%) saturate(1360%) hue-rotate(322deg) brightness(98%) contrast(90%); }
.ticket-link:hover img { transform: rotate(10deg) translateY(-2px); }
.glass-art { right: -4rem; top: 8rem; width: min(21vw, 260px); opacity: .24; transform: rotate(6deg); filter: brightness(0) saturate(100%) invert(36%) sepia(29%) saturate(1360%) hue-rotate(322deg) brightness(98%) contrast(90%); }

.location { display: flex; align-items: center; isolation: isolate; }
.location-copy { width: min(980px, 82%); position: relative; z-index: 2; }
.location .display-heading span { display: block; width: max-content; max-width: 100%; }
.location-copy > p:not(.display-heading) { margin: 2.3rem 0 3rem; }
.location-lockup { display: flex; align-items: center; gap: 1.3rem; width: max-content; max-width: 100%; padding: 1rem 1.2rem; background: rgba(74,42,40,.14); border-left: 3px solid var(--deep-red); text-transform: uppercase; }
.location-lockup img { width: 45px; max-height: 70px; }
.location-lockup strong, .location-lockup span { display: block; }
.location-lockup strong { font: 900 1.35rem/1 var(--heavy); }
.location-lockup span { margin-top: .35rem; letter-spacing: .1em; font-size: .75rem; }
.angel-art { right: -8rem; top: 6%; width: min(46vw, 650px); opacity: .82; }

.rhythm { position: relative; padding: 0 var(--page-pad); isolation: isolate; overflow: hidden; overflow: clip; }
.rhythm-row { min-height: 165px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; border-top: 1px solid var(--line); }
.rhythm-row:last-child { border-bottom: 1px solid var(--line); }
.rhythm-row strong { max-width: 100%; font: 900 clamp(3rem, 6.25vw, 6.75rem)/.88 var(--heavy); text-transform: uppercase; letter-spacing: var(--title-tracking); white-space: nowrap; }
.rhythm-row span { max-width: 390px; justify-self: start; width: 100%; font-size: clamp(1rem, 1.45vw, 1.2rem); text-align: left; }
.rhythm-note { width: min(14vw, 170px); right: 4vw; top: 25%; opacity: .3; animation: noteFloat 5.5s ease-in-out infinite; }

.partner-stage { display: grid; grid-template-columns: 1fr .72fr; gap: 8vw; align-items: center; }
.main-brand > span, .supporting-partners span { text-transform: uppercase; letter-spacing: .1em; font: 900 .7rem/1 var(--heavy); }
.main-brand > img { width: min(610px, 100%); margin: 2rem 0 1.4rem; }
.main-brand p { margin: 0; font-size: 1.05rem; }
.proef-logo { max-height: 76px; }
.supporting-partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.supporting-partners div { min-height: 160px; border-left: 1px solid var(--wine-line); padding-left: 1.25rem; display: flex; flex-direction: column; justify-content: space-between; }
.supporting-partners img { max-width: 90px; max-height: 80px; object-fit: contain; object-position: left bottom; }
.supporting-partners .alois-logo { max-width: 130px; }

.ticket-section { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: 7vw; align-items: start; border-block: 1px solid var(--wine-line); }
.ticket-heading { position: sticky; top: 120px; }
.ticket-heading .section-index { margin-bottom: 3rem; }
.ticket-heading > p:not(.display-heading) { font-size: 1.18rem; margin-top: 2rem; }
.ticket-shell { width: 100%; max-width: 100%; background: var(--off-white); color: var(--deep-red); padding: clamp(1rem, 3vw, 2.5rem); min-height: 700px; box-shadow: 14px 14px 0 rgba(74,42,40,.28); overflow: hidden; }
#shop-frame { width: 100% !important; max-width: 600px !important; margin: 0 auto !important; overflow: hidden; }
#shop-frame iframe { display: block; width: 100% !important; max-width: 100% !important; border: 0; }

.practical h2 { margin-bottom: clamp(3rem, 6vw, 6rem); }
.info-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-top: 1px solid var(--wine-line); }
.info-grid div { min-height: 170px; padding: 1.2rem; border-right: 1px solid var(--wine-line); }
.info-grid div:first-child { padding-left: 0; }
.info-grid div:last-child { border-right: 0; }
.info-grid div:nth-child(4) { background: var(--deep-red); color: var(--cream); border-color: rgba(245,216,166,.2); }
.info-grid dt { font-size: .72rem; letter-spacing: .1em; margin-bottom: 2rem; }
.info-grid dd { margin: 0; font-size: clamp(1rem, 1.5vw, 1.25rem); }

.final-cta { padding-block: clamp(82px, 8vw, 118px); display: flex; align-items: center; justify-content: center; text-align: center; isolation: isolate; overflow: hidden; overflow: clip; background: var(--deep-red); border-top: 1px solid rgba(245,216,166,.25); }
.final-content { position: relative; z-index: 2; width: min(980px, 100%); }
.final-cta h2 { max-width: 980px; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .9; text-wrap: balance; margin: 0 auto 2.25rem; }
.final-kicker { display: flex; align-items: center; justify-content: center; gap: 1rem; font: 900 clamp(.78rem, 1.1vw, .95rem)/1.2 var(--heavy); letter-spacing: .08em; text-transform: uppercase; margin: 0 auto 1.25rem; }
.final-kicker::before, .final-kicker::after { content: ""; width: clamp(32px, 5vw, 76px); height: 1px; background: rgba(245,216,166,.48); }
.final-pour { left: -2rem; right: auto; bottom: -5rem; width: min(18vw, 220px); transform: rotate(76deg); opacity: .08; }

footer { padding: 24px var(--page-pad) 30px; background: var(--deep-red); border-top: 1px solid rgba(245,216,166,.2); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.footer-logo { width: 150px; }
.instagram-link { display: flex; align-items: center; gap: .55rem; }
.instagram-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-link .instagram-dot { fill: currentColor; stroke: none; }
.footer-partners { display: flex; align-items: center; gap: 1rem; }
.footer-partners > span { font: 900 .64rem/1 var(--heavy); letter-spacing: .1em; text-transform: uppercase; }
.partner-logos { display: flex; align-items: center; gap: 1rem; }
.partner-logos img { width: 44px; height: 50px; object-fit: contain; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(245,216,166,.2); font-size: .68rem; letter-spacing: .035em; }
.footer-bottom nav { display: flex; gap: 1.25rem; }
.footer-bottom a { font: inherit; }
.cookie-settings-link { appearance: none; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: uppercase; }
.cookie-settings-link:hover, .cookie-settings-link:focus-visible { color: var(--off-white); text-decoration: underline; text-underline-offset: 5px; }
.legal-footer { display: flex; justify-content: center; padding-block: 22px; }
.mobile-ticket { display: none; }

/* Cookie consent */
[hidden] { display: none !important; }
.cookie-banner { position: fixed; z-index: 200; right: clamp(16px, 3vw, 42px); bottom: clamp(16px, 3vw, 42px); width: min(620px, calc(100% - 32px)); max-height: calc(100svh - 32px); overflow-y: auto; padding: clamp(1.35rem, 3vw, 2rem); background: var(--cream); color: var(--deep-red); border: 2px solid var(--deep-red); box-shadow: 12px 12px 0 rgba(74,42,40,.35); }
.cookie-banner h2, .cookie-preferences h2 { margin: 0 0 .75rem; font: 900 clamp(1.55rem, 3.2vw, 2.35rem)/.96 var(--heavy); letter-spacing: -.015em; text-transform: uppercase; }
.cookie-banner-copy > p:last-child, .cookie-preferences > p { max-width: 54ch; margin-bottom: 0; font-size: 1rem; line-height: 1.5; }
.cookie-banner-copy a { color: inherit; text-underline-offset: 4px; }
.cookie-eyebrow { margin: 0 0 .75rem; font: 900 .72rem/1 var(--heavy); letter-spacing: .1em; text-transform: uppercase; }
.cookie-actions, .cookie-preference-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 1.35rem; }
.cookie-button, .cookie-text-button { appearance: none; min-height: 46px; border: 2px solid var(--deep-red); border-radius: 0; cursor: pointer; font: 900 .78rem/1.15 var(--heavy); letter-spacing: .045em; text-transform: uppercase; transition: background-color .2s, color .2s, transform .2s; }
.cookie-button { padding: .8rem 1rem; }
.cookie-button-primary { background: var(--deep-red); color: var(--cream); }
.cookie-button-secondary { background: transparent; color: var(--deep-red); }
.cookie-text-button { padding: .5rem .25rem; border-color: transparent; background: transparent; color: var(--deep-red); text-decoration: underline; text-underline-offset: 4px; }
.cookie-button:hover, .cookie-button:focus-visible, .cookie-text-button:hover, .cookie-text-button:focus-visible { transform: translateY(-2px); }
.cookie-button-secondary:hover, .cookie-button-secondary:focus-visible { background: var(--red); color: var(--cream); }
.cookie-modal-backdrop { position: fixed; z-index: 210; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(74,42,40,.78); backdrop-filter: blur(5px); }
.cookie-preferences { position: relative; width: min(620px, 100%); max-height: min(760px, calc(100svh - 40px)); overflow-y: auto; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--cream); color: var(--deep-red); border: 2px solid var(--deep-red); box-shadow: 12px 12px 0 rgba(193,85,63,.7); }
.cookie-close { position: absolute; top: .85rem; right: .85rem; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--deep-red); background: transparent; color: var(--deep-red); cursor: pointer; font: 400 1.8rem/1 Arial, sans-serif; }
.cookie-categories { display: grid; margin-top: 1.5rem; border-top: 1px solid rgba(74,42,40,.32); }
.cookie-category { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.25rem; align-items: center; padding: 1.15rem 0; border-bottom: 1px solid rgba(74,42,40,.32); cursor: pointer; }
.cookie-category:has(input:disabled) { cursor: default; }
.cookie-category strong, .cookie-category small { display: block; }
.cookie-category strong { font: 900 .9rem/1.15 var(--heavy); letter-spacing: .05em; text-transform: uppercase; }
.cookie-category small { margin-top: .35rem; font-size: .86rem; line-height: 1.4; }
.cookie-category input { width: 24px; height: 24px; margin: 0; accent-color: var(--red); }
.cookie-status { position: fixed; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes payoffIn { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
@keyframes iconFloat { 0%, 100% { transform: translateY(0) rotate(-7deg); } 50% { transform: translateY(-18px) rotate(4deg); } }
@keyframes noteFloat { 0%, 100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(24px) rotate(8deg); } }
@keyframes headphoneFloat { 0%, 100% { transform: translateY(0) rotate(4deg); } 50% { transform: translateY(-22px) rotate(-5deg); } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  :root { --page-pad: clamp(20px, 5vw, 40px); --section-space: clamp(72px, 11vw, 104px); }
  .topbar { height: 66px; grid-template-columns: 1fr auto; }
  .nav-links, .topbar > .button { display: none; }
  .brand-link { width: 140px; }
  .hero { padding-top: 104px; }
  .hero-inner { padding-top: 0; }
  .edition-title { font-size: .85rem; margin-top: 0; }
  .event-strip { flex-wrap: wrap; gap: .55rem .75rem; font-size: .9rem; }
  .hero-copy { max-width: 84%; }
  .hero-pour { width: 37vw; right: -11vw; top: 24%; opacity: .45; }
  .hero-note { width: 18vw; right: 4vw; bottom: clamp(1.5rem, 4vw, 3rem); }
  .scroll-note { display: none; }
  .statement-grid, .partner-stage, .ticket-section { grid-template-columns: 1fr; }
  .statement-grid { gap: 2rem; }
  .angel-art { width: 70vw; right: -30vw; opacity: .45; }
  .location-copy { width: min(100%, 720px); }
  .rhythm-row { min-height: 145px; grid-template-columns: 1fr; gap: .8rem; align-content: center; }
  .rhythm-row strong { font-size: clamp(2.65rem, 8.8vw, 5rem); }
  .rhythm-row span { justify-self: stretch; max-width: none; text-align: left; }
  .rhythm-note { width: 31vw; right: -7vw; }
  .partner-stage { gap: 4rem; }
  .main-brand > img { margin-top: 1.4rem; }
  .supporting-partners { grid-template-columns: repeat(3, 1fr); }
  .ticket-heading { position: static; }
  .ticket-shell { min-height: 640px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .info-grid div, .info-grid div:first-child { min-height: 130px; padding: 1rem 1rem 1rem 0; border-bottom: 1px solid var(--wine-line); }
  .info-grid div:nth-child(even) { padding-left: 1rem; border-right: 0; }
  .info-grid div:nth-child(4) { padding-left: 1rem; border-bottom-color: rgba(245,216,166,.2); }
  .final-pour { right: -1rem; bottom: -2.5rem; width: min(28vw, 180px); opacity: .1; }
  footer { padding-bottom: 92px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-partners { grid-column: 1 / -1; justify-self: stretch; justify-content: flex-end; }
  .mobile-ticket { position: fixed; z-index: 60; display: flex; align-items: center; justify-content: center; left: max(16px, env(safe-area-inset-left)); right: max(16px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); height: 54px; background: var(--cream); color: var(--red); border: 2px solid var(--deep-red); text-decoration: none; text-transform: uppercase; font: 900 1rem/1 var(--heavy); box-shadow: 0 8px 25px rgba(74,42,40,.34); transition: background .2s ease, color .2s ease; }
  .mobile-ticket:hover, .mobile-ticket:focus-visible { background: var(--deep-red); color: var(--cream); }
}

@media (max-width: 820px) {
  .experiences { padding-bottom: calc(var(--section-space) + 76px); }
  .experience { grid-template-columns: 1fr; gap: 2rem; padding-block: clamp(3rem, 9vw, 4.5rem); }
  .experience-main { grid-template-columns: 38px minmax(0, 1fr); column-gap: 1rem; }
  .experience h3 { grid-column: 1 / -1; margin-top: 1.25rem; font-size: clamp(2.6rem, 7vw, 3.6rem); }
  .experience-copy { grid-column: auto; }
  .experience-copy > p { max-width: 650px; }
}

@media (max-width: 700px) {
  .event-strip { flex-direction: column; align-items: flex-start; gap: .42rem; padding-block: .9rem; }
  .event-strip > span:not(.event-separator) { white-space: normal; }
  .event-separator { display: none; }
  .practical h2 { width: 100%; max-width: 100%; font-size: clamp(2rem, 9vw, 3.7rem); line-height: .94; letter-spacing: -.025em; text-wrap: balance; }
}

@media (max-width: 520px) {
  :root { --page-pad: clamp(18px, 5vw, 22px); --section-space: clamp(64px, 18vw, 82px); }
  .eyebrow { font-size: .78rem; letter-spacing: .06em; }
  .hero { padding-top: 96px; padding-bottom: 76px; }
  .edition-title { width: auto; font-size: .78rem; line-height: 1.2; }
  .hero-pour { width: 34vw; right: -9vw; top: 27%; opacity: .28; }
  .button { min-height: 54px; }
  .hero-copy { max-width: 100%; }
  .hero-payoff { width: 100%; font-size: clamp(2.7rem, 13.4vw, 3.65rem); line-height: .84; }
  .statement .display-heading { font-size: clamp(2.05rem, 10vw, 3rem); }
  .ticket-heading .display-heading { font-size: clamp(2.55rem, 11.8vw, 3.65rem); }
  .experiences > .display-heading { width: 100%; font-size: clamp(2.25rem, 10.5vw, 2.95rem); line-height: .9; overflow-wrap: normal; }
  .location .display-heading { width: 100%; font-size: clamp(2.5rem, 11.2vw, 3.35rem); line-height: .88; }
  .location .display-heading .outline-text { font-size: .76em; letter-spacing: -.03em; }
  .angel-art { width: 42vw; right: -13vw; top: auto; bottom: 1.5rem; opacity: .18; }
  .final-cta h2 { font-size: clamp(2.5rem, 11.2vw, 3.35rem); line-height: .92; }
  .experience { grid-template-columns: 1fr; gap: 1.75rem; padding-block: 3rem; }
  .experience-main { grid-template-columns: 32px minmax(0, 1fr); column-gap: .85rem; }
  .experience-number { width: 26px; height: 26px; font-size: .7rem; }
  .experience h3 { grid-column: 1 / -1; margin-top: 1.15rem; font-size: clamp(1.75rem, 7.1vw, 2.25rem); overflow-wrap: normal; word-break: normal; }
  .experience-copy { gap: 0; }
  .experience-copy > p { font-size: 1rem; line-height: 1.55; }
  .experience-price { margin-top: 1.75rem; }
  .experience-price strong { font-size: 2.35rem; }
  .service-fee { margin-top: .6rem; font-size: .85rem; }
  .experience-copy a { margin-top: 1.8rem; }
  .concept-star { right: -5vw; top: auto; bottom: 1.5rem; width: 22vw; opacity: .18; }
  .glass-art { width: 34vw; right: -10vw; top: 17rem; opacity: .13; }
  .main-partners { grid-template-columns: minmax(150px, 1fr) auto 65px; }
  .supporting-partners { grid-template-columns: 1fr; gap: 0; }
  .supporting-partners div { min-height: 95px; padding: 1rem 0; border-left: 0; border-top: 1px solid var(--line); flex-direction: row; align-items: center; }
  .supporting-partners img, .supporting-partners .alois-logo { max-width: 100px; max-height: 58px; object-position: right center; }
  .ticket-shell { padding: .55rem; min-height: 650px; box-shadow: 7px 7px 0 rgba(74,42,40,.28); }
  #shop-frame { max-width: 100% !important; }
  .practical h2 { font-size: clamp(2rem, 8.8vw, 2.55rem); line-height: .96; margin-bottom: 2.5rem; }
  .info-grid { grid-template-columns: 1fr; }
  .info-grid div, .info-grid div:first-child, .info-grid div:nth-child(even) { display: grid; grid-template-columns: minmax(112px, .8fr) minmax(0, 1.2fr); gap: 1rem; align-items: start; min-height: 0; padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid var(--wine-line); }
  .info-grid div:nth-child(4) { margin-inline: calc(var(--page-pad) * -1); padding-inline: var(--page-pad); border-bottom-color: rgba(245,216,166,.2); }
  .info-grid dt { margin: 0; font-size: .72rem; line-height: 1.25; overflow-wrap: normal; }
  .info-grid dd { font-size: 1rem; line-height: 1.45; }
  .rhythm-row { min-height: 0; padding: 30px 0; gap: .65rem; }
  .rhythm-row strong { font-size: clamp(2.35rem, 10.7vw, 3rem); letter-spacing: -.025em; }
  .rhythm-row span { font-size: .98rem; line-height: 1.45; }
  .hero-pour, .hero-note, .concept-star, .rhythm-note { display: none; }
  .final-cta { padding-top: 78px; padding-bottom: 86px; }
  .final-content .button { width: 100%; }
  .final-pour { display: none; }
  .footer-main { gap: 1.5rem 1rem; }
  .instagram-link span { font-size: .68rem; }
  .footer-partners { justify-content: space-between; gap: .8rem; }
  .partner-logos img { width: 42px; height: 48px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .footer-bottom nav { flex-wrap: wrap; gap: .65rem 1rem; }
  .cookie-banner { right: 16px; bottom: 16px; padding: 1.25rem; box-shadow: 7px 7px 0 rgba(74,42,40,.35); }
  .cookie-actions, .cookie-preference-actions { align-items: stretch; flex-direction: column; }
  .cookie-button, .cookie-text-button { width: 100%; }
  .cookie-preferences { padding: 1.35rem; padding-top: 3.75rem; box-shadow: 7px 7px 0 rgba(193,85,63,.7); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-payoff span { opacity: 1; animation: none; }
  .concept-star, .hero-note, .rhythm-note { animation: none; }
}

/* Legal pages */
.legal-body { min-height: 100svh; }
.legal-header { position: sticky; top: 0; z-index: 20; height: 76px; padding: 14px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(193,85,63,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.legal-header img { width: clamp(130px, 14vw, 205px); }
.legal-header a:last-child { font: 900 .76rem/1 var(--heavy); letter-spacing: .07em; text-transform: uppercase; text-decoration: none; }
.legal-main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 9vw, 130px) 0; }
.legal-main .eyebrow { margin-bottom: 1.5rem; }
.legal-main h1 { max-width: 850px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .88; letter-spacing: -.025em; margin-bottom: 2rem; }
.legal-intro { max-width: 700px; font-size: 1.15rem; margin-bottom: 4rem; }
.legal-content { display: grid; gap: 2.4rem; }
.legal-content section { padding-top: 1.25rem; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: clamp(1.4rem, 2.4vw, 2.1rem); line-height: 1; letter-spacing: -.01em; margin-bottom: .9rem; }
.legal-content p, .legal-content li { max-width: 760px; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content a { text-underline-offset: 4px; }
.legal-note { padding: 1.2rem; border: 1px solid var(--line); font-size: .88rem; }
@media (max-width: 520px) {
  .legal-header { height: 66px; }
  .legal-header img { width: 130px; }
  .legal-header a:last-child { font-size: .64rem; }
  .legal-main { width: min(100% - 32px, 900px); padding-top: 62px; }
  .legal-main h1 { font-size: clamp(2.55rem, 12vw, 4rem); overflow-wrap: anywhere; }
}
