/* ============================================================
   Artifactr - light-mode SaaS landing
   White ground, hot pink accents, Inter, minimal & confident.
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --bg-tint: #fff5fa;
  --pink-tint: #ffe1ee;
  --pink: #ff1f8e;
  --pink-hover: #e5147a;
  --pink-deep: #c7126b;
  --ink: #0a0a0a;
  --ink-soft: #1f1f1f;
  --text: #1f1f1f;
  --text-mute: #6b6b6b;
  --text-faint: #9a9a9a;
  --rule: rgba(10,10,10,0.09);
  --rule-soft: rgba(10,10,10,0.05);
  --shadow-card: 0 1px 2px rgba(10,10,10,0.04), 0 4px 12px rgba(10,10,10,0.05);
  --shadow-lift: 0 4px 8px rgba(10,10,10,0.05), 0 16px 36px rgba(10,10,10,0.08);
  --shadow-pink: 0 12px 30px rgba(255,31,142,0.25);
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --maxw: 1180px;
  --readw: 720px;
  --radius: 10px;
  --radius-card: 16px;
  --radius-pill: 999px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern", "liga", "ss01";
}

::selection { background: var(--pink); color: #fff; }

a { color: var(--pink); text-decoration: none; transition: color 150ms; }
a:hover { color: var(--pink-hover); }

h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; margin: 0; }

img, svg { max-width: 100%; height: auto; display: block; }

/* ============================================================
   Buttons - solid pill, no tilt
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: background 150ms, color 150ms, border-color 150ms, transform 150ms, box-shadow 150ms;
  font-family: var(--sans);
}
.btn-primary {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
  box-shadow: var(--shadow-pink);
}
.btn-primary:hover {
  background: var(--pink-hover);
  border-color: var(--pink-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(255,31,142,0.3);
}
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border-color: var(--rule);
}
.btn-ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
  transform: translateY(-1px);
}
.btn-dark {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn-dark:hover {
  background: #1f1f1f;
  color: #fff;
}

/* ============================================================
   Header / nav
   ============================================================ */

.site-header {
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--rule);
  backdrop-filter: saturate(180%) blur(10px);
}
.disclosure-bar {
  background: var(--ink);
  color: #fff;
  padding: 10px 24px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--sans);
  font-weight: 400;
}
.disclosure-bar p { margin: 0; }
.disclosure-bar strong { font-weight: 600; color: var(--pink); }
.disclosure-close {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  font-size: 18px;
  line-height: 1;
  padding: 0 6px;
  border-radius: 50%;
  transition: opacity 150ms;
}
.disclosure-close:hover { opacity: 1; }

.main-nav { max-width: var(--maxw); margin: 0 auto; padding: 18px 24px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }

.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); transition: opacity 150ms; }
.wordmark:hover { color: var(--ink); opacity: 0.8; }
.wordmark-glyph { width: 28px; height: 28px; }
.wordmark-text { font-weight: 800; font-size: 20px; letter-spacing: -0.03em; }

.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--text-mute); padding: 8px 0; transition: color 150ms; }
.nav-links a:hover { color: var(--ink); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pink);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 14px;
  transition: background 150ms, transform 150ms;
}
.nav-cta:hover { background: var(--pink-hover); color: #fff; transform: translateY(-1px); }

/* Hide legacy scaler/label so older markup still degrades gracefully */
.button__scaler { display: none; }
.button__label { display: inline; }

/* ============================================================
   Section primitives
   ============================================================ */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 18px;
  padding: 4px 12px;
  background: var(--pink-tint);
  border-radius: var(--radius-pill);
}

/* ============================================================
   Hero
   ============================================================ */

.masthead {
  padding: 80px 24px 64px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.masthead::before {
  content: "";
  position: absolute;
  top: -260px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--pink-tint) 0%, transparent 70%);
  pointer-events: none;
}
.masthead-inner { max-width: var(--maxw); margin: 0 auto; position: relative; z-index: 1; }
.masthead-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 13px;
  color: var(--text-mute);
  font-weight: 500;
  flex-wrap: wrap;
}
.masthead-meta > span { font-family: var(--mono); font-size: 12px; }
.masthead-meta > span:nth-child(2) {
  font-family: var(--sans);
  padding: 4px 10px;
  background: var(--pink-tint);
  color: var(--pink);
  border-radius: var(--radius-pill);
  font-weight: 600;
}
.masthead-meta strong { font-weight: 600; }

