:root {
  --bg: #080605;
  --bg-soft: #14100e;
  --panel: rgba(19, 15, 13, 0.88);
  --panel-strong: rgba(28, 21, 18, 0.96);
  --panel-glass: rgba(22, 17, 15, 0.72);
  --text: #fff5eb;
  --muted: #d7b89e;
  --line: rgba(255, 173, 86, 0.16);
  --accent: #ff8a00;
  --accent-2: #ffb800;
  --accent-3: #ff5a1f;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  background:
    radial-gradient(circle at top center, rgba(255, 123, 0, 0.28), transparent 24%),
    radial-gradient(circle at bottom center, rgba(255, 183, 0, 0.14), transparent 30%),
    linear-gradient(180deg, #090605 0%, #100907 45%, #070504 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 173, 86, 0.04), rgba(255, 173, 86, 0.04)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23ff8a00' stroke-opacity='.06'%3E%3Cpath d='M0 90h180'/%3E%3Cpath d='M90 0v180'/%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  pointer-events: none;
}

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.7px, transparent 0.7px);
  background-size: 12px 12px;
  opacity: 0.16;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  position: relative;
  width: min(1240px, calc(100% - 28px));
  margin: 0 auto;
  padding: 22px 0 40px;
}

.site-header,
.site-footer,
.site-nav,
.hero-actions,
.content-split,
.contact-layout,
.admin-layout,
.episodes-grid,
.team-grid,
.faq-list,
.footer-links,
.cta-banner,
.admin-actions,
.admin-tabs,
.admin-preview-grid,
.social-links,
.admin-section-head,
.admin-repeater-header {
  display: flex;
  gap: 18px;
}

.site-header,
.site-footer,
.cta-banner {
  justify-content: space-between;
  align-items: center;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 15;
  margin-bottom: 26px;
  padding: 14px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: rgba(11, 8, 7, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-pill,
.brand-logo-wrap,
.team-initials {
  display: inline-grid;
  place-items: center;
  font-weight: 800;
}

.brand-pill {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #150d08;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow:
    inset 0 2px 10px rgba(255, 255, 255, 0.35),
    0 0 26px rgba(255, 138, 0, 0.45);
}

.brand-logo-wrap {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(255, 138, 0, 0.18));
}

.brand-lockup {
  display: flex;
  flex-direction: column;
}

.brand-lockup strong,
.hero-copy h1,
.hero-poster-alt strong,
.panel h2,
.page-hero h1,
.section-head h2,
.episode-card h3,
.team-card h2,
.faq-item summary,
.admin-section h2,
.cta-banner h2 {
  font-family: "Bricolage Grotesque", sans-serif;
}

.brand-lockup span {
  color: rgba(255, 231, 209, 0.62);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav {
  flex-wrap: wrap;
  align-items: center;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  color: rgba(255, 239, 226, 0.82);
  font-weight: 700;
  transition: 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: linear-gradient(145deg, rgba(255, 138, 0, 0.18), rgba(255, 184, 0, 0.18));
  color: #fff8f2;
  box-shadow: inset 0 0 0 1px rgba(255, 173, 86, 0.14);
}

.hero-panel,
.panel,
.episode-card,
.team-card,
.faq-item,
.page-hero,
.ticker-band,
.cta-banner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-panel,
.panel,
.episode-card,
.team-card,
.faq-item,
.page-hero {
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(39, 28, 24, 0.82), rgba(18, 13, 11, 0.92)),
    linear-gradient(140deg, rgba(255, 138, 0, 0.05), transparent 50%);
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 26px;
  padding: 34px;
}

.hero-panel::before,
.page-hero::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.12), transparent 40%, transparent 70%, rgba(255, 184, 0, 0.06));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overline {
  margin: 0 0 12px;
  color: #ffb45b;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
  line-height: 0.95;
}

