/* ============================================================
   AKTIV PRAT
   Display: Anton · Headings/UI: Space Grotesk · Body: Inter
   Brand: yellow #FFD400 / black / warm paper
   ============================================================ */

:root {
    --yellow: #FFD400;
    --yellow-deep: #F2C500;
    --ink: #0A0A0A;
    --ink-2: #121212;
    --ink-3: #1A1A1A;
    --paper: #FAF7EF;
    --paper-2: #F1ECDF;
    --white: #ffffff;
    --text: #16140E;
    --muted: #4F4A3D;
    --muted-light: #B9B4A6;
    --line: rgba(0,0,0,.12);
    --line-light: rgba(255,255,255,.14);
    --spotify: #1DB954;

    --max: 1200px;
    --radius: 20px;
    --radius-sm: 12px;
    --ease: cubic-bezier(.2,.7,.2,1);

    /* z-scale */
    --z-nav: 50;
    --z-progress: 60;
    --z-cue: 20;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    color: var(--text);
    background: var(--paper);
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

:focus-visible {
    outline: 3px solid var(--ink);
    outline-offset: 3px;
    border-radius: 4px;
}
.section--dark :focus-visible, .hero :focus-visible, .sponsor :focus-visible {
    outline-color: var(--yellow);
}

.skip-link {
    position: absolute; left: 50%; top: -60px; transform: translateX(-50%);
    background: var(--ink); color: var(--yellow); padding: .7em 1.2em;
    border-radius: 999px; z-index: 100; font-weight: 700; text-decoration: none;
    transition: top .2s;
}
.skip-link:focus { top: 10px; }

/* ===== Progress bar ===== */
.progress {
    position: fixed; top: 0; left: 0; right: 0; height: 4px;
    background: transparent; z-index: var(--z-progress); pointer-events: none;
}
.progress span {
    display: block; height: 100%; width: 0%;
    background: var(--yellow);
    box-shadow: 0 0 12px rgba(255,212,0,.7);
    transition: width .1s linear;
}

/* ===== Brand wordmark ===== */
.brand { font-family: "Anton", sans-serif; font-size: 1.5rem; letter-spacing: .03em; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-flex; align-items: center; }
.brand__a { color: var(--ink); }
.brand__a--light { color: var(--white); }
.brand__b { background: var(--ink); color: var(--yellow); padding: 0 .22em; margin-left: .14em; }
.brand--lg { font-size: 2rem; }

/* image variant (uses the official "Kun tekst" wordmark PNG) */
.brand--img { padding: 0; min-height: 44px; }
.brand--img img { height: 34px; width: auto; display: block; }
.brand--img-light img { filter: invert(1) brightness(1.05); }   /* white wordmark on dark footer */
.brand--img-light { gap: .1em; }
.footer__brand .brand--img img { height: 44px; }

/* ===== Buttons ===== */
.btn {
    --bg: var(--ink); --fg: var(--white); --bd: var(--ink);
    display: inline-flex; align-items: center; gap: .55em;
    background: var(--bg); color: var(--fg);
    font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 1rem;
    text-decoration: none; cursor: pointer;
    padding: .85em 1.5em; border-radius: 999px;
    border: 2px solid var(--bd);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
    white-space: nowrap; line-height: 1;
}
.btn svg { width: 1.2em; height: 1.2em; fill: currentColor; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0,0,0,.22); }
.btn:active { transform: translateY(-1px); }
.btn--sm { padding: .6em 1.1em; font-size: .9rem; min-height: 44px; }
.btn--lg { padding: 1.05em 2em; font-size: 1.1rem; }
.btn--solid { --bg: var(--yellow); --fg: var(--ink); --bd: var(--yellow); }
.btn--spotify { --bg: var(--spotify); --fg: #fff; --bd: var(--spotify); }
.btn--outline { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.btn--outline:hover { --bg: var(--ink); --fg: var(--white); }
.btn--ghost-light { --bg: transparent; --fg: var(--white); --bd: rgba(255,255,255,.4); }
.btn--ghost-light:hover { --bg: var(--white); --fg: var(--ink); --bd: var(--white); }

.pulse { width: .55em; height: .55em; border-radius: 50%; background: #ff4d4d; box-shadow: 0 0 0 0 rgba(255,77,77,.7); animation: pulse 1.8s infinite; display: inline-block; }
.pulse--dark { background: var(--ink); box-shadow: 0 0 0 0 rgba(0,0,0,.5); }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,77,77,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,77,0); } }

