/* Aurum Crest Casino — production stylesheet */
:root {
  --ink: #07100d;
  --ink-soft: #0c1c16;
  --green: #123f31;
  --green-bright: #1e6a4e;
  --gold: #caa55b;
  --gold-light: #ead49d;
  --cream: #f3efe4;
  --paper: #ebe5d7;
  --white: #fffdf8;
  --muted: #a7afa9;
  --line: rgba(216, 187, 124, .22);
  --line-light: rgba(255, 255, 255, .12);
  --danger: #ff9b8f;
  --success: #9fe2bf;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1240px;
  --radius: 3px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 24px; z-index: 200; padding: 12px 18px; background: var(--cream); color: var(--ink); text-decoration: none; font-weight: 800; }
.skip-link:focus { top: 20px; }

.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-flex; margin-right: 10px; padding: 6px 9px 5px; border: 1px solid currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 6vw, 5.5rem); }
h3 { line-height: 1.2; }
.lead { font-size: 1.1rem; line-height: 1.75; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 28px; padding: 14px 24px; border: 1px solid transparent; border-radius: var(--radius); cursor: pointer; font-size: .73rem; font-weight: 850; letter-spacing: .13em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: var(--gold-light); }
.button--ghost { border-color: rgba(255,255,255,.3); background: rgba(4,12,9,.18); color: var(--white); backdrop-filter: blur(6px); }
.button--ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button--light { background: var(--cream); color: var(--ink); }
.button--full { width: 100%; justify-content: space-between; margin-top: 12px; }
.button:disabled { cursor: progress; opacity: .65; transform: none; }
.text-link { color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* Age gate */
.age-gate { width: min(calc(100% - 32px), 520px); padding: 52px; border: 1px solid rgba(216,187,124,.45); border-radius: 0; background: linear-gradient(145deg, #0f251d, #07100d 75%); color: var(--white); box-shadow: 0 34px 100px rgba(0,0,0,.7); text-align: center; }
.age-gate::backdrop { background: rgba(2, 8, 6, .88); backdrop-filter: blur(16px); }
.age-gate__crest { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 28px; border: 1px solid var(--gold); border-radius: 50%; }
.age-gate__crest img { width: 42px; height: 42px; object-fit: contain; }
.age-gate h2 { margin: 0 0 20px; font-size: 3rem; }
.age-gate p:not(.eyebrow):not(.microcopy) { color: #c7cec9; }
.age-gate__actions { display: grid; gap: 15px; margin-top: 30px; }
.text-button { appearance: none; padding: 8px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .8rem; text-decoration: underline; text-underline-offset: 4px; }
.microcopy { margin: 20px 0 0; color: #7f8d85; font-size: .72rem; }
.age-declined { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 24px; background: var(--ink); text-align: center; }
.age-declined__card { max-width: 560px; }
.age-declined h2 { margin: 26px 0 18px; font-size: clamp(2.6rem, 7vw, 4.8rem); }
.age-declined p { color: var(--muted); }
.brand-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 2rem; }
.brand-mark img { width: 43px; height: 43px; object-fit: contain; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand__icon { width: 38px; height: 43px; flex: none; object-fit: contain; }
.brand__type { display: flex; flex-direction: column; }
.brand__type strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 500; letter-spacing: .04em; line-height: 1.1; text-transform: uppercase; }
.brand__type small { margin-top: 4px; color: var(--gold-light); font-size: .53rem; font-weight: 700; letter-spacing: .2em; line-height: 1; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 44px); }
.site-nav a { position: relative; padding: 32px 0 30px; color: rgba(255,255,255,.76); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transition: transform .25s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav a:hover::after { transform: scaleX(1); }
.header-entry { display: flex; min-width: 150px; flex-direction: column; align-items: center; justify-content: center; margin-left: 28px; padding-inline: 22px; background: var(--gold); color: var(--ink); text-decoration: none; }
.header-entry span { font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.header-entry small { margin-top: 3px; font-size: .58rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 870px; display: flex; align-items: center; overflow: hidden; background: #020604; }
.hero__image, .hero__shade, .hero__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: 56% center; }
.hero__shade { background: linear-gradient(90deg, rgba(3,9,7,.98) 0%, rgba(3,9,7,.92) 26%, rgba(3,9,7,.25) 62%, rgba(3,9,7,.08) 100%), linear-gradient(0deg, rgba(3,9,7,.55), transparent 40%); }
.hero__lines { opacity: .16; background-image: linear-gradient(90deg, transparent 49.9%, rgba(202,165,91,.5) 50%, transparent 50.1%); background-size: 24% 100%; pointer-events: none; }
.hero__inner { position: relative; z-index: 1; padding-top: 132px; }
.hero__copy { max-width: 665px; }
.hero h1 { max-width: 720px; margin: 0 0 30px; font-size: clamp(4rem, 8vw, 7.4rem); line-height: .86; text-shadow: 0 10px 36px rgba(0,0,0,.45); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero__lead { max-width: 610px; margin-bottom: 36px; color: #d5d9d6; font-size: 1.08rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; gap: 46px; margin: 54px 0 72px; padding: 0; list-style: none; }
.hero__proof li { display: grid; }
.hero__proof strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; line-height: 1; }
.hero__proof span { margin-top: 6px; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.countdown-card { position: absolute; right: 0; bottom: 28px; width: min(560px, 50vw); padding: 24px 30px 28px; border: 1px solid rgba(234,212,157,.35); background: rgba(5,17,13,.9); box-shadow: 0 30px 80px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.countdown-card__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 17px; border-bottom: 1px solid var(--line-light); color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 8px; color: var(--success); }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(159,226,191,.1); }
.countdown { display: grid; grid-template-columns: repeat(7, auto); align-items: start; justify-content: space-between; padding-top: 22px; }
.countdown div { display: grid; min-width: 64px; text-align: center; }
.countdown strong { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 400; line-height: 1; }
.countdown span { margin-top: 8px; color: var(--muted); font-size: .55rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.countdown i { padding-top: 4px; color: var(--gold); font-family: var(--serif); font-size: 2rem; font-style: normal; }

.trust-rail { border-block: 1px solid var(--line); background: #091712; }
.trust-rail__inner { min-height: 90px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-rail span { display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); color: #c9d0cb; font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.trust-rail span:not(:first-child) { padding-left: 34px; }
.trust-rail span:last-child { border-right: 0; }
.trust-rail i { color: var(--gold); font-family: var(--serif); font-size: .86rem; font-style: normal; }

/* Shared headings */
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: end; gap: 70px; }
.section-heading--split > p { max-width: 480px; margin: 0 0 4px; color: var(--muted); line-height: 1.75; }
.section-heading--centre { max-width: 810px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--centre > p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); }

/* Collection */
.collection { position: relative; background: var(--cream); color: var(--ink); }
.collection::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(12,28,22,.13) .7px, transparent .7px); background-size: 6px 6px; pointer-events: none; }
.collection .shell { position: relative; }
.collection .eyebrow { color: var(--green-bright); }
.collection .section-heading--split > p { color: #52615a; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { position: relative; overflow: hidden; border: 1px solid rgba(7,16,13,.15); background: #fbf9f3; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.product-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 26px 50px rgba(7,16,13,.14); }
.product-card__visual { height: 435px; background-image: url('assets/images/aurum-collection.webp'); background-repeat: no-repeat; background-size: auto 610px; transition: transform .7s var(--ease); }
.product-card:hover .product-card__visual { transform: scale(1.025); }
.product-card__visual--black { background-position: 68% 24%; }
.product-card__visual--green { background-position: 36% 75%; }
.product-card__visual--ivory { background-position: 96% 80%; }
.product-card__body { padding: 30px 30px 27px; }
.product-card__number { color: var(--green-bright); font-size: .61rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.product-card h3 { margin: 13px 0 14px; font-family: var(--serif); font-size: 1.75rem; font-weight: 500; }
.product-card p { min-height: 78px; margin-bottom: 22px; color: #5b665f; font-size: .89rem; line-height: 1.7; }
.product-card__meta { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(7,16,13,.13); color: #46534c; font-size: .61rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.collection-note { margin: 28px 0 0; color: #617168; font-size: .73rem; text-align: center; }
.collection-note span { margin-right: 8px; color: var(--green-bright); }

/* Steps */
.steps-section { position: relative; overflow: hidden; background: #07130f; }
.steps-section::before { content: "A"; position: absolute; top: -160px; left: 50%; color: rgba(202,165,91,.025); font-family: var(--serif); font-size: 60rem; line-height: 1; transform: translateX(-50%); }
.steps-section .shell { position: relative; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 340px; padding: 36px; border: 1px solid var(--line); }
.steps li + li { border-left: 0; }
.steps__number { color: var(--gold); font-family: var(--serif); font-size: .85rem; }
.steps__icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 48px 0 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: 1.55rem; }
.steps li::after { content: ""; position: absolute; top: 106px; right: -24px; z-index: 2; width: 48px; border-top: 1px solid var(--gold); }
.steps li:last-child::after { display: none; }
.steps h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }

/* Winner pack */
.prize-pack { background: #0b1c16; }
.prize-pack__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 8vw, 115px); }
.prize-pack__image-wrap { position: relative; }
.prize-pack__image-wrap::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid var(--line); }
.prize-pack__image-wrap img { position: relative; aspect-ratio: 4/3; width: 100%; object-fit: cover; box-shadow: 0 35px 70px rgba(0,0,0,.32); }
.image-stamp { position: absolute; right: -10px; bottom: 22px; z-index: 2; padding: 13px 18px; border: 1px solid var(--gold); background: var(--ink); color: var(--gold-light); font-family: var(--serif); font-size: .8rem; letter-spacing: .14em; }
.prize-pack__copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.prize-pack__copy > .lead { max-width: 590px; color: #bdc6c0; }
.feature-list { display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.feature-list li > span { color: var(--gold); font-family: var(--serif); }
.feature-list strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1.18rem; font-weight: 400; }
.feature-list p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }

/* Entry */
.entry-band { position: relative; padding: 120px 0; overflow: hidden; background: linear-gradient(125deg, #164c39, #0d2d22 60%, #07130f); }
.entry-band::before { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-linear-gradient(120deg, transparent 0 42px, rgba(234,212,157,.3) 42px 43px, transparent 43px 86px); transform: skewX(-12deg); }
.entry-band__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.entry-intro h2 { max-width: 600px; }
.entry-intro > p:not(.eyebrow) { max-width: 540px; color: #c6d3cc; }
.live-count { display: flex; align-items: center; gap: 16px; margin: 42px 0; }
.live-count__pulse { position: relative; width: 11px; height: 11px; flex: none; border-radius: 50%; background: var(--success); }
.live-count__pulse::before { content: ""; position: absolute; inset: -6px; border: 1px solid var(--success); border-radius: inherit; animation: livePulse 2s infinite; }
@keyframes livePulse { 0% { transform: scale(.55); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
.live-count div { display: flex; align-items: baseline; gap: 12px; }
.live-count strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.35rem; font-weight: 400; line-height: 1; }
.live-count small { color: #b5c1bb; font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.entry-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; border-top: 1px solid var(--line-light); }
.entry-facts div { padding: 20px 16px 18px 0; border-bottom: 1px solid var(--line-light); }
.entry-facts div:nth-child(even) { padding-left: 25px; border-left: 1px solid var(--line-light); }
.entry-facts dt { color: #91a69b; font-size: .58rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.entry-facts dd { margin: 7px 0 0; color: var(--white); font-family: var(--serif); font-size: .98rem; line-height: 1.35; }
.form-card { background: var(--cream); color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.form-card__header { display: flex; justify-content: space-between; padding: 22px 32px; border-bottom: 1px solid rgba(7,16,13,.14); color: var(--green); font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.secure-note { color: #5e7569; }
.secure-note i { color: var(--green-bright); font-style: normal; }
.entry-form { padding: 36px 38px 34px; }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; color: #26372f; font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.field input { width: 100%; height: 56px; padding: 0 16px; border: 1px solid #c9c8bf; border-radius: 0; background: #fffdf8; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input:focus { border-color: var(--green-bright); box-shadow: 0 0 0 3px rgba(30,106,78,.12); }
.field input[aria-invalid="true"] { border-color: #a94337; }
.field__hint { display: block; margin-top: 7px; color: #68746e; font-size: .69rem; }
.field__error { display: block; min-height: 18px; margin-top: 5px; color: #993b31; font-size: .71rem; font-weight: 650; }
.check-error { min-height: 15px; margin: -5px 0 7px 32px; }
.check-field { position: relative; display: grid; grid-template-columns: 21px 1fr; gap: 11px; margin: 10px 0; color: #48554e; cursor: pointer; font-size: .76rem; line-height: 1.5; }
.check-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check-field__box { width: 20px; height: 20px; display: grid; place-items: center; margin-top: 1px; border: 1px solid #9fa69f; color: transparent; font-size: .7rem; transition: .2s ease; }
.check-field input:focus-visible + .check-field__box { outline: 2px solid var(--green-bright); outline-offset: 2px; }
.check-field input:checked + .check-field__box { border-color: var(--green); background: var(--green); color: white; }
.check-field a { color: var(--green); font-weight: 750; text-underline-offset: 2px; }
.entry-form .button--gold { background: var(--green); color: var(--white); }
.entry-form .button--gold:hover { background: #185842; }
.form-status { display: none; margin-top: 18px; padding: 12px 14px; border: 1px solid currentColor; font-size: .78rem; line-height: 1.5; }
.form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-success { color: #185d41; background: #e7f4ec; }
.form-status.is-error { color: #8d332a; background: #faeae7; }
.form-fineprint { margin: 18px 0 0; color: #6b756f; font-size: .65rem; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.entry-form.is-submitted { min-height: 330px; display: grid; place-items: center; }
.entry-form.is-submitted .field,
.entry-form.is-submitted .check-field,
.entry-form.is-submitted .check-error,
.entry-form.is-submitted .button,
.entry-form.is-submitted .form-fineprint,
.entry-form.is-submitted > input { display: none; }
.entry-form.is-submitted .form-status.is-success { width: 100%; margin: 0; padding: 34px; border-color: rgba(24,93,65,.28); font-size: .9rem; line-height: 1.7; text-align: center; }
.entry-form.is-submitted .form-status.is-success strong { display: block; margin-bottom: 7px; color: var(--green); font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }

/* Draw details */
.draw-details { background: var(--cream); color: var(--ink); }
.draw-details .eyebrow { color: var(--green-bright); }
.draw-details .section-heading--split > p { color: #53635b; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(7,16,13,.2); }
.timeline article { position: relative; padding: 36px 28px 38px 0; }
.timeline article + article { padding-left: 28px; border-left: 1px solid rgba(7,16,13,.16); }
.timeline time { display: inline-block; margin-bottom: 30px; color: var(--green-bright); font-size: .63rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.timeline h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.timeline p { margin: 0; color: #5b6861; font-size: .82rem; line-height: 1.7; }
.safety-note { display: grid; grid-template-columns: 46px 1fr; gap: 22px; margin-top: 44px; padding: 28px 32px; border: 1px solid rgba(7,16,13,.18); background: #e3ecdf; }
.safety-note__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--green-bright); border-radius: 50%; color: var(--green-bright); font-family: var(--serif); font-size: 1.3rem; }
.safety-note strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.safety-note p { margin: 5px 0 0; color: #52615a; font-size: .84rem; }
.safety-note a { color: var(--green); font-weight: 700; }

/* FAQ */
.faq { background: #091712; }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 9vw, 140px); }
.faq__intro { position: sticky; top: 120px; align-self: start; }
.faq__intro h2 { font-size: clamp(3rem, 5vw, 4.8rem); }
.faq__intro > p:not(.eyebrow) { max-width: 380px; color: var(--muted); }
.faq__intro .text-link { display: inline-block; margin-top: 24px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; cursor: pointer; font-family: var(--serif); font-size: 1.24rem; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold); font-family: var(--sans); font-size: 1.2rem; font-weight: 300; transition: transform .25s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -5px 50px 27px 0; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.accordion details a { color: var(--gold-light); }

/* Closing CTA and footer */
.closing-cta { position: relative; padding: 105px 0; overflow: hidden; background: var(--gold); color: var(--ink); text-align: center; }
.closing-cta__mark { position: absolute; top: 50%; left: 50%; color: rgba(7,16,13,.055); font-family: var(--serif); font-size: 27rem; line-height: 1; transform: translate(-50%, -49%); }
.closing-cta__inner { position: relative; }
.closing-cta .eyebrow { color: #345345; }
.closing-cta h2 { margin-bottom: 16px; font-size: clamp(3.8rem, 8vw, 7.2rem); }
.closing-cta p:not(.eyebrow) { margin-bottom: 31px; font-size: 1rem; }
.site-footer { background: #040b08; }
.footer-main { display: grid; grid-template-columns: 1.45fr .55fr .65fr .45fr; gap: 60px; padding-top: 70px; padding-bottom: 65px; }
.footer-brand p { max-width: 420px; margin: 25px 0 0; color: #7f8a84; font-size: .78rem; line-height: 1.75; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { margin: 4px 0 15px; color: var(--gold-light); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { color: #8f9993; font-size: .75rem; text-decoration: none; }
.footer-column a:hover { color: var(--white); }
.footer-age { display: flex; flex-direction: column; align-items: flex-end; }
.footer-age strong { color: var(--gold); font-family: var(--serif); font-size: 3.5rem; font-weight: 400; line-height: 1; }
.footer-age span { max-width: 100px; margin-top: 8px; color: #78837d; font-size: .56rem; letter-spacing: .12em; line-height: 1.5; text-align: right; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 21px; padding-bottom: 25px; border-top: 1px solid var(--line-light); }
.footer-bottom p { margin: 0; color: #66716b; font-size: .62rem; }

/* Legal and utility pages */
.legal-page, .utility-page { background: var(--cream); color: var(--ink); }
.legal-page .site-header, .utility-page .site-header { position: relative; border-color: rgba(7,16,13,.14); background: var(--ink); }
.legal-page .site-nav a, .utility-page .site-nav a { color: rgba(255,255,255,.75); }
.legal-hero { padding: 90px 0 75px; background: #0c2119; color: var(--white); }
.legal-hero .eyebrow { color: var(--gold-light); }
.legal-hero h1 { max-width: 900px; margin-bottom: 25px; font-size: clamp(3.4rem, 8vw, 7rem); }
.legal-hero p:last-child { max-width: 680px; margin: 0; color: #b3bdb7; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 80px; padding-top: 80px; padding-bottom: 110px; }
.legal-toc { position: sticky; top: 30px; align-self: start; padding: 25px; border: 1px solid rgba(7,16,13,.15); }
.legal-toc strong { display: block; margin-bottom: 15px; color: var(--green); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 6px 0; color: #526159; font-size: .75rem; text-decoration: none; }
.legal-toc a:hover { color: var(--green-bright); }
.legal-content { max-width: 780px; }
.legal-content .legal-summary { margin-bottom: 55px; padding: 30px; border-left: 3px solid var(--gold); background: #e6e0d2; }
.legal-summary strong { display: block; margin-bottom: 8px; color: var(--green); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.legal-summary p { margin: 0; }
.legal-content section { scroll-margin-top: 25px; margin-bottom: 52px; }
.legal-content h2 { margin-bottom: 20px; color: var(--green); font-size: 2rem; line-height: 1.12; }
.legal-content h3 { margin: 28px 0 10px; color: var(--green); font-family: var(--serif); font-size: 1.2rem; font-weight: 600; }
.legal-content p, .legal-content li { color: #46544d; line-height: 1.78; }
.legal-content ul, .legal-content ol { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: #0d6848; font-weight: 700; }
.legal-table { width: 100%; margin: 24px 0; border-collapse: collapse; font-size: .85rem; }
.legal-table th, .legal-table td { padding: 14px 16px; border: 1px solid rgba(7,16,13,.16); text-align: left; vertical-align: top; }
.legal-table th { width: 34%; background: #e5dfd2; color: var(--green); }
.utility-main { min-height: calc(100vh - 88px); display: grid; place-items: center; padding: 70px 24px; background: linear-gradient(140deg, #0e3024, #06100c); color: var(--white); text-align: center; }
.utility-card { max-width: 620px; }
.utility-card .brand-mark { margin-bottom: 30px; }
.utility-card h1 { font-size: clamp(3rem, 8vw, 5rem); }
.utility-card p { margin-bottom: 30px; color: var(--muted); }

/* Responsive */
@media (max-width: 1060px) {
  .site-nav { gap: 20px; }
  .site-nav a { font-size: .62rem; }
  .hero { min-height: 800px; }
  .hero__image { object-position: 63% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(3,9,7,.97), rgba(3,9,7,.82) 38%, rgba(3,9,7,.16) 80%); }
  .countdown-card { bottom: 24px; }
  .product-card__visual { height: 360px; background-size: auto 510px; }
  .prize-pack__grid { gap: 55px; }
  .entry-band__grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.2fr .5fr .6fr; }
  .footer-age { display: none; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .section { padding: 90px 0; }
  .header-inner { grid-template-columns: 1fr auto; }
  .nav-toggle { position: relative; z-index: 62; width: 54px; display: grid; align-content: center; gap: 5px; padding: 0 15px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { width: 24px; height: 1px; display: block; background: white; transition: .2s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; padding: 90px 12vw; background: rgba(4,14,10,.98); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 9px 0; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .header-entry { display: none; }
  .hero { min-height: 920px; align-items: flex-end; }
  .hero__image { object-position: 65% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(3,9,7,.92), rgba(3,9,7,.38)), linear-gradient(0deg, rgba(3,9,7,.98) 5%, rgba(3,9,7,.14) 70%); }
  .hero__inner { padding-top: 180px; padding-bottom: 210px; }
  .hero__copy { max-width: 620px; }
  .hero__proof { margin-bottom: 0; }
  .countdown-card { right: 18px; bottom: 24px; width: calc(100% - 36px); }
  .trust-rail__inner { grid-template-columns: repeat(2, 1fr); padding-block: 14px; }
  .trust-rail span { min-height: 45px; border: 0; }
  .trust-rail span:not(:first-child) { padding-left: 0; }
  .section-heading--split { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; display: grid; grid-template-columns: 50px 70px 1fr; column-gap: 24px; align-items: center; padding: 28px; }
  .steps li + li { border-top: 0; border-left: 1px solid var(--line); }
  .steps__icon { margin: 0; }
  .steps h3 { margin: 0 0 8px; }
  .steps p { grid-column: 3; }
  .steps li::after { top: auto; right: auto; bottom: -24px; left: 98px; width: 1px; height: 48px; border-top: 0; border-left: 1px solid var(--gold); }
  .prize-pack__grid, .entry-band__grid, .faq__grid { grid-template-columns: 1fr; }
  .prize-pack__image-wrap { max-width: 650px; }
  .entry-intro { max-width: 650px; }
  .form-card { max-width: 680px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .timeline article:nth-child(3) { border-left: 0; }
  .timeline article:nth-child(n+3) { border-top: 1px solid rgba(7,16,13,.16); }
  .faq__intro { position: static; }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; gap: 35px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-toc { position: static; display: none; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 70px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 72px 0; }
  .age-gate { padding: 38px 24px; }
  .age-gate h2 { font-size: 2.5rem; }
  .header-inner { height: 72px; }
  .brand__icon { width: 31px; height: 36px; }
  .brand__type strong { font-size: .96rem; }
  .brand__type small { font-size: .45rem; }
  .hero { min-height: 900px; }
  .hero__image { height: 57%; object-position: 59% center; }
  .hero__shade { background: linear-gradient(0deg, #030907 42%, rgba(3,9,7,.18) 78%, rgba(3,9,7,.3)); }
  .hero__inner { padding-top: 315px; padding-bottom: 215px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .hero__lead { font-size: .93rem; line-height: 1.65; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__proof { justify-content: space-between; gap: 15px; margin-top: 36px; }
  .hero__proof strong { font-size: 1.4rem; }
  .countdown-card { padding: 20px 15px 22px; }
  .countdown-card__top { align-items: flex-start; flex-direction: column; gap: 6px; }
  .countdown div { min-width: 48px; }
  .countdown strong { font-size: 2rem; }
  .countdown i { font-size: 1.3rem; }
  .trust-rail span { font-size: .56rem; }
  .trust-rail i { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; width: 100%; }
  .product-card__visual { height: 390px; background-size: auto 550px; }
  .steps { margin-top: 45px; }
  .steps li { grid-template-columns: 30px 55px 1fr; gap: 14px; padding: 22px 18px; }
  .steps__icon { width: 54px; height: 54px; }
  .steps p { grid-column: 2 / 4; margin-top: 12px; }
  .steps li::after { left: 73px; }
  .prize-pack__image-wrap::before { inset: 10px -8px -10px 8px; }
  .image-stamp { right: -3px; bottom: 10px; }
  .entry-band { padding: 75px 0; }
  .entry-facts { grid-template-columns: 1fr; }
  .entry-facts div:nth-child(even) { padding-left: 0; border-left: 0; }
  .form-card { margin-inline: -5px; }
  .form-card__header, .entry-form { padding-right: 22px; padding-left: 22px; }
  .form-card__header { align-items: flex-start; flex-direction: column; gap: 7px; }
  .live-count div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article, .timeline article + article { padding: 25px 0; border-left: 0; }
  .timeline article + article { border-top: 1px solid rgba(7,16,13,.16); }
  .timeline time { margin-bottom: 14px; }
  .safety-note { grid-template-columns: 1fr; padding: 23px; }
  .accordion summary { font-size: 1.1rem; }
  .closing-cta { padding: 80px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-hero { padding: 65px 0 55px; }
  .legal-layout { padding-top: 55px; padding-bottom: 75px; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table tr + tr { margin-top: 15px; }
  .legal-table td { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .legal-toc, .button { display: none !important; }
  body, .legal-page { background: white; color: black; }
  .legal-hero { padding: 30px 0; background: white; color: black; }
  .legal-layout { display: block; padding: 30px 0; }
  a { color: black; text-decoration: none; }
}
