/* Vi er alle anderledes — campaign site */

:root {
  --ink: #1A1B22;
  --paper: #FBF7F0;        /* warm off-white, like the book */
  --paper-2: #F4EDDF;
  --line: #1A1B22;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--zv-font);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }

::selection { background: #1A1B22; color: #FBF7F0; }

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  opacity: 0.62;
  margin: 0 0 14px 0;
}
.eyebrow-light { color: #FBF7F0; opacity: 0.7; }

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 247, 240, 0.86);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(26,27,34,0.08);
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
}
.brand-domain {
  font-size: 20px;
  letter-spacing: -0.015em;
}
.brand-mark span {
  display: inline-block;
  transition: transform var(--zv-dur-base) var(--zv-ease);
}
.brand-mark:hover span:nth-child(odd) { transform: translateY(-2px) rotate(-4deg); }
.brand-mark:hover span:nth-child(even) { transform: translateY(2px) rotate(4deg); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 500;
  font-size: 15px;
}
.nav-links a {
  position: relative;
  padding: 4px 0;
  opacity: 0.78;
  transition: opacity var(--zv-dur-fast) var(--zv-ease);
}
.nav-links a:hover { opacity: 1; }
.nav-links a:not(.nav-cta)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--zv-dur-base) var(--zv-ease);
}
.nav-links a:not(.nav-cta):hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 10px 18px;
  border-radius: 999px;
  opacity: 1;
  transition: transform var(--zv-dur-base) var(--zv-ease), background var(--zv-dur-base);
}
.nav-cta:hover { transform: translateY(-1px); background: #000; }

/* ============ HERO ============ */
.hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 28px 8px;
  position: relative;
}
.hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
  gap: 48px;
  align-items: end;
  padding-bottom: 28px;
}
.hero-head-left {
  position: relative;
  z-index: 2;
}
.hero-head-right {
  position: relative;
  min-height: 200px;
  align-self: stretch;
}
.hero-head-right .cover-confetti {
  position: absolute;
  inset: 0;
}
.hero-eyebrow-sep {
  opacity: 0.4;
  margin: 0 4px;
}
.hero-eyebrow-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E5364B;
  letter-spacing: 0.16em;
}
.hero-eyebrow-live .live-dot {
  background: #E5364B;
}

