/* ==========================================================================
   BullHitters .  Landing Page Styles
   ========================================================================== */

:root {
  /* Color
     The BullHitters identity is bright green (the dartboard) + scarlet red (the
     wordmark) on near-black. Green is the primary accent. Used for CTAs,
     section eyebrows, hero numbers and active states. Red is the secondary
     accent. Used for momentum / case-study highlights and the cross-stripe
     dividers in the trusted-by section. The old "brand-red" custom property is
     preserved as an alias so any utility classes (e.g. .text-red) still work,
     but it now resolves to the BullHitters scarlet. */
  --bg-base: #0B0B0B;
  --bg-elev: #161616;
  --bg-surf: #1C1C1C;
  --bg-input: #222;
  --border-subtle: #262626;
  --border-default: #2E2E2E;
  --text-primary: #FFFFFF;
  --text-secondary: #B5B5B5;
  --text-tertiary: #A0A0A0;
  --brand-green: #1FBF55;
  --brand-green-hover: #18A546;
  --brand-green-muted: rgba(31, 191, 85, 0.12);
  --brand-red: #E11D31;
  --brand-red-hover: #C7172A;
  --brand-red-muted: rgba(225, 29, 49, 0.12);
  --mxi-teal: #2DD4D4;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.4);
  --focus-ring: 0 0 0 2px var(--brand-green);

  /* Typography */
  --font-display: 'Anton', 'Bebas Neue', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Motion */
  --dur-fast: 150ms;
  --dur-base: 250ms;
  --dur-slow: 400ms;
  --ease-std: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-in: cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --max-w: 1280px;
  --gutter: 1.5rem;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
}

@media (min-width: 1024px) {
  :root { --gutter: 3rem; }
}

/* ============================== RESET ============================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg-base);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;        /* prevent any rogue horizontal page scroll on mobile */
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; margin: 0; list-style: none; }

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

/* ============================== MOBILE OPTIMISATIONS ============================== */
@media (max-width: 767px) {
  /* Tighter section padding so the page scrolls more naturally on phones */
  .trusted        { padding: 3rem 0; }
  .branded-work   { padding: 3rem 0 2.5rem; }
  .vision         { padding: 3rem 0; }
  .performance    { padding: 3rem 0; }
  .audience-section { padding: 3rem 0; }
  .platforms      { padding: 3rem 0; }
  .work           { padding: 3rem 0; }
  .beyond         { padding: 1.5rem 0 3rem; }
  .worldcup       { padding: 3.5rem 0; }
  .contact        { padding: 4rem 0; }
  .footer         { padding: 2rem 0 1rem; }

  /* Tighter section heads */
  .section-head { margin-bottom: 2rem; }
  .section-head h2 { font-size: clamp(1.75rem, 7vw, 2.25rem); }

  /* Hero spacing on mobile. Keep title from overflowing on small viewports */
  .hero { padding: 1.5rem 0 0; }
  .hero__inner {
    grid-template-columns: 1fr;   /* force single column; default `none` lets content size the implicit columns */
    gap: 1.75rem;
    min-width: 0;
  }
  /* min-width:0 on grid children stops their intrinsic content from forcing the grid wider than the viewport */
  .hero__copy, .hero__media { min-width: 0; max-width: 100%; }

  .hero__eyebrow { white-space: normal; overflow-wrap: anywhere; }

  /* !important because the base .hero__title rule appears later in the file
     and would otherwise win the cascade at equal specificity. */
  .hero__title {
    font-size: clamp(1.85rem, 8.5vw, 2.75rem) !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }
  .hero__tagline { font-size: 1rem !important; overflow-wrap: anywhere; }
  .hero__body p { font-size: 0.95rem !important; overflow-wrap: anywhere; }

  /* Stack CTAs full-width on mobile so neither runs off the right edge */
  .hero__cta { flex-direction: column; align-items: stretch; gap: 0.625rem; }
  .hero__cta .btn { width: 100%; }

  /* Hero image. Bring it forward and tighten the crop on mobile */
  .hero__media { min-height: 0; margin-top: 0; }
  .hero__photo--solo { aspect-ratio: 4/3; max-height: 60vh; background-position: center 25%; }

  .hero__stats { margin-top: 2rem; }
  .hero__stats-inner { padding: 1.25rem 0; gap: 0.625rem; flex-wrap: wrap; }
  .stat-chip { padding: 0.4rem 0.85rem; flex: 1 1 calc(50% - 0.5rem); min-width: 0; }
  .stat-chip__num { font-size: 1.35rem; }
  .stat-chip__label { font-size: 0.65rem; }

  /* Performance hero stat */
  .hero-stat { padding: 2.5rem 1rem; margin-bottom: 1.5rem; }
  .hero-stat__num { font-size: clamp(3rem, 14vw, 4.5rem); }
  .hero-stat__label { font-size: 0.85rem; }
  .hero-stat__sub { font-size: 0.75rem; }

  /* Platform tabs. Tightened so all three (TikTok / Instagram / YouTube)
     fit on a 375px viewport without being cut off */
  .perf-tabs__head { margin-bottom: 1.5rem; padding-bottom: 2px; gap: 0; justify-content: space-between; overflow-x: visible; }
  .perf-tabs__btn { padding: 0.7rem 0.3rem; font-size: 0.7rem; letter-spacing: 0.04em; gap: 0.3rem; flex: 1 1 0; min-width: 0; justify-content: center; }
  .perf-tabs__icon { width: 15px; height: 15px; }

  /* KPI grid stays 2-col on mobile, tighter */
  .kpi { padding: 1.1rem; }
  .kpi__num { font-size: 1.6rem; }

  /* Tighten cards */
  .work__card, .obj, .pillar { padding: 1.5rem; }
  .pillar h3 { font-size: 1.25rem; }
  .pillar__icon { width: 32px; height: 32px; margin-bottom: 1rem; }

  /* Tighten platform cards */
  .platform { padding: 1.5rem; }

  /* Branded work cards stack with tighter spacing */
  .branded-work__grid { gap: 0.875rem; }

  /* World Cup section */
  .worldcup__inner { gap: 2rem; }
  .worldcup__copy p { font-size: 0.95rem; }

  /* Beyond social */
  .beyond__inner { gap: 1.5rem; }

  /* Audience panel */
  .aud-stat { padding: 1.5rem; }
  .aud-section-more { padding: 1rem 1.25rem; }
  .audience__chart-row { grid-template-columns: 80px 1fr 48px; gap: 0.5rem; font-size: 0.75rem; }

  /* Tabs (TikTok channel breakdown) */
  .tabs__btn { padding: 0.75rem 1rem; font-size: 0.8rem; min-width: 0; }
  .tabs__pane { padding: 1.25rem; }
  .tab-grid { gap: 1rem; }
  .tab-grid span { font-size: 1.4rem; }

  /* Momentum chip spacing */
  .momentum { padding: 1rem; flex-direction: column; align-items: flex-start; }

  /* Contact section */
  .contact__simple h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .contact__ctas .btn { flex: 1 1 100%; }

  /* Footer */
  .footer__legal { margin-top: 2rem; padding-top: 1rem; }
}

/* Even tighter for very small screens */
@media (max-width: 420px) {
  :root { --gutter: 1rem; }
  .stat-chip { padding: 0.35rem 0.6rem; }
  .stat-chip__num { font-size: 1.35rem; }
  /* Force a hard ceiling on hero title at narrow widths .  "INDEPENDENT" must fit. */
  .hero .hero__copy .hero__title {
    font-size: 1.85rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.015em !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    hyphens: auto !important;
  }
  .hero .hero__copy .hero__tagline { font-size: 0.95rem !important; }
  .hero .hero__copy .hero__eyebrow { font-size: 0.7rem !important; line-height: 1.5; }
}

/* Ensure all interactive elements meet 44px touch target on touch devices */
@media (hover: none) and (pointer: coarse) {
  .nav__toggle { width: 48px; height: 48px; }
  .platform { min-height: 44px; }
}

/* ============================== UTIL ============================== */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.text-red { color: var(--brand-red); }
.text-green { color: var(--brand-green); }
.text-accent-red { color: var(--brand-red); }
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-green);
  margin-bottom: 1rem;
}
.eyebrow--italic { font-style: italic; text-transform: none; letter-spacing: 0; font-weight: 600; font-size: 1rem; }
.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
}
.source-note {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  margin-top: 2rem;
}
.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--brand-green); color: #0B0B0B;
  padding: 0.75rem 1rem; border-radius: 8px;
  z-index: 1000;
}
.skip-link:focus { top: 1rem; }

.hide-mobile { display: none; }
@media (min-width: 768px) { .hide-mobile { display: flex; } }

/* ============================== BUTTONS ============================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-body); font-weight: 600;
  border-radius: 9999px;
  padding: 0.875rem 1.5rem;
  transition: all var(--dur-base) var(--ease-std);
  min-height: 44px;
  white-space: nowrap;
}
.btn:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.btn--primary { background: var(--brand-green); color: #0B0B0B; }
.btn--primary:hover { background: var(--brand-green-hover); transform: translateY(-1px); color: #fff; }
.btn--primary:active { transform: translateY(0) scale(0.98); }
.btn--ghost { background: transparent; color: #fff; border: 1px solid var(--border-default); }
.btn--ghost:hover { background: var(--bg-elev); border-color: #fff; }
/* Outlined CTA. Dark fill, subtle green border, white text. Used as the
   secondary CTA in the hero alongside the green primary. */
.btn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(31,191,85,0.45);
}
.btn--outline:hover {
  background: rgba(31,191,85,0.08);
  border-color: var(--brand-green);
  transform: translateY(-1px);
}
/* Arrow icon nudge on hover for any CTA that contains a .btn__arrow. */
.btn { gap: 0.5rem; }
.btn__arrow { transition: transform var(--dur-fast) var(--ease-std); }
.btn:hover .btn__arrow { transform: translateX(2px); }
.btn--sm { padding: 0.5rem 1rem; font-size: 0.875rem; min-height: 40px; }
.btn--lg { padding: 1rem 2rem; font-size: 1rem; min-height: 52px; }
.btn--block { width: 100%; }

