.elementor-498 .elementor-element.elementor-element-0134f4e:not(.elementor-motion-effects-element-type-background), .elementor-498 .elementor-element.elementor-element-0134f4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-498 .elementor-element.elementor-element-0134f4e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-498 .elementor-element.elementor-element-0134f4e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-68a1922 */< !DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Cousin Christmas 2025 | The Great Snowball Battle</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&family=Outfit:wght@300;400;600;700;800&display=swap"

rel="stylesheet"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"><style> :root {
    --navy: #05101c;
    --deep-blue: #0f223d;
    --rich-blue: #1e406e;
    --ice-blue: #4fa3e0;
    --frost: #f0f8ff;
    --pure-white: #ffffff;
    --glass-white: rgba(255, 255, 255, 0.08);
    --glass-border: rgba(255, 255, 255, 0.15);
    --accent-red: #d62828;
    --accent-silver: #e2e8f0;
    /* Replaced Gold with Silver */
    --accent-platinum: #94a3b8;
    --text-main: #e0e6ed;
    --text-muted: #94a3b8;
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.3);
    --radius: 12px;
    /* Slightly tighter radius */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: var(--navy);
    color: var(--text-main);
    line-height: 1.5;
    /* Reduced line height slightly */
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.font-display {
    font-family: 'Mountains of Christmas', cursive;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

/* --- Utilities --- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 4rem 0;
    /* Reduced vertical padding */
    position: relative;
}

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

.text-accent {
    color: var(--ice-blue);
}

.text-silver {
    color: var(--accent-silver);
}

.text-red {
    color: var(--accent-red);
}

.glass-panel {
    background: var(--glass-white);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
}

.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--ice-blue);
    color: var(--navy);
    box-shadow: 0 4px 15px rgba(79, 163, 224, 0.4);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(79, 163, 224, 0.6);
}

/* --- Snowfall --- */
.snowflake {
    position: fixed;
    top: -10px;
    z-index: 9999;
    user-select: none;
    pointer-events: none;
    animation: snowfall linear infinite;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes snowfall {
    to {
        transform: translate(0, 100vh) rotate(360deg);
    }
}

/* --- Header --- */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s;
    padding: 0.8rem 0;
    background: rgba(5, 16, 28, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--glass-border);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: auto;
    width: 120px;
    /* Min 100px request */
    background: var(--pure-white);
    padding: 5px;
    border-radius: 8px;
}

nav ul {
    display: flex;
    gap: 1.5rem;
}

nav a {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text-main);
    position: relative;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--ice-blue);
    transition: 0.3s;
}

nav a:hover::after {
    width: 100%;
}

nav a:hover {
    color: var(--ice-blue);
}

/* --- Hero --- */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(30, 64, 110, 0.4) 0%, rgba(5, 16, 28, 1) 100%),
        url('https://cousinchristmas.us/wp-content/uploads/2025/11/Snowball-Fight.png') center/cover no-repeat;
    position: relative;
    text-align: center;
    padding-top: 60px;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, var(--navy), transparent);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 2rem;
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, #fff, #c0d9ea);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: var(--ice-blue);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Countdown */
.countdown-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
}

.time-box {
    background: rgba(15, 34, 61, 0.8);
    border: 1px solid var(--ice-blue);
    padding: 1rem;
    border-radius: var(--radius);
    box-shadow: 0 0 20px rgba(79, 163, 224, 0.2);
}

.time-val {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--pure-white);
    display: block;
    line-height: 1;
}

.time-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-top: 0.5rem;
}

/* --- Sections --- */
.section-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: var(--pure-white);
}

.section-desc {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.05rem;
    color: var(--text-muted);
}

/* Grid Layouts */
.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Cards */
.card {
    padding: 1.5rem;
    /* Reduced padding */
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    border-color: var(--ice-blue);
    box-shadow: 0 10px 30px rgba(79, 163, 224, 0.15);
}

.card h3 {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
    color: var(--ice-blue);
}

