/* ─────────────────────────────────────
   Headliner Cards V2 — Topps-clean
   White-dominant, single-red accent, Chivo
───────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; font-family: inherit; }

:root {
  --red: #E8000D;
  --red-dark: #B5000A;
  --black: #0A0A0A;
  --white: #FFFFFF;
  --bg: #FFFFFF;
  --bg-alt: #F7F7F5;
  --bg-dark: #0A0A0A;
  --text: #0A0A0A;
  --text-muted: #6E6E6E;
  --text-dim: #9A9A98;
  --border: #E8E8E5;
  --border-strong: #1A1A1A;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
  --shadow-md: 0 6px 18px rgba(0,0,0,0.06);
  --shadow-lg: 0 14px 40px rgba(0,0,0,0.10);
}

html { scroll-behavior: smooth; font-family: 'Chivo', sans-serif; -webkit-font-smoothing: antialiased; }
body { background: var(--bg); color: var(--text); font-family: 'Chivo', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* ─── TOP UTILITY BAR ─── */
.utility-bar {
  background: var(--black);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.utility-bar .container { display: flex; align-items: center; justify-content: space-between; height: 32px; }
.utility-bar a { text-decoration: none; color: rgba(255,255,255,0.7); transition: color 160ms ease; }
.utility-bar a:hover { color: var(--white); }
.utility-tagline { font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; font-size: 10px; }
.utility-tagline span { color: var(--red); }

/* ─── MAIN NAV ─── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.nav-row { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo img { height: 48px; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  font-size: 14px; font-weight: 500; color: var(--text);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms ease, color 180ms ease;
}
.nav-links a:hover { color: var(--red); border-bottom-color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 16px; }

.nav-toggle {
  display: none; width: 44px; height: 44px; background: none; border: none; cursor: pointer;
  flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--black); transition: transform 220ms ease, opacity 180ms ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Chivo', sans-serif; font-weight: 700; font-size: 13px;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 12px 22px; text-decoration: none;
  border: 1.5px solid transparent; cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}
.btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); }
.btn-outline { background: var(--white); color: var(--text); border-color: var(--text); }
.btn-outline:hover { background: var(--text); color: var(--white); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-outline-light:hover { background: var(--white); color: var(--text); border-color: var(--white); }
.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--red); text-decoration: none;
  transition: gap 180ms ease;
}
.btn-link:hover { gap: 10px; }

/* ─── HERO ─── */
.hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 40%;
  opacity: 0.7;
}
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.55) 0%, rgba(10,10,10,0.85) 100%);
}
.hero-inner {
  position: relative;
  padding: 120px 0 100px;
  max-width: 1280px; margin: 0 auto;
  padding-left: 32px; padding-right: 32px;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.hero h1 {
  font-weight: 700;
  font-size: clamp(40px, 6.4vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  max-width: 780px;
  margin-bottom: 22px;
}
.hero-sub {
  font-size: 18px; font-weight: 300;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  line-height: 1.65;
  margin-bottom: 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ─── SECTIONS ─── */
.section { padding: 88px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--black); color: var(--white); }
.section-head { margin-bottom: 40px; }
.section-head--center { text-align: center; max-width: 720px; margin-left: auto; margin-right: auto; }
.section-head--with-link { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

.eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.section-title {
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 12px;
}
.section--dark .section-title { color: var(--white); }
.section-sub {
  font-size: 17px; font-weight: 300;
  color: var(--text-muted);
  max-width: 620px;
  line-height: 1.7;
}
.section--dark .section-sub { color: rgba(255,255,255,0.7); }

/* ─── AUDIENCE FLOW ─── */
.audience-flow { padding: 88px 0; }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.audience-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  text-decoration: none; color: var(--text);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}
.audience-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: var(--text);
}
.audience-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background-size: cover; background-position: center;
  overflow: hidden;
}
.audience-card-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0) 30%, rgba(10,10,10,0.55) 100%);
}
.audience-step {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: var(--white);
  font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 10px;
  z-index: 1;
}
.audience-card-body { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.audience-tag {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.audience-card h3 {
  font-weight: 700; font-size: 22px; line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.005em;
}
.audience-card p {
  font-size: 14px; font-weight: 300;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 22px;
}
.audience-card .btn-link { margin-top: auto; }

/* Optional connector line under audience grid (subtle flowchart hint) */
.flow-connector {
  margin-top: 32px;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-dim);
  gap: 12px;
}
.flow-connector::before, .flow-connector::after {
  content: ''; flex: 1;
  height: 1px; background: var(--border);
  max-width: 200px;
}

/* ─── ACTIVATION GRID (Topps "Trending now" feel) ─── */
.activation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.activation-card {
  background: var(--white);
  border: 1px solid var(--border);
  text-decoration: none; color: var(--text);
  display: flex; flex-direction: column;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.activation-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--text);
}
.activation-img {
  aspect-ratio: 16 / 11;
  background-size: cover; background-position: center;
  position: relative;
}
.activation-flag {
  position: absolute; top: 12px; left: 12px;
  background: var(--red); color: var(--white);
  font-size: 9px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 9px;
}
.activation-card-body { padding: 18px 20px 22px; }
.activation-card h4 {
  font-weight: 700; font-size: 17px; line-height: 1.25;
  margin-bottom: 6px;
}
.activation-card .meta {
  font-size: 13px; font-weight: 400;
  color: var(--text-muted);
}

