:root {
  --canvas: #e9e9e4;
  --canvas-deep: #deded8;
  --surface: #f8f8f4;
  --surface-strong: #ffffff;
  --ink: #17191b;
  --ink-soft: #4e5458;
  --ink-faint: #767c80;
  --charcoal: #15181b;
  --charcoal-raised: #202428;
  --charcoal-line: #41474c;
  --steel: #637078;
  --steel-pale: #cfd4d4;
  --brass: #aa814b;
  --brass-pale: #d8c397;
  --signal: #c9322c;
  --signal-deep: #93251f;
  --line: rgba(24, 28, 31, .14);
  --line-strong: rgba(24, 28, 31, .24);
  --shadow: 0 20px 48px rgba(20, 23, 25, .10);
  --shadow-tight: 0 8px 20px rgba(20, 23, 25, .08);
  --radius: 12px;
  --radius-small: 7px;
  --serif: Cambria, Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Avenir, "Trebuchet MS", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.58;
}
body::selection { color: #fff; background: var(--signal); }
img, picture, svg, video { display: block; max-width: 100%; }
iframe { display: block; width: 100%; border: 0; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: .98; letter-spacing: 0; }
.wrap { width: min(100% - 64px, 1320px); margin: 0 auto; }
.section { padding: clamp(64px, 8vw, 118px) 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 9px 12px;
  color: #fff;
  background: var(--charcoal);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  color: var(--steel);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.hero-lede { max-width: 680px; font-size: clamp(1.06rem, 1.5vw, 1.28rem); line-height: 1.52; }

/* The header is a brand masthead first, with its utility controls clearly separate. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(28, 32, 34, .14);
  background: rgba(249, 249, 246, .95);
  box-shadow: 0 5px 20px rgba(20, 23, 25, .05);
  backdrop-filter: blur(12px);
}
.header-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto auto;
  align-items: center;
  min-height: 112px;
  gap: 30px;
}
.brand-lockup { display: inline-flex; align-items: center; gap: 17px; min-width: 0; width: max-content; }
.brand-medallion { position: relative; display: grid; width: 94px; height: 94px; flex: 0 0 auto; place-items: center; }
.brand-medallion::before { position: absolute; inset: -4px; border: 1px solid rgba(170, 129, 75, .78); border-radius: 50%; box-shadow: 0 0 0 3px rgba(23, 25, 27, .08); content: ""; }
.brand-medallion::after { position: absolute; top: 22px; right: -10px; bottom: 22px; width: 1px; background: var(--brass); content: ""; }
.brand-medallion img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(20, 23, 25, .14)); }
.brand-type { position: relative; display: grid; min-width: 0; gap: 1px; padding-bottom: 8px; }
.brand-type::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--brass); content: ""; opacity: .7; }
.brand-type b { font-family: var(--serif); font-size: 1.82rem; line-height: 1; white-space: nowrap; }
.brand-type small { color: var(--steel); font-size: .61rem; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.desktop-nav a, .footer nav a { font-size: .86rem; font-weight: 850; }
.desktop-nav a { position: relative; padding: 10px 0; color: #34393d; }
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--signal);
  content: "";
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}
.desktop-nav a:hover::after { opacity: 1; transform: scaleX(1); }
.desktop-nav a.is-active { color: var(--signal-deep); }
.desktop-nav a.is-active::after { opacity: 1; transform: scaleX(1); }
.desktop-nav .desktop-live-link {
  display: flex;
  width: 142px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  overflow: hidden;
  border: 1px solid rgba(164, 125, 65, .48);
  border-radius: 5px;
  background: #f1f0e9;
  box-shadow: inset 0 0 0 1px rgba(32, 36, 39, .08), 0 3px 10px rgba(20, 23, 25, .08);
}
.desktop-nav .desktop-live-link::after { display: none; }
.desktop-nav .desktop-live-link:hover { border-color: var(--brass); background: #fffdf7; }
.desktop-nav .desktop-live-link.is-active { border-color: var(--signal); background: #fff8f2; box-shadow: inset 0 0 0 1px rgba(173, 34, 29, .11), 0 3px 10px rgba(20, 23, 25, .08); }
.desktop-nav .desktop-live-link img { display: block; width: 126px; height: 40px; object-fit: contain; object-position: center; }
.header-utilities { display: flex; align-items: center; justify-content: end; gap: 10px; }
.air-sign {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid #43494e;
  border-radius: 5px;
  color: #d7dcde;
  background: linear-gradient(180deg, #30353a, #1a1e21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), inset 0 -1px 0 rgba(0, 0, 0, .34);
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .075em;
  white-space: nowrap;
}
.air-sign span {
  width: 8px;
  height: 8px;
  border: 1px solid #151719;
  border-radius: 50%;
  background: #6c7377;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .56);
}
.air-sign--on { border-color: #8e2a25; color: #fff0eb; background: linear-gradient(180deg, #41201e, #281716); }
.air-sign--on span { border-color: #9d211c; background: var(--signal); box-shadow: 0 0 9px rgba(211, 49, 43, .82), inset 0 1px 1px rgba(255, 255, 255, .35); }
.mobile-menu { display: none; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: var(--radius-small);
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  border-color: #15181b;
  color: #f7f8f5;
  background: #1b2023;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 10px 20px rgba(20, 23, 25, .16);
}
.button-primary:hover { background: #2a3034; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 14px 26px rgba(20, 23, 25, .2); }
.button-secondary { border-color: var(--line-strong); color: var(--ink); background: rgba(255, 255, 255, .62); }
.button-secondary:hover { border-color: var(--steel); background: var(--surface-strong); }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.home-hero {
  position: relative;
  isolation: isolate;
  height: calc(100svh - 155px);
  min-height: min(640px, calc(100svh - 155px));
  margin: 18px 0;
  overflow: clip;
  color: #f7f6f1;
  background: var(--charcoal);
}
.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(10, 12, 14, .97) 0%, rgba(16, 18, 20, .90) 34%, rgba(20, 22, 24, .57) 59%, rgba(20, 22, 24, .08) 100%),
    url("assets/optimized/lampoon-bison-hero.webp");
  background-position: center, center;
  background-size: cover;
  content: "";
}
.home-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(0deg, rgba(8, 10, 11, .64), rgba(8, 10, 11, 0));
  content: "";
}
.home-hero-grid { display: flex; min-height: inherit; align-items: center; padding: 96px 0 82px; }
.home-copy { max-width: 730px; }
.home-masthead { display: flex; max-width: 760px; align-items: center; gap: 30px; }
.hero-crest { position: relative; display: grid; width: clamp(128px, 11.5vw, 174px); aspect-ratio: 1; flex: 0 0 auto; place-items: center; }
.hero-crest::before { position: absolute; inset: -10px; border: 1px solid rgba(216, 195, 151, .72); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216, 195, 151, .10); content: ""; }
.hero-crest::after { position: absolute; top: 50%; right: -29px; width: 27px; height: 26px; border-top: 1px solid var(--brass-pale); border-right: 1px solid var(--brass-pale); border-bottom: 1px solid var(--brass-pale); content: ""; transform: translateY(-50%); }
.hero-crest img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 11px 14px rgba(0, 0, 0, .34)); }
.home-title-block { position: relative; min-width: 0; padding: 13px 0 17px; }
.home-title-block::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--brass-pale) 0 78%, transparent 78%); content: ""; }
.home-title-block .eyebrow { color: var(--brass-pale); }
.home-title-block h1 { max-width: 760px; margin-top: 13px; font-size: clamp(3.7rem, 8vw, 8rem); }
.home-copy .hero-lede { max-width: 590px; margin-top: 26px; color: #e7e8e5; }
.home-network-readout {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 4px 18px;
  max-width: 590px;
  align-items: baseline;
  margin-top: 29px;
  padding: 15px 0;
  border-top: 1px solid rgba(218, 195, 151, .38);
  border-bottom: 1px solid rgba(218, 195, 151, .20);
}
.home-network-readout span { color: var(--brass-pale); font-size: .67rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.home-network-readout strong { color: #e7e9e8; font-size: .86rem; font-weight: 900; }
.home-network-readout strong::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 7px 1px 0;
  border: 1px solid #111315;
  border-radius: 50%;
  background: #71797d;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .55);
  content: "";
}
[data-broadcast-state="on"] .home-network-readout strong { color: #fff1ed; }
[data-broadcast-state="on"] .home-network-readout strong::before { border-color: #9d211c; background: var(--signal); box-shadow: 0 0 9px rgba(211, 49, 43, .82), inset 0 1px 1px rgba(255, 255, 255, .35); }
.home-network-readout p { grid-column: 1 / -1; margin-top: 3px; color: #d5d9d7; font-size: .91rem; }
.home-copy .hero-actions { margin-top: 25px; }

.sponsor-band { padding: 30px 0 0; background: var(--canvas); }
.home-page .sponsor-band { padding-bottom: 76px; }
.home-page .footer { display: none; }
.ad-label { margin: 0 0 7px; color: var(--ink-faint); font-size: .63rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.sponsor-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-tight);
  transition: border-color .18s ease, box-shadow .18s ease;
}
.sponsor-card img { width: 100%; height: auto; object-fit: cover; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1px; border: 1px solid var(--line); background: var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-card { min-height: 278px; padding: 34px; background: var(--surface); }
.feature-card-live { color: #f4f4ef; background: #1b2023; }
.feature-card-live .eyebrow { color: var(--brass-pale); }
.feature-card h2 { margin-top: 16px; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.feature-card p { max-width: 360px; margin-top: 17px; color: var(--ink-soft); }
.feature-card-live p { color: #d3d8d7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--signal-deep); font-size: .88rem; font-weight: 850; }
.text-link::after { width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; content: ""; transform: rotate(45deg); }
.feature-card-live .text-link { color: var(--brass-pale); }
.section-heading { display: grid; gap: 12px; margin-bottom: 34px; }
.section-heading h2 { max-width: 700px; font-size: clamp(2.2rem, 4vw, 4.4rem); }

.show-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.show-grid-large { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.show-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(20, 23, 25, .045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.show-card:hover { border-color: rgba(112, 121, 127, .58); box-shadow: var(--shadow); transform: translateY(-4px); }
.show-card a { display: grid; height: 100%; grid-template-rows: 174px auto; }
.show-card-media { display: grid; min-height: 0; place-items: center; padding: 18px; border-bottom: 1px solid var(--line); background: #dbddd9; }
.show-card-media img { width: 100%; height: 100%; max-height: 138px; object-fit: contain; }
.show-card-copy { padding: 20px 20px 23px; }
.show-card-copy span { color: var(--signal-deep); font-size: .67rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.show-card-copy h3 { margin-top: 9px; font-size: 1.55rem; }
.show-card-copy p { margin-top: 11px; color: var(--ink-soft); font-size: .9rem; line-height: 1.5; }

.footer { position: relative; overflow: hidden; padding: 42px 0; color: #e4e7e5; background: #121416; }
.footer::after { position: absolute; right: -86px; bottom: -145px; width: 360px; height: 360px; background: url("assets/optimized/lampoon-media-logo-transparent.webp") center / contain no-repeat; opacity: .10; content: ""; pointer-events: none; }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr auto; gap: 32px; align-items: end; }
.footer strong { font-family: var(--serif); font-size: 1.55rem; }
.footer p { max-width: 500px; margin-top: 8px; color: #b9c0bf; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 19px; }
.footer nav a { color: #e1e5e3; }
.live-page .footer { display: none; }
.live-page .footer p { display: none; }

.page-hero, .program-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero { padding: 82px 0 72px; background: #deded8; }
.page-hero::before { position: absolute; top: 0; bottom: 0; left: 0; width: 7px; background: var(--signal); content: ""; }
.page-hero::after {
  position: absolute;
  top: -125px;
  right: 5%;
  width: 310px;
  height: 310px;
  background: url("assets/optimized/lampoon-media-logo-transparent.webp") center / contain no-repeat;
  content: "";
  opacity: .09;
  pointer-events: none;
}
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1, .program-copy h1 { margin-top: 12px; font-size: clamp(3.2rem, 6vw, 6.2rem); }
.page-hero h1 { max-width: 760px; }
.page-hero .hero-lede, .program-copy .hero-lede { max-width: 690px; margin-top: 20px; color: var(--ink-soft); }
.event-hero { color: #eff1ef; background: #1e2427; }
.event-hero::before { background: var(--brass); }
.event-hero::after { opacity: .12; filter: grayscale(1) contrast(.9); }
.event-hero .eyebrow { color: var(--brass-pale); }
.event-hero .hero-lede { color: #d1d6d4; }
.store-hero { background: #d7ddda; }

.content-with-rail { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 32px; }
.main-column { display: grid; min-width: 0; gap: 26px; }
.content-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(25px, 4vw, 42px); background: rgba(249, 249, 246, .84); box-shadow: 0 1px 0 rgba(255, 255, 255, .72) inset, 0 12px 30px rgba(20, 23, 25, .035); }
.section-title-row { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-title-row h2 { margin-top: 9px; font-size: clamp(1.85rem, 3vw, 3rem); }
.section-title-row > span { flex: 0 0 auto; margin-top: 5px; color: var(--ink-faint); font-size: .75rem; font-weight: 800; }
.status-chip { display: inline-flex; min-height: 28px; align-items: center; padding: 4px 9px; border: 1px solid #93251f; border-radius: 4px; color: #fff0ed; background: #2a2020; font-family: var(--sans); font-size: .66rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.status-chip::before { width: 6px; height: 6px; margin-right: 6px; border: 1px solid #9d211c; border-radius: 50%; background: var(--signal); box-shadow: 0 0 7px rgba(211, 49, 43, .72); content: ""; }
.status-chip-muted { border-color: #444b50; color: #abb2b5; background: #202428; }
.status-chip-muted::before { border-color: #1a1e21; background: #70787d; box-shadow: none; }

/* The live console is a single broadcast surface, not a collection of cards. */
.live-hub-section { display: grid; min-height: calc(100svh - 113px); align-items: start; padding: 0; background: linear-gradient(180deg, #e5e5df, #eeeee9 62%, var(--canvas)); }
.live-hub-wrap { display: grid; width: 100%; align-content: start; gap: 12px; padding: 0 0 12px; }
.live-console {
  position: relative;
  overflow: hidden;
  border: 1px solid #3e454a;
  border-radius: 12px;
  color: #eef0ee;
  background: var(--charcoal);
  box-shadow: 0 26px 54px rgba(20, 23, 25, .22), 0 1px 0 rgba(255, 255, 255, .15) inset;
}
.live-console::before { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--signal) 0 19%, var(--brass) 19% 42%, #59636a 42%); content: ""; }
.live-console-bar { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border-bottom: 1px solid #3d4448; background: #1d2125; }
.live-console-brand { display: flex; width: auto; min-width: 0; align-items: center; padding: 0; border: 0; background: transparent; }
.live-console-brand img { width: 166px; height: 50px; padding: 8px 11px; border: 1px solid #bfc0ba; border-radius: 5px; background: #f2f0e9; object-fit: contain; object-position: center; }
.live-console-status { display: flex; min-width: 0; align-items: center; justify-content: end; gap: 18px; padding: 16px 24px; }
.live-console-status > span { color: #aab1b3; font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-align: right; text-transform: uppercase; }
.live-console-body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 344px); align-items: stretch; }
.player-bay { min-width: 0; padding: 20px; }
.player-bay-bar { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 13px; color: #c9cfce; font-size: .66rem; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.player-bay-bar span:last-child { color: var(--brass-pale); text-align: right; }
.media-surface { position: relative; isolation: isolate; overflow: hidden; border: 1px solid #4a5156; background: #0e1012; box-shadow: 0 0 0 1px rgba(255, 255, 255, .05), inset 0 1px 0 rgba(255, 255, 255, .07); }
.media-surface::after { position: absolute; inset: 6px; z-index: 2; border: 1px solid rgba(255, 255, 255, .10); border-radius: 3px; content: ""; pointer-events: none; }
.video-frame { aspect-ratio: 16 / 9; border-radius: 6px; }
.video-frame iframe { height: 100%; }
.live-page .off-air-player {
  display: flex;
  aspect-ratio: 16 / 9;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 6px;
  background-image: linear-gradient(90deg, rgba(10, 12, 14, .94) 0%, rgba(13, 15, 17, .83) 47%, rgba(13, 15, 17, .36) 100%), url("assets/optimized/lampoon-bison-hero.webp");
  background-position: center, 72% center;
  background-size: cover;
  color: #e5e9e7;
}
.live-page .off-air-player span { color: var(--brass-pale); font-size: .68rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.live-page .off-air-player strong { max-width: 540px; margin-top: 9px; color: #fff; font-family: var(--serif); font-size: clamp(1.7rem, 3.7vw, 3.35rem); line-height: 1.01; }
.live-page .off-air-player p { max-width: 430px; margin-top: 10px; color: #d3d8d5; font-size: .92rem; }
.live-state-note { margin: 14px 2px 0; color: #aeb6b7; font-size: .85rem; }
.live-state-note strong { color: var(--brass-pale); }
.network-catalog { display: flex; min-width: 0; flex-direction: column; padding: 20px; border-left: 1px solid #3d4448; background: #1a1e21; }
.network-catalog-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid #3d4448; }
.network-catalog-head > div { display: grid; gap: 2px; }
.network-catalog-head span { color: #eef1ef; font-size: .68rem; font-weight: 900; letter-spacing: .095em; text-transform: uppercase; }
.network-catalog-head small { color: #94a0a2; font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.network-catalog-head a { color: var(--brass-pale); font-size: .7rem; font-weight: 850; white-space: nowrap; }
.rotation-list { display: grid; gap: 0; margin: 2px 0 0; padding: 0; list-style: none; }
.rotation-item { display: grid; grid-template-columns: 25px 56px minmax(0, 1fr); gap: 10px; align-items: center; padding: 15px 0; border-bottom: 1px solid #343b40; }
.rotation-number { color: var(--brass-pale); font-size: .66rem; font-weight: 900; letter-spacing: .06em; }
.rotation-art { display: grid; width: 56px; height: 48px; place-items: center; overflow: hidden; border: 1px solid #596167; border-radius: 5px; background: #dedfd9; }
.rotation-art img { width: 100%; height: 100%; padding: 4px; object-fit: contain; }
.rotation-copy b { display: block; color: #f0f2ef; font-family: var(--serif); font-size: 1.15rem; line-height: 1.02; }
.rotation-copy small { display: block; margin-top: 5px; color: #9da7a8; font-size: .64rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.rotation-item:hover b { color: var(--brass-pale); }
.catalog-mode { margin-top: auto; padding: 16px; border: 1px solid #3c454a; border-radius: 7px; background: #22282c; }
.catalog-mode span { color: var(--brass-pale); font-size: .62rem; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.catalog-mode strong { display: block; margin-top: 7px; color: #eef1ef; font-family: var(--serif); font-size: 1.12rem; line-height: 1.12; }
.catalog-mode p { margin-top: 8px; color: #aeb7b7; font-size: .76rem; line-height: 1.45; }
.live-bottom-ad { width: min(970px, 100%); justify-self: center; }
.live-bottom-ad .ad-label { margin-left: 2px; }
.live-ad-slot { display: grid; min-height: 104px; grid-template-columns: 150px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 18px 26px; border: 1px dashed #9ca3a2; border-radius: 8px; color: var(--ink); background: rgba(249, 249, 246, .72); }
.live-ad-slot span { color: var(--signal-deep); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.live-ad-slot strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.04; }
.live-ad-slot em { color: var(--ink-soft); font-size: .78rem; font-style: normal; font-weight: 850; white-space: nowrap; }
.live-ad-slot:hover { border-style: solid; border-color: var(--brass); background: #fffdf7; }
.rail-ad { position: sticky; top: 116px; height: min(600px, calc(100svh - 132px)); }
.rail-ad .ad-label { margin-left: 2px; }
.advertise-card { position: relative; display: flex; height: calc(100% - 23px); min-height: 320px; flex-direction: column; justify-content: end; padding: 29px; overflow: hidden; border: 1px solid #3f494b; border-radius: 10px; color: #eff1ee; background: linear-gradient(160deg, #293035 0%, #171b1e 100%); box-shadow: 0 16px 34px rgba(20, 23, 25, .14); }
.advertise-card::before { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--signal), var(--brass)); content: ""; }
.advertise-card::after { position: absolute; top: 27px; right: 25px; width: 68px; height: 68px; background: url("assets/optimized/lampoon-media-logo-transparent.webp") center / contain no-repeat; content: ""; filter: grayscale(1) contrast(1.08); opacity: .36; }
.advertise-card span, .advertise-card strong, .advertise-card em { position: relative; z-index: 1; }
.advertise-card span { color: var(--brass-pale); font-size: .68rem; font-weight: 900; letter-spacing: .085em; text-transform: uppercase; }
.advertise-card strong { max-width: 218px; margin-top: 12px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.7rem); line-height: .98; }
.advertise-card em { margin-top: 18px; color: #c6cecb; font-size: .87rem; font-style: normal; font-weight: 750; }
.mobile-ad-slot { display: none; }

.video-placeholder { display: grid; aspect-ratio: 16 / 9; min-height: 0; place-items: center; margin-top: 24px; padding: clamp(24px, 4vw, 54px); border-radius: 6px; background-image: linear-gradient(110deg, rgba(13, 16, 18, .94), rgba(19, 23, 25, .87)), url("assets/optimized/lampoon-bison-hero.webp"); background-position: center, 75% center; background-size: cover; color: #cfd5d4; text-align: center; }
.video-placeholder > div { max-width: 460px; }
.video-placeholder span { color: var(--brass-pale); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.video-placeholder strong { display: block; margin-top: 11px; color: #fff; font-family: var(--serif); font-size: clamp(1.65rem, 3.2vw, 3rem); line-height: 1.02; }
.video-placeholder p { margin-top: 11px; font-size: .9rem; }

.show-list { display: grid; margin-top: 6px; }
.show-list a { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 17px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.show-list a:last-child { border-bottom: 0; }
.show-list a:hover b { color: var(--signal-deep); }
.show-list img { width: 78px; height: 58px; padding: 6px; border: 1px solid var(--line); background: #dedfd9; object-fit: contain; }
.show-list b { display: block; font-family: var(--serif); font-size: 1.25rem; transition: color .2s ease; }
.show-list small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .84rem; line-height: 1.45; }

.program-hero { padding: 78px 0; background: #e0e1dc; }
.program-hero::after { position: absolute; top: -130px; right: 3%; width: 350px; height: 350px; background: url("assets/optimized/lampoon-media-logo-transparent.webp") center / contain no-repeat; content: ""; opacity: .10; pointer-events: none; }
.program-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: 60px; }
.program-copy { max-width: 700px; }
.program-logo-panel { display: grid; min-height: 260px; place-items: center; padding: 34px; border: 1px solid var(--line-strong); border-right: 3px solid var(--brass); border-radius: 10px; background: rgba(248, 248, 244, .68); box-shadow: 0 1px 0 rgba(255, 255, 255, .65) inset; }
.program-logo-panel img { width: 100%; max-height: 210px; object-fit: contain; }
.library-card { overflow: hidden; }
.library-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 25px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.library-grid article { min-height: 126px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.library-grid b { display: block; color: var(--signal-deep); font-family: var(--serif); font-size: 1.24rem; }
.library-grid span { display: block; margin-top: 7px; color: var(--ink-faint); font-size: .8rem; font-weight: 750; }
.profile-head { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 28px; align-items: start; }
.profile-head > img { width: 150px; height: 116px; padding: 10px; border: 1px solid var(--line); border-radius: 7px; background: #dedfd9; object-fit: contain; }
.profile-head h2, .hosts-card h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.profile-head p { color: var(--ink-soft); }
.profile-card h3 { margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 1.6rem; }
.expect-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; margin-top: 15px; }
.expect-grid article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.expect-grid strong { display: block; color: var(--signal-deep); font-size: .95rem; }
.expect-grid p { margin-top: 8px; color: var(--ink-soft); font-size: .92rem; }
.hosts-card > .eyebrow { margin-bottom: 9px; }
.hosts-list { margin-top: 22px; border-top: 1px solid var(--line); }
.host-profile { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 28px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.host-photo { display: grid; min-height: 215px; place-items: center; overflow: hidden; border-radius: 7px; background: #d9dad5; color: var(--ink-faint); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.host-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.host-copy h3 { font-size: 1.75rem; }
.host-copy p { color: var(--ink-soft); }

.event-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: 36px; align-items: stretch; }
.event-poster { min-height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--charcoal); box-shadow: var(--shadow-tight); }
.event-poster img { width: 100%; height: 100%; object-fit: cover; }
.event-details { display: flex; flex-direction: column; justify-content: center; }
.event-details h2 { margin-top: 12px; font-size: clamp(2.5rem, 4vw, 4rem); }
.event-details > p { color: var(--ink-soft); }
.clean-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.clean-list li { display: flex; gap: 10px; align-items: baseline; color: var(--ink-soft); }
.clean-list li::before { color: var(--signal); content: "+"; font-weight: 900; }
.event-details .button-row { margin-top: 32px; }
.store-grid { display: grid; grid-template-columns: minmax(0, 900px); justify-content: center; }
.merch-teaser { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 38px; align-items: center; }
.merch-teaser > img { width: 100%; padding: 20px; border-radius: 8px; background: #dedfd9; object-fit: contain; }
.merch-teaser h2 { margin-top: 11px; font-size: clamp(2.2rem, 4vw, 4rem); }
.merch-teaser p:not(.eyebrow) { margin-top: 15px; color: var(--ink-soft); }
.merch-teaser .button { margin-top: 24px; }

@media (hover: hover) {
  .sponsor-card:hover { border-color: rgba(92, 105, 111, .55); box-shadow: 0 18px 36px rgba(20, 23, 25, .10); }
  .advertise-card:hover { border-color: var(--brass); }
}

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

@media (max-width: 1120px) {
  .header-grid { grid-template-columns: minmax(260px, 1fr) auto auto; gap: 20px; }
  .desktop-nav { gap: 17px; }
  .show-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .show-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-with-rail { grid-template-columns: minmax(0, 1fr) 260px; }
  .live-console-body { grid-template-columns: minmax(0, 1fr) 290px; }
  .network-catalog { padding: 17px; }
  .rotation-item { grid-template-columns: 22px 48px minmax(0, 1fr); gap: 9px; }
  .rotation-art { width: 48px; height: 43px; }
  .rotation-copy b { font-size: 1.04rem; }
}

@media (max-width: 900px) {
  .live-hub-section { min-height: 0; padding: 18px 0 22px; }
  .live-page .footer { display: block; padding: 32px 0; }
  .live-console-body { grid-template-columns: 1fr; }
  .network-catalog { border-top: 1px solid #3d4448; border-left: 0; }
  .rotation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
  .catalog-mode { margin-top: 18px; }
  .live-bottom-ad { width: 100%; }
  .live-ad-slot { min-height: 116px; grid-template-columns: 1fr; gap: 7px; align-items: start; padding: 20px; }
  .live-ad-slot em { white-space: normal; }
  .rail-ad { display: none; }
  .mobile-ad-slot { display: block; margin-top: 24px; }
  .mobile-ad-slot .advertise-card { height: 220px; min-height: 220px; }
  .mobile-ad-slot .advertise-card strong { max-width: none; }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 32px, 680px); }
  .section { padding: 62px 0; }
  .header-grid { grid-template-columns: minmax(0, 1fr) auto; min-height: 84px; gap: 12px; }
  .brand-lockup { gap: 12px; overflow: hidden; }
  .brand-medallion { width: 60px; height: 60px; }
  .brand-medallion::before { inset: -3px; }
  .brand-medallion::after { top: 15px; right: -8px; bottom: 15px; }
  .brand-type { overflow: hidden; }
  .brand-type b { overflow: hidden; font-size: 1.28rem; text-overflow: ellipsis; }
  .brand-type small { font-size: .53rem; }
  .desktop-nav { display: none; }
  .header-utilities { gap: 8px; }
  .air-sign { min-height: 31px; padding: 5px 8px; font-size: .58rem; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; width: 35px; height: 35px; place-content: center; gap: 4px; list-style: none; border: 1px solid #485055; border-radius: 5px; background: #252a2e; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 15px; height: 1.5px; background: #f0f2ef; }
  .mobile-menu nav { position: absolute; top: calc(100% + 11px); right: 0; display: grid; min-width: 202px; padding: 8px; border: 1px solid #384045; border-radius: 8px; background: #202428; box-shadow: 0 16px 30px rgba(20, 23, 25, .26); }
  .mobile-menu nav a { padding: 10px 11px; border-radius: 5px; color: #edf0ed; font-size: .9rem; font-weight: 800; text-align: center; }
  .mobile-menu nav a:hover { color: #fff; background: #343a3e; }
  .mobile-menu nav a.is-active { color: #fff; background: #343a3e; }
  .mobile-menu nav .mobile-live-link { display: flex; min-height: 39px; align-items: center; justify-content: center; margin: 0; padding: 4px 11px; overflow: hidden; border: 0; background: transparent; box-shadow: none; }
  .mobile-menu nav .mobile-live-link:hover { background: #343a3e; }
  .mobile-menu nav .mobile-live-link.is-active { background: #343a3e; }
  .mobile-menu nav .mobile-live-link.is-active img { border-color: var(--signal); background: #fff8f2; }
  .mobile-menu nav .mobile-live-link img { display: block; width: 94px; height: 30px; padding: 3px 5px; border: 1px solid rgba(173, 134, 72, .48); border-radius: 3px; background: #f1f0e9; object-fit: contain; object-position: center; }
  .home-hero { height: auto; min-height: min(650px, calc(100svh - 84px)); }
  .home-hero::before { background-image: linear-gradient(180deg, rgba(10, 12, 14, .94) 0%, rgba(14, 16, 18, .80) 58%, rgba(15, 17, 18, .61) 100%), url("assets/optimized/lampoon-bison-hero.webp"); background-position: center, 62% center; }
  .home-hero-grid { align-items: start; padding: 74px 0 58px; }
  .home-masthead { gap: 24px; }
  .hero-crest { width: 124px; }
  .home-copy h1 { font-size: clamp(3.3rem, 15vw, 5.3rem); }
  .home-copy .hero-lede { margin-top: 19px; }
  .home-network-readout { margin-top: 24px; }
  .sponsor-band { padding-top: 22px; }
  .home-page .sponsor-band { padding-bottom: 56px; }
  .home-page .footer { display: block; }
  .sponsor-card picture, .sponsor-card img { display: block; width: 100%; }
  .editorial-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 30px; }
  .feature-card h2 { font-size: 2.4rem; }
  .show-grid, .show-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .show-card a { grid-template-rows: 144px auto; }
  .show-card-media { padding: 13px; }
  .show-card-copy { padding: 17px; }
  .show-card-copy h3 { font-size: 1.34rem; }
  .show-card-copy p { font-size: .83rem; }
  .page-hero, .program-hero { padding: 56px 0 52px; }
  .page-hero h1, .program-copy h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .page-hero::after, .program-hero::after { width: 235px; height: 235px; opacity: .07; }
  .content-with-rail { grid-template-columns: 1fr; gap: 0; }
  .content-card { padding: 24px; }
  .section-title-row { align-items: start; }
  .section-title-row > span:not(.status-chip) { display: none; }
  .live-console-bar { min-height: 68px; padding: 9px 13px; }
  .live-console-brand { width: auto; min-width: 0; padding: 0; }
  .live-console-brand img { width: 150px; height: 46px; padding: 7px 9px; }
  .live-console-status { gap: 11px; padding: 0; }
  .live-console-status > span { font-size: .6rem; }
  .player-bay { padding: 18px; }
  .program-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .program-logo-panel { min-height: 210px; }
  .library-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-head { grid-template-columns: 108px minmax(0, 1fr); gap: 18px; }
  .profile-head > img { width: 108px; height: 92px; }
  .expect-grid { grid-template-columns: 1fr; }
  .host-profile { grid-template-columns: 126px minmax(0, 1fr); gap: 18px; }
  .host-photo { min-height: 166px; }
  .event-grid, .merch-teaser { grid-template-columns: 1fr; gap: 24px; }
  .event-poster { min-height: 320px; }
  .merch-teaser > img { width: min(260px, 100%); }
  .footer { padding: 46px 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer nav { justify-content: start; }
}

@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 480px); }
  .section { padding: 52px 0; }
  .header-grid { min-height: 78px; gap: 8px; }
  .brand-medallion { width: 54px; height: 54px; }
  .brand-type b { font-size: 1.14rem; }
  .brand-type small { font-size: .49rem; }
  .air-sign { min-height: 30px; padding: 5px 7px; }
  .home-hero { height: auto; min-height: min(620px, calc(100svh - 78px)); }
  .home-hero-grid { padding: 58px 0 48px; }
  .home-masthead { flex-direction: column; align-items: flex-start; gap: 18px; }
  .hero-crest { width: 106px; }
  .hero-crest::after { display: none; }
  .home-title-block { width: 100%; padding: 0 0 16px; }
  .button { width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .home-network-readout { grid-template-columns: 1fr; gap: 3px; }
  .home-network-readout p { grid-column: auto; }
  .sponsor-card { border-radius: 8px; }
  .feature-card { padding: 25px; }
  .section-heading h2 { font-size: 2.55rem; }
  .show-grid, .show-grid-large { grid-template-columns: 1fr; }
  .show-card a { grid-template-columns: 122px minmax(0, 1fr); grid-template-rows: 1fr; min-height: 148px; }
  .show-card-media { min-height: 148px; border-right: 1px solid var(--line); border-bottom: 0; }
  .show-card-copy { padding: 17px 16px; }
  .show-card-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .content-card { padding: 20px; }
  .section-title-row { display: grid; grid-template-columns: 1fr; gap: 11px; }
  .section-title-row .status-chip { width: max-content; }
  .live-console { border-radius: 10px; }
  .live-console-bar { min-height: 62px; flex-wrap: nowrap; padding: 9px 11px; }
  .live-console-brand { width: auto; min-height: 0; padding: 0; border: 0; }
  .live-console-brand img { width: 132px; height: 42px; padding: 6px 8px; }
  .live-console-status { width: auto; justify-content: end; padding: 0; }
  .live-console-status > span { display: none; }
  .player-bay { padding: 14px; }
  .player-bay-bar { margin: 0 2px 10px; font-size: .58rem; }
  .live-page .off-air-player { padding: 22px; }
  .live-page .off-air-player strong { font-size: clamp(1.45rem, 8vw, 2.15rem); }
  .live-page .off-air-player p { font-size: .78rem; }
  .network-catalog { padding: 15px; }
  .rotation-list { grid-template-columns: 1fr; gap: 0; }
  .rotation-item { padding: 14px 0; }
  .catalog-mode { margin-top: 14px; }
  .mobile-ad-slot .advertise-card { min-height: 200px; height: 200px; padding: 24px; }
  .library-grid article { min-height: 94px; padding: 14px; }
  .profile-head { grid-template-columns: 1fr; }
  .profile-head > img { width: 100%; height: 132px; }
  .host-profile { grid-template-columns: 1fr; gap: 16px; }
  .host-photo { width: 150px; min-height: 180px; }
  .event-poster { min-height: 270px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .brand-lockup { gap: 7px; }
  .brand-medallion { width: 48px; height: 48px; }
  .brand-type b { font-size: 1.04rem; }
  .brand-type small { display: none; }
  .air-sign { width: 30px; justify-content: center; padding: 0; }
  .air-sign b { display: none; }
  .air-sign span { width: 8px; height: 8px; }
}