.masthead-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.masthead-text h1 {
  font-size: clamp(44px, 6.4vw, 76px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
  color: var(--ink);
}
.masthead-text h1 em {
  font-style: normal;
  color: var(--pink);
  font-weight: 800;
}
.masthead .lede {
  font-size: clamp(17px, 1.45vw, 19px);
  color: var(--text-mute);
  line-height: 1.55;
  max-width: 540px;
  margin: 0 0 32px;
}
.masthead .byline {
  font-size: 13px;
  color: var(--text-faint);
  margin-bottom: 28px;
  font-weight: 400;
}
.masthead .byline span { color: var(--ink); font-weight: 600; }
.masthead-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.masthead-visual { position: relative; }

/* ============================================================
   Hero card - clean product card
   ============================================================ */

.hero-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-lift);
}
.hero-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--rule);
}
.hero-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--pink);
  text-transform: uppercase;
  font-family: var(--mono);
}
.hero-card-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--pink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,31,142,0.18);
  animation: heroDot 1.4s ease-in-out infinite alternate;
}
@keyframes heroDot {
  from { box-shadow: 0 0 0 4px rgba(255,31,142,0.18); }
  to { box-shadow: 0 0 0 8px rgba(255,31,142,0.06); }
}
.hero-card-rank {
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--text-faint);
  text-transform: uppercase;
  font-family: var(--mono);
}
.hero-card-name {
  font-size: 32px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 4px;
}
.hero-card-sub {
  font-size: 13px;
  color: var(--text-mute);
  margin-bottom: 22px;
}

/* Audio waveform — thin, pink, minimal */
.hero-card-bars {
  display: flex;
  gap: 3px;
  height: 56px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 0;
  position: relative;
}
.hero-card-bars::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 1px;
  background: var(--rule);
  pointer-events: none;
}
.hero-card-bars span {
  flex: 1;
  background: var(--pink);
  border-radius: 1.5px;
  transform-origin: center;
  animation: heroBar 1.6s ease-in-out infinite alternate;
}
@keyframes heroBar {
  from { transform: scaleY(0.45); }
  to { transform: scaleY(1); }
}
.hero-card-bars span:nth-child(1) { height: 30%; animation-delay: 0.0s; }
.hero-card-bars span:nth-child(2) { height: 45%; animation-delay: 0.04s; }
.hero-card-bars span:nth-child(3) { height: 60%; animation-delay: 0.08s; }
.hero-card-bars span:nth-child(4) { height: 35%; animation-delay: 0.12s; }
.hero-card-bars span:nth-child(5) { height: 75%; animation-delay: 0.16s; }
.hero-card-bars span:nth-child(6) { height: 50%; animation-delay: 0.20s; }
.hero-card-bars span:nth-child(7) { height: 90%; animation-delay: 0.24s; }
.hero-card-bars span:nth-child(8) { height: 65%; animation-delay: 0.28s; }
.hero-card-bars span:nth-child(9) { height: 40%; animation-delay: 0.32s; }
.hero-card-bars span:nth-child(10) { height: 70%; animation-delay: 0.36s; }
.hero-card-bars span:nth-child(11) { height: 55%; animation-delay: 0.40s; }
.hero-card-bars span:nth-child(12) { height: 85%; animation-delay: 0.44s; }
.hero-card-bars span:nth-child(13) { height: 45%; animation-delay: 0.48s; }
.hero-card-bars span:nth-child(14) { height: 60%; animation-delay: 0.52s; }
.hero-card-bars span:nth-child(15) { height: 80%; animation-delay: 0.56s; }
.hero-card-bars span:nth-child(16) { height: 50%; animation-delay: 0.60s; }
.hero-card-bars span:nth-child(17) { height: 95%; animation-delay: 0.64s; }
.hero-card-bars span:nth-child(18) { height: 65%; animation-delay: 0.68s; }
.hero-card-bars span:nth-child(19) { height: 40%; animation-delay: 0.72s; }
.hero-card-bars span:nth-child(20) { height: 70%; animation-delay: 0.76s; }
.hero-card-bars span:nth-child(21) { height: 55%; animation-delay: 0.80s; }
.hero-card-bars span:nth-child(22) { height: 85%; animation-delay: 0.84s; }
.hero-card-bars span:nth-child(23) { height: 50%; animation-delay: 0.88s; }
.hero-card-bars span:nth-child(24) { height: 65%; animation-delay: 0.92s; }
.hero-card-bars span:nth-child(25) { height: 75%; animation-delay: 0.96s; }
.hero-card-bars span:nth-child(26) { height: 45%; animation-delay: 1.00s; }
.hero-card-bars span:nth-child(27) { height: 60%; animation-delay: 1.04s; }
.hero-card-bars span:nth-child(28) { height: 35%; animation-delay: 1.08s; }
.hero-card-bars span:nth-child(29) { height: 50%; animation-delay: 1.12s; }
.hero-card-bars span:nth-child(30) { height: 30%; animation-delay: 1.16s; }