/* ============================== NAV ============================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11, 11, 11, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-base) var(--ease-std);
}
.nav.is-scrolled { border-bottom-color: var(--border-subtle); }
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 84px; gap: 1rem;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  transition: opacity var(--dur-base) var(--ease-std);
}
.nav__logo:hover { opacity: 0.85; }
.nav__logo img {
  height: 48px;
  width: auto;
  display: block;
}
@media (min-width: 1024px) {
  .nav__inner { height: 92px; }
  .nav__logo img { height: 58px; }
}
.nav__links {
  display: none;
  gap: 1.75rem; align-items: center;
  font-size: 0.875rem;
  color: var(--text-secondary);
}
@media (min-width: 900px) { .nav__links { display: flex; } }
.nav__links a { transition: color var(--dur-fast) var(--ease-std); }
.nav__links a:hover { color: #fff; }
.nav__toggle {
  display: flex; flex-direction: column; gap: 5px;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border-radius: 8px;
}
.nav__toggle span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: transform var(--dur-base) var(--ease-std);
}
@media (min-width: 900px) { .nav__toggle { display: none; } }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile {
  position: fixed;
  top: 72px;
  left: 0; right: 0;
  bottom: 0;
  display: flex; flex-direction: column;
  padding: 1.25rem var(--gutter) calc(env(safe-area-inset-bottom, 0px) + 2rem);
  background: #0B0B0B;
  border-top: 1px solid var(--border-subtle);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  animation: nav-mobile-in 220ms var(--ease-std);
}
.nav__mobile[hidden] { display: none !important; }
@keyframes nav-mobile-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.nav__mobile a {
  padding: 1.125rem 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid var(--border-subtle);
  color: #fff;
}
.nav__mobile a:active { color: var(--brand-green); }
.nav__mobile a.btn {
  border-bottom: 0;
  margin-top: 1.5rem;
  align-self: stretch;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 1.125rem;
}
@media (min-width: 900px) { .nav__mobile { display: none !important; } }
.nav .btn--sm { display: inline-flex; }
@media (max-width: 600px) { .nav .btn--sm { display: none; } }

/* When mobile nav is open: lock body scroll, hide floating CTA */
body.nav-open { overflow: hidden; }
body.nav-open .floating-cta { opacity: 0 !important; pointer-events: none !important; }

/* ============================== HERO ============================== */
.hero { padding: 3rem 0 0; position: relative; }
@media (min-width: 1024px) { .hero { padding: 4rem 0 0; } }

.hero__inner {
  display: grid; gap: 3rem;
}
@media (min-width: 1024px) {
  .hero__inner { grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: 4rem; }
  .hero__copy { max-width: 580px; }
}

.hero__eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.75rem; font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}
.hero__title {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin: 0 0 1.5rem;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.hero__tagline {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.125rem);
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 1.5rem;
}
.hero__body {
  max-width: 560px;
  margin: 0 0 2rem;
}
.hero__body p {
  font-size: 1rem;
  color: var(--text-secondary);
  margin: 0 0 1rem;
}
.hero__body p:last-child { margin-bottom: 0; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ──────────────────────────────────────────────────────────────
   HERO LOGO CARD + MORPH
   ──────────────────────────────────────────────────────────────
   A bordered "card" containing the BullHitters wordmark + collective
   meta (Darts Creator Collective / MXI Group). As the user scrolls,
   JS transforms the IMG inside via translate3d() + scale() so it
   ends up exactly where the nav-logo would be. At the same time
   the card frame + meta fade out, so the visual result is "card
   dissolves while the logo flies up to the nav". The real
   .nav__logo IMG stays hidden permanently. No cross-fade swap.
   ────────────────────────────────────────────────────────────── */
.bh-hero-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.75rem;
  padding: 1rem 1.75rem 1rem 1rem;
  margin-bottom: 2rem;
  z-index: 105;
  /* Reserve layout space so the page doesn't reflow when the IMG inside
     scales down. The hero copy starts below this card on first load. */
  min-height: 110px;
}

/* The card's visual frame. Border + bg fill + subtle green glow.
   This is a separate layer so its opacity can fade independently of
   the IMG, letting the IMG glide out of the card cleanly. */
.bh-hero-card__frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(31, 191, 85, 0.4);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15,15,15,0.55), rgba(0,0,0,0.25));
  box-shadow:
    0 0 0 1px rgba(31, 191, 85, 0.08),
    0 10px 32px rgba(0, 0, 0, 0.45),
    inset 0 0 32px rgba(31, 191, 85, 0.06);
  will-change: opacity;
  pointer-events: none;
  z-index: 0;
}
/* Subtle red diagonal glint in the top-right of the frame. Matches the
   brand accent without competing with the logo. */
.bh-hero-card__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(60% 80% at 100% 0%, rgba(225, 29, 49, 0.18), transparent 65%);
  pointer-events: none;
}

.bh-hero-card__logo {
  position: relative;
  z-index: 2;
  display: inline-flex;
  line-height: 0;
}
.bh-hero-card__logo img {
  display: block;
  width: auto;
  height: 90px;
  transform-origin: 0 0;
  /* will-change + translate3d() (set by JS) promotes to GPU compositor
     layer. Animation runs on the GPU at 60fps. Critical for smooth
     Safari rendering. */
  will-change: transform;
  backface-visibility: hidden;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.45));
}

.bh-hero-card__meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  will-change: opacity;
}
.bh-hero-card__eyebrow,
.bh-hero-card__brand {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-secondary);
  line-height: 1.2;
}
.bh-hero-card__brand { font-weight: 700; }

@media (max-width: 767px) {
  .bh-hero-card { gap: 1rem; padding: 0.75rem 1rem; min-height: 80px; margin-bottom: 1.25rem; }
  .bh-hero-card__logo img { height: 60px; }
  .bh-hero-card__eyebrow,
  .bh-hero-card__brand { font-size: 0.65rem; letter-spacing: 0.14em; }
}
@media (max-width: 480px) {
  /* On very small screens hide the meta so the card stays clean. The eyebrow
     info is repeated in the deck-style content lower on the page anyway. */
  .bh-hero-card__meta { display: none; }
  .bh-hero-card { padding: 0.6rem 0.85rem; }
}

/* The morph IMG IS the only logo. The real .nav__logo IMG stays hidden
   permanently so there's no cross-fade swap to coordinate. The
   .nav__logo <a> stays clickable as a home-link with no visible image
   inside it. */
.nav__logo img { opacity: 0; pointer-events: none; }

/* prefers-reduced-motion users see the static nav logo, hide the hero card */
@media (prefers-reduced-motion: reduce) {
  .bh-hero-card { display: none; }
  .nav__logo img { opacity: 1 !important; pointer-events: auto !important; }
}

/* ──────────────────────────────────────────────────────────────
   HERO .  SIDE-BY-SIDE PREMIUM CARD VARIANT (LIVE)
   ──────────────────────────────────────────────────────────────
   Left column = copy (eyebrow → headline → subline → body → CTAs).
   Right column = image card with a stat bar at the bottom.
   Brush accents sit behind the card for on-brand energy.
   ────────────────────────────────────────────────────────────── */
.hero { padding: 2.5rem 0 4rem; position: relative; }
@media (min-width: 1024px) { .hero { padding: 3.5rem 0 5rem; min-height: calc(100vh - 92px); display: flex; flex-direction: column; align-items: stretch; justify-content: center; } }

/* Right column wrapper. Relative anchor for the brush accents. */
.hero__visual {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Brush-style accents. Soft, blurred, diagonal gradients sitting
   behind the team card. Two strokes: green from bottom-left, red from
   top-right. Mirrors the brush graphic in the talent-deck cover slide. */
.hero__brush {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(38px);
  opacity: 0.55;
}
.hero__brush--green {
  inset: 35% -8% -15% 30%;
  background: linear-gradient(125deg, transparent 30%, rgba(31,191,85,0.55) 55%, transparent 80%);
}
.hero__brush--red {
  inset: -15% 30% 30% -8%;
  background: linear-gradient(305deg, transparent 30%, rgba(225,29,49,0.45) 55%, transparent 80%);
}

/* The image card. Dark gradient panel with a hairline border, soft
   shadow, subtle green glow, image up top, stat bar at the base. */
.hero__team-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(150deg, #181818 0%, #060606 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 90px rgba(0,0,0,0.65);
}
.hero__team-glow {
  position: absolute;
  inset: -10% -10% 30% -10%;
  background: radial-gradient(60% 50% at 30% 100%, rgba(31,191,85,0.30), transparent 65%);
  filter: blur(32px);
  z-index: 0;
  pointer-events: none;
}
.hero__team-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 28%;
  background: #050505;
}

/* Stat bar .  4 cells with vertical dividers, sits inside the same card. */
.hero__team-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.10);
  background: linear-gradient(180deg, rgba(15,15,15,0.6), rgba(8,8,8,0.9));
}
.hero__team-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.9rem 0.4rem;
  text-align: center;
  min-width: 0;
}
.hero__team-stat + .hero__team-stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: rgba(255,255,255,0.10);
}
.hero__team-stat-icon {
  width: 18px;
  height: 18px;
  color: var(--brand-green);
  margin-bottom: 0.1rem;
}
.hero__team-stat-number {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1;
  color: var(--brand-green);
  letter-spacing: 0;
}
.hero__team-stat-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Mobile. Stack the hero into one column; image goes below the copy;
   stat bar becomes a 2x2 grid; everything tightens up. */
@media (max-width: 767px) {
  .hero { padding: 1.5rem 0 2.5rem; }
  .hero__team-card { max-width: none; border-radius: 16px; }
  .hero__team-img { aspect-ratio: 5 / 4; object-position: center 25%; }
  .hero__team-stats { grid-template-columns: repeat(2, 1fr); }
  .hero__team-stat:nth-child(3)::before,
  .hero__team-stat:nth-child(1)::before { display: none; }
  .hero__team-stat:nth-child(3),
  .hero__team-stat:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,0.10);
  }
  .hero__team-stat-number { font-size: 1.15rem; }
  .hero__team-stat-label { font-size: 0.58rem; }
  .hero__brush { filter: blur(28px); opacity: 0.4; }
}

/* ──────────────────────────────────────────────────────────────
   HERO MEDIA. Legacy side-by-side treatment (kept for reference but
   no longer used; the banner variant above is the live hero)
   ──────────────────────────────────────────────────────────────
   Decision points after critique:
   • Image is the proof point → it dominates the column, no card
     framing, no padding, no internal stat row.
   • Stats sit OUTSIDE the image as a clean 4-up caption strip
     directly below. Single source of truth for the hero numbers.
   • A diffused green glow + a single subtle red diagonal accent
     keep the on-brand energy without competing for attention.
   ────────────────────────────────────────────────────────────── */
.hero__media {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: stretch;
}

.hero__photo-wrap {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #050505;
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}
/* Subtle red diagonal sweep. Much lighter than the previous treatment so
   the photo stays the focal point. Lives behind the image, outside the
   rounded clip. */
