/*
 * mr_fox.css — Tipsters: Mr Fox & The Cub
 * All :root variables inherited from base.css — no duplication.
 */

/* ════════════════════════════════════════════════════════════
   TRIO HERO — three voices on every Saturday
   ────────────────────────────────────────────────────────────
   The brand intro at the top of the Mr Fox tipsters page.
   Mr Fox centre + larger (gold halo behind him), Sly Man left
   and LLaMa right at smaller scale. Bottom-anchored so all
   three "stand" together as one editorial line-up.
   Mobile reflows to single column with Fox first.
   ════════════════════════════════════════════════════════════ */
.trio-hero {
  position: relative;
  padding: 80px 24px 0;
  background:
    radial-gradient(900px 600px at 50% 100%, rgba(212, 175, 55, 0.12), transparent 70%),
    radial-gradient(700px 400px at 80% 0%, rgba(193, 184, 160, 0.06), transparent 65%),
    linear-gradient(180deg, #0c1320 0%, #0b0e15 100%);
  color: #faf6ec;
  overflow: hidden;
  isolation: isolate;
}
.trio-hero__glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(ellipse 60% 40% at 50% 95%, rgba(212, 175, 55, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.trio-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.trio-hero__intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.trio-hero__kicker {
  display: inline-block;
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #d4af37;
  margin: 0 0 18px;
}
.trio-hero__title {
  font-family: "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 18px;
  text-wrap: balance;
  color: #faf6ec;
}
.trio-hero__sub {
  font-family: "Iowan Old Style", "Charter", Georgia, serif;
  font-style: italic;
  font-size: clamp(15px, 1.7vw, 19px);
  line-height: 1.55;
  color: rgba(250, 246, 236, 0.78);
  margin: 0 auto;
  max-width: 56ch;
}

/* Line-up — three columns, Fox column 40% wider than the others. */
.trio-hero__line-up {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: end;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Voice card — character + info stacked. The whole thing is the link. */
.trio-hero__voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform 220ms ease;
}
.trio-hero__voice:hover,
.trio-hero__voice:focus-visible {
  transform: translateY(-4px);
  outline: none;
}

/* Portraits — bottom-anchored via the grid's align-items: end on
   .trio-hero__line-up; the figure itself stays horizontally centred
   inside the .trio-hero__voice flex column. (align-self: end here
   would push the figure RIGHT on the cross-axis — that was the
   off-centre bug on mobile.) */
.trio-hero__portrait {
  position: relative;
  margin: 0 auto 20px;
  align-self: center;
}
.trio-hero__portrait img,
.trio-hero__portrait picture {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.55));
}
.trio-hero__portrait--watcher,
.trio-hero__portrait--writer {
  width: 220px;
}
.trio-hero__portrait--tipster {
  width: 320px;
}
/* Gold halo behind Mr Fox — reinforces he's the master tipster
   without making the others feel like an afterthought. */
.trio-hero__portrait--tipster::before {
  content: "";
  position: absolute;
  inset: 12% 6% 16% 6%;
  background: radial-gradient(ellipse 80% 60% at 50% 60%, rgba(232, 197, 88, 0.32), transparent 70%);
  z-index: -1;
  filter: blur(18px);
  border-radius: 50%;
}

/* Info stack — eyebrow badge + name + role + CTA. */
.trio-hero__info {
  text-align: center;
}
.trio-hero__badge {
  display: inline-block;
  padding: 4px 12px;
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid currentColor;
  margin-bottom: 12px;
  background: rgba(250, 246, 236, 0.04);
}
.trio-hero__badge--watcher { color: #d4af37; }
.trio-hero__badge--tipster { color: #e8c558; background: rgba(232, 197, 88, 0.12); }
.trio-hero__badge--writer  { color: #c1b8a0; }

.trio-hero__name {
  font-family: "Playfair Display", "Iowan Old Style", Georgia, serif;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: #faf6ec;
}
.trio-hero__name--tipster {
  font-size: 42px;
  color: #e8c558;
}

.trio-hero__role {
  font-family: "Iowan Old Style", "Charter", Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(250, 246, 236, 0.62);
  margin: 0 0 16px;
}

.trio-hero__cta {
  display: inline-block;
  padding: 8px 16px;
  font-family: "DM Sans", "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8c558;
  border: 1px solid rgba(232, 197, 88, 0.40);
  border-radius: 999px;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.trio-hero__cta--tipster {
  background: rgba(232, 197, 88, 0.10);
  border-color: rgba(232, 197, 88, 0.55);
}
.trio-hero__voice:hover .trio-hero__cta,
.trio-hero__voice:focus-visible .trio-hero__cta {
  background: rgba(232, 197, 88, 0.18);
  border-color: rgba(232, 197, 88, 0.75);
  color: #faf6ec;
}

/* Tablet + mobile — stack to single column with Fox first.
   order:1/2/3 lifts Mr Fox to the top so the lead character
   reads first when there's no horizontal space for the line-up. */
@media (max-width: 900px) {
  .trio-hero { padding: 56px 18px 8px; }
  .trio-hero__intro { margin-bottom: 40px; }
  .trio-hero__line-up {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 460px;
  }
  .trio-hero__voice--tipster { order: 1; }
  .trio-hero__voice--watcher { order: 2; }
  .trio-hero__voice--writer  { order: 3; }
  .trio-hero__portrait--tipster { width: 240px; }
  .trio-hero__portrait--watcher,
  .trio-hero__portrait--writer  { width: 180px; }
  .trio-hero__name--tipster { font-size: 36px; }
}
@media (max-width: 560px) {
  .trio-hero { padding: 44px 16px 8px; }
  .trio-hero__intro { margin-bottom: 32px; }
  .trio-hero__line-up { gap: 36px; }
  .trio-hero__portrait--tipster { width: 200px; }
  .trio-hero__portrait--watcher,
  .trio-hero__portrait--writer  { width: 150px; }
}

/* ── HERO ──────────────────────────────────────────────────── */
.fox-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 16px 0 48px;
}

.fox-hero__bg {
  position: absolute; inset: 0;
  background: var(--c-navy);
}
.fox-hero__bg::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at -8% 55%, var(--glow-teal) 0%, transparent 62%),
    radial-gradient(ellipse 52% 65% at 108% 38%, var(--glow-magenta) 0%, transparent 60%),
    radial-gradient(ellipse 36% 46% at 72% 60%, var(--glow-purple) 0%, transparent 52%);
}
.fox-hero__grid {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(212,175,55,0.025) 79px, rgba(212,175,55,0.025) 80px),
    repeating-linear-gradient(0deg,  transparent, transparent 79px, rgba(212,175,55,0.015) 79px, rgba(212,175,55,0.015) 80px);
}
.fox-hero__glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; filter: blur(90px); opacity: 0.11; pointer-events: none; }
.fox-hero__glow--left  { background: radial-gradient(circle, var(--c-gold), transparent); left: -80px; top: 50%; transform: translateY(-50%); }
.fox-hero__glow--right { background: radial-gradient(circle, var(--c-orange), transparent); right: -80px; top: 50%; transform: translateY(-50%); }

