/*
===============================================================================
BIG TEXAN D2C - 72OZ CHALLENGE PAGE STYLES
===============================================================================
Styles specific to the 72oz Challenge page (pages/72oz-challenge.html)
The legendary challenge - Big Texan's signature feature!
===============================================================================
*/

/* --- CHALLENGE HERO (Neon dialect) ---
   Hero shell + neon overlay handled by globals.css .page-hero / .page-hero--neon.
   Page-specific: deeper hero (90vh) + neon-glow highlight on title --- */
.challenge-hero {
    --zoom-safe-hero-min-height: 92vh;
    --zoom-safe-hero-max-height: 820px;
    --zoom-safe-title-min: 2.35rem;
    --zoom-safe-title-fluid: 5.25vw;
    --zoom-safe-title-vh: 12vh;
    --zoom-safe-title-max: 4.85rem;
    min-height: min(92vh, 820px);
    justify-content: flex-end;
    background:
        radial-gradient(circle at 20% 42%, rgba(255, 210, 0, 0.16), transparent 28%),
        radial-gradient(circle at 78% 34%, rgba(122, 26, 26, 0.42), transparent 38%),
        linear-gradient(110deg, #130004 0%, #260008 46%, #070001 100%);
    border-bottom: 1px solid rgba(255, 210, 0, 0.35);
}

.challenge-hero::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 2.5rem;
    height: 1px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(255, 210, 0, 0.55), transparent);
    box-shadow: 0 0 18px rgba(255, 210, 0, 0.32);
}

.challenge-hero-bg {
    inset: 0 48% 0 0;
    overflow: visible;
    background:
        linear-gradient(90deg, rgba(26, 0, 5, 0.18), rgba(26, 0, 5, 0.74)),
        radial-gradient(circle at 48% 48%, rgba(255, 210, 0, 0.12), transparent 58%);
}

.challenge-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0 -18% 0 0;
    background: linear-gradient(90deg, transparent 0%, rgba(26, 0, 5, 0.04) 54%, #260008 100%);
    pointer-events: none;
}

.challenge-hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(26, 0, 5, 0.08) 0%,
        rgba(26, 0, 5, 0.22) 42%,
        rgba(19, 0, 4, 0.94) 63%,
        rgba(19, 0, 4, 0.98) 100%
    );
}

.challenge-hero .challenge-hero-image {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(760px, 58vw);
    height: auto;
    max-height: min(72vh, 640px);
    object-fit: contain;
    object-position: center;
    opacity: 1;
    filter: brightness(1.12) saturate(1.08) contrast(1.08) drop-shadow(0 26px 45px rgba(0, 0, 0, 0.62));
}

.challenge-hero.page-hero--neon .challenge-hero-bg .challenge-hero-image {
    opacity: 1;
    filter: brightness(1.12) saturate(1.08) contrast(1.08) drop-shadow(0 26px 45px rgba(0, 0, 0, 0.62));
}

.challenge-hero-content {
    position: relative;
    z-index: 3;
    width: min(620px, 44vw);
    max-width: none;
    margin: 0 8vw 0 auto;
    padding: clamp(3rem, 7vh, 5rem) 0 clamp(2.75rem, 6vh, 4.5rem);
    text-align: left;
}

.challenge-badge {
    display: inline-block;
    background: rgba(255, 210, 0, 0.07);
    color: var(--texan-yellow);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.55rem 1.15rem;
    border: 1px solid rgba(255, 210, 0, 0.72);
    border-radius: var(--radius-full);
    margin-bottom: 1.25rem;
    letter-spacing: 0.25em;
    box-shadow: inset 0 0 14px rgba(255, 210, 0, 0.08), 0 0 18px rgba(255, 210, 0, 0.2);
    text-shadow: 0 0 8px rgba(255, 210, 0, 0.4);
}

.challenge-hero-mascot {
    display: block;
    width: clamp(68px, 6.8vw, 102px);
    height: auto;
    margin: 0 0 1rem 0.2rem;
    filter:
        drop-shadow(0 0 14px rgba(255, 210, 0, 0.28))
        drop-shadow(0 16px 22px rgba(0, 0, 0, 0.48));
    transform: rotate(-3deg);
}

