/* ============================================================
   Maple River Bend // engineering bay
   fresh stylesheet — single-product social slot platform
   geo: CA · 18+ · points only
   ============================================================ */


:root {
    --rg-ink-0:   #07090b;
    --rg-ink-1:   #0d1014;
    --rg-ink-2:   #161a20;
    --rg-surface: #1c2129;
    --rg-carbon:  #2a2f38;

    --rg-paint:   #e8ebf0;
    --rg-paint-2: #95a0b0;
    --rg-paint-3: #5b6573;

    --rg-ignite:      #ccff00;
    --rg-ignite-soft: #aacc00;
    --rg-ignite-dim:  #6e8a00;

    --rg-alert: #ff5b3a;
    --rg-cool:  #5dd5ff;

    --rg-line:   rgba(255,255,255,0.06);
    --rg-line-2: rgba(255,255,255,0.13);

    --rg-r1: 2px;
    --rg-r2: 8px;
    --rg-r3: 18px;

    --rg-shadow: 0 1px 0 rgba(255,255,255,0.04) inset, 0 22px 38px -22px rgba(0,0,0,0.7);
    --rg-glow:   0 0 0 1px rgba(204,255,0,0.25), 0 18px 40px -18px rgba(204,255,0,0.4);

    --rg-font-d: 'Anton', Impact, sans-serif;
    --rg-font-b: 'DM Sans', system-ui, sans-serif;
    --rg-font-m: 'IBM Plex Mono', ui-monospace, monospace;
}


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

html { scroll-behavior: smooth; }

body {
    background: var(--rg-ink-0);
    color: var(--rg-paint);
    font-family: var(--rg-font-b);
    font-size: 15.5px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    min-height: 100vh;

    background-image:
        radial-gradient(900px 600px at 92% -6%, rgba(204,255,0,0.07), transparent 65%),
        radial-gradient(700px 480px at -8% 40%, rgba(93,213,255,0.04), transparent 70%),
        linear-gradient(180deg, rgba(255,255,255,0.012) 0%, transparent 4px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.012) 0, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 5px);
}

a {
    color: var(--rg-paint);
    text-decoration: none;
    transition: color .18s ease;
}
a:hover { color: var(--rg-ignite); }

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

button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: inherit;
}

::selection {
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
}


/* ---- shared bits --------------------------------------------- */

.rg-tag {
    display: inline-block;
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rg-paint-3);
}

.rg-tag-bright { color: var(--rg-ignite); }
.rg-tag-mid    { color: var(--rg-paint-2); }


/* ============================================================
   01 // top nav (logo only, dead-center, no sticky)
   ============================================================ */

.rg-nav {
    width: 100%;
    border-bottom: 1px solid var(--rg-line);
    background: rgba(7,9,11,0.92);
    position: relative;
}

.rg-nav-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 22px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rg-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 5px 10px;
    transition: opacity .18s ease;
}

.rg-brand:hover { opacity: 0.78; }

.rg-brand-img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* signature lime stripe under nav */
.rg-nav::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 2px;
    background: var(--rg-ignite);
    opacity: 0.85;
}


/* ============================================================
   02 // hero — engineering bay frame
   ============================================================ */

.rg-hero {
    position: relative;
    min-height: 84vh;
    padding: 100px 28px 110px;
    overflow: hidden;
    border-bottom: 1px solid var(--rg-line);
    display: flex;
    align-items: center;
}

.rg-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../web-images/mapleriverbend-hero-grid.webp');
    background-size: cover;
    background-position: center 35%;
    z-index: 0;
    will-change: transform;
}

.rg-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(115deg, rgba(7,9,11,0.95) 0%, rgba(7,9,11,0.74) 50%, rgba(7,9,11,0.62) 100%),
        linear-gradient(180deg, transparent 60%, rgba(7,9,11,0.9) 100%);
}

/* faint readout grid layered over hero */
.rg-hero-grid-lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        linear-gradient(90deg, rgba(204,255,0,0.04) 1px, transparent 1px),
        linear-gradient(0deg,  rgba(204,255,0,0.04) 1px, transparent 1px);
    background-size: 76px 76px;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.5;
}

