/* ============================================================
   PluckShot /sports — page-specific styles.
   Shared chrome (nav, footer, buttons, .section-label / .section-headline /
   .section-sub, design tokens) comes from styles.css. This file holds only
   the bespoke sports hero (combine → ranked-verdict visual) and the banded
   sections. Colors draw from the styles.css token set; the dark "board"
   surfaces use a small explicit set not present in the token ramp.
   ============================================================ */

/* ---- banded section layout (matches the main site's rhythm) ---- */
.sports-band { padding: var(--section-padding) clamp(20px, 4vw, 48px); }
.sports-band .inner { max-width: var(--content-width); margin: 0 auto; }
.sports-band--tint { background: var(--light-3); }
.sports-band--dark { background: var(--near-black); color: var(--white); }

/* Centered section header — the main site's convention (section-label +
   section-headline + section-sub, centered). */
.sports-head { text-align: center; margin-bottom: 56px; }
.sports-head .section-sub { margin-left: auto; margin-right: auto; margin-bottom: 0; }
.sports-band--dark .section-headline { color: var(--white); }
.sports-band--dark .section-sub { color: var(--zinc); }

/* ============================================================
   HERO — dark, two-column: copy + the combine stage
   ============================================================ */
.hero {
  background: var(--near-black); color: var(--white);
  padding: clamp(60px, 8vw, 104px) clamp(20px, 4vw, 48px) clamp(80px, 9vw, 120px);
  position: relative; overflow: hidden;
}
/* faint field-yard lines — monochrome 1px pattern, not a color gradient */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 88px);
}
.hero-inner { max-width: var(--content-width); margin: 0 auto; position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }

/* Center the whole hero copy column so it matches the index hero's premium
   centered stack (eyebrow → headline → sub → trial → download module).
   text-align cascades to the label/headline/sub/trial; the download module is
   a flex column, so it's centered explicitly below. */
.hero-copy { text-align: center; }
.hero-copy .hero-sub { margin-left: auto; margin-right: auto; }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.4vw, 76px); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1.05; margin: 20px 0 22px;
}
.hero h1 .accent { color: var(--blue); }
.hero-sub { font-size: clamp(17px, 1.7vw, 20px); color: var(--gray-5); max-width: 520px; line-height: 1.6; }
.hero-trial { margin-top: 30px; font-size: 14px; color: var(--gray-3); }
.hero-trial b { color: var(--white); font-weight: 600; }

/* Premium download module — centered, matching the index hero's stack. */
.hero .hero-downloads { align-items: center; margin-top: 18px; margin-bottom: 0; gap: 18px; }
.hero .download-also { text-align: center; }
.hero .download-secondary-buttons { justify-content: center; }

/* ---- the combine stage (the one unforgettable visual) ---- */
.stage { position: relative; }
.stage-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--gray-3); margin-bottom: 14px;
  display: flex; gap: 8px; align-items: center;
}
.stage-label .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gray-3); }

.board {
  background: #131316; border: 1px solid #26262c; border-radius: 16px;
  padding: 16px; box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}
.board-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pcard {
  background: #1b1b20; border: 1px solid #2b2b32; border-radius: 12px; padding: 13px 14px;
  opacity: 0; transform: translateY(14px) scale(0.96);
  animation: cardIn 0.6s var(--transition-smooth) forwards;
}
.pcard:nth-child(1) { animation-delay: 0.15s; }
.pcard:nth-child(2) { animation-delay: 0.30s; }
.pcard:nth-child(3) { animation-delay: 0.45s; }
.pcard:nth-child(4) { animation-delay: 0.60s; }
@keyframes cardIn { to { opacity: 1; transform: translateY(0) scale(1); } }

.pcard-img {
  display: block; width: 100%; height: 108px; object-fit: contain; margin: 4px 0 12px;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,0.5));
}