.card p {
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

/* Players */
.team-card {
    border-top: 4px solid var(--ice-blue);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}

.team-avalanche {
    border-color: var(--ice-blue);
}

.team-blizzard {
    border-color: var(--rich-blue);
}

.team-header {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--glass-border);
}

.team-name {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
}

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

.player {
    text-align: center;
    width: 110px;
}

.player-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid var(--glass-border);
    margin: 0 auto 0.75rem;
    object-fit: cover;
    transition: 0.3s;
    cursor: pointer;
}

.player:hover .player-img {
    transform: scale(1.1);
    border-color: var(--ice-blue);
}

.player-name {
    font-weight: 700;
    color: var(--pure-white);
    font-size: 0.95rem;
}

.player-age {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.yeti-card {
    max-width: 700px;
    margin: 3rem auto 0;
    background: linear-gradient(135deg, rgba(214, 40, 40, 0.1), rgba(5, 16, 28, 0.8));
    border: 1px solid rgba(214, 40, 40, 0.3);
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
}

.yeti-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid var(--accent-red);
    object-fit: cover;
    object-position: top;
    /* Fix for James's head */
    flex-shrink: 0;
}

/* Games */
.games-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.game-column-title {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 2rem;
    color: var(--ice-blue);
    margin-bottom: 1.5rem;
    text-align: center;
    border-bottom: 1px solid var(--glass-border);
    padding-bottom: 0.5rem;
}

.game-item {
    background: rgba(15, 34, 61, 0.6);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
    margin-bottom: 1rem;
    overflow: hidden;
    transition: 0.3s;
}

.game-item:hover {
    border-color: var(--ice-blue);
}

.game-header {
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
}

.game-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
    color: var(--pure-white);
}

.game-meta {
    font-size: 0.8rem;
    color: var(--ice-blue);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.game-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
}

.game-content {
    padding: 1.5rem;
    border-top: 1px solid var(--glass-border);
}

.prize-badge {
    display: inline-block;
    background: rgba(226, 232, 240, 0.1);
    /* Silver tint */
    color: var(--accent-silver);
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.85rem;
    border: 1px solid rgba(226, 232, 240, 0.3);
    margin-top: 1rem;
}

.prize-badge i {
    margin-right: 0.5rem;
    color: var(--accent-silver);
}

/* Gallery */
.gallery-grid {
    column-count: 3;
    column-gap: 1rem;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.5s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Footer */
footer {
    background: #02080e;
    padding: 3rem 2rem;
    text-align: center;
    border-top: 1px solid var(--glass-border);
    color: var(--text-muted);
}

/* Mobile */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 3.5rem;
    }

    .nav-content {
        flex-direction: column;
        gap: 1rem;
    }

    nav ul {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .yeti-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .grid-2,
    .grid-3,
    .games-container {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        column-count: 1;
    }
}