.rg-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.rg-hero-status {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 7px 14px;
    border: 1px solid rgba(204,255,0,0.4);
    background: rgba(204,255,0,0.06);
    border-radius: 999px;
    color: var(--rg-ignite);
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.rg-hero-status-dot {
    width: 8px;
    height: 8px;
    background: var(--rg-ignite);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--rg-ignite);
    animation: rg-blip 1.7s ease-in-out infinite;
}

@keyframes rg-blip {
    0%, 100% { opacity: 1;   transform: scale(1); }
    50%      { opacity: 0.4; transform: scale(0.78); }
}

.rg-hero-eyebrow {
    font-family: var(--rg-font-m);
    font-size: 13px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--rg-paint-2);
    margin-bottom: 18px;
}

.rg-hero-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.rg-hero-h-1 {
    display: block;
    font-size: clamp(72px, 13vw, 188px);
    color: var(--rg-paint);
}

.rg-hero-h-2 {
    display: block;
    font-size: clamp(34px, 5.5vw, 72px);
    color: var(--rg-ignite);
    margin-top: 4px;
    letter-spacing: 0.02em;
}

.rg-hero-lede {
    max-width: 640px;
    font-size: 17px;
    line-height: 1.65;
    color: var(--rg-paint-2);
    margin-bottom: 40px;
}

.rg-hero-lede strong {
    color: var(--rg-paint);
    font-weight: 600;
    border-bottom: 1px dashed var(--rg-ignite);
    padding-bottom: 1px;
}

.rg-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 60px;
}

.rg-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    font-family: var(--rg-font-m);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: var(--rg-r1);
    border: 1px solid var(--rg-line-2);
    transition: all .22s cubic-bezier(.2,.7,.2,1);
}

.rg-btn-primary {
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    border-color: var(--rg-ignite);
    font-weight: 700;
    box-shadow: var(--rg-glow);
}
.rg-btn-primary:hover {
    transform: translateY(-2px);
    background: #d7ff33;
    color: var(--rg-ink-0);
}

.rg-btn-ghost {
    background: transparent;
    color: var(--rg-paint);
}
.rg-btn-ghost:hover {
    border-color: var(--rg-paint);
    background: rgba(255,255,255,0.04);
}

.rg-btn-arrow {
    font-weight: 700;
    transition: transform .25s ease;
}
.rg-btn-primary:hover .rg-btn-arrow { transform: translateX(5px); }


/* odometer-style telemetry footer of hero */
.rg-hero-readout {
    display: flex;
    border: 1px solid var(--rg-line-2);
    background: rgba(7,9,11,0.5);
    border-radius: var(--rg-r1);
    overflow: hidden;
    max-width: 760px;
}

.rg-hero-readout div {
    padding: 11px 22px;
    border-right: 1px solid var(--rg-line);
    font-family: var(--rg-font-m);
    font-size: 12px;
    color: var(--rg-paint-2);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.rg-hero-readout div:last-child { border-right: 0; }
.rg-hero-readout div span { color: var(--rg-ignite); }


/* ============================================================
   03 // 18+ status strip (no diagonal stripes — telemetry feed)
   ============================================================ */

.rg-strip {
    background: var(--rg-ink-1);
    border-top: 1px solid var(--rg-line-2);
    border-bottom: 1px solid var(--rg-line-2);
    overflow: hidden;
    position: relative;
}

.rg-strip-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: stretch;
}

.rg-strip-pill {
    background: var(--rg-alert);
    color: var(--rg-ink-0);
    font-family: var(--rg-font-m);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.16em;
    padding: 14px 22px;
    display: flex;
    align-items: center;
}

.rg-strip-cell {
    padding: 14px 22px;
    font-family: var(--rg-font-m);
    font-size: 11.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rg-paint-2);
    border-left: 1px solid var(--rg-line);
    border-right: 1px solid var(--rg-line);
    display: flex;
    align-items: center;
}

.rg-strip-cell em {
    color: var(--rg-ignite);
    font-style: normal;
    margin-right: 10px;
}

.rg-strip-end {
    padding: 14px 22px;
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--rg-paint-3);
    display: flex;
    align-items: center;
}