.fox-hero__inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  align-items: center; gap: var(--space-5) var(--space-6);
  width: 100%;
}

/* Header spans all 3 columns */
.fox-hero__header {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 8px;
}
.fox-hero__header .fox-hero__kicker {
  font-size: 10px; font-weight: 800; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--c-gold);
  display: block; margin-bottom: 10px; opacity: 0.8;
}
.fox-hero__header .fox-hero__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 900; line-height: 1.0;
  color: var(--c-text-100);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}
.fox-hero__header .fox-hero__sub {
  font-size: 15px; line-height: 1.75;
  color: var(--c-text-55); max-width: 500px;
  margin: 0 auto;
}

/* ── TIPSTER BLOCKS ────────────────────────────────────────── */
.tipster { display: flex; flex-direction: column; align-items: center; gap: var(--space-5); animation: fadeUp 0.6s ease both; }
.tipster--cub { animation-delay: 0.15s; }

.tipster__portrait-wrap { position: relative; width: 220px; height: 220px; flex-shrink: 0; }
.tipster__portrait {
  width: 220px; height: 220px; border-radius: 50%;
  filter: drop-shadow(0 0 28px rgba(212,175,55,0.35));
  transition: transform 0.3s, filter 0.3s;
}
/* Cub-only: raster Fox uses .tipster__portrait-media + fit_parent (see .tipster--fox) */
.tipster__portrait-wrap > img.tipster__portrait {
  object-fit: cover;
  object-position: 50% 28%;
}
/* Poster WEBP: fixed ring + inner media clips raster (mr_fox_portrait fit_parent) */
.tipster--fox .tipster__portrait-wrap {
  width: 176px;
  height: 176px;
  overflow: hidden;
  border-radius: 50%;
}
.tipster--fox .tipster__portrait-media {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.tipster--fox .tipster__portrait-wrap .tipster__glow {
  z-index: 0;
}
.tipster--fox .tipster__portrait-media img.tipster__portrait {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: unset !important;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 12%;
}
.tipster__portrait--cub { filter: drop-shadow(0 0 28px rgba(224,90,42,0.35)); }
.tipster__portrait:hover { transform: scale(1.04); filter: drop-shadow(0 0 44px rgba(212,175,55,0.58)); }
.tipster__portrait--cub:hover { filter: drop-shadow(0 0 44px rgba(224,90,42,0.58)); }

.tipster__glow {
  position: absolute; inset: -10px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.12), transparent 70%);
  pointer-events: none;
  animation: pulseGlow 3s ease-in-out infinite;
}
.tipster__glow--cub { background: radial-gradient(circle, rgba(224,90,42,0.12), transparent 70%); animation-delay: 1.5s; }
@keyframes pulseGlow { 0%,100% { opacity:0.55; transform:scale(1); } 50% { opacity:1; transform:scale(1.04); } }