.hero__photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(125deg, transparent 60%, rgba(225,29,49,0.20) 78%, transparent 95%);
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 2;
}
.hero__photo-glow {
  position: absolute;
  inset: -10% -15% -15% -15%;
  background:
    radial-gradient(60% 40% at 30% 100%, rgba(31,191,85,0.30), transparent 60%),
    radial-gradient(50% 35% at 100% 0%, rgba(225,29,49,0.16), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.hero__photo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  border-radius: inherit;
}

/* Stat strip directly under the photo. Single source of truth for the
   hero numbers (601.9K / 387M+ / 4 / 18). Replaces the previous
   floating "stat-chip" row that sat below the entire hero. */
.hero__stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.hero__stat {
  background: var(--bg-elev);
  padding: 0.85rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  text-align: center;
  min-width: 0;
}
.hero__stat-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1;
  color: var(--brand-green);
  letter-spacing: 0;
}
.hero__stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

/* Secondary CTA. Demoted from button to text link with arrow so the
   primary "Work with BullHitters" CTA wins decisively. */
.hero__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.875rem 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
  border-bottom: 1px solid transparent;
  transition: color var(--dur-fast) var(--ease-std), gap var(--dur-fast) var(--ease-std);
}
.hero__cta-link:hover { color: var(--brand-green); gap: 0.7rem; }
.hero__cta-link span { transition: transform var(--dur-fast) var(--ease-std); }
.hero__cta-link:hover span { transform: translateX(2px); }

@media (max-width: 767px) {
  .hero__media { gap: 1rem; }
  .hero__photo-img { aspect-ratio: 5 / 4; object-position: center 25%; }
  .hero__stats-strip { grid-template-columns: repeat(2, 1fr); }
  .hero__stat { padding: 0.75rem 0.4rem; }
  .hero__stat-num { font-size: 1.35rem; }
  .hero__stat-label { font-size: 0.62rem; }
  .hero__cta { gap: 0.5rem; }
  .hero__cta-link { width: 100%; justify-content: center; padding: 0.75rem; }
}

/* Legacy rules permanently disabled. Old hero background-image card +
   the previous "banner under copy" stat strip that's no longer rendered. */
.hero__photo, .hero__photo--solo,
.hero__team-caption,
.hero__stats, .hero__stats-inner,
.hero__photo-wrap, .hero__photo-glow, .hero__photo-img,
.hero__stats-strip, .hero__stat, .hero__stat-num, .hero__stat-label,
.hero__banner, .hero__banner-img, .hero__banner-glow,
.hero__cta-link, .hero__cta-link--green { display: none !important; }

.hero__stats {
  margin-top: 3rem;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
@media (min-width: 1024px) { .hero__stats { margin-top: 5rem; } }

.hero__stats-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 2.25rem 0;
}
@media (min-width: 768px) {
  .hero__stats-inner {
    grid-template-columns: repeat(6, 1fr);
    padding: 2.5rem 0;
  }
}

.stat-chip {
  position: relative;
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.5rem 1.5rem;
  text-align: left;
  min-width: 0;
}

/* Vertical divider as a centered line, not a full-height border */
.stat-chip::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--border-subtle);
}
.stat-chip:last-child::after { display: none; }
.stat-chip:nth-child(3n)::after { display: none; }
@media (min-width: 768px) {
  .stat-chip:nth-child(3n)::after { display: block; }
  .stat-chip:last-child::after { display: none; }
}

.stat-chip__num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: var(--brand-green);
  line-height: 1;
  letter-spacing: -0.01em;
}
.stat-chip__label {
  font-size: 0.7rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

/* ============================== TRUSTED ============================== */
.trusted { padding: 4rem 0; }
/* Heading row .  "TRUSTED BY THE WORLD'S LEADING BRANDS" with a thin rule
   either side, like a magazine credits line. */
.trusted__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto 2.5rem;
}
.trusted__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.18), transparent);
  max-width: 240px;
}
.trusted__lead {
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-transform: uppercase; letter-spacing: 0.18em;
  margin: 0;
  white-space: nowrap;
  font-weight: 700;
}
.trusted__strip {
  display: flex; flex-wrap: wrap;
  gap: 2rem 3rem;
  align-items: center; justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
/* ──────────────────────────────────────────────────────────────
   Per-slot sizing tuned to equalise visual weight across logos
   with very different aspect ratios. The principle: the "x-height"
   (the apparent letter height) should land roughly the same for
   every logo, regardless of its bounding-box shape.

   - --wide      : very wide combined lockups (Winmau/Red Dragon, ~3.8:1)
                   → full height + extra horizontal room
   - --wordmark  : wide single-word marks (boohoo ~5.4:1, Surfshark ~3.6:1)
                   → near-full height, generous width
   - --compact   : medium wordmarks (Huel ~2.6:1)
                   → near-full height, narrower
   - --square    : taller / square-ish lockups (HOLY, Manscaped ~1.8:1)
                   → REDUCED height so they don't overpower wordmarks
   ────────────────────────────────────────────────────────────── */
.trusted__slot {
  height: 56px;
  display: flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
}

.trusted__slot--wide                       { min-width: 220px; }
.trusted__slot--wide     .trusted__logo-img { max-width: 260px; max-height: 56px; }

.trusted__slot--wordmark                   { min-width: 140px; }
.trusted__slot--wordmark .trusted__logo-img { max-width: 180px; max-height: 38px; }

.trusted__slot--compact                    { min-width: 100px; }
.trusted__slot--compact  .trusted__logo-img { max-width: 110px; max-height: 38px; }

.trusted__slot--square                     { min-width: 80px;  }
.trusted__slot--square   .trusted__logo-img { max-width: 90px;  max-height: 56px; }

/* --block: for ~1.8:1 logos whose source files have lots of internal padding
   around the mark (Manscaped). Bigger max-width than --square so the actual
   letterforms read at the same visual scale as the wordmarks. */
.trusted__slot--block                      { min-width: 130px; }
.trusted__slot--block    .trusted__logo-img { max-width: 150px; max-height: 64px; }
.trusted__text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .trusted__heading { gap: 0.75rem; padding: 0 1rem; }
  .trusted__lead { font-size: 0.65rem; white-space: normal; text-align: center; }
  .trusted__rule { max-width: 60px; }
  .trusted__strip { gap: 1.25rem 2rem; }
  .trusted__text { font-size: 0.95rem; }
}
.trusted__logo-img {
  max-height: 100%;
  max-width: 240px;
  width: auto; height: auto;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity var(--dur-base) var(--ease-std);
}
.trusted__logo-img:hover {
  opacity: 1;
}
/* Per-logo size tuning so each reads at similar visual weight */
.trusted__slot--topps { height: 60px; }
.trusted__slot--topps .trusted__logo-img { opacity: 0.95; max-width: 120px; }  /* Topps stays in brand red */
.trusted__slot:nth-child(8) { height: 44px; }                                   /* talkSPORT */

/* ============================== BRANDED WORK ============================== */
.branded-work { padding: 5rem 0 4rem; }
.branded-work__grid {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .branded-work__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .branded-work__grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================== PERFORMANCE ============================== */
.performance { padding: 5rem 0; background: linear-gradient(180deg, var(--bg-base) 0%, #0a0a0a 100%); }

.hero-stat {
  text-align: center;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.hero-stat::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(31, 191, 85,0.18), transparent 60%);
  pointer-events: none;
}
.hero-stat__num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 8rem);
  color: var(--brand-green);
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
}
.hero-stat__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-transform: uppercase; letter-spacing: 0.14em;
  font-weight: 700; font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
  position: relative;
}
.hero-stat__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.hero-stat__sub {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
  position: relative;
}

.kpi-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 2rem;
}
@media (min-width: 768px) { .kpi-grid { grid-template-columns: repeat(4, 1fr); } }
.kpi {
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: border-color var(--dur-base) var(--ease-std);
}
.kpi:hover { border-color: var(--brand-green-muted); }
.kpi__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #fff;
  line-height: 1;
}
.kpi__label {
  text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.5rem;
}

.momentum {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--brand-green-muted);
  border-left: 3px solid var(--brand-green);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin-bottom: 3rem;
}
.momentum__title {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
}
.momentum__row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.momentum__chip {
  background: rgba(0,0,0,0.4);
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

/* Platform tabs (TikTok / Instagram / YouTube) */
.perf-tabs { width: 100%; }
.perf-tabs__head {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-subtle);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.perf-tabs__head::-webkit-scrollbar { display: none; }
.perf-tabs__btn {
  position: relative;
  padding: 1rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text-secondary);
  white-space: nowrap;
  transition: color var(--dur-base) var(--ease-std);
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.perf-tabs__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.perf-tabs__btn:hover { color: #fff; }
.perf-tabs__btn.is-active { color: #fff; }
.perf-tabs__btn::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 3px;
  background: var(--brand-green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--dur-base) var(--ease-std);
}
.perf-tabs__btn.is-active::after { transform: scaleX(1); }
.perf-tabs__pane { animation: fade-in var(--dur-base) var(--ease-in); }
@keyframes fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Recent standout posts */
.perf-standouts {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}
.perf-standouts__title {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-green);
  margin-bottom: 1rem;
}
.perf-standouts__grid {
  display: grid; gap: 0.875rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .perf-standouts__grid { grid-template-columns: repeat(3, 1fr); } }
.perf-standout {
  display: flex;
  flex-direction: column;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std);
  text-decoration: none;
  color: inherit;
}
.perf-standout:hover { border-color: var(--brand-green-muted); }
.perf-standout--link { cursor: pointer; }
.perf-standout--link:hover {
  border-color: var(--brand-green);
  transform: translateY(-3px);
  background: var(--bg-surf);
}
.perf-standout--link:hover .perf-standout__cta span { transform: translateX(4px); }
.perf-standout--link:hover .perf-standout__thumb { transform: scale(1.04); }
/* .perf-standout--peak kept for HTML hook. The "Latest" badge is the only visual marker */
.perf-standout--brand { border-color: rgba(45, 212, 212, 0.3); }

.perf-standout__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 3;
  background-color: #0a0a0a;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s var(--ease-std);
}
.perf-standout__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.5));
  pointer-events: none;
}
/* peak thumb red ring removed. Keeping cards uniform at rest */

.perf-standout__body {
  display: flex; flex-direction: column;
  padding: 1.25rem;
  flex: 1;
}
.perf-standout__badge {
  display: inline-block;
  align-self: flex-start;
  padding: 0.2rem 0.55rem;
  background: var(--brand-green);
  color: #0B0B0B;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 9999px;
  margin-bottom: 0.7rem;
}
.perf-standout__badge--brand { background: var(--mxi-teal); color: #0B0B0B; }
.perf-standout__topic {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.perf-standout__date {
  font-size: 0.7rem;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
}
.perf-standout__metrics {
  display: flex; flex-wrap: wrap; gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 0.875rem;
}
.perf-standout__metrics strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
.perf-standout__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: auto;
  padding-top: 0.875rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-green);
}
.perf-standout__cta span { display: inline-block; transition: transform var(--dur-base) var(--ease-std); }

