/* =========================================================
   P99 CONF — Alumni campaign
   Approved P99 CONF theme (per figma.css):
   black canvas · orange + blue CTAs · indigo→teal→amber contour wave
   Fonts: Share Tech (marks/labels) · M PLUS Rounded 1c (headings) · Roboto (body)
   ========================================================= */
:root {
    --bg: #000000;
    --bg-2: #0a0c14;
    --ink: #ffffff;
    --muted: #aab3bd;
    --line: rgba(255, 255, 255, 0.12);
    --card: rgba(14, 17, 26, 0.82);

    --orange: #f85d2e; /* primary CTA (REGISTER NOW) */
    --orange-2: #e9562f;
    --blue: #326de6; /* secondary CTA (CALL FOR SPEAKERS) */
    --blue-2: #3763c9;
    --navy: #1b1464; /* footer / deep brand */
    --teal: #3bfcb1; /* wave accent */
    --amber: #fbb03b; /* wave accent */

    --wave: linear-gradient(
        90deg,
        #1b1464 3%,
        #3bfcb1 58%,
        #fbb03b 76%,
        #3bfcb1 89%,
        #1b1464 100%
    );
    --maxw: 1140px;
    --r: 12px;
    --shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85);

    --f-head: "Share Tech", sans-serif;
    --f-body: "Roboto", system-ui, sans-serif;
    --f-mark: "Share Tech", sans-serif;
    --f-mono: "Share Tech Mono", ui-monospace, monospace;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--f-body);
    line-height: 1.6;
    overflow-x: hidden;
}
h1,
h2,
h3 {
    font-family: var(--f-head);
    line-height: 1.1;
    margin: 0 0 0.4em;
    font-weight: 400;
    letter-spacing: 0.005em;
}
a {
    color: inherit;
}
em {
    font-style: normal;
    color: var(--muted);
}
.grad {
    background: linear-gradient(
        92deg,
        var(--amber) 0%,
        var(--orange) 55%,
        var(--teal) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* faint backdrop only (the real wave is the hero contour) */
.grid-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(
            900px 520px at 78% 0%,
            rgba(248, 93, 46, 0.1),
            transparent 60%
        ),
        radial-gradient(
            800px 500px at 8% 100%,
            rgba(50, 109, 230, 0.08),
            transparent 60%
        );
}

/* ---------- Buttons ---------- */
/* Buttons match p99conf.io .elementor-button: square, weight 900, uppercase,
   1.6px tracking, dark-navy text, with a translucent layered frame on fills. */
.btn {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
    font: 900 0.92rem/1 var(--f-body);
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #071027;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.btn:active {
    transform: scale(0.99);
}
.btn--sm {
    padding: 9px 16px;
    font-size: 0.76rem;
    letter-spacing: 1px;
}
.btn--lg {
    padding: 18px 42px;
    font-size: 1.05rem;
}

/* Filled, framed CTAs (solid face + translucent outer fill + inset ring) */
.btn--primary {
    --c: 248, 93, 46;
}
.btn--blue {
    --c: 50, 109, 230;
}
.btn--primary,
.btn--blue {
    background: rgb(var(--c));
    color: #071027;
}
/* og look: solid face + two overlapping translucent fills = two-tone frame */
.btn--primary::before,
.btn--blue::before {
    /* outer (lighter) band */
    content: "";
    position: absolute;
    inset: -13px;
    z-index: -1;
    background: rgba(var(--c), 0.5);
}
.btn--primary::after,
.btn--blue::after {
    /* inner (darker) band */
    content: "";
    position: absolute;
    inset: -7px;
    z-index: -1;
    background: rgba(var(--c), 0.5);
}
.btn--primary:hover,
.btn--blue:hover {
    filter: brightness(1.07);
}
.btn--primary:hover::before,
.btn--blue:hover::before,
.btn--primary:hover::after,
.btn--blue:hover::after {
    background: rgba(var(--c), 0.68);
}

/* Outline buttons (nav, social) */
.btn--ghost {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    box-shadow: inset 0 0 0 1px var(--line);
}
.btn--ghost:hover {
    box-shadow: inset 0 0 0 1px #fff;
}
.btn--social {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 1px var(--line);
}
.btn--social:hover {
    background: rgba(255, 255, 255, 0.1);
}
.btn--x:hover {
    box-shadow: inset 0 0 0 1px #fff;
}
.btn--li:hover {
    box-shadow: inset 0 0 0 1px var(--blue);
}
.btn--copy:hover {
    box-shadow: inset 0 0 0 1px var(--amber);
}

/* ---------- Nav ---------- */
.nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem clamp(1rem, 4vw, 3rem);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0));
}
.nav__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
}
.nav__logo {
    height: 26px;
    width: auto;
    max-width: 200px;
    display: block;
}
.nav__alumni {
    font-family: var(--f-mark);
    color: var(--orange);
    font-size: 0.95rem;
    letter-spacing: 0.12em;
}
.nav__links {
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1.7rem);
}
.nav__links a {
    text-decoration: none;
    color: var(--muted);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.2s;
}
.nav__links a:hover {
    color: #fff;
}
@media (max-width: 760px) {
    .nav__links a:not(.btn) {
        display: none;
    }
}