/* ─── ABOUT (welcome feel) ─── */
.about-block {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-text h2 {
  font-weight: 700; font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1; letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.about-text p {
  font-size: 17px; font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.about-text strong { color: var(--text); font-weight: 600; }
.about-image {
  aspect-ratio: 4 / 5;
  background-size: cover; background-position: center;
  border: 1px solid var(--border);
}

/* ─── PROCESS (4-step strip) ─── */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.step-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 24px;
}
.step-num {
  font-weight: 800; font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--red);
  margin-bottom: 10px;
}
.step-card h4 { font-weight: 700; font-size: 18px; margin-bottom: 8px; line-height: 1.2; }
.step-card p { font-size: 14px; color: var(--text-muted); font-weight: 300; line-height: 1.65; }

/* ─── PRESS / STATS STRIP ─── */
.stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}
.stat {
  background: var(--white);
  padding: 28px 24px;
  text-align: center;
}
.stat-num { font-weight: 700; font-size: 38px; color: var(--text); letter-spacing: -0.02em; line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); }

/* ─── FOOTER ─── */
.footer {
  background: var(--black);
  color: rgba(255,255,255,0.6);
  padding: 64px 0 32px;
}
.footer-row {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1F1F1F;
  margin-bottom: 24px;
}
.footer-brand img { height: 56px; margin-bottom: 18px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 280px; }
.footer-col h5 {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
}
.footer-col a, .footer-col button {
  display: block; font-family: 'Chivo', sans-serif;
  font-size: 14px; color: rgba(255,255,255,0.7);
  text-decoration: none; background: none; border: none; padding: 0;
  margin-bottom: 10px; cursor: pointer;
  transition: color 160ms ease;
  text-align: left;
}
.footer-col a:hover, .footer-col button:hover { color: var(--red); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
  font-size: 12px; color: rgba(255,255,255,0.4);
}
.footer-tagline {
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  font-size: 11px; color: rgba(255,255,255,0.6);
}
.footer-tagline span { color: var(--red); }