.perf-standouts__footer {
  margin: 1.5rem 0 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
}
.perf-standouts__footer--solo {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}
.perf-standouts__footer a {
  color: var(--brand-green);
  font-weight: 600;
  margin-left: 0.25rem;
}
.perf-standouts__footer a:hover { text-decoration: underline; }

/* YouTube shorts split bar */
.perf-split {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}
.perf-split__title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}
.perf-split__bar {
  display: flex;
  height: 12px;
  border-radius: 9999px;
  overflow: hidden;
  background: var(--bg-elev);
  margin-bottom: 1rem;
}
.perf-split__seg {
  background: var(--brand-green);
  height: 100%;
  transition: filter var(--dur-fast) var(--ease-std);
}
.perf-split__seg:hover { filter: brightness(1.2); }
.perf-split__seg--alt { background: #ff7a7a; }
.perf-split__seg--alt2 { background: #ffb3b3; }
.perf-split__legend {
  display: flex; flex-wrap: wrap;
  gap: 1.25rem;
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.perf-split__legend span { display: inline-flex; align-items: center; gap: 0.5rem; }
.perf-split__dot {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--brand-green);
}
.perf-split__dot--alt { background: #ff7a7a; }
.perf-split__dot--alt2 { background: #ffb3b3; }

/* Tabs */
.tabs {
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.tabs__head {
  display: flex; flex-wrap: wrap;
  border-bottom: 1px solid var(--border-subtle);
}
.tabs__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  color: var(--text-secondary);
  border-right: 1px solid var(--border-subtle);
  flex: 1; min-width: 200px;
  text-align: left;
  position: relative;
  transition: all var(--dur-base) var(--ease-std);
}
.tabs__btn-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.tabs__btn-handle {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-tertiary);
  letter-spacing: 0.01em;
}
.tabs__btn.is-active .tabs__btn-title { color: #fff; }
.tabs__btn.is-active .tabs__btn-handle { color: var(--text-secondary); }
.tabs__btn:last-child { border-right: 0; }
.tabs__btn:hover { color: #fff; }
.tabs__btn.is-active {
  color: #fff;
  background: var(--bg-surf);
}
.tabs__btn.is-active::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--brand-green);
}
.tabs__pane { padding: 2rem; }
.tab-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) { .tab-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .tab-grid { grid-template-columns: repeat(6, 1fr); } }
.tab-grid > div { display: flex; flex-direction: column; gap: 0.25rem; }
.tab-grid span {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
}
.tab-grid label {
  font-size: 0.7rem;
  color: var(--text-secondary);
  text-transform: uppercase; letter-spacing: 0.08em;
}

/* Platform switcher buttons under each carousel */
.perf-switcher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}
.perf-switcher__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-secondary);
  margin-right: 0.25rem;
}
.perf-switcher__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.1rem;
  background: transparent;
  border: 1px solid var(--border-default);
  border-radius: 9999px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color var(--dur-base) var(--ease-std), color var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std);
}
.perf-switcher__btn:hover {
  border-color: var(--brand-green);
  color: var(--brand-green);
  background: rgba(31, 191, 85,0.06);
  transform: translateY(-1px);
}
.perf-switcher__btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.perf-switcher__more {
  margin-left: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-green);
  text-decoration: none;
  white-space: nowrap;
}
.perf-switcher__more:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .perf-switcher__more { margin-left: 0; }
}

.content-carousel-wrap { position: relative; }
.content-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 1rem;
}
.content-carousel-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-green);
}
.content-carousel-nav { display: flex; gap: 0.5rem; }

.content-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 0;
}
.content-carousel::-webkit-scrollbar { display: none; }

/* Reuse perf-standout card layout but make it a flex item with fixed width */
.content-carousel .perf-standout {
  flex: 0 0 85%;
  scroll-snap-align: start;
}
@media (min-width: 640px) {
  .content-carousel .perf-standout { flex: 0 0 calc(50% - 0.5rem); }
}
@media (min-width: 1024px) {
  .content-carousel .perf-standout { flex: 0 0 calc((100% - 3rem) / 4.25); }
}

/* ============================== AUDIENCE ============================== */
.audience-section { padding: 5rem 0; background: linear-gradient(180deg, var(--bg-base), #0a0a0a); }
.section-head__lead {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 720px;
}

.aud-stats {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) { .aud-stats { grid-template-columns: repeat(3, 1fr); } }

.aud-stat {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 2rem;
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-std);
}
.aud-stat:hover { border-color: var(--brand-green-muted); }
.aud-stat::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(31, 191, 85,0.08), transparent 60%);
  pointer-events: none;
}
.aud-stat__num {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 5rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  position: relative;
}
.aud-stat__unit {
  color: var(--brand-green);
}
.aud-stat__bar {
  width: 100%; height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 9999px;
  margin: 1rem 0 0.875rem;
  overflow: hidden;
}
.aud-stat__bar i {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--brand-green), #ff4d4d);
  border-radius: 9999px;
  width: 0;
  transition: width 1.2s var(--ease-in);
}
.is-revealed .aud-stat__bar i { width: var(--w, 0); }
.aud-stat__label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-secondary);
  position: relative;
}

/* Standalone breakdown .  3-column charts on desktop */
.aud-section-more {
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.5rem 2rem;
  margin-top: 0;
  border-top: 1px solid var(--border-subtle);
}
.aud-section-more summary {
  padding: 0.5rem 0;
}
.audience__charts-grid {
  display: grid; gap: 2rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .audience__charts-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
}
.audience__more { margin-top: 1.5rem; border-top: 1px solid var(--border-subtle); padding-top: 1.25rem; }
.audience__more summary {
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.25rem 0;
  list-style: none;
  display: flex; align-items: center; gap: 0.5rem;
  transition: color var(--dur-fast) var(--ease-std);
}
.audience__more summary::-webkit-details-marker { display: none; }
.audience__more summary::before {
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform var(--dur-base) var(--ease-std);
  margin-bottom: 3px;
}
.audience__more[open] summary::before { transform: rotate(-135deg); margin-bottom: -3px; }
.audience__more summary:hover { color: #fff; }
.audience__detail { padding-top: 1.5rem; }

/* Bar charts */
.audience__chart { margin-bottom: 1.75rem; }
.audience__chart:last-of-type { margin-bottom: 1rem; }
.audience__chart-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-green);
  margin: 0 0 1rem;
}
.audience__chart-row {
  display: grid;
  grid-template-columns: 110px 1fr 56px;
  align-items: center;
  gap: 0.875rem;
  padding: 0.35rem 0;
  font-size: 0.8rem;
}
.audience__chart-label {
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audience__chart-bar {
  display: block;
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 9999px;
  overflow: hidden;
}
.audience__chart-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brand-green), #ff4d4d);
  border-radius: 9999px;
  width: 0;
  transition: width 0.9s var(--ease-in);
}
.audience__more[open] .audience__chart-bar i {
  width: var(--w, 0);
}
.audience__chart-value {
  font-family: var(--font-display);
  font-size: 1rem;
  color: #fff;
  text-align: right;
  letter-spacing: -0.01em;
}
@media (max-width: 480px) {
  .audience__chart-row {
    grid-template-columns: 90px 1fr 52px;
    gap: 0.625rem;
    font-size: 0.75rem;
  }
}

/* ============================== PLATFORMS / ECOSYSTEM ============================== */
.platforms { padding: 5rem 0; }

/* Ecosystem stats strip. Wide rounded container with vertical dividers */
.eco-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 1.5rem 0.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 640px) { .eco-stats { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .eco-stats { grid-template-columns: repeat(5, 1fr); padding: 2rem 0.5rem; } }

.eco-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.875rem 1.25rem;
}
.eco-stat::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--border-subtle);
}
/* Hide divider at end of each row */
.eco-stat:nth-child(2n)::after { display: none; }
@media (min-width: 640px) {
  .eco-stat:nth-child(2n)::after { display: block; }
  .eco-stat:nth-child(3n)::after { display: none; }
}
@media (min-width: 1024px) {
  .eco-stat:nth-child(3n)::after { display: block; }
  .eco-stat:last-child::after { display: none; }
}
.eco-stat__icon {
  width: 20px; height: 20px;
  color: var(--brand-green);
  margin-bottom: 0.6rem;
  flex-shrink: 0;
}
.eco-stat__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.01em;
}
.eco-stat__label {
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.4rem;
  line-height: 1.3;
}

/* Channel carousel */
.eco-carousel-wrap {
  position: relative;
}
.eco-carousel-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.25rem;
  gap: 1rem;
}
.eco-carousel-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--brand-green);
}
.eco-carousel-nav {
  display: flex;
  gap: 0.5rem;
}
.eco-arrow {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all var(--dur-base) var(--ease-std);
}
.eco-arrow:hover {
  background: var(--brand-green);
  border-color: var(--brand-green);
  transform: scale(1.05);
}
.eco-arrow:focus-visible { outline: none; box-shadow: var(--focus-ring); }
.eco-arrow:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }
.eco-arrow:disabled:hover { background: var(--bg-elev); border-color: var(--border-subtle); }
.eco-arrow svg { width: 18px; height: 18px; }

.eco-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 0;
  /* Allow cards to peek slightly at the right edge on desktop */
  scroll-padding-left: 0;
}
.eco-carousel::-webkit-scrollbar { display: none; }

.eco-card {
  flex: 0 0 85%;
  scroll-snap-align: start;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: border-color var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std);
}
@media (min-width: 640px) {
  .eco-card { flex: 0 0 calc(50% - 0.5rem); }
}
@media (min-width: 1024px) {
  /* Show 4 full + a sliver of the 5th */
  .eco-card { flex: 0 0 calc((100% - 3rem) / 4.25); }
}
.eco-card:hover {
  border-color: var(--brand-green);
  background: var(--bg-surf);
  transform: translateY(-2px);
}
.eco-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
.eco-card__icon svg { width: 20px; height: 20px; }
.eco-card__handle {
  font-weight: 600;
  font-size: 1.05rem;
  color: #fff;
  word-break: break-word;
}
.eco-card__role {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.eco-card__stat {
  font-size: 0.8rem;
  color: var(--text-secondary);
  padding-top: 0.875rem;
  border-top: 1px solid var(--border-subtle);
  margin-top: auto;
}
.eco-card__cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-green);
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.eco-card__cta span { transition: transform var(--dur-base) var(--ease-std); display: inline-block; }
.eco-card:hover .eco-card__cta span { transform: translateX(4px); }

