.thanksgiving-site {
    background: #26170f;
}

.thanksgiving-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.thanksgiving-page {
    position: relative;
    min-height: calc(100vh - 7rem);
    display: grid;
    place-items: center;
    padding: 3rem 1rem;
    background:
        radial-gradient(circle at 50% 15%, rgba(218, 137, 48, 0.16), transparent 32rem),
        linear-gradient(145deg, rgba(47, 27, 15, 0.76), rgba(73, 31, 18, 0.92));
}

.thanksgiving-card {
    position: relative;
    width: 85%;
    max-width: 650px;
    box-sizing: border-box;
    padding: 3.5rem 3rem 3rem;
    overflow: hidden;
    text-align: center;
    background: rgba(67, 35, 20, 0.95);
    border: 1px solid rgba(225, 157, 72, 0.45);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(28, 13, 6, 0.45), inset 0 0 70px rgba(176, 85, 30, 0.1);
}

.thanksgiving-illustration {
    position: relative;
    z-index: 1;
    margin: -1.5rem 0 0.8rem;
    font-size: 3rem;
    line-height: 1;
}

.thanksgiving-kicker {
    position: relative;
    z-index: 1;
    margin: 0 0 0.45rem;
    color: #e3a24a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.thanksgiving-card h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff8f0;
}

.thanksgiving-subtitle {
    position: relative;
    z-index: 1;
    margin: 0.65rem 0 0;
    color: #e3a24a;
    font-size: 1.05rem;
    font-style: italic;
}

.thanksgiving-countdown {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: 2.6rem 0 1.3rem;
}

.thanksgiving-time-box {
    flex: 1 1 0;
    padding: 0 1.25rem;
}

.thanksgiving-time-box + .thanksgiving-time-box {
    border-left: 1px solid rgba(225, 157, 72, 0.3);
}

.thanksgiving-time-box span {
    display: block;
    color: #fff8f0;
    font-family: var(--display-font);
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.thanksgiving-label {
    margin-top: 0.65rem;
    color: #e3a24a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.thanksgiving-card .share-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 1.8rem;
}

.thanksgiving-card .share-toggle {
    background: #d77a2f;
    color: #2d170d;
}

.thanksgiving-card .share-toggle:hover {
    background: #ed9745;
    color: #2d170d;
}

@media (max-width: 600px) {
    .thanksgiving-page {
        min-height: calc(100vh - 4rem);
        padding: 2rem 0.75rem;
    }

    .thanksgiving-card {
        padding: 2.75rem 1rem 2rem;
    }

    .thanksgiving-time-box {
        padding: 0 0.35rem;
    }

    .thanksgiving-time-box span {
        font-size: 2rem;
    }

    .thanksgiving-label {
        font-size: 0.58rem;
        letter-spacing: 0.06em;
    }
}
