/* ============================================================
   Antrenamente de Business — site styles
   Editorial · ivory + ink with signature gradient as accent
   ============================================================ */

:root {
  --bm-ivory: #F4F1EA;
  --bm-paper: #FAF8F3;
  --bm-ink: #0E0E0E;
  --bm-ink-muted: #454545;
  --bm-ink-subtle: #5d5c5c;
  --bm-rule: #E4E0D6;
  --bm-rule-strong: #C9C3B5;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bm-ivory);
  color: var(--bm-ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }

/* ===== Eyebrows ===== */
.eyebrow {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bm-ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: ""; width: 24px; height: 1.5px;
  background: var(--ab-gradient-horizontal); display: inline-block;
}
.eyebrow-light { color: rgba(255,255,255,0.85); }

/* ===== Buttons ===== */
.btn {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 999px;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 200ms var(--ease-standard);
  text-decoration: none;
  white-space: nowrap;
}
.btn-dark { background: var(--bm-ink); color: #fff; }
.btn-dark:hover { background: #2a2a2a; transform: translateY(-1px); }
.btn-light { background: #fff; color: var(--bm-ink); }
.btn-light:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.15); }
.btn-link {
  background: transparent; padding: 14px 0;
  border-bottom: 1.5px solid currentColor; border-radius: 0;
}
.btn-link:hover { gap: 14px; }
.btn-ghost-light {
  background: transparent; color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.08); }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(244, 241, 234, 0.9);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--bm-rule);
}
.nav-rule { height: 3px; background: var(--ab-gradient-horizontal); }
.nav-inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 16px 64px;
}
.nav-brand img { height: 51px; width: auto; }
.nav-links {
  display: flex; gap: 28px; justify-self: center;
}
.nav-links a {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bm-ink); padding: 6px 0;
  position: relative;
}
.nav-links a::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: -2px; height: 1.5px;
  background: var(--ab-gradient-horizontal);
  transform: scaleX(0); transform-origin: left;
  transition: transform 220ms var(--ease-standard);
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; font-size: 11px; }

/* ============================================================
   HERO — masthead
   ============================================================ */
.hero {
  max-width: 1280px; margin: 0 auto;
  padding: 64px 64px 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px; align-items: start;
}
.hero-left { display: flex; flex-direction: column; gap: 24px; }

.hero-slogan {
  font-family: var(--font-display);
  font-size: 16px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--bm-ink-muted);
  display: inline-flex; align-items: center; gap: 14px;
  padding: 0 0 4px;
}
.hero-slogan::before {
  content: ""; width: 32px; height: 1.5px;
  background: var(--ab-gradient-horizontal);
}

.hero-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(48px, 6.4vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 0;
  color: var(--bm-ink);
}
.hero-title .grad {
  background: var(--ab-gradient-horizontal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-deck {
  font-family: var(--font-body);
  font-size: 18px; line-height: 1.55;
  color: var(--bm-ink-muted);
  margin: 4px 0 0; max-width: 56ch;
}
.hero-deck b { color: var(--bm-ink); font-weight: 600; }

.hero-actions { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; margin-top: 8px; }

.hero-listen {
  display: flex; flex-direction: column; gap: 14px;
  margin: 28px 0 0; padding: 22px 0 0;
  border-top: 1px solid var(--bm-rule);
}
.hero-listen-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--bm-ink-subtle);
}
.hero-listen-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-listen-btn {
  border: 1px solid var(--bm-rule-strong);
  background: #fff; color: var(--bm-ink);
  padding: 12px 20px;
  transition: background 200ms, color 200ms, border-color 200ms, transform 200ms;
}
.hero-listen-btn:hover {
  background: var(--bm-ink); color: #fff;
  border-color: var(--bm-ink); transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.hero-listen-btn svg { flex: none; }

.hero-facts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin: 24px 0 0; padding: 22px 0 0;
  border-top: 1px solid var(--bm-rule);
}
.hero-fact {
  display: flex; flex-direction: column; gap: 4px;
  padding-right: 16px; border-right: 1px solid var(--bm-rule);
}
.hero-fact:last-child { border-right: 0; padding-left: 16px; padding-right: 0; }
.hero-fact:nth-child(2) { padding-left: 16px; }
.hero-fact-label {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bm-ink-subtle);
}
.hero-fact-value {
  font-family: var(--font-headline);
  font-weight: 600; font-size: 15px;
  letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--bm-ink);
}
.hero-fact-sub {
  font-family: var(--font-body);
  font-size: 12px; color: var(--bm-ink-muted);
}