/* The stage — livestream as the centerpiece */
.hero-stage {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  border-radius: 28px;
  padding: 28px 28px 28px;
  margin-top: 8px;
  overflow: hidden;
  box-shadow: 0 50px 120px -40px rgba(26,27,34,0.45);
}
.hero-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(229,54,75,0.22), transparent 55%),
    radial-gradient(circle at 92% 100%, rgba(106,91,226,0.22), transparent 55%);
  pointer-events: none;
}
.stage-marquee {
  display: flex;
  height: 8px;
  margin: -28px -28px 24px;
  position: relative;
}
.stage-marquee span {
  flex: 1;
}
.stage-marquee span:nth-child(1) { background: #E5364B; }
.stage-marquee span:nth-child(2) { background: #F08A1F; }
.stage-marquee span:nth-child(3) { background: #F5C518; }
.stage-marquee span:nth-child(4) { background: #7CB342; }
.stage-marquee span:nth-child(5) { background: #1FA9A9; }
.stage-marquee span:nth-child(6) { background: #3D6EE0; }
.stage-marquee span:nth-child(7) { background: #6A5BE2; }
.stage-marquee span:nth-child(8) { background: #D14690; }

.stage-inner {
  position: relative;
  z-index: 1;
}
.stage-head {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
  max-width: 880px;
}
.stage-head .ondemand-pill {
  margin-bottom: 0;
  align-self: start;
  justify-self: start;
  width: fit-content;
}
.stage-title {
  font-family: var(--zv-font);
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
}
.stage-title-accent {
  background: linear-gradient(105deg, #F5C518, #F08A1F 40%, #E5364B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stage-player-wrap {
  position: relative;
}
.stage-player-wrap .player-card {
  border-radius: 16px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,0.7);
}
.stage-player-wrap .player-foot {
  display: none; /* host info now lives in stage-foot below */
}

.stage-cover {
  position: absolute;
  top: -34px;
  right: -22px;
  width: 132px;
  z-index: 4;
  transform: rotate(8deg);
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.45));
  transition: transform 500ms var(--zv-ease);
}
.stage-cover:hover {
  transform: rotate(0deg) translateY(-4px);
}
.stage-cover img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
.stage-cover-sticker {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  transform: rotate(-12deg);
  animation: bob 3.6s ease-in-out infinite;
  box-shadow: 0 8px 18px -6px rgba(229,54,75,0.6);
}

.stage-foot {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) auto;
  gap: 32px;
  align-items: center;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.stage-host {
  display: flex;
  align-items: center;
  gap: 14px;
}
.stage-host img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.15);
}
.stage-host-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.stage-host-text strong {
  font-size: 15px;
  font-weight: 700;
}
.stage-host-text span {
  font-size: 13px;
  opacity: 0.65;
}
.stage-bullets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.stage-bullets > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: 14px;
}
.stage-bullets > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.stage-bullets strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.stage-bullets span {
  font-size: 12px;
  letter-spacing: 0.06em;
  opacity: 0.65;
  text-transform: uppercase;
}
.stage-ctas {
  justify-self: end;
}
.stage-btn-buy {
  border-color: rgba(251,247,240,0.45);
  color: var(--paper);
}
.stage-btn-buy:hover {
  background: var(--paper);
  color: var(--ink);
}

@media (max-width: 900px) {
  .hero-head {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-head-right {
    display: none;
  }
  .stage-cover {
    width: 90px;
    top: -22px;
    right: -10px;
  }
  .stage-cover-sticker {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .stage-foot {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .stage-bullets {
    grid-template-columns: repeat(3, 1fr);
  }
  .stage-ctas {
    justify-self: start;
  }
  .hero-stage {
    padding: 22px 18px 22px;
    border-radius: 20px;
  }
  .stage-marquee {
    margin: -22px -18px 20px;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 64px;
  align-items: center;
  min-height: 620px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink);
  margin-bottom: 20px;
}
.hero-eyebrow-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
}

.playful-title {
  font-family: var(--zv-font);
  font-weight: 800;
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0 0 24px;
}
.pt-line { display: block; }
.pt-letter {
  display: inline-block;
  transition: transform 360ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-title-style="Rolig"] .pt-letter {
  transform: none !important;
}
.playful-title:hover .pt-letter {
  transform: rotate(0deg) translateY(0) !important;
}
.pt-letter:hover {
  transform: scale(1.15) rotate(0deg) translateY(-4px) !important;
}

.hero-sub {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  color: var(--ink);
}
.hero-sub-accent {
  background: linear-gradient(105deg, #E5364B, #F08A1F 40%, #6A5BE2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(26,27,34,0.78);
  max-width: 560px;
  margin: 0 0 32px;
  text-wrap: pretty;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: transform var(--zv-dur-base) var(--zv-ease), box-shadow var(--zv-dur-base) var(--zv-ease), background var(--zv-dur-base);
  text-decoration: none;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 8px 22px -8px rgba(26,27,34,0.5);
}
.btn-primary:hover { background: #000; box-shadow: 0 14px 32px -10px rgba(26,27,34,0.55); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); }
.btn-ghost-dark {
  border-color: rgba(251,247,240,0.4);
  color: var(--paper);
}
.btn-ghost-dark:hover { background: var(--paper); color: var(--ink); }
.btn-live {
  background: #E5364B;
  color: white;
  box-shadow: 0 0 0 4px rgba(229,54,75,0.2), 0 12px 26px -8px rgba(229,54,75,0.55);
}
.btn-live:hover { background: #d22a3f; }
.btn-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #E5364B;
  box-shadow: 0 0 0 3px rgba(229,54,75,0.25);
  animation: pulse 1.4s ease-in-out infinite;
}
.btn-primary .btn-live-dot, .btn-live .btn-live-dot {
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.25);
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(26,27,34,0.65);
}
.hero-meta strong { color: var(--ink); font-weight: 700; }

/* Hero cover */
.hero-cover {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover-wrap {
  position: relative;
  width: min(360px, 70%);
  transform: rotate(-3.5deg);
  transition: transform 500ms var(--zv-ease);
  z-index: 2;
}
.cover-wrap:hover { transform: rotate(0deg) translateY(-6px); }
.cover-shadow {
  display: none;
}
.cover-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 18px 36px -22px rgba(26,27,34,0.28), 0 6px 14px -8px rgba(26,27,34,0.08);
}
.cover-sticker {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 72px; height: 72px;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(12deg);
  box-shadow: 0 8px 20px -6px rgba(229,54,75,0.5);
  letter-spacing: 0.08em;
  animation: bob 3.6s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: rotate(12deg) translateY(0); }
  50% { transform: rotate(8deg) translateY(-6px); }
}
.cover-confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
body[data-confetti="0"] .cover-confetti { display: none; }
.confetti-dot {
  position: absolute;
  border-radius: 50%;
  animation: float 5s ease-in-out infinite;
  opacity: 0.85;
}
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-14px) scale(1.1); }
}

/* Ticker */
.hero-ticker {
  margin-top: 36px;
  border-top: 1px solid rgba(26,27,34,0.12);
  border-bottom: 1px solid rgba(26,27,34,0.12);
  overflow: hidden;
  padding: 14px 0;
}
.ticker-track {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  animation: ticker 36s linear infinite;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.ticker-item { display: inline-flex; align-items: center; gap: 36px; }
.ticker-sep { opacity: 0.4; color: var(--ink); }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ STAT SECTION ============ */
.stat-section {
  background: var(--paper-2);
  margin-top: 80px;
}
.stat-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 28px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.stat-num {
  font-weight: 800;
  font-size: clamp(140px, 18vw, 260px);
  line-height: 0.85;
  letter-spacing: -0.05em;
  display: block;
}
.stat-kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  opacity: 0.6;
}
.stat-headline {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.stat-lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(26,27,34,0.75);
  margin: 0;
  max-width: 580px;
}

/* ============ IDEAS ============ */
.ideas {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 28px;
}
.section-head {
  margin-bottom: 56px;
  max-width: 720px;
}
.section-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
.section-title-light { color: var(--paper); }

.ideas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.idea-card {
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  padding: 32px 32px 36px;
  position: relative;
  transition: transform var(--zv-dur-slow) var(--zv-ease), box-shadow var(--zv-dur-slow);
  overflow: hidden;
}
.idea-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--accent);
}
.idea-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 0 var(--ink);
}
.idea-num {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.idea-title {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 14px 0 14px;
  text-wrap: balance;
}
.idea-body {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(26,27,34,0.75);
  margin: 0;
}
.idea-underline {
  position: absolute;
  bottom: 18px;
  left: 32px; right: 32px;
  height: 4px;
  border-radius: 4px;
  background: var(--accent);
  opacity: 0.15;
}

/* ============ VERSUS ============ */
.versus {
  background: var(--ink);
  color: var(--paper);
  padding: 120px 28px;
}
.versus-head {
  max-width: 1240px;
  margin: 0 auto 64px;
}
.versus-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}
.versus-card {
  padding: 40px;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.versus-cold {
  background: #232633;
  color: #C9CBD7;
}
.versus-warm {
  background: linear-gradient(135deg, #FBF7F0 0%, #F4EDDF 100%);
  color: var(--ink);
}
.versus-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  opacity: 0.7;
}
.versus-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.versus-quote {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.versus-quote em { font-style: italic; }
.versus-list {
  margin: 0; padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 15px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid currentColor;
  border-opacity: 0.2;
}
.versus-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.versus-list li::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}
.versus-warm .versus-list li::before { background: #E5364B; opacity: 1; }
.versus-cold .versus-list li::before { background: #6E7180; opacity: 1; }

.versus-vs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.versus-vs span {
  font-weight: 800;
  font-size: 48px;
  font-style: italic;
  letter-spacing: -0.04em;
  color: #F5C518;
  transform: rotate(-8deg);
}

/* ============ PULL QUOTE ============ */
.pullquote {
  padding: 120px 28px;
  background: var(--paper-2);
  position: relative;
  overflow: hidden;
}
.pq-inner {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pq-mark {
  font-family: Georgia, serif;
  font-size: 180px;
  line-height: 0.8;
  font-weight: 700;
  display: block;
  margin-bottom: -40px;
}
.pq-text {
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin: 0 0 32px;
  text-wrap: balance;
}
.pq-cite {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  opacity: 0.7;
  margin: 0;
}

/* ============ ANECDOTE ============ */
.anecdote {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 28px;
}
.anec-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.anec-title {
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin: 18px 0 0;
}
.anec-right p {
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 22px;
  max-width: 540px;
}
.hop-row {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  align-items: flex-end;
  height: 80px;
}
.hop-figure {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  animation: hop 1.4s var(--zv-ease) infinite;
}
@keyframes hop {
  0%, 100% { transform: translateY(0); }
  40% { transform: translateY(-44px) scaleY(0.85) scaleX(1.1); }
  60% { transform: translateY(-44px) scaleY(0.85) scaleX(1.1); }
}

/* ============ LIVESTREAM ============ */
.livestream {
  background: var(--ink);
  color: var(--paper);
  padding: 120px 28px;
  position: relative;
  overflow: hidden;
}
.livestream::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,54,75,0.18), transparent 70%);
  pointer-events: none;
}
.ls-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(229,54,75,0.15);
  color: #E5364B;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
}
.live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #E5364B;
  animation: pulse 1.4s ease-in-out infinite;
}

