/* =========================================================================
   Results Reveal — grand countdown page (29 August)
   ========================================================================= */

.results-2026 {
    --results-ink: #0b1220;
    --results-gold: #f5c451;
    --results-amber: #f59e0b;
    --results-cream: #f7f4ee;
    --results-muted: #5b6577;
}

.results-2026 main {
    overflow-x: clip;
}

/* ----- Hero reveal ----- */
.results-reveal {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    padding: clamp(6.25rem, 11vw, 8rem) 1.25rem clamp(3.25rem, 6vw, 4.5rem);
    background:
        radial-gradient(ellipse 70% 50% at 50% 0%, rgba(245, 158, 11, 0.18), transparent 58%),
        radial-gradient(ellipse 45% 40% at 100% 70%, rgba(56, 189, 248, 0.1), transparent 55%),
        radial-gradient(ellipse 40% 35% at 0% 85%, rgba(245, 158, 11, 0.08), transparent 50%),
        linear-gradient(168deg, #080d18 0%, #14102a 48%, #0c1424 100%);
    color: #fff;
}

.results-reveal__atmosphere {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.results-reveal__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    opacity: 0.45;
    animation: results-orb-drift 16s ease-in-out infinite;
}

.results-reveal__orb--1 {
    width: min(42vw, 320px);
    height: min(42vw, 320px);
    top: -8%;
    left: -8%;
    background: rgba(245, 158, 11, 0.4);
}

.results-reveal__orb--2 {
    width: min(36vw, 260px);
    height: min(36vw, 260px);
    right: -6%;
    bottom: 12%;
    background: rgba(99, 102, 241, 0.28);
    animation-delay: -5s;
}

.results-reveal__orb--3 {
    width: min(28vw, 180px);
    height: min(28vw, 180px);
    left: 38%;
    bottom: -4%;
    background: rgba(16, 185, 129, 0.2);
    animation-delay: -9s;
}

@keyframes results-orb-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(14px, -18px) scale(1.06); }
}

.results-reveal__stars {
    position: absolute;
    inset: 0;
}

.results-reveal__star {
    position: absolute;
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0.4);
    animation: results-star-blink 3.2s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.11s);
    opacity: 0.3;
    /* Scatter via nth-child — avoid a single diagonal line */
}

.results-reveal__star:nth-child(1)  { left: 8%;  top: 18%; }
.results-reveal__star:nth-child(2)  { left: 22%; top: 12%; }
.results-reveal__star:nth-child(3)  { left: 41%; top: 22%; }
.results-reveal__star:nth-child(4)  { left: 63%; top: 14%; }
.results-reveal__star:nth-child(5)  { left: 78%; top: 20%; }
.results-reveal__star:nth-child(6)  { left: 91%; top: 28%; }
.results-reveal__star:nth-child(7)  { left: 12%; top: 42%; }
.results-reveal__star:nth-child(8)  { left: 31%; top: 48%; }
.results-reveal__star:nth-child(9)  { left: 54%; top: 38%; }
.results-reveal__star:nth-child(10) { left: 72%; top: 46%; }
.results-reveal__star:nth-child(11) { left: 88%; top: 52%; }
.results-reveal__star:nth-child(12) { left: 6%;  top: 68%; }
.results-reveal__star:nth-child(13) { left: 27%; top: 74%; }
.results-reveal__star:nth-child(14) { left: 48%; top: 66%; }
.results-reveal__star:nth-child(15) { left: 69%; top: 78%; }
.results-reveal__star:nth-child(16) { left: 85%; top: 70%; }
.results-reveal__star:nth-child(17) { left: 16%; top: 86%; }
.results-reveal__star:nth-child(18) { left: 38%; top: 88%; }
.results-reveal__star:nth-child(19) { left: 58%; top: 82%; }
.results-reveal__star:nth-child(20) { left: 94%; top: 84%; }
.results-reveal__star:nth-child(21) { left: 3%;  top: 32%; }
.results-reveal__star:nth-child(22) { left: 47%; top: 8%; }
.results-reveal__star:nth-child(23) { left: 74%; top: 62%; }
.results-reveal__star:nth-child(24) { left: 19%; top: 58%; }

.results-reveal__star:nth-child(odd) {
    color: var(--results-gold);
    font-size: 0.5rem;
}

@keyframes results-star-blink {
    0%, 100% { opacity: 0.15; transform: scale(0.8); }
    50% { opacity: 0.75; transform: scale(1.1); }
}

.results-reveal__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    width: 100%;
    max-width: 40rem;
    margin-inline: auto;
}

.results-reveal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1a1205;
    background: linear-gradient(135deg, #fde68a, #f59e0b);
    box-shadow: 0 10px 28px -12px rgba(245, 158, 11, 0.75);
}