/* Right column — video card */
.hero-right { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; }
.hero-video {
  position: relative; aspect-ratio: 1/1;
  background: var(--bm-paper);
  border: 1px solid var(--bm-rule);
  overflow: hidden;
  cursor: pointer;
}
.hero-video-photo {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,122,25,0.35), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(30,122,239,0.35), transparent 60%),
    linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
}
.hero-video-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.78) 100%),
    linear-gradient(135deg, rgba(14,14,14,0.35) 0%, rgba(14,14,14,0.65) 100%);
}
.hero-video-stamp {
  position: absolute; left: 28px; right: 28px; top: 28px;
  display: flex; flex-direction: column; gap: 8px;
  color: #fff; pointer-events: none;
}
.hero-video-stamp-eye {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.hero-video-stamp-title {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 32px; line-height: 0.98;
  letter-spacing: -0.005em; text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}
.hero-video-stamp-title em {
  font-style: italic; font-weight: 700;
  background: var(--ab-gradient-horizontal);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-video-stamp-sub {
  font-family: var(--font-body); font-size: 12px;
  color: rgba(255,255,255,0.78);
  margin-top: 4px;
}
.hero-video-tag {
  position: absolute; bottom: 16px; left: 16px;
  display: flex; align-items: center; gap: 12px;
  background: var(--bm-ink); color: #fff;
  padding: 8px 14px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.05em;
}
.hero-video-tag-sep {
  display: inline-block; width: 1px; height: 10px;
  background: rgba(255,255,255,0.4);
}
.hero-video-play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 66px; height: 66px; border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--bm-ink);
  display: grid; place-items: center;
  border: 0;
  transition: transform 200ms var(--ease-standard);
}
.hero-video:hover .hero-video-play { transform: translate(-50%, -50%) scale(1.06); }
.hero-video-play svg { margin-left: 4px; }

.hero-caption {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding-top: 12px; border-top: 1px solid var(--bm-rule);
  font-family: var(--font-body); font-size: 12px;
  color: var(--bm-ink-muted);
}
.hero-caption-name { color: var(--bm-ink); font-weight: 600; }
.hero-caption-name::after { content: " ·"; color: var(--bm-ink-subtle); margin-left: 2px; }

/* ============================================================
   GENERIC SECTION
   ============================================================ */
.section { max-width: 1280px; margin: 0 auto; padding: 96px 64px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px; padding-bottom: 28px; margin-bottom: 40px;
  border-bottom: 1px solid var(--bm-rule);
}
.section-head-left { display: flex; flex-direction: column; gap: 14px; max-width: 720px; }
.section-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 1.2; letter-spacing: 0;
  text-transform: uppercase;
  color: var(--bm-ink);
  margin: 0;
}
.section-deck {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.6;
  color: var(--bm-ink-muted);
  margin: 4px 0 0; max-width: 60ch;
}

/* ============================================================
   "DE CE SĂ MĂ ASCULȚI" — 4 reasoning blocks (editorial grid)
   ============================================================ */
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-left: 1px solid var(--bm-rule);
  border-top: 1px solid var(--bm-rule);
}
.reason {
  padding: 40px 36px;
  border-right: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
  background: #fff;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.reason-num {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.05em;
  color: var(--ab-magenta);
  font-weight: 600;
}
.reason-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 22px; line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--bm-ink);
  margin: 0;
}
.reason-body {
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.6;
  color: var(--bm-ink-muted);
  margin: 0;
}

