.giveaway-page {
    --giveaway-cream: #f5f0e6;
    --giveaway-paper: #eae3d6;
    --giveaway-ink: #11110f;
    --giveaway-panel: #181916;
    --giveaway-panel-2: #20211d;
    --giveaway-muted: #a9a69e;
    --giveaway-line: rgba(245, 240, 230, .14);
    --giveaway-orange: #ff5a2c;
    --giveaway-teal: #55d6be;
}

.giveaway-page .main {
    overflow: clip;
}

.giveaway {
    background: var(--giveaway-ink);
    color: var(--giveaway-cream);
}

.giveaway-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.giveaway-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(30px, 4vw, 48px);
    padding: 8px 13px;
    border: 1px solid rgba(85, 214, 190, .3);
    border-radius: 999px;
    color: var(--giveaway-teal);
    font: 700 11px/1 var(--font-body);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.giveaway-status span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--giveaway-teal);
    box-shadow: 0 0 14px rgba(85, 214, 190, .9);
}

.giveaway-status b {
    padding-left: 10px;
    border-left: 1px solid rgba(85, 214, 190, .28);
    color: var(--giveaway-cream);
}

.giveaway-hero {
    position: relative;
    padding: clamp(36px, 4.5vw, 58px) 0 clamp(64px, 7vw, 92px);
    background:
        radial-gradient(circle at 79% 22%, rgba(255, 90, 44, .14), transparent 29%),
        radial-gradient(circle at 15% 70%, rgba(85, 214, 190, .08), transparent 26%),
        var(--giveaway-ink);
}