/* Divider between Rory's solo channels and group projects */
.eco-divider {
  flex: 0 0 56px;
  align-self: stretch;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: none;
  padding: 0.5rem 0;
}
.eco-divider::before {
  content: '';
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--border-default) 15%, var(--border-default) 85%, transparent);
}
.eco-divider__tag {
  position: relative;
  background: var(--bg-base);
  padding: 1rem 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-green);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}
@media (max-width: 639px) {
  .eco-divider { flex-basis: 44px; }
  .eco-divider__tag { font-size: 0.75rem; padding: 0.75rem 0; }
}

/* Progress bar */
.eco-progress {
  margin-top: 1.5rem;
  height: 2px;
  background: var(--border-subtle);
  border-radius: 9999px;
  overflow: hidden;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.eco-progress__fill {
  display: block;
  height: 100%;
  width: 30%;
  margin-left: 0;
  background: var(--brand-green);
  border-radius: 9999px;
  transition: width 200ms var(--ease-std), margin-left 200ms var(--ease-std);
}

/* Tier 2: smaller "also on" cards */
.platform-secondary {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}
.platform-secondary__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-tertiary);
  margin-bottom: 1rem;
}
.platform-secondary__grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .platform-secondary__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .platform-secondary__grid { grid-template-columns: repeat(4, 1fr); }
}
.platform-mini {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std);
}
.platform-mini:hover {
  border-color: var(--brand-green);
  background: var(--bg-surf);
  transform: translateY(-1px);
}
.platform-mini__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.platform-mini__badge svg { width: 16px; height: 16px; }
.platform-mini__body {
  display: flex; flex-direction: column;
  gap: 0.2rem;
  flex: 1;
  min-width: 0;
}
.platform-mini__title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
}
.platform-mini__meta {
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.platform-mini__cta {
  font-size: 1.125rem;
  color: var(--brand-green);
  flex-shrink: 0;
  transition: transform var(--dur-base) var(--ease-std);
}
.platform-mini:hover .platform-mini__cta { transform: translateX(4px); }
.platform__handles { color: var(--text-tertiary); font-size: 0.78rem; word-break: break-word; }

.platform {
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  display: flex; flex-direction: column;
  gap: 1.25rem;
  transition: all var(--dur-base) var(--ease-std);
}
.platform:hover {
  background: var(--bg-surf);
  border-color: var(--brand-green);
  transform: translateY(-2px);
}
.platform__top {
  display: flex; flex-direction: column; gap: 0.4rem;
}
.platform__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 36px;
  height: 36px;
  background: var(--brand-green);
  color: #fff;
  border-radius: 50%;
}
.platform__icon {
  width: 18px;
  height: 18px;
}
.platform__handle {
  font-weight: 600;
  font-size: 1rem;
}
.platform__stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.platform__stats > div { display: flex; flex-direction: column; gap: 0.2rem; }
.platform__stats strong {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
.platform__stats span {
  font-size: 0.7rem;
  color: var(--text-secondary);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.platform__note {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0;
}
.platform__cta {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-green);
}
.platform__cta span { transition: transform var(--dur-base) var(--ease-std); display: inline-block; }
.platform:hover .platform__cta span { transform: translateX(4px); }
.platform--feature { border-color: var(--border-default); }

/* ============================== WORK ============================== */
.work { padding: 5rem 0; background: linear-gradient(180deg, #0a0a0a, var(--bg-base)); }

/* WORK section. Simplified 2x2 tile grid */
.work-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 0.5rem;
}
@media (min-width: 880px) { .work-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }

.work-tile {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 1.5rem;
  padding: 2rem;
  background: var(--bg-elev);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: border-color var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std);
  overflow: hidden;
}
@media (min-width: 880px) { .work-tile { padding: 2.25rem; } }
.work-tile:hover {
  border-color: var(--brand-green);
  background: var(--bg-surf);
  transform: translateY(-2px);
}
/* .work-tile--lead kept for HTML hook but no default red treatment. Only on hover */

.work-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(31, 191, 85,0.08);
  color: var(--brand-green);
  flex-shrink: 0;
}
.work-tile__icon svg { width: 26px; height: 26px; }

.work-tile__body {
  min-width: 0;
}
.work-tile__num {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  color: var(--brand-green);
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
  line-height: 1;
}
.work-tile__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 0.75rem;
}
.work-tile__copy {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}

.work-tile__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  color: var(--brand-green);
  flex-shrink: 0;
  transition: transform var(--dur-base) var(--ease-std);
}
.work-tile__arrow svg { width: 20px; height: 20px; }
.work-tile:hover .work-tile__arrow { transform: translateX(4px); }

/* Slim "Need more scale?" banner */
.work-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--brand-green-muted);
  background:
    radial-gradient(ellipse 400px 200px at 0% 50%, rgba(31, 191, 85,0.15), transparent 60%),
    linear-gradient(135deg, rgba(31, 191, 85,0.05), var(--bg-elev) 50%);
  overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-std);
}
@media (min-width: 768px) { .work-banner { padding: 1.75rem 2.5rem; gap: 2rem; } }
.work-banner:hover { border-color: var(--brand-green); }
.work-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(31, 191, 85,0.15);
  color: var(--brand-green);
  flex-shrink: 0;
}
.work-banner__icon svg { width: 24px; height: 24px; }
.work-banner__body { min-width: 0; }
.work-banner__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 0.4rem;
}
.work-banner__copy {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .work-tile {
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }
  .work-tile__arrow { display: none; }
  .work-tile__icon { width: 44px; height: 44px; }
  .work-tile__icon svg { width: 22px; height: 22px; }
  .work-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }
}


/* ============================== BEYOND SOCIAL ============================== */
/* Tighter top padding so the "Why us" section sits closer to the "Why this
   audience matters" chips at the end of the performance section above it. */
.beyond { padding: 2rem 0 5rem; }
.beyond__inner {
  display: grid; gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) { .beyond__inner { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.beyond__copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-transform: uppercase; letter-spacing: -0.01em;
  line-height: 1.05;
  margin: 0 0 1.5rem;
}
.beyond__copy p { color: var(--text-secondary); margin: 0 0 1rem; }
.beyond__copy p:last-of-type { margin-bottom: 1.25rem; }
.beyond__list {
  display: grid;
  gap: 0.625rem 1.5rem;
  grid-template-columns: 1fr;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) { .beyond__list { grid-template-columns: 1fr 1fr; } }
.beyond__item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.35rem 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.3;
}
.beyond__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--brand-green);
}
.beyond__icon svg { width: 22px; height: 22px; }

/* Mobile-only: turn each Beyond Social item into a small card so they feel
   contained rather than left-aligned text rows */
@media (max-width: 639px) {
  .beyond__list {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .beyond__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.1rem 0.6rem;
    min-height: 96px;
    background: var(--bg-elev);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .beyond__icon { width: 32px; height: 32px; }
  .beyond__icon svg { width: 24px; height: 24px; }
}
.beyond__media { position: relative; }
.beyond__photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: var(--bg-elev);
  background-size: cover; background-position: center top;
  position: relative;
  overflow: hidden;
}
.beyond__photo::before {
  content: attr(aria-label);
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 2rem; text-align: center;
  color: var(--text-tertiary); font-size: 0.75rem;
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
}
.beyond__photo.has-img::before { display: none; }
.beyond__caption {
  position: absolute;
  bottom: 1rem; left: 1rem; right: 1rem;
  padding: 0.75rem 1rem;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

/* ============================== WORLD CUP ============================== */
.worldcup {
  padding: 5rem 0;
  background:
    radial-gradient(ellipse at 80% 50%, rgba(31, 191, 85,0.12), transparent 60%),
    var(--bg-base);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.worldcup__inner {
  display: grid; gap: 3rem; align-items: center;
}
@media (min-width: 1024px) { .worldcup__inner { grid-template-columns: 1.3fr 1fr; } }
.worldcup__copy h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase; letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 1.25rem;
}
.worldcup__copy p {
  color: var(--text-secondary);
  margin: 0 0 2rem;
  max-width: 540px;
}
.worldcup__art {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1/1;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(255,255,255,0.02) 12px 13px),
    radial-gradient(circle at center, var(--brand-green-muted), transparent 70%);
  background-size: cover; background-position: center;
}
.worldcup__art.has-img {
  background-blend-mode: normal;
}
.worldcup__art.has-img::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,11,11,0.4) 0%, rgba(11,11,11,0.75) 100%),
    radial-gradient(circle at center, rgba(31, 191, 85,0.25), transparent 70%);
  z-index: 1;
}
.worldcup__year {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(5rem, 14vw, 9rem);
  color: var(--brand-green);
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.6);
}