.hero-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  padding-top: 18px;
}
.hero-card-stats > div { padding: 0 14px; }
.hero-card-stats > div + div { border-left: 1px solid var(--rule); }
.hero-card-stats strong { display: block; font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.hero-card-stats span { font-size: 11px; letter-spacing: 0.02em; color: var(--text-mute); font-weight: 500; }

.hero-card-noise { display: none; }

@media (max-width: 900px) {
  .masthead-grid { grid-template-columns: 1fr; gap: 48px; }
  .masthead-visual { max-width: 480px; }
}

/* ============================================================
   Stat strip - 4 stats in one row, between hero and features
   ============================================================ */

.stat-strip {
  background: var(--bg);
  padding: 0 24px;
}
.stat-strip-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  background: var(--bg-soft);
}
.stat-strip > div, .stat-cell {
  padding: 24px 28px;
}
.stat-cell + .stat-cell { border-left: 1px solid var(--rule); }
.stat-cell strong { display: block; font-size: 32px; font-weight: 800; color: var(--ink); letter-spacing: -0.035em; line-height: 1; margin-bottom: 6px; }
.stat-cell span { font-size: 13px; color: var(--text-mute); font-weight: 500; }
@media (max-width: 700px) {
  .stat-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .stat-cell:nth-child(4) { border-top: 1px solid var(--rule); }
}

/* ============================================================
   Hidden contents card (legacy SunoWatermark element) — drop
   ============================================================ */
.contents-card { display: none; }

/* ============================================================
   Coverage / what-we-cover (3 cards)
   ============================================================ */

.coverage-section { padding: 96px 24px 64px; background: var(--bg); }
.coverage-inner { max-width: var(--maxw); margin: 0 auto; }
.coverage-head { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 48px; }
.coverage-head h2 { font-size: clamp(32px, 4.2vw, 48px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.02; max-width: 540px; }
.coverage-head .coverage-sub { color: var(--text-mute); font-size: 16px; line-height: 1.6; max-width: 460px; }
@media (max-width: 800px) {
  .coverage-head { grid-template-columns: 1fr; gap: 16px; }
}
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.coverage-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  padding: 28px;
  transition: transform 220ms, border-color 220ms, box-shadow 220ms;
}
.coverage-card:hover {
  transform: translateY(-4px);
  border-color: var(--pink);
  box-shadow: var(--shadow-lift);
}
.coverage-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--pink-tint);
  color: var(--pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.coverage-icon svg { width: 22px; height: 22px; }
.coverage-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; color: var(--ink); }
.coverage-card p { font-size: 14px; line-height: 1.55; color: var(--text-mute); margin: 0; }
@media (max-width: 800px) {
  .coverage-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Verdict - simplified pink banner
   ============================================================ */

.verdict-block {
  margin: 0 24px;
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  padding: 64px 56px;
  position: relative;
  overflow: hidden;
}
.verdict-block::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,31,142,0.6) 0%, transparent 70%);
  pointer-events: none;
}
.verdict-inner {
  max-width: calc(var(--maxw) - 48px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.verdict-rank-label {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 12px;
  font-weight: 600;
  font-family: var(--mono);
}
.verdict-rank {
  font-size: clamp(80px, 12vw, 140px);
  font-weight: 800;
  color: #fff;
  line-height: 0.85;
  letter-spacing: -0.06em;
  margin-bottom: 6px;
}
.verdict-name {
  font-size: clamp(34px, 4vw, 44px);
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.035em;
  color: #fff;
}
.verdict-tagline { font-size: 15px; color: rgba(255,255,255,0.7); margin: 0 0 24px; }
.verdict-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  overflow: hidden;
  max-width: 520px;
}
.verdict-stat { padding: 18px 20px; }
.verdict-stat + .verdict-stat { border-left: 1px solid rgba(255,255,255,0.12); }
.verdict-stat strong { display: block; font-size: 22px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.03em; margin-bottom: 4px; }
.verdict-stat span { font-size: 10px; letter-spacing: 0.06em; color: var(--pink); text-transform: uppercase; font-weight: 600; }
.verdict-quote {
  font-style: normal;
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0 0 24px;
  font-weight: 400;
  max-width: 540px;
}
.verdict-quote::before { content: "\201C"; color: var(--pink); font-size: 36px; line-height: 0.2; vertical-align: -12px; margin-right: 4px; }
.verdict-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: 12px; color: var(--text-faint); }
.verdict-block .btn-primary { box-shadow: 0 12px 30px rgba(255,31,142,0.4); }

@media (max-width: 800px) {
  .verdict-inner { grid-template-columns: 1fr; gap: 24px; }
  .verdict-block { padding: 40px 28px; margin: 0 16px; }
  .verdict-stats { grid-template-columns: repeat(2, 1fr); }
  .verdict-stat:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,0.12); grid-column: 1 / -1; }
}

/* ============================================================
   Piece / longform text (still available, simpler styling)
   ============================================================ */