.pcard-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.pos {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.5px;
  padding: 2px 7px; border-radius: 6px; background: #26262c; color: #c4c4cc;
}
.rank-chip {
  font-family: var(--font-mono); font-size: 11px; font-weight: 700;
  width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center;
  background: #26262c; color: var(--zinc);
}
.pname { font-size: 15px; font-weight: 700; color: var(--white); }
.pmeta { font-size: 12px; color: #8a8a93; margin-top: 2px; }
.pstats { display: flex; gap: 14px; margin-top: 11px; }
.pstat { font-family: var(--font-mono); }
.pstat .n { font-size: 16px; font-weight: 700; color: #e8e8ec; }
.pstat .l { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #6f6f78; display: block; }

/* analyze pill */
.analyze-row { display: flex; align-items: center; gap: 10px; margin: 14px 2px 4px; }
.analyze-pill {
  flex: 1; display: flex; align-items: center; gap: 9px;
  background: #1b1b20; border: 1px solid #2b2b32; border-radius: 10px; padding: 10px 13px;
  font-size: 13px; color: #8a8a93;
}
.analyze-pill .spark { color: var(--blue); }
.analyze-go {
  background: var(--blue); color: #fff; font-weight: 600; font-size: 13px;
  padding: 10px 16px; border-radius: 10px; white-space: nowrap;
}

/* verdict card (white card stamped onto the dark board) */
.verdict {
  margin-top: 12px; background: var(--white); color: var(--near-black);
  border-radius: 12px; padding: 15px 16px;
  opacity: 0; transform: translateY(10px);
  animation: verdictIn 0.6s var(--transition-smooth) 0.95s forwards;
}
@keyframes verdictIn { to { opacity: 1; transform: translateY(0); } }
.verdict-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; }
.verdict-title { font-size: 12px; font-family: var(--font-mono); letter-spacing: 1px; text-transform: uppercase; color: var(--gray-3); }
.verdict-badge { font-size: 11px; font-weight: 700; color: var(--blue); font-family: var(--font-mono); }
.vrow { display: flex; align-items: center; gap: 11px; padding: 7px 0; border-top: 1px solid var(--light-2); }
.vrow:first-of-type { border-top: none; }
.vrank {
  font-family: var(--font-mono); font-weight: 700; font-size: 13px;
  width: 24px; height: 24px; border-radius: 6px; display: grid; place-items: center;
  background: var(--light-2); color: var(--gray-3);
}
.vrow.start .vrank { background: var(--blue); color: var(--white); }
.vname { font-weight: 600; font-size: 14px; flex: 1; }
.vtag { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.5px; padding: 3px 9px; border-radius: 999px; }
.vtag.go { background: var(--blue); color: var(--white); }
.vtag.sit { background: var(--light-2); color: var(--gray-3); }
.verdict-note { margin-top: 11px; font-size: 13px; color: var(--gray-2); line-height: 1.45; }
.verdict-note b { color: var(--near-black); }

.stage-cap { margin-top: 14px; font-size: 13px; color: #8a8a93; font-family: var(--font-mono); letter-spacing: 0.5px; }
.stage-cap b { color: var(--white); }

/* ============================================================
   STATS STRIP
   ============================================================ */
.strip { background: var(--dark-1); color: var(--white); padding: 22px clamp(20px, 4vw, 48px); }
.strip-inner {
  max-width: var(--content-width); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.5px; color: #c4c4cc;
}
.strip-inner .sep { color: var(--blue); }

/* ============================================================
   HOW (3 steps)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
/* the shared styles.css adds a dashed connector for the index page's icon
   steps; these cards are self-contained, so suppress that inherited line. */
#how .steps .step::after { display: none; }
.step {
  border: 1px solid var(--light-1); border-radius: 18px; padding: 22px 22px 26px;
  background: var(--white); transition: transform 0.25s, box-shadow 0.25s;
  display: flex; flex-direction: column;
}
.step:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(17, 17, 17, 0.08); }
.step-top { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.step-num { font-family: var(--font-mono); font-weight: 700; font-size: 12px; color: var(--blue); background: var(--blue-glow); border-radius: 7px; padding: 4px 9px; }
.step-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-5); }
.step h3 { font-size: 18px; margin: 0 0 8px; font-weight: 700; color: var(--black); letter-spacing: -0.01em; }
.step p { font-size: 14px; color: var(--gray-3); line-height: 1.55; margin-top: auto; }

/* the mini product visual inside each step */
.step-art {
  width: 100%; background: var(--near-black); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px;
  height: 150px; margin-bottom: 18px; padding: 14px; position: relative; overflow: hidden;
}

/* step 1 art — a player card framed by capture crosshair brackets */
.cap-card { position: absolute; inset: 22px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 9px; padding: 12px; }
.cap-pos { font-family: var(--font-mono); font-size: 10px; font-weight: 700; color: var(--gray-6); background: rgba(255, 255, 255, 0.08); border-radius: 5px; padding: 2px 6px; display: inline-block; }
.cap-name { font-weight: 700; font-size: 14px; margin: 8px 0 3px; color: var(--white); }
.cap-meta { font-size: 11px; color: var(--zinc); }
.cap-stat { font-family: var(--font-mono); font-weight: 700; font-size: 16px; margin-top: 8px; color: var(--white); }
.cap-stat span { font-size: 10px; color: var(--zinc); font-weight: 400; }
.cap-bracket { position: absolute; width: 16px; height: 16px; border: 2px solid var(--blue); }
.cap-bracket.tl { top: 10px; left: 10px; border-right: 0; border-bottom: 0; border-radius: 3px 0 0 0; }
.cap-bracket.tr { top: 10px; right: 10px; border-left: 0; border-bottom: 0; border-radius: 0 3px 0 0; }
.cap-bracket.bl { bottom: 10px; left: 10px; border-right: 0; border-top: 0; border-radius: 0 0 0 3px; }
.cap-bracket.br { bottom: 10px; right: 10px; border-left: 0; border-top: 0; border-radius: 0 0 3px 0; }

/* step 2 art — the 2x2 combine grid merging to one */
.combine-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 7px; height: 100%; }
.combine-cell { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 7px; display: flex; flex-direction: column; justify-content: center; padding: 0 10px; }
.combine-cell .cc-name { font-weight: 700; font-size: 12px; color: var(--white); }
.combine-cell .cc-val { font-family: var(--font-mono); font-size: 11px; color: var(--blue); font-weight: 600; }
.combine-cell.win { border-color: rgba(74, 158, 255, 0.55); background: rgba(74, 158, 255, 0.14); }
.combine-merge { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--blue); color: var(--white); font-family: var(--font-mono); font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 100px; letter-spacing: 0.05em; box-shadow: 0 0 0 5px var(--near-black), 0 4px 12px rgba(0, 0, 0, 0.5); }