/* ---------- Shared layout ---------- */
section {
    padding: clamp(3.5rem, 8vw, 7rem) clamp(1.2rem, 5vw, 3rem);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-family: var(--f-mark);
    color: var(--amber);
}
.eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 12px var(--orange);
}

/* ---------- Hero + full-width P99 CONF wave ---------- */
.hero {
    position: relative;
    min-height: 94vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding-inline: clamp(1.2rem, 5vw, 3rem);
}
.hero__inner {
    position: relative;
    z-index: 2;
    max-width: 740px;
}
.hero__title {
    font-size: clamp(2.6rem, 7vw, 5rem);
    margin-bottom: 0.25em;
    font-weight: 400;
}
.hero__lede {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--muted);
    max-width: 60ch;
}
.hero__lede strong {
    color: var(--ink);
}
.hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    margin: 2rem 0 0;
}

/* Real hero wave (SVG), full viewport width, anchored at the hero's base so the
   peak rises up in-frame and nothing is cut off at the fold. */
.hero__wave {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 42%);
    animation: waveDrift 20s ease-in-out infinite;
}
@keyframes waveDrift {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
}
@media (max-width: 760px) {
    .hero__wave {
        opacity: 0.6;
    }
}

.counters {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.5rem, 5vw, 4rem);
    margin-top: 3rem;
}
.counter__num {
    display: block;
    font-family: var(--f-mono);
    font-weight: 400;
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    color: var(--ink);
}
.counter__num::after {
    content: "";
}
.counter__label {
    color: var(--muted);
    font-size: 0.9rem;
}
.counter:nth-child(1) .counter__num {
    color: var(--orange);
}
.counter:nth-child(2) .counter__num {
    color: var(--teal);
}
.counter:nth-child(3) .counter__num {
    color: var(--amber);
}

.scroll-hint {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-size: 0.78rem;
    font-family: var(--f-mark);
    letter-spacing: 0.08em;
    text-align: center;
}
.scroll-hint span {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.scroll-hint__arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    transform: rotate(45deg);
    animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
    0%,
    100% {
        transform: rotate(45deg) translate(0, 0);
        opacity: 0.4;
    }
    50% {
        transform: rotate(45deg) translate(4px, 4px);
        opacity: 1;
    }
}

/* ---------- Section separator waves (colored + grayscale dotted) ---------- */
.section-wave {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -1px;
    margin-bottom: -1px;
    line-height: 0;
    pointer-events: none;
}
.section-wave__c {
    display: block;
    width: 100%;
    height: auto;
}
/* Mirrored reflection directly below the wave. bottom:-100% = one container height
   (the colored wave's height) below, so it tracks the wave at every viewport width;
   scaleY(-1) flips it vertically into a reflection. The mask is authored in flipped
   (local) coords so it dissolves the far edge (away from the wave). */
.section-wave__d {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: auto;
    opacity: 0.45;
    /*transform: scaleY(1);*/
    -webkit-mask-image: linear-gradient(to top, transparent 8%, #000 80%);
    mask-image: linear-gradient(to top, transparent 8%, #000 80%);
}

/* ---------- Invite ---------- */
.invite {
    display: grid;
    place-items: center;
    max-width: var(--maxw);
    margin: 0 auto;
}
.invite__card {
    position: relative;
    width: min(640px, 100%);
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--shadow);
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.invite__card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: var(--wave);
    z-index: 4;
}
.invite__ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 132px;
    overflow: hidden;
    border-radius: 0 var(--r) 0 0;
    pointer-events: none;
    z-index: 5;
}
.invite__ribbon span {
    position: absolute;
    top: 30px;
    right: -44px;
    width: 180px;
    transform: rotate(45deg);
    text-align: center;
    background: var(--orange);
    color: #fff;
    padding: 0.4rem 0;
    font: 700 0.64rem var(--f-body);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.invite__body {
    padding: clamp(1.8rem, 4vw, 3rem);
}
.invite__kicker {
    font-family: var(--f-mark);
    color: var(--amber);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.78rem;
    margin: 0 0 0.5rem;
}
.invite__title {
    font-size: clamp(1.6rem, 4vw, 2.3rem);
}
.invite__copy {
    color: var(--muted);
}
.invite__form {
    display: flex;
    gap: 0.9rem;
    margin: 1.6rem 0 0.8rem;
    flex-wrap: wrap;
}
/* lighter submit inside the form: drop the heavy translucent frame, keep a clean fill */
.invite__form .btn--primary {
    flex: 0 0 auto;
    padding: 0.9rem 1.5rem;
    font-size: 0.82rem;
}
.invite__form .btn--primary::before,
.invite__form .btn--primary::after {
    content: none;
}
.invite__form input {
    flex: 1 1 220px;
    padding: 0.9rem 1.1rem;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--line);
    color: var(--ink);
    font: 400 1rem var(--f-body);
}
.invite__form input:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(248, 93, 46, 0.2);
}
.invite__fineprint {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0;
}
.invite__fineprint.is-error {
    color: var(--orange);
}