/* ============================================================
   04 // game card (Maple River Bend TR1) — leads after hero
   ============================================================ */

.rg-card-wrap {
    background: linear-gradient(180deg, var(--rg-ink-0) 0%, var(--rg-ink-1) 100%);
    padding: 110px 28px 100px;
    position: relative;
    border-bottom: 1px solid var(--rg-line);
}

.rg-card {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    background: var(--rg-ink-2);
    border: 1px solid var(--rg-line-2);
    border-top: 3px solid var(--rg-ignite);
    border-radius: var(--rg-r2);
    overflow: hidden;
    box-shadow: var(--rg-shadow);

    opacity: 0;
    transform: scale(0.97);
    transition: opacity 0.9s ease, transform .9s cubic-bezier(.2,.7,.2,1);
}

.rg-card.is-vis { opacity: 1; transform: scale(1); }

.rg-card-shot {
    position: relative;
    min-height: 520px;
    background: var(--rg-ink-0);
    overflow: hidden;
}

.rg-card-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.06) saturate(0.96);
}

.rg-card-shot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 60%, transparent 0%, rgba(7,9,11,0.45) 100%);
    pointer-events: none;
}

.rg-card-stamp {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    background: rgba(7,9,11,0.85);
    border: 1px solid var(--rg-ignite);
    color: var(--rg-ignite);
    font-family: var(--rg-font-m);
    font-size: 11px;
    padding: 7px 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.rg-card-body {
    padding: 56px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--rg-line-2);
}

.rg-card-eyebrow {
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rg-ignite);
    margin-bottom: 16px;
}

.rg-card-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(50px, 7vw, 88px);
    line-height: 0.95;
    color: var(--rg-paint);
    text-transform: uppercase;
    letter-spacing: -0.005em;
    margin-bottom: 6px;
}

.rg-card-h em {
    color: var(--rg-ignite);
    font-style: normal;
}

.rg-card-sub {
    font-family: var(--rg-font-m);
    font-size: 12px;
    color: var(--rg-paint-2);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--rg-line);
}

.rg-card-p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--rg-paint-2);
    margin-bottom: 18px;
}

.rg-card-p:last-of-type { margin-bottom: 30px; }

.rg-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.rg-chip {
    display: inline-block;
    padding: 6px 12px;
    font-family: var(--rg-font-m);
    font-size: 11px;
    color: var(--rg-paint);
    background: var(--rg-surface);
    border: 1px solid var(--rg-line-2);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rg-chip-alt {
    background: transparent;
    border-color: rgba(204,255,0,0.4);
    color: var(--rg-ignite);
}

.rg-card-cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 14px;
    padding: 16px 28px;
    background: var(--rg-ignite);
    color: var(--rg-ink-0) !important;
    font-family: var(--rg-font-m);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: var(--rg-r1);
    transition: transform .2s ease;
}

.rg-card-cta:hover {
    transform: translateY(-2px);
}


/* ============================================================
   05 // how it works — 3 columns instead of 5 steps
   ============================================================ */

.rg-how {
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 28px 100px;
}

.rg-how-head {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    margin-bottom: 64px;
    align-items: end;
}

.rg-how-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.02;
    color: var(--rg-paint);
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.rg-how-h em {
    font-style: normal;
    color: var(--rg-ignite);
}

.rg-how-intro {
    font-size: 16px;
    line-height: 1.72;
    color: var(--rg-paint-2);
    max-width: 56ch;
}

.rg-how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--rg-line-2);
    border-left: 1px solid var(--rg-line-2);
}

.rg-how-cell {
    padding: 34px 30px 38px;
    border-right: 1px solid var(--rg-line-2);
    border-bottom: 1px solid var(--rg-line-2);
    background: linear-gradient(180deg, rgba(255,255,255,0.015) 0%, transparent 100%);
    transition: background .3s ease;

    opacity: 0;
    transform: translateY(22px);
    transition-property: opacity, transform, background;
    transition-duration: .8s, .8s, .3s;
}

.rg-how-cell.is-vis { opacity: 1; transform: translateY(0); }
.rg-how-cell:hover { background: rgba(204,255,0,0.025); }