/* ============================================================
   ABOUT GEORGE — split layout
   ============================================================ */
.about-grid {
  display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px;
  align-items: start;
}
.about-portrait {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--bm-ink);
  overflow: hidden;
  border: 1px solid var(--bm-rule);
}
.about-portrait-placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background:
    repeating-linear-gradient(135deg,
      rgba(255,255,255,0.04) 0,
      rgba(255,255,255,0.04) 1px,
      transparent 1px,
      transparent 14px);
  color: rgba(255,255,255,0.35);
}
.about-portrait-tag {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-portrait-mono {
  position: absolute; top: 24px; right: 24px;
  width: 64px; height: 64px;
  border-radius: 14px;
  background: var(--ab-gradient-diagonal);
  display: grid; place-items: center;
  color: #fff; font-family: var(--font-headline);
  font-weight: 700; font-size: 24px;
}

.about-body { display: flex; flex-direction: column; gap: 20px; }
.about-name {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1; letter-spacing: 0;
  text-transform: uppercase;
  margin: 0; color: var(--bm-ink);
}
.about-role {
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bm-ink-muted);
}
.about-bio {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.65;
  color: var(--bm-ink); margin: 0; max-width: 60ch;
}
.about-bio b { font-weight: 600; }

/* ============================================================
   LATEST EPISODE — feature card
   ============================================================ */
.latest {
  background: #fff;
  border-top: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
}
.latest-inner { max-width: 1280px; margin: 0 auto; padding: 96px 64px; }
.latest-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px; margin-bottom: 40px;
  border-bottom: 1px solid var(--bm-rule);
}
.latest-stamp {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #fff; background: var(--ab-gradient-horizontal);
  padding: 5px 10px;
}
.latest-grid {
  display: grid; grid-template-columns: 0.95fr 1.05fr;
  gap: 56px; align-items: start;
}
.latest-figure {
  position: relative; aspect-ratio: 16/10;
  background: var(--bm-paper); border: 1px solid var(--bm-rule);
  overflow: hidden; cursor: pointer;
}
.latest-photo {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 70%, rgba(237,52,213,0.25), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(255,122,25,0.3), transparent 55%),
    linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
}
.latest-photo-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%),
    linear-gradient(135deg, rgba(237,52,213,0.12) 0%, rgba(14,14,14,0.45) 100%);
}
.latest-figure-play {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(255,255,255,0.95); color: var(--bm-ink);
  border: 0; display: grid; place-items: center;
  transition: transform 200ms;
}
.latest-figure:hover .latest-figure-play { transform: translate(-50%, -50%) scale(1.08); }
.latest-figure-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; justify-content: space-between;
  padding: 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.6));
  font-family: var(--font-mono); font-size: 12px; color: #fff;
}

.latest-body { display: flex; flex-direction: column; gap: 22px; }
.latest-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0; color: var(--bm-ink);
  text-wrap: balance;
}
.latest-deck {
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.6;
  color: var(--bm-ink-muted); margin: 0;
}
.latest-facts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
  padding: 18px 0; gap: 24px;
}
.latest-fact-label {
  font-family: var(--font-display);
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--bm-ink-subtle);
  margin-bottom: 4px;
}
.latest-fact-val {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 600; color: var(--bm-ink);
}
.latest-actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* ============================================================
   EPISODES TABLE (Bloomberg/HBR archive feel)
   ============================================================ */