.lead,
.panel p,
.episode-card p,
.team-card p,
.faq-item p,
.admin-help,
.admin-status,
.form-hint {
  color: var(--muted);
  line-height: 1.72;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: #120904;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow: 0 10px 30px rgba(255, 138, 0, 0.28);
}

.button-light {
  color: #fff4e6;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 173, 86, 0.18);
}

.hero-stack {
  position: relative;
  min-height: 520px;
}

.hero-banner-frame,
.hero-poster,
.admin-preview-card {
  border: 1px solid rgba(255, 180, 91, 0.14);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

.hero-banner-frame {
  position: absolute;
  inset: 0 0 82px 30px;
  border-radius: 30px;
  overflow: hidden;
  background: #140e0c;
}

.hero-banner-image,
.hero-cover-image,
.admin-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 6, 5, 0.24), rgba(8, 6, 5, 0.76)),
    radial-gradient(circle at center, rgba(255, 138, 0, 0.16), transparent 55%);
}

.hero-poster {
  position: absolute;
  overflow: hidden;
  border-radius: 26px;
}

.hero-poster-main {
  left: 0;
  bottom: 0;
  width: 230px;
  height: 320px;
  transform: rotate(-7deg);
  background: #130e0c;
}

.hero-poster-alt {
  right: 0;
  bottom: 28px;
  width: 260px;
  min-height: 210px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(255, 94, 31, 0.12), rgba(10, 8, 7, 0.94)),
    linear-gradient(145deg, rgba(255, 171, 52, 0.2), transparent);
}

.hero-poster-alt strong {
  font-size: 1.8rem;
  line-height: 0.96;
}

.hero-poster-alt span:last-child {
  margin-top: 10px;
  color: #ffc783;
  font-weight: 700;
}

.poster-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: var(--radius-pill);
  background: rgba(255, 167, 74, 0.14);
  color: #ffba6f;
  border: 1px solid rgba(255, 173, 86, 0.18);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 800;
}

.sunburst {
  position: absolute;
  right: 40px;
  top: 30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 184, 0, 0.36), rgba(255, 184, 0, 0));
  filter: blur(10px);
}

.ticker-band {
  margin-top: 18px;
  padding: 14px 0;
  border-radius: var(--radius-pill);
  background:
    linear-gradient(145deg, rgba(255, 138, 0, 0.16), rgba(8, 6, 5, 0.9)),
    #100b09;
}

.ticker-track {
  display: flex;
  gap: 28px;
  padding-inline: 20px;
  white-space: nowrap;
  color: #ffcb8f;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
}

.content-split,
.contact-layout,
.admin-layout {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.admin-layout {
  grid-template-columns: minmax(0, 1fr);
}

.admin-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.admin-overview-card {
  min-height: 100%;
  padding: 20px 22px;
  background:
    linear-gradient(145deg, rgba(255, 138, 0, 0.06), rgba(255, 184, 0, 0.025)),
    linear-gradient(180deg, rgba(22, 18, 16, 0.98), rgba(12, 10, 9, 0.99));
  border-radius: 22px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.admin-overview-card h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.social-strip {
  margin-top: 22px;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
}

.streaming-showcase {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-top: 22px;
  padding: 34px 28px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 138, 0, 0.12), rgba(255, 184, 0, 0.04)),
    linear-gradient(180deg, rgba(31, 23, 20, 0.96), rgba(14, 11, 10, 0.98));
}

.streaming-showcase h2 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: -0.03em;
}

.streaming-divider {
  width: min(240px, 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 234, 209, 0.86), transparent);
}

.social-links-streaming,
.social-links-community {
  justify-content: center;
}

.social-links-streaming {
  gap: 34px;
  width: 100%;
  align-items: center;
}

.social-links-community {
  gap: 14px;
  margin-top: 6px;
}

.social-links-community .social-link {
  min-height: 0;
  padding: 0;
  font-size: 0.9rem;
  background: transparent;
  border-color: transparent;
}