.challenge-hero-title {
    font-size: clamp(2.35rem, min(5.25vw, 12vh), 4.85rem) !important;
    line-height: 1.02;
    margin-bottom: 1.25rem;
    max-width: 10ch;
    color: #fff7e9 !important;
    overflow: visible;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.challenge-hero-title .challenge-kicker {
    display: block;
    margin-block: 0.04em;
    font-size: 0.8em;
    color: #fff7e9;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.challenge-hero-title .challenge-number {
    display: block;
    margin-block: 0.12em 0.08em;
    padding-block: 0.04em;
    color: var(--texan-yellow);
    text-shadow:
        0 0 10px var(--texan-yellow),
        0 0 30px var(--texan-yellow),
        0 0 60px rgba(255, 210, 0, 0.4),
        0 0 100px rgba(255, 210, 0, 0.2);
    animation: neonPulse 3s ease-in-out infinite alternate;
}

@keyframes neonPulse {
    0% {
        text-shadow:
            0 0 10px var(--texan-yellow),
            0 0 30px var(--texan-yellow),
            0 0 60px rgba(255, 210, 0, 0.4),
            0 0 100px rgba(255, 210, 0, 0.2);
    }
    100% {
        text-shadow:
            0 0 5px var(--texan-yellow),
            0 0 20px var(--texan-yellow),
            0 0 40px rgba(255, 210, 0, 0.3),
            0 0 70px rgba(255, 210, 0, 0.15);
    }
}

.challenge-hero-title .highlight {
    color: #fff7e9 !important;
    display: block;
    margin-block: 0.04em;
    font-size: 0.84em;
    line-height: 1;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.challenge-hero-tagline {
    max-width: 520px;
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
    margin-bottom: 1.75rem;
    line-height: 1.42;
    color: rgba(245, 239, 227, 0.94);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

/* Stats Row */
.challenge-stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.82rem;
    width: min(100%, 560px);
    margin-bottom: 2rem;
    padding: 1rem 0.9rem;
    border: 1px solid rgba(255, 210, 0, 0.22);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(81, 0, 11, 0.62), rgba(26, 0, 5, 0.44));
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.stat {
    text-align: center;
    min-width: 0;
    flex: 1 1 0;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(1.38rem, 1.85vw, 1.98rem);
    color: var(--texan-yellow);
    line-height: 1;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    text-shadow: 0 0 14px rgba(255, 210, 0, 0.35);
}

.stat--hero .stat-number {
    font-size: clamp(2rem, 2.45vw, 2.7rem);
    text-shadow:
        0 0 16px rgba(255, 210, 0, 0.58),
        0 0 34px rgba(255, 210, 0, 0.28);
}

.stat-label {
    display: block;
    font-size: 0.68rem;
    line-height: 1.25;
    color: var(--brand-cream);
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(255, 210, 0, 0.34), transparent);
}

.challenge-hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.challenge-hero-cta .page-cta {
    min-width: 236px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 0.9rem;
    letter-spacing: 1.3px;
    text-align: center;
}

@media (min-width: 769px) and (max-height: 760px) {
    .challenge-hero {
        min-height: auto;
        justify-content: center;
        padding-bottom: clamp(2rem, 3.5vh, 3rem);
    }

    .challenge-hero::before {
        bottom: 1.25rem;
    }

    .challenge-hero-content {
        width: min(540px, 43vw);
        margin-right: 7vw;
        padding: clamp(1.5rem, 3vh, 2.25rem) 0;
    }

    .challenge-badge {
        margin-bottom: 0.7rem;
        padding: 0.4rem 0.85rem;
        font-size: 0.68rem;
        letter-spacing: 0.18em;
    }

    .challenge-hero-mascot {
        width: clamp(54px, 5.4vw, 78px);
        margin-bottom: 0.6rem;
    }

    .challenge-hero-title {
        font-size: clamp(2.1rem, min(4.4vw, 10vh), 3.7rem) !important;
        margin-bottom: 0.75rem;
    }

    .challenge-hero-title .challenge-number {
        margin-block: 0.06em;
        padding-block: 0.02em;
    }

    .challenge-hero-tagline {
        font-size: clamp(0.98rem, 1.25vw, 1.18rem);
        margin-bottom: 1rem;
    }

    .challenge-stats {
        margin-bottom: 1rem;
        padding: 0.72rem;
        gap: 0.55rem;
    }

    .stat--hero .stat-number {
        font-size: clamp(1.38rem, 2vw, 2rem);
    }

    .stat-label {
        font-size: 0.58rem;
    }

    .challenge-hero-cta {
        gap: 0.75rem;
    }

    .challenge-hero-cta .page-cta {
        min-width: 190px;
        padding: 0.78rem 1rem;
        font-size: 0.78rem;
    }

    .challenge-hero .challenge-hero-image {
        width: min(620px, 52vw);
        max-height: min(66vh, 520px);
    }
}

/* Challenge Trust Bar */
.challenge-trust {
    background: var(--brand-maroon);
}

.challenge-trust .trust-item {
    color: var(--brand-cream);
    text-decoration: none;
    transition: color var(--transition-fast), transform var(--transition-fast);
}

.challenge-trust .trust-item:hover,
.challenge-trust .trust-item:focus-visible {
    color: var(--texan-yellow);
    transform: translateY(-1px);
}

.challenge-trust .trust-item svg {
    color: var(--texan-yellow);
}

/* Section eyebrow shell handled by globals.css .page-eyebrow / --neon */

/* --- LEGEND SECTION (dark neon) --- */
.legend-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.legend-content {
    max-width: 560px;
}

.legend-text {
    font-size: var(--text-lg);
    line-height: 1.8;
    color: var(--brand-cream);
    opacity: 0.88;
    margin-bottom: 1.5rem;
}

.legend-quote {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    color: var(--brand-cream);
    border-left: 4px solid var(--texan-yellow);
    padding-left: 1.5rem;
    margin: 2rem 0;
    line-height: 1.4;
    box-shadow: -1px 0 12px rgba(255, 210, 0, 0.15);
}

.media-featured {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 210, 0, 0.2);
}