.archive-wrap { background: #000; color: #fff; position: relative; }
.archive-rule {
  height: 3px;
  background: var(--ab-gradient-horizontal);
}
.archive { max-width: 1280px; margin: 0 auto; padding: 96px 64px; }
.archive-head { padding-bottom: 28px; margin-bottom: 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.archive-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.archive-title {
  font-family: var(--font-headline); font-weight: 700;
  font-size: clamp(36px, 4.4vw, 64px); line-height: 1;
  text-transform: uppercase; margin: 0;
}
.archive-deck {
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  color: rgba(255,255,255,0.7); margin: 12px 0 0; max-width: 56ch;
}
.archive-table { display: grid; grid-template-columns: 1fr; }
.archive-thead, .archive-row {
  display: grid;
  grid-template-columns: 56px 1fr 220px 130px 70px 90px 56px;
  gap: 24px; align-items: center;
}
.archive-thead {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.28);
  font-family: var(--font-display);
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(255,255,255,0.45);
}
.archive-thead .num { text-align: right; }
.archive-row {
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative; transition: background 180ms;
}
.archive-row:hover { background: rgba(255,255,255,0.03); }
.archive-row-feat::before {
  content: ""; position: absolute; left: -24px; top: 0; bottom: 0;
  width: 3px; background: var(--ab-gradient-horizontal);
}
.archive-num-cell {
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: #fff; letter-spacing: 0.05em;
}
.archive-title-cell {
  font-family: var(--font-headline); font-weight: 600;
  font-size: 17px; line-height: 1.3; color: #fff;
  display: inline-flex; gap: 10px; align-items: baseline;
  text-wrap: balance;
}
.archive-badge {
  font-family: var(--font-display);
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--ab-gradient-horizontal); color: #fff;
  padding: 3px 7px; border-radius: 3px; flex-shrink: 0; top: -2px; position: relative;
}
.archive-guest { display: flex; flex-direction: column; gap: 2px; }
.archive-guest-name { font-family: var(--font-body); font-size: 14px; font-weight: 600; color: #fff; }
.archive-guest-role { font-family: var(--font-body); font-size: 12px; color: rgba(255,255,255,0.6); }
.archive-topic {
  font-family: var(--font-display); font-size: 11px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px; padding: 5px 10px;
  width: fit-content;
}
.archive-min, .archive-date {
  font-family: var(--font-mono); font-size: 13px; text-align: right;
  font-feature-settings: "tnum";
}
.archive-min { color: #fff; }
.archive-date { color: rgba(255,255,255,0.6); font-size: 12px; letter-spacing: 0.04em; }
.archive-play {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  background: transparent; color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-left: auto;
  transition: all 200ms var(--ease-standard);
}
.archive-row:hover .archive-play { background: #fff; color: #000; border-color: #fff; }
.archive-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 32px;
}
.archive-foot a { color: #fff; }

/* ============================================================
   TOPICS — 6 large pull-cards
   ============================================================ */
.topics-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--bm-rule);
  border-left: 1px solid var(--bm-rule);
}
.topic {
  padding: 36px 32px;
  border-right: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
  background: #fff;
  display: flex; flex-direction: column; gap: 12px;
  min-height: 240px;
  position: relative;
}
.topic-num {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--ab-magenta); font-weight: 600;
  margin-bottom: 8px;
}
.topic-title {
  font-family: var(--font-headline);
  font-weight: 700; font-size: 28px; line-height: 1;
  letter-spacing: 0; text-transform: uppercase;
  color: var(--bm-ink); margin: 0;
}
.topic-body {
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.6;
  color: var(--bm-ink-muted); margin: 0;
}

/* ============================================================
   PULL QUOTE — full-bleed gradient panel
   ============================================================ */