.community-showcase {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: 100%;
  margin-top: 6px;
  padding: 22px 22px 6px;
  border-top: 1px solid rgba(255, 173, 86, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(26, 20, 18, 0.82), rgba(13, 11, 10, 0.68)),
    linear-gradient(145deg, rgba(255, 138, 0, 0.05), transparent 75%);
}

.community-showcase h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  letter-spacing: -0.02em;
}

.panel,
.episode-card,
.team-card,
.faq-item,
.page-hero,
.cta-banner {
  padding: 28px;
}

.panel-highlight,
.cta-banner {
  background:
    linear-gradient(145deg, rgba(255, 124, 0, 0.1), rgba(255, 184, 0, 0.04)),
    linear-gradient(180deg, rgba(28, 22, 18, 0.96), rgba(16, 13, 11, 0.98));
}

.panel-note {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 138, 0, 0.02)),
    linear-gradient(180deg, rgba(23, 18, 16, 0.96), rgba(12, 10, 9, 0.98));
}

.section-head {
  margin-top: 40px;
  display: grid;
  gap: 10px;
}

.section-head h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.episodes-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.guest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
  margin-top: 20px;
}

.insight-card,
.guest-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.insight-card {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.insight-card h3 {
  margin: 0;
  font-size: 1.35rem;
}

.guest-card {
  align-items: center;
  text-align: center;
  padding: 12px 10px;
  position: relative;
  overflow: visible;
}

.guest-avatar-wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 173, 86, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.guest-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-avatar-fallback {
  display: grid;
  place-items: center;
  color: #140c08;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 3rem;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-2) 100%);
}

.guest-card h3 {
  margin: 2px 0 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.guest-status {
  margin: 0;
  color: #ffcb8f;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.guest-card p:last-child {
  margin: 0;
  max-width: 22ch;
}

.guest-card-cta {
  cursor: pointer;
}

.guest-cta-pill {
  position: absolute;
  top: 50%;
  left: calc(100% - 6px);
  transform: translate(-14px, -50%);
  opacity: 0;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-2) 100%);
  color: #140c08;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 138, 0, 0.24);
  transition: transform 180ms ease, opacity 180ms ease;
  pointer-events: none;
}

.guest-card-cta:hover .guest-cta-pill {
  transform: translate(0, -50%);
  opacity: 1;
}

.insight-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 173, 86, 0.14);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 184, 0, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 173, 86, 0.2);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 184, 0, 0.06);
}

.insight-card:hover .insight-image {
  transform: translateY(-3px);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 184, 0, 0.1),
    0 0 28px rgba(255, 138, 0, 0.16);
  filter: brightness(1.04) saturate(1.04);
}

.episode-card.featured,
.team-card {
  background:
    linear-gradient(145deg, rgba(255, 138, 0, 0.09), rgba(255, 184, 0, 0.03)),
    linear-gradient(180deg, rgba(26, 19, 16, 0.96), rgba(15, 11, 10, 0.98));
}

.episode-tag,
.team-role {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.episode-image-wrap {
  margin: -28px -28px 18px;
  padding: 18px 18px 0;
  overflow: hidden;
  position: relative;
}

.episode-image {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 26px;
  border: 1px solid rgba(255, 173, 86, 0.18);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 184, 0, 0.06),
    0 0 28px rgba(255, 138, 0, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.episode-image-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(8, 6, 5, 0.72);
  border: 1px solid rgba(255, 173, 86, 0.18);
  color: #fff4e6;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.episode-card:hover .episode-image {
  transform: translateY(-3px);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 184, 0, 0.1),
    0 0 34px rgba(255, 138, 0, 0.18);
}

.episode-tag {
  margin-bottom: 16px;
  color: #ffbf79;
  background: rgba(255, 138, 0, 0.1);
  border: 1px solid rgba(255, 173, 86, 0.12);
}

.episode-date,
.meta {
  font-weight: 700;
  color: #ffc37a;
}