.rg-how-cell-num {
    font-family: var(--rg-font-d);
    font-size: 42px;
    line-height: 1;
    color: var(--rg-ignite);
    margin-bottom: 18px;
}

.rg-how-cell-h {
    font-family: var(--rg-font-b);
    font-weight: 700;
    font-size: 19px;
    color: var(--rg-paint);
    margin-bottom: 12px;
    letter-spacing: 0.003em;
}

.rg-how-cell-p {
    color: var(--rg-paint-2);
    font-size: 14.5px;
    line-height: 1.7;
}


/* ============================================================
   06 // spec block — what's in the rig (image + grid)
   ============================================================ */

.rg-spec {
    background: linear-gradient(180deg, var(--rg-ink-1) 0%, var(--rg-ink-0) 100%);
    border-top: 1px solid var(--rg-line);
    padding: 120px 28px 100px;
}

.rg-spec-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.rg-spec-photo {
    position: relative;
    border: 1px solid var(--rg-line-2);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--rg-ink-0);
}

.rg-spec-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.04) brightness(0.94) saturate(0.92);
}

.rg-spec-photo-cap {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(7,9,11,0.85);
    border: 1px solid var(--rg-line-2);
    padding: 6px 11px;
    font-family: var(--rg-font-m);
    font-size: 11px;
    color: var(--rg-paint-2);
    letter-spacing: 0.06em;
}

.rg-spec-body {

    opacity: 0;
    transform: translateY(20px);
    transition: opacity .9s ease, transform .9s ease;
}

.rg-spec-body.is-vis { opacity: 1; transform: translateY(0); }

.rg-spec-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(32px, 4.6vw, 56px);
    line-height: 1.03;
    color: var(--rg-paint);
    text-transform: uppercase;
    margin: 18px 0 24px;
    letter-spacing: -0.005em;
}

.rg-spec-p {
    font-size: 15.5px;
    line-height: 1.74;
    color: var(--rg-paint-2);
    margin-bottom: 18px;
    max-width: 56ch;
}

.rg-spec-list {
    list-style: none;
    margin-top: 30px;
    border-top: 1px solid var(--rg-line-2);
}

.rg-spec-list li {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid var(--rg-line);
    align-items: baseline;
    font-family: var(--rg-font-m);
    font-size: 13px;
}

.rg-spec-list li .k {
    color: var(--rg-paint-3);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
}

.rg-spec-list li .v {
    color: var(--rg-paint);
}

.rg-spec-list li .sig {
    color: var(--rg-ignite);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ============================================================
   07 // not-this grid — what Maple River Bend isn't
   ============================================================ */

.rg-not {
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 28px 100px;
}

.rg-not-head {
    max-width: 760px;
    margin-bottom: 56px;
}

.rg-not-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.02;
    color: var(--rg-paint);
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: -0.01em;
}

.rg-not-h em {
    color: var(--rg-alert);
    font-style: italic;
}

.rg-not-sub {
    font-size: 16px;
    color: var(--rg-paint-2);
    line-height: 1.68;
    max-width: 56ch;
}

.rg-not-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--rg-line-2);
    border-left: 1px solid var(--rg-line-2);
}

.rg-not-cell {
    padding: 32px 26px 34px;
    border-right: 1px solid var(--rg-line-2);
    border-bottom: 1px solid var(--rg-line-2);
    background: var(--rg-ink-1);
    transition: background .3s ease;

    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform, background;
    transition-duration: .8s, .8s, .3s;
}

.rg-not-cell.is-vis { opacity: 1; transform: translateY(0); }
.rg-not-cell:hover { background: var(--rg-ink-2); }

.rg-not-cell-x {
    font-family: var(--rg-font-m);
    font-size: 16px;
    color: var(--rg-alert);
    margin-bottom: 14px;
    display: inline-block;
}

.rg-not-cell-h {
    font-family: var(--rg-font-b);
    font-weight: 700;
    font-size: 17px;
    color: var(--rg-paint);
    margin-bottom: 12px;
}

.rg-not-cell-p {
    color: var(--rg-paint-2);
    font-size: 14px;
    line-height: 1.68;
}