.media-label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--texan-yellow);
    opacity: 0.8;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.media-logos {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.media-item {
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--texan-yellow);
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: rgba(255, 210, 0, 0.06);
    border: 1px solid rgba(255, 210, 0, 0.25);
    border-radius: var(--radius-sm);
    transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.media-item:hover,
.media-item:focus-visible {
    background: rgba(255, 210, 0, 0.12);
    border-color: rgba(255, 210, 0, 0.5);
    transform: translateY(-1px);
}

/* Legend Visual / Steak Size Demo */
.legend-visual {
    position: relative;
}

.steak-size-demo {
    position: relative;
    background: var(--brand-cream);
    border-radius: var(--radius-lg);
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-lg);
}

.steak-size-demo img {
    max-width: 100%;
    border-radius: var(--radius-md);
}

.size-callout {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-maroon);
    color: var(--brand-cream);
    padding: 1rem 2rem;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-xl);
}

.size-weight {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    color: var(--texan-yellow);
    line-height: 1;
}

.size-detail {
    display: block;
    font-size: var(--text-sm);
    font-weight: 600;
    margin-top: 0.25rem;
}

.size-compare {
    display: block;
    font-size: var(--text-xs);
    opacity: 0.8;
    margin-top: 0.25rem;
}

/* --- RULES SECTION (dark neon-2 variant) ---
   Background + spacing handled by globals.css .page-section / --neon-2. */

.rules-header {
    text-align: center;
    margin-bottom: 3rem;
}

.rules-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.rule-card {
    background: var(--bg-surface);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    position: relative;
}