/* ===== Shared headings ===== */
.eyebrow {
    display: inline-flex; align-items: center; gap: .5em;
    font-family: "Space Grotesk", sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: .18em; font-size: .78rem;
    color: var(--yellow); margin: 0 0 1.4rem;
}
.eyebrow .dot { width: .5em; height: .5em; background: var(--yellow); border-radius: 50%; }

.kicker {
    font-family: "Space Grotesk", sans-serif; font-weight: 600;
    text-transform: uppercase; letter-spacing: .18em; font-size: .8rem;
    color: var(--muted); margin: 0 0 .8rem;
    display: inline-block;
    border-bottom: 2px solid var(--yellow); padding-bottom: .3em;
}
.kicker--on-dark { color: var(--yellow); border-color: var(--yellow); }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(4rem,9vw,7rem) clamp(1.1rem,5vw,3rem); }
.section--paper { background: var(--paper-2); max-width: none; }
.section--paper > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section--dark { background: var(--ink); max-width: none; color: var(--white); }
.section--dark > * { max-width: var(--max); margin-left: auto; margin-right: auto; }

.section__head { margin-bottom: clamp(2.2rem,5vw,3.5rem); }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.section__title { font-family: "Anton", sans-serif; font-weight: 400; font-size: clamp(2.3rem,6vw,4.2rem); line-height: .95; margin: 0; letter-spacing: .005em; }
.section__title--light { color: var(--white); }

/* ===== NAV ===== */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-nav);
    padding: 1rem clamp(.8rem,3vw,1.5rem) 0;
    transition: padding .25s var(--ease);
    pointer-events: none; /* let clicks pass through the gap around the pill */
}
.nav__inner { pointer-events: auto; }
.nav__inner {
    max-width: var(--max); margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
    background: rgba(255,212,0,.92);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border: 2px solid var(--ink);
    border-radius: 999px;
    padding: .65rem .7rem .65rem 1.4rem;
    box-shadow: 0 6px 0 rgba(0,0,0,.9);
    transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.nav--scrolled .nav__inner { box-shadow: 0 3px 0 rgba(0,0,0,.9); transform: translateY(-2px); }
.nav__links { display: flex; gap: 1.6rem; }
.nav__links a {
    font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .98rem;
    text-decoration: none; color: var(--ink); position: relative; padding: .2em 0;
}
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2.5px; background: var(--ink); transition: width .25s var(--ease); }
.nav__links a:hover::after, .nav__links a.active::after { width: 100%; }
.nav__cta { box-shadow: none; }