.pullquote-panel {
  background: var(--ab-gradient-diagonal);
  color: #fff;
  position: relative;
  padding: 120px 64px;
  overflow: hidden;
}
.pullquote-inner {
  max-width: 1100px; margin: 0 auto;
  text-align: left;
  display: flex; flex-direction: column; gap: 40px;
}
.pullquote-mark {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 220px; line-height: 0.6;
  color: rgba(255,255,255,0.85);
  user-select: none;
}
.pullquote-text {
  font-family: var(--font-headline);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0; max-width: 22ch;
  text-wrap: balance;
}
.pullquote-attrib {
  display: flex; flex-direction: column; gap: 4px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.4);
  width: fit-content;
}
.pullquote-name {
  font-family: var(--font-headline);
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.pullquote-role {
  font-family: var(--font-body); font-size: 13px;
  color: rgba(255,255,255,0.85);
}

/* ============================================================
   BENEFITS
   ============================================================ */
.benefits-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.benefit {
  background: #fff;
  border: 1px solid var(--bm-rule);
  padding: 32px;
  display: flex; flex-direction: column; gap: 14px;
}
.benefit-num {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.05em; color: var(--bm-ink-subtle);
}
.benefit-title {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 22px; line-height: 1.15;
  letter-spacing: 0.02em; text-transform: uppercase;
  margin: 0; color: var(--bm-ink);
}
.benefit-body {
  font-family: var(--font-body); font-size: 15px;
  line-height: 1.6; color: var(--bm-ink-muted); margin: 0;
}

/* ============================================================
   PLATFORMS
   ============================================================ */
.platforms-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  background: #fff; border: 1px solid var(--bm-rule);
}
.platform {
  display: grid; grid-template-columns: 48px 1fr auto;
  gap: 18px; align-items: center;
  padding: 28px 26px;
  border-right: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
  position: relative;
  transition: background 200ms;
}
.platform:nth-child(2n) { border-right: 0; }
.platform:nth-last-child(-n+2) { border-bottom: 0; }
.platform::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 0; height: 2px;
  background: var(--ab-gradient-horizontal);
  transform: scaleX(0); transform-origin: left;
  transition: transform 280ms var(--ease-standard);
}
.platform:hover { background: var(--bm-paper); }
.platform:hover::after { transform: scaleX(1); }
.platform-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--bm-rule-strong);
  border-radius: 6px;
  display: grid; place-items: center;
  color: var(--bm-ink);
}
.platform-name {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 16px; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--bm-ink);
}
.platform-status {
  font-family: var(--font-display);
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--bm-ink-subtle);
  margin-top: 4px;
}
.platform-arrow { color: var(--bm-ink-subtle); }
.platform:hover .platform-arrow { color: var(--bm-ink); }
.platform-soon { opacity: 0.55; pointer-events: none; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--bm-rule);
  border-left: 1px solid var(--bm-rule);
}
.faq-item {
  border-right: 1px solid var(--bm-rule);
  border-bottom: 1px solid var(--bm-rule);
  background: #fff;
  padding: 32px 36px;
  display: flex; flex-direction: column; gap: 12px;
}
.faq-num {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--ab-magenta); font-weight: 600;
}
.faq-q {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 20px; line-height: 1.2;
  letter-spacing: 0.01em; text-transform: none;
  margin: 0; color: var(--bm-ink);
  text-wrap: balance;
}
.faq-a {
  font-family: var(--font-body); font-size: 15px;
  line-height: 1.6; color: var(--bm-ink-muted); margin: 0;
}

/* ============================================================
   ECOSYSTEM — 3 promo cards (newsletter, magazine, gymprofit)
   ============================================================ */
.ecosystem-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.eco-card {
  background: #fff;
  border: 1px solid var(--bm-rule);
  padding: 40px 36px;
  display: flex; flex-direction: column; gap: 18px;
  position: relative; overflow: hidden;
}
.eco-card-rule {
  position: absolute; top: 0; left: 0; height: 4px; width: 100%;
  background: var(--ab-gradient-horizontal);
}
.eco-card-num {
  font-family: var(--font-mono); font-size: 12px;
  color: var(--bm-ink-subtle); font-weight: 600;
}
.eco-card-name {
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--bm-ink);
  font-weight: 600;
}
.eco-card-title {
  font-family: var(--font-headline); font-weight: 700;
  font-size: 30px; line-height: 1.05;
  letter-spacing: -0.005em; text-transform: none;
  margin: 0; color: var(--bm-ink);
  text-wrap: balance;
}
.eco-card-body {
  font-family: var(--font-body); font-size: 14px;
  line-height: 1.6; color: var(--bm-ink-muted); margin: 0;
  flex: 1;
}
.eco-card-cta {
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--bm-ink); padding-bottom: 4px;
  border-bottom: 1.5px solid var(--bm-ink);
  width: fit-content;
  transition: gap 200ms;
  display: inline-flex; gap: 8px; align-items: center;
}
.eco-card-cta:hover { gap: 14px; }