.piece { padding: 96px 24px; background: var(--bg-soft); }
.piece-inner { max-width: var(--readw); margin: 0 auto; }
.piece h2 { font-size: clamp(32px, 4.2vw, 48px); font-weight: 800; margin: 0 0 24px; letter-spacing: -0.04em; line-height: 1.05; color: var(--ink); }
.piece h2 .num {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 600;
  margin-bottom: 14px;
  font-family: var(--mono);
}
.piece h2 .num::after { content: ""; display: block; width: 24px; height: 2px; background: var(--pink); margin-top: 6px; }
.piece h3 { font-size: 22px; font-weight: 700; margin: 32px 0 12px; letter-spacing: -0.02em; }
.piece p { font-size: 17px; line-height: 1.65; margin: 0 0 18px; color: var(--text); }
.piece p.dropcap::first-letter { font-size: 64px; line-height: 0.8; float: left; padding: 4px 14px 0 0; font-weight: 800; color: var(--pink); }
.piece strong { color: var(--ink); font-weight: 600; }
.piece em { font-style: normal; color: var(--pink); font-weight: 500; }
.piece a { color: var(--pink); border-bottom: 1px solid rgba(255,31,142,0.35); }
.piece a:hover { color: var(--pink-hover); border-bottom-color: var(--pink-hover); }
.piece ul, .piece ol { padding-left: 24px; margin: 0 0 22px; font-size: 17px; line-height: 1.65; color: var(--text); }
.piece li { margin-bottom: 8px; }
.piece li::marker { color: var(--pink); font-weight: 700; }
.piece blockquote { border-left: 3px solid var(--pink); padding: 4px 0 4px 20px; margin: 28px 0; color: var(--ink); font-size: 19px; line-height: 1.5; font-weight: 500; }
.piece hr { border: 0; border-top: 1px solid var(--rule); margin: 48px 0; }

/* ============================================================
   Benchmark table - light theme
   ============================================================ */

.benchmark { background: var(--bg); padding: 96px 24px; }
.benchmark-inner { max-width: var(--maxw); margin: 0 auto; }
.benchmark h2 { font-size: clamp(32px, 4.2vw, 48px); margin: 0 0 12px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.05; }
.benchmark-sub { font-size: 16px; color: var(--text-mute); margin-bottom: 36px; max-width: 660px; line-height: 1.55; }
.benchmark-table-wrap {
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  overflow: hidden;
  overflow-x: auto;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.benchmark-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 720px; }