.tipster__info { text-align: center; }

.tipster__badge {
  display: inline-block;
  background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.3);
  color: var(--c-gold); font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  padding: 4px 14px; border-radius: var(--r-pill); margin-bottom: 10px;
}
.tipster__badge--cub { background: rgba(224,90,42,0.1); border-color: rgba(224,90,42,0.3); color: var(--c-orange); }

.tipster__name { font-family: var(--font-display); font-size: 40px; font-weight: 900; color: var(--c-gold); line-height: 1; margin-bottom: 8px; }
.tipster__name--cub { color: var(--c-orange); font-size: 36px; }
/* In-page jump to GN picks — avoids mistaken nav to /cubs/; styled like .horse-link */
.tipster__name-anchor {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.tipster__name-anchor:hover {
  color: var(--c-text-100);
  border-bottom-color: rgba(224, 90, 42, 0.45);
}
.tipster__quote { font-size: 14px; font-style: italic; color: var(--c-text-55); max-width: 240px; margin: 0 auto 16px; line-height: 1.68; }

.tipster__stats { display: flex; gap: 20px; justify-content: center; }
.tipster__stat  { text-align: center; }
.tipster__stat-num { display: block; font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--c-gold); line-height: 1; }
.tipster__stat-num--cub { color: var(--c-orange); }
.tipster__stat-label { display: block; font-size: 10px; color: var(--c-text-35); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 2px; }