/* ============================================================
   CONTACT — dark band, email + LinkedIn channels
   ============================================================ */
.contact {
  background: var(--bm-ink);
  color: #fff;
  border-top: 3px solid transparent;
  border-image: var(--ab-gradient-horizontal) 1;
}
.contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 64px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.contact-left { display: flex; flex-direction: column; gap: 18px; }
.contact-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.contact-right { display: flex; flex-direction: column; gap: 32px; }
.contact-deck {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 60ch;
}
.contact-channels {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.contact-channel {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  transition: padding 220ms var(--ease-standard);
}
.contact-channel:hover { padding-left: 12px; }
.contact-channel-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.contact-channel-value {
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 26px);
  letter-spacing: 0;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}
.contact-channel-arrow {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 220ms, color 220ms, border-color 220ms;
}
.contact-channel:hover .contact-channel-arrow {
  background: #fff;
  color: var(--bm-ink);
  border-color: #fff;
}
@media (max-width: 1100px) {
  .contact-inner { grid-template-columns: 1fr; gap: 40px; padding: 80px 48px; }
}
@media (max-width: 720px) {
  .contact-inner { padding: 56px 20px; gap: 32px; }
  .contact-channel {
    grid-template-columns: 300px 1fr auto;
    grid-template-rows: auto auto;
    gap: 6px 16px;
    padding: 20px 0;
  }
  .contact-channel-label { grid-column: 1 / 2; grid-row: 1; }
  .contact-channel-arrow { grid-column: 2 / 3; grid-row: 1 / 3; align-self: center; }
  .contact-channel-value { grid-column: 1 / 2; grid-row: 2; font-size: clamp(15px, 4.5vw, 20px); }
}
/* ============================================================
   FOOTER
   ============================================================ */
.foot {
  background: var(--bm-ink); color: #fff;
  position: relative; margin-top: 0;
}
.foot-rule {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--ab-gradient-horizontal);
}

/* Partners strip */
.foot-partners {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}
.foot-partners-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.foot-partners-title {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  text-wrap: balance;
}
.foot-partners-row {
  display: grid;
  grid-template-columns: repeat(4, 160px);
  gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.foot-partner-logo {
  width: 200px;
  height: 100px;
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.02);
  transition: border-color 200ms, background 200ms;
}
.foot-partner-logo:hover {
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.05);
}
.foot-partner-logo span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
}
.foot-partner-logo img {
  max-width: 160px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 800px) {
  .foot-partners-inner { padding: 44px 24px; gap: 28px; }
  .foot-partners-row {
    grid-template-columns: repeat(2, 200px);
    gap: 20px;
  }
}
@media (max-width: 380px) {
  .foot-partners-row {
    grid-template-columns: 1fr;
    max-width: 220px;
    margin: 0 auto;
  }
  .foot-partner-logo { width: 100%; }
}

