:root {
    --black: #090808;
    --ink: #111010;
    --paper: #f2eee7;
    --muted: #aaa19a;
    --line: rgba(255, 255, 255, .14);
    --red: #d8432f;
    --orange: #ec703c;
    --cream: #f6eee2;
    --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
    margin: 0;
    color: var(--paper);
    background: var(--black);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
html {
    scrollbar-color: var(--orange) #151111;
    scrollbar-width: thin;
}
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #151111; }
::-webkit-scrollbar-thumb {
    border: 3px solid #151111;
    border-radius: 999px;
    background: linear-gradient(var(--orange), #b94a2b);
}
::-webkit-scrollbar-thumb:hover { background: #ff8b58; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; width: 100%; }
.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: 8px; left: 8px; z-index: 1000; padding: 10px 14px;
    background: var(--paper); color: var(--black); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
    position: fixed; z-index: 100; top: 0; left: 0; right: 0;
    height: 92px; padding: 0 clamp(24px, 5vw, 76px);
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 1px solid var(--line);
    background: #090808;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .48);
    transition: .3s ease;
}
.site-header.is-scrolled {
    background: #090808; border-color: var(--line);
    backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; }
.brand-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 0;
    overflow: visible;
}
.brand-mark img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong, .brand small {
    width: auto;
    text-align: left;
    text-align-last: auto;
    white-space: nowrap;
}
.brand strong { font-size: 15px; letter-spacing: .14em; word-spacing: 0; }
.brand small {
    margin-top: 5px;
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .01em;
    transform: none;
}
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.main-nav a {
    position: relative; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700;
    letter-spacing: .14em; text-decoration: none; text-transform: uppercase;
}
.main-nav a:not(.nav-cta)::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px;
    background: var(--orange); transition: right .25s ease;
}
.main-nav a:hover::after { right: 0; }
.main-nav .nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.main-nav .youtube-logo { min-width: 132px; padding: 10px 16px; }
.youtube-logo svg { display: block; width: 100px; height: auto; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px; background: white; }