.invite__accepted {
    padding: clamp(2rem, 5vw, 3rem);
    text-align: center;
    animation: pop 0.5s ease;
}
.invite__accepted h3 {
    font-size: 1.6rem;
}
.invite__accepted p {
    color: var(--muted);
}
.invite__stamp {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1.2rem;
    transform: rotate(-6deg);
    border: 3px solid var(--orange);
    color: var(--orange);
    border-radius: 8px;
    font-family: var(--f-mono);
    font-weight: 700;
    letter-spacing: 0.12em;
    box-shadow: 0 0 24px rgba(248, 93, 46, 0.3);
    text-shadow: 0 0 12px rgba(248, 93, 46, 0.5);
}
@keyframes pop {
    from {
        transform: scale(0.96);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* ---------- Prize (mystery) ---------- */
.prize {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: var(--maxw);
    margin: 0 auto;
}
@media (max-width: 880px) {
    .prize {
        grid-template-columns: 1fr;
    }
}
.prize__visual {
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
}
.prize__visual::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(248, 93, 46, 0.3),
        transparent 65%
    );
    filter: blur(18px);
    animation: pulseGlow 5s ease-in-out infinite;
}
@keyframes pulseGlow {
    0%,
    100% {
        transform: scale(0.92);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.06);
        opacity: 1;
    }
}
.prize__box {
    position: relative;
    width: min(320px, 78%);
    z-index: 2;
    transform: translateY(70px) scale(0.94);
    opacity: 0;
    transition:
        transform 1s cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 1s ease;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}
.prize__box.is-visible {
    transform: translateY(0) scale(1);
    opacity: 1;
    animation: float 6s ease-in-out 1s infinite;
}
@keyframes float {
    0%,
    100% {
        translate: 0 0;
    }
    50% {
        translate: 0 -10px;
    }
}
.prize__lede {
    color: var(--muted);
    font-size: 1.1rem;
}
.prize__lede strong {
    color: var(--ink);
}
.prize__steps {
    list-style: none;
    padding: 0;
    margin: 1.8rem 0;
    display: grid;
    gap: 0.9rem;
}
.prize__steps li {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    color: var(--muted);
}
.prize__steps strong {
    color: var(--ink);
}
.prize__steps-t {
    flex: 1;
}
.prize__steps-n {
    flex: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 0.1rem;
}
.prize__share {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-bottom: 1.2rem;
}
.prize__fineprint {
    color: var(--muted);
    font-size: 0.78rem;
    opacity: 0.8;
}

/* ---------- Leaderboard ---------- */
.leaderboard {
    max-width: 860px;
    margin: 70px auto;
}
.leaderboard__head {
    text-align: center;
    margin-bottom: 2rem;
}
.leaderboard__head .eyebrow {
    justify-content: center;
}
.leaderboard__head h2 {
    font-size: clamp(1.8rem, 4.5vw, 2.6rem);
}
.leaderboard__lede {
    color: var(--muted);
    max-width: 56ch;
    margin-inline: auto;
}
.leaderboard__live {
    font-family: var(--f-mono);
    font-size: 0.85rem;
    color: var(--amber);
    margin-top: 1rem;
}
.pulse {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--orange);
    margin-right: 0.4rem;
    box-shadow: 0 0 0 0 rgba(248, 93, 46, 0.6);
    animation: pulseRing 1.8s infinite;
}
@keyframes pulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 93, 46, 0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(248, 93, 46, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 93, 46, 0);
    }
}

