:root {
  --ink: #09090b;
  --ink-soft: #111114;
  --paper: #f2f2f0;
  --white: #fffdf8;
  --muted: #a9a9b2;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(9, 9, 11, 0.15);
  --coral: #ff4d5a;
  --orange: #ff8a00;
  --violet: #784dff;
  --blue: #2d7bff;
  --gradient: linear-gradient(115deg, var(--coral) 0%, var(--orange) 31%, var(--violet) 68%, var(--blue) 100%);
  --gradient-soft: linear-gradient(135deg, var(--coral), var(--violet) 56%, var(--blue));
  --font-display: Impact, Haettenschweiler, "Arial Black", sans-serif;
  --font-body: Inter, "Helvetica Neue", Arial, sans-serif;
  --container: min(1240px, calc(100vw - 48px));
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
html.site-loading, html.site-loading body { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  margin-bottom: 0.55em;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.94;
  text-wrap: balance;
}
h1 { font-size: clamp(3rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.8rem, 6.2vw, 5.9rem); }
h3 { font-size: clamp(1.4rem, 2.3vw, 2.1rem); }
::selection { background: var(--coral); color: var(--white); }

.container { width: var(--container); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section-dark { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.section-light { background: var(--paper); color: var(--ink); }
.section-gradient { color: var(--white); background: var(--gradient); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; margin: 0;
  padding: 12px 18px; clip: auto; background: var(--white); color: var(--ink); font-weight: 800;
}
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.section-dark :focus-visible, .section-gradient :focus-visible { outline-color: var(--white); }

.site-loader {
  position: fixed; z-index: 100000; inset: 0; display: none; overflow: hidden; place-items: center;
  padding: 30px; background:
    radial-gradient(circle at 18% 20%, rgba(255,77,90,.22), transparent 28%),
    radial-gradient(circle at 83% 78%, rgba(45,123,255,.2), transparent 31%), var(--ink);
  color: var(--white); opacity: 1; visibility: visible; transition: opacity .55s ease, visibility .55s ease;
}
.js .site-loader { display: grid; }
.site-loader::before {
  position: absolute; inset: 0; content: ""; opacity: .16; pointer-events: none;
  background-image: radial-gradient(circle, var(--coral) 1.3px, transparent 1.5px);
  background-size: 16px 16px; -webkit-mask-image: linear-gradient(135deg, #000, transparent 42%, transparent 65%, #000); mask-image: linear-gradient(135deg, #000, transparent 42%, transparent 65%, #000);
}
.site-loader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.site-loader.is-hidden { display: none; }
.site-loader-content { position: relative; z-index: 2; display: grid; width: min(92vw, 620px); justify-items: center; text-align: center; }
.site-loader-logo {
  width: clamp(175px, 25vw, 280px); height: auto; margin-bottom: clamp(28px, 5vh, 52px);
  filter: drop-shadow(0 22px 45px rgba(0,0,0,.45)); animation: loader-logo 1.15s cubic-bezier(.22,.8,.3,1) both;
}
.site-loader-claim { display: grid; gap: 4px; margin: 0; font-family: var(--font-display); line-height: .86; text-transform: uppercase; }
.site-loader-claim span { color: var(--coral); font-size: clamp(1.2rem, 2.7vw, 2rem); letter-spacing: .13em; }
.site-loader-claim small { color: var(--paper); font-size: clamp(1.65rem, 4.5vw, 3.35rem); letter-spacing: .015em; }
.site-loader-claim strong {
  color: transparent; font-size: clamp(2.8rem, 8vw, 6.3rem); letter-spacing: -.02em;
  background: var(--gradient); background-clip: text; -webkit-background-clip: text;
}
.site-loader-progress { width: min(310px, 72vw); height: 4px; margin-top: clamp(32px, 6vh, 55px); overflow: hidden; background: rgba(255,255,255,.16); border-radius: 999px; }
.site-loader-progress span { display: block; width: 100%; height: 100%; background: var(--gradient); transform-origin: left; animation: loader-progress 5s linear both; }
.site-loader-graphics { position: absolute; inset: 0; pointer-events: none; }
.site-loader-graphics span { position: absolute; width: min(48vw, 620px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; animation: loader-ring 2.8s ease-in-out infinite alternate; }
.site-loader-graphics span:nth-child(1) { top: -27vw; left: -12vw; }
.site-loader-graphics span:nth-child(2) { right: -18vw; bottom: -30vw; animation-delay: -.8s; }
.site-loader-graphics span:nth-child(3) { top: 50%; left: 50%; width: min(75vw, 900px); transform: translate(-50%,-50%); animation-delay: -1.6s; }

.site-loader--gate { display: grid; overflow-y: auto; padding-block: clamp(36px, 7vh, 80px); }
.site-loader-content--gate { width: min(92vw, 720px); }
.prelaunch-logo { width: clamp(150px, 19vw, 230px); margin-bottom: clamp(22px, 4vh, 38px); }
.prelaunch-date { margin: 0 0 12px; color: var(--coral); font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2.3rem); letter-spacing: .16em; line-height: 1; }
.prelaunch-title {
  max-width: 720px; margin: 0; color: transparent; font-size: clamp(3.2rem, 8vw, 6.8rem); line-height: .83;
  background: var(--gradient); background-clip: text; -webkit-background-clip: text;
}
.prelaunch-private { margin: 22px 0 0; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.prelaunch-radio {
  display: grid; grid-template-columns: 48px minmax(130px, 1fr) 70px 48px 86px 22px; width: min(100%, 620px); min-height: 76px;
  align-items: center; gap: 13px; margin-top: clamp(24px, 4vh, 38px); padding: 10px 14px 10px 10px;
  background: rgba(255,255,255,.075); border: 1px solid var(--line); border-radius: 18px; backdrop-filter: blur(18px);
}
.prelaunch-radio > img { width: 48px; height: 48px; object-fit: contain; background: var(--white); border-radius: 12px; }
.prelaunch-radio-copy { display: grid; min-width: 0; text-align: left; }
.prelaunch-radio-copy span { overflow: hidden; color: var(--coral); font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.prelaunch-radio-copy span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,77,90,.12); }
.prelaunch-radio-copy strong { overflow: hidden; color: var(--paper); font-family: var(--font-display); font-size: 1.35rem; letter-spacing: .035em; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.prelaunch-radio-copy small { overflow: hidden; color: var(--muted); font-size: .62rem; text-overflow: ellipsis; white-space: nowrap; }
.prelaunch-radio-wave { display: flex; height: 34px; align-items: center; justify-content: center; gap: 4px; }
.prelaunch-radio-wave i { width: 3px; height: 7px; background: var(--gradient); border-radius: 4px; animation: radio-wave .7s ease-in-out infinite alternate; animation-play-state: paused; }
.prelaunch-radio-wave i:nth-child(2), .prelaunch-radio-wave i:nth-child(5) { height: 15px; animation-delay: -.2s; }
.prelaunch-radio-wave i:nth-child(3) { height: 25px; animation-delay: -.4s; }
.prelaunch-radio-wave i:nth-child(4) { height: 20px; animation-delay: -.1s; }
.prelaunch-radio.is-playing .prelaunch-radio-wave i { animation-play-state: running; }
.prelaunch-radio-play { display: grid; width: 46px; height: 46px; padding: 0; place-items: center; background: var(--gradient); border: 0; border-radius: 50%; cursor: pointer; }
.prelaunch-radio-play span { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--white); }
.prelaunch-radio.is-playing .prelaunch-radio-play span { width: 11px; height: 16px; margin: 0; border: 0; border-right: 4px solid var(--white); border-left: 4px solid var(--white); }
.prelaunch-radio-volume { display: flex; }
.prelaunch-radio-volume input { width: 86px; accent-color: var(--coral); cursor: pointer; }
.prelaunch-radio > a { color: var(--muted); font-size: 1rem; font-weight: 900; text-decoration: none; }
.prelaunch-radio > a:hover { color: var(--white); }
.prelaunch-form { width: min(100%, 540px); margin-top: clamp(22px, 4vh, 36px); text-align: left; }
.prelaunch-form > label { display: block; margin: 0 0 8px; color: var(--paper); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.prelaunch-form-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 7px; background: rgba(255,255,255,.08); border: 1px solid var(--line); border-radius: 999px; }
.prelaunch-form-row:focus-within { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(120,77,255,.25); }
.prelaunch-form-row input { min-width: 0; padding: 11px 16px; background: transparent; color: var(--white); border: 0; outline: 0; }
.prelaunch-form-row input::placeholder { color: #777780; }
.prelaunch-form-row button { min-height: 46px; padding: 10px 24px; background: var(--gradient); color: var(--white); border: 0; border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.prelaunch-form-row button:hover { filter: brightness(1.1); }
.prelaunch-error { margin: 12px 10px 0; color: #ff8f98; font-size: .78rem; font-weight: 750; text-align: center; }

@keyframes loader-logo { from { opacity: 0; transform: scale(.78) rotate(-3deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes loader-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes loader-ring { from { opacity: .35; } to { opacity: 1; } }
@keyframes radio-wave { from { transform: scaleY(.45); } to { transform: scaleY(1.25); } }

.announcement { position: relative; z-index: 40; background: var(--coral); color: var(--ink); }
.announcement-inner {
  display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 16px;
  font-size: 0.77rem; font-weight: 780; letter-spacing: 0.045em; text-transform: uppercase;
}
.announcement p { display: flex; align-items: center; gap: 8px; margin: 0; }
.announcement a { font-weight: 900; text-decoration: none; }
.announcement a:hover { text-decoration: underline; }
.announcement .announcement-bases { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 11px; background: var(--ink); color: var(--white); border-radius: 999px; text-decoration: none; }
.announcement .announcement-bases:hover { background: var(--violet); text-decoration: none; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 0 rgba(9,9,11,.5); animation: pulse 2s infinite; }

.site-header {
	position: relative; z-index: 30; background: var(--ink); color: var(--paper);
	border-bottom: 1px solid var(--line); box-shadow: 0 0 0 rgba(0,0,0,0); transition: box-shadow .2s ease;
}
.site-header.is-scrolled { box-shadow: none; }
.header-inner { display: flex; width: min(1380px, calc(100vw - 56px)); min-height: 88px; align-items: center; justify-content: space-between; gap: 48px; transition: min-height .2s ease; }
.site-header.is-scrolled .header-inner { min-height: 88px; }
.site-logo { display: inline-flex; flex: 0 0 auto; color: inherit; text-decoration: none; }
.custom-logo-link { display: inline-flex; }
.custom-logo { width: auto; max-height: 54px; }
.brand-logo { display: inline-flex; line-height: 0; }
.brand-logo img { display: block; width: 100%; height: auto; object-fit: contain; image-rendering: auto; }
.brand-logo--header { width: 84px; }
.brand-logo--footer { width: 170px; }
.brand-logo--hero { width: clamp(300px, 34vw, 470px); filter: drop-shadow(0 20px 50px rgba(0,0,0,.28)); }

.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav ul, .site-footer ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { position: relative; }
.primary-nav li a {
  display: block; padding: 28px 0; color: var(--paper); font-size: 0.76rem; font-weight: 760;
  letter-spacing: 0.055em; text-decoration: none; text-transform: uppercase;
}
.primary-nav li a::after {
  position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: "";
  background: var(--gradient); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.primary-nav li a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.primary-nav .sub-menu {
  position: absolute; top: 68px; left: -18px; display: none; min-width: 180px; padding: 10px 18px;
  background: var(--ink-soft); border: 1px solid var(--line); border-radius: 12px;
}
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu li a { padding: 10px 0; }
.primary-nav .sub-menu li a::after { bottom: 5px; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; background: none; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s; }
.menu-open .menu-toggle > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-open .menu-toggle > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px;
  border: 0; border-radius: 999px; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.045em;
  line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.25); }
.button--gradient { background: var(--gradient); color: var(--white); }
.button--small { min-height: 42px; padding: 11px 19px; font-size: 0.72rem; }
.button--white { background: var(--white); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.button--large { min-height: 64px; padding-inline: 34px; font-size: 0.9rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 0.8rem; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.text-link span { font-size: 1.25em; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--dark { color: var(--ink); }

.eyebrow {
  margin-bottom: 20px; color: var(--coral); font-size: 0.74rem; font-weight: 900;
  letter-spacing: 0.16em; line-height: 1.2; text-transform: uppercase;
}
.section-heading { max-width: 920px; margin-bottom: 58px; }
.section-heading h2 { max-width: 900px; margin-bottom: 24px; }
.section-copy { max-width: 680px; margin: 0; color: #55555d; font-size: clamp(1.02rem, 2vw, 1.25rem); }
.section-dark .section-copy { color: var(--muted); }
.heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.heading-row .section-heading { margin-bottom: 58px; }
.heading-row > .text-link { margin-bottom: 64px; white-space: nowrap; }

.hero { min-height: calc(100vh - 112px); isolation: isolate; }
.hero::before {
  position: absolute; z-index: -2; top: -30%; right: -18%; width: min(70vw, 940px); aspect-ratio: 1; content: "";
  background: radial-gradient(circle at 42% 48%, rgba(120,77,255,.36), transparent 47%), radial-gradient(circle at 70% 20%, rgba(45,123,255,.2), transparent 38%);
  filter: blur(30px);
}
.hero::after {
  position: absolute; z-index: -1; bottom: 8%; left: -11%; width: 34vw; min-width: 330px; aspect-ratio: 1; content: "";
  background: radial-gradient(circle, rgba(255,77,90,.3) 1.4px, transparent 1.6px); background-size: 11px 11px;
  mask-image: radial-gradient(circle, black 0, transparent 70%); transform: rotate(-9deg);
}
.hero-noise {
  position: absolute; z-index: -1; inset: 0; opacity: .16; pointer-events: none;
  background-image: repeating-radial-gradient(circle at 20% 40%, rgba(255,255,255,.25) 0 1px, transparent 1px 3px);
  background-size: 5px 5px; mix-blend-mode: overlay;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .65fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding-block: clamp(70px, 9vw, 130px) 120px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lockup { margin: 0 0 38px; }
.hero h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: .93; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: #c6c6cc; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-facts { display: flex; gap: 0; margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { display: grid; min-width: 150px; gap: 2px; padding: 20px 32px 0 0; }
.hero-facts strong { font-family: var(--font-display); font-size: 1.55rem; line-height: 1; }
.hero-facts span { color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-rings { position: absolute; z-index: 0; top: 13%; right: 2%; width: min(45vw, 620px); aspect-ratio: 1; opacity: .15; pointer-events: none; }
.hero-rings span { position: absolute; inset: 0; border: 1px solid var(--violet); border-radius: 50%; }
.hero-rings span:nth-child(2) { inset: 13%; border-color: var(--coral); }
.hero-rings span:nth-child(3) { inset: 28%; border-color: var(--blue); }

.countdown-card {
  position: relative; min-height: 500px; padding: 36px; overflow: hidden;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); border-radius: 28px;
  box-shadow: var(--shadow); backdrop-filter: blur(12px); transform: rotate(2deg);
}
.countdown-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(150deg, rgba(255,77,90,.18), transparent 35%, rgba(120,77,255,.22)); pointer-events: none; }
.countdown-art { position: relative; height: 175px; margin: -5px 0 38px; }
.big-play { position: absolute; top: 8px; left: 4px; width: 138px; aspect-ratio: 1; background: var(--coral); border-radius: 50%; box-shadow: 22px 24px 0 rgba(120,77,255,.45); }
.big-play::after { position: absolute; top: 50%; left: 54%; content: ""; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 40px solid var(--ink); transform: translate(-50%, -50%); }
.burst { position: absolute; top: -20px; right: 0; color: var(--orange); font-size: 7rem; line-height: 1; transform: rotate(17deg); }
.countdown-date { position: relative; margin: 0 0 26px; font-family: var(--font-display); font-size: 2.2rem; line-height: .9; text-transform: uppercase; }
.countdown-date span { display: block; font-size: 5.6rem; }
.countdown { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 24px; border-top: 1px solid var(--line); }
.countdown > span { display: grid; gap: 4px; }
.countdown strong { font-family: var(--font-display); font-size: 1.65rem; font-weight: 900; line-height: 1; }
.countdown small { color: var(--muted); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.countdown-status { position: relative; margin: 22px 0 0; color: #d6d6da; font-size: .78rem; }
.is-expired .countdown { opacity: .45; }

.ticker { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 13px 0; overflow: hidden; background: var(--gradient); color: var(--ink); transform: rotate(-1deg) scale(1.02); }
.ticker div { width: max-content; font-family: var(--font-display); font-size: 1.35rem; line-height: 1; word-spacing: 14px; white-space: nowrap; transform: translateX(-50%); animation: ticker 24s linear infinite; }
.ticker span { color: var(--white); }

.timeline-section { padding-block: clamp(90px, 11vw, 155px); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 0; margin: 0; padding: 30px 0 35px; overflow: visible; list-style: none; }
.timeline::before { position: absolute; top: 70px; right: 0; left: 0; height: 4px; content: ""; background: var(--line-dark); }
.timeline-item { position: relative; min-width: 0; min-height: 280px; padding: 76px 16px 0 0; border-right: 1px solid var(--line-dark); }
.timeline-item::before {
  position: absolute; z-index: 2; top: 31px; left: 0; width: 18px; height: 18px; content: "";
  background: var(--paper); border: 4px solid var(--ink); border-radius: 50%;
}
.timeline-item.is-done::before { background: var(--ink); }
.timeline-item.is-current::before { width: 30px; height: 30px; top: 25px; background: var(--coral); border-color: var(--ink); box-shadow: 0 0 0 9px rgba(255,77,90,.18); }
.timeline-item.is-current::after { position: absolute; top: 68px; right: 0; left: 0; height: 4px; content: ""; background: var(--gradient); }
.timeline-index { position: absolute; top: 0; color: #b6b6bb; font-family: var(--font-display); font-size: 1rem; }
.timeline-item time { display: inline-block; margin-bottom: 18px; padding: 7px 10px; background: var(--ink); color: var(--white); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.timeline-item.is-current time { background: var(--coral); color: var(--ink); }
.timeline-item h3 { max-width: 155px; margin-bottom: 13px; font-size: clamp(1.1rem, 1.6vw, 1.55rem); line-height: .96; }
.timeline-item p { max-width: 145px; color: #686870; font-size: .76rem; }
.timeline-note { margin: 16px 0 0; color: #6c6c73; font-size: .74rem; }
.timeline-note span { color: var(--coral); }

.format-section { padding-block: clamp(90px, 11vw, 150px); }
.format-section::after { position: absolute; top: 4%; right: -5%; width: 27vw; aspect-ratio: 1; content: ""; background: repeating-radial-gradient(circle, var(--blue) 0 2px, transparent 2px 10px); border-radius: 50%; opacity: .25; mask-image: linear-gradient(black, transparent); }
.format-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.format-card { position: relative; min-height: 360px; padding: 26px; border-right: 1px solid var(--line); }
.format-card:last-child { border-right: 0; }
.format-number { color: #777781; font-family: var(--font-display); font-size: .95rem; }
.format-icon { position: relative; display: block; width: 84px; height: 84px; margin: 54px 0 45px; color: var(--coral); }
.format-icon--play { background: var(--coral); border-radius: 50%; }
.format-icon--play::after { position: absolute; top: 50%; left: 54%; content: ""; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 23px solid var(--ink); transform: translate(-50%,-50%); }
.format-icon--burst::before, .format-icon--star::before { position: absolute; inset: -17px; content: "✦"; color: var(--orange); font-size: 7.5rem; line-height: 1; }
.format-icon--star::before { color: var(--blue); transform: rotate(23deg); }
.format-icon--smile { background: var(--violet); border-radius: 50%; }
.format-icon--smile::before { position: absolute; top: 26px; left: 22px; width: 9px; height: 9px; content: ""; background: var(--ink); border-radius: 50%; box-shadow: 31px 0 0 var(--ink); }
.format-icon--smile::after { position: absolute; left: 21px; bottom: 20px; width: 42px; height: 20px; content: ""; border-bottom: 5px solid var(--ink); border-radius: 50%; }
.format-icon--waves { background: repeating-radial-gradient(ellipse at 50% 110%, transparent 0 9px, var(--blue) 10px 13px, transparent 14px 22px); }
.format-card h3 { min-height: 2em; margin-bottom: 16px; font-size: 1.65rem; }
.format-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.format-callout { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 50px; padding: 32px 38px; background: var(--gradient); color: var(--white); border-radius: 16px; }
.format-callout p { max-width: 740px; margin: 0; font-size: 1.05rem; }

.artists-section, .shows-section, .news-section, .faq-section, .partners-section { padding-block: clamp(90px, 11vw, 150px); }
.artist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 22px; }
.artists-coming { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: center; min-height: 440px; padding: clamp(35px, 6vw, 74px); overflow: hidden; background: var(--white); border: 1px solid var(--line-dark); border-radius: 24px; }
.artists-coming::before { position: absolute; right: -8%; bottom: -30%; width: 48%; aspect-ratio: 1; content: ""; background: radial-gradient(circle, var(--coral) 0 2px, transparent 2px); background-size: 11px 11px; mask-image: radial-gradient(circle, black, transparent 70%); opacity: .5; }
.artists-coming h2 { margin-bottom: 18px; font-size: clamp(4.2rem, 9vw, 8rem); }
.artists-coming p:not(.eyebrow) { max-width: 570px; color: #606068; font-size: 1.05rem; }
.artists-coming-art { position: relative; display: flex; min-height: 260px; align-items: center; justify-content: center; isolation: isolate; }
.artists-coming-art::before { position: absolute; z-index: -1; width: 260px; aspect-ratio: 1; content: ""; background: var(--gradient); border-radius: 50%; box-shadow: 36px 34px 0 rgba(9,9,11,.12); }
.artists-coming-art span { display: grid; width: 104px; aspect-ratio: 1; place-content: center; margin-inline: -14px; background: var(--ink); color: var(--white); border: 5px solid var(--white); border-radius: 50%; font-family: var(--font-display); font-size: 4rem; transform: rotate(-7deg); }
.artists-coming-art span:nth-child(2) { z-index: 2; background: var(--white); color: var(--ink); transform: translateY(-25px) rotate(5deg); }
.artists-coming-art span:nth-child(3) { background: var(--violet); transform: rotate(10deg); }
.artist-card { min-width: 0; }
.artist-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/5; background: #18181d; color: inherit; text-decoration: none; border-radius: 16px; }
.artist-image img, .artist-image .card-art { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .45s; }
.artist-card:hover .artist-image img, .artist-card:hover .artist-image .card-art { transform: scale(1.045); filter: saturate(1.15); }
.artist-play { position: absolute; right: 20px; bottom: 20px; width: 50px; height: 50px; background: var(--white); border-radius: 50%; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.artist-play::after { position: absolute; top: 50%; left: 54%; content: ""; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--ink); transform: translate(-50%,-50%); }
.artist-info { padding: 20px 5px 0; }
.artist-info p { margin-bottom: 8px; color: #65656c; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.artist-info h3 { margin-bottom: 7px; font-size: 2rem; }
.artist-info h3 a { text-decoration: none; }
.song-title { color: #66666e; font-size: .88rem; }

.card-art { position: relative; width: 100%; height: 100%; min-height: 250px; overflow: hidden; isolation: isolate; background: var(--gradient-soft); }
.card-art::before { position: absolute; z-index: 2; inset: 0; content: ""; opacity: .35; background: radial-gradient(circle, var(--white) 1.2px, transparent 1.4px); background-size: 9px 9px; mask-image: radial-gradient(circle at 75% 25%, black 0, transparent 42%); }
.card-art::after { position: absolute; z-index: 1; right: -16%; bottom: -18%; width: 88%; aspect-ratio: 1; content: ""; border: 26px solid rgba(9,9,11,.72); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.12), 0 0 0 52px rgba(9,9,11,.48); }
.art-orb { position: absolute; z-index: 1; top: 14%; left: 13%; width: 42%; aspect-ratio: 1; background: var(--coral); border-radius: 50%; box-shadow: 20px 24px 0 rgba(9,9,11,.35); }
.art-lines { position: absolute; z-index: 2; top: 8%; right: 8%; width: 24%; height: 58%; background: repeating-linear-gradient(95deg, transparent 0 8px, var(--white) 9px 11px); transform: rotate(21deg); opacity: .7; }
.art-star { position: absolute; z-index: 3; right: 10%; bottom: 10%; color: var(--white); font-size: clamp(4rem, 9vw, 7rem); line-height: 1; }
.art-2 { background: linear-gradient(145deg, var(--blue), var(--violet) 58%, var(--ink)); }
.art-2 .art-orb { top: 47%; background: var(--orange); border-radius: 4px; transform: rotate(22deg); }
.art-3 { background: linear-gradient(30deg, var(--coral), var(--ink) 48%, var(--violet)); }
.art-3 .art-orb { width: 65%; border: 14px solid var(--blue); background: transparent; }
.art-4 { background: linear-gradient(145deg, var(--orange), var(--coral) 45%, var(--violet)); }
.art-4 .art-lines { width: 44%; background: repeating-linear-gradient(0deg, transparent 0 12px, var(--ink) 13px 17px); }
.art-5 { background: radial-gradient(circle at 30% 30%, var(--blue), var(--violet) 32%, var(--ink) 74%); }
.art-5 .art-orb { background: var(--white); clip-path: polygon(50% 0,61% 34%,98% 35%,68% 56%,79% 92%,50% 70%,21% 92%,32% 56%,2% 35%,39% 34%); border-radius: 0; }
.art-6 { background: linear-gradient(135deg, var(--ink), var(--coral) 42%, var(--orange)); }
.art-6 .art-orb { width: 58%; background: radial-gradient(circle, transparent 27%, var(--blue) 28% 44%, transparent 45% 58%, var(--ink) 59%); }

.vote-section { position: relative; overflow: hidden; padding-block: clamp(80px, 10vw, 135px); }
.vote-section::before { position: absolute; top: -180px; right: -100px; width: 520px; aspect-ratio: 1; content: ""; border: 80px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(9,9,11,.08); }
.vote-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.vote-copy h2 { max-width: 620px; }
.vote-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 32px; font-size: 1.08rem; }
.vote-copy .eyebrow { color: var(--ink); }
.vote-meter { display: flex; align-items: center; justify-content: center; }
.vote-circle { display: grid; width: min(19vw, 245px); min-width: 185px; aspect-ratio: 1; place-content: center; text-align: center; background: var(--white); color: var(--ink); border-radius: 50%; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.vote-circle--dark { background: var(--ink); color: var(--white); }
.vote-circle span { font-family: var(--font-display); font-size: clamp(4rem, 7vw, 6.3rem); line-height: .8; }
.vote-circle small { font-size: .35em; }
.vote-circle em { margin-top: 15px; font-size: .72rem; font-style: normal; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.vote-plus { position: relative; z-index: 2; width: 58px; margin-inline: -5px; font-family: var(--font-display); font-size: 4rem; text-align: center; text-shadow: 0 3px 0 rgba(0,0,0,.2); }

.jury-section { padding-block: clamp(90px, 11vw, 150px); }
.jury-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.jury-image { overflow: hidden; aspect-ratio: 4/5; margin-bottom: 22px; background: #19191f; border-radius: 14px; filter: grayscale(.15); }
.jury-image img, .jury-image .card-art { width: 100%; height: 100%; object-fit: cover; }
.jury-card h3 { margin-bottom: 8px; font-size: 1.7rem; }
.jury-card p { color: var(--muted); font-size: .75rem; letter-spacing: .045em; text-transform: uppercase; }

.shows-section { padding-bottom: 70px; }
.shows-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 24px; }
.show-image, .news-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; margin-bottom: 22px; background: var(--ink-soft); border-radius: 15px; }
.show-image img, .show-image .card-art, .news-image img, .news-image .card-art { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.show-card:hover .show-image img, .show-card:hover .show-image .card-art, .news-card:hover .news-image img, .news-card:hover .news-image .card-art { transform: scale(1.04); }
.play-button { position: absolute; top: 50%; left: 50%; width: 72px; height: 72px; background: var(--white); border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.25); transform: translate(-50%,-50%); }
.play-button::after { position: absolute; top: 50%; left: 54%; content: ""; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid var(--ink); transform: translate(-50%,-50%); }
.card-kicker { margin: 0 0 8px; color: var(--coral); font-size: .67rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.show-card h3 { font-size: 1.8rem; }
.show-card h3 a { text-decoration: none; }

.news-section { padding-top: 70px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px 24px; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; color: #6c6c72; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-card h2, .news-card h3 { margin-bottom: 14px; font-size: clamp(1.55rem, 2.4vw, 2.15rem); line-height: .98; }
.news-card h2 a, .news-card h3 a { text-decoration: none; }
.news-card h2 a:hover, .news-card h3 a:hover { color: var(--violet); }
.news-card > p { margin: 0; color: #65656c; font-size: .88rem; }

.instagram-section { padding-block: clamp(85px, 10vw, 140px); }
.instagram-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.instagram-copy h2 { max-width: 620px; }
.instagram-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 32px; color: var(--muted); font-size: 1.05rem; }
.instagram-widget { min-height: 560px; overflow: hidden; background: var(--white); border-radius: 24px; box-shadow: var(--shadow); }
.instagram-widget iframe { display: block; width: 100%; height: 620px; background: var(--white); border: 0; }

.rules-section { padding-block: clamp(90px, 11vw, 150px); }
.rules-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.rules-poster { position: relative; min-height: 590px; padding: 48px; overflow: hidden; background: linear-gradient(160deg, var(--coral), var(--orange) 45%, var(--violet)); color: var(--ink); border-radius: 22px; transform: rotate(-2deg); box-shadow: var(--shadow); }
.rules-poster::before { position: absolute; right: -10%; bottom: -12%; width: 70%; aspect-ratio: 1; content: ""; border: 35px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.25); }
.rules-poster p { margin-bottom: 20px; font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.rules-poster strong { position: relative; z-index: 2; display: block; font-family: var(--font-display); font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: .82; }
.poster-burst { position: absolute; top: 22px; right: 34px; color: var(--white); font-size: 7rem; line-height: 1; }
.poster-lines { position: absolute; z-index: 1; right: 4%; bottom: 8%; width: 52%; height: 25%; background: repeating-linear-gradient(8deg, transparent 0 12px, var(--white) 13px 16px); transform: rotate(-17deg); }
.rules-copy h2 { max-width: 650px; }
.rules-copy > p:not(.eyebrow):not(.microcopy) { max-width: 600px; color: var(--muted); font-size: 1.07rem; }
.check-list { margin: 32px 0 38px; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 16px 0 16px 40px; border-bottom: 1px solid var(--line); font-weight: 720; }
.check-list li::before { position: absolute; top: 18px; left: 4px; content: "✦"; color: var(--coral); }
.microcopy { margin: 14px 0 0; color: #73737c; font-size: .7rem; letter-spacing: .08em; }

.faq-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; }
.faq-item { border-top: 1px solid var(--line-dark); }
.faq-item:last-child { border-bottom: 1px solid var(--line-dark); }
.faq-item summary { position: relative; padding: 27px 52px 27px 0; cursor: pointer; font-family: var(--font-display); font-size: 1.5rem; line-height: 1; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span::before, .faq-item summary span::after { position: absolute; top: 50%; right: 4px; width: 22px; height: 2px; content: ""; background: var(--ink); transition: transform .2s ease; }
.faq-item summary span::after { transform: rotate(90deg); }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item div { padding: 0 55px 24px 0; color: #616169; font-size: .92rem; }
.faq-item div p { margin: 0; }

.partners-section { padding-top: 60px; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-dark); }
.partner { display: grid; min-height: 160px; place-content: center; gap: 10px; padding: 24px; color: #77777d; text-align: center; text-decoration: none; border-right: 1px solid var(--line-dark); }
.partner:last-child { border-right: 0; }
.partner strong { color: var(--ink); font-family: var(--font-display); font-size: 1.7rem; letter-spacing: .02em; }
.partner span { font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.partner--sonariva strong { font-size: 2.2rem; }
.partner--sonariva img { width: 128px; height: 74px; object-fit: contain; }
.partner--open strong { color: var(--coral); font-size: 3rem; }
.partner:hover { background: var(--white); }

.sonariva-section { padding-block: clamp(90px, 11vw, 150px); }
.sonariva-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.sonariva-logo-wrap { position: relative; display: grid; min-height: 480px; place-content: center; }
.sonariva-logo-wrap::before { position: absolute; z-index: 0; inset: 3%; content: ""; background: radial-gradient(circle, rgba(45,123,255,.36), transparent 66%); filter: blur(24px); }
.sonariva-logo-wrap img { position: relative; z-index: 1; width: 100%; max-width: 650px; height: auto; object-fit: contain; }
.sonariva-copy h2 { max-width: 550px; }
.sonariva-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }

.app-section { padding-block: clamp(90px, 11vw, 150px); }
.app-grid { display: grid; grid-template-columns: .75fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.app-icon-wrap { position: relative; display: grid; place-content: center; }
.app-icon-wrap::before { position: absolute; z-index: 0; inset: 8%; content: ""; background: var(--gradient); border-radius: 28%; filter: blur(34px); opacity: .38; }
.app-icon-wrap img { position: relative; z-index: 1; width: min(100%, 420px); border-radius: 27%; box-shadow: 0 32px 80px rgba(9,9,11,.28); transform: rotate(-3deg); }
.app-copy h2 { margin-bottom: 24px; }
.app-copy > p:not(.eyebrow):not(.app-help) { max-width: 650px; color: #5e5e66; font-size: 1.08rem; }
.app-features { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 34px; padding: 0; list-style: none; }
.app-features li { padding: 9px 13px; background: var(--white); border: 1px solid var(--line-dark); border-radius: 30px; font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.app-help { max-width: 560px; margin: 17px 0 0; color: #77777e; font-size: .75rem; }
.pwa-install-fab { position: fixed; z-index: 50; right: 18px; bottom: 18px; min-height: 46px; padding: 11px 17px; background: var(--white); color: var(--ink); border: 1px solid rgba(9,9,11,.18); border-radius: 999px; box-shadow: 0 14px 40px rgba(0,0,0,.3); font-size: .74rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.pwa-install-fab[hidden] { display: none; }
.global-radio-player {
  position: fixed; z-index: 55; bottom: 18px; left: 50%; display: grid; grid-template-columns: 48px minmax(118px, 1fr) 52px 46px 72px 20px;
  width: min(490px, calc(100vw - 36px)); min-height: 70px; align-items: center; gap: 10px; padding: 10px 13px 10px 10px;
  background: rgba(17,17,20,.95); color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.42); backdrop-filter: blur(18px); transform: translateX(-50%);
}
.global-radio-brand { display: block; border-radius: 12px; text-decoration: none; }
.global-radio-brand img { width: 48px; height: 48px; object-fit: contain; background: var(--white); border-radius: 12px; }
.global-radio-copy { display: grid; min-width: 0; text-align: left; }
.global-radio-copy span { overflow: hidden; color: var(--coral); font-size: .53rem; font-weight: 900; letter-spacing: .075em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.global-radio-copy span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,77,90,.13); }
.global-radio-copy strong { overflow: hidden; font-family: var(--font-display); font-size: 1.12rem; letter-spacing: .035em; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.global-radio-copy small { overflow: hidden; color: var(--muted); font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.global-radio-wave { display: flex; height: 30px; align-items: center; justify-content: center; gap: 3px; }
.global-radio-wave i { width: 3px; height: 8px; background: var(--gradient); border-radius: 3px; animation: radio-wave .65s ease-in-out infinite alternate; animation-play-state: paused; }
.global-radio-wave i:nth-child(2), .global-radio-wave i:nth-child(4) { height: 17px; animation-delay: -.2s; }
.global-radio-wave i:nth-child(3) { height: 26px; animation-delay: -.4s; }
.global-radio-player.is-playing .global-radio-wave i { animation-play-state: running; }
.global-radio-play { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; background: var(--gradient); border: 0; border-radius: 50%; cursor: pointer; }
.global-radio-play span { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid var(--white); }
.global-radio-player.is-playing .global-radio-play span { width: 11px; height: 16px; margin: 0; border: 0; border-right: 4px solid var(--white); border-left: 4px solid var(--white); }
.global-radio-volume { display: flex; }
.global-radio-volume input { width: 72px; accent-color: var(--coral); cursor: pointer; }
.global-radio-external { color: var(--muted); font-weight: 900; text-decoration: none; }
.global-radio-external:hover { color: var(--white); }

.final-cta { position: relative; overflow: hidden; padding-block: clamp(95px, 12vw, 170px); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 380px; aspect-ratio: 1; content: ""; border: 55px solid rgba(255,255,255,.18); border-radius: 50%; }
.final-cta::before { top: -180px; left: -100px; }
.final-cta::after { right: -130px; bottom: -220px; }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta h2 { margin-bottom: 25px; color: var(--white); }
.final-cta h2 em { color: var(--ink); font-style: normal; }
.final-cta-inner > p:not(.eyebrow) { margin-bottom: 32px; color: var(--ink); font-weight: 800; }
.final-cta-star { position: absolute; top: -90px; right: 7%; color: var(--white); font-size: 8rem; line-height: 1; transform: rotate(20deg); }

.site-footer { padding-block: 80px 24px; background: var(--ink); color: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 80px; padding-bottom: 70px; }
.footer-brand > p { max-width: 360px; margin: 25px 0 0; color: var(--muted); }
.footer-title { margin-bottom: 22px; color: var(--coral); font-size: .69rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; align-items: start; }
.site-footer li a { color: #c7c7cc; font-size: .83rem; text-decoration: none; }
.site-footer li a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: #71717a; font-size: .68rem; letter-spacing: .035em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #a9a9b2; }

.page-hero { padding-block: clamp(90px, 10vw, 150px); }
.page-hero--compact { padding-block: clamp(65px, 8vw, 110px); }
.page-hero h1 { margin: 0; }
.page-hero .archive-description { max-width: 690px; color: var(--muted); font-size: 1.05rem; }
.content-list { padding-block: 85px 120px; }
.archive-grid { grid-template-columns: repeat(3, 1fr); }
.pagination .nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 70px; }
.pagination .page-numbers { display: grid; width: 44px; height: 44px; place-content: center; background: var(--white); color: var(--ink); border-radius: 50%; text-decoration: none; }
.pagination .current { background: var(--ink); color: var(--white); }
.empty-state { max-width: 760px; padding: 70px 0; }
.empty-state h2 { font-size: 3rem; }
.search-form { display: flex; max-width: 560px; gap: 10px; }
.search-form label { flex: 1; }
.search-form input[type="search"] { width: 100%; min-height: 52px; padding: 12px 18px; border: 1px solid var(--line-dark); border-radius: 30px; }
.search-submit { min-height: 52px; padding-inline: 24px; background: var(--ink); color: var(--white); border: 0; border-radius: 30px; font-weight: 800; }

.application-hero { padding-block: clamp(85px, 10vw, 145px); }
.application-hero-grid { display: grid; grid-template-columns: 1fr .45fr; gap: 70px; align-items: end; }
.application-hero h1 { max-width: 850px; }
.application-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.12rem; }
.application-dates { display: grid; gap: 10px; padding: 28px; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 18px; }
.application-dates span { color: var(--coral); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.application-dates strong { font-family: var(--font-display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.application-dates a { color: var(--white); font-size: .76rem; font-weight: 800; }
.application-form-section { padding-block: clamp(75px, 10vw, 130px); }
.application-layout { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.application-aside { position: sticky; top: 110px; }
.application-aside h2 { font-size: clamp(2.8rem, 5vw, 4.6rem); }
.application-aside .check-list li { border-color: var(--line-dark); }
.form-help { color: #696970; font-size: .83rem; }
.form-help a { color: var(--violet); font-weight: 800; }
.application-form-card { padding: clamp(25px, 5vw, 54px); background: var(--white); border: 1px solid var(--line-dark); border-radius: 24px; box-shadow: 0 24px 65px rgba(9,9,11,.1); }
.application-form fieldset { margin: 0 0 44px; padding: 0; border: 0; }
.application-form legend { width: 100%; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.form-grid label { display: grid; gap: 8px; color: #34343a; font-size: .76rem; font-weight: 820; letter-spacing: .025em; }
.form-wide { grid-column: 1 / -1; }
.application-form input, .application-form select, .application-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; background: var(--paper); color: var(--ink); border: 1px solid #c9c9cd; border-radius: 9px; }
.application-form textarea { resize: vertical; }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--violet); outline: 3px solid rgba(120,77,255,.17); }
.application-form input[type="file"] { min-height: 66px; padding: 15px; background: #fff; border: 2px dashed rgba(120,77,255,.55); cursor: pointer; }
.file-upload-label small { display: block; margin-top: 8px; color: #62626b; font-size: .78rem; font-weight: 600; }
.application-form input[type="file"]::file-selector-button { margin-right: 14px; padding: 9px 13px; background: var(--ink); color: var(--white); border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; }

.voting-hero { padding-block: clamp(90px, 11vw, 155px); }
.voting-hero-grid { display: grid; grid-template-columns: 1fr .48fr; gap: clamp(55px, 9vw, 120px); align-items: end; }
.voting-hero h1 { max-width: 780px; }
.voting-hero-grid > div:first-child > p:last-child { max-width: 700px; font-size: 1.16rem; }
.voting-status-card { padding: clamp(28px, 4vw, 46px); background: var(--ink); color: var(--white); border: 1px solid rgba(255,255,255,.25); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.voting-status-card span { color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.voting-status-card strong { display: block; margin-block: 18px; font-family: var(--font-display); font-size: clamp(4.3rem, 8vw, 7rem); line-height: .8; text-transform: uppercase; }
.voting-status-card p { margin: 0; color: var(--muted); }
.voting-info-section { padding-block: clamp(80px, 10vw, 140px); }
.voting-split { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; margin-bottom: 50px; background: var(--ink); color: var(--white); border-radius: 24px; }
.voting-split article { min-height: 360px; padding: clamp(34px, 6vw, 70px); }
.voting-split article + article { border-left: 1px solid var(--line); }
.voting-split strong { display: block; margin-bottom: 35px; color: var(--coral); font-family: var(--font-display); font-size: clamp(4.8rem, 9vw, 8rem); line-height: .75; }
.voting-split article:last-child strong { color: var(--blue); }
.voting-split h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.voting-split p { max-width: 500px; color: var(--muted); }
.voting-coming { padding: clamp(35px, 7vw, 75px); background: #fff; border: 1px solid var(--line-dark); border-radius: 24px; }
.voting-coming h2 { max-width: 900px; }
.voting-coming > p:not(.eyebrow) { max-width: 760px; }
.voting-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }

.rules-page-hero { padding-block: clamp(90px, 11vw, 150px); }
.rules-page-hero-grid { display: grid; grid-template-columns: 1fr .46fr; gap: clamp(55px, 9vw, 115px); align-items: end; }
.rules-page-hero h1 { max-width: 900px; }
.rules-page-hero-grid > div:first-child > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.14rem; }
.rules-page-dates { display: grid; gap: 13px; padding: clamp(28px, 4vw, 42px); background: var(--gradient); color: var(--white); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.rules-page-dates span { font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.rules-page-dates strong { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: .86; text-transform: uppercase; }
.rules-page-dates p { margin: 0; font-weight: 750; }
.rules-document-section { padding-block: clamp(75px, 10vw, 135px); }
.rules-document-layout { display: grid; grid-template-columns: minmax(235px, .3fr) 1fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.rules-toc { position: sticky; top: 28px; padding: 28px; background: var(--ink); color: var(--white); border-radius: 20px; }
.rules-toc ol { display: grid; gap: 6px; margin: 0 0 28px; padding: 0; list-style: none; counter-reset: rules-toc; }
.rules-toc li { counter-increment: rules-toc; }
.rules-toc a:not(.button) { display: grid; grid-template-columns: 24px 1fr; gap: 8px; padding: 6px 0; color: #d8d8dd; font-size: .76rem; font-weight: 720; text-decoration: none; }
.rules-toc a:not(.button)::before { content: counter(rules-toc, decimal-leading-zero); color: var(--coral); font-weight: 900; }
.rules-toc a:hover { color: var(--white); }
.rules-toc .button { width: 100%; padding-inline: 16px; }
.rules-document { min-width: 0; }
.rules-version { margin-bottom: 45px; color: #66666d; font-size: .8rem; }
.rules-document > section { position: relative; padding: 0 0 65px 72px; scroll-margin-top: 25px; }
.rules-document > section + section { padding-top: 60px; border-top: 1px solid var(--line-dark); }
.rule-number { position: absolute; top: 3px; left: 0; color: var(--coral); font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.rules-document > section + section .rule-number { top: 63px; }
.rules-document h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.rules-document p, .rules-document li { color: #38383e; }
.rules-document ul { display: grid; gap: 12px; padding-left: 22px; }
.rules-document a { color: var(--violet); font-weight: 760; }
.rules-calendar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.rules-calendar div { padding: 20px; background: #fff; border: 1px solid var(--line-dark); border-radius: 12px; }
.rules-calendar time { display: block; color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rules-calendar strong { display: block; margin-block: 6px; font-family: var(--font-display); font-size: 1.55rem; line-height: .95; }
.rules-calendar p { margin: 0; color: #66666d; font-size: .8rem; }
.legal-admin-warning { margin-bottom: 28px; padding: 18px 20px; background: #fff4d9; border-left: 5px solid var(--orange); }
.rules-legal-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.rules-legal-links a { padding: 9px 12px; background: #fff; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .72rem; text-decoration: none; }
.rules-acceptance { margin-top: 15px; padding: clamp(35px, 7vw, 75px); background: var(--ink); color: var(--white); border-radius: 24px; }
.rules-acceptance h2 { max-width: 780px; }
.form-consents { display: grid; gap: 14px; margin-bottom: 30px; }
.form-consents label { display: flex; align-items: flex-start; gap: 10px; color: #515159; font-size: .78rem; }
.form-consents a { color: var(--violet); font-weight: 800; }
.form-consents input { flex: 0 0 auto; width: 19px; min-height: 19px; margin-top: 2px; }
.form-privacy { margin: 20px 0 0; color: #77777e; font-size: .7rem; }
.form-honeypot { position: absolute; left: -10000px; }
.form-notice { margin-bottom: 28px; padding: 16px 19px; background: #eef2ff; border-left: 5px solid var(--blue); }
.form-notice--success { background: #e8faef; border-color: #1c9b54; }
.form-notice--error { background: #fff0f0; border-color: var(--coral); }
.form-notice p { margin: 0; font-weight: 750; }
.form-closed { padding-block: 30px; }
.form-closed h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); }

.single-hero { padding-block: clamp(75px, 9vw, 125px); }
.single-hero-grid { display: grid; grid-template-columns: 1fr minmax(260px, .46fr); gap: 80px; align-items: center; }
.single-hero h1 { margin-bottom: 28px; }
.single-lead { max-width: 690px; color: var(--muted); font-size: 1.2rem; }
.single-media { overflow: hidden; aspect-ratio: 4/5; border-radius: 18px; transform: rotate(2deg); }
.single-media img, .single-media .card-art { width: 100%; height: 100%; object-fit: cover; }
.single-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.single-facts span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 30px; color: #d7d7dc; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.entry-content { padding-block: 75px 85px; font-size: 1.06rem; }
.entry-content > * { max-width: 100%; }
.entry-content > * + * { margin-top: 1.4em; }
.entry-content h2 { margin-top: 1.3em; font-size: 3.2rem; }
.entry-content h3 { margin-top: 1.3em; font-size: 2rem; }
.entry-content a { color: var(--violet); }
.entry-content blockquote { margin: 2.5em 0; padding: 1.3em 1.5em; background: var(--white); border-left: 5px solid var(--coral); font-size: 1.2rem; }
.entry-content .alignwide { width: min(1100px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-footer { padding-bottom: 80px; }
.tag-list a { display: inline-block; margin: 3px; padding: 7px 12px; background: var(--white); border-radius: 20px; font-size: .75rem; text-decoration: none; }
.comments-area { padding-bottom: 100px; }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { padding: 24px; background: var(--white); border-radius: 12px; }

.error-page { min-height: 78vh; display: grid; place-content: center; text-align: center; }
.error-inner { padding-block: 90px; }
.error-code { margin: 0; font-family: var(--font-display); font-size: clamp(8rem, 22vw, 17rem); line-height: .75; }
.error-play { display: inline-block; width: .55em; aspect-ratio: 1; margin-inline: .05em; background: var(--coral); border-radius: 50%; vertical-align: .02em; }
.error-inner h1 { max-width: 760px; margin-inline: auto; font-size: clamp(3rem, 7vw, 5.5rem); }
.error-inner > p:not(.error-code):not(.eyebrow) { color: var(--muted); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(9,9,11,0); } 100% { box-shadow: 0 0 0 0 rgba(9,9,11,0); } }
@keyframes ticker { from { transform: translateX(-50%); } to { transform: translateX(0); } }

@media (max-width: 1100px) {
  .primary-nav { gap: 18px; }
  .primary-nav ul { gap: 17px; }
  .hero-grid { grid-template-columns: 1.25fr .75fr; gap: 45px; }
  .countdown-card { padding: 28px; }
  .format-grid { grid-template-columns: repeat(6, 1fr); }
  .format-card { grid-column: span 2; border-bottom: 1px solid var(--line); }
  .format-card:nth-child(4), .format-card:nth-child(5) { grid-column: span 3; border-bottom: 0; }
  .format-card:nth-child(3), .format-card:nth-child(5) { border-right: 0; }
  .jury-grid { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .rules-grid { grid-template-columns: .8fr 1fr; gap: 65px; }
}

@media (max-width: 1050px) {
  :root { --container: min(100% - 36px, 760px); }
  .nav-cta { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 42; }
  .primary-nav {
    position: fixed; z-index: 40; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start;
    justify-content: center; padding: 90px 9vw; background: rgba(9,9,11,.98); opacity: 0; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s;
  }
  .menu-open .primary-nav { visibility: visible; opacity: 1; transform: none; }
  .primary-nav ul { display: grid; gap: 0; align-items: start; }
  .primary-nav li a { padding: 8px 0; font-family: var(--font-display); font-size: clamp(2.5rem, 9vw, 5rem); line-height: 1; }
  .primary-nav li a::after { bottom: 3px; }
  .primary-nav .sub-menu { position: static; display: grid; padding: 0 0 0 20px; background: transparent; border: 0; }
  .primary-nav .sub-menu li a { font-size: 1.6rem; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 760px; }
  .brand-logo--hero { width: min(68vw, 430px); }
  .countdown-card { width: min(100%, 520px); min-height: auto; justify-self: center; transform: none; }
  .heading-row { align-items: flex-start; }
  .artist-grid { grid-template-columns: repeat(2, 1fr); }
  .artists-coming { grid-template-columns: 1fr; }

  .timeline { display: grid; grid-template-columns: 1fr; gap: 0; padding: 8px 0 8px 48px; }
  .timeline::before { top: 0; right: auto; bottom: 0; left: 14px; width: 4px; height: auto; }
  .timeline-item { min-height: 0; padding: 0 0 42px 28px; border-right: 0; }
  .timeline-item::before { top: 0; left: -42px; }
  .timeline-item.is-current::before { top: -6px; left: -48px; }
  .timeline-item.is-current::after { display: none; }
  .timeline-index { position: static; margin-bottom: 8px; }
  .timeline-item h3, .timeline-item p { max-width: 560px; }
  .timeline-item h3 { font-size: 1.8rem; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-card, .format-card:nth-child(4), .format-card:nth-child(5) { grid-column: span 1; border-bottom: 1px solid var(--line); }
  .format-card:nth-child(even) { border-right: 0; }
  .format-card:nth-child(5) { grid-column: 1 / -1; border-bottom: 0; }
  .vote-grid { grid-template-columns: 1fr; gap: 55px; }
  .vote-circle { width: 230px; }
  .shows-grid, .news-grid { grid-template-columns: repeat(2, 1fr); }
  .shows-grid > :first-child { grid-column: 1 / -1; }
  .news-grid > :last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .rules-grid, .sonariva-grid, .instagram-grid, .app-grid, .application-hero-grid, .application-layout, .voting-hero-grid, .rules-page-hero-grid, .rules-document-layout { grid-template-columns: 1fr; }
  .application-aside { position: static; }
  .instagram-widget { width: min(100%, 620px); }
  .sonariva-logo-wrap { min-height: 360px; }
  .rules-poster { width: min(100%, 580px); justify-self: center; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid .section-heading { position: static; }
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner:nth-child(2) { border-right: 0; }
  .partner:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .single-hero-grid { gap: 45px; }
	.voting-status-card { width: min(100%, 580px); transform: none; }
	.rules-page-dates { width: min(100%, 580px); transform: none; }
	.rules-toc { position: static; }
	.rules-toc ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); --radius: 16px; }
  html { scroll-padding-top: 80px; }
  .announcement-inner { min-height: 44px; justify-content: space-between; gap: 10px; font-size: .58rem; text-align: left; }
  .announcement p { gap: 6px; }
  .announcement a { display: inline-flex; flex: 0 0 auto; }
  .header-inner { width: var(--container); min-height: 78px; }
  .brand-logo--header { width: 70px; }
	.brand-logo--hero { width: min(88vw, 400px); }
	.site-loader { padding: 22px; }
	.site-loader-logo { width: min(48vw, 205px); }
	.site-loader-claim small { font-size: clamp(1.45rem, 7.2vw, 2rem); }
	.site-loader-claim strong { font-size: clamp(3rem, 16vw, 4.5rem); }
	.site-loader--gate { padding-block: 30px; }
	.prelaunch-logo { width: min(39vw, 170px); margin-bottom: 22px; }
	.prelaunch-title { font-size: clamp(3rem, 15vw, 4.2rem); }
	.prelaunch-private { margin-top: 17px; font-size: .62rem; }
	.prelaunch-radio { grid-template-columns: 42px 1fr 44px; gap: 10px; min-height: 68px; margin-top: 20px; padding: 9px; }
	.prelaunch-radio > img { width: 42px; height: 42px; }
	.prelaunch-radio-copy strong { font-size: 1.2rem; }
	.prelaunch-radio-wave, .prelaunch-radio-volume, .prelaunch-radio > a { display: none; }
	.prelaunch-radio-play { width: 42px; height: 42px; }
	.prelaunch-form { margin-top: 20px; }
	.prelaunch-form-row { grid-template-columns: 1fr; padding: 7px; border-radius: 18px; }
	.prelaunch-form-row input { min-height: 48px; text-align: center; }
	.prelaunch-form-row button { width: 100%; }
	.global-radio-player { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 42px 1fr 42px; width: auto; min-height: 64px; gap: 9px; padding: 9px; transform: none; }
	.global-radio-brand img { width: 42px; height: 42px; }
	.global-radio-copy strong { font-size: 1rem; }
	.global-radio-wave, .global-radio-volume, .global-radio-external { display: none; }
	.global-radio-play { width: 42px; height: 42px; }
	.pwa-install-fab { bottom: 88px; }
  .hero-grid { padding-block: 60px 105px; }
  .hero-lockup { margin-bottom: 32px; }
  .hero h1 { font-size: clamp(2rem, 11vw, 3.25rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { min-width: 0; padding-right: 10px; }
  .hero-facts strong { font-size: 1.3rem; }
  .countdown-card { padding: 24px; }
  .countdown-art { height: 130px; }
  .big-play { width: 105px; }
  .big-play::after { border-top-width: 21px; border-bottom-width: 21px; border-left-width: 31px; }
  .burst { font-size: 5rem; }
  .countdown-date span { font-size: 4.5rem; }
  .ticker div { font-size: 1.05rem; }
  .section-heading { margin-bottom: 42px; }
  .heading-row { display: block; }
  .heading-row .section-heading { margin-bottom: 24px; }
  .heading-row > .text-link { display: inline-flex; margin-bottom: 42px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { min-height: 0; }
  .format-grid { display: block; }
  .format-card, .format-card:nth-child(n) { min-height: auto; padding: 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .format-card:last-child { border-bottom: 0; }
  .format-icon { margin: 35px 0 32px; }
  .format-card h3 { min-height: 0; }
  .format-callout { align-items: flex-start; flex-direction: column; padding: 28px; }
  .artist-grid, .jury-grid, .shows-grid, .news-grid, .archive-grid { grid-template-columns: 1fr; }
  .news-grid > :last-child, .shows-grid > :first-child { grid-column: auto; max-width: none; }
  .artist-grid { gap: 35px; }
  .artists-coming { padding: 28px 22px; }
  .artists-coming-art span { width: 82px; font-size: 3rem; }
  .artists-coming-art::before { width: 215px; }
  .vote-meter { margin-inline: -8px; }
  .vote-circle { min-width: 0; width: 45vw; max-width: 195px; }
  .vote-plus { width: 38px; margin-inline: -3px; font-size: 3rem; }
  .rules-poster { min-height: 480px; padding: 33px; }
  .rules-poster strong { font-size: clamp(3.4rem, 17vw, 5.4rem); }
  .poster-burst { font-size: 5rem; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .partner:last-child { border-bottom: 0; }
  .sonariva-logo-wrap { min-height: 280px; }
  .instagram-widget { min-height: 500px; }
  .instagram-widget iframe { height: 560px; }
  .app-icon-wrap img { width: min(82vw, 350px); }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .application-form-card { padding: 24px 18px; }
  .application-dates strong { font-size: 1.65rem; }
	.voting-split { grid-template-columns: 1fr; }
	.voting-split article { min-height: 0; }
	.voting-split article + article { border-top: 1px solid var(--line); border-left: 0; }
	.voting-actions { align-items: flex-start; flex-direction: column; }
	.rules-toc ol, .rules-calendar { grid-template-columns: 1fr; }
	.rules-document > section { padding-left: 48px; }
  .pwa-install-fab { right: 10px; bottom: 88px; }
  .final-cta-star { top: -70px; right: 0; font-size: 5rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .single-hero-grid { grid-template-columns: 1fr; }
  .single-media { width: min(100%, 430px); }
  .entry-content .alignwide, .entry-content .alignfull { width: calc(100vw - 28px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .site-loader-logo, .site-loader-progress span, .site-loader-graphics span, .prelaunch-radio-wave i, .global-radio-wave i { animation: none; }
}

@media (forced-colors: active) {
  .button { border: 2px solid currentColor; }
  .card-art { border: 1px solid currentColor; }
}