.rule-number {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 32px;
    height: 32px;
    background: var(--texan-yellow);
    color: var(--brand-maroon);
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rule-title {
    font-family: var(--font-heading);
    font-size: var(--text-lg);
    color: var(--brand-maroon);
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.rule-text {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- AT-HOME CHALLENGE SECTION (lit cream panel - high-contrast) ---
   Background + spacing handled by globals.css .page-section / --lit-cream. */

.at-home-header {
    text-align: center;
    margin-bottom: 3rem;
}

.at-home-header .page-eyebrow--neon {
    color: var(--brand-maroon);
    text-shadow: none;
}

/* How It Works Steps */
.how-it-works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.step-card {
    text-align: center;
    background: var(--bg-surface);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-base);
}

.step-card:hover {
    transform: translateY(-5px);
}

.step-image {
    height: 180px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.step-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.step-number {
    display: inline-block;
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-maroon-soft);
    background: var(--brand-cream);
    padding: 0.35rem 1rem;
    border-radius: var(--radius-full);
    margin-bottom: 0.75rem;
}

.step-title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    color: var(--brand-maroon);
    margin-bottom: 0.5rem;
}

.step-description {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Challenge Pack Feature */
.challenge-pack-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    background: var(--bg-surface);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
}

.challenge-pack-image {
    position: relative;
}

.challenge-pack-image img {
    width: 100%;
    border-radius: var(--radius-md);
}

.feature-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--brand-maroon);
    color: var(--texan-yellow);
    font-size: var(--text-xs);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
}

.pack-title {
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    color: var(--brand-maroon);
    margin-bottom: 0.5rem;
}

.pack-description {
    font-size: var(--text-lg);
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.pack-includes {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.pack-includes li {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
    font-size: var(--text-base);
    color: var(--text-secondary);
    border-bottom: 1px solid var(--brand-cream);
}

.pack-includes li:last-child {
    border-bottom: none;
}

.pack-includes li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: var(--texan-yellow);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2351000b' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.pack-cta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.pack-price {
    font-family: var(--font-heading);
    font-size: var(--text-4xl);
    color: var(--brand-maroon);
}

.pack-note {
    font-size: var(--text-sm);
    color: #4f4546;
    margin-bottom: 0;
}

/* --- WALL OF FAME SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.wall-of-fame-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.fame-card {
    aspect-ratio: 1;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: rgba(31, 10, 13, 0.6);
}

.fame-card.placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(255, 210, 0, 0.3);
}

.fame-icon {
    width: 48px;
    height: 48px;
    color: rgba(255, 210, 0, 0.5);
    margin-bottom: 0.75rem;
}

.fame-icon svg {
    width: 100%;
    height: 100%;
}

.fame-placeholder-text {
    font-size: var(--text-sm);
    color: var(--brand-cream);
    opacity: 0.6;
    margin-bottom: 0;
}

.wall-of-fame-cta {
    text-align: center;
}

.fame-instruction {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

.fame-hashtag {
    font-family: var(--font-heading);
    font-size: var(--text-2xl);
    color: var(--texan-yellow);
    text-shadow: 0 0 12px rgba(255, 210, 0, 0.4);
    margin-bottom: 1.5rem;
}

/* --- CHALLENGE FAQ SECTION (dark neon-2) ---
   Background handled by globals.css .page-section / --neon-2. */
.challenge-faq-section .accordion {
    max-width: 800px;
    margin: 0 auto;
}

/* --- RESTAURANT CTA SECTION (dark photo overlay) --- */
.restaurant-cta-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.restaurant-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.restaurant-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restaurant-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(10, 0, 3, 0.95) 0%,
        rgba(10, 0, 3, 0.85) 50%,
        rgba(10, 0, 3, 0.55) 100%
    );
    z-index: 2;
}

.restaurant-content {
    position: relative;
    z-index: 3;
    max-width: 600px;
    padding: 3rem var(--content-padding);
    text-align: center;
}

.restaurant-content .section-eyebrow {
    color: var(--texan-yellow);
}

.restaurant-content .section-title {
    color: var(--brand-cream);
    margin-bottom: 1rem;
}

.restaurant-description {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.restaurant-info {
    margin-bottom: 2rem;
}

.restaurant-address {
    display: inline-flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
    color: var(--brand-cream);
    font-size: var(--text-base);
    line-height: 1.6;
}

.restaurant-address svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--texan-yellow);
    margin-top: 0.25rem;
}

.restaurant-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- FINAL CTA SECTION (dark neon) ---
   Background handled by globals.css .page-section / --neon. */