/* ============================================================
   08 // FAQ — collapsible details/summary
   ============================================================ */

.rg-faq {
    background: linear-gradient(180deg, var(--rg-ink-0) 0%, var(--rg-ink-1) 100%);
    border-top: 1px solid var(--rg-line);
    padding: 120px 28px 100px;
}

.rg-faq-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.rg-faq-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(32px, 4.6vw, 56px);
    line-height: 1.04;
    color: var(--rg-paint);
    text-transform: uppercase;
    margin-bottom: 52px;
    max-width: 22ch;
    letter-spacing: -0.005em;
}

.rg-faq-h em { color: var(--rg-ignite); font-style: normal; }

.rg-faq-list {
    border-top: 1px solid var(--rg-line-2);
}

.rg-faq-item {
    border-bottom: 1px solid var(--rg-line-2);
    padding: 4px 0;

    opacity: 0;
    transform: translateY(8px);
    transition: opacity .8s ease, transform .8s ease;
}

.rg-faq-item.is-vis { opacity: 1; transform: translateY(0); }

.rg-faq-summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    font-family: var(--rg-font-d);
    font-size: 19px;
    color: var(--rg-paint);
    text-transform: uppercase;
    letter-spacing: 0.005em;
    transition: color .2s ease;
}

.rg-faq-summary::-webkit-details-marker { display: none; }
.rg-faq-summary:hover { color: var(--rg-ignite); }

.rg-faq-mark {
    width: 28px;
    height: 28px;
    border: 1px solid var(--rg-line-2);
    border-radius: var(--rg-r1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--rg-font-m);
    font-size: 14px;
    color: var(--rg-ignite);
    flex-shrink: 0;
    transition: all .25s ease;
}

.rg-faq-item[open] .rg-faq-mark {
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    transform: rotate(45deg);
}

.rg-faq-body {
    padding: 0 0 24px;
    color: var(--rg-paint-2);
    font-size: 15px;
    line-height: 1.74;
    max-width: 64ch;
}


/* ============================================================
   09 // responsible-play band — CA resources
   ============================================================ */

.rg-band {
    background: var(--rg-ink-1);
    border-top: 1px solid var(--rg-line-2);
    padding: 90px 28px 100px;

    opacity: 0;
    transform: translateY(22px);
    transition: opacity .9s ease, transform .9s ease;
}

.rg-band.is-vis { opacity: 1; transform: translateY(0); }

.rg-band-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.rg-band-head {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 24px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--rg-line);
}

.rg-band-pill {
    background: var(--rg-alert);
    color: var(--rg-ink-0);
    padding: 8px 14px;
    font-family: var(--rg-font-d);
    font-size: 17px;
    letter-spacing: 0.04em;
    border-radius: var(--rg-r1);
}

.rg-band-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: clamp(22px, 3vw, 34px);
    text-transform: uppercase;
    color: var(--rg-paint);
    line-height: 1.08;
    letter-spacing: -0.005em;
}

.rg-band-p {
    color: var(--rg-paint-2);
    font-size: 15px;
    line-height: 1.78;
    max-width: 64ch;
    margin: 0 auto 50px;
}

.rg-band-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 36px 52px;
    padding-top: 18px;
    border-top: 1px dashed var(--rg-line-2);
}

.rg-band-logos a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 6px 4px;
    opacity: 0.65;
    transition: opacity .25s ease, transform .25s ease;
}

.rg-band-logos a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.rg-band-logos img {
    height: 100%;
    width: auto;
    max-width: 200px;
}

.rg-band-logos img[src$=".svg"] {
    filter: brightness(0) invert(1);
}


/* ============================================================
   10 // footer
   ============================================================ */

.rg-foot {
    background: var(--rg-ink-0);
    border-top: 2px solid var(--rg-ignite);
    padding: 78px 28px 28px;
}

.rg-foot-top {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 56px;
    padding-bottom: 52px;
    border-bottom: 1px solid var(--rg-line-2);
}

.rg-foot-col {
    display: flex;
    flex-direction: column;
}

.rg-foot-logo {
    height: 34px;
    width: auto;
    margin-bottom: 22px;
    filter: brightness(0) invert(1);
}