/* ── VS BLOCK ──────────────────────────────────────────────── */
.fox-vs { display: flex; flex-direction: column; align-items: center; gap: 14px; animation: fadeUp 0.6s 0.08s ease both; }
.fox-vs__ring {
  width: 76px; height: 76px; border-radius: var(--r-sm);
  border: 2px solid rgba(212,175,55,0.4);
  background: rgba(212,175,55,0.05);
  display: flex; align-items: center; justify-content: center;
}
.fox-vs__text { font-family: var(--font-display); font-size: 22px; font-weight: 900; background: linear-gradient(135deg, var(--c-gold), var(--c-orange)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.fox-vs__score { display: block; font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--c-text-100); line-height: 1; }
.fox-vs__label { display: block; font-size: 10px; color: var(--c-text-35); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
.fox-vs__draws { font-size: 11px; color: var(--c-text-35); }

/* ── SECTION TITLES ────────────────────────────────────────── */
.fox-section-title { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--c-gold); margin-bottom: 26px; display: flex; align-items: center; gap: 14px; }
.fox-section-title--light { color: var(--c-text-100); }

/* ── METHOD SECTION ────────────────────────────────────────── */
.method-section {
  background:
    radial-gradient(ellipse 55% 70% at 0% 50%, rgba(10,55,100,0.16), transparent 55%),
    radial-gradient(ellipse 45% 55% at 100% 40%, rgba(110,18,55,0.12), transparent 52%),
    var(--c-navy-mid);
  border-top: 1px solid var(--c-border);
}
.method-intro { font-size: 15px; line-height: 1.82; color: var(--c-text-75); max-width: 660px; margin-bottom: var(--space-6); }
.ai-tools-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 14px; }
.ai-tool { display: flex; align-items: flex-start; gap: 15px; background: var(--c-navy-card); border: 1px solid var(--c-border); border-radius: var(--r-md); padding: 18px; transition: all 0.2s; }
.ai-tool:hover { background: var(--c-navy-card); transform: translateY(-2px); }
.ai-tool--claude    { border-left: 3px solid #cc8a5a; }
.ai-tool--chatgpt   { border-left: 3px solid #10a37f; }
.ai-tool--gemini    { border-left: 3px solid #4285f4; }
.ai-tool--instinct  { border-left: 3px solid var(--c-gold); }
.ai-tool__logo { flex-shrink: 0; }
.ai-tool__name { font-weight: 600; font-size: 14px; color: var(--c-text-100); margin-bottom: 5px; }
.ai-tool__role { font-size: 13px; color: var(--c-text-55); line-height: 1.68; }

/* ── GN PICKS ──────────────────────────────────────────────── */
.gn-picks-section {
  scroll-margin-top: calc(var(--nav-h) + 12px);
  background:
    radial-gradient(ellipse 50% 65% at 20% 50%, rgba(212,175,55,0.07), transparent 52%),
    radial-gradient(ellipse 45% 55% at 85% 50%, rgba(224,90,42,0.06), transparent 50%),
    radial-gradient(ellipse 35% 45% at 70% 60%, var(--glow-purple), transparent 50%),
    var(--c-navy);
  border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border);
}
.gn-picks-header { text-align: center; margin-bottom: var(--space-7); }
.gn-picks-duel { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.gn-pick { background: var(--c-navy-card); box-shadow: var(--shadow-card); border: 1px solid var(--c-border-gold); border-radius: var(--r-md); padding: 24px; position: relative; overflow: hidden; transition: transform 0.2s; }
.gn-pick::before { content: ''; position: absolute; top:0; left:0; right:0; height: 2px; background: linear-gradient(90deg, var(--c-gold), transparent); }
.gn-pick--cub::before { background: linear-gradient(90deg, var(--c-orange), transparent); }
.gn-pick:hover { transform: translateY(-3px); }

.gn-pick__header { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.gn-pick__avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(212,175,55,0.12); border: 2px solid rgba(212,175,55,0.3); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.gn-pick__avatar--cub { background: rgba(224,90,42,0.1); border-color: rgba(224,90,42,0.28); }
.gn-pick__who { font-size: 10px; font-weight: 700; letter-spacing: 0.15em; color: var(--c-gold); }
.gn-pick__who--cub { color: var(--c-orange); }
.gn-pick__conf { font-size: 11px; color: var(--c-text-35); margin-top: 2px; }
.gn-pick__selection { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.gn-pick__horse { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--c-text-100); line-height: 1.1; display: block; }
a.gn-pick__horse.horse-link:hover { color: var(--c-gold); border-bottom-color: rgba(212,175,55,0.45); }
.gn-pick__odds-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.gn-pick__odds { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: var(--c-gold); line-height: 1; }
.gn-pick__odds--cub { color: var(--c-orange); font-size: 24px; }
.gn-pick__bet { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; background: rgba(212,175,55,0.12); color: var(--c-gold); padding: 2px 8px; border-radius: 3px; }
.gn-pick__bet--cub { background: rgba(224,90,42,0.1); color: var(--c-orange); }
.gn-pick__analysis { font-size: 14px; line-height: 1.77; color: var(--c-text-75); font-style: italic; margin-bottom: 16px; }
.gn-pick__tools { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }

/* ── SCOREBOARD ────────────────────────────────────────────── */
.scoreboard-section {
  background:
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(10,55,100,0.14), transparent 52%),
    radial-gradient(ellipse 45% 55% at 100% 50%, rgba(110,18,55,0.12), transparent 50%),
    var(--c-midnight);
}
.scoreboard { display: grid; grid-template-columns: 1fr auto 1fr; gap: var(--space-6); align-items: center; margin-bottom: var(--space-6); }
.scoreboard__side { text-align: center; padding: var(--space-6); background: rgba(212,175,55,0.04); border: 1px solid rgba(212,175,55,0.1); border-radius: var(--r-md); }
.scoreboard__side--cub { background: rgba(224,90,42,0.04); border-color: rgba(224,90,42,0.1); }
.scoreboard__name { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; color: var(--c-gold); margin-bottom: 7px; text-transform: uppercase; }
.scoreboard__name--cub { color: var(--c-orange); }
.scoreboard__num { font-family: var(--font-display); font-size: 68px; font-weight: 900; color: var(--c-gold); line-height: 1; margin-bottom: 7px; }
.scoreboard__num--cub { color: var(--c-orange); }
.scoreboard__sub { font-size: 13px; color: var(--c-text-35); margin-bottom: 7px; }
.scoreboard__streak { font-size: 13px; color: var(--c-text-75); }
.scoreboard__centre { text-align: center; }
.scoreboard__draws { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--c-text-35); line-height: 1.2; margin-bottom: 9px; }
.scoreboard__draws span { font-family: var(--font-body); font-size: 11px; font-weight: 400; display: block; color: var(--c-text-35); letter-spacing: 0.1em; text-transform: uppercase; }
.scoreboard__total { font-size: 13px; color: var(--c-text-55); }

.rivalry-bar { height: 9px; border-radius: 5px; display: flex; overflow: hidden; margin-bottom: 7px; }
.rivalry-bar__fox  { background: linear-gradient(90deg, var(--c-gold), var(--c-gold-lt)); }
.rivalry-bar__draw { background: rgba(255,255,255,0.13); }
.rivalry-bar__cub  { background: linear-gradient(90deg, var(--c-orange), #f08050); margin-left: auto; }
.rivalry-bar__labels { display: flex; justify-content: space-between; font-size: 11px; color: var(--c-text-35); }

/* ── TIPS ──────────────────────────────────────────────────── */
.tips-section {
  background:
    radial-gradient(ellipse 48% 58% at 100% 35%, rgba(110,18,55,0.1), transparent 50%),
    radial-gradient(ellipse 40% 50% at 0% 65%, rgba(10,55,100,0.1), transparent 50%),
    var(--c-navy-mid);
}
.tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }

.tips-col__header { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--c-gold); margin-bottom: 15px; padding-bottom: 12px; border-bottom: 2px solid rgba(212,175,55,0.2); }
.tips-col__header--cub { color: var(--c-orange); border-bottom-color: rgba(224,90,42,0.2); }

.tip-card { background: var(--c-navy-card); box-shadow: var(--shadow-card); border: 1px solid var(--c-border); border-radius: var(--r-md); padding: 18px; margin-bottom: 14px; border-left: 3px solid var(--c-border); transition: all 0.2s; }
.tip-card:hover { background: var(--c-navy-card); transform: translateY(-1px); }
.tip-card--won     { border-left-color: #1A5C40; background: rgba(26,92,64,0.05); }
.tip-card--lost    { border-left-color: #8b1a1a; background: rgba(139,26,26,0.04); }
.tip-card--pending { border-left-color: var(--c-gold); background: rgba(212,175,55,0.04); }
.tip-card--cub.tip-card--pending { border-left-color: var(--c-orange); background: rgba(224,90,42,0.04); }

.tip-card__top  { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 11px; gap: 10px; }
.tip-card__race { display: block; font-size: 13px; font-weight: 600; color: var(--c-text-75); margin-bottom: 3px; }
.tip-card__date { display: block; font-size: 12px; color: var(--c-text-55); }
.tip-card__sel  { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; flex-wrap: wrap; }
.tip-card__horse { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--c-text-100); flex: 1; }
.tip-card__odds  { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--c-gold); }
.tip-card__odds--cub { color: var(--c-orange); }
.tip-card__stake { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; padding: 2px 7px; border-radius: 3px; }
.tip-card__stake--fox { background: rgba(212,175,55,0.12); color: var(--c-gold); }
.tip-card__stake--cub { background: rgba(224,90,42,0.1);  color: var(--c-orange); }
.tip-card__analysis { font-size: 14px; line-height: 1.72; color: var(--c-text-55); font-style: italic; margin-bottom: 11px; }
.tip-card__tools    { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 9px; }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 900px) {
  .fox-hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .fox-hero__header { padding-top: 8px; padding-bottom: 0; }
  .fox-hero__header .fox-hero__title { font-size: clamp(28px, 8vw, 42px); }
  .fox-vs { order: 0; }
  .tipster--cub { order: 1; }
  .gn-picks-duel { grid-template-columns: 1fr; }
  .tips-grid     { grid-template-columns: 1fr; }
  .scoreboard    { grid-template-columns: 1fr; gap: 14px; }
  .scoreboard__num { font-size: 50px; }
  .tipster__portrait-wrap { width: 180px; height: 180px; }
  .tipster__portrait      { width: 180px; height: 180px; }
  .tipster--fox .tipster__portrait-wrap {
    width: 152px;
    height: 152px;
  }
  .tipster--fox .tipster__portrait-media img.tipster__portrait {
    object-position: 50% 10%;
  }
}
@media (max-width: 480px) {
  .tipster__name  { font-size: 30px; }
}

/* ── Live Cub pick states ────────────────────────────────────── */

.cub-locked-badge {
  display: inline-block;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 2px 8px; border-radius: var(--r-pill, 100px);
  background: rgba(192,57,43,0.15);
  color: #E05C4C;
  border: 1px solid rgba(192,57,43,0.3);
}

.cub-no-votes-badge {
  font-size: 11px; color: var(--c-text-35, rgba(240,235,224,0.35));
  font-style: italic;
}

/* Vote distribution bar inside the pick card */
.cub-vote-bar-wrap {
  display: flex; align-items: center; gap: 10px;
  margin: 8px 0 4px;
}
.cub-vote-bar {
  flex: 1; height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px; overflow: hidden;
}
.cub-vote-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #E05C4C, #c8a020);
  border-radius: 2px;
  transition: width 0.6s ease;
}
.cub-vote-pct {
  font-size: 11px; font-weight: 700;
  color: #c8a020; white-space: nowrap;
}