.benchmark-table th, .benchmark-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--rule-soft); vertical-align: middle; }
.benchmark-table th { background: var(--bg-soft); color: var(--text-mute); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.benchmark-table th.numeric, .benchmark-table td.numeric { text-align: right; font-variant-numeric: tabular-nums; }
.benchmark-table tr.winner { background: var(--bg-tint); }
.benchmark-table tr.winner td:first-child { border-left: 3px solid var(--pink); padding-left: 17px; }
.benchmark-table tr.winner .tool-name { color: var(--pink); }
.benchmark-table tr:last-child td { border-bottom: 0; }
.benchmark-table tr:hover { background: var(--bg-soft); }
.benchmark-table tr.winner:hover { background: var(--pink-tint); }
.benchmark-table .tool-name { font-size: 15px; font-weight: 600; color: var(--ink); }
.benchmark-table .tool-name small { display: block; font-size: 11px; font-weight: 500; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.04em; margin-top: 2px; }
.benchmark-table .winner-tag { display: inline-block; padding: 2px 8px; background: var(--pink); color: #fff; border-radius: var(--radius-pill); font-weight: 600; margin-left: 8px; font-size: 10px; letter-spacing: 0.04em; }
.benchmark-table .score-num { font-size: 15px; font-weight: 700; color: var(--ink); }
.benchmark-foot { font-size: 12px; color: var(--text-mute); margin-top: 18px; line-height: 1.55; }

/* ============================================================
   Methodology - light grid, kept compact
   ============================================================ */

.methodology-section { padding: 96px 24px; background: var(--bg-soft); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.methodology-inner { max-width: var(--maxw); margin: 0 auto; }
.methodology-section h2 { font-size: clamp(32px, 4.2vw, 48px); margin: 0 0 36px; max-width: 760px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.05; }
.methodology-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.methodology-card {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius-card);
  border: 1px solid var(--rule);
  transition: border-color 200ms, transform 200ms;
}
.methodology-card:hover { border-color: var(--pink); transform: translateY(-2px); }
.methodology-num { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink); font-weight: 600; margin-bottom: 14px; font-family: var(--mono); }
.methodology-card-title { font-size: 16px; font-weight: 700; line-height: 1.3; margin-bottom: 10px; color: var(--ink); letter-spacing: -0.02em; }
.methodology-card-body { font-size: 14px; line-height: 1.55; color: var(--text-mute); }

/* ============================================================
   Pricing - one focused tier
   ============================================================ */

.pricing-section { padding: 112px 24px; background: var(--bg); }
.pricing-inner { max-width: 960px; margin: 0 auto; text-align: center; }
.pricing-section .eyebrow { margin-left: auto; margin-right: auto; display: inline-flex; }
.pricing-section h2 { font-size: clamp(36px, 5vw, 56px); margin: 0 auto 14px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.02; max-width: 700px; }
.pricing-section .pricing-sub { color: var(--text-mute); font-size: 17px; max-width: 620px; margin: 0 auto 36px; line-height: 1.55; }
.pricing-banner {
  display: inline-block;
  background: var(--pink-tint);
  color: var(--pink);
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 32px;
  border-radius: var(--radius-pill);
}
.pricing-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: left;
  margin-top: 24px;
}
.tier {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 32px;
  position: relative;
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
}
.tier.popular {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: var(--shadow-lift);
  transform: translateY(-4px);
}
.tier-flag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pink);
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: var(--radius-pill);
}
.tier-name { font-size: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 12px; color: var(--text-mute); }
.tier.popular .tier-name { color: rgba(255,255,255,0.6); }
.tier-price { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -0.04em; color: var(--ink); margin-bottom: 4px; }
.tier.popular .tier-price { color: #fff; }
.tier-price small { font-size: 14px; font-weight: 500; color: var(--text-mute); margin-left: 4px; }
.tier.popular .tier-price small { color: rgba(255,255,255,0.6); }
.tier-period { font-size: 12px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 22px; font-weight: 500; }
.tier.popular .tier-period { color: rgba(255,255,255,0.55); }
.tier-features { list-style: none; padding: 0; margin: 0 0 28px; }
.tier-features li { padding: 9px 0 9px 26px; position: relative; font-size: 14px; color: var(--text); line-height: 1.5; }
.tier.popular .tier-features li { color: rgba(255,255,255,0.85); }
.tier-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 14px;
  background: var(--pink);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M2 7l3 3 7-7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M2 7l3 3 7-7' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center / contain no-repeat;
}
.tier-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: var(--radius-pill);
  background: var(--pink);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  transition: background 150ms, transform 150ms;
}
.tier-cta:hover { background: var(--pink-hover); color: #fff; transform: translateY(-1px); }
.tier.popular .tier-cta { background: #fff; color: var(--ink); }
.tier.popular .tier-cta:hover { background: var(--pink-tint); color: var(--pink); }
.tier-cta-disabled { background: var(--bg-soft) !important; color: var(--text-mute) !important; cursor: default !important; pointer-events: none; }
.tier-urgency { font-size: 11px; color: var(--pink); margin-bottom: 14px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.tier.popular .tier-urgency { color: var(--pink); }
.pricing-note { font-size: 12px; color: var(--text-mute); margin-top: 32px; line-height: 1.55; }
.pricing-note a { color: var(--pink); border-bottom: 1px solid rgba(255,31,142,0.35); }

@media (max-width: 900px) {
  .pricing-row { grid-template-columns: 1fr; }
  .tier.popular { transform: none; }
}

/* ============================================================
   Guides grid - simplified
   ============================================================ */

.guides-section { padding: 96px 24px; background: var(--bg-soft); border-top: 1px solid var(--rule); }
.guides-inner { max-width: var(--maxw); margin: 0 auto; }
.guides-section h2 { font-size: clamp(32px, 4.2vw, 48px); margin: 0 0 12px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.05; }
.guides-sub { font-size: 16px; color: var(--text-mute); max-width: 660px; margin-bottom: 36px; line-height: 1.55; }
.guides-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.guide-card {
  background: #fff;
  border: 1px solid var(--rule);
  padding: 24px;
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 200ms, transform 200ms, box-shadow 200ms;
}
.guide-card:hover { border-color: var(--pink); color: var(--ink); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.guide-card-placeholder { opacity: 0.7; }
.guide-card-tag { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink); font-weight: 600; font-family: var(--mono); }
.guide-card-title { font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--ink); letter-spacing: -0.02em; }
.guide-card-desc { font-size: 14px; color: var(--text-mute); line-height: 1.55; }
.guide-card-cta { margin-top: auto; font-size: 12px; color: var(--pink); letter-spacing: 0.02em; padding-top: 12px; font-weight: 600; }

/* ============================================================
   Testimonials
   ============================================================ */

.testimonials { padding: 96px 24px; background: var(--bg); }
.testimonials-inner { max-width: var(--maxw); margin: 0 auto; }
.testimonials h2 { font-size: clamp(32px, 4.2vw, 48px); margin: 0 0 36px; max-width: 720px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.05; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.testimonial {
  background: #fff;
  padding: 28px 26px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  transition: border-color 200ms;
}
.testimonial:hover { border-color: var(--pink); }
.testimonial-quote { font-style: normal; font-size: 15px; line-height: 1.55; color: var(--ink); margin: 0 0 22px; font-weight: 400; }
.testimonial-quote::before { content: "\201C"; font-size: 36px; color: var(--pink); line-height: 0.2; vertical-align: -10px; margin-right: 2px; }
.testimonial-name { font-weight: 600; font-size: 14px; color: var(--ink); }
.testimonial-detail { font-size: 12px; color: var(--text-mute); margin-top: 2px; }
.testimonial-result {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pink);
  margin-top: 12px;
  padding: 4px 10px;
  background: var(--pink-tint);
  border-radius: var(--radius-pill);
}

/* ============================================================
   FAQ
   ============================================================ */

.faq-section { padding: 96px 24px; background: var(--bg-soft); border-top: 1px solid var(--rule); }
.faq-section-inner { max-width: var(--readw); margin: 0 auto; }
.faq-section h2 { font-size: clamp(32px, 4.2vw, 48px); margin: 0 0 36px; font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1.05; }
.faq-item {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 200ms;
}
.faq-item:hover { border-color: rgba(255,31,142,0.35); }
.faq-item.open { border-color: var(--pink); }
.faq-button { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; cursor: pointer; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; font-size: 16px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.faq-q { flex: 1; }
.faq-chev { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; transition: transform 300ms; color: var(--pink); }
.faq-item.open .faq-chev { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 350ms; }
.faq-item.open .faq-answer { max-height: 800px; }
.faq-answer p { font-size: 15px; line-height: 1.6; color: var(--text-mute); padding: 0 24px 22px; margin: 0; }

/* ============================================================
   Final CTA strip
   ============================================================ */

.final-cta {
  margin: 0 24px 96px;
  padding: 96px 56px;
  text-align: center;
  background: var(--ink);
  color: #fff;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(255,31,142,0.45) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta > div { position: relative; z-index: 1; }
.final-cta h2 { color: #fff; font-size: clamp(36px, 5vw, 60px); font-weight: 800; letter-spacing: -0.04em; margin: 0 0 18px; line-height: 1.02; }
.final-cta h2 em { font-style: normal; color: var(--pink); }
.final-cta p { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 560px; margin: 0 auto 32px; line-height: 1.55; }
.final-cta .btn-primary { box-shadow: 0 16px 36px rgba(255,31,142,0.4); }
.final-cta-note { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 28px; letter-spacing: 0.04em; }

@media (max-width: 700px) {
  .final-cta { padding: 56px 28px; margin: 0 16px 64px; }
}

/* ============================================================
   Pillar / article pages (light theme)
   ============================================================ */

.pillar-main { padding: 0; background: var(--bg); }
.pillar-hero { padding: 64px 24px 40px; border-bottom: 1px solid var(--rule); background: var(--bg-soft); position: relative; overflow: hidden; }
.pillar-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, var(--pink-tint) 0%, transparent 70%);
  pointer-events: none;
}
.pillar-hero-inner { max-width: var(--readw); margin: 0 auto; position: relative; z-index: 1; }
.breadcrumbs { font-size: 12px; letter-spacing: 0.04em; color: var(--text-mute); text-transform: uppercase; margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; font-weight: 500; font-family: var(--mono); }
.breadcrumbs a { color: var(--text-mute); }
.breadcrumbs a:hover { color: var(--pink); }
.breadcrumbs span.sep { color: var(--text-faint); }
.pillar-hero h1 { font-size: clamp(36px, 5.5vw, 56px); font-weight: 800; line-height: 1.02; letter-spacing: -0.04em; margin: 0 0 18px; color: var(--ink); }
.pillar-hero .lede { font-size: 19px; color: var(--text-mute); line-height: 1.5; font-style: normal; margin: 0 0 24px; max-width: 660px; font-weight: 400; }
.pillar-hero-meta { font-size: 12px; color: var(--text-mute); letter-spacing: 0.04em; display: flex; gap: 24px; flex-wrap: wrap; font-weight: 500; font-family: var(--mono); text-transform: uppercase; }
.pillar-hero-meta strong { color: var(--ink); font-weight: 600; }
.pillar-hero-meta a { color: var(--pink); }

.takeaway { background: var(--pink-tint); padding: 22px 26px; margin: 32px auto; max-width: var(--readw); border-radius: var(--radius-card); }
.takeaway-title { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink); margin-bottom: 12px; font-family: var(--mono); }
.takeaway ul { list-style: none; padding: 0; margin: 0; }
.takeaway li { font-size: 15px; color: var(--ink); line-height: 1.5; padding-left: 22px; position: relative; margin-bottom: 8px; font-weight: 500; }
.takeaway li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--pink); border-radius: 50%; }