/* ============================== CONTACT ============================== */
.contact {
  padding: 6rem 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(31, 191, 85,0.10), transparent 60%),
    var(--bg-base);
  border-top: 1px solid var(--border-subtle);
}
.contact__simple {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.contact__simple h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0 0 1.5rem;
}
.contact__simple p {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  margin: 0 0 2.5rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.contact__ctas {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.contact__direct-line {
  font-size: 0.85rem;
  color: var(--text-tertiary);
  margin: 0;
}
.contact__direct-line a {
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-default);
  padding-bottom: 1px;
  transition: color var(--dur-fast) var(--ease-std), border-color var(--dur-fast) var(--ease-std);
}
.contact__direct-line a:hover { color: #fff; border-color: var(--brand-green); }

/* ============================== FOOTER ============================== */
.footer {
  background: #060606;
  border-top: 1px solid var(--border-subtle);
  padding: 3rem 0 1.5rem;
}
.footer__inner {
  display: grid; gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer__inner { grid-template-columns: 1.5fr 1fr 1fr; } }
.footer__rtf {
  display: inline-block;
  line-height: 0;
  transition: opacity var(--dur-base) var(--ease-std);
}
.footer__rtf:hover { opacity: 0.85; }
.footer__rtf img {
  height: 52px;
  width: auto;
  display: block;
}
@media (min-width: 768px) { .footer__rtf img { height: 64px; } }
.footer__tag {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0.5rem 0 0;
  max-width: 320px;
}
.footer__socials {
  display: flex; flex-wrap: wrap; gap: 1rem;
  align-content: flex-start;
}
.footer__socials a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  transition: color var(--dur-fast) var(--ease-std);
}
.footer__socials a:hover { color: #fff; }
.footer__mxi {
  display: flex; flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}
.footer__mxi-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.footer__mxi-logo {
  display: inline-block;
  line-height: 0;
  opacity: 0.75;
  transition: opacity var(--dur-base) var(--ease-std);
}
.footer__mxi-logo:hover { opacity: 1; }
.footer__mxi-logo img {
  height: 28px;
  width: auto;
  display: block;
}
.footer__mxi-email {
  font-size: 0.8rem;
  color: var(--text-secondary);
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: color var(--dur-fast) var(--ease-std), border-color var(--dur-fast) var(--ease-std);
}
.footer__mxi-email:hover {
  color: #fff;
  border-color: var(--mxi-teal);
}
.footer__legal {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
}
.footer__legal p {
  font-size: 0.75rem;
  color: var(--text-tertiary);
  margin: 0.25rem 0;
}

/* ============================== VIDEO LIGHTBOX ============================== */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: video-modal-in 240ms var(--ease-in);
}
@keyframes video-modal-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.video-modal[hidden] { display: none; }
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.video-modal__inner {
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: video-modal-pop 280ms var(--ease-in);
}
@keyframes video-modal-pop {
  from { opacity: 0; transform: translateY(20px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.video-modal__close {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #fff;
  transition: background var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std);
}
.video-modal__close:hover { background: rgba(255, 255, 255, 0.16); transform: rotate(90deg); }
.video-modal__close:focus-visible { outline: none; box-shadow: var(--focus-ring); }

.video-modal__frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: calc(100vh - 9rem);
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.video-modal__frame[data-platform="instagram"] { aspect-ratio: auto; height: calc(100vh - 9rem); max-width: 540px; width: 100%; }
.video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-modal__fallback {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  border-radius: 9999px;
  transition: color var(--dur-base) var(--ease-std), background var(--dur-base) var(--ease-std);
}
.video-modal__fallback:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }

/* Visual cue: clickable cards get a subtle play-icon on the thumbnail */
.perf-standout--link .perf-standout__thumb::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 56px; height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M8 5v14l11-7z'/></svg>");
  background-repeat: no-repeat;
  background-position: 56% center;
  background-size: 22px 22px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transform: scale(0.85);
  transition: opacity var(--dur-base) var(--ease-std), transform var(--dur-base) var(--ease-std);
  z-index: 2;
}
.perf-standout--link:hover .perf-standout__thumb::before {
  opacity: 1;
  transform: scale(1);
}

/* ============================== FLOATING CTA ============================== */
/* Hidden everywhere. The static "Work with Rory" button in the nav + the final
   Contact section give enough CTA coverage without a sticky pill following the
   user around the page. Kept the element in the DOM so it can be re-enabled
   later by removing this rule. */
/* Mobile sticky CTA. Only visible on phones after the user has scrolled past
   the hero. JS adds the `is-visible` class once scrollY > ~50vh. Sits above
   the safe-area on notched devices and is hidden when the mobile menu is open. */
.floating-cta {
  display: none;
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem);
  z-index: 80;
  background: var(--brand-green);
  color: #0B0B0B;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.95rem 1.25rem;
  border-radius: 9999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 0 3px rgba(31, 191, 85, 0.18);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 200ms var(--ease-std), transform 250ms var(--ease-std);
  pointer-events: none;
}
.floating-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
@media (max-width: 767px) {
  .floating-cta { display: block; }
}

/* ============================== REVEAL ANIMATIONS ============================== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms var(--ease-in), transform 600ms var(--ease-in);
}
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   COLLECTIVE .  "Meet the Collective" premium creator-profile cards
   ========================================================================== */
.collective-section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(31, 191, 85, 0.06), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(225, 29, 49, 0.05), transparent 55%),
    var(--bg-base);
  overflow: hidden;
  isolation: isolate;
}
/* Wider container just for this section so the landscape cards have room. */
.collective-section > .container {
  max-width: 1440px;
}
.collective-bg-glow {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.collective-bg-glow--green {
  top: -200px;
  left: -180px;
  background: radial-gradient(circle, rgba(31, 191, 85, 0.45), transparent 65%);
}
.collective-bg-glow--red {
  bottom: -260px;
  right: -200px;
  background: radial-gradient(circle, rgba(225, 29, 49, 0.32), transparent 65%);
}

.collective-section > .container {
  position: relative;
  z-index: 1;
}

/* ------ Header ------ */
.collective-header {
  max-width: 720px;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  text-align: left;
}
.collective-kicker {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--brand-green);
  letter-spacing: 0.02em;
  margin: 0 0 0.65rem;
}
.collective-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  color: var(--text-primary);
  text-transform: uppercase;
  margin: 0;
}
.collective-rule {
  display: block;
  width: 64px;
  height: 3px;
  margin: 1.25rem 0 1.5rem;
  background: linear-gradient(90deg, var(--brand-green) 0%, rgba(31, 191, 85, 0.1) 100%);
  border-radius: 2px;
}
.collective-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0;
}

/* ------ Grid ------ */
.collective-grid {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .collective-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* ------ Card shell ------ */
.collective-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  /* LANDSCAPE. Locked to a 1.85:1 aspect ratio so cards don't stretch with
     content. This ensures: (a) McDarts's landscape source fills the visual
     area naturally, and (b) solo portrait sources crop tight to head-to-arms
     when using object-fit: cover. clamp keeps things sensible at any width. */
  aspect-ratio: 1.85 / 1;
  height: auto;
  min-height: 320px;
  max-height: 460px;
  padding: 0;
  border-radius: 22px;
  background:
    linear-gradient(140deg, #1a1a1a 0%, #111 55%, #0c0c0c 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 20px 50px -25px rgba(0, 0, 0, 0.9),
    0 8px 24px -12px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--dur-base) var(--ease-std),
              border-color var(--dur-base) var(--ease-std),
              box-shadow var(--dur-base) var(--ease-std);
}
.collective-card::before {
  /* Left-edge accent bar */
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--brand-green) 0%, transparent 100%);
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
  transition: opacity var(--dur-base) var(--ease-std);
}
.collective-card--red::before {
  background: linear-gradient(180deg, var(--brand-red) 0%, transparent 100%);
}
.collective-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 30px 70px -25px rgba(0, 0, 0, 0.95),
    0 14px 36px -16px rgba(0, 0, 0, 0.8);
}
.collective-card:hover::before { opacity: 1; }

.collective-card__link {
  position: absolute;
  inset: 0;
  z-index: 6;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: inherit;
}
.collective-card__link:focus-visible {
  outline: 2px solid var(--brand-green);
  outline-offset: -4px;
}

/* ------ Card glow behind subject ------ */
.collective-card__glow {
  position: absolute;
  top: 50%;
  right: -10%;
  width: 70%;
  height: 120%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 45% 50%, rgba(31, 191, 85, 0.22), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}
.collective-card--red .collective-card__glow {
  background: radial-gradient(circle at 45% 50%, rgba(225, 29, 49, 0.22), transparent 65%);
}

/* ------ Copy column ------ */
.collective-card__copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  gap: 0.35rem;
  min-width: 0;
}
.collective-card__number {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--brand-green);
  margin: 0 0 0.25rem;
}
.collective-card--red .collective-card__number {
  color: var(--brand-red);
}
.collective-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.85rem, 3.2vw, 2.5rem);
  line-height: 0.95;
  letter-spacing: 0.005em;
  color: var(--text-primary);
  text-transform: uppercase;
  margin: 0 0 0.65rem;
}
.collective-card__followers {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: var(--brand-green);
  margin: 0 0 0.85rem;
}
.collective-card--red .collective-card__followers {
  color: var(--brand-red);
}
.collective-card__followers svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.collective-card__description {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0 0 1.1rem;
  max-width: 32ch;
}
.collective-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(31, 191, 85, 0.4);
  background: rgba(31, 191, 85, 0.08);
  color: var(--brand-green);
  transition: background var(--dur-base) var(--ease-std),
              border-color var(--dur-base) var(--ease-std),
              transform var(--dur-base) var(--ease-std);
}
.collective-card--red .collective-card__cta {
  border-color: rgba(225, 29, 49, 0.4);
  background: rgba(225, 29, 49, 0.08);
  color: var(--brand-red);
}
.collective-card__cta svg {
  width: 18px;
  height: 18px;
}
.collective-card:hover .collective-card__cta {
  background: rgba(31, 191, 85, 0.2);
  border-color: var(--brand-green);
  transform: translateX(4px);
}
.collective-card--red:hover .collective-card__cta {
  background: rgba(225, 29, 49, 0.2);
  border-color: var(--brand-red);
}

/* ------ Visual column (talent / logo) ------ */
/* Cutouts are true transparent PNGs (see /images/cutouts/*) so we drop the
   mix-blend / mask trickery and just let them sit on the card. */
.collective-card__visual {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
/* Soft floor-glow that anchors the cutout into the card surface */
.collective-card__visual::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 60px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 1;
}
.collective-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  /* Solo portraits: COVER fills the visual area, anchored to the TOP. The
     bottom (waist + below) is cropped so we see head-to-just-below-arms-folded.
     PNG cutouts are tight-cropped to alpha bounds so this lands consistently. */
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 18px rgba(31, 191, 85, 0.18));
  transform: translateY(0);
  transition: transform var(--dur-slow) var(--ease-std);
  position: relative;
  z-index: 2;
}
.collective-card--red .collective-card__visual img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 18px rgba(225, 29, 49, 0.18));
}
.collective-card:hover .collective-card__visual img {
  transform: translateY(-6px);
}

/* McDarts (landscape source 1.39:1, both creators) — desktop-only treatment.
   On mobile, the McDarts card swaps to a single-Bailey portrait via the
   <picture> source-set, so the wide-card layout would crop wrongly. These
   styles only apply at the same breakpoint where the 2-col card grid kicks
   in (≥900px). Below that, McDarts uses the standard solo-portrait layout
   like TBD / DC. */
@media (min-width: 900px) {
  .collective-card--wide {
    grid-template-columns: 0.7fr 1.3fr;
  }
  .collective-card--wide .collective-card__visual {
    align-items: center;
    justify-content: flex-end;
    padding: 10px 6px 10px 0;
    overflow: hidden;
  }
  .collective-card--wide .collective-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
  }
}

/* McDarts mobile (Bailey single portrait). Bailey's cutout is more compact
   (aspect 0.64) than TBD/DC's (0.50), so the standard solo-card sizing
   leaves a chunk of dead space above his head. Switch to cover + bottom-
   anchored crop on mobile only: Bailey fills the full vertical space, with
   his shoulders trimmed lightly at the sides. No dead space, head stays
   prominent, body anchored to the card floor. */