/* No votes state */
.cub-no-pick {
  display: flex; align-items: center; gap: 14px;
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(200,160,32,0.25);
  border-radius: 8px;
  margin: 12px 0;
}
.cub-no-pick__icon { font-size: 24px; }
.cub-no-pick__text {
  font-size: 13px; color: var(--c-text-55, rgba(240,235,224,0.55));
  line-height: 1.5;
}

/* Community vote tool chip */
.tool-chip--community {
  background: rgba(200,160,32,0.1);
  color: #c8a020;
  border: 1px solid rgba(200,160,32,0.25);
}
.tool-chip--vote-cta {
  background: rgba(200,160,32,0.15);
  color: #c8a020;
  border: 1px solid rgba(200,160,32,0.35);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s;
}
.tool-chip--vote-cta:hover { background: rgba(200,160,32,0.25); }

/* Landing mini-pick empty state */
.mini-pick__sel--empty {
  color: rgba(240,235,224,0.35);
  font-style: italic;
  font-size: 14px;
}
.mini-pick__locked {
  font-size: 12px; margin-left: 4px;
}

/* ═════════════════════════════════════════════════════════════
   FOX PROFILE — CLASSIFIED DOSSIER
═════════════════════════════════════════════════════════════ */

.fox-profile {
  position: relative;
  overflow: hidden;
  background: #07080f;
  border-top: 1px solid rgba(212,175,55,0.12);
  border-bottom: 1px solid rgba(212,175,55,0.12);
  padding: 80px 0;
}