.toc { padding: 0; margin: 24px auto 36px; max-width: var(--readw); }
.toc-title { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 12px; padding-top: 18px; border-top: 1px solid var(--rule); font-family: var(--mono); }
.toc ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; columns: 2; column-gap: 32px; }
.toc li { counter-increment: toc; padding: 6px 0 6px 32px; position: relative; font-size: 14px; break-inside: avoid; }
.toc li::before { content: counter(toc, decimal-leading-zero); position: absolute; left: 0; color: var(--pink); font-weight: 600; font-size: 12px; font-family: var(--mono); }
.toc a { color: var(--text-mute); }
.toc a:hover { color: var(--pink); }

.pillar-body { padding: 40px 24px 64px; max-width: var(--readw); margin: 0 auto; background: var(--bg); }
.pillar-body figure { margin: 40px 0; }
.pillar-body figure img { width: 100%; height: auto; border-radius: var(--radius-card); border: 1px solid var(--rule); }
.pillar-body figcaption { font-size: 13px; color: var(--text-mute); margin-top: 12px; line-height: 1.5; }
.pillar-body h2 { font-size: clamp(26px, 3.4vw, 32px); font-weight: 800; line-height: 1.15; letter-spacing: -0.03em; margin: 48px 0 14px; color: var(--ink); scroll-margin-top: 90px; }
.pillar-body h2:first-child { margin-top: 0; }
.pillar-body h3 { font-size: 20px; font-weight: 700; margin: 32px 0 10px; letter-spacing: -0.02em; color: var(--ink); }
.pillar-body p { font-size: 17px; color: var(--text); line-height: 1.7; margin: 0 0 18px; }
.pillar-body > p:first-of-type::first-letter { font-size: 56px; line-height: 0.8; float: left; padding: 4px 14px 0 0; font-weight: 800; color: var(--pink); }
.pillar-body strong { color: var(--ink); font-weight: 600; }
.pillar-body em { font-style: normal; color: var(--pink); font-weight: 500; }
.pillar-body a { color: var(--pink); border-bottom: 1px solid rgba(255,31,142,0.35); }
.pillar-body a:hover { border-bottom-color: var(--pink-hover); color: var(--pink-hover); }
.pillar-body ul, .pillar-body ol { padding-left: 22px; margin: 0 0 22px; font-size: 17px; line-height: 1.7; color: var(--text); }
.pillar-body li { margin-bottom: 8px; }
.pillar-body li::marker { color: var(--pink); font-weight: 700; }
.pillar-body blockquote { border-left: 3px solid var(--pink); padding: 4px 0 4px 22px; margin: 28px 0; color: var(--ink); font-size: 19px; line-height: 1.5; font-weight: 500; }
.pillar-body code { background: var(--bg-soft); border: 1px solid var(--rule); border-radius: 4px; padding: 1px 6px; font-family: var(--mono); font-size: 14px; color: var(--pink); }
.pillar-body pre { background: var(--bg-soft); color: var(--ink); border: 1px solid var(--rule); border-radius: var(--radius-card); padding: 20px 24px; overflow-x: auto; margin: 22px 0; font-family: var(--mono); font-size: 13px; }
.pillar-body table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 14px; background: #fff; border: 1px solid var(--rule); border-radius: var(--radius-card); overflow: hidden; }
.pillar-body th, .pillar-body td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--rule-soft); color: var(--text); }
.pillar-body th { background: var(--bg-soft); color: var(--text-mute); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.pillar-body hr { border: 0; border-top: 1px solid var(--rule); margin: 48px 0; }

.callout { background: var(--pink-tint); padding: 22px 26px; margin: 28px 0; border-radius: var(--radius-card); }
.callout p { font-size: 15px; color: var(--ink); line-height: 1.55; margin: 0; font-weight: 500; }

.pillar-cta {
  margin: 0 24px 80px;
  padding: 72px 56px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.pillar-cta::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 340px;
  background: radial-gradient(ellipse, rgba(255,31,142,0.4) 0%, transparent 70%);
  pointer-events: none;
}
.pillar-cta > * { position: relative; z-index: 1; }
.pillar-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin: 0 0 16px; letter-spacing: -0.035em; line-height: 1.05; }
.pillar-cta h2 em { font-style: normal; color: var(--pink); }
.pillar-cta p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 520px; margin: 0 auto 28px; line-height: 1.55; }
.pillar-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.related-strip { padding: 64px 24px; background: var(--bg-soft); border-top: 1px solid var(--rule); }
.related-strip-inner { max-width: var(--maxw); margin: 0 auto; }
.related-strip h2 { font-size: 22px; font-weight: 800; margin: 0 0 24px; letter-spacing: -0.025em; color: var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.related-card { display: flex; flex-direction: column; gap: 8px; text-decoration: none; padding: 20px; background: #fff; border: 1px solid var(--rule); border-radius: var(--radius-card); transition: border-color 200ms, transform 200ms; }
.related-card:hover { border-color: var(--pink); transform: translateY(-2px); }
.related-card-tag { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--pink); font-weight: 600; font-family: var(--mono); }
.related-card-title { font-size: 17px; font-weight: 700; line-height: 1.3; letter-spacing: -0.02em; color: var(--ink); }
.related-card-desc { font-size: 13px; color: var(--text-mute); line-height: 1.55; }
.related-card-cta { font-size: 11px; color: var(--pink); margin-top: 6px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }

/* ============================================================
   Footer
   ============================================================ */

.site-footer { background: var(--bg); color: var(--text-mute); border-top: 1px solid var(--rule); padding: 64px 24px 28px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 40px; border-bottom: 1px solid var(--rule); }
.footer-brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-weight: 800; font-size: 20px; color: var(--ink); letter-spacing: -0.03em; }
.footer-glyph { width: 26px; height: 26px; }
.footer-tagline { font-size: 14px; color: var(--text-mute); margin: 0; }
.footer-col-title { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { font-size: 14px; line-height: 1.6; padding: 4px 0; }
.footer-col a { color: var(--text-mute); font-weight: 400; }
.footer-col a:hover { color: var(--pink); }
.footer-bottom { padding-top: 28px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; color: var(--text-faint); }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .footer-top { grid-template-columns: 1fr; }
  .masthead { padding: 56px 20px 48px; }
  .piece { padding: 56px 20px; }
  .nav-links { display: none; }
  .toc ol { columns: 1; }
}