@media (max-width: 899px) {
  .collective-card--wide .collective-card__visual img {
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
}

/* ------ Logo card (BullHitters) ------ */
.collective-card--logo .collective-card__visual {
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.collective-card--logo .collective-card__visual img {
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 75%;
  object-fit: contain;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
          mask-image: none;
  filter: drop-shadow(0 8px 24px rgba(225, 29, 49, 0.35));
  position: relative;
  z-index: 2;
}
.collective-target-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 0, transparent 38%, rgba(31, 191, 85, 0.18) 38.5%, rgba(31, 191, 85, 0.18) 40%, transparent 40.5%),
    radial-gradient(circle, transparent 0, transparent 56%, rgba(225, 29, 49, 0.18) 56.5%, rgba(225, 29, 49, 0.18) 58%, transparent 58.5%),
    radial-gradient(circle, transparent 0, transparent 74%, rgba(255, 255, 255, 0.08) 74.5%, rgba(255, 255, 255, 0.08) 76%, transparent 76.5%),
    radial-gradient(circle at center, rgba(225, 29, 49, 0.22), transparent 60%);
  filter: blur(0.3px);
  animation: collectiveRingsSpin 28s linear infinite;
}
@keyframes collectiveRingsSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ------ Responsive ------ */
@media (max-width: 899px) {
  .collective-card {
    grid-template-columns: 1fr 1fr;
    /* Drop the locked aspect-ratio on mobile/tablet so cards size to fit the
       viewport and don't overflow. Use a sane min-height instead. */
    aspect-ratio: auto;
    min-height: 240px;
    max-height: none;
  }
  .collective-card--wide {
    grid-template-columns: 0.78fr 1.22fr;
  }
  .collective-card__description {
    margin-bottom: 1.1rem;
  }
}
@media (max-width: 560px) {
  .collective-card {
    grid-template-columns: 1.1fr 0.9fr;
    aspect-ratio: auto;
    min-height: 220px;
  }
  .collective-card__title {
    font-size: 1.6rem;
  }
  .collective-card__description {
    font-size: 0.88rem;
  }
  .collective-target-rings {
    width: 200px;
    height: 200px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .collective-target-rings { animation: none; }
  .collective-card,
  .collective-card__visual img,
  .collective-card__cta { transition: none; }
}

/* ==========================================================================
   FORMATS - "Content That Converts" content format grid
   ========================================================================== */
.formats-section {
  --fmt-bg: #080808;
  --fmt-card: #111111;
  --fmt-card-elev: #161616;
  --fmt-border: rgba(255, 255, 255, 0.10);
  --fmt-border-hover: rgba(31, 191, 85, 0.55);
  --fmt-text-mute: #b5b5b5;
  --fmt-radius: 20px;
  --fmt-radius-sm: 14px;
  --fmt-gap: clamp(1rem, 1.8vw, 1.5rem);

  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(31, 191, 85, 0.05), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(31, 191, 85, 0.04), transparent 55%),
    var(--fmt-bg);
}
.formats-section > .container { max-width: 1440px; }

/* ------ Header ------ */
.formats-header {
  max-width: 760px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.formats-kicker {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--brand-green);
  margin: 0 0 0.65rem;
}
.formats-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.formats-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--fmt-text-mute);
  margin: 0;
  max-width: 600px;
}

/* ------ Top row: 60% feature + 40% stacked ------ */
/* ------ One uniform grid for ALL 7 cards ------
   Cards size identically. Layout:
   - mobile (<640px):     1 column (everything stacked)
   - tablet (640-1099):   2 columns (4 rows of 2, last with 1 card)
   - desktop (>=1100px):  4 columns (2 rows of 4, last with 3 cards
                          and a clean empty slot at the right end)
   This removes the dead-space issues from the previous mixed
   feature/stack/quad layout and is much simpler to reason about. */
.formats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--fmt-gap);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  align-items: start;
}
@media (min-width: 640px) {
  .formats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .formats-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ------ Card base ------ */
.format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--fmt-card);
  border: 1px solid var(--fmt-border);
  border-radius: var(--fmt-radius);
  overflow: hidden;
  transition: transform var(--dur-base) var(--ease-std),
              border-color var(--dur-base) var(--ease-std),
              box-shadow var(--dur-base) var(--ease-std);
}
.format-card:hover {
  transform: translateY(-3px);
  border-color: var(--fmt-border-hover);
  box-shadow: 0 18px 40px -22px rgba(31, 191, 85, 0.25),
              0 8px 22px -12px rgba(0, 0, 0, 0.7);
}

/* Whole-card overlay link - makes the entire card clickable */
.format-card__link {
  position: absolute;
  inset: 0;
  z-index: 5;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: inherit;
}
.format-card__link:focus-visible {
  outline: 2px solid var(--brand-green);
  outline-offset: -4px;
}

.format-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  gap: 0.5rem;
}
.format-card__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--brand-red);
  margin: 0;
}
.format-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1;
  letter-spacing: 0.005em;
  color: var(--text-primary);
  text-transform: uppercase;
  margin: 0.15rem 0 0.4rem;
}
.format-card__copy {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--fmt-text-mute);
  margin: 0 0 0.85rem;
  max-width: 36ch;
}
.format-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(31, 191, 85, 0.45);
  background: rgba(31, 191, 85, 0.08);
  color: var(--brand-green);
  transition: transform var(--dur-base) var(--ease-std),
              background var(--dur-base) var(--ease-std);
  margin-top: auto;
}
.format-card__cta svg { width: 16px; height: 16px; }
.format-card:hover .format-card__cta {
  background: rgba(31, 191, 85, 0.18);
  transform: translateX(4px);
}

/* ------ Media (image) — sits directly below the body in every card.
   All cards share the same vertical layout: text on top, image underneath,
   no gap between them. The .format-card base rule (display:flex,
   flex-direction:column) gives us the stacking. */
.format-card__media {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 16 / 10;
  width: 100%;
}
.format-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-std);
}
.format-card:hover .format-card__media img {
  transform: scale(1.03);
}

/* All cards size identically via the base rules. The old --feature, --stack
   and --quad modifier classes are gone — flat unified grid only. */

/* ------ Bottom banner ------ */
.formats-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(31, 191, 85, 0.06), transparent 70%),
    var(--fmt-card-elev);
  border: 1px solid rgba(31, 191, 85, 0.35);
  border-radius: var(--fmt-radius);
  box-shadow: 0 0 60px -20px rgba(31, 191, 85, 0.25) inset;
}
@media (min-width: 1024px) {
  .formats-banner {
    grid-template-columns: auto 1fr auto;
    gap: 2rem;
  }
}
.formats-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(31, 191, 85, 0.10);
  border: 1px solid rgba(31, 191, 85, 0.35);
  color: var(--brand-green);
}
.formats-banner__icon svg { width: 30px; height: 30px; }
.formats-banner__copy { min-width: 0; }
.formats-banner__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
  color: var(--text-primary);
}
.formats-banner__text {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--fmt-text-mute);
  margin: 0;
  max-width: 60ch;
}
.formats-banner__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.formats-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: var(--fmt-card);
  border: 1px solid var(--fmt-border);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
}
.formats-pill svg {
  width: 16px;
  height: 16px;
  color: var(--brand-green);
  flex-shrink: 0;
}
.formats-pill strong {
  font-weight: 700;
  color: var(--brand-green);
}

/* ------ Responsive trims ------ */
@media (max-width: 639px) {
  .format-card--feature { min-height: 0; }
  .format-card--feature .format-card__media { aspect-ratio: 16 / 10; }
  .format-card--stack { grid-template-columns: 1fr; }
  .format-card--stack .format-card__media--side { aspect-ratio: 16 / 10; }
}
@media (prefers-reduced-motion: reduce) {
  .format-card,
  .format-card__media img,
  .format-card__cta { transition: none; }
}

/* ==========================================================================
   BULLSEYE - "Your Brand in the Bullseye" commercial ladder cards
   ========================================================================== */
.bullseye {
  --bs-bg: #080808;
  --bs-card: #111111;
  --bs-card-elev: #161616;
  --bs-border: rgba(255, 255, 255, 0.10);
  --bs-border-hover: rgba(31, 191, 85, 0.55);
  --bs-text-mute: #b5b5b5;
  --bs-radius: 20px;
  --bs-radius-sm: 14px;
  --bs-gap: clamp(1rem, 1.8vw, 1.5rem);

  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(31, 191, 85, 0.05), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(31, 191, 85, 0.04), transparent 55%),
    var(--bs-bg);
}
.bullseye > .container { max-width: 1440px; }

/* ------ Header ------ */
.bullseye-header {
  max-width: 820px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.bullseye-kicker {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--brand-green);
  margin: 0 0 0.65rem;
}
.bullseye-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.bullseye-intro {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--bs-text-mute);
  margin: 0;
  max-width: 760px;
}

/* ------ 2x2 grid ------ */
.bullseye-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--bs-gap);
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}
@media (min-width: 760px) {
  .bullseye-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 1.8vw, 1.75rem);
  }
}

/* ------ Card ------ */
.bullseye-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  padding: clamp(1.5rem, 2.2vw, 2rem);
  background: var(--bs-card);
  border: 1px solid var(--bs-border);
  border-radius: var(--bs-radius);
  transition: transform var(--dur-base) var(--ease-std),
              border-color var(--dur-base) var(--ease-std),
              box-shadow var(--dur-base) var(--ease-std);
}
.bullseye-card:hover {
  transform: translateY(-3px);
  border-color: var(--bs-border-hover);
  box-shadow: 0 18px 40px -22px rgba(31, 191, 85, 0.25),
              0 8px 22px -12px rgba(0, 0, 0, 0.7);
}

/* Icon */
.bullseye-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(31, 191, 85, 0.08);
  border: 1px solid rgba(31, 191, 85, 0.4);
  color: var(--brand-green);
  flex-shrink: 0;
}
.bullseye-card__icon svg { width: 26px; height: 26px; }

/* Body */
.bullseye-card__body { min-width: 0; }
.bullseye-card__num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--brand-green);
  display: block;
  margin-bottom: 0.25rem;
}
.bullseye-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.3vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
  color: var(--text-primary);
}
.bullseye-card__copy {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--bs-text-mute);
  margin: 0 0 1rem;
}
.bullseye-card__divider {
  height: 1px;
  background: var(--bs-border);
  margin: 0 0 1rem;
}

/* Meta rows (Best for / Includes) */
.bullseye-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
}
.bullseye-card__meta-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: start;
}
.bullseye-card__meta-row dt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--brand-green);
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding-top: 0.05rem;
}
.bullseye-card__meta-row dt svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.bullseye-card__meta-row dd {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--bs-text-mute);
}