/* ===== HERO ===== */
.hero {
    position: relative;
    background: var(--ink);
    color: var(--white);
    /* extra top padding so content clears the fixed nav (~84px) */
    padding: calc(clamp(3rem,7vw,6rem) + 84px) clamp(1.1rem,5vw,3rem) clamp(4rem,8vw,6rem);
    overflow: hidden;
    isolation: isolate;
}
.hero__glow {
    position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(60% 50% at 80% 0%, rgba(255,212,0,.22), transparent 60%),
        radial-gradient(50% 50% at 0% 100%, rgba(255,212,0,.12), transparent 55%);
}
.hero::after { /* subtle grain */
    content: ""; position: absolute; inset: 0; z-index: -1; opacity: .05; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__inner {
    max-width: var(--max); margin: 0 auto;
    display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
    gap: clamp(2rem,5vw,4.5rem);
}
/* ===== Hero title (Main_logo_big image) ===== */
.hero__title { margin: 0; padding: 0; line-height: 0; }
.hero__title-img {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
}
.hero__sub { font-family: "Anton", sans-serif; font-size: clamp(1.2rem,3vw,1.8rem); margin: 1rem 0 0; color: var(--yellow); letter-spacing: .03em; }
.hero__lead { font-size: 1.08rem; color: #d8d4ca; max-width: 34em; margin: 1.4rem 0 2.2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }

.hero__art { display: flex; justify-content: center; }
.cover {
    position: relative; width: min(420px, 80vw);
    border-radius: 24px; overflow: visible;
    transform: rotate(2.5deg);
    transition: transform .45s var(--ease);
}
.cover__img {
    width: 100%;
    height: auto;          /* keep the image's natural aspect ratio */
    aspect-ratio: 1 / 1;   /* belt-and-braces for the 1200×1200 cover */
    border-radius: 24px;
    border: 4px solid var(--ink);
    box-shadow: 0 0 0 3px var(--yellow), 0 40px 70px -25px rgba(0,0,0,.8);
}
/* clean variant — no badge, lighter frame so the heads/yellow read as a portrait */
.cover--clean .cover__img { border: 0; box-shadow: 0 40px 80px -20px rgba(0,0,0,.7); border-radius: 28px; }
.cover:hover { transform: rotate(0) scale(1.015); }
.cover__badge {
    position: absolute; top: -14px; left: -14px;
    background: var(--yellow); color: var(--ink);
    font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: .8rem;
    padding: .45em .9em; border-radius: 999px; border: 2px solid var(--ink);
    display: inline-flex; align-items: center; gap: .5em;
    box-shadow: 0 6px 0 rgba(0,0,0,.5);
}

.scroll-cue { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); z-index: var(--z-cue); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 14px; display: grid; place-items: start center; padding-top: 7px; }
.scroll-cue span { width: 4px; height: 8px; background: var(--yellow); border-radius: 2px; animation: cue 1.6s infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

/* ===== MARQUEE ===== */
.marquee { background: var(--yellow); border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); overflow: hidden; padding: .7rem 0; }
.marquee__track { display: flex; width: max-content; animation: scroll 30s linear infinite; }
.marquee__track span { font-family: "Anton", sans-serif; font-size: 1.35rem; color: var(--ink); letter-spacing: .04em; padding-right: 1rem; white-space: nowrap; }
.marquee__track i { color: rgba(0,0,0,.45); font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ===== STATS ===== */
.stats { background: var(--ink); color: var(--white); }
.stats__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line-light); }
.stat { background: var(--ink); padding: clamp(1.8rem,4vw,3rem) 1.2rem; text-align: center; }
.stat__num { font-family: "Anton", sans-serif; font-size: clamp(2.4rem,6vw,3.6rem); color: var(--yellow); line-height: 1; display: block; }
.stat__sub { font-size: .42em; color: var(--white); }
.stat__label { font-family: "Space Grotesk", sans-serif; font-size: .9rem; color: var(--muted-light); margin-top: .6rem; display: block; }