.ls-title {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}
.ls-title-accent {
  background: linear-gradient(105deg, #F5C518, #F08A1F 40%, #E5364B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ls-meta {
  font-size: 16px;
  opacity: 0.75;
  margin: 0 0 32px;
}

.ondemand-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  color: var(--paper);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
}
.ls-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.ls-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ls-stat-num {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.ls-stat-lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.6;
}
.ls-thumb-chip-replay {
  background: rgba(11,12,16,0.78);
  letter-spacing: 0.2em;
}

.ls-card {
  background: #14161D;
  border: 1px solid #2A2D38;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6);
}
.ls-card-top {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #2A2D38;
}
.ls-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.ls-host { font-weight: 600; font-size: 15px; }
.ls-host-sub { font-size: 13px; opacity: 0.6; }
.ls-card-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
}
.ls-thumb-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #6A5BE2 0%, #3D6EE0 40%, #1FA9A9 75%, #7CB342 100%);
}
.ls-thumb-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 40%, transparent 0%, rgba(11,12,16,0.55) 100%);
}
.ls-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px;
  transition: transform var(--zv-dur-base) var(--zv-ease);
}
.ls-play:hover { transform: translate(-50%, -50%) scale(1.08); }
.ls-thumb-chip {
  position: absolute;
  top: 14px; left: 14px;
  background: #E5364B;
  color: white;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ls-thumb-chip .live-dot { background: white; }
.ls-thumb-viewers {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(11,12,16,0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.ls-card-chat {
  padding: 14px 20px;
  display: grid;
  gap: 8px;
  border-top: 1px solid #2A2D38;
}
.ls-chat-row {
  font-size: 14px;
  display: flex;
  gap: 8px;
}
.ls-chat-name { font-weight: 700; }
.ls-chat-msg { opacity: 0.85; }

/* ============ ABOUT ============ */
.about {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 28px;
}
.about-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--paper-2);
  border-radius: 24px;
  overflow: hidden;
}
.about-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-portrait-inner {
  text-align: center;
  display: grid;
  gap: 14px;
}
.portrait-initials {
  font-weight: 800;
  font-size: 88px;
  letter-spacing: -0.04em;
  line-height: 1;
}
.portrait-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.5;
}
.portrait-tag {
  position: absolute;
  bottom: 18px; left: 18px;
  color: white;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.about-title { margin-bottom: 24px; }
.about-lead {
  font-size: 19px;
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 580px;
  color: rgba(26,27,34,0.8);
}
.about-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 12px;
  font-size: 16px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-bullet {
  width: 12px; height: 12px;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
}
.about-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.link-pill {
  border: 1.5px solid var(--ink);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  transition: background var(--zv-dur-base), color var(--zv-dur-base);
}
.link-pill:hover { background: var(--ink); color: var(--paper); }

/* ============ BOOKS ============ */
.books {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 28px 120px;
}
.books-head {
  max-width: 760px;
  margin-bottom: 56px;
}
.books-lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(26,27,34,0.7);
  margin: 20px 0 0;
}
.books-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.book-card {
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 18px;
  padding: 28px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: start;
  transition: transform var(--zv-dur-slow) var(--zv-ease), box-shadow var(--zv-dur-slow);
}
.book-card:hover {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 0 var(--ink);
}
.book-cover-wrap {
  aspect-ratio: 2 / 3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 24px -14px rgba(26,27,34,0.3);
}
.book-cover-wrap img { width: 100%; height: 100%; object-fit: cover; }
.book-cover-b {
  background: #F4EDDF;
}
.book-cover-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 14px;
  text-align: center;
}
.bcp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(26,27,34,0.7);
}
.bcp-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.025em;
  display: block;
}
.bcp-foot {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(26,27,34,0.5);
}
.book-year {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0 0 8px;
  opacity: 0.6;
}
.book-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 6px;
}
.book-sub {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 14px;
  font-style: italic;
  opacity: 0.7;
}
.book-desc {
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 18px;
  color: rgba(26,27,34,0.75);
}
@media (max-width: 900px) {
  .books-grid { grid-template-columns: 1fr; }
  .book-card { grid-template-columns: 110px 1fr; gap: 18px; padding: 20px; }
}