.team-card {
  gap: 14px;
  align-items: flex-start;
}

.team-photo {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(255, 173, 86, 0.12);
  margin: 0 auto 6px;
}

.team-card h2 {
  margin: 4px 0 0;
  font-size: 1.7rem;
  line-height: 1;
}

.team-email {
  display: inline-flex;
  width: fit-content;
  margin: 2px 0 0;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  background: rgba(255, 138, 0, 0.08);
  border: 1px solid rgba(255, 173, 86, 0.12);
  color: #ffd7ae;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 184, 0, 0.03);
}

.team-email a:hover {
  text-decoration: underline;
}

.team-note {
  margin: 10px 0 0;
}

.team-note strong,
.team-facts strong {
  color: #ffd197;
}

.team-facts {
  width: 100%;
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 173, 86, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.team-facts ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.team-facts li + li {
  margin-top: 6px;
}

.team-card p:last-child {
  margin-top: 4px;
}

.legal-person-block {
  margin-bottom: 18px;
}

.legal-person-block p {
  margin: 0 0 4px;
}

.team-initials {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  color: #130c08;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-2) 100%);
  box-shadow: 0 0 24px rgba(255, 138, 0, 0.22);
}

.team-role {
  color: #ffd197;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 173, 86, 0.12);
  margin-top: -2px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.16rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.contact-card .contact-line {
  margin: 0 0 12px;
}

.contact-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.contact-card a {
  color: #ffd9ae;
}

.contact-card a:hover {
  text-decoration: underline;
}

.contact-form,
.admin-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(26, 20, 18, 0.985), rgba(13, 11, 10, 0.99)),
    linear-gradient(145deg, rgba(255, 138, 0, 0.025), transparent 62%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.admin-form-intro {
  display: grid;
  gap: 12px;
  padding: 2px 2px 14px;
  border-bottom: 1px solid rgba(255, 173, 86, 0.12);
}

.admin-form-intro h2 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: -0.03em;
}

.admin-form-intro p:last-child {
  margin: 0;
  max-width: 78ch;
}

.admin-workbench {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.admin-nav {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.admin-nav h3,
.admin-panels-head h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}

.admin-nav h3 {
  font-size: 1.25rem;
}

.admin-nav-copy,
.admin-panels-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.admin-panels {
  display: grid;
  gap: 22px;
}

.admin-panels-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: end;
  padding: 2px 0 10px;
  border-bottom: 1px solid rgba(255, 173, 86, 0.1);
}

.admin-panels-head .overline,
.admin-nav .overline {
  margin-bottom: 8px;
}

.admin-panels-head h3 {
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.admin-panels-head > div:last-child,
.admin-panels-head p {
  max-width: 60ch;
}

.contact-form label,
.admin-form label {
  font-weight: 700;
  color: #f1d5b3;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  padding: 13px 15px;
  border-radius: 14px;
  border: 1px solid rgba(255, 173, 86, 0.1);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
  box-shadow: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.admin-form input:focus,
.admin-form textarea:focus,
.admin-form select:focus {
  outline: 2px solid rgba(255, 138, 0, 0.18);
  border-color: rgba(255, 173, 86, 0.32);
}

.cta-banner {
  margin-top: 28px;
  border-radius: var(--radius-xl);
}

.page-hero {
  background:
    linear-gradient(145deg, rgba(255, 128, 0, 0.12), rgba(255, 184, 0, 0.04)),
    linear-gradient(180deg, rgba(20, 15, 13, 0.95), rgba(12, 9, 8, 0.98));
}

.page-hero h1 {
  max-width: 16ch;
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.page-intro-grid {
  margin-top: 20px;
}

.legal-intro-grid {
  margin-bottom: 8px;
}

.legal-panel {
  max-width: 960px;
  margin: 22px auto 0;
  padding: 34px;
}

.legal-panel p,
.legal-panel li {
  font-size: 1rem;
  line-height: 1.78;
}

.legal-panel h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.legal-panel h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}


.admin-tabs {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.admin-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  background: rgba(255, 255, 255, 0.015);
  color: rgba(255, 239, 226, 0.88);
  font-weight: 700;
  cursor: pointer;
  transition: 180ms ease;
  text-align: left;
  box-shadow: none;
}

.admin-tab::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 190, 125, 0.42);
  box-shadow: none;
  flex: 0 0 8px;
}

.admin-tab.active {
  color: #fff8f1;
  background: rgba(255, 148, 29, 0.14);
  border-color: rgba(255, 173, 86, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 173, 86, 0.08);
}

.admin-tab.active::before {
  background: #ffb156;
}

.admin-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(1px);
}