.foot-inner { max-width: 1280px; margin: 0 auto; padding: 80px 64px 32px; }
.foot-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.foot-brand {
  display: flex; flex-direction: column;
  gap: 16px; align-items: flex-start;
}
.foot-mark { height: 84px; width: auto; flex-shrink: 0; display: block; }
.foot-slogan {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 4px;
}
.grad {
  background: var(--ab-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.foot-tag {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
  max-width: 32ch;
  line-height: 1.55;
}
.foot-cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.foot-col { display: flex; flex-direction: column; gap: 4px; }
.foot-col-h {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}
.foot-col a {
  font-family: var(--font-body); font-size: 14px;
  color: rgba(255,255,255,0.85);
  padding: 4px 0;
  transition: color 200ms;
}
.foot-col a:hover { color: #fff; }

.foot-bot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  font-family: var(--font-mono); font-size: 11px;
  color: rgba(255,255,255,0.5); letter-spacing: 0.04em;
}
.foot-copy { color: rgba(255,255,255,0.6); }
.foot-meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.foot-meta a { color: rgba(255,255,255,0.7); }
.foot-meta a:hover { color: #fff; }

/* ============================================================
   LIGHTBOX
   ============================================================ */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,0.92);
  display: grid; place-items: center;
  padding: 48px;
  animation: lbFade 200ms ease;
}
.lightbox[hidden] { display: none; }
@keyframes lbFade { from { opacity: 0; } to { opacity: 1; } }
.lightbox-inner {
  position: relative;
  width: 100%; max-width: 1100px;
  aspect-ratio: 16/9;
  background: #000;
}
.lightbox-inner iframe { width: 100%; height: 100%; border: 0; }
.lightbox-close {
  position: absolute; top: -44px; right: 0;
  background: transparent; border: 0;
  color: #fff; cursor: pointer;
  font-family: var(--font-display);
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .nav-inner { padding: 14px 32px; gap: 24px; }
  .nav-links { display: none; }
  .hero { padding: 48px 32px 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-right { position: static; }
  .hero-video { aspect-ratio: 16/10; }
  .section { padding: 72px 32px; }
  .latest-inner { padding: 72px 32px; }
  .latest-grid { grid-template-columns: 1fr; gap: 36px; }
  .latest-figure { aspect-ratio: 16/10; }
  .archive { padding: 72px 32px; }
  .archive-thead, .archive-row { grid-template-columns: 40px 1fr 110px 60px 56px; }
  .archive-thead > :nth-child(3), .archive-thead > :nth-child(6) { display: none; }
  .archive-row .archive-guest, .archive-row .archive-date { display: none; }
  .reasons-grid, .benefits-grid, .ecosystem-grid { grid-template-columns: 1fr; }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .platforms-grid { grid-template-columns: 1fr; }
  .platform { border-right: 0; border-bottom: 1px solid var(--bm-rule); }
  .platform:last-child { border-bottom: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-portrait { max-width: 420px; }
  .pullquote-panel { padding: 80px 32px; }
  .pullquote-mark { font-size: 140px; }
  .foot-inner { padding: 64px 32px 28px; }
  .foot-top { grid-template-columns: 1fr; gap: 40px; }
  .foot-cols { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .nav-inner { padding: 14px 20px; }
  .nav-cta { padding: 9px 14px; font-size: 10px; }
  .hero { padding: 32px 20px 48px; }
  .hero-masthead { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-mast-meta { flex-wrap: wrap; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { justify-content: center; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; }
  .hero-fact { border-right: 0; border-bottom: 1px solid var(--bm-rule); padding: 0 0 14px; }
  .hero-fact:last-child, .hero-fact:nth-child(2) { padding-left: 0; }
  .hero-fact:last-child { border-bottom: 0; }
  .section { padding: 56px 20px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .latest-inner { padding: 56px 20px; }
  .latest-head { flex-direction: column; align-items: flex-start; gap: 12px; }
  .latest-facts { grid-template-columns: 1fr; gap: 12px; }
  .archive { padding: 56px 20px; }
  .archive-thead, .archive-row { grid-template-columns: 32px 1fr 56px 40px; gap: 12px; padding: 16px 0; }
  .archive-thead > :nth-child(4) { display: none; }
  .archive-row .archive-topic { display: none; }
  .archive-title-cell { font-size: 15px; }
  .topics-grid { grid-template-columns: 1fr; }
  .pullquote-panel { padding: 64px 20px; }
  .pullquote-mark { font-size: 96px; }
  .foot-inner { padding: 48px 20px 24px; }
  .foot-cols { grid-template-columns: 1fr; gap: 24px; }
  .foot-bot { flex-direction: column; gap: 12px; align-items: flex-start; }
}