/* booking → keep but remove duplicate single-book card */
.booking {
  background: var(--paper-2);
  padding: 96px 28px;
}
.booking-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.booking-inner-single {
  grid-template-columns: 1fr;
  max-width: 880px;
}
.booking-card {
  border-radius: 24px;
  padding: 48px 40px;
}
.booking-card-a {
  background: var(--paper);
  border: 1.5px solid var(--ink);
}
.booking-card-b {
  background: var(--ink);
  color: var(--paper);
}
.booking-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  opacity: 0.7;
}
.booking-title {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 16px;
}
.booking-body {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
  opacity: 0.85;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--paper);
  border-top: 1px solid rgba(26,27,34,0.1);
}
.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 28px 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
}
.footer-brand p {
  margin: 12px 0 0;
  max-width: 320px;
  font-size: 14px;
  color: rgba(26,27,34,0.65);
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-h {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
  opacity: 0.6;
}
.footer-cols a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  opacity: 0.85;
  transition: opacity var(--zv-dur-fast);
}
.footer-cols a:hover { opacity: 1; text-decoration: underline; }

.footer-strip {
  height: 8px;
  display: flex;
}
.footer-strip span { flex: 1; height: 100%; }

/* ============ TWEAKS PANEL ============ */
.tweaks-panel {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  width: 280px;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 24px 48px -12px rgba(0,0,0,0.25);
  font-size: 14px;
}
.tp-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.tp-head button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: var(--ink);
  padding: 0 4px;
  line-height: 1;
}
.tp-section { margin-bottom: 16px; }
.tp-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.6;
  margin: 0 0 8px;
}
.tp-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tp-radio button {
  border: 1.5px solid rgba(26,27,34,0.2);
  background: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: all var(--zv-dur-fast);
}
.tp-radio button.on {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.tp-swatches {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}
.tp-swatches span {
  flex: 1;
  height: 16px;
  border-radius: 4px;
}
.tp-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav-links a:not(.nav-cta):not(:last-child) { display: none; }
  .hero-grid, .stat-inner, .anec-inner, .about-inner, .ls-inner, .booking-inner, .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ideas-grid { grid-template-columns: 1fr; }
  .versus-grid { grid-template-columns: 1fr; }
  .versus-vs { padding: 16px 0; }
  .hero { padding-top: 32px; }
  .hero-cover { min-height: 340px; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