.admin-section {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  background:
    linear-gradient(180deg, rgba(22, 17, 15, 0.92), rgba(13, 11, 10, 0.97)),
    linear-gradient(145deg, rgba(255, 138, 0, 0.018), transparent 72%);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.admin-section h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.admin-section > label + input,
.admin-section > label + textarea,
.admin-section > label + select,
.admin-section > .admin-checkbox,
.admin-section > .editor-shell,
.admin-section > .admin-preview-grid,
.admin-section > .admin-repeaters,
.admin-section > .admin-section-head {
  margin-top: -4px;
}

.admin-section > * + label,
.admin-section > * + .admin-checkbox,
.admin-section > * + .editor-shell,
.admin-section > * + .admin-section-head {
  margin-top: 14px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.stats-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.stats-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stats-card strong {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  letter-spacing: -0.04em;
  color: #fff8f1;
}

.stats-page-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.stats-page-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.stats-page-card h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
}

.stats-page-card p {
  margin: 0;
  color: var(--muted);
}

.stats-page-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(90px, auto));
  gap: 12px;
  margin: 0;
}

.stats-page-card dl div {
  text-align: right;
}

.stats-page-card dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stats-page-card dd {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
  color: #fff8f1;
}

.admin-section-head,
.admin-repeater-header {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.admin-repeaters {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.admin-repeater-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  background:
    linear-gradient(180deg, rgba(29, 22, 19, 0.96), rgba(16, 13, 11, 0.97)),
    linear-gradient(145deg, rgba(255, 138, 0, 0.012), transparent 72%);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.admin-repeater-card h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
}

.admin-repeater-fields {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.admin-inline-preview {
  margin-top: -4px;
}

.admin-episode-preview {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 173, 86, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.admin-episode-preview-empty {
  display: grid;
  place-items: center;
  color: #d7b89e;
  font-size: 0.85rem;
}

.admin-repeater-fields select {
  color: var(--text);
}

.admin-form select option,
.admin-repeater-fields select option {
  color: #111;
  background: #fff;
}

.admin-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-checkbox input {
  width: auto;
}

.admin-auth {
  width: min(560px, 100%);
  margin: 40px auto 0;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 138, 0, 0.06), rgba(255, 184, 0, 0.025)),
    linear-gradient(180deg, rgba(24, 19, 16, 0.98), rgba(12, 10, 9, 0.99));
}

.admin-auth h1 {
  margin: 0 0 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.03em;
}

.admin-login-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.social-links {
  flex-wrap: wrap;
  align-items: center;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 173, 86, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #ffd9ae;
  font-weight: 700;
  font-size: 0.88rem;
  transition: 180ms ease;
}

.social-links-streaming .social-link {
  min-height: 48px;
  padding: 11px 16px;
  font-size: 0.96rem;
  font-weight: 800;
}

.social-link-logo-only {
  display: inline-block;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.social-link-logo-only:hover {
  background: transparent;
  transform: translateY(-6px) scale(1.05);
  color: inherit;
  box-shadow: none;
  border-color: transparent;
}

.social-platform-image {
  width: auto;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
  filter: brightness(1) saturate(1.02);
  transform-origin: center;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease;
}

.social-link-logo-only:hover .social-platform-image {
  transform: scale(1.07);
  filter: brightness(1.04) saturate(1.04);
}

.social-link-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 138, 0, 0.18);
  color: #ffd8ab;
  font-size: 0.76rem;
  flex: 0 0 20px;
}