.rg-foot-tag {
    color: var(--rg-paint-2);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 36ch;
}

.rg-foot-age {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rg-foot-age-badge {
    padding: 5px 10px;
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    font-family: var(--rg-font-m);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.06em;
    border-radius: var(--rg-r1);
}

.rg-foot-age-text {
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--rg-paint-3);
}

.rg-foot-h {
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--rg-paint-3);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rg-line);
}

.rg-foot-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rg-foot-col li a {
    font-size: 14px;
    color: var(--rg-paint-2);
    transition: color .2s ease, padding-left .25s ease;
    display: inline-block;
}

.rg-foot-col li a:hover {
    color: var(--rg-ignite);
    padding-left: 7px;
}

.rg-foot-mail {
    font-family: var(--rg-font-m);
    font-size: 14px;
    color: var(--rg-paint);
    border-bottom: 1px solid var(--rg-ignite);
    padding-bottom: 3px;
    align-self: flex-start;
    margin-bottom: 14px;
}

.rg-foot-mail:hover {
    color: var(--rg-ignite);
}

.rg-foot-note {
    color: var(--rg-paint-3);
    font-size: 12.5px;
    line-height: 1.66;
}

.rg-foot-bar {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.rg-foot-bar p {
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rg-paint-3);
}

.rg-foot-bar p.alt { color: var(--rg-ignite); opacity: 0.75; }


/* ============================================================
   11 // cookie alert
   ============================================================ */