/* ============================================================
   Byline + team grid (E-E-A-T)
   ============================================================ */

.byline {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0 24px;
  padding: 10px 16px 10px 10px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
  background: #fff;
  text-decoration: none;
  transition: border-color 200ms;
}
.byline:hover { border-color: var(--pink); }
.byline-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}
.byline-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.byline-text { line-height: 1.25; }
.byline-author { font-size: 14px; font-weight: 600; color: var(--ink); }
.byline-author a { color: var(--ink); border-bottom: none; }
.byline-author a:hover { color: var(--pink); }
.byline-role { font-size: 12px; color: var(--text-mute); margin-top: 2px; }
.byline-role a { color: var(--text-mute); border-bottom: 1px solid var(--rule); }
.byline-role a:hover { color: var(--pink); border-bottom-color: var(--pink); }

.team-grid-section {
  max-width: var(--maxw);
  margin: 56px auto 8px;
  padding: 0 0;
}
.team-grid-section h2 {
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 12px;
  color: var(--ink);
}
.team-grid-intro {
  font-size: 16px;
  color: var(--text-mute);
  line-height: 1.55;
  max-width: 640px;
  margin: 0 0 36px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: var(--radius-card);
  transition: border-color 200ms, transform 200ms;
  scroll-margin-top: 80px;
}
.team-card:hover { border-color: var(--pink); transform: translateY(-2px); }
.team-card:target { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-tint); }
.team-card-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.team-card-meta { width: 100%; }
.team-card-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--ink);
}
.team-card-role {
  font-size: 12px;
  color: var(--pink);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.team-card-bio {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-mute);
  margin: 0;
}