/* Atmospheric background layers */
.fox-profile__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Subtle scanlines — adds classified document feel */
.fox-profile__scanlines {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(255,255,255,0.012) 3px,
    rgba(255,255,255,0.012) 4px
  );
  z-index: 1;
}

/* Deep vignette */
.fox-profile__vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 30%, rgba(4,6,12,0.7) 100%),
    radial-gradient(ellipse 50% 80% at 0% 50%, rgba(200,169,81,0.04) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 100% 50%, rgba(192,57,43,0.04) 0%, transparent 60%);
  z-index: 1;
}

.fox-profile__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: start;
}

/* ── LEFT: DOSSIER PANEL ── */
.fox-profile__dossier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  animation: fadeUp 0.6s ease both;
}

/* CLASSIFIED stamp */
.fox-profile__stamp {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.4em;
  color: rgba(192,57,43,0.7);
  border: 2px solid rgba(192,57,43,0.4);
  padding: 4px 16px;
  border-radius: 3px;
  transform: rotate(-3deg);
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: var(--font-body);
  white-space: nowrap;
}

.fox-profile__id-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--c-text-35);
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Portrait with corner brackets — intelligence file aesthetic */
.fox-profile__portrait-frame {
  position: relative;
  width: 168px;
  height: 168px;
  margin-bottom: 24px;
  flex-shrink: 0;
  line-height: 0;
}

/* Hard-sized viewport: raster uses fit_parent (no tall aspect-ratio inline) */
.fox-profile__portrait-media {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.fox-profile__portrait {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 12%;
  filter:
    drop-shadow(0 0 30px rgba(212,175,55,0.4))
    drop-shadow(0 0 8px rgba(212,175,55,0.2));
  transition: filter 0.4s;
}
.fox-profile__portrait:hover {
  filter:
    drop-shadow(0 0 50px rgba(212,175,55,0.7))
    drop-shadow(0 0 16px rgba(212,175,55,0.4));
}

.page-mr-fox .fox-profile__portrait-media img.mr-fox-portrait.fox-profile__portrait {
  object-position: 50% 11%;
}

/* Four corner brackets */
.fox-profile__portrait-corner {
  position: absolute;
  width: 18px;
  height: 18px;
}
.fox-profile__portrait-corner--tl { top: -4px; left: -4px; border-top: 2px solid var(--c-gold); border-left: 2px solid var(--c-gold); }
.fox-profile__portrait-corner--tr { top: -4px; right: -4px; border-top: 2px solid var(--c-gold); border-right: 2px solid var(--c-gold); }
.fox-profile__portrait-corner--bl { bottom: -4px; left: -4px; border-bottom: 2px solid var(--c-gold); border-left: 2px solid var(--c-gold); }
.fox-profile__portrait-corner--br { bottom: -4px; right: -4px; border-bottom: 2px solid var(--c-gold); border-right: 2px solid var(--c-gold); }

/* Data fields — terminal readout style */
.fox-profile__data-fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}

.fox-profile__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  gap: 12px;
}
.fox-profile__field:last-child { border-bottom: none; }

.fox-profile__field-key {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--c-text-35);
  text-transform: uppercase;
  flex-shrink: 0;
}

.fox-profile__field-val {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-text-100);
  text-align: right;
}

.fox-profile__field-val--live {
  color: #4cdb78;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fox-profile__live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4cdb78;
  animation: pulseDot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── RIGHT: CONTENT ── */
.fox-profile__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  animation: fadeUp 0.6s 0.15s ease both;
}