.social-link-icon svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.social-links-streaming .social-link-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}

.social-links-streaming .social-link-icon svg {
  width: 16px;
  height: 16px;
}

.social-links-streaming .social-link {
  gap: 12px;
}

.social-links-community .social-link-icon {
  width: 42px;
  height: 42px;
  background: transparent;
  color: #ffffff;
}

.social-links-community .social-link-icon svg {
  width: 36px;
  height: 36px;
}

.social-link:hover {
  background: linear-gradient(145deg, rgba(255, 138, 0, 0.12), rgba(255, 184, 0, 0.1));
  color: #fff7ef;
}

.social-link-logo-only:hover {
  background: transparent;
  color: inherit;
}

.social-link-disabled {
  opacity: 0.52;
  cursor: default;
}

.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;
}

.section-head + .team-grid,
.section-head + .faq-list,
.section-head + .episodes-grid,
.section-head + .insight-grid {
  margin-top: 18px;
}

.admin-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.admin-preview-card {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-preview-card span {
  display: block;
  padding: 12px 14px;
  color: #ffcd93;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.admin-preview-card img {
  aspect-ratio: 16 / 10;
}

.admin-form textarea {
  resize: vertical;
}

.admin-editor {
  min-height: 360px;
  font-family: Consolas, "Courier New", monospace;
  line-height: 1.6;
}

.editor-shell {
  display: grid;
  gap: 10px;
}

.editor-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.editor-meta label {
  margin: 0;
}

.editor-meta select {
  width: auto;
  min-width: 180px;
}

.editor-toolbar,
.editor-view-switch {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.editor-tool,
.editor-view-tab {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 173, 86, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #ffe4c3;
  cursor: pointer;
}

.editor-view-tab.active {
  color: #120904;
  background: linear-gradient(145deg, rgba(255, 167, 62, 0.92), rgba(255, 194, 94, 0.92));
}

.admin-rich-editor {
  min-height: 360px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 173, 86, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  line-height: 1.7;
}

.admin-rich-editor:focus {
  outline: 2px solid rgba(255, 138, 0, 0.18);
  border-color: rgba(255, 173, 86, 0.32);
}

.admin-rich-editor h2,
.admin-rich-editor h3,
.admin-rich-editor p,
.admin-rich-editor ul {
  margin-top: 0;
}

.admin-status {
  min-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

.admin-form-footer {
  position: sticky;
  bottom: 8px;
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(24, 19, 16, 0.95), rgba(14, 11, 10, 0.98)),
    linear-gradient(145deg, rgba(255, 138, 0, 0.018), transparent 72%);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
}

.admin-side {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 24px 28px;
  background:
    linear-gradient(145deg, rgba(255, 124, 0, 0.09), rgba(255, 184, 0, 0.03)),
    linear-gradient(180deg, rgba(28, 22, 18, 0.96), rgba(17, 13, 11, 0.98));
  border-radius: 22px;
  border: 1px solid rgba(255, 173, 86, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.admin-side h2 {
  margin: 0 0 10px;
  font-size: 1.32rem;
}

.admin-side .social-links {
  margin-top: 14px;
}

.admin-side .social-links .social-link {
  min-height: 34px;
  padding: 7px 11px;
  font-size: 0.82rem;
}

.admin-side-actions {
  display: grid;
  gap: 12px;
  align-items: start;
  justify-items: start;
}

.admin-side .button,
.admin-section-head .button,
.admin-repeater-header .button {
  min-height: 42px;
  padding: 10px 16px;
}

.admin-logout-form {
  margin-top: 0;
}

.legal-editor-content h2,
.legal-editor-content h3 {
  margin-top: 0;
}

.legal-editor-content h2 + p,
.legal-editor-content h3 + p {
  margin-top: 0;
}

.legal-editor-content p {
  margin: 0 0 16px;
}

.site-footer {
  margin-top: 28px;
  padding: 12px 4px 0;
  color: rgba(255, 229, 205, 0.76);
}

.footer-links {
  flex-wrap: wrap;
}

.site-footer .social-links {
  gap: 10px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: min(380px, calc(100vw - 24px));
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(13, 10, 9, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.cookie-banner p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.maintenance-screen {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 4, 4, 0.88);
  backdrop-filter: blur(8px);
}

.maintenance-card {
  width: min(720px, 100%);
  padding: 36px;
  text-align: center;
}

body.maintenance-active .site-shell {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1024px) {
  .hero-panel,
  .content-split,
  .contact-layout,
  .admin-layout,
  .admin-overview,
  .episodes-grid,
  .team-grid,
  .guest-grid,
  .insight-grid,
  .admin-preview-grid {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer,
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-workbench {
    grid-template-columns: 1fr;
  }

  .admin-nav {
    position: static;
  }

  .admin-form-footer {
    position: static;
  }

  .admin-panels-head,
  .admin-side {
    grid-template-columns: 1fr;
  }

  .stats-grid,
  .stats-page-card {
    grid-template-columns: 1fr;
  }

  .stats-page-card dl,
  .stats-page-card dl div {
    text-align: left;
  }

  .hero-copy h1,
  .page-hero h1 {
    max-width: none;
  }

}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 18px, 1240px);
    padding-top: 14px;
  }

  .site-header {
    position: static;
    border-radius: 26px;
    padding: 16px;
  }

  .brand-logo-wrap {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .site-nav {
    width: 100%;
    gap: 8px;
  }

  .site-nav a {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
    padding: 12px 10px;
  }

  .hero-panel,
  .panel,
  .episode-card,
  .team-card,
  .faq-item,
  .page-hero,
  .cta-banner {
    padding: 22px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy .lead {
    font-size: 0.98rem;
  }

  .hero-stack {
    min-height: 380px;
  }

  .hero-banner-frame {
    inset: 0 0 86px 0;
  }

  .hero-poster-main {
    width: 150px;
    height: 210px;
    left: 6px;
  }

  .hero-poster-alt {
    width: 170px;
    min-height: 150px;
    right: 0;
    bottom: 16px;
    padding: 16px;
  }

  .hero-poster-alt strong {
    font-size: 1.25rem;
  }

  .section-head h2,
  .page-hero h1 {
    font-size: clamp(1.45rem, 6.2vw, 1.95rem);
  }

  .episode-image-wrap {
    margin: -22px -22px 16px;
    padding: 14px 14px 0;
  }

  .episode-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .episode-image-label {
    font-size: 0.92rem;
    padding: 6px 10px;
  }

  .team-photo {
    width: 140px;
    height: 140px;
    margin: 0 auto 10px;
  }

  .guest-avatar-wrap {
    width: 132px;
    height: 132px;
  }

  .team-card,
  .episode-card,
  .faq-item,
  .panel,
  .page-hero {
    border-radius: 24px;
  }

  .social-strip .social-links,
  .site-footer .social-links {
    width: 100%;
  }

  .social-link {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .social-links-streaming {
    gap: 22px;
  }

  .social-platform-image {
    height: 34px;
    max-width: 150px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
    width: auto;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions .button {
    flex: 1 1 0;
  }

  .admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .admin-tab {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
    text-align: center;
  }

  .admin-repeater-card {
    padding: 14px;
  }

  .admin-repeater-header,
  .admin-section-head {
    align-items: stretch;
  }

  .admin-repeater-header .button,
  .admin-section-head .button {
    width: 100%;
  }
}