.final-cta-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.final-cta-title {
    font-size: var(--text-4xl);
    color: var(--brand-cream);
    margin-bottom: 0.5rem;
}

.final-cta-subtitle {
    font-size: var(--text-lg);
    color: var(--brand-cream);
    opacity: 0.85;
    margin-bottom: 2rem;
}

.final-cta-product {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: rgba(31, 10, 13, 0.6);
    border: 1px solid rgba(255, 210, 0, 0.2);
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 0 30px rgba(255, 210, 0, 0.1), var(--shadow-lg);
    justify-content: center;
}

.final-cta-image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: var(--radius-md);
}

.final-cta-details {
    text-align: left;
}

.final-cta-details h3 {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    color: var(--brand-cream);
    margin-bottom: 0.25rem;
}

.final-price {
    display: block;
    font-family: var(--font-heading);
    font-size: var(--text-3xl);
    color: var(--brand-maroon-soft);
    margin-bottom: 0.75rem;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: var(--text-lg);
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .challenge-hero {
        min-height: 780px;
    }

    .challenge-hero-bg {
        inset: 0 42% 0 0;
    }

    .challenge-hero-content {
        width: min(560px, 50vw);
        margin-right: 5vw;
    }

    .challenge-hero .challenge-hero-image {
        width: min(620px, 60vw);
    }

    .legend-grid {
        gap: 3rem;
    }

    .how-it-works-grid {
        gap: 1.5rem;
    }

    .challenge-pack-feature {
        gap: 2rem;
    }

    .wall-of-fame-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .challenge-hero {
        min-height: 940px;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 3rem;
    }

    .challenge-hero::before {
        left: 10%;
        right: 10%;
        bottom: 1.5rem;
    }

    .challenge-hero-bg {
        inset: 0 0 auto 0;
        height: 48%;
    }

    .challenge-hero-bg::after {
        inset: 0;
        background: linear-gradient(180deg, rgba(26, 0, 5, 0.05) 0%, rgba(26, 0, 5, 0.48) 62%, #260008 100%);
    }

    .challenge-hero .challenge-hero-image {
        top: 58%;
        width: min(620px, 112vw);
        max-height: 470px;
    }

    .challenge-hero-content {
        width: min(88vw, 560px);
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .challenge-hero-mascot {
        width: clamp(62px, 18vw, 88px);
        margin: 0 auto 0.8rem;
    }

    .challenge-hero-title {
        max-width: none;
        font-size: clamp(2.85rem, 13vw, 4.45rem) !important;
    }

    .challenge-hero-tagline {
        font-size: var(--text-lg);
        margin-left: auto;
        margin-right: auto;
    }

    .challenge-stats {
        flex-direction: column;
        gap: 1.5rem;
        margin-left: auto;
        margin-right: auto;
    }

    .stat-divider {
        width: 60px;
        height: 1px;
    }

    .stat-number {
        font-size: var(--text-3xl);
    }

    .challenge-hero-cta {
        justify-content: center;
    }

    .legend-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .legend-visual {
        order: -1;
    }

    .size-callout {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-top: 1rem;
    }

    .rules-grid {
        grid-template-columns: 1fr;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .step-image {
        height: 150px;
    }

    .challenge-pack-feature {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pack-includes {
        text-align: left;
    }

    .pack-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .pack-price {
        text-align: center;
    }

    .wall-of-fame-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .restaurant-cta-section {
        min-height: 600px;
    }

    .restaurant-overlay {
        background: rgba(81, 0, 11, 0.9);
    }

    .final-cta-product {
        flex-direction: column;
        text-align: center;
    }

    .final-cta-details {
        text-align: center;
    }

    .final-cta-title {
        font-size: var(--text-3xl);
    }
}

@media (max-width: 480px) {
    .challenge-hero-cta {
        flex-direction: column;
    }

    .challenge-hero-cta .btn {
        width: 100%;
    }

    .rules-container {
        padding: 1rem;
    }

    .rule-card {
        padding: 1.25rem;
    }

    .restaurant-cta {
        flex-direction: column;
    }

    .restaurant-cta .btn {
        width: 100%;
    }
}