/* ─── PROBLEM / SOLUTION 2-COL ─── */
.split-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: start;
}
.split-grid .split-image {
  aspect-ratio: 3 / 4;
  background-size: cover; background-position: center;
  border: 1px solid var(--border);
}
.problem-list { list-style: none; margin-top: 8px; }
.problem-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
}
.problem-list li:last-child { border-bottom: none; }
.problem-num {
  display: inline-block;
  background: var(--red); color: var(--white);
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  padding: 3px 8px; margin-right: 10px;
  vertical-align: middle;
}
.problem-list h4 {
  display: inline; font-weight: 700; font-size: 17px;
  letter-spacing: -0.005em;
}
.problem-list p {
  margin-top: 8px;
  font-size: 15px; font-weight: 300;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ─── FEATURE GRID (solution / roster) ─── */
.feature-grid {
  display: grid; gap: 16px;
  margin-top: 32px;
}
.feature-grid--2 { grid-template-columns: repeat(2, 1fr); }
.feature-grid--3 { grid-template-columns: repeat(3, 1fr); }
.feature-grid--4 { grid-template-columns: repeat(4, 1fr); }
.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 28px 26px;
}
.feature-num {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em; color: var(--red);
  margin-bottom: 10px;
}
.feature-card h4 {
  font-weight: 700; font-size: 18px;
  margin-bottom: 8px; line-height: 1.2;
}
.feature-card p {
  font-size: 14px; font-weight: 300;
  color: var(--text-muted); line-height: 1.65;
}