@media (max-width: 700px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Undetectr Recommended Tool box (cluster prominence)
   ============================================================ */

.tool-box {
  max-width: var(--readw);
  margin: 36px auto 40px;
  background: linear-gradient(180deg, #ffe1ee 0%, #fff 100%);
  border: 2px solid var(--pink);
  border-radius: var(--radius-card);
  padding: 28px 32px;
  box-shadow: var(--shadow-lift);
  position: relative;
  overflow: hidden;
}
.tool-box::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,31,142,0.20) 0%, transparent 70%);
  pointer-events: none;
}
.tool-box-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
  position: relative;
}
.tool-box-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink);
  font-family: var(--mono);
}
.tool-box-rank {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  background: #fff;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  font-family: var(--mono);
  border: 1px solid var(--pink);
}
.tool-box-main { position: relative; }
.tool-box-name {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
  margin: 0 0 10px;
}
.tool-box-tag {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
  margin: 0 0 22px;
  font-weight: 500;
}
.tool-box-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,31,142,0.25);
  border-bottom: 1px solid rgba(255,31,142,0.25);
  padding: 16px 0;
  margin-bottom: 20px;
}
.tool-box-stats > div {
  text-align: center;
  padding: 0 8px;
}
.tool-box-stats > div + div {
  border-left: 1px solid rgba(255,31,142,0.25);
}
.tool-box-stats strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--pink);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 4px;
}
.tool-box-stats span {
  font-size: 11px;
  color: var(--text-mute);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: var(--mono);
}
.tool-box-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pink);
  color: #fff;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: var(--shadow-pink);
  transition: background 150ms, transform 150ms, box-shadow 150ms;
}
.tool-box-cta:hover {
  background: var(--pink-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(255,31,142,0.32);
}
.tool-box-note {
  font-size: 12px;
  color: var(--text-mute);
  margin: 14px 0 0;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .tool-box { padding: 22px 20px; margin: 28px auto 32px; }
  .tool-box-name { font-size: 30px; }
  .tool-box-stats strong { font-size: 20px; }
}
