:root {
    --bg: #070607;
    --bg-2: #0f0b0c;
    --paper: #e9e1d7;
    --muted: #a99b94;
    --red: #d51d29;
    --red-dark: #680810;
    --electric: #41f3ff;
    --acid: #c7ff39;
    --line: rgba(255,255,255,.13);
    --shadow: 0 20px 60px rgba(0,0,0,.55);
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rebels-dark {
    margin: 0;
    background: var(--bg);
    color: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 999;
    opacity: .13;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,0,0,.025), rgba(0,255,255,.025));
    background-size: 100% 3px, 7px 100%;
    mix-blend-mode: screen;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link {
    position: absolute; top: -40px; left: 16px; background: var(--paper); color: #000; padding: 10px 14px; z-index: 1000;
}
.skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.site-header {
    position: fixed;
    top: 22px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 12px 0;
    background: rgba(5,5,5,.84);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 14px 34px rgba(0,0,0,.35);
    transition: padding .2s ease, background .2s ease, top .2s ease;
}
.site-header.is-scrolled { top: 8px; padding: 9px 0; background: rgba(5,5,5,.94); }
body.admin-bar .site-header { top: 54px; }
body.admin-bar .site-header.is-scrolled { top: 40px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: min(360px, 54vw); filter: drop-shadow(0 0 18px rgba(213,29,41,.35)); }
.primary-nav, .primary-nav ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.primary-nav li { margin: 0; padding: 0; }
.primary-nav-wrapper { display: flex; align-items: center; }
.primary-nav a,
.primary-nav-wrapper a {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,.78);
    position: relative;
}
.primary-nav a::after,
.primary-nav-wrapper a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 1px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s ease;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav-wrapper a:hover::after, .primary-nav-wrapper a:focus-visible::after { transform: scaleX(1); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--paper); }
.hero-section {
    min-height: 100vh;
    position: relative;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 155px 0 70px;
}
.hero-collage {
    position: absolute;
    inset: 0;
    z-index: -4;
    background: url('../images/rebels-hero-collage.jpg') center/cover no-repeat;
    transform: scale(1.05);
    animation: slowZoom 18s ease-in-out infinite alternate;
}
.hero-section::before {
    content: "";
    position: absolute; inset: 0; z-index: -3;
    background:
        radial-gradient(circle at 18% 70%, rgba(213,29,41,.48), transparent 32%),
        radial-gradient(circle at 78% 30%, rgba(65,243,255,.18), transparent 27%),
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.44), rgba(0,0,0,.78));
}
.vhs-static, .scanlines {
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.vhs-static {
    z-index: -1;
    opacity: .25;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1px),
        radial-gradient(circle, rgba(213,29,41,.20) 1px, transparent 1px);
    background-size: 37px 41px, 19px 23px;
    animation: noiseShift 1.8s steps(3) infinite;
}
.scanlines {
    z-index: -2;
    background: repeating-linear-gradient(0deg, rgba(255,255,255,.045), rgba(255,255,255,.045) 1px, transparent 1px, transparent 5px);
}
.hero-content { max-width: 860px; position: relative; }
.eyebrow {
    margin: 0 0 14px;
    color: var(--electric);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 800;
}
h1, h2, h3 { margin: 0; line-height: .95; }
h1 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    font-size: clamp(72px, 13vw, 190px);
    letter-spacing: -.045em;
    text-shadow: 4px 0 var(--red), -3px 0 rgba(65,243,255,.35), 0 12px 28px rgba(0,0,0,.8);
}
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--paper); text-stroke: 1.5px var(--paper); }
h2 {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    font-size: clamp(42px, 7vw, 94px);
    letter-spacing: -.035em;
}
h3 { font-size: 25px; letter-spacing: -.02em; }
.tagline {
    max-width: 700px;
    margin: 20px 0 14px;
    font-size: clamp(22px, 3vw, 38px);
    line-height: 1.12;
    color: #fff;
    font-weight: 800;
}
.hero-copy, .lead { font-size: clamp(18px, 2vw, 22px); color: rgba(255,255,255,.82); max-width: 760px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.cta-row.compact { margin-top: 24px; }
.cta-row.centered { justify-content: center; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 0 30px rgba(213,29,41,.32), inset 0 0 0 1px rgba(255,255,255,.16);
}
.button-primary:hover { background: #ff2634; }
.button-ghost { border-color: rgba(255,255,255,.28); color: var(--paper); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: var(--electric); color: #fff; background: rgba(65,243,255,.06); }
.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}
.hero-meta span { border: 1px solid rgba(255,255,255,.16); padding: 8px 10px; background: rgba(0,0,0,.35); }
.section-block { padding: 105px 0; position: relative; }
.section-block::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(180deg, transparent, #000 15%, #000 85%, transparent);
}
.two-column { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.two-column.reverse { grid-template-columns: .92fr 1fr; }
.intro-section, .gallery-section { background: var(--bg-2); }
.intro-section p:not(.eyebrow), .filmmakers-section p:not(.eyebrow), .shop-section p:not(.eyebrow), .site-footer p { color: rgba(255,255,255,.74); }
.teaser-card {
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    box-shadow: var(--shadow);
    padding: 18px;
    transform: rotate(-1deg);
}
.teaser-screen {
    min-height: 300px;
    display: grid;
    place-content: center;
    text-align: center;
    padding: 30px;
    position: relative;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.72)),
        url('../images/stills/rebel-still-03.jpg') center/cover no-repeat;
}
.teaser-screen p { max-width: 360px; margin: 0 auto 18px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: .08em; }
.teaser-screen a { color: var(--electric); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.rec-dot { position: absolute; top: 18px; left: 18px; width: 12px; height: 12px; background: var(--red); border-radius: 50%; box-shadow: 0 0 16px var(--red); }
blockquote {
    margin: 18px 0 0;
    padding: 18px 18px 0;
    border-top: 1px solid rgba(255,255,255,.13);
    font: italic 22px Georgia, serif;
    color: #fff;
}
.section-heading { max-width: 820px; margin-bottom: 42px; }
.section-heading p { color: rgba(255,255,255,.72); }
.episode-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.episode-card {
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    overflow: hidden;
    min-height: 100%;
}
.episode-image { position: relative; aspect-ratio: 16/10; overflow: hidden; background: #000; }
.episode-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.15) contrast(1.1); transition: transform .4s ease, filter .4s ease; }
.episode-card:hover .episode-image img { transform: scale(1.06); filter: grayscale(0) contrast(1.15); }
.episode-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.75)); }
.episode-image span {
    position: absolute; bottom: 12px; left: 14px; z-index: 1;
    font-family: Impact, sans-serif; font-size: 52px; line-height: 1; color: var(--red); text-shadow: 2px 2px 0 #000;
}
.episode-body { padding: 22px; }
.episode-kicker { margin: 0 0 8px; color: var(--electric); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.episode-body p { color: rgba(255,255,255,.72); }
.figures { font-size: 14px; }
.text-link { color: var(--paper); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; text-decoration-color: var(--red); text-underline-offset: 5px; }
.stacked-stills { position: relative; min-height: 630px; }
.stacked-stills img {
    position: absolute;
    width: 54%;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: var(--shadow);
    filter: saturate(.9) contrast(1.08);
}
.stacked-stills img:nth-child(1) { left: 0; top: 20px; transform: rotate(-4deg); }
.stacked-stills img:nth-child(2) { right: 0; top: 160px; transform: rotate(3deg); }
.stacked-stills img:nth-child(3) { left: 18%; bottom: 0; transform: rotate(-1deg); }
.bio-card {
    margin: 20px 0;
    padding: 22px;
    border-left: 4px solid var(--red);
    background: rgba(255,255,255,.055);
}
.bio-card h3 { margin-bottom: 10px; }
.bio-card h3 span { display: block; margin-top: 8px; color: var(--electric); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.small-copy { font-size: 13px; color: rgba(255,255,255,.55) !important; }
.marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.13); margin: 36px 0; background: rgba(213,29,41,.12); }
.marquee span { display: inline-block; white-space: nowrap; padding: 12px 0; font-family: Impact, sans-serif; font-size: clamp(28px, 6vw, 70px); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.55); animation: marquee 22s linear infinite; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.gallery-card { margin: 0; position: relative; overflow: hidden; background: #000; border: 1px solid rgba(255,255,255,.12); }
.gallery-card img { width: 100%; aspect-ratio: 4/5; height: auto; object-fit: cover; filter: grayscale(.1) contrast(1.1); }
.gallery-card figcaption {
    position: absolute; left: 8px; bottom: 8px;
    background: rgba(0,0,0,.68); color: #fff; padding: 5px 8px;
    font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
}
.shop-section { background: radial-gradient(circle at 80% 20%, rgba(213,29,41,.17), transparent 32%), var(--bg); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.product-card {
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(145deg, rgba(213,29,41,.16), rgba(255,255,255,.035));
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-card p { margin-bottom: auto; }
.product-tag { color: var(--acid); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.conversion-band {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 110px 0;
    background: linear-gradient(110deg, rgba(213,29,41,.8), rgba(23,0,3,.95)), url('../images/stills/rebel-still-07.jpg') center/cover fixed;
}
.conversion-band::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,.05) 1px, transparent 1px, transparent 8px); mix-blend-mode: overlay; }
.conversion-inner { position: relative; z-index: 1; max-width: 900px; }
.site-footer { background: #030303; border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.footer-links { display: grid; gap: 12px; }
.footer-links a, .footer-links button, .footer-menu a {
    display: block; width: 100%; text-align: left; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color: var(--paper); padding: 14px 16px; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 900;
}
.footer-links a:hover, .footer-links button:hover, .footer-menu a:hover { border-color: var(--red); color: #fff; }
.footer-menu { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.footer-menu li { margin: 0; padding: 0; }
.legal-line { padding-top: 36px; color: rgba(255,255,255,.48); font-size: 12px; }
.glitch { position: relative; display: inline-block; }
.glitch::before, .glitch::after { content: attr(data-text); position: absolute; left: 0; top: 0; opacity: .5; pointer-events: none; }
.glitch::before { color: var(--red); transform: translate(1px,0); clip-path: inset(0 0 50% 0); }
.glitch::after { color: var(--electric); transform: translate(-1px,0); clip-path: inset(50% 0 0 0); }
@keyframes slowZoom { from { transform: scale(1.04) translateX(-1%); } to { transform: scale(1.11) translateX(1%); } }
@keyframes noiseShift { 0% { transform: translate(0,0); } 33% { transform: translate(-1%,1%); } 66% { transform: translate(1%,-1%); } 100% { transform: translate(0,0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 1000px) {
    .episode-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .gallery-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .two-column, .two-column.reverse, .footer-grid { grid-template-columns: 1fr; }
    .stacked-stills { min-height: 520px; }
}
@media (max-width: 760px) {
    .site-header { top: 12px; padding: 12px 0; }
    body.admin-bar .site-header { top: 58px; }
    .nav-toggle { display: block; }
    .primary-nav,
    .primary-nav-wrapper {
        position: absolute; left: 20px; right: 20px; top: calc(100% + 8px);
        display: none; flex-direction: column; align-items: flex-start; gap: 0;
        padding: 18px;
        background: rgba(5,5,5,.96);
        border: 1px solid rgba(255,255,255,.12);
    }
    .primary-nav-wrapper .primary-nav {
        position: static; left: auto; right: auto; top: auto;
        display: flex; padding: 0; border: 0; background: transparent;
    }
    .primary-nav.is-open, .primary-nav-wrapper.is-open { display: flex; }
    .primary-nav, .primary-nav ul { align-items: flex-start; gap: 0; }
    .primary-nav a, .primary-nav-wrapper a { padding: 12px 0; width: 100%; }
    .hero-section { min-height: 92vh; padding-top: 110px; }
    .section-block { padding: 72px 0; }
    .episode-grid, .gallery-grid, .product-grid { grid-template-columns: 1fr; }
    .stacked-stills { min-height: auto; display: grid; gap: 14px; }
    .stacked-stills img { position: static; width: 100%; transform: none !important; }
    .button { width: 100%; }
    .hero-meta { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}


/* Contact section */
.contact-section {
    background: radial-gradient(circle at 15% 20%, rgba(65,243,255,.11), transparent 26%), radial-gradient(circle at 85% 80%, rgba(213,29,41,.18), transparent 30%), var(--bg-2);
}
.contact-card {
    max-width: 950px;
    padding: clamp(32px, 6vw, 70px);
    border: 1px solid rgba(255,255,255,.14);
    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    box-shadow: var(--shadow);
    text-align: center;
}
.contact-email {
    display: inline-block;
    margin-top: 18px;
    color: var(--electric);
    font-size: clamp(22px, 4vw, 44px);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: .02em;
    text-decoration-color: var(--red);
    text-underline-offset: 8px;
}

/* Elementor-ready layout support */
.rebels-page-content,
.rebels-elementor-page {
    background: var(--bg);
    color: var(--paper);
    min-height: 60vh;
}
.rebels-page-content {
    padding-top: 150px;
}
.rebels-full-width-page,
.rebels-front-page-builder {
    padding-top: 0;
}
.standard-page-heading {
    padding: 110px 0 32px;
}
.rebels-elementor-page .elementor-section {
    color: var(--paper);
}
.rebels-elementor-page .elementor-container,
.rebels-elementor-page .e-con-inner {
    width: min(var(--max), calc(100% - 40px));
}
.rebels-elementor-page .elementor-widget-heading .elementor-heading-title {
    color: var(--paper);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    text-transform: uppercase;
    letter-spacing: -.035em;
    line-height: .95;
}
.rebels-elementor-page h1.elementor-heading-title,
.rebels-elementor-page .rebels-el-main-title .elementor-heading-title {
    font-size: clamp(66px, 12vw, 178px);
    letter-spacing: -.045em;
    text-shadow: 4px 0 var(--red), -3px 0 rgba(65,243,255,.35), 0 12px 28px rgba(0,0,0,.8);
}
.rebels-elementor-page .rebels-el-main-title .elementor-heading-title span {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--paper);
    text-stroke: 1.5px var(--paper);
}
.rebels-elementor-page h2.elementor-heading-title { font-size: clamp(42px, 7vw, 92px); }
.rebels-elementor-page h3.elementor-heading-title { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 26px; letter-spacing: -.02em; text-transform: none; }
.rebels-elementor-page .elementor-widget-text-editor,
.rebels-elementor-page .elementor-widget-text-editor p {
    color: rgba(255,255,255,.76);
    font-size: 17px;
}
.rebels-elementor-page .rebels-el-tagline {
    color: #fff !important;
    font-size: clamp(22px, 3vw, 38px) !important;
    line-height: 1.14;
    font-weight: 800;
}
.rebels-elementor-page .rebels-el-kicker {
    margin: 0 0 10px !important;
    color: var(--electric) !important;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px !important;
    font-weight: 900;
}
.rebels-el-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 160px 0 80px;
}
.rebels-el-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 18% 70%, rgba(213,29,41,.50), transparent 32%), radial-gradient(circle at 78% 30%, rgba(65,243,255,.18), transparent 27%), linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.44), rgba(0,0,0,.78));
    pointer-events: none;
}
.rebels-el-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: .2;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255,255,255,.22) 1px, transparent 1px), repeating-linear-gradient(0deg, rgba(255,255,255,.04), rgba(255,255,255,.04) 1px, transparent 1px, transparent 5px);
    background-size: 37px 41px, 100% 5px;
    mix-blend-mode: screen;
}
.rebels-el-hero > .elementor-container { position: relative; z-index: 2; min-height: 72vh; align-items: center; }
.rebels-el-logo img { max-width: 360px; filter: drop-shadow(0 0 18px rgba(213,29,41,.35)); }
.rebels-el-section {
    padding: 105px 0;
    position: relative;
    background: var(--bg);
}
.rebels-el-intro,
.rebels-el-filmmakers,
.rebels-el-about { background: var(--bg-2); }
.rebels-el-heading-section { padding: 100px 0 36px; }
.rebels-el-grid-section { padding: 0 0 24px; }
.rebels-el-grid-section:last-of-type { padding-bottom: 100px; }
.rebels-el-card > .elementor-widget-wrap {
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: var(--shadow);
    padding: 22px !important;
    min-height: 100%;
}
.rebels-el-episode-image img,
.rebels-el-gallery-img img,
.rebels-el-feature-image img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(.12) contrast(1.1);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
}
.rebels-el-episode-image img { aspect-ratio: 16/10; }
.rebels-el-gallery-img img { aspect-ratio: 4/5; }
.rebels-el-feature-image img { aspect-ratio: 4/3; }
.rebels-el-tilt-left { transform: rotate(-3deg); }
.rebels-el-tilt-right { transform: rotate(3deg); }
.rebels-el-contact {
    padding: 115px 0;
    text-align: center;
    background: radial-gradient(circle at 15% 20%, rgba(65,243,255,.11), transparent 26%), radial-gradient(circle at 85% 80%, rgba(213,29,41,.18), transparent 30%), var(--bg-2);
}
.rebels-el-contact-email {
    color: var(--electric) !important;
    font-size: clamp(22px, 4vw, 42px) !important;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    letter-spacing: .02em;
}
.rebels-elementor-page .rebels-el-button-primary .elementor-button,
.rebels-elementor-page .rebels-el-button-ghost .elementor-button {
    min-height: 52px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.rebels-elementor-page .rebels-el-button-primary .elementor-button {
    background: var(--red);
    color: #fff;
    box-shadow: 0 0 30px rgba(213,29,41,.32), inset 0 0 0 1px rgba(255,255,255,.16);
}
.rebels-elementor-page .rebels-el-button-ghost .elementor-button {
    border-color: rgba(255,255,255,.28);
    color: var(--paper);
    background: rgba(255,255,255,.04);
}
.rebels-elementor-page .rebels-el-button-primary .elementor-button:hover,
.rebels-elementor-page .rebels-el-button-ghost .elementor-button:hover {
    transform: translateY(-2px);
}
body.elementor-editor-active .site-header {
    position: absolute;
}

@media (max-width: 1000px) {
    .rebels-elementor-page .elementor-column { width: 100% !important; }
    .rebels-el-grid-section .elementor-column { width: 50% !important; }
}
@media (max-width: 760px) {
    .rebels-page-content { padding-top: 120px; }
    .rebels-el-hero { padding-top: 130px; }
    .rebels-el-grid-section .elementor-column { width: 100% !important; }
    .contact-email { font-size: 22px; }
}


/* 1.2 typography, spacing, readable menu, and animated background revision */
body.rebels-dark {
    background:
        radial-gradient(circle at 12% 18%, rgba(213,29,41,.16), transparent 30%),
        radial-gradient(circle at 88% 22%, rgba(65,243,255,.08), transparent 28%),
        radial-gradient(circle at 50% 90%, rgba(104,8,16,.22), transparent 38%),
        var(--bg);
    background-size: 140% 140%, 130% 130%, 150% 150%, auto;
    animation: rebelsAmbientDrift 28s ease-in-out infinite alternate;
}
body.rebels-dark::after {
    content: "";
    position: fixed;
    inset: -12%;
    pointer-events: none;
    z-index: -1;
    opacity: .22;
    background:
        radial-gradient(circle at 25% 20%, rgba(213,29,41,.32), transparent 24%),
        radial-gradient(circle at 72% 70%, rgba(65,243,255,.16), transparent 22%),
        linear-gradient(115deg, transparent 0%, rgba(255,255,255,.035) 48%, transparent 55%);
    background-size: 120% 120%, 140% 140%, 220% 220%;
    animation: rebelsBackgroundPulse 18s ease-in-out infinite alternate;
}
.site-header {
    top: 42px;
    padding: 14px 0;
    background: rgba(5,5,5,.90);
}
.site-header.is-scrolled {
    top: 18px;
    padding: 11px 0;
}
body.admin-bar .site-header { top: 74px; }
body.admin-bar .site-header.is-scrolled { top: 50px; }
.header-inner {
    gap: 28px;
}
.brand-title-link {
    text-decoration: none;
    flex: 0 1 auto;
    min-width: 240px;
}
.brand-title {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(18px, 2.1vw, 28px);
    line-height: 1;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-shadow: 2px 0 var(--red), -1px 0 rgba(65,243,255,.28);
    white-space: nowrap;
}
.brand-title span {
    color: var(--paper);
    font-size: .62em;
    letter-spacing: .11em;
    -webkit-text-stroke: 0;
    opacity: .92;
}
.primary-nav,
.primary-nav ul {
    gap: 16px;
}
.primary-nav a,
.primary-nav-wrapper a {
    font-size: 11px;
    letter-spacing: .105em;
    line-height: 1.35;
    color: rgba(255,255,255,.86);
}
h1, h2, h3,
.rebels-elementor-page .elementor-widget-heading .elementor-heading-title {
    letter-spacing: .01em;
    line-height: 1.03;
}
h1 {
    font-size: clamp(52px, 9.4vw, 142px);
    letter-spacing: .005em;
}
h2 {
    font-size: clamp(34px, 5.2vw, 72px);
    letter-spacing: .012em;
}
h3 {
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.18;
}
.tagline {
    font-size: clamp(20px, 2.3vw, 31px);
    line-height: 1.2;
    max-width: 780px;
}
.hero-copy,
.lead {
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.7;
}
.eyebrow {
    letter-spacing: .16em;
    line-height: 1.5;
}
.hero-section {
    padding: 185px 0 96px;
}
.hero-collage {
    animation: slowZoom 18s ease-in-out infinite alternate, rebelsHeroPan 34s ease-in-out infinite alternate;
    transform-origin: center;
}
.vhs-static {
    animation: noiseShift 1.8s steps(3) infinite, rebelsStaticFlicker 3.8s steps(5) infinite;
}
.scanlines {
    animation: rebelsScanlineRoll 9s linear infinite;
}
.section-block {
    padding: 132px 0;
}
.section-block::before {
    animation: rebelsGridDrift 26s linear infinite;
}
.section-heading {
    margin-bottom: 56px;
}
.episode-grid,
.gallery-grid,
.product-grid {
    gap: 28px;
}
.episode-body,
.product-card,
.bio-card {
    padding: 28px;
}
.two-column {
    gap: clamp(44px, 7vw, 98px);
}
.cta-row {
    gap: 18px;
    margin-top: 36px;
}
.hero-meta {
    gap: 14px;
    margin-top: 38px;
}
.contact-card {
    padding: clamp(40px, 7vw, 86px);
}
.contact-email {
    font-size: clamp(20px, 3vw, 34px);
    letter-spacing: .04em;
    line-height: 1.15;
}
.rebels-elementor-page h1.elementor-heading-title,
.rebels-elementor-page .rebels-el-main-title .elementor-heading-title {
    font-size: clamp(52px, 9.4vw, 142px);
    letter-spacing: .005em;
    line-height: 1.03;
}
.rebels-elementor-page h2.elementor-heading-title {
    font-size: clamp(34px, 5.2vw, 72px);
    letter-spacing: .012em;
    line-height: 1.04;
}
.rebels-elementor-page h3.elementor-heading-title {
    font-size: clamp(20px, 2.2vw, 25px);
    line-height: 1.2;
}
.rebels-elementor-page .elementor-widget-text-editor,
.rebels-elementor-page .elementor-widget-text-editor p {
    font-size: 16.5px;
    line-height: 1.75;
}
.rebels-elementor-page .rebels-el-tagline {
    font-size: clamp(20px, 2.3vw, 31px) !important;
    line-height: 1.22;
}
.rebels-el-hero {
    padding: 188px 0 98px;
    background-size: 110% auto !important;
    animation: rebelsElementorHeroDrift 30s ease-in-out infinite alternate;
}
.rebels-el-hero::after {
    animation: noiseShift 1.8s steps(3) infinite, rebelsStaticFlicker 3.8s steps(5) infinite;
}
.rebels-el-section {
    padding: 132px 0;
}
.rebels-el-heading-section {
    padding: 124px 0 50px;
}
.rebels-el-grid-section {
    padding: 0 0 34px;
}
.rebels-el-grid-section:last-of-type {
    padding-bottom: 124px;
}
.rebels-el-card > .elementor-widget-wrap {
    padding: 28px !important;
}
.rebels-el-contact {
    padding: 140px 0;
}
.rebels-el-contact-email {
    font-size: clamp(20px, 3vw, 34px) !important;
    letter-spacing: .04em;
    line-height: 1.15;
}
@keyframes rebelsAmbientDrift {
    0% { background-position: 0% 0%, 100% 15%, 50% 100%, 0 0; }
    50% { background-position: 24% 12%, 74% 34%, 45% 72%, 0 0; }
    100% { background-position: 42% 26%, 55% 55%, 58% 48%, 0 0; }
}
@keyframes rebelsBackgroundPulse {
    0% { transform: translate3d(-1.5%, -1%, 0) scale(1); opacity: .16; }
    50% { transform: translate3d(1.2%, .8%, 0) scale(1.04); opacity: .28; }
    100% { transform: translate3d(2%, 1.5%, 0) scale(1.08); opacity: .20; }
}
@keyframes rebelsHeroPan {
    0% { background-position: 48% 50%; }
    50% { background-position: 54% 47%; }
    100% { background-position: 44% 54%; }
}
@keyframes rebelsElementorHeroDrift {
    0% { background-position: 50% 50%; }
    50% { background-position: 56% 46%; }
    100% { background-position: 44% 54%; }
}
@keyframes rebelsStaticFlicker {
    0%, 100% { opacity: .18; }
    22% { opacity: .28; }
    48% { opacity: .15; }
    71% { opacity: .32; }
}
@keyframes rebelsScanlineRoll {
    from { background-position: 0 0; }
    to { background-position: 0 60px; }
}
@keyframes rebelsGridDrift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 60px 0, 0 60px; }
}
@media (max-width: 1120px) {
    .header-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .brand-title-link { min-width: 0; }
    .primary-nav,
    .primary-nav ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
@media (max-width: 760px) {
    .site-header { top: 24px; padding: 13px 0; }
    .site-header.is-scrolled { top: 10px; }
    body.admin-bar .site-header { top: 68px; }
    .header-inner {
        flex-direction: row;
        align-items: center;
    }
    .brand-title {
        font-size: 18px;
        white-space: normal;
        flex-wrap: wrap;
        gap: 4px 7px;
    }
    .brand-title span { font-size: .62em; }
    .hero-section { padding-top: 155px; }
    .section-block { padding: 92px 0; }
    .rebels-el-hero { padding-top: 150px; background-size: cover !important; }
    .rebels-el-section { padding: 94px 0; }
    .rebels-el-heading-section { padding: 88px 0 36px; }
}