</style></head><body><div id="snowflakes"></div><header><div class="container nav-content"><a href="#" class="logo"><img src="https://cousinchristmas.us/wp-content/uploads/2022/12/CC-Logo-Transparent.png"
alt="Cousin Christmas"></a><nav><ul><li><a href="#players">Players</a></li><li><a href="#games">Games</a></li><li><a href="#activities">Activities</a></li><li><a href="#menu">Menu</a></li><li><a href="#schedule">Schedule</a></li></ul></nav></div></header><section class="hero"><div class="hero-content"><h1>The Great<br>Snowball Battle</h1><p class="hero-subtitle">December 23-24,
2025</p><div class="countdown-grid" id="countdown"><div class="time-box"><span class="time-val" id="days">00</span><span class="time-label">Days</span></div><div class="time-box"><span class="time-val" id="hours">00</span><span class="time-label">Hours</span></div><div class="time-box"><span class="time-val" id="minutes">00</span><span class="time-label">Mins</span></div></div></div></section><section class="section"><div class="container"><div class="text-center"><h2 class="section-title">Winter Warfare Awaits</h2><p class="section-desc">Two teams battle for snowflake supremacy while The Yeti creates absolute chaos. Eight games,
one trophy,
zero mercy.</p></div><div class="grid-2"><div class="card glass-panel"><h3>The Mission</h3><p>For 30 hours,
seven cousins will compete in a series of challenges designed to test reflexes,
creativity,
and your ability to not lose it when a 7-year-old steals all your snowballs.</p><p>Teams Avalanche and Blizzard will throw,
dodge,
build,
film,
and strategize their way to glory. </p></div><div class="card glass-panel"><h3>Dress Code</h3><p>White,
off-white,
cream,
snowman-covered,
snow-themed—anything that looks like you got lost in a blizzard. Bonus points for actual snowman prints.</p></div><div style="text-align: center;"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/meltdown.png"
style="width: 100%; max-width: 300px; border-radius: 12px; box-shadow: var(--shadow-lg); margin: 0 auto;"
alt="Meltdown"></div></div></div></section><section id="players" class="section"
style="background: linear-gradient(to bottom, var(--navy), var(--deep-blue));"><div class="container"><div class="text-center"><h2 class="section-title">The Roster</h2><p class="section-desc">Two teams. Six kids. One neutral chaos agent.</p></div><div class="grid-2">< !-- Team Avalanche --><div class="card glass-panel team-card team-avalanche"><div class="team-header"><div class="team-name font-display text-accent">Team Avalanche</div><div style="font-size: 0.8rem; letter-spacing: 1px; opacity: 0.7;">DEFENDERS OF THE DRIFT</div></div><div class="roster"><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/William.png"
class="player-img" onclick="openLightbox(this.src)"><div class="player-name">William</div><div class="player-age">Age 14</div></div><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/Lindsey.png"
class="player-img" onclick="openLightbox(this.src)"><div class="player-name">Lindsey</div><div class="player-age">Age 13</div></div><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/Kaylee.png"
class="player-img" onclick="openLightbox(this.src)"><div class="player-name">Kaylee</div><div class="player-age">Age 11</div></div></div></div>< !-- Team Blizzard --><div class="card glass-panel team-card team-blizzard"><div class="team-header"><div class="team-name font-display" style="color: var(--rich-blue);">Team Blizzard</div><div style="font-size: 0.8rem; letter-spacing: 1px; opacity: 0.7;">MASTERS OF THE STORM</div></div><div class="roster"><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/Johnny.png"
class="player-img" onclick="openLightbox(this.src)"><div class="player-name">Johnny</div><div class="player-age">Age 17</div></div><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/Adele.png"
class="player-img" onclick="openLightbox(this.src)"><div class="player-name">Addy</div><div class="player-age">Age 13</div></div><div class="player"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/Luke.png" class="player-img"
onclick="openLightbox(this.src)"><div class="player-name">Luke</div><div class="player-age">Age 11</div></div></div></div></div>< !-- The Yeti --><div class="card glass-panel yeti-card"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/James.png" class="yeti-img"
onclick="openLightbox(this.src)"><div><div style="display: inline-block; background: var(--accent-red); padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; margin-bottom: 0.5rem;">CHAOS AGENT</div><h3 class="font-display"
style="font-size: 2.2rem; color: var(--pure-white); margin-bottom: 0.5rem;">James · The Yeti </h3><p style="color: #ccc;">Neutral. Unpredictable. Unavoidable. James plays by his own rules,
which mostly involve stealing from everyone and causing maximum chaos.</p></div></div></div></section><section id="games" class="section"><div class="container"><div class="text-center"><h2 class="section-title">The Eight Games</h2><p class="section-desc">Eight chances to prove you're the superior cousin.</p>
 </div><div class="games-container">< !-- Day 1 Column --><div class="games-day-1"><h3 class="game-column-title">December 23</h3>< !-- Game 2 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Monday 2:30 PM • Outdoor</div><h3><i class="fa-regular fa-snowflake text-accent" style="margin-right: 8px;"></i>Yeti Freeze Tag</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>The Snowman guards 100 snowballs at center base. Teams race to steal them. James—dressed as a yeti—steals from everyone.</p><div style="margin: 1rem 0; height: 150px; border-radius: 8px; overflow: hidden;"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/freeze-tag.png"