/* ─── TIER GRID ─── */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.tier-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 32px 28px;
  display: flex; flex-direction: column;
}
.tier-card--featured {
  border-color: var(--red);
  border-width: 2px;
}
.tier-tag {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.tier-tag--red { color: var(--red); }
.tier-badge {
  position: absolute; top: 24px; right: 24px;
  background: var(--red); color: var(--white);
  font-size: 9px; font-weight: 800; letter-spacing: 0.16em;
  padding: 4px 9px;
}
.tier-card h3 {
  font-weight: 700; font-size: 22px;
  line-height: 1.15; margin-bottom: 18px;
  letter-spacing: -0.005em;
}
.tier-list { list-style: none; }
.tier-list li {
  font-size: 14px; font-weight: 300;
  color: var(--text);
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.55;
  display: flex; gap: 10px; align-items: baseline;
}
.tier-list li:last-child { border-bottom: none; }
.tier-list li::before {
  content: '→';
  color: var(--red); font-weight: 700;
  flex-shrink: 0;
}

/* ─── COMPARE (yes/no) ─── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.compare-card {
  padding: 32px 28px;
  background: var(--white);
  border: 1px solid var(--border);
}
.compare-card.yes {
  border: 2px solid var(--text);
}
.compare-card.no {
  background: var(--bg-alt);
}
.compare-tag {
  display: inline-block;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 20px;
}
.compare-tag.yes { background: var(--red); color: var(--white); }
.compare-tag.no { background: var(--border); color: var(--text-muted); text-decoration: line-through; }
.compare-list { list-style: none; }
.compare-list li {
  font-size: 15px; font-weight: 300;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  display: flex; gap: 12px; align-items: baseline;
  line-height: 1.55;
}
.compare-list li:last-child { border-bottom: none; }
.compare-list.yes li::before {
  content: '✓'; color: var(--red); font-weight: 800; flex-shrink: 0;
}
.compare-list.no li {
  color: var(--text-muted); font-style: italic;
}
.compare-list.no li::before {
  content: '✗'; color: var(--text-dim); font-weight: 800; flex-shrink: 0;
}

/* ─── GALLERY MASONRY ─── */
.gallery-masonry {
  columns: 3;
  column-gap: 6px;
  margin-top: 32px;
}
.gallery-masonry img {
  width: 100%;
  display: block;
  margin-bottom: 6px;
  object-fit: cover;
  transition: opacity 240ms ease;
}
.gallery-masonry img:hover { opacity: 0.78; }

/* ─── TEAM ─── */
.team-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 32px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 56px;
}
.team-text h3 {
  font-weight: 700; font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1; margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.team-text .role {
  font-size: 13px; font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.team-text p {
  font-size: 16px; font-weight: 300;
  color: var(--text-muted); line-height: 1.7;
  margin-bottom: 12px;
}
.team-text strong { color: var(--text); font-weight: 600; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team-member h4 {
  font-weight: 700; font-size: 18px;
  margin-bottom: 4px; letter-spacing: -0.005em;
}
.team-member .role {
  font-size: 12px; font-weight: 600;
  color: var(--text-muted); margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.team-member p {
  font-size: 14px; font-weight: 300;
  color: var(--text-muted); line-height: 1.7;
}

/* ─── FORM ─── */
.form-wrap {
  max-width: 720px;
  margin: 32px auto 0;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group { margin-bottom: 14px; }
.form-group label {
  display: block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  padding: 13px 16px;
  outline: none;
  appearance: none; -webkit-appearance: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236E6E6E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--text);
  box-shadow: 0 0 0 2px rgba(232,0,13,0.10);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  width: 100%;
  background: var(--red);
  color: var(--white);
  border: 1.5px solid var(--red);
  font-family: 'Chivo', sans-serif;
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.10em; text-transform: uppercase;
  padding: 16px;
  cursor: pointer;
  margin-top: 6px;
  transition: background 180ms ease, border-color 180ms ease;
}
.form-submit:hover { background: var(--red-dark); border-color: var(--red-dark); }
.form-fine { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 14px; }
.form-fine a { color: var(--text); text-decoration: underline; }
.success-msg {
  display: none;
  background: #F0FFF4;
  border: 1px solid #2D9249;
  color: #1A6B33;
  font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 18px;
  text-align: center;
  margin-top: 14px;
}

/* ─── PILOT (label) ─── */
.pilot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.pilot-card {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px 32px;
}
.pilot-card.highlight {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.pilot-card h3 {
  font-weight: 700; font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15; margin-bottom: 16px;
  letter-spacing: -0.005em;
}
.pilot-card p {
  font-size: 16px; font-weight: 300;
  color: var(--text-muted); line-height: 1.7;
  margin-bottom: 12px;
}
.pilot-card.highlight p { color: rgba(255,255,255,0.7); }
.pilot-list {
  list-style: none;
  margin-top: 18px;
}
.pilot-list li {
  font-size: 14px; font-weight: 300;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex; gap: 10px; align-items: baseline;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
}
.pilot-list li:last-child { border-bottom: none; }
.pilot-list li::before {
  content: '→'; color: var(--red); font-weight: 700; flex-shrink: 0;
}

/* ─── PROCESS CTA NOTE ─── */
.process-note {
  margin-top: 28px;
  text-align: center;
  font-size: 15px; font-weight: 500;
  color: var(--text);
}
.process-note strong { color: var(--red); font-weight: 700; }

/* ─── PRODUCT (artist tour merch options) ─── */
.product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 920px;
  margin: 32px auto 0;
}
.product-card {
  text-align: center;
}
.product-card img {
  width: 100%;
  box-shadow: var(--shadow-lg);
  margin-bottom: 18px;
  border: 1px solid var(--border);
}
.product-card h4 {
  font-weight: 700; font-size: 17px;
  margin-bottom: 6px; letter-spacing: -0.005em;
}
.product-card p {
  font-size: 14px; font-weight: 300;
  color: var(--text-muted);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .activation-grid { grid-template-columns: repeat(2, 1fr); }
  .about-block { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-row { grid-template-columns: 1fr 1fr; }
  .split-grid { grid-template-columns: 1fr; gap: 40px; }
  .feature-grid--3, .feature-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .tier-grid, .compare-grid, .pilot-grid, .product-pair { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 2; }
  .team-featured { grid-template-columns: 1fr; gap: 32px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; background: var(--white); border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 32px; border-bottom: 1px solid var(--border); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: flex; }
  .nav-cta-mobile-hidden { display: none; }
  .hero-inner { padding: 80px 0 64px; }
  .section { padding: 64px 0; }
  .audience-flow { padding: 64px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .activation-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .footer-row { grid-template-columns: 1fr; gap: 32px; }
  .utility-tagline { display: none; }
  .feature-grid--3, .feature-grid--4 { grid-template-columns: 1fr; }
  .gallery-masonry { columns: 1; }
  .team-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