/* ===== FEATURE (latest episode) ===== */
.feature {
    display: grid; grid-template-columns: 340px 1fr; gap: clamp(1.5rem,4vw,3rem);
    align-items: center;
    background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius);
    padding: clamp(1.2rem,3vw,2rem);
    box-shadow: 12px 12px 0 var(--yellow);
}
.feature__art { width: 100%; aspect-ratio: 1; border-radius: var(--radius-sm); border: 2px solid var(--ink); background-size: cover; background-position: center; }
.feature__date { font-family: "Space Grotesk", sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; color: var(--muted); margin: 0 0 .6rem; }
.feature__title { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: clamp(1.4rem,3.2vw,2rem); line-height: 1.15; margin: 0 0 .8rem; }
.feature__desc { color: var(--muted); margin: 0 0 1.6rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.feature__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.feature__where { display: flex; gap: .5rem; flex-wrap: wrap; }
.chip { font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: .9rem; text-decoration: none; padding: .5em 1em; border-radius: 999px; border: 2px solid var(--ink); color: var(--ink); transition: background .2s, transform .2s var(--ease); min-height: 44px; display: inline-flex; align-items: center; }
.chip:hover { background: var(--yellow); transform: translateY(-2px); }

.embed { margin-top: 1.5rem; }

/* ===== ARCHIVE ===== */
.search { display: flex; align-items: center; gap: .6em; background: var(--white); border: 2px solid var(--ink); border-radius: 999px; padding: .55em 1.1em; min-width: 240px; }
.search svg { width: 1.1em; height: 1.1em; color: var(--muted); flex: none; }
.search input { border: 0; background: transparent; font-family: "Inter",sans-serif; font-size: 1rem; width: 100%; outline: none; color: var(--text); }

.ep-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.ep-card {
    background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius);
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.ep-card:hover { transform: translateY(-6px); box-shadow: 8px 8px 0 var(--yellow); }
.ep-card__art { aspect-ratio: 16/10; background: var(--ink); background-size: cover; background-position: center; position: relative; }
.ep-card__play { position: absolute; right: 12px; bottom: 12px; width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); display: grid; place-items: center; }
.ep-card__play svg { width: 18px; height: 18px; fill: var(--ink); margin-left: 2px; }
.ep-card__body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .5rem; flex: 1; }
.ep-card__date { font-family: "Space Grotesk",sans-serif; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.ep-card__title { font-family: "Space Grotesk",sans-serif; font-weight: 700; font-size: 1.1rem; line-height: 1.25; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ep-card__title a { text-decoration: none; }
.ep-card__title a:hover { text-decoration: underline; }
.ep-card__desc { font-size: .92rem; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.archive__more { text-align: center; margin-top: 2.5rem; }
.archive__empty { color: var(--muted); font-size: 1rem; }

/* skeletons */
.skeleton { position: relative; overflow: hidden; background: var(--paper-2); }
.skeleton::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent); animation: shimmer 1.4s infinite; }
@keyframes shimmer { 100% { transform: translateX(100%); } }

/* ===== CARDS (segments) ===== */
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; }
.card { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius); padding: 1.9rem; transition: transform .3s var(--ease), border-color .3s, background .3s; }
.card:hover { transform: translateY(-6px); border-color: var(--yellow); background: var(--ink-3); }
.card__num { font-family: "Anton",sans-serif; color: var(--yellow); font-size: 1.1rem; display: block; margin-bottom: .7rem; }
.card h3 { font-family: "Space Grotesk",sans-serif; font-weight: 700; font-size: 1.4rem; line-height: 1.1; margin: 0 0 .6rem; color: var(--white); }
.card p { color: var(--muted-light); margin: 0; font-size: .98rem; }