style="width: 100%; height: 100%; object-fit: cover;" alt="Freeze Tag"></div><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Winning team: 20 snowflakes each</div></div></div></div>< !-- Game 3 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Monday 3:30 PM • Outdoor</div><h3><i class="fa-solid fa-person-running text-accent" style="margin-right: 8px;"></i>The Polar Express Relay</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Pick a partner. Wear ridiculous inflatable costumes. Race through an obstacle course. Try not to fall.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Winning pair: 25 snowflakes each</div></div></div></div>< !-- Game 4 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Monday 6:30 PM • Indoor</div><h3><i class="fa-solid fa-video text-accent" style="margin-right: 8px;"></i>Frostbite Film Festival</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Lights. Camera. Snowball. You have 30 minutes to write and film a 1-minute masterpiece.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Best Picture: 20 snowflakes per person</div></div></div></div></div>< !-- Day 2 Column --><div class="games-day-2"><h3 class="game-column-title">December 24</h3>< !-- Game 5 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Tuesday 9:30 AM • Indoor</div><h3><i class="fa-solid fa-bullseye text-accent" style="margin-right: 8px;"></i>Snowball Shootout</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Cups on a table. Hidden point values. Half of them are worth zero. Welcome to trust issues.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Winning team: 25 snowflakes per person</div></div></div></div>< !-- Game 6 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Tuesday 10:30 AM • Indoor</div><h3><i class="fa-solid fa-trophy text-accent" style="margin-right: 8px;"></i>The Arctic Cup</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Christmas Pong tournament. Single elimination. James gets a bye because it's his
 birthday.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Champion: 25 snowflakes </div></div></div></div>< !-- Game 7 --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Tuesday 11:30 AM • Indoor</div><h3><i class="fa-solid fa-dice text-accent" style="margin-right: 8px;"></i>The Yeti's
 Gauntlet</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Truth or Dare meets Connect 4. Fail a dare,
James gets your points.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Winning team: 15 snowflakes per person</div></div></div></div>< !-- Game 8 (Moved) --><div class="game-item"><div class="game-header" onclick="toggleGame(this)"><div class="game-info"><div class="game-meta">Tuesday Finale • Indoor</div><h3><i class="fa-solid fa-tree text-accent" style="margin-right: 8px;"></i>Tree Decorating</h3></div><div style="font-size: 1.2rem; color: var(--ice-blue);"><i class="fa-solid fa-plus"></i></div></div><div class="game-details"><div class="game-content"><p>Boys vs Girls. Each kid makes a snowman ornament. Teams decorate Boy Tree and Girl Tree.</p><div class="prize-badge"><i class="fa-solid fa-trophy"></i>Best Ornament: 5 snowflakes • Creativity: 25 pts • Prettiest: 25 pts</div></div></div></div></div></div></div></section><section id="activities" class="section" style="background: rgba(15, 34, 61, 0.4);"><div class="container"><div class="text-center"><h2 class="section-title">Between the Battles</h2><p class="section-desc">Downtime activities for when you need a break from the chaos.</p></div><div class="grid-2"><div class="card glass-panel"><h3><i class="fa-solid fa-vr-cardboard text-accent"></i>VR Adventures</h3><ul style="color: var(--text-muted); line-height: 2;"><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Beat Saber</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Walkabout Mini Golf</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Superhot VR</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Eleven Table Tennis</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Thrill of the Fight 2</li></ul></div><div class="card glass-panel"><h3><i class="fa-solid fa-gamepad text-accent"></i>Jackbox Party</h3><ul style="color: var(--text-muted); line-height: 2;"><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Trivia Murder Party</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Quiplash</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Tee K.O.</li><li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>You Don't Know Jack</li>
 <li><i class="fa-solid fa-check text-silver" style="font-size:0.7rem; margin-right:5px;"></i>Fakin' It</li>
 </ul></div></div></div></section><section id="menu" class="section"><div class="container"><h2 class="section-title text-center">The Menu</h2><div class="grid-3" style="margin-top: 3rem;"><div class="card glass-panel text-center"><h4 class="text-accent">Monday</h4><p><strong>Lunch:</strong>Lunchables & Snacks</p><p><strong>Dinner:</strong>Takeout Vote</p></div><div class="card glass-panel text-center"><h4 class="text-accent">Tuesday</h4><p><strong>Breakfast:</strong>Cereal Bar</p><p><strong>Lunch:</strong>Leftovers & Snacks</p></div><div class="card glass-panel text-center"><h4 class="text-accent">The Feast</h4><p><strong>Appetizers:</strong>CharcuTREE</p><p><strong>Dinner:</strong>Ham,