.giveaway-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(rgba(245, 240, 230, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 240, 230, .035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.giveaway-hero .giveaway-shell {
    position: relative;
    z-index: 1;
}

.giveaway-eyebrow,
.giveaway-kicker {
    margin: 0 0 15px;
    color: var(--giveaway-teal);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.giveaway-eyebrow::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 2px;
    margin: 0 12px 3px 0;
    background: currentColor;
}

.giveaway-hero__intro {
    max-width: 820px;
}

.giveaway-hero h1,
.giveaway-section h2,
.giveaway-bottom-cta h2,
.giveaway-details h2 {
    margin: 0;
    color: var(--giveaway-cream);
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: .91;
    text-transform: uppercase;
}

.giveaway-hero h1 {
    max-width: 780px;
    font-size: clamp(68px, 8.4vw, 118px);
}

.giveaway-hero h1 em {
    color: var(--giveaway-orange);
    font-style: normal;
}

.giveaway-lede {
    max-width: 720px;
    margin: 22px 0 0;
    color: var(--giveaway-muted);
    font-size: clamp(17px, 1.6vw, 21px);
    line-height: 1.52;
}

.giveaway-lede strong {
    color: var(--giveaway-cream);
}

.giveaway-hero__grid {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(500px, 1.25fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: start;
    margin-top: clamp(34px, 4vw, 52px);
}

.giveaway-entry-card {
    padding: clamp(25px, 3.5vw, 42px);
    border: 1px solid var(--giveaway-line);
    border-radius: 18px;
    background: rgba(24, 25, 22, .88);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
}

.giveaway-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease;
}

.giveaway-button:hover {
    transform: translateY(-2px);
}

.giveaway-button--primary {
    width: 100%;
    margin-bottom: 18px;
    background: var(--giveaway-orange);
    color: #170b07;
}

.giveaway-button--primary:hover {
    background: #ff7049;
    color: #170b07;
}

.giveaway-fine-print {
    margin: 0;
    color: var(--giveaway-muted);
    font-size: 13px;
    line-height: 1.65;
}

.giveaway-fine-print a,
.giveaway-details a {
    color: var(--giveaway-teal);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.giveaway-callout {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 12px;
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid var(--giveaway-line);
}

.giveaway-callout__icon {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid var(--giveaway-teal);
    border-radius: 50%;
    color: var(--giveaway-teal);
    font-size: 11px;
    font-weight: 800;
}

.giveaway-callout p {
    margin: 0;
    color: var(--giveaway-muted);
    font-size: 13px;
    line-height: 1.55;
}

.giveaway-callout strong {
    color: var(--giveaway-cream);
}

.giveaway-stats {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.giveaway-stats div {
    display: grid;
    gap: 2px;
    min-width: 120px;
    padding: 12px 15px;
    border: 1px solid var(--giveaway-line);
    border-radius: 9px;
    background: rgba(24, 25, 22, .85);
}

.giveaway-stats span,
.giveaway-collage__head,
.giveaway-code,
.giveaway-cap,
.giveaway-section__note {
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.giveaway-stats span {
    color: var(--giveaway-muted);
}

.giveaway-stats strong {
    color: var(--giveaway-cream);
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 400;
}

.giveaway-stats .is-teal { color: var(--giveaway-teal); }
.giveaway-stats .is-orange { color: var(--giveaway-orange); }

.giveaway-collage {
    padding: 14px;
    border: 1px solid var(--giveaway-line);
    border-radius: 18px;
    background: var(--giveaway-panel);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
}

.giveaway-collage__head {
    display: flex;
    justify-content: space-between;
    padding: 3px 3px 13px;
    color: var(--giveaway-muted);
}

.giveaway-collage__head a { color: var(--giveaway-teal); }

.giveaway-collage__grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr 1fr;
    grid-template-rows: 165px 135px;
    gap: 8px;
}

.giveaway-prize {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 15, .14);
    border-radius: 11px;
    background: #e8e0d2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .28);
}

.giveaway-prize img {
    width: 100%;
    height: 100%;
    padding: 13px;
    object-fit: contain;
    transition: transform .28s ease;
}

.giveaway-prize:hover img { transform: scale(1.04); }

.giveaway-prize figcaption {
    position: absolute;
    left: 9px;
    bottom: 9px;
    padding: 5px 8px;
    border: 1px solid rgba(17, 17, 15, .15);
    border-radius: 5px;
    background: rgba(245, 240, 230, .9);
    color: #171612;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.giveaway-prize--marker { grid-column: 1; grid-row: 1 / 3; }
.giveaway-prize--tank { grid-column: 2; grid-row: 1; }
.giveaway-prize--loader { grid-column: 2; grid-row: 2; }
.giveaway-prize--mask { grid-column: 3; grid-row: 1; }
.giveaway-prize--pack { grid-column: 3; grid-row: 2; }

.giveaway-section {
    padding: clamp(76px, 9vw, 126px) 0;
}

.giveaway-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

.giveaway-section h2,
.giveaway-bottom-cta h2,
.giveaway-details h2 {
    font-size: clamp(48px, 7.5vw, 90px);
}

.giveaway-section__head p:not(.giveaway-eyebrow) {
    max-width: 650px;
    margin: 15px 0 0;
    color: var(--giveaway-muted);
    font-size: 17px;
}

.giveaway-section__note {
    flex: none;
    padding: 8px 11px;
    border: 1px solid rgba(85, 214, 190, .3);
    border-radius: 5px;
    color: var(--giveaway-teal);
}

.giveaway-section--ladder,
.giveaway-section--draw {
    background: #0c0d0b;
}

.giveaway-ladder,
.giveaway-manifest {
    overflow: hidden;
    border: 1px solid var(--giveaway-line);
    border-radius: 16px;
    background: var(--giveaway-panel);
}

.giveaway-ladder__row {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    gap: 28px;
    align-items: center;
    min-height: 112px;
    padding: 24px 28px;
    border-bottom: 1px solid var(--giveaway-line);
}

.giveaway-ladder__row:last-child { border-bottom: 0; }
.giveaway-ladder__row.is-required { background: rgba(85, 214, 190, .035); }

.giveaway-entry-value {
    justify-self: start;
    padding: 8px 11px;
    border: 1px solid rgba(255, 90, 44, .42);
    border-radius: 6px;
    color: var(--giveaway-orange);
    font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
    text-transform: uppercase;
}

.is-required .giveaway-entry-value {
    border-color: rgba(85, 214, 190, .42);
    color: var(--giveaway-teal);
}

.giveaway-ladder h3,
.giveaway-manifest h3,
.giveaway-steps h3,
.giveaway-why-grid h3 {
    margin: 0 0 5px;
    color: var(--giveaway-cream);
    font-size: 18px;
}

.giveaway-ladder p,
.giveaway-manifest p,
.giveaway-steps p,
.giveaway-why-grid p {
    margin: 0;
    color: var(--giveaway-muted);
    font-size: 14px;
}

.giveaway-cap {
    justify-self: end;
    color: var(--giveaway-muted);
}

.giveaway-section--manifest {
    background: var(--giveaway-paper);
    color: #191916;
}

.giveaway-section--manifest .giveaway-eyebrow { color: #0d8776; }
.giveaway-section--manifest h2,
.giveaway-section--manifest .giveaway-manifest h3 { color: #191916; }
.giveaway-section--manifest .giveaway-section__head p:not(.giveaway-eyebrow) { color: #605e57; }
.giveaway-section--manifest .giveaway-section__note { border-color: rgba(13, 135, 118, .35); color: #0d7768; }

.giveaway-manifest {
    border-color: rgba(17, 17, 15, .15);
    background: #f5f0e6;
}

.giveaway-manifest__row {
    display: grid;
    grid-template-columns: 48px 72px minmax(220px, 1fr) 190px 90px;
    gap: 18px;
    align-items: center;
    min-height: 108px;
    padding: 15px 24px;
    border-bottom: 1px solid rgba(17, 17, 15, .12);
}

.giveaway-manifest__number {
    color: #918d83;
    font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.giveaway-manifest__row img {
    width: 68px;
    height: 68px;
    padding: 4px;
    object-fit: contain;
    border-radius: 8px;
    background: #dfd7c9;
}

.giveaway-manifest p { color: #6d6961; }
.giveaway-code { color: #757168; }

.giveaway-type {
    justify-self: end;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(13, 135, 118, .12);
    color: #0b6d60;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.giveaway-type.is-marker { background: rgba(255, 90, 44, .13); color: #be3813; }

.giveaway-manifest__footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 24px;
    background: #d9d0c1;
    color: #4f4c46;
    font: 700 10px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.giveaway-manifest__footer strong { color: #191916; }

.giveaway-steps,
.giveaway-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--giveaway-line);
    border-radius: 16px;
    background: var(--giveaway-line);
}

.giveaway-steps article,
.giveaway-why-grid article {
    padding: clamp(26px, 4vw, 43px);
    background: var(--giveaway-panel);
}

.giveaway-steps article > span {
    display: block;
    margin-bottom: 42px;
    color: var(--giveaway-orange);
    font: 700 12px/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.giveaway-section--why {
    background: linear-gradient(130deg, #163d38, #112d29 60%, #251c13);
}

.giveaway-why-grid article > span {
    display: inline-block;
    margin-bottom: 34px;
    padding: 5px 8px;
    border: 1px solid rgba(85, 214, 190, .3);
    border-radius: 999px;
    color: var(--giveaway-teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.giveaway-bottom-cta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-top: 52px;
    padding-top: 45px;
    border-top: 1px solid rgba(245, 240, 230, .16);
}

.giveaway-bottom-cta h2 { font-size: clamp(45px, 6vw, 76px); }

.giveaway-button--light {
    flex: none;
    min-width: 210px;
    background: var(--giveaway-cream);
    color: #15130f;
}

.giveaway-button--light:hover { background: white; color: #15130f; }

.giveaway-details {
    padding: 55px 0 65px;
    border-top: 1px solid var(--giveaway-line);
    background: #0c0d0b;
}

.giveaway-details h2 { font-size: 40px; }

.giveaway-details p:not(.giveaway-eyebrow) {
    max-width: 900px;
    margin: 18px 0 0;
    color: var(--giveaway-muted);
    font-size: 14px;
}

@media (max-width: 900px) {
    .giveaway-hero__grid { grid-template-columns: 1fr; }
    .giveaway-manifest__row { grid-template-columns: 40px 64px 1fr 80px; }
    .giveaway-code { display: none; }
    .giveaway-steps, .giveaway-why-grid { grid-template-columns: 1fr; }
    .giveaway-bottom-cta { align-items: start; flex-direction: column; }
}

@media (max-width: 640px) {
    .giveaway-shell { width: min(100% - 28px, 1180px); }
    .giveaway-status { margin-bottom: 44px; }
    .giveaway-hero h1 { font-size: clamp(62px, 20vw, 94px); }
    .giveaway-lede { font-size: 17px; }
    .giveaway-hero__grid { margin-top: 45px; }
    .giveaway-stats div { flex: 1; min-width: 0; padding: 10px; }
    .giveaway-collage__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 145px 145px; }
    .giveaway-prize--marker { grid-column: 1; grid-row: 1 / 3; }
    .giveaway-prize--tank,
    .giveaway-prize--loader,
    .giveaway-prize--mask,
    .giveaway-prize--pack { grid-column: auto; grid-row: auto; }
    .giveaway-section__head { align-items: start; flex-direction: column; }
    .giveaway-ladder__row { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
    .giveaway-cap { justify-self: start; }
    .giveaway-manifest__row { grid-template-columns: 34px 54px 1fr; gap: 12px; min-height: 94px; padding: 12px 15px; }
    .giveaway-manifest__row img { width: 52px; height: 52px; }
    .giveaway-manifest__row h3 { font-size: 15px; }
    .giveaway-manifest__row p { font-size: 12px; }
    .giveaway-type { display: none; }
    .giveaway-manifest__footer { align-items: start; flex-direction: column; }
    .giveaway-button--light { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .giveaway-button,
    .giveaway-prize img { transition: none; }
}