/* filter / search */
.board__filter {
    position: relative;
    margin: 0 0 1.2rem;
}
.board__filter-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: var(--muted);
    pointer-events: none;
}
.board__filter input {
    width: 100%;
    padding: 0.9rem 1.1rem 0.9rem 2.8rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--line);
    color: var(--ink);
    font: 400 1rem var(--f-body);
}
.board__filter input::placeholder {
    color: var(--muted);
}
.board__filter input:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(248, 93, 46, 0.16);
}
.board__more {
    text-align: center;
    color: var(--muted);
    font-family: var(--f-mono);
    font-size: 0.82rem;
    margin-top: 1.2rem;
}

.board {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}
.board__loading {
    text-align: center;
    color: var(--muted);
    font-family: var(--f-mono);
    padding: 2rem;
}
.row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.2rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: var(--card);
    border: 1px solid var(--line);
    transition:
        transform 0.4s ease,
        border-color 0.3s;
}
.row::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--pct, 0%);
    background: linear-gradient(
        90deg,
        rgba(248, 93, 46, 0.16),
        rgba(251, 176, 59, 0.08)
    );
    transition: width 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 0;
}
.row > * {
    position: relative;
    z-index: 1;
}
.row:hover {
    border-color: var(--orange);
    transform: translateX(4px);
}
.row--top {
    border-color: rgba(251, 176, 59, 0.55);
}
.row__rank {
    font-family: var(--f-mono);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--muted);
    width: 2.6rem;
}
.row--top .row__rank {
    color: var(--amber);
}
.row__main {
    min-width: 0;
}
.row__talk {
    font-weight: 700;
    display: block;
    text-decoration: none;
    color: var(--ink);
    font-family: var(--f-body);
}
a.row__talk:hover {
    color: var(--amber);
}
.row__ext {
    color: var(--muted);
    font-size: 0.8em;
    transition: color 0.2s;
}
a.row__talk:hover .row__ext {
    color: var(--amber);
}
.row__speaker {
    color: var(--muted);
    font-size: 0.85rem;
}
.row__right {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.row__votes {
    font-family: var(--f-mono);
    font-weight: 700;
    color: var(--orange);
    min-width: 3.5ch;
    text-align: right;
}
.row__btn {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 0;
    padding: 0.45rem 0.9rem;
    font: 500 0.72rem var(--f-body);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}
.row__btn:hover:not(:disabled) {
    border-color: var(--orange);
    background: rgba(248, 93, 46, 0.15);
}
.row__btn:active {
    transform: scale(0.96);
}
.row__btn:disabled {
    opacity: 0.45;
    cursor: default;
}
.row.is-voted .row__btn {
    border-color: var(--orange);
    color: var(--orange);
}
.leaderboard__thanks {
    text-align: center;
    color: var(--amber);
    margin-top: 1.5rem;
    font-family: var(--f-mono);
}

/* ---------- Final CTA + footer ---------- */
.finalcta {
    text-align: center;
    max-width: var(--maxw);
    margin: 0 auto;
}
.finalcta h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
}
.finalcta p {
    color: var(--muted);
    margin-bottom: 2rem;
    font-size: 1.15rem;
}
/* Pre-footer wave (full viewport width) */
.prefooter-wave {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: auto;
    margin-bottom: -1px;
}

.foot {
    background: #000000;
    padding: 2.5rem clamp(1.2rem, 5vw, 3rem) 3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.foot__supported {
    font-family: var(--f-mark);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0 0 1.2rem;
}
.foot__sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(1.8rem, 5vw, 3.5rem);
    margin-bottom: 2.8rem;
}
.foot__sponsors img {
    height: 30px;
    width: auto;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.foot__sponsors img:hover {
    opacity: 1;
}
.foot__brandrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.3rem;
    color: var(--muted);
    font-family: var(--f-mark);
    letter-spacing: 0.04em;
}
.foot__p99 {
    width: auto;
    height: auto;
    max-width: 200px;
}
.foot__scylla {
    width: 190px;
    max-width: 50vw;
    height: auto;
    display: block;
}
.foot__links {
    margin-top: 1.8rem;
    font-size: 0.9rem;
    color: var(--muted);
}
.foot__links a {
    color: var(--amber);
    text-decoration: none;
}
.foot__links a:hover {
    text-decoration: underline;
}
.foot__sep {
    opacity: 0.4;
    margin: 0 0.5rem;
}
.foot__legal {
    opacity: 0.55;
    margin-top: 0.8rem;
    font-size: 0.8rem;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        scroll-behavior: auto;
    }
    .prize__box {
        transform: none;
        opacity: 1;
    }
}