Cornbread,
Stuffing</p></div><div style="text-align: center; margin-top: 1rem;"><img src="https://cousinchristmas.us/wp-content/uploads/2025/11/frosted-flakes.png"
style="width: 100%; max-width: 200px; border-radius: 12px; box-shadow: var(--shadow-lg); margin: 0 auto;"
alt="Frosted Flakes"></div></div></div></section><section id="gallery" class="section"><div class="container"><h2 class="section-title text-center">Last Year's Carnage</h2>
 <div class="gallery-grid" style="margin-top: 2rem;"><div class="gallery-item"><img src="https://cousinchristmas.us/img_9491.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9500.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9502.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9508.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9524.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9525.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9546.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9557.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9453.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9495.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9510.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div><div class="gallery-item"><img src="https://cousinchristmas.us/img_9512.jpg"
onclick="openLightbox(this.src)"
onerror="this.src='https://placehold.co/400x600/1e406e/ffffff?text=Xmas+Memory'"></div></div></div></section><footer><p>&copy;
2025 Schneider Family Corp. Powered by Christmas magic and questionable decisions.</p></footer>< !-- Lightbox --><div id="lightbox"
style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.9); z-index:2000; justify-content:center; align-items:center; cursor:pointer;"
onclick="this.style.display='none'"><img id="lightbox-img" src="" style="max-width:90%; max-height:90%; border-radius:12px;"></div><script> // Snowfall

function createSnowflake() {
    const snowflake=document.createElement('div');
    snowflake.classList.add('snowflake');
    snowflake.innerHTML='<i class="fa-regular fa-snowflake"></i>';
    snowflake.style.left=Math.random() * window.innerWidth+'px';
    snowflake.style.animationDuration=Math.random() * 3+7+'s';
    snowflake.style.opacity=Math.random() * 0.6+0.4;
    snowflake.style.fontSize=Math.random() * 10+10+'px';
    document.getElementById('snowflakes').appendChild(snowflake);
    setTimeout(()=> snowflake.remove(), 10000);
}

setInterval(createSnowflake, 300);

// Countdown
function updateCountdown() {
    const eventDate=new Date('December 23, 2025 12:00:00').getTime();
    const now=new Date().getTime();
    const distance=eventDate - now;

    if (distance < 0) return;
    document.getElementById('days').innerText=Math.floor(distance / (1000 * 60 * 60 * 24)).toString().padStart(2, '0');
    document.getElementById('hours').innerText=Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)).toString().padStart(2, '0');
    document.getElementById('minutes').innerText=Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)).toString().padStart(2, '0');
}

setInterval(updateCountdown, 1000);
updateCountdown();

// Accordion
function toggleGame(header) {
    const details=header.nextElementSibling;
    const icon=header.querySelector('div:last-child i');

    if (details.style.maxHeight) {
        details.style.maxHeight=null;
        icon.classList.remove('fa-minus');
        icon.classList.add('fa-plus');
        icon.style.color='var(--ice-blue)';
    }

    else {
        details.style.maxHeight=details.scrollHeight+"px";
        icon.classList.remove('fa-plus');
        icon.classList.add('fa-minus');
        icon.style.color='var(--accent-red)';
    }
}

// Lightbox
function openLightbox(src) {
    const lb=document.getElementById('lightbox');
    lb.style.display='flex';
    document.getElementById('lightbox-img').src=src;
}

</script></body></html>/* End custom CSS */