/* ------ Bottom banner ------ */
.bullseye-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  background:
    radial-gradient(ellipse at 50% 50%, rgba(31, 191, 85, 0.06), transparent 70%),
    var(--bs-card-elev);
  border: 1px solid rgba(31, 191, 85, 0.35);
  border-radius: var(--bs-radius);
  box-shadow: 0 0 60px -20px rgba(31, 191, 85, 0.25) inset;
}
@media (min-width: 1100px) {
  .bullseye-banner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.5rem;
  }
}
.bullseye-banner__lead {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bullseye-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(31, 191, 85, 0.10);
  border: 1px solid rgba(31, 191, 85, 0.4);
  color: var(--brand-green);
  flex-shrink: 0;
}
.bullseye-banner__icon svg { width: 26px; height: 26px; }
.bullseye-banner__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  color: var(--text-primary);
}

.bullseye-banner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}
@media (min-width: 1100px) {
  .bullseye-banner__list { justify-content: flex-end; }
}
.bullseye-banner__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  min-width: 110px;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-primary);
  line-height: 1.2;
}
.bullseye-banner__pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--brand-green);
}
.bullseye-banner__pill-icon svg { width: 22px; height: 22px; }

/* ------ Responsive trims ------ */
@media (max-width: 559px) {
  .bullseye-card { grid-template-columns: 1fr; }
  .bullseye-card__icon { margin-bottom: 0.25rem; }
  .bullseye-banner__item { min-width: 90px; flex-basis: calc(50% - 0.35rem); }
}
@media (prefers-reduced-motion: reduce) {
  .bullseye-card { transition: none; }
}

/* ==========================================================================
   VISION - "Building the creator-led home of darts"
   ========================================================================== */
.vision {
  --vis-bg: #080808;
  --vis-card: rgba(255, 255, 255, 0.025);
  --vis-border: rgba(31, 191, 85, 0.4);
  --vis-border-hover: var(--brand-green);
  --vis-text-mute: #b5b5b5;
  --vis-radius: 20px;
  --vis-gap: clamp(1rem, 1.8vw, 1.5rem);

  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(31, 191, 85, 0.05), transparent 55%),
    var(--vis-bg);
  overflow: hidden;
  isolation: isolate;
}
.vision > .container {
  max-width: 1440px;
  position: relative;
  z-index: 2;
}

/* ------ Header ------ */
.vision__header {
  max-width: 1100px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
}
.vision__kicker {
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--brand-green);
  margin: 0 0 0.65rem;
}
.vision__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 5.5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  color: var(--text-primary);
}
.vision__intro {
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--vis-text-mute);
  margin: 0;
  max-width: 850px;
}

/* ------ 2x2 grid ------ */
.vision__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--vis-gap);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 760px) {
  .vision__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.25rem, 1.8vw, 1.75rem);
  }
}

/* ------ Card ------ */
.vision-card {
  position: relative;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  background: var(--vis-card);
  border: 1px solid var(--vis-border);
  border-radius: var(--vis-radius);
  /* Subtle dotted texture inside the card */
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: 0 0;
  transition: transform var(--dur-base) var(--ease-std),
              border-color var(--dur-base) var(--ease-std),
              box-shadow var(--dur-base) var(--ease-std);
}
.vision-card:hover {
  transform: translateY(-3px);
  border-color: var(--vis-border-hover);
  box-shadow: 0 0 0 1px rgba(31, 191, 85, 0.25),
              0 18px 40px -22px rgba(31, 191, 85, 0.4),
              0 8px 22px -12px rgba(0, 0, 0, 0.7);
}

.vision-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(31, 191, 85, 0.05);
  border: 1px solid rgba(31, 191, 85, 0.5);
  color: var(--brand-green);
  margin: 0 0 1.5rem;
}
.vision-card__icon svg { width: 26px; height: 26px; }

.vision-card__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: var(--brand-green);
}
.vision-card__copy {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--vis-text-mute);
  margin: 0;
}

/* ------ Footer statement ------ */
.vision__footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-top: clamp(1.5rem, 2.5vw, 2rem);
}
.vision__footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--brand-green);
  flex-shrink: 0;
}
.vision__footer-icon svg { width: 24px; height: 24px; }
.vision__footer-rule {
  display: block;
  width: clamp(40px, 8vw, 90px);
  height: 1px;
  background: linear-gradient(90deg, var(--brand-green), rgba(31, 191, 85, 0.15));
}
.vision__footer-text {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: clamp(0.78rem, 1.1vw, 0.92rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* ------ Responsive trims ------ */
@media (max-width: 559px) {
  .vision__footer {
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
  }
  .vision__footer-rule { display: none; }
  .vision__footer-text { letter-spacing: 0.08em; font-size: 0.78rem; }
}
@media (prefers-reduced-motion: reduce) {
  .vision-card { transition: none; }
}

/* ==========================================================================
   ASCENSION easter egg
   Welsh Jesus rises from the bottom of the page with a heavenly light beam
   and 180 graphics that float up and pop like bubbles around him.
   ========================================================================== */
.ascension {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  pointer-events: none;
}
.ascension:not([hidden]) { pointer-events: auto; }
.ascension__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(31, 191, 85, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(31, 191, 85, 0.30) 0%, transparent 60%),
    rgba(0, 0, 0, 0.92);
  opacity: 0;
  transition: opacity 500ms ease;
  cursor: pointer;
}
.ascension.is-open .ascension__backdrop { opacity: 1; }

/* Close button */
.ascension__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease 300ms, background var(--dur-base) var(--ease-std);
}
.ascension.is-open .ascension__close { opacity: 1; }
.ascension__close:hover { background: rgba(255, 255, 255, 0.12); }

/* Central god-ray light beam coming down behind the figure */
.ascension__beam {
  position: absolute;
  left: 50%;
  bottom: -10%;
  width: clamp(360px, 50vw, 720px);
  height: 130vh;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 50% 80% at 50% 100%, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.45) 30%, rgba(255, 255, 255, 0.0) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 35%, rgba(31, 191, 85, 0.22) 70%, rgba(255, 255, 255, 0) 100%);
  filter: blur(20px);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 900ms ease 200ms;
  pointer-events: none;
}
.ascension.is-open .ascension__beam { opacity: 1; }

/* Sun-ray spokes radiating from above */
.ascension__rays {
  position: absolute;
  left: 50%;
  top: -10%;
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 1200ms ease 300ms;
  animation: ascensionRotate 60s linear infinite;
}
.ascension.is-open .ascension__rays { opacity: 0.55; }
.ascension__rays span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 140vh;
  transform-origin: 50% 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 70%);
  filter: blur(2px);
}
.ascension__rays span:nth-child(1) { transform: translate(-50%, 0) rotate(   0deg); }
.ascension__rays span:nth-child(2) { transform: translate(-50%, 0) rotate(  22deg); }
.ascension__rays span:nth-child(3) { transform: translate(-50%, 0) rotate(  45deg); }
.ascension__rays span:nth-child(4) { transform: translate(-50%, 0) rotate(  68deg); }
.ascension__rays span:nth-child(5) { transform: translate(-50%, 0) rotate( -22deg); }
.ascension__rays span:nth-child(6) { transform: translate(-50%, 0) rotate( -45deg); }
.ascension__rays span:nth-child(7) { transform: translate(-50%, 0) rotate( -68deg); }
.ascension__rays span:nth-child(8) { transform: translate(-50%, 0) rotate(  90deg); }

/* The rising figure */
.ascension__figure {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0;
  width: clamp(380px, 78vw, 1100px);
  max-height: 92vh;
  transform: translate(-50%, 100%);
  transition: transform 4500ms cubic-bezier(0.25, 0.1, 0.25, 1) 200ms;
  pointer-events: none;
  filter: drop-shadow(0 0 50px rgba(255, 255, 255, 0.5))
          drop-shadow(0 0 100px rgba(31, 191, 85, 0.4));
  z-index: 6;
}
.ascension.is-open .ascension__figure {
  transform: translate(-50%, 6%);
}
.ascension__figure img {
  display: block;
  width: 100%;
  height: auto;
  /* Transparent PNG cutout — figure floats cleanly on the light beam.
     Soft bottom fade so he rises out of the floor instead of cutting hard. */
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 88%, transparent 100%);
}

/* Caption beneath / behind the figure */
.ascension__caption {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translate(-50%, -10px);
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 30px rgba(31, 191, 85, 0.6), 0 0 60px rgba(255, 255, 255, 0.3);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 700ms ease 1800ms, transform 700ms ease 1800ms;
  z-index: 4;
  pointer-events: none;
}
.ascension.is-open .ascension__caption {
  opacity: 1;
  transform: translate(-50%, 0);
}
.ascension__caption span {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-body);
  font-style: italic;
  font-weight: 500;
  font-size: 0.36em;
  letter-spacing: 0.08em;
  color: var(--brand-green);
  text-shadow: 0 0 20px rgba(31, 191, 85, 0.6);
}

/* 180 bubble layer - sits BEHIND the figure so the 180s appear to rise
   from behind Welsh Jesus, not in front of him */
.ascension__bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.ascension__bubble {
  position: absolute;
  bottom: -20%;
  display: inline-block;
  background-image: url('images/easter-180.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Invert the source black-on-white "180" to white-on-transparent so it lights
     up beautifully against the dark backdrop. Plus a green glow halo. */
  filter:
    invert(1)
    drop-shadow(0 0 14px rgba(31, 191, 85, 0.7))
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.5));
  animation:
    ascensionRise var(--ab-dur, 6s) ease-in var(--ab-delay, 0s) forwards,
    ascensionPop var(--ab-dur, 6s) ease-in var(--ab-delay, 0s) forwards;
  will-change: transform, opacity;
}

@keyframes ascensionRise {
  0%   { transform: translate(0,   0)   scale(0.65) rotate(0); opacity: 0; }
  12%  { transform: translate(0,  -8vh) scale(0.95) rotate(calc(var(--ab-rot, 0deg) * 0.25)); opacity: 1; }
  85%  { transform: translate(var(--ab-sway, 0px), -95vh) scale(1.05) rotate(var(--ab-rot, 0deg)); opacity: 1; }
  100% { transform: translate(var(--ab-sway, 0px), -115vh) scale(1.25) rotate(var(--ab-rot, 0deg)); opacity: 0; }
}
@keyframes ascensionPop {
  90%  { filter: invert(1) drop-shadow(0 0 14px rgba(31, 191, 85, 0.7)) drop-shadow(0 0 28px rgba(255, 255, 255, 0.5)); }
  100% { filter: invert(1) drop-shadow(0 0 30px rgba(255, 255, 255, 1))   drop-shadow(0 0 60px rgba(31, 191, 85, 1)); }
}

@keyframes ascensionRotate {
  to { transform: translateX(-50%) rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ascension__figure { transition: none; }
  .ascension__bubble { animation: none; opacity: 0; }
  .ascension__rays { animation: none; }
}
