/* ==========================================================================
   SCHAAMTELOOS — website POC
   Merk: hot pink + zwart + wit, paars accent (RAVEN-tag), laser/grunge textuur.
   ========================================================================== */

@font-face { font-family: "Julius"; src: url("../fonts/JuliusSansOne-Regular.ttf") format("truetype"); font-display: swap; }

:root {
  --pink: #ec168c;
  --pink-hot: #ff3aa8;
  --pink-deep: #c20f73;
  --purple: #5a3a9c;
  --purple-hot: #7b4fd1;
  --ink: #0b0a0d;
  --ink-2: #141218;
  --ink-3: #1d1a22;
  --line: rgba(255, 255, 255, .12);
  --white: #fff;
  --muted: rgba(255, 255, 255, .68);

  --f-display: "Bebas Neue", "Oswald", Impact, "Arial Narrow", sans-serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-label: "Julius", "Inter", sans-serif;

  --radius: 14px;
  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --header-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--ink); color: var(--white);
  font: 400 16px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
svg .fill { fill: currentColor; stroke: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
:focus-visible { outline: 3px solid var(--pink-hot); outline-offset: 3px; border-radius: 6px; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip:focus { top: 12px; }

/* ---------------- Buttons ---------------- */
.btn {
  --bg: transparent; --fg: var(--white); --bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: .75em 1.35em; border-radius: 999px;
  background: var(--bg); color: var(--fg); border: 2px solid var(--bd);
  font-weight: 700; font-size: 1rem; letter-spacing: .01em; text-decoration: none; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn svg { font-size: 1.15em; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { min-height: 40px; padding: .5em 1.05em; font-size: .92rem; }
.btn-lg { min-height: 60px; padding: .9em 1.6em; font-size: 1.12rem; }
.btn-pink { --bg: var(--pink); --fg: #fff; box-shadow: 0 6px 24px -8px rgba(236, 22, 140, .8); }
.btn-pink:hover { --bg: var(--pink-hot); box-shadow: 0 10px 34px -8px rgba(255, 58, 168, .9); }
.btn-black { --bg: var(--ink); --fg: #fff; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .8), 0 0 0 0 rgba(255, 255, 255, .0); }
.btn-black:hover { box-shadow: 0 14px 40px -10px rgba(0, 0, 0, .9), 0 0 0 4px rgba(255, 255, 255, .25); }
.btn-black .btn-sub { font-weight: 500; color: var(--pink-hot); font-size: .88em; }
.btn-black .arrow { transition: transform .25s var(--ease); }
.btn-black:hover .arrow { transform: translateX(4px); }
.btn-ghost { --bg: rgba(255, 255, 255, .14); --bd: rgba(255, 255, 255, .7); backdrop-filter: blur(6px); }
.btn-ghost:hover { --bg: #fff; --fg: var(--ink); }
.btn-ghost-dark { --bd: var(--ink); --fg: var(--ink); }
.btn-ghost-dark:hover { --bg: var(--ink); --fg: #fff; }
.btn-outline { --bd: var(--line); }
.btn-outline:hover { --bd: var(--pink); --fg: var(--pink-hot); }
.btn-text { padding-inline: .6em; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.btn-text:hover { transform: none; text-decoration-thickness: 2px; }
.linklike { background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

/* ---------------- Header ---------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h);
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.site-header.is-solid { background: rgba(11, 10, 13, .82); backdrop-filter: blur(14px) saturate(1.4); border-color: var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 24px; }
.brand img { height: 19px; width: auto; opacity: 0; transform: translateY(-6px); transition: opacity .3s, transform .3s var(--ease); }
.site-header.is-solid .brand img { opacity: 1; transform: none; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { position: relative; padding: 8px 12px; text-decoration: none; font-weight: 600; font-size: .95rem; border-radius: 8px; }
.nav a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; background: var(--pink-hot); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-link { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; font-size: 1.2rem; transition: background .2s; }
.icon-link:hover { background: rgba(255, 255, 255, .12); }
.menu-toggle { display: none; width: 44px; height: 44px; background: none; border: 0; cursor: pointer; position: relative; }
.menu-toggle span { position: absolute; left: 11px; right: 11px; height: 2px; background: #fff; transition: transform .3s var(--ease), top .3s; }
.menu-toggle span:first-child { top: 17px; } .menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; height: calc(100svh - var(--header-h)); overflow-y: auto; background: var(--ink); border-top: 1px solid var(--line); display: flex; flex-direction: column; padding: 24px var(--gutter); gap: 4px; }
.mobile-menu a { font: 400 clamp(2.6rem, 12vw, 4rem)/1.1 var(--f-display); text-decoration: none; padding: 6px 0; border-bottom: 1px solid var(--line); }

/* ---------------- Hero ---------------- */
.hero {
  position: relative; min-height: clamp(620px, 100svh, 1000px); display: flex; flex-direction: column; justify-content: flex-end;
  isolation: isolate; overflow: hidden; background: var(--pink);
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: breathe 18s ease-in-out infinite alternate; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,13,.25) 0%, rgba(11,10,13,0) 22%, rgba(11,10,13,0) 55%, rgba(11,10,13,.55) 100%); }
@keyframes breathe { to { transform: scale(1.18) translateY(-1.5%); } }
.lasers { position: absolute; inset: 0; mix-blend-mode: screen; pointer-events: none; }
.lasers i {
  position: absolute; left: 50%; top: 58%; width: 160vmax; height: 2px; transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(255,160,220,.4) 30%, transparent 70%);
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 16px var(--pink-hot));
  opacity: .0; animation: sweep 7s var(--ease) infinite;
}
.lasers i:nth-child(1) { --a: -160deg; --b: -120deg; animation-delay: 0s; }
.lasers i:nth-child(2) { --a: -20deg; --b: -60deg; animation-delay: 1.7s; }
.lasers i:nth-child(3) { --a: -140deg; --b: -175deg; animation-delay: 3.4s; }
.lasers i:nth-child(4) { --a: -40deg; --b: -5deg; animation-delay: 5.1s; }
@keyframes sweep {
  0% { transform: rotate(var(--a)); opacity: 0; }
  15% { opacity: .9; }
  50% { transform: rotate(var(--b)); opacity: .7; }
  65%, 100% { transform: rotate(var(--b)); opacity: 0; }
}
.grain { position: absolute; inset: -50%; opacity: .12; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.2s steps(6) infinite; }
@keyframes grain { 0%{transform:translate(0,0)} 20%{transform:translate(-3%,2%)} 40%{transform:translate(2%,-3%)} 60%{transform:translate(-2%,-1%)} 80%{transform:translate(3%,3%)} 100%{transform:translate(0,0)} }

.hero-content { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: calc(var(--header-h) + 24px); padding-bottom: clamp(24px, 5vh, 56px); }
.hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .3em .8em; margin: 0 auto clamp(18px, 3vh, 32px);
  font: 400 clamp(1.5rem, 4.2vw, 3rem)/1 var(--f-display); letter-spacing: .02em;
  text-shadow: 0 2px 0 rgba(0,0,0,.35), 0 0 24px rgba(0,0,0,.25);
}
.hero-meta .dot { width: .28em; height: .28em; border-radius: 50%; background: #fff; }

.logo-bar {
  position: relative; margin: 0; background: var(--ink);
  padding: clamp(14px, 2.4vw, 30px) var(--gutter);
  box-shadow: 0 20px 60px -20px rgba(0,0,0,.6);
  opacity: 0; transform: scaleX(.6); animation: bar-in 1s .15s var(--ease) forwards;
}
.logo-bar img:not(.raven-tag) { width: min(1100px, 100%); height: auto; margin-inline: auto; filter: drop-shadow(0 0 18px rgba(255, 58, 168, .35)); opacity: 0; animation: fade-up .9s .55s var(--ease) forwards; }
@keyframes bar-in { to { opacity: 1; transform: none; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.logo-bar .raven-tag {
  position: absolute; right: max(var(--gutter), calc(50% - 560px)); bottom: 0;
  width: clamp(120px, 17vw, 250px); height: auto; transform: translateY(58%) rotate(-3deg);
  filter: drop-shadow(0 8px 18px rgba(40, 10, 80, .45));
  opacity: 0; animation: tag-in .6s 1.1s var(--ease) forwards;
}
@keyframes tag-in { from { opacity: 0; transform: translateY(58%) rotate(-3deg) scale(.6); } to { opacity: 1; transform: translateY(58%) rotate(-3deg) scale(1); } }

.hero-bottom { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px 40px; margin-top: clamp(40px, 7vh, 72px); }
.hero-kicker { grid-column: 1 / -1; margin: 0; font-weight: 700; font-size: clamp(1rem, 1.6vw, 1.25rem); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; text-shadow: 0 1px 12px rgba(0,0,0,.3); }
.badge { display: inline-block; background: #fff; color: var(--pink-deep); font: 400 1.25em/1 var(--f-display); padding: .25em .55em .15em; border-radius: 6px; transform: rotate(-3deg); text-shadow: none; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.countdown { display: flex; gap: 8px; order: 2; }
.countdown div { background: rgba(11,10,13,.88); border-radius: 12px; min-width: 76px; padding: 10px 10px 8px; text-align: center; backdrop-filter: blur(6px); }
.countdown b { display: block; font: 400 2.6rem/1 var(--f-display); font-variant-numeric: tabular-nums; }
.countdown span { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.countdown.is-live b { color: var(--pink-hot); }

/* Twee kleine identieke groepen i.p.v. één zeer brede strook: iOS Safari rendert te brede lagen zwart */
.marquee { display: flex; background: var(--ink); border-top: 2px solid var(--pink); overflow: hidden; padding: 14px 0 10px; }
.marquee-track { display: flex; flex: none; animation: marquee 30s linear infinite; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.marquee-track span { font: 400 clamp(1.5rem, 2.6vw, 2.2rem)/1 var(--f-display); letter-spacing: .03em; padding-inline: 22px; white-space: nowrap; display: flex; align-items: center; gap: 44px; }
.marquee-track span::after { content: ""; width: 12px; height: 12px; background: var(--pink); transform: rotate(45deg); }
.marquee-track span:nth-child(odd) { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.8); }
@keyframes marquee { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-100%, 0, 0); } }

/* ---------------- Sections ---------------- */
.section { position: relative; padding-block: clamp(72px, 11vw, 140px); isolation: isolate; }
.section-dark { background: var(--ink); }
.section-ink { background: var(--ink-2); }
.section-pink { background: var(--pink); color: var(--ink); overflow: hidden; }
.section-pink .texture { position: absolute; inset: 0; z-index: -1; background: url("../img/brand/texture-2400.webp") center / cover; opacity: .9; }
.section-pink .texture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(236,22,140,.35), rgba(236,22,140,.1) 40%, rgba(194,15,115,.45)); }
.section-head { margin-bottom: clamp(36px, 5vw, 64px); }
.eyebrow { margin: 0 0 12px; font: 400 .9rem/1.3 var(--f-label); letter-spacing: .2em; text-transform: uppercase; color: var(--pink-hot); }
.on-pink .eyebrow, .section-pink .eyebrow { color: var(--ink); font-weight: 700; }
.title { margin: 0; font: 400 clamp(3.4rem, 10vw, 8rem)/.86 var(--f-display); letter-spacing: .005em; text-transform: uppercase; }
.title.tape { display: inline-block; background: var(--ink); color: #fff; padding: .1em .35em 0; transform: rotate(-1.5deg); box-shadow: 10px 10px 0 rgba(0,0,0,.18); }
.lead { margin: 18px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--muted); max-width: 60ch; }
.lead.dark { color: rgba(11,10,13,.82); font-weight: 500; }

/* reveal on scroll */
.reveal { transform: translateY(18px); transition: transform .8s var(--ease); transition-delay: var(--d, 0s); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------------- Line-up ---------------- */
.lineup { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(10px, 1.4vw, 18px); }
.artist {
  position: relative; overflow: hidden; border-radius: var(--radius); background: var(--pink-deep);
  grid-column: span 2; aspect-ratio: 4 / 3.3; isolation: isolate; cursor: default;
}
.artist.tier-1 { grid-column: span 3; aspect-ratio: 16 / 10.5; }
.artist.tier-2 { grid-column: span 3; aspect-ratio: 16 / 9; }
.artist .pics { position: absolute; inset: 0; display: flex; }
.artist .pics img { flex: 1; min-width: 0; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform 1.2s var(--ease), filter .6s; }
.artist .pics img + img { border-left: 3px solid var(--ink); }
.artist:hover .pics img { transform: scale(1.06); }
.artist::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 38%, rgba(11,10,13,.35) 62%, rgba(11,10,13,.94) 100%); }
.artist::before { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; box-shadow: inset 0 0 0 0 var(--pink-hot); transition: box-shadow .3s; pointer-events: none; }
.artist:hover::before { box-shadow: inset 0 0 0 3px var(--pink-hot); }
.artist-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: clamp(14px, 2vw, 26px); display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.artist h3 { margin: 0; font: 400 clamp(1.9rem, 3.2vw, 3rem)/.9 var(--f-display); letter-spacing: .01em; text-transform: uppercase; text-wrap: balance; }
.artist.tier-1 h3 { font-size: clamp(2.6rem, 5.6vw, 5.2rem); }
.artist.tier-2 h3 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.artist h3 .b2b { font-family: var(--f-label); font-size: .42em; vertical-align: middle; color: var(--pink-hot); letter-spacing: .1em; margin-inline: .15em; }
.nocaps { text-transform: none; }
.chip { flex: none; font: 700 .7rem/1 var(--f-body); font-variant-numeric: tabular-nums; letter-spacing: .06em; padding: 7px 10px; border-radius: 99px; background: var(--pink); color: #fff; }
.chip.chip-dark { background: rgba(255,255,255,.14); backdrop-filter: blur(6px); }

.timetable-note { margin-top: 28px; display: flex; gap: 14px; align-items: center; padding: 16px 20px; border: 1px dashed rgba(255,255,255,.22); border-radius: var(--radius); color: var(--muted); }
.timetable-note svg { font-size: 1.5rem; color: var(--pink-hot); }
.timetable-note p { margin: 0; }
.timetable-note strong { color: #fff; }

/* ---------------- Tickets ---------------- */
.tickets { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 24px); align-items: stretch; }
.ticket {
  --notch: 16px;
  position: relative; display: flex; flex-direction: column; background: #fff; color: var(--ink); border-radius: 18px;
  padding: 26px 26px 22px;
  --cut: calc(100% - 89px);
  -webkit-mask: radial-gradient(circle var(--notch) at 0 var(--cut), transparent 98%, #000) left / 51% 100% no-repeat,
                radial-gradient(circle var(--notch) at 100% var(--cut), transparent 98%, #000) right / 51% 100% no-repeat;
          mask: radial-gradient(circle var(--notch) at 0 var(--cut), transparent 98%, #000) left / 51% 100% no-repeat,
                radial-gradient(circle var(--notch) at 100% var(--cut), transparent 98%, #000) right / 51% 100% no-repeat;
  box-shadow: 0 20px 50px -24px rgba(60, 0, 30, .6);
  transition: transform .35s var(--ease);
}
.ticket:hover { transform: translateY(-4px) rotate(-.4deg); }
.ticket-name { margin: 0; font: 400 2.1rem/1 var(--f-display); letter-spacing: .01em; text-transform: uppercase; }
.ticket-note { margin: 6px 0 0; font-size: .95rem; color: rgba(11,10,13,.66); }
.ticket-price { margin-top: auto; padding-top: 26px; font: 400 4.2rem/.9 var(--f-display); display: flex; align-items: baseline; gap: 6px; }
.ticket-price small { font: 500 .85rem/1.2 var(--f-body); color: rgba(11,10,13,.6); }
.ticket-cut { height: 0; border-top: 2px dashed rgba(11,10,13,.18); margin: 18px -26px 18px; }
.ticket .btn { width: 100%; }
.ticket.is-highlight { background: var(--ink); color: #fff; transform: translateY(-10px); box-shadow: 0 30px 70px -24px rgba(0,0,0,.8); }
.ticket.is-highlight:hover { transform: translateY(-14px) rotate(-.4deg); }
.ticket.is-highlight .ticket-note, .ticket.is-highlight .ticket-price small { color: var(--muted); }
.ticket.is-highlight .ticket-price { color: var(--pink-hot); }
.ticket.is-highlight .ticket-cut { border-color: rgba(255,255,255,.2); }
.ticket .flag { align-self: flex-start; margin: -4px 0 12px; font: 700 .7rem/1 var(--f-body); letter-spacing: .12em; text-transform: uppercase; padding: 7px 10px; border-radius: 99px; background: var(--pink); color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.ticket .flag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .25; } }
.ticket.is-soldout .ticket-name, .ticket.is-soldout .ticket-price, .ticket.is-soldout .ticket-note { opacity: .38; }
.ticket.is-soldout .ticket-price { text-decoration: line-through; text-decoration-thickness: 3px; }
.ticket.is-soldout .ticket-price small { display: none; }
.stamp { position: absolute; top: 22px; right: 18px; transform: rotate(9deg); font: 400 1.7rem/1 var(--f-display); letter-spacing: .06em; color: var(--pink); border: 4px solid var(--pink); padding: .12em .4em 0; border-radius: 8px; mix-blend-mode: multiply; }
.ticket.is-upcoming { background: rgba(255,255,255,.72); }
.ticket.is-upcoming .ticket-price { font-size: 2.6rem; color: rgba(11,10,13,.5); }

.ticket-facts { list-style: none; padding: 0; margin: clamp(36px, 4vw, 52px) 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ticket-facts li { display: flex; gap: 10px; align-items: flex-start; background: rgba(11,10,13,.9); color: #fff; padding: 14px 16px; border-radius: 12px; font-size: .95rem; line-height: 1.4; }
.ticket-facts svg { color: var(--pink-hot); font-size: 1.2rem; margin-top: 1px; }
.ticket-help { margin: 20px 0 0; font-size: .92rem; font-weight: 500; }

/* ---------------- Stats ---------------- */
.stats { background: var(--ink); border-block: 1px solid var(--line); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-inner div { padding: clamp(24px, 4vw, 44px) 12px; text-align: center; border-left: 1px solid var(--line); }
.stats-inner div:first-child { border-left: 0; }
.stats b { display: block; font: 400 clamp(3rem, 7vw, 5.6rem)/.9 var(--f-display); color: var(--pink-hot); }
.stats span { font: 400 .85rem/1 var(--f-label); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ---------------- Throwback / gallery ---------------- */
.year-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.year-tab {
  font: 400 clamp(1.8rem, 3.5vw, 2.6rem)/1 var(--f-display); letter-spacing: .02em; padding: 10px 20px 6px; border-radius: 12px;
  background: transparent; color: rgba(255,255,255,.45); border: 2px solid var(--line); cursor: pointer; transition: all .25s var(--ease);
}
.year-tab:hover { color: #fff; border-color: rgba(255,255,255,.4); }
.year-tab[aria-selected="true"] { background: var(--pink); border-color: var(--pink); color: #fff; transform: rotate(-2deg); }
.edition-lineup { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; min-height: 40px; }
.edition-lineup span { padding: 8px 14px; border-radius: 99px; background: var(--ink-3); border: 1px solid var(--line); font-weight: 600; font-size: .92rem; animation: fade-up .5s var(--ease) both; animation-delay: calc(var(--i) * 40ms); }
.edition-lineup .label { background: none; border: 0; padding-left: 0; color: var(--muted); font-weight: 500; animation: none; }
.gallery { columns: 3 280px; column-gap: 12px; }
.gallery button { display: block; width: 100%; margin: 0 0 12px; padding: 0; border: 0; background: var(--ink-3); border-radius: 10px; overflow: hidden; cursor: zoom-in; break-inside: avoid; position: relative; animation: fade-up .6s var(--ease) both; animation-delay: calc(var(--i) * 35ms); }
.gallery img { width: 100%; height: auto; transition: transform .8s var(--ease), filter .4s; }
.gallery button:hover img { transform: scale(1.04); filter: saturate(1.2); }
.gallery button::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 0 var(--pink-hot); transition: box-shadow .25s; border-radius: inherit; }
.gallery button:hover::after { box-shadow: inset 0 0 0 3px var(--pink-hot); }
.gallery-more { text-align: center; margin-top: 24px; }

.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(6,5,8,.96); display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; animation: fade .25s; }
@keyframes fade { from { opacity: 0; } }
.lightbox figure { margin: 0; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 60px 0 24px; min-width: 0; }
.lightbox img { max-height: calc(100svh - 120px); width: auto; max-width: 100%; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox figcaption { margin-top: 12px; color: var(--muted); font-size: .9rem; }
.lb-nav, .lb-close { background: rgba(255,255,255,.08); border: 0; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; font-size: 1.5rem; justify-self: center; transition: background .2s; }
.lb-nav:hover, .lb-close:hover { background: var(--pink); }
.lb-close { position: absolute; top: 16px; right: 16px; }

/* ---------------- Info ---------------- */
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.info-card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: border-color .25s, transform .3s var(--ease); }
.info-card:hover { border-color: rgba(236,22,140,.6); transform: translateY(-3px); }
.info-card > svg { font-size: 2rem; color: var(--pink-hot); margin-bottom: 14px; stroke-width: 1.6; }
.info-card h3 { margin: 0 0 6px; font-size: 1.08rem; }
.info-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.info-card-lg { grid-column: span 2; grid-row: span 2; background: linear-gradient(145deg, var(--purple) 0%, #2b1a4f 55%, var(--ink-3) 100%); border-color: transparent; position: relative; overflow: hidden; }
.info-card-lg::before { content: ""; position: absolute; right: -80px; top: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(236,22,140,.55), transparent 70%); }
.info-card-lg h3 { font: 400 .9rem/1 var(--f-label); letter-spacing: .2em; text-transform: uppercase; color: #ffc3e6; margin-bottom: 16px; position: relative; }
.info-card-lg .big { font: 400 clamp(3rem, 6vw, 4.8rem)/.9 var(--f-display); color: #fff; margin-bottom: 8px; position: relative; }
.info-card-lg p, .info-card-lg address { position: relative; color: rgba(255,255,255,.86); }
.info-card-lg address { font-style: normal; font-size: 1.15rem; line-height: 1.45; margin: 18px 0 22px; font-weight: 600; color: #fff; }
.info-actions { display: flex; gap: 10px; flex-wrap: wrap; position: relative; }

.faq { margin-top: clamp(48px, 6vw, 80px); max-width: 880px; }
.faq-title { font: 400 clamp(2.2rem, 4vw, 3.2rem)/1 var(--f-display); margin: 0 0 18px; text-transform: uppercase; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 44px 20px 0; font-weight: 600; font-size: 1.08rem; position: relative; transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 14px; height: 14px; margin-top: -9px; border-right: 2px solid var(--pink-hot); border-bottom: 2px solid var(--pink-hot); transform: rotate(45deg); transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.faq summary:hover { color: var(--pink-hot); }
.faq details p { margin: 0 0 22px; color: var(--muted); max-width: 70ch; }
.faq details a { color: var(--pink-hot); }

/* ---------------- Community ---------------- */
.community-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.signup-row { display: flex; gap: 8px; background: #fff; padding: 6px; border-radius: 999px; box-shadow: 0 20px 50px -20px rgba(60,0,30,.6); }
.signup input[type=email] { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0 18px; font: 500 1.05rem var(--f-body); color: var(--ink); outline: none; }
.signup .check { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; font-size: .88rem; font-weight: 500; line-height: 1.4; }
.signup .check a { color: inherit; }
.signup .check input { margin-top: 3px; accent-color: var(--ink); width: 16px; height: 16px; flex: none; }
.signup .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.signup-msg { min-height: 1.4em; margin: 10px 0 0; font-weight: 700; }
.socials { display: flex; gap: 10px; margin-top: 8px; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); padding-block: 64px calc(40px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); text-align: center; }
.footer-logo { width: min(360px, 80%); height: auto; margin: 0 auto 16px; }
.tagline { margin: 0 0 26px; color: var(--muted); }
.tagline span { color: var(--pink-hot); }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-bottom: 24px; font-size: .95rem; }
.footer-nav a { text-decoration: none; color: var(--muted); } .footer-nav a:hover, .footer-nav .linklike:hover { color: #fff; }
.footer-nav .linklike { color: var(--muted); text-decoration: none; font-size: .95rem; }
.copy { margin: 0; font-size: .82rem; color: rgba(255,255,255,.4); }

/* ---------------- Sticky CTA ---------------- */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 40;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(11,10,13,.92); backdrop-filter: blur(14px); border: 1px solid var(--line); border-radius: 18px; padding: 10px 10px 10px 18px;
  transform: translateY(140%); transition: transform .45s var(--ease);
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta strong { display: block; font: 400 1.35rem/1 var(--f-display); letter-spacing: .02em; }
.sticky-cta span { font-size: .82rem; color: var(--muted); }

/* ---------------- Drawer ---------------- */
.drawer { position: fixed; inset: 0; z-index: 100; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(6,5,8,.7); backdrop-filter: blur(4px); animation: fade .3s; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(560px, 100%); background: #fcfcfc; color: var(--ink); display: flex; flex-direction: column; animation: slide-in .45s var(--ease); box-shadow: -30px 0 80px rgba(0,0,0,.5); }
@keyframes slide-in { from { transform: translateX(100%); } }
.drawer-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; background: var(--ink); color: #fff; border-bottom: 3px solid var(--pink); }
.drawer-head .eyebrow { margin: 0 0 4px; font-size: .72rem; }
.drawer-head h2 { margin: 0; font: 400 1.9rem/1 var(--f-display); letter-spacing: .01em; }
.drawer-close { background: rgba(255,255,255,.1); border: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 1.3rem; cursor: pointer; }
.drawer-close:hover { background: var(--pink); }
.drawer-body { position: relative; flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; background: #fcfcfc; }
.st-store { position: relative; min-height: 100%; }
.st-store iframe { background: #fcfcfc; }
.drawer-loading { position: absolute; inset: 0; z-index: 2; background: #fcfcfc; display: flex; flex-direction: column; gap: 14px; align-items: center; justify-content: center; font-weight: 600; color: rgba(11,10,13,.6); }
.spinner { width: 36px; height: 36px; border-radius: 50%; border: 3px solid rgba(236,22,140,.2); border-top-color: var(--pink); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.drawer-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(0,0,0,.08); font-size: .85rem; color: rgba(11,10,13,.66); }
.drawer-foot span { display: flex; align-items: center; gap: 6px; }
.drawer-foot a { color: var(--pink-deep); font-weight: 700; text-decoration: none; }
body.is-locked { overflow: hidden; }

/* ---------------- Consent ---------------- */
.consent {
  position: fixed; z-index: 110; left: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); width: min(460px, calc(100% - 32px));
  background: var(--ink-3); color: #fff; border: 1px solid var(--line); border-top: 3px solid var(--pink); border-radius: 16px; padding: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6); animation: fade-up .5s var(--ease);
}
.consent h2 { margin: 0 0 6px; font: 400 1.8rem/1 var(--f-display); letter-spacing: .01em; }
.consent p { margin: 0 0 14px; font-size: .9rem; color: var(--muted); }
.consent a { color: var(--pink-hot); }
.consent-options { display: none; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; font-size: .9rem; }
.consent-options label { display: flex; gap: 6px; align-items: center; }
.consent-options input { accent-color: var(--pink); width: 16px; height: 16px; }
.consent.is-expanded .consent-options { display: flex; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.consent-save { display: none; }
.consent.is-expanded .consent-save { display: inline-flex; }
.consent.is-expanded .consent-more { display: none; }

.debug-panel { position: fixed; right: 12px; top: 80px; z-index: 300; width: min(420px, calc(100% - 24px)); max-height: 40vh; overflow: auto; background: rgba(0,0,0,.9); color: #7CFFB2; font: 12px/1.45 ui-monospace, Consolas, monospace; padding: 10px 12px; border-radius: 10px; border: 1px solid #7CFFB2; }
.debug-panel strong { color: #fff; display: block; margin-bottom: 6px; }


/* ---------------- Line-up: klikbaar ---------------- */
.artist { cursor: pointer; }
.artist-btn { position: absolute; inset: 0; z-index: 4; background: none; border: 0; padding: 0; cursor: pointer; border-radius: inherit; }
.artist-btn:focus-visible { outline-offset: -4px; }
.artist .more { position: absolute; top: 14px; right: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 99px;
  background: rgba(11,10,13,.72); backdrop-filter: blur(6px); font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  opacity: 0; transform: translateY(-6px); transition: opacity .3s, transform .3s var(--ease); }
.artist .more svg { font-size: 1rem; color: var(--pink-hot); }
.artist:hover .more, .artist:focus-within .more { opacity: 1; transform: none; }
@media (hover: none) { .artist .more { opacity: 1; transform: none; } }

.listen { margin-top: 28px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; align-items: center; background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.listen h3 { margin: 0 0 6px; font: 400 2.4rem/1 var(--f-display); text-transform: uppercase; }
.listen p { margin: 0; color: var(--muted); }

/* ---------------- Aftermovie ---------------- */
.aftermovie { padding-top: 0; }
.afm-cta { display: flex; justify-content: center; margin-top: clamp(24px, 3vw, 36px); }
.video { position: relative; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #000; box-shadow: 0 40px 100px -40px rgba(236,22,140,.55); }
.video video { width: 100%; height: 100%; display: block; background: #000; }
.video-cover { position: absolute; inset: 0; border: 0; padding: 0; cursor: pointer; background: #000; color: #fff; }
.video-cover img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform 1.2s var(--ease), opacity .4s; }
.video-cover::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 20%, rgba(11,10,13,.65) 100%); }
.video-cover:hover img { transform: scale(1.04); opacity: .85; }
.play { position: absolute; left: 50%; top: 50%; z-index: 1; width: clamp(76px, 9vw, 120px); aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%;
  display: grid; place-items: center; background: var(--pink); font-size: clamp(2rem, 3.4vw, 3rem); animation: ring 2s infinite; transition: transform .3s var(--ease); }
.play svg { margin-left: 8%; }
.video-cover:hover .play { transform: translate(-50%, -50%) scale(1.08); }
@keyframes ring { 0% { box-shadow: 0 0 0 0 rgba(236,22,140,.6); } 70% { box-shadow: 0 0 0 26px rgba(236,22,140,0); } 100% { box-shadow: 0 0 0 0 rgba(236,22,140,0); } }
.video-label { position: absolute; left: 24px; bottom: 20px; z-index: 1; font: 400 clamp(1.6rem, 3vw, 2.6rem)/1 var(--f-display); letter-spacing: .03em; text-transform: uppercase; }

/* ---------------- Artiest-modal ---------------- */
.artist-modal { position: fixed; inset: 0; z-index: 105; display: grid; place-items: center; padding: 16px; }
.am-backdrop { position: absolute; inset: 0; background: rgba(6,5,8,.82); backdrop-filter: blur(6px); animation: fade .25s; }
.am-panel { position: relative; width: min(980px, 100%); max-height: calc(100svh - 32px); overflow: auto; overscroll-behavior: contain; background: var(--ink-2);
  border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 40px 120px rgba(0,0,0,.7); animation: pop .4s var(--ease); display: flex; flex-direction: column; }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.am-close { position: sticky; top: 12px; margin: 12px 12px -56px auto; z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(11,10,13,.7); backdrop-filter: blur(6px); display: grid; place-items: center; font-size: 1.3rem; cursor: pointer; flex: none; }
.am-close:hover { background: var(--pink); }
.am-hero { position: relative; aspect-ratio: 21 / 9; display: flex; background: var(--pink-deep); flex: none; }
.am-hero img { flex: 1; min-width: 0; height: 100%; object-fit: cover; object-position: 50% 30%; }
.am-hero img + img { border-left: 3px solid var(--ink); }
.am-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, var(--ink-2) 100%); }
.am-body { padding: 0 clamp(20px, 4vw, 44px) 24px; margin-top: -40px; position: relative; z-index: 1; }
.am-body h2 { margin: 0; font: 400 clamp(3rem, 7vw, 5.4rem)/.88 var(--f-display); text-transform: uppercase; }
.am-body h2 .b2b { font-family: var(--f-label); font-size: .38em; vertical-align: middle; color: var(--pink-hot); letter-spacing: .1em; }
.am-bio { white-space: pre-line; margin: 16px 0 0; font-size: 1.08rem; color: rgba(255,255,255,.84); max-width: 64ch; }
.am-bio:empty { display: none; }
.am-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; }
.am-links:empty { display: none; }
.am-links .btn svg { font-size: 1.1rem; }
.btn-spotify { --bg: #1ed760; --fg: #0b0a0d; }
.btn-spotify:hover { --bg: #3be477; }
.am-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.am-media:empty { display: none; }
.am-media .media-spotify { grid-column: 1 / -1; }
.media { position: relative; border-radius: 14px; overflow: hidden; background: var(--ink-3); border: 1px solid var(--line); }
.media iframe { display: block; width: 100%; border: 0; }
.media-yt { aspect-ratio: 16 / 9; }
.media-yt iframe { height: 100%; }
.media-load { position: absolute; inset: 0; width: 100%; border: 0; padding: 16px; cursor: pointer; color: #fff; text-align: left;
  display: flex; flex-direction: column; justify-content: flex-end; gap: 4px; background: linear-gradient(160deg, rgba(90,58,156,.95), rgba(194,15,115,.9)); }
.media-load .ml-icon { position: absolute; top: 44%; left: 50%; transform: translate(-50%, -50%); width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: rgba(11,10,13,.8); font-size: 1.6rem; transition: transform .25s var(--ease), background .2s, color .2s; }
.media-load:hover .ml-icon { transform: translate(-50%, -50%) scale(1.1); background: #fff; color: var(--ink); }
.media-load strong { font-size: .95rem; line-height: 1.3; position: relative; }
.media-load small { color: rgba(255,255,255,.75); position: relative; }
.media-spotify { min-height: 152px; }
.media-spotify .media-load { background: linear-gradient(120deg, #0f3d22, #1db954 140%); flex-direction: row; align-items: center; gap: 14px; justify-content: flex-start; }
.media-spotify .media-load .ml-icon { position: static; transform: none; background: #1ed760; color: #0b0a0d; flex: none; }
.media-spotify .media-load:hover .ml-icon { transform: scale(1.08); }
.media-thumb { background: #000; }
.media-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .3s; opacity: .9; }
.media-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,10,13,0) 35%, rgba(11,10,13,.88) 100%); }
.media-thumb:hover img { transform: scale(1.05); opacity: 1; }
.media-thumb .ml-icon { z-index: 1; background: var(--pink); color: #fff; }
.media-thumb strong, .media-thumb small { z-index: 1; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.am-nav { display: flex; justify-content: space-between; gap: 10px; padding: 14px clamp(12px, 3vw, 32px) 18px; border-top: 1px solid var(--line); margin-top: 8px; }
.am-nav button { display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; cursor: pointer; font: 400 1.4rem/1 var(--f-display); letter-spacing: .02em; color: var(--muted); padding: 8px; border-radius: 8px; text-transform: uppercase; }
.am-nav button:hover { color: #fff; }
.am-nav svg { color: var(--pink-hot); }
@media (max-width: 700px) {
  .am-media { grid-template-columns: 1fr; }
  .am-hero { aspect-ratio: 16 / 10; }
  .artist-modal { padding: 0; }
  .am-panel { max-height: 100svh; height: 100svh; border-radius: 0; }
  .listen { grid-template-columns: 1fr; }
  .am-nav span { max-width: 32vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1080px) {
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .ticket-facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  :root { --header-h: 60px; }
  .nav, .header-actions .icon-link { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-bottom { grid-template-columns: 1fr; }
  .countdown { order: 0; }
  .tickets { grid-template-columns: 1fr; max-width: 520px; }
  .ticket.is-highlight { transform: none; order: -1; }
  .ticket.is-highlight:hover { transform: translateY(-4px); }
  .lineup { grid-template-columns: repeat(2, 1fr); }
  .artist, .artist.tier-2 { grid-column: span 1; aspect-ratio: 4 / 4.2; }
  .artist.tier-1 { grid-column: span 2; aspect-ratio: 16 / 11; }
  .artist.tier-3:last-child { grid-column: span 2; aspect-ratio: 16 / 9; }
  .community-inner { grid-template-columns: 1fr; }
  .sticky-cta { display: flex; }
  .lightbox { grid-template-columns: 1fr; }
  .lb-nav { position: absolute; bottom: 20px; }
  .lb-prev { left: calc(50% - 64px); } .lb-next { right: calc(50% - 64px); }
  .lightbox figure { padding: 64px 8px 90px; }
  .consent { bottom: calc(90px + env(safe-area-inset-bottom)); }
}
@media (max-width: 560px) {
  .hero-meta .dot { display: none; }
  .hero-meta { flex-direction: column; align-items: flex-start; }
  .gallery { columns: 2; column-gap: 8px; }
  .gallery button { margin-bottom: 8px; }
  .hero-cta .btn-lg { flex: 1; min-width: 0; }
  .hero-cta .btn-text { width: 100%; justify-content: flex-start; }
  .countdown { width: 100%; }
  .countdown div { flex: 1; min-width: 0; }
  .countdown b { font-size: 2.2rem; }
  .artist, .artist.tier-2 { grid-column: span 2; aspect-ratio: 16 / 11; }
  .artist h3 { font-size: 2.3rem; }
  .ticket-facts { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stats-inner div:nth-child(3) { border-left: 0; }
  .stats-inner div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .info-grid { grid-template-columns: 1fr; }
  .info-card-lg { grid-column: auto; }
  .signup-row { flex-direction: column; border-radius: 18px; padding: 8px; }
  .signup input[type=email] { padding: 14px 12px; }
  .consent-actions .btn { flex: 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .lasers, .grain { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------------- Taalkeuze ---------------- */
.lang-switch { display: flex; gap: 2px; padding: 3px; margin-right: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(11,10,13,.35); }
.lang-switch button { background: none; border: 0; cursor: pointer; font: 700 .72rem/1 var(--f-body); letter-spacing: .08em; padding: 7px 9px; border-radius: 99px; color: rgba(255,255,255,.75); transition: background .2s, color .2s; }
.lang-switch button:hover { color: #fff; }
.lang-switch button[aria-pressed="true"] { background: #fff; color: var(--ink); }
.lang-switch-lg { align-self: flex-start; margin: 28px 0 0; }
.lang-switch-lg button { font-size: 1rem; padding: 12px 18px; }
.lang-switch-foot { width: max-content; max-width: 100%; margin: 0 auto 22px; border: 0; background: none; flex-wrap: wrap; justify-content: center; }
.lang-switch-foot button { font-weight: 500; font-size: .88rem; letter-spacing: 0; padding: 8px 12px; color: var(--muted); }
@media (max-width: 900px) { .header-actions .lang-switch { display: none; } }