.rg-ck {
    position: fixed;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    max-width: 920px;
    margin: 0 auto;
    padding: 20px 24px;
    background: var(--rg-ink-2);
    border: 1px solid var(--rg-line-2);
    border-left: 3px solid var(--rg-ignite);
    box-shadow: 0 30px 60px -22px rgba(0,0,0,0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    justify-content: space-between;
}

.rg-ck[hidden] {
    display: none !important;
}

.rg-ck-msg {
    flex: 1 1 340px;
    color: var(--rg-paint-2);
    font-size: 13px;
    line-height: 1.66;
}

.rg-ck-msg a {
    color: var(--rg-ignite);
    border-bottom: 1px solid currentColor;
}

.rg-ck-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.rg-ck-btn {
    padding: 11px 17px;
    font-family: var(--rg-font-m);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: var(--rg-r1);
    border: 1px solid var(--rg-line-2);
    transition: all .2s ease;
}

.rg-ck-btn-ok {
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    border-color: var(--rg-ignite);
    font-weight: 700;
}
.rg-ck-btn-ok:hover { background: #d7ff33; }

.rg-ck-btn-no {
    background: transparent;
    color: var(--rg-paint);
}
.rg-ck-btn-no:hover {
    border-color: var(--rg-paint);
    background: rgba(255,255,255,0.04);
}


/* ============================================================
   12 // age gate — single yes button
   ============================================================ */

.rg-gate {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(7,9,11,0.94);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: rg-fade .3s ease;
}

.rg-gate[hidden] {
    display: none !important;
}

@keyframes rg-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.rg-gate-panel {
    max-width: 520px;
    width: 100%;
    padding: 42px 38px 32px;
    background: var(--rg-ink-2);
    border: 1px solid var(--rg-line-2);
    border-top: 3px solid var(--rg-ignite);
    border-radius: var(--rg-r2);
    box-shadow: 0 50px 100px -30px rgba(0,0,0,0.8);
    text-align: center;
}

.rg-gate-badge {
    display: inline-block;
    padding: 9px 16px;
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    font-family: var(--rg-font-d);
    font-size: 22px;
    letter-spacing: 0.06em;
    border-radius: var(--rg-r1);
    margin-bottom: 20px;
}

.rg-gate-h {
    font-family: var(--rg-font-d);
    font-weight: 400;
    font-size: 26px;
    color: var(--rg-paint);
    text-transform: uppercase;
    margin-bottom: 14px;
    line-height: 1.12;
    letter-spacing: -0.005em;
}

.rg-gate-p {
    color: var(--rg-paint-2);
    font-size: 14.5px;
    line-height: 1.72;
    margin-bottom: 26px;
}

.rg-gate-yes {
    width: 100%;
    padding: 16px 22px;
    background: var(--rg-ignite);
    color: var(--rg-ink-0);
    border: 1px solid var(--rg-ignite);
    font-family: var(--rg-font-m);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: var(--rg-r1);
    transition: background .2s ease;
}

.rg-gate-yes:hover {
    background: #d7ff33;
}

.rg-gate-fine {
    font-size: 12px;
    color: var(--rg-paint-3);
    line-height: 1.6;
    margin-top: 18px;
}

.rg-gate-fine a {
    color: var(--rg-ignite);
    border-bottom: 1px solid currentColor;
}


/* ============================================================
   13 // responsive
   ============================================================ */

@media (max-width: 1100px) {

    .rg-card { grid-template-columns: 1fr; }
    .rg-card-shot { min-height: 360px; }
    .rg-card-body {
        padding: 44px 36px;
        border-left: 0;
        border-top: 1px solid var(--rg-line-2);
    }

    .rg-how-head {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rg-spec-inner {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .rg-spec-photo {
        max-width: 460px;
        aspect-ratio: 16 / 10;
    }

    .rg-not-grid { grid-template-columns: repeat(2, 1fr); }

    .rg-foot-top {
        grid-template-columns: 1fr 1fr;
        gap: 46px;
    }

    .rg-strip-inner {
        grid-template-columns: auto 1fr auto;
    }

    .rg-strip-cell:nth-child(4),
    .rg-strip-end {
        display: none;
    }
}

@media (max-width: 760px) {

    .rg-nav-inner { padding: 16px 18px; }

    .rg-hero {
        padding: 70px 22px 70px;
        min-height: auto;
    }

    .rg-hero-h-1 { font-size: clamp(60px, 18vw, 90px); }
    .rg-hero-h-2 { font-size: clamp(26px, 8vw, 44px); }

    .rg-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .rg-btn { justify-content: center; }

    .rg-hero-readout {
        flex-wrap: wrap;
    }
    .rg-hero-readout div {
        padding: 9px 16px;
        font-size: 11px;
    }

    .rg-strip-inner {
        grid-template-columns: auto 1fr;
    }
    .rg-strip-cell:nth-child(4),
    .rg-strip-cell:nth-child(2) ~ .rg-strip-cell,
    .rg-strip-end {
        display: none;
    }
    .rg-strip-cell { padding: 12px 16px; font-size: 11px; }

    .rg-card-wrap { padding: 72px 18px 60px; }
    .rg-card-body { padding: 36px 24px; }

    .rg-how { padding: 80px 22px 60px; }
    .rg-how-grid { grid-template-columns: 1fr; }

    .rg-spec { padding: 80px 22px 60px; }

    .rg-spec-list li {
        grid-template-columns: 110px 1fr;
    }
    .rg-spec-list li .sig {
        grid-column: 1 / -1;
        padding-top: 4px;
    }

    .rg-not { padding: 80px 22px 60px; }
    .rg-not-grid { grid-template-columns: 1fr; }

    .rg-faq { padding: 80px 22px 60px; }
    .rg-faq-summary { font-size: 16px; }

    .rg-band { padding: 64px 22px 70px; }
    .rg-band-logos {
        gap: 22px 32px;
    }
    .rg-band-logos a { height: 42px; }

    .rg-foot { padding: 56px 22px 22px; }
    .rg-foot-top {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 34px;
    }
    .rg-foot-bar {
        flex-direction: column;
        text-align: center;
    }

    .rg-ck {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 16px 16px;
        flex-direction: column;
        align-items: stretch;
    }
    .rg-ck-btns { flex-direction: column; }
    .rg-ck-btn { width: 100%; }

    .rg-gate-panel { padding: 32px 22px 24px; }
    .rg-gate-h { font-size: 22px; }
}


/* ============================================================
   14 // reduced motion + small polish
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--rg-ink-0); }
::-webkit-scrollbar-thumb {
    background: var(--rg-carbon);
    border: 2px solid var(--rg-ink-0);
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover { background: var(--rg-ignite-dim); }