.fox-profile__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: var(--c-text-35);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.fox-profile__title {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 900;
  line-height: 0.92;
  margin: 0 0 10px;
  background: linear-gradient(135deg, #F5E49A 0%, #D4AF37 40%, #C8A020 70%, #F5D76E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgba(212,175,55,0.3));
}

.fox-profile__subtitle {
  font-size: 16px;
  color: var(--c-text-55);
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}

/* Story blocks */
.fox-profile__block {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid rgba(212,175,55,0.4);
  border-radius: 6px;
  transition: border-left-color 0.2s, background 0.2s;
}
.fox-profile__block:hover {
  border-left-color: var(--c-gold);
  background: rgba(212,175,55,0.04);
}

.fox-profile__block-icon {
  font-size: 24px;
  flex-shrink: 0;
  width: 36px;
  text-align: center;
  margin-top: 2px;
}

.fox-profile__block-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--c-text-100);
  margin: 0 0 7px;
}

.fox-profile__block-text {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-75);
  margin: 0;
}

.fox-profile__block-text em {
  color: var(--c-gold);
  font-style: italic;
}

.fox-profile__block-text strong {
  color: var(--c-text-100);
  font-weight: 600;
}

/* Iris De Balme legendary moment — gold standout */
.fox-profile__legend {
  position: relative;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(212,175,55,0.6), rgba(200,100,43,0.3), rgba(212,175,55,0.2));
}

.fox-profile__legend-inner {
  background: #0c0d16;
  border-radius: 6px;
  padding: 22px 24px;
}

.fox-profile__legend-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.25em;
  color: var(--c-gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.8;
}

.fox-profile__legend-text {
  font-size: 15px;
  line-height: 1.82;
  color: var(--c-text-75);
  margin: 0;
  font-style: italic;
}

.fox-profile__legend-text strong {
  color: var(--c-gold);
  font-style: normal;
  font-weight: 700;
}

/* The challenge block — the emotional hook */
.fox-profile__challenge {
  background: rgba(192,57,43,0.06);
  border: 1px solid rgba(192,57,43,0.2);
  border-radius: 8px;
  padding: 28px;
  text-align: center;
}

.fox-profile__challenge-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-text-55);
  margin: 0 0 10px;
}

.fox-profile__challenge-sting {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--c-text-100);
  line-height: 1.3;
  margin: 0 0 24px;
}

.fox-profile__challenge-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--c-red);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: var(--r-sm);
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(192,57,43,0.35);
}
.fox-profile__challenge-btn:hover {
  background: var(--c-red-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(192,57,43,0.5);
  color: white;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .fox-profile__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .fox-profile__dossier {
    max-width: 320px;
    margin: 0 auto;
  }
  .fox-profile__title {
    font-size: clamp(36px, 10vw, 52px);
  }
}


/* ── Hero pick widget (replaces static quote when tip exists) ── */
.tipster__hero-pick {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 8px 0 4px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.28);
  text-align: center;
}

.tipster__hero-pick--cub {
  background: rgba(212,98,42,0.08);
  border-color: rgba(212,98,42,0.28);
}

.tipster__hero-pick__label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-gold);
  opacity: 0.8;
}

.tipster__hero-pick--cub .tipster__hero-pick__label {
  color: #f0804a;
}

.tipster__hero-pick__horse {
  font-family: var(--font-display);
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 900;
  color: var(--c-text-100);
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-decoration: none;
  border-bottom: 1px solid rgba(212,175,55,0.35);
  transition: color 0.18s, border-color 0.18s;
}

.tipster__hero-pick__horse:hover {
  color: var(--c-gold);
  border-bottom-color: var(--c-gold);
}

.tipster__hero-pick__horse--cub:hover {
  color: #f0804a;
  border-bottom-color: #f0804a;
}

.tipster__hero-pick__odds {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--c-gold);
  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.22);
  padding: 2px 10px;
  border-radius: 20px;
}

.tipster__hero-pick__odds--cub {
  color: #f0804a;
  background: rgba(212,98,42,0.12);
  border-color: rgba(212,98,42,0.22);
}

/* Mobile — ensure pick stays readable at small sizes */
@media (max-width: 480px) {
  .tipster__hero-pick {
    padding: 10px 12px;
    gap: 5px;
  }
  .tipster__hero-pick__horse {
    font-size: 16px;
  }
}