.results-reveal__title {
    margin: 0 0 1rem;
    max-width: 16ch;
    font-family: "Monoton", cursive;
    font-size: clamp(1.85rem, 6.2vw, 3.35rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    background: linear-gradient(105deg, #ffffff 8%, #fde68a 48%, #ffffff 88%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: results-title-shine 7s ease-in-out infinite;
}

@keyframes results-title-shine {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.results-reveal__lede {
    margin: 0 0 1.5rem;
    max-width: 34rem;
    font-size: clamp(0.92rem, 1.8vw, 1.05rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
}

.results-reveal__date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin: 0 0 1.75rem;
    padding: 0.85rem 1.5rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.results-reveal__date-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(253, 230, 138, 0.8);
}

.results-reveal__date time {
    font-size: clamp(1.2rem, 3vw, 1.55rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.2;
}

/*
 * CRITICAL: global .hero-countdown is position:absolute (home hero).
 * Keep the results timer in normal document flow.
 */
.results-2026 .results-countdown.hero-countdown,
.results-2026 #results-countdown.hero-countdown {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 26rem;
    margin: 0 0 1.75rem;
    padding: 1.2rem 1.15rem 1.25rem;
    gap: 0.9rem;
    border-radius: 20px;
    background: rgba(8, 13, 24, 0.72);
    border: 1px solid rgba(253, 230, 138, 0.28);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 24px 48px -20px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.results-2026 .results-countdown .countdown-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    text-align: center;
}

.results-2026 .results-countdown .countdown-title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(253, 230, 138, 0.9);
}

.results-2026 .results-countdown .countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    justify-content: stretch;
}

.results-2026 .results-countdown .countdown-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
    padding: 0.7rem 0.25rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.results-2026 .results-countdown .countdown-value {
    font-size: clamp(1.35rem, 3.5vw, 1.85rem);
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    background: linear-gradient(160deg, #ffffff 20%, #fde68a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-2026 .results-countdown .countdown-label {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.results-reveal__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.25rem;
    width: 100%;
    margin: 0;
}

.results-reveal__actions .btn {
    margin: 0;
}

.results-reveal__ghost {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 0.15rem;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.results-reveal__ghost:hover {
    color: #fde68a;
    border-color: #fde68a;
}

.results-reveal__ghost--dark {
    color: var(--results-ink);
    border-color: rgba(11, 18, 32, 0.25);
}

.results-reveal__ghost--dark:hover {
    color: #b45309;
    border-color: #b45309;
}

.results-live-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    max-width: 36rem;
    margin: 0 0 1.5rem;
    padding: 1.15rem 1.35rem;
    border-radius: 18px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.4);
    text-align: left;
}

.results-live-banner > i {
    font-size: 1.75rem;
    color: #34d399;
}

.results-live-banner strong {
    display: block;
    font-size: 1.05rem;
}

.results-live-banner p {
    margin: 0.2rem 0 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

/* ----- What's publishing ----- */
.results-whats {
    background: var(--results-cream);
    padding-top: clamp(2.75rem, 5vw, 3.75rem);
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.results-section-head {
    max-width: 36rem;
    margin: 0 auto 2.25rem;
    text-align: center;
}

.results-section-head .title-heading {
    margin-bottom: 0.5rem;
}

.results-section-head p {
    margin: 0.65rem 0 0;
    color: var(--results-muted);
    line-height: 1.65;
    font-size: 0.95rem;
}

.results-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.results-feature {
    padding: 1.4rem 1.25rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 14px 32px -26px rgba(15, 23, 42, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.results-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -22px rgba(15, 23, 42, 0.38);
}

.results-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.9rem;
    border-radius: 11px;
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(145deg, #f59e0b, #d97706);
    box-shadow: 0 8px 16px -8px rgba(245, 158, 11, 0.65);
}

.results-feature h3 {
    margin: 0 0 0.4rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--results-ink);
    line-height: 1.3;
}

.results-feature p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--results-muted);
}

/* ----- After reveal ----- */
.results-next {
    padding-top: 0.5rem;
    padding-bottom: clamp(3rem, 6vw, 4.5rem);
    background: var(--results-cream);
}

.results-next__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    padding: clamp(1.6rem, 3.5vw, 2.4rem);
    border-radius: 22px;
    background: linear-gradient(135deg, #1a1030 0%, #0f172a 55%, #1e293b 100%);
    box-shadow: 0 28px 60px -32px rgba(15, 23, 42, 0.6);
    color: #fff;
}

.results-next__copy {
    flex: 1 1 18rem;
    max-width: 36rem;
}

.results-next__sub span,
.results-next .sub-heading span {
    color: rgba(253, 230, 138, 0.95) !important;
}

.results-next__card .title-heading {
    margin: 0.5rem 0 0.65rem;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}

.results-next__card p {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
}

.results-next__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.results-next__list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.results-next__list i {
    color: #34d399;
    flex-shrink: 0;
}

.results-next__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
}

.results-next__actions .results-reveal__ghost {
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.35);
}

.results-next__actions .results-reveal__ghost:hover {
    color: #fde68a;
    border-color: #fde68a;
}

@media (max-width: 991px) {
    .results-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .results-reveal {
        padding-top: 5.5rem;
        padding-bottom: 2.75rem;
    }

    .results-reveal__title {
        max-width: none;
    }

    .results-reveal__date {
        width: 100%;
        max-width: 20rem;
    }

    .results-2026 .results-countdown.hero-countdown {
        max-width: 100%;
        padding: 1rem 0.85rem 1.1rem;
    }

    .results-2026 .results-countdown .countdown-value {
        font-size: 1.2rem;
    }

    .results-2026 .results-countdown .countdown-segment {
        padding: 0.55rem 0.15rem;
    }

    .results-feature-grid {
        grid-template-columns: 1fr;
    }

    .results-next__actions {
        width: 100%;
        align-items: stretch;
    }

    .results-reveal__actions {
        flex-direction: column;
    }
}