.contribute { margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; background: var(--yellow); border-radius: var(--radius); padding: clamp(1.6rem,4vw,2.6rem); }
.contribute__text h3 { font-family: "Anton",sans-serif; font-weight: 400; color: var(--ink); font-size: clamp(1.6rem,4vw,2.4rem); margin: 0 0 .5rem; line-height: 1.05; }
.contribute__text h3 em {
    font-style: normal;            /* Anton has no italic; keeps the letters upright */
    background: var(--ink);
    color: var(--yellow);
    display: inline-block;
    line-height: 0.78;             /* shrink line-box to cap-height */
    padding: 0.08em 0.18em 0.04em; /* small top/bottom for optical centering */
    vertical-align: -0.06em;       /* sit on the surrounding text baseline */
}
.contribute__text p { color: #3a3413; margin: 0; max-width: 34em; font-weight: 500; }

/* ===== HOSTS ===== */
.hosts { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.host { display: flex; gap: 1.4rem; align-items: center; background: var(--white); border: 2px solid var(--ink); border-radius: var(--radius); padding: 1.6rem; }
.host__photo { width: 110px; height: 110px; flex: none; border-radius: 50%; display: grid; place-items: center; font-family: "Anton",sans-serif; font-size: 3rem; border: 3px solid var(--ink); }
.host__photo--n { background: var(--yellow); color: var(--ink); }
.host__photo--b { background: var(--ink); color: var(--yellow); }
.host__info h3 { font-family: "Anton",sans-serif; font-weight: 400; font-size: 1.7rem; margin: 0 0 .4rem; }
.host__info p { color: var(--muted); margin: 0; }

/* ===== SPONSOR ===== */
.sponsor { background: var(--ink); color: var(--white); padding: clamp(4rem,9vw,7rem) clamp(1.1rem,5vw,3rem); }
.sponsor__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.sponsor__lead { color: #d8d4ca; margin: 1.2rem 0 1.6rem; }
.sponsor__list { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.sponsor__list li { position: relative; padding-left: 1.8em; color: #e8e4da; }
.sponsor__list li::before { content: "✦"; position: absolute; left: 0; color: var(--yellow); }
.sponsor__form { background: var(--ink-2); border: 1px solid var(--ink-3); border-radius: var(--radius); padding: clamp(1.4rem,3vw,2rem); display: grid; gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field label { font-family: "Space Grotesk",sans-serif; font-weight: 600; font-size: .9rem; color: var(--white); }
.field input, .field textarea { font-family: "Inter",sans-serif; font-size: 1rem; color: var(--white); background: var(--ink); border: 2px solid var(--ink-3); border-radius: var(--radius-sm); padding: .8em 1em; resize: vertical; transition: border-color .2s; }
.field input:focus, .field textarea:focus { border-color: var(--yellow); outline: none; }
.field input::placeholder, .field textarea::placeholder { color: #6b675c; }
.sponsor__note { font-size: .92rem; margin: 0; min-height: 1.2em; }
.sponsor__note.is-ok { color: var(--yellow); }
.sponsor__note.is-err { color: #ff8080; }

/* ===== FOOTER ===== */
.footer { background: var(--ink); color: var(--white); padding: clamp(3rem,6vw,4.5rem) clamp(1.1rem,5vw,3rem) 1.6rem; border-top: 3px solid var(--yellow); }
.footer__top { max-width: var(--max); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between; }
.footer__brand p { color: #9a958a; margin: .8rem 0 0; }
.footer__social { display: flex; gap: .7rem; flex-wrap: wrap; }
.footer__social a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--ink-2); border: 1px solid var(--ink-3); transition: background .2s, transform .25s var(--ease); }
.footer__social a:hover { background: var(--yellow); transform: translateY(-3px); }
.footer__social svg { width: 22px; height: 22px; fill: var(--white); transition: fill .2s; }
.footer__social a:hover svg { fill: var(--ink); }
.footer__legal { max-width: var(--max); margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--ink-3); display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between; color: #8a857a; font-size: .9rem; }
.footer__legal a { color: #8a857a; text-decoration: none; }
.footer__legal a:hover { color: var(--yellow); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 940px) {
    .nav__links { display: none; }
    .hero__inner { grid-template-columns: 1fr; text-align: center; }
    .hero__title .line--fill { margin: 0 auto; }
    .hero__title-img { margin-left: auto; margin-right: auto; }
    .hero__cta { justify-content: center; }
    .hero__lead { margin-left: auto; margin-right: auto; }
    .hero__art { order: -1; }
    .stats__inner { grid-template-columns: 1fr 1fr; }
    .feature { grid-template-columns: 1fr; text-align: center; }
    .feature__art { max-width: 280px; margin: 0 auto; }
    .feature__actions { justify-content: center; }
    .ep-grid { grid-template-columns: 1fr 1fr; }
    .cards { grid-template-columns: 1fr 1fr; }
    .sponsor__inner { grid-template-columns: 1fr; }
    .contribute { text-align: center; justify-content: center; }
    .contribute__text p { margin-left: auto; margin-right: auto; }
}
@media (max-width: 600px) {
    .section__head--row { flex-direction: column; align-items: stretch; }
    .ep-grid { grid-template-columns: 1fr; }
    .cards { grid-template-columns: 1fr; }
    .hosts { grid-template-columns: 1fr; }
    .host { flex-direction: column; text-align: center; }
    .stats__inner { grid-template-columns: 1fr 1fr; }
    .feature { box-shadow: 6px 6px 0 var(--yellow); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .marquee__track, .scroll-cue span, .pulse { animation: none; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .btn:hover, .card:hover, .ep-card:hover, .cover:hover, .chip:hover, .footer__social a:hover { transform: none; }
    .skeleton::after { animation: none; }
}