.hero {
    position: relative; min-height: 100svh; display: flex; align-items: flex-end;
    padding: 150px clamp(24px, 8vw, 130px) clamp(70px, 9vw, 120px); isolation: isolate;
}
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.62) contrast(1.08); transform: scale(1.015); }
.hero-shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(6,5,5,.97) 0%, rgba(8,7,7,.83) 31%, rgba(9,8,8,.25) 68%, rgba(9,8,8,.55) 100%),
        linear-gradient(0deg, var(--black) 0%, transparent 35%);
}
.hero-content { max-width: 820px; }
.hero-content > .eyebrow {
    margin-bottom: 30px;
    color: var(--cream);
    font-size: clamp(14px, 1.25vw, 18px);
    font-weight: 900;
    letter-spacing: .22em;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .85);
}
.hero-content > .eyebrow span {
    width: 52px;
    height: 2px;
    margin-bottom: 5px;
}
.eyebrow { margin: 0 0 24px; color: #d5cdc6; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 35px; height: 1px; margin: 0 12px 3px 0; background: var(--orange); }
.hero h1, .section h2, .fan-cta h2 {
    margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(82px, 14vw, 205px); font-weight: 900; line-height: .75;
    letter-spacing: -.055em; text-transform: uppercase;
}
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); }
.hero-kicker { margin: 32px 0 0; color: var(--orange); font: italic 700 clamp(21px, 2.5vw, 33px)/1.2 Georgia, serif; }
.hero-copy { max-width: 610px; margin: 18px 0 0; color: #cec7c1; font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px;
    font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none;
    text-transform: uppercase; cursor: pointer; transition: .25s ease;
}
.button-primary { background: var(--orange); color: #120d0b; }
.button-primary:hover { background: #ff8b58; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.45); background: rgba(0,0,0,.18); backdrop-filter: blur(5px); }
.button-ghost:hover, .button-outline:hover { background: white; color: var(--black); }
.button-outline { border-color: rgba(255,255,255,.35); }
.button-light { background: var(--cream); color: var(--black); }
.play-icon { font-size: 10px; }
.hero-cd-mockup {
    position: absolute;
    z-index: 3;
    right: clamp(12px, 2vw, 28px);
    bottom: calc(clamp(70px, 9vw, 120px) + 30px);
    width: clamp(440px, 34vw, 520px);
    pointer-events: none;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    animation: cd-mockup-turn 12s ease-in-out infinite;
}
.hero-cd-mockup img,
.hero-cd-mockup video {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 22px 35px rgba(0,0,0,.48));
}
@keyframes cd-mockup-turn {
    0%, 100% { transform: perspective(1000px) translateY(0) rotateY(-6deg) rotateZ(-.7deg); }
    50% { transform: perspective(1000px) translateY(-6px) rotateY(6deg) rotateZ(.7deg); }
}
.hero-note {
    position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: clamp(70px, 9vw, 120px);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 22px;
    min-width: min(390px, calc(100vw - 48px));
    padding: 22px 24px;
    border: 1px solid rgba(236, 112, 60, .55);
    border-left: 4px solid var(--orange);
    border-radius: 16px;
    background: rgba(9, 8, 8, .76);
    color: var(--paper);
    text-decoration: none;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
    backdrop-filter: blur(16px);
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.hero-note:hover {
    transform: translateY(-4px);
    border-color: var(--orange);
    background: rgba(18, 13, 12, .92);
}
.hero-note span, .hero-note strong, .hero-note small { grid-column: 1; }
.hero-note span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero-note strong { font: italic 700 clamp(21px, 2vw, 28px)/1.15 Georgia, serif; }
.hero-note small { color: #c7beb8; font-size: 13px; font-weight: 650; }
.hero-note i {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--black);
    font: normal 900 20px/1 Arial, sans-serif;
}
.hero-note.is-live {
    border-color: #ff473d;
    box-shadow: 0 0 0 5px rgba(255, 71, 61, .12), 0 18px 55px rgba(0, 0, 0, .45);
}
.hero-note.is-live span { color: #ff665d; }
.scroll-cue { position: absolute; left: 50%; bottom: 27px; width: 24px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 4px; background: white; animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(16px); } }

.ticker {
    position: fixed;
    z-index: 99;
    top: 92px;
    left: 0;
    right: 0;
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #0d0b0b;
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .58), 0 4px 14px rgba(236, 112, 60, .12);
}
.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 52s linear infinite;
}
.ticker-group {
    display: flex;
    flex: none;
    gap: 28px;
    align-items: center;
    min-width: max-content;
    padding: 17px 28px 17px 0;
}
.ticker span { font: italic 600 15px Georgia, serif; text-transform: uppercase; letter-spacing: .1em; }
.ticker i { color: var(--orange); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { position: relative; max-width: var(--max); margin: 0 auto; padding: clamp(100px, 12vw, 180px) clamp(24px, 5vw, 74px); }
.section-number {
    position: absolute;
    z-index: 0;
    top: clamp(34px, 5vw, 72px);
    right: clamp(24px, 5vw, 74px);
    color: transparent;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(88px, 12vw, 176px);
    font-weight: 900;
    line-height: .75;
    letter-spacing: -.05em;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .2);
    text-shadow: 0 16px 45px rgba(0, 0, 0, .55);
    pointer-events: none;
    user-select: none;
}
.section > *:not(.section-number) { position: relative; z-index: 1; }
.section h2 { font-size: clamp(58px, 8.5vw, 122px); line-height: .84; }
.section h2 {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .78);
    text-shadow: none;
}
.section h2 em, .fan-cta h2 em {
    color: var(--orange);
    font-family: Georgia, serif;
    font-weight: 400;
    text-transform: none;
    -webkit-text-stroke: 0;
}
.story-heading { max-width: 950px; }
.story-grid { display: grid; grid-template-columns: 1.05fr .82fr; gap: clamp(45px, 8vw, 120px); align-items: center; margin-top: 80px; }
.story-image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #050505; }
.story-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,.55); pointer-events: none; }
.story-image img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(.45) sepia(.12); }
.round-play {
    position: absolute; z-index: 2; left: 50%; top: 50%; width: 82px; height: 82px;
    transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.72); border-radius: 50%;
    background: rgba(9,8,8,.5); color: white; cursor: pointer; backdrop-filter: blur(8px); transition: .25s;
}
.round-play:hover { transform: translate(-50%,-50%) scale(1.08); background: var(--orange); color: var(--black); }
.story-copy .lead { color: var(--paper); font: 400 clamp(24px, 2.4vw, 35px)/1.36 Georgia, serif; }
.story-copy > p:not(.lead) { color: var(--muted); font-size: 16px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 34px 0; margin: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats strong, .stats span { display: block; }
.stats strong { font: italic 700 27px Georgia, serif; color: var(--orange); }
.stats span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.text-link { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--orange); padding-bottom: 8px; }
.text-link span { color: var(--orange); }