/* step 3 art — the ranked start/sit verdict */
.rank-list { display: flex; flex-direction: column; gap: 7px; height: 100%; justify-content: center; }
.rank-row { display: flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 7px; padding: 7px 10px; }
.rank-rk { width: 18px; height: 18px; border-radius: 5px; background: rgba(255, 255, 255, 0.1); color: var(--zinc); font-family: var(--font-mono); font-weight: 700; font-size: 10px; display: flex; align-items: center; justify-content: center; }
.rank-row.go .rank-rk { background: var(--blue); color: var(--white); }
.rank-nm { font-weight: 600; font-size: 12px; flex: 1; color: var(--white); }
.rank-tag { font-family: var(--font-mono); font-size: 9px; font-weight: 700; letter-spacing: 0.06em; padding: 2px 7px; border-radius: 100px; }
.rank-tag.start { background: var(--blue); color: var(--white); }
.rank-tag.sit { background: rgba(255, 255, 255, 0.1); color: var(--zinc); }

/* ============================================================
   USE-CASE BANDS (alternating)
   ============================================================ */
.case { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.case + .case { margin-top: clamp(64px, 8vw, 108px); }
.case.flip .case-copy { order: 2; }
.sport-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--gray-3); margin-bottom: 16px;
}
.sport-tag .pip { width: 6px; height: 6px; border-radius: 50%; background: var(--gray-3); }
.case h3 { font-size: clamp(24px, 2.8vw, 34px); font-weight: 800; letter-spacing: -0.02em; color: var(--black); }
.case p { font-size: 17px; color: var(--gray-3); margin-top: 14px; line-height: 1.6; }
/* supporting points use the shared .mode-pills / .mode-pill chips (styles.css) */
.case .mode-pills { margin-top: 22px; margin-bottom: 0; }

/* product screenshot for each case */
.case-art { border: 1px solid var(--light-1); border-radius: 18px; padding: 0; background: var(--near-black); overflow: hidden; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1); }
.case-shot { display: block; width: 100%; height: auto; }

/* ============================================================
   DIFFERENTIATOR (dark band)
   ============================================================ */
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.diff-card { border: 1px solid #26262c; border-radius: 16px; padding: 30px 28px; background: #131316; }
.diff-card .k { font-family: var(--font-mono); color: var(--blue); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.diff-card h3 { font-size: 19px; font-weight: 700; color: var(--white); margin: 10px 0; }
.diff-card p { color: var(--zinc); font-size: 15px; line-height: 1.6; }

/* ============================================================
   FINAL CTA (dark band, centered)
   ============================================================ */
.sports-final { text-align: center; }
.sports-final h2 { font-family: var(--font-display); font-size: clamp(32px, 5vw, 60px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.1; color: var(--white); }
.sports-final h2 .accent { color: var(--blue); }
.sports-final p { color: var(--zinc); font-size: 18px; margin: 20px auto 34px; max-width: 520px; }
.sports-final .hero-trial { color: #8a8a93; }

/* ============================================================
   RESPONSIVE — one breakpoint for every two-column collapse
   ============================================================ */
@media (max-width: 980px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .case { grid-template-columns: 1fr; gap: 36px; }
  /* copy always reads before its art on mobile, flipped or not */
  .case.flip .case-copy { order: 0; }
  .case.flip .case-art { order: 0; }
  .diff-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pcard, .verdict { animation: none !important; opacity: 1 !important; transform: none !important; }
}