/* ════════════════════════════════════════════════════════════════
   HERO CTA — sits below the headline, above the avatars. The page
   converts anonymous visitors → registered Cubs, so the primary
   action lives above the fold rather than buried in the dossier.
═════════════════════════════════════════════════════════════════ */
.fox-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 22px auto 6px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #D4AF37 0%, #B58F1F 100%);
  color: #1A2233;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.32),
              inset 0 1px 0 rgba(255,255,255,0.30);
  transition: transform 0.15s ease, box-shadow 0.18s ease;
}
.fox-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45),
              inset 0 1px 0 rgba(255,255,255,0.30);
  color: #1A2233;
}
.fox-hero__cta-sub {
  font-size: 12px;
  color: rgba(250, 250, 247, 0.55);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

/* ════════════════════════════════════════════════════════════════
   HUB TILE GRID — radiates from /tipsters/mr-fox/ to the four
   Fox-themed surfaces (big race, record, open file, racecards).
   Frames the Mr Fox page as a HUB, not a cul-de-sac.
═════════════════════════════════════════════════════════════════ */
.fox-hub {
  background: linear-gradient(180deg, #0e1320 0%, #11151f 100%);
  padding: 56px 20px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}
.fox-hub__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.fox-hub__intro {
  text-align: center;
  margin-bottom: 28px;
  color: rgba(250, 250, 247, 0.85);
}
.fox-hub__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #D4AF37;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.fox-hub__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  color: #fafaf7;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.fox-hub__sub {
  font-size: 13.5px;
  color: rgba(250, 250, 247, 0.55);
  margin: 0;
}
.fox-hub__tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.fox-hub__tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.15s, border-color 0.15s, background 0.15s,
              box-shadow 0.18s;
}
.fox-hub__tile:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.50);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.16);
}
.fox-hub__tile--primary {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0.06) 100%);
  border-color: rgba(212, 175, 55, 0.42);
}
.fox-hub__tile--primary:hover {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.28) 0%, rgba(212, 175, 55, 0.10) 100%);
}
.fox-hub__tile-icon {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0;
}
.fox-hub__tile-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}
.fox-hub__tile-body strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #fafaf7;
  letter-spacing: -0.005em;
}
.fox-hub__tile-body span {
  font-size: 12.5px;
  color: rgba(250, 250, 247, 0.60);
}
.fox-hub__tile-arrow {
  color: rgba(212, 175, 55, 0.65);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.15s, color 0.15s;
}
.fox-hub__tile:hover .fox-hub__tile-arrow {
  color: #D4AF37;
  transform: translateX(2px);
}

/* ════════════════════════════════════════════════════════════════
   FOX'S NOTEBOOK — editorial voice channel. Cream-paper aesthetic
   so it reads as a column / memo (deliberately different from the
   dark hero so the eye knows this is a different content type).
═════════════════════════════════════════════════════════════════ */
.fox-notebook {
  background: linear-gradient(180deg, #FBF7E6 0%, #F5EDD0 100%);
  padding: 56px 20px;
  border-bottom: 1px solid rgba(107, 79, 12, 0.18);
}
.fox-notebook__inner {
  max-width: 720px;
  margin: 0 auto;
}
.fox-notebook__head {
  margin-bottom: 24px;
  text-align: center;
}
.fox-notebook__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #6B4F0C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fox-notebook__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 700;
  color: #1A1A1A;
  letter-spacing: -0.015em;
  line-height: 1.15;
  margin: 0 0 10px;
}
.fox-notebook__meta {
  font-size: 12.5px;
  color: rgba(26, 26, 26, 0.55);
  margin: 0;
  letter-spacing: 0.02em;
}
.fox-notebook__race-link {
  color: #6B4F0C;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fox-notebook__race-link:hover { color: #1A1A1A; }

.fox-notebook__body {
  font-family: 'Iowan Old Style', 'Charter', Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.85);
}
.fox-notebook__body p {
  margin: 0 0 18px;
}
.fox-notebook__body p:first-child::first-letter {
  font-size: 3em;
  float: left;
  line-height: 0.9;
  padding: 4px 8px 0 0;
  font-weight: 700;
  color: #6B4F0C;
  font-family: 'Playfair Display', Georgia, serif;
}

.fox-notebook__archive {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px dotted rgba(107, 79, 12, 0.30);
}
.fox-notebook__archive summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #6B4F0C;
  letter-spacing: 0.04em;
}
.fox-notebook__archive summary:hover { color: #1A1A1A; }
.fox-notebook__archive-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.fox-notebook__archive-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(107, 79, 12, 0.10);
  font-size: 14px;
  color: rgba(26, 26, 26, 0.78);
}
.fox-notebook__archive-list li:last-child { border-bottom: 0; }
.fox-notebook__archive-date {
  font-size: 11.5px;
  color: rgba(26, 26, 26, 0.45);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  min-width: 80px;
}

/* Lean variant for the AI methods grid — 2 tiles instead of 4. */
.ai-tools-grid--lean {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .fox-hub { padding: 40px 16px; }
  .fox-notebook { padding: 40px 16px; }
  .fox-hero__cta {
    padding: 12px 22px;
    font-size: 13.5px;
  }
}