.video-section { max-width: 1400px; background: #0d0b0b; }
.section-head { display: grid; grid-template-columns: 2fr 1fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.section-head > p { color: var(--muted); max-width: 410px; margin: 0 0 7px; }
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.video-card { min-width: 0; border-bottom: 1px solid var(--line); }
.video-card button { width: 100%; padding: 0 0 25px; border: 0; color: inherit; background: none; text-align: left; cursor: pointer; }
.video-thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: #171414; }
.video-thumb img { height: 100%; object-fit: cover; filter: saturate(.65); transition: .45s ease; }
.video-card:hover .video-thumb img { transform: scale(1.045); filter: saturate(1); }
.card-play {
    position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center;
    width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: var(--black); font-size: 11px;
}
.video-meta { display: grid; grid-template-columns: 1fr auto; margin-top: 18px; }
.video-meta small { grid-column: 1 / -1; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.video-meta strong { margin-top: 6px; font: 700 20px/1.2 Georgia, serif; }
.video-meta i { align-self: end; color: #77716c; font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.video-card-featured { grid-column: span 2; }
.video-card-featured .video-meta strong { font-size: 27px; }
.center { display: flex; justify-content: center; margin-top: 55px; }

.quote-band { padding: clamp(75px, 11vw, 160px) 24px; background: var(--cream); color: var(--black); text-align: center; overflow: hidden; }
.quote-band p { margin: 0; font: 800 clamp(42px, 7.2vw, 108px)/1.02 Georgia, serif; letter-spacing: -.045em; }
.quote-band em { color: var(--red); }
.live-section { padding-top: clamp(210px, 18vw, 260px); }
.live-section .section-number { top: clamp(48px, 6vw, 78px); }
.live-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; border: 1px solid var(--line); background: #0d0b0b; }
.live-art { position: relative; min-height: 430px; overflow: hidden; }
.live-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #0d0b0b); }
.live-art img { height: 100%; object-fit: cover; filter: saturate(.55); }
.on-air { position: absolute; z-index: 2; left: 24px; top: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: rgba(9,8,8,.75); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.on-air i { width: 7px; height: 7px; border-radius: 50%; background: #ff473d; box-shadow: 0 0 0 5px rgba(255,71,61,.15); animation: pulse 1.4s infinite; }
@keyframes pulse { 50% { opacity: .45; } }
.live-copy { align-self: center; padding: clamp(38px, 6vw, 80px); }
.live-copy h2 { font-size: clamp(44px, 5vw, 74px); }
.live-copy > p:not(.eyebrow) { color: var(--muted); }
.schedule { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; }
.schedule div { padding: 17px; border: 1px solid var(--line); }
.schedule span, .schedule strong { display: block; }
.schedule span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.schedule strong { margin-top: 4px; font: 700 17px Georgia, serif; }
.listen { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 45px 0 0; }
.listen > p { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.listen div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; }
.listen a { font: italic 700 20px Georgia, serif; text-decoration: none; }
.listen a span { color: var(--orange); font-family: Arial, sans-serif; }

.forum-section { max-width: 1400px; }
.forum-section .section-head h2 {
    color: transparent;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(50px, 7.2vw, 100px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.045em;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, .78);
    text-shadow: none;
}
.forum-section .section-head h2 em {
    letter-spacing: -.035em;
    line-height: 1;
}
.forum-layout { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: start; }
.forum-layout > .forum-form, .forum-layout > .fan-login-box {
    width: 100%;
    margin: 4px 0 0;
}
.topics { border-top: 1px solid var(--line); }
.topic {
    display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px; align-items: center;
    padding: 22px 8px; border-bottom: 1px solid var(--line); text-decoration: none; transition: .2s;
}
.topic:hover { padding-left: 16px; background: rgba(255,255,255,.025); }
.topic-avatar, .avatar {
    display: grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px;
    border-radius: 50%; background: #221a17; color: var(--orange); font: italic 700 18px Georgia, serif;
}
.topic-copy { min-width: 0; }
.topic-copy small, .topic-copy strong, .topic-copy em, .topic-count small, .topic-count strong { display: block; }
.topic-copy small { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.topic-copy strong { overflow: hidden; margin: 3px 0; font: 700 18px Georgia, serif; white-space: nowrap; text-overflow: ellipsis; }
.topic-copy em, .topic-count small { color: #7f7872; font-size: 9px; font-style: normal; }
.topic-count { min-width: 54px; text-align: center; }
.topic-count strong { font: italic 700 19px Georgia, serif; }
.topic-arrow { color: var(--orange); }
.empty-state { padding: 70px 25px; border-bottom: 1px solid var(--line); text-align: center; }
.empty-state > span { color: var(--orange); font-size: 23px; }
.empty-state h3 { margin: 15px 0 5px; font: italic 700 28px Georgia, serif; }
.empty-state p { color: var(--muted); margin: 0; }
.forum-form {
    padding: clamp(26px, 4vw, 45px);
    border: 1px solid var(--line);
    background: #171313;
    color: var(--paper);
}
.forum-form h3 { margin: -8px 0 24px; font: italic 700 clamp(30px, 3vw, 43px) Georgia, serif; }
.forum-form .eyebrow { color: #b9afa8; }
.forum-form label { display: block; margin-top: 15px; }
.forum-form label > span { display: block; margin-bottom: 7px; color: #a79d96; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.forum-form input, .forum-form textarea, .forum-form select {
    width: 100%;
    border: 1px solid #403633;
    border-radius: 10px;
    padding: 12px 14px;
    outline: 0;
    background: #211b19;
    color: var(--paper);
    color-scheme: dark;
}
.forum-form input::placeholder, .forum-form textarea::placeholder { color: #746b66; }
.forum-form input:focus, .forum-form textarea:focus, .forum-form select:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(236, 112, 60, .12);
}
.forum-form textarea { resize: vertical; }
.format-toolbar {
    display: flex !important;
    gap: 6px;
    margin: 0 0 7px !important;
}
.format-toolbar button {
    min-width: 34px;
    height: 30px;
    margin: 0 !important;
    padding: 0 10px;
    border: 1px solid #433a36;
    border-radius: 7px;
    background: #191514;
    color: #bdb4ad;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.format-toolbar button:hover { border-color: var(--orange); color: var(--paper); }
.formatted-post {
    margin: 12px 0 0;
    color: #c6bfb9;
    line-height: 1.7;
    overflow-wrap: anywhere;
}
.formatted-post strong { color: var(--paper); }
.formatted-post em { color: #e3a07f; }
.formatted-post a { color: var(--orange); text-underline-offset: 3px; }
.forum-form .checkbox { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; }
.forum-form .checkbox input { width: 16px; margin-top: 3px; }
.forum-form .checkbox span { margin: 0; font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.forum-form .checkbox a { color: var(--orange); }
.human-check {
    display: grid !important;
    grid-template-columns: 1fr 92px;
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.02);
}
.human-check span { margin: 0 !important; }
.human-check input { padding: 10px !important; text-align: center; }
.forum-form button[type="submit"] { margin-top: 18px; }
.honeypot { position: absolute !important; left: -9999px !important; }
.notice { margin-bottom: 28px; padding: 14px 18px; border-left: 3px solid var(--orange); background: rgba(236,112,60,.1); }
.notice-error { border-color: #e44; }
.thread-view { max-width: 920px; margin: 0 auto; }
.back-link { display: inline-block; margin-bottom: 25px; color: var(--orange); font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.post { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-main { padding-top: 38px; border-top: 1px solid var(--line); }
.post h3 { margin: 10px 0 15px; font: 700 clamp(25px, 3vw, 38px) Georgia, serif; }
.post p { color: #c6bfb9; white-space: normal; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: #79726d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.post-meta strong { color: var(--orange); }
.post-meta em { padding: 3px 8px; border: 1px solid var(--line); border-radius: 999px; font-style: normal; }
.report-form { margin-top: 13px; }
.report-form button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #716a65;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-transform: uppercase;
    cursor: pointer;
}
.report-form button:hover { color: var(--orange); }
.compact-form { margin-top: 40px; }
.forum-section { scroll-margin-top: 146px; }
.posting-as {
    margin: 0 0 16px;
    padding: 11px 13px;
    border-left: 2px solid var(--orange);
    background: rgba(236,112,60,.08);
    color: #a79d96;
    font-size: 12px;
}
.posting-as strong { color: var(--paper); }
.member-strip {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin: -12px 0 30px auto;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(24,20,19,.72);
    backdrop-filter: blur(12px);
}
.member-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--orange);
    color: #130e0c;
    font-weight: 900;
}
.member-strip small, .member-strip strong { display: block; }
.member-strip small { color: #827972; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.member-strip strong { font: 700 15px Georgia, serif; }
.member-strip > a { margin-left: 18px; color: var(--orange); font-size: 9px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.fan-login-box {
    align-self: start;
    padding: clamp(25px, 3vw, 38px);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(38,31,29,.7), rgba(13,11,11,.58));
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
    backdrop-filter: blur(18px);
}
.fan-login-box h3 { margin: -5px 0 14px; font: italic 700 clamp(31px, 3.4vw, 46px)/1 Georgia, serif; }
.fan-login-box > p:not(.eyebrow) { margin: 0 0 22px; color: #b5aca5; font-size: 14px; line-height: 1.65; }
.fan-login-box .google-button { margin-bottom: 10px; }
.fan-login-box .button { width: 100%; }
.fan-login-box > small { display: block; margin-top: 15px; color: #7f7771; font-size: 10px; text-align: center; }
.compact-login-box { max-width: 560px; margin: 36px 0 0; }

.fan-cta {
    position: relative; min-height: 680px; display: grid; place-items: center; padding: 110px 24px;
    color: var(--black); text-align: center; background: var(--orange); overflow: hidden;
}
.fan-cta::before, .fan-cta::after { content: "MN"; position: absolute; color: rgba(0,0,0,.06); font: 900 44vw/.7 Impact, sans-serif; }
.fan-cta::before { left: -8vw; top: 6%; }
.fan-cta::after { right: -10vw; bottom: -10%; }
.fan-cta > div { position: relative; z-index: 1; }
.fan-cta .eyebrow { color: rgba(0,0,0,.66); }
.fan-cta .eyebrow span { background: var(--black); }
.fan-cta h2 { font-size: clamp(64px, 9vw, 132px); line-height: .78; }
.fan-cta h2 {
    color: transparent;
    -webkit-text-stroke: 1.8px rgba(9, 8, 8, .88);
    text-shadow: none;
}
.fan-cta h2 em {
    color: var(--cream);
    -webkit-text-stroke: 0;
}
.fan-cta .button { margin-top: 42px; }

footer {
    max-width: var(--max); margin: 0 auto; padding: 55px clamp(24px, 5vw, 74px);
    display: grid; grid-template-columns: auto 1fr auto; gap: 35px; align-items: center;
}
footer > p { max-width: 440px; justify-self: center; color: #77706b; font-size: 10px; text-align: center; }
footer nav { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
footer nav a { color: #a69e98; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }

.video-dialog {
    width: min(1000px, calc(100% - 32px)); max-width: none; padding: 0; border: 1px solid #413a36;
    background: #090808; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.7);
}
.video-dialog::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.video-frame { aspect-ratio: 16/9; background: black; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-dialog > p { margin: 0; padding: 16px 20px; font: italic 700 17px Georgia, serif; }
.dialog-close { position: fixed; z-index: 2; right: max(22px, calc((100vw - 1000px)/2)); top: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--orange); color: #111; font-size: 28px; line-height: 1; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.auth-page, .moderation-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 80% 10%, rgba(236,112,60,.12), transparent 32%),
        #080707;
}
.auth-shell { width: min(560px, calc(100% - 32px)); margin: 0 auto; padding: 44px 0 80px; }
.auth-card {
    margin-top: 5vh;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 22px;
    background: rgba(24,19,18,.68);
    box-shadow: 0 32px 100px rgba(0,0,0,.42);
    backdrop-filter: blur(20px);
}
.auth-card h1 {
    margin: 22px 0 24px;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(48px, 10vw, 70px);
    line-height: .79;
    letter-spacing: -.035em;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1.15px rgba(242, 238, 231, .52);
    text-shadow: none;
}
.auth-card h1 em { color: var(--orange); font: italic 700 .72em/.9 Georgia, serif; text-transform: none; -webkit-text-stroke: 0; }
.auth-intro, .auth-note { color: #a79f99; }
.auth-intro { margin: 0 0 24px; }
.auth-note { margin: 17px 0 0; font-size: 10px; text-align: center; }
.google-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: #191515;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}
.google-button span {
    color: #4285f4;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
}
.auth-divider { display: flex; align-items: center; gap: 13px; margin: 20px 0; color: #756d68; font-size: 9px; text-transform: uppercase; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.auth-tabs a { padding: 11px; color: #817972; font-size: 10px; font-weight: 800; text-align: center; text-decoration: none; text-transform: uppercase; }
.auth-tabs a.is-active { color: var(--paper); border-bottom: 2px solid var(--orange); }
.auth-form { padding: 22px; border-radius: 14px; background: rgba(8,7,7,.38); }
.auth-card > .button, .auth-card > form .button { width: 100%; margin-top: 10px; }
.member-welcome { display: flex; align-items: center; gap: 14px; margin: 25px 0; padding: 16px; border: 1px solid var(--line); border-radius: 14px; }
.member-welcome small, .member-welcome strong { display: block; }
.member-welcome small { color: #887f78; font-size: 9px; text-transform: uppercase; }
.member-welcome strong { font: 700 21px Georgia, serif; }

.moderation-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 100px; }
.moderation-login { max-width: 620px; margin: 5vh auto 0; }
.moderation-login h1 {
    margin: 24px 0 28px;
    font-size: clamp(50px, 7vw, 76px);
    line-height: .82;
    letter-spacing: -.035em;
    color: transparent;
    -webkit-text-stroke: 1.15px rgba(242, 238, 231, .52);
    text-shadow: none;
}
.moderation-login h1 em { display: block; margin-top: 14px; color: var(--orange); font-size: .78em; line-height: .9; -webkit-text-stroke: 0; }
.moderation-login > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.65; }
.moderation-login .forum-form { margin-top: 30px; padding: clamp(28px, 4vw, 42px); }
.admin-topbar { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 35px 0 28px; }
.admin-topbar h1 {
    margin: 10px 0 0;
    color: transparent;
    font: 900 clamp(44px, 6.5vw, 74px)/.84 Impact, sans-serif;
    letter-spacing: -.04em;
    text-transform: uppercase;
    -webkit-text-stroke: 1.2px rgba(242, 238, 231, .5);
    text-shadow: none;
}
.admin-nav {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    margin-bottom: 34px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(13,11,11,.94);
    backdrop-filter: blur(16px);
}
.admin-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 9px;
    color: #aaa19a;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}
.admin-nav a:hover { background: #211b19; color: var(--paper); }
.admin-nav span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 0; border-radius: 50%; background: var(--orange); color: #111; line-height: 1; }
.admin-section { padding: 46px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 84px; }
.admin-section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.admin-section-head > div { display: flex; align-items: baseline; gap: 14px; }
.admin-section-head small { color: var(--orange); font: italic 700 17px Georgia, serif; }
.admin-section-head h2 {
    margin: 0;
    color: transparent;
    font: 900 clamp(30px, 4vw, 46px)/.94 Impact, sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke: 1.05px rgba(242, 238, 231, .48);
    text-shadow: none;
}
.admin-section-head p { margin: 0; color: #8b837d; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.admin-stats article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: #121010; }
.admin-stats strong, .admin-stats span { display: block; }
.admin-stats strong { color: var(--orange); font: italic 700 44px/1 Georgia, serif; }
.admin-stats span { margin-top: 9px; color: #8e8680; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.admin-stats .needs-attention { border-color: var(--orange); }
.moderation-list { display: grid; gap: 18px; margin-top: 28px; }
.moderation-item { padding: clamp(25px, 4vw, 45px); border: 1px solid var(--line); border-radius: 15px; background: #0e0c0c; }
.moderation-item h3 { margin: 15px 0 10px; font: 700 clamp(24px, 4vw, 39px) Georgia, serif; }
.moderation-item > p { color: #c6bfb9; }
.moderation-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.member-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; }
.member-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.member-table th, .member-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; }
.member-table th { color: #77706a; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.member-table td { color: #aaa19a; font-size: 12px; }
.member-table td strong, .member-table td small { display: block; }
.member-table td strong { color: var(--paper); font: 700 16px Georgia, serif; }
.member-table td small { color: #6f6863; }
.admin-form { max-width: 820px; border-radius: 15px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-help { color: #847c76; font-size: 11px; line-height: 1.6; }

@media (max-width: 1100px) {
    .hero {
        min-height: auto;
        display: grid;
        align-content: start;
        padding-top: 165px;
        padding-bottom: 64px;
    }
    .hero-content { max-width: 760px; }
    .hero-cd-mockup {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        justify-self: end;
        width: min(430px, 58vw);
        margin: 38px 0 -78px;
    }
    .hero-note {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        justify-self: end;
        width: min(430px, 100%);
        min-width: 0;
    }
    .scroll-cue { display: none; }
}

@media (max-width: 900px) {
    .site-header { height: 72px; padding: 0 22px; background: #090808; backdrop-filter: blur(12px); }
    .ticker { top: 72px; }
    .nav-toggle { display: block; }
    .main-nav {
        position: absolute; left: 0; right: 0; top: 72px; display: none; align-items: stretch;
        padding: 20px 24px 30px; background: rgba(9,8,8,.97); border-bottom: 1px solid var(--line);
    }
    .main-nav.is-open { display: grid; }
    .main-nav a { padding: 10px 0; }
    .hero { padding-left: 24px; padding-right: 24px; }
    .hero-media img { object-position: 64% center; }
    .hero-note { padding: 16px 18px; }
    .hero-cd-mockup {
        width: min(360px, 78vw);
    }
    .hero-note strong { font-size: 19px; }
    .hero-note i { width: 42px; height: 42px; }
    .story-grid, .section-head, .live-card, .forum-layout { grid-template-columns: 1fr; }
    .story-grid { margin-top: 50px; }
    .story-image { aspect-ratio: 16/9; }
    .video-grid { grid-template-columns: 1fr 1fr; }
    .video-card-featured { grid-column: span 2; }
    .live-art::after { background: linear-gradient(0deg,#0d0b0b,transparent 50%); }
    footer { grid-template-columns: 1fr; text-align: center; }
    footer > p { justify-self: center; }
    footer nav { justify-content: center; }
    .footer-brand { justify-self: center; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .brand-mark { width: 48px; height: 48px; }
    .brand-mark img { width: 46px; height: 46px; }
    .brand strong { font-size: 13px; }
    .hero { min-height: auto; padding-top: 142px; }
    .hero-cd-mockup { justify-self: center; width: min(340px, 92vw); margin-top: 28px; margin-bottom: -48px; }
    .hero-note { justify-self: stretch; width: 100%; }
    .hero h1 { font-size: clamp(80px, 28vw, 120px); }
    .hero-shade { background: linear-gradient(90deg,rgba(6,5,5,.95),rgba(8,7,7,.55)),linear-gradient(0deg,var(--black),transparent 60%); }
    .hero-actions .button { width: 100%; }
    .section { padding-left: 20px; padding-right: 20px; }
    .live-section { padding-top: 170px; }
    .live-section .section-number { top: 48px; }
    .section-number { right: 20px; }
    .section-head { gap: 28px; }
    .stats { grid-template-columns: 1fr; }
    .stats div { display: flex; justify-content: space-between; align-items: baseline; }
    .video-grid { grid-template-columns: 1fr; }
    .video-card-featured { grid-column: auto; }
    .video-card-featured .video-meta strong { font-size: 20px; }
    .schedule { grid-template-columns: 1fr; }
    .listen { align-items: flex-start; flex-direction: column; }
    .listen div { justify-content: flex-start; }
    .topic { grid-template-columns: auto 1fr auto; }
    .topic-count { display: none; }
    .topic-copy strong { white-space: normal; }
    .post { grid-template-columns: 1fr; }
    .forum-form { margin-left: -4px; margin-right: -4px; }
    .admin-topbar, .admin-section-head { align-items: flex-start; flex-direction: column; }
    .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-form-grid { grid-template-columns: 1fr; gap: 0; }
    .member-strip { width: 100%; margin-top: 0; }
    .member-strip > a { margin-left: auto; }
    .fan-cta { min-height: 580px; }
}

@media (max-width: 420px) {
    .hero-cd-mockup { width: 100%; margin-bottom: -35px; }
    .hero-note { grid-template-columns: 1fr auto; padding: 14px; }
    .hero-note strong { font-size: 17px; }
    .hero-note small { font-size: 11px; }
    .admin-stats { grid-template-columns: 1fr; }
}

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