/* ============================================================
   JOHNNY ROGERS #74 — shared stylesheet
   Editorial sportscard / 90s broadcast aesthetic
   Navy + electric lime + cream + flame red
   ============================================================ */

:root {
  --navy: #0a1628;
  --navy-2: #14233e;
  --navy-3: #1d3155;
  --lime: #d4ff3c;
  --lime-dim: #a8cc2f;
  --cream: #f4ecd8;
  --cream-2: #ebe0c4;
  --red: #c63d1f;
  --red-dark: #8f2912;
  --gray: #3a4456;
  --gray-2: #6b7384;

  --display: 'Big Shoulders Stencil Display', sans-serif;
  --display-solid: 'Big Shoulders Display', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --serif: 'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--navy);
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  min-height: 100vh;
}

/* halftone + grain */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 100;
  background-image: radial-gradient(circle at 1px 1px, rgba(244,236,216,.04) 1px, transparent 0);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 101;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.92 0 0 0 0 0.85 0 0 0 0.08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .35;
  mix-blend-mode: overlay;
}

a { color: var(--lime); text-decoration: none; }
a:hover { color: var(--cream); }

/* ========== TOP BAR ========== */
.topbar {
  position: relative; z-index: 5;
  padding: 22px 6vw;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid rgba(244,236,216,.08);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
}
.topbar .mark { display: flex; align-items: center; gap: 10px; }
.topbar .mark a { color: var(--cream); }
.topbar .mark .dot {
  width: 8px; height: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--lime);
}
.topbar nav { display: flex; gap: 28px; }
.topbar nav a { color: var(--cream); opacity: .65; transition: opacity .2s; }
.topbar nav a:hover, .topbar nav a.active { opacity: 1; color: var(--lime); }
@media (max-width: 720px) { .topbar nav { display: none; } }

/* ========== HERO ========== */
.hero {
  position: relative;
  padding: 60px 6vw 80px;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute; top: -15%; right: -25%;
  width: 70%; height: 130%;
  background: var(--lime);
  transform: rotate(15deg);
  opacity: .07;
  z-index: -2;
}
.hero::after {
  content: '';
  position: absolute; top: 30%; left: -10%;
  width: 50%; height: 8px;
  background: var(--red);
  transform: rotate(-8deg);
  z-index: -1;
  opacity: .8;
}

.hero-meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 24px;
  display: flex; gap: 16px; align-items: center;
}
.hero-meta .bar { width: 36px; height: 1px; background: var(--lime); }

.hero-stack {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 48px;
}

.hero-name {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: clamp(56px, 12vw, 168px);
  line-height: 0.85;
  letter-spacing: -0.02em;
  color: var(--cream);
  text-transform: uppercase;
  animation: slideUp .9s cubic-bezier(.2,.7,.2,1) both;
}
.hero-name .last { display: block; color: var(--lime); }
.hero-name .last em {
  font-style: normal;
  font-family: var(--display);
  font-weight: 900;
  -webkit-text-stroke: 2px var(--lime);
  color: transparent;
}

.hero-jersey {
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(120px, 22vw, 320px);
  line-height: 0.8;
  color: var(--lime);
  letter-spacing: -0.03em;
  text-shadow: 6px 6px 0 var(--red);
  animation: jerseyDrop 1.1s cubic-bezier(.2,.7,.2,1) both;
  transform-origin: bottom right;
}

.hero-tagline {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  color: var(--cream);
  opacity: .82;
  max-width: 56ch;
  border-left: 3px solid var(--lime);
  padding-left: 16px;
  margin-bottom: 36px;
  animation: fadeIn 1s .3s both;
}

/* SLASH LINE */
.slash {
  display: flex; flex-wrap: wrap;
  align-items: baseline;
  gap: 0 16px;
  border-top: 1px solid rgba(244,236,216,.15);
  border-bottom: 1px solid rgba(244,236,216,.15);
  padding: 28px 0;
  margin-top: 8px;
  animation: fadeIn 1s .5s both;
}
.slash-num {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: clamp(48px, 9vw, 120px);
  line-height: 0.9;
  color: var(--cream);
  letter-spacing: -0.03em;
}
.slash-num.accent { color: var(--lime); }
.slash-sep {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: clamp(48px, 9vw, 120px);
  line-height: 0.9;
  color: var(--red);
  opacity: .8;
}
.slash-meta {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .55;
  line-height: 1.7;
  text-align: right;
}
.slash-meta strong { color: var(--lime); opacity: 1; font-weight: 700; }

@media (max-width: 760px) {
  .hero-stack { grid-template-columns: 1fr; }
  .hero-jersey { text-align: right; }
  .slash-meta { margin-left: 0; text-align: left; width: 100%; margin-top: 12px; }
}

/* ========== HEADLINE STAT CARDS ========== */
.stat-strip {
  padding: 60px 6vw;
  background: var(--navy-2);
  border-top: 1px solid rgba(244,236,216,.06);
  border-bottom: 1px solid rgba(244,236,216,.06);
  position: relative;
}
.stat-strip::before {
  content: 'SEASON SNAPSHOT';
  position: absolute; top: 18px; left: 6vw;
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.3em;
  color: var(--lime); opacity: .6;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(244,236,216,.08);
  border: 1px solid rgba(244,236,216,.08);
  margin-top: 36px;
}
.stat-card {
  background: var(--navy-2);
  padding: 28px 24px;
  position: relative;
  transition: background .3s ease;
}
.stat-card:hover { background: var(--navy-3); }
.stat-card:hover .stat-num { color: var(--lime); }
.stat-label {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cream); opacity: .55;
  margin-bottom: 12px;
}
.stat-num {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 0.9;
  color: var(--cream);
  letter-spacing: -0.02em;
  transition: color .3s;
}
.stat-sub {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime); opacity: .8;
  margin-top: 8px;
}
.stat-card.feature .stat-num { color: var(--lime); }
.stat-card.feature {
  background: linear-gradient(135deg, var(--navy-2) 0%, var(--navy-3) 100%);
}
@media (max-width: 760px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ========== SECTIONS ========== */
.full-stats { padding: 80px 6vw; }
.section-eyebrow {
  font-family: var(--mono);
  font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.section-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--lime); }
.section-title {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.95;
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 48px;
}
.section-title em { font-style: normal; color: var(--lime); }

.stat-tables { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
@media (max-width: 760px) { .stat-tables { grid-template-columns: 1fr; gap: 32px; } }

.stat-table { border-top: 2px solid var(--cream); }
.stat-table h3 {
  font-family: var(--display-solid);
  font-weight: 700; font-size: 18px;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--lime);
  padding: 18px 0 14px;
  border-bottom: 1px solid rgba(244,236,216,.15);
}
.stat-table dl { display: grid; grid-template-columns: 1fr auto; }
.stat-table dt, .stat-table dd {
  padding: 14px 0;
  border-bottom: 1px solid rgba(244,236,216,.08);
  font-family: var(--mono);
  font-size: 13px;
}
.stat-table dt {
  color: var(--cream); opacity: .7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  align-self: center;
}
.stat-table dd {
  text-align: right;
  color: var(--cream);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.stat-table dd.hot { color: var(--lime); }
.stat-table dt:last-of-type, .stat-table dd:last-of-type { border-bottom: none; }

/* ========== STORY (cream block) ========== */
.story {
  padding: 80px 6vw;
  background: var(--cream);
  color: var(--navy);
  position: relative;
  overflow: hidden;
}
.story::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 6px;
  background: repeating-linear-gradient(
    90deg,
    var(--red) 0 24px,
    var(--cream) 24px 32px,
    var(--lime) 32px 56px,
    var(--cream) 56px 64px,
    var(--navy) 64px 88px,
    var(--cream) 88px 96px
  );
}
.story .section-eyebrow { color: var(--red); }
.story .section-eyebrow::before { background: var(--red); }
.story .section-title { color: var(--navy); }
.story .section-title em { color: var(--red); }

.story-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 760px) { .story-grid { grid-template-columns: 1fr; gap: 32px; } }

.story-body {
  font-family: var(--serif);
  font-size: 18px; line-height: 1.7;
  color: var(--navy);
  max-width: 60ch;
}
.story-body p { margin-bottom: 18px; }
.story-body p.dropcap::first-letter {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: 56px;
  float: left;
  line-height: .9;
  margin: 4px 8px 0 -2px;
  color: var(--red);
}
.story-pull {
  font-family: var(--display-solid);
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  border-top: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  padding: 24px 0;
}
.story-pull span { color: var(--red); }

.placeholder {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gray-2);
  background: rgba(10,22,40,.05);
  border-left: 3px solid var(--red);
  padding: 12px 14px;
  margin: 8px 0;
}

/* ========== PHOTOS ========== */
.photos { padding: 80px 6vw; }
.photo-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
}
.photo-grid > div {
  background: var(--navy-2);
  border: 1px solid rgba(244,236,216,.1);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--gray-2);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.photo-grid > div::before {
  content: 'PHOTO';
  position: absolute; top: 12px; left: 12px;
  font-size: 9px;
  color: var(--lime);
  opacity: .5;
}
.photo-grid > div img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.photo-grid .p1 { grid-row: 1 / span 2; }
@media (max-width: 760px) {
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 200px); }
  .photo-grid .p1 { grid-row: 1; grid-column: 1 / span 2; }
}

/* ========== RECRUITING SPECIFIC ========== */
.recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
}
@media (max-width: 760px) { .recruit-grid { grid-template-columns: 1fr; } }

.recruit-card {
  background: var(--navy-2);
  border: 1px solid rgba(244,236,216,.1);
  padding: 32px;
  position: relative;
}
.recruit-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px;
  width: 28px; height: 28px;
  border-top: 2px solid var(--lime);
  border-left: 2px solid var(--lime);
}
.recruit-card::after {
  content: '';
  position: absolute;
  bottom: -1px; right: -1px;
  width: 28px; height: 28px;
  border-bottom: 2px solid var(--lime);
  border-right: 2px solid var(--lime);
}
.recruit-card h3 {
  font-family: var(--display-solid);
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.recruit-card p { margin-bottom: 12px; opacity: .85; }
.recruit-card .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime);
  display: block;
  margin-bottom: 4px;
  opacity: .7;
}

/* CTA buttons */
.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--lime);
  color: var(--navy);
  font-family: var(--display-solid);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
  margin-top: 12px;
}
.cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--red);
  color: var(--navy);
}
.cta.outline {
  background: transparent;
  color: var(--lime);
  border: 2px solid var(--lime);
}
.cta.outline:hover {
  background: var(--lime);
  color: var(--navy);
}

/* ========== 404 ========== */
.error-page {
  min-height: 70vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  padding: 80px 6vw;
}
.error-page .big {
  font-family: var(--display);
  font-size: clamp(120px, 28vw, 360px);
  font-weight: 900;
  line-height: 0.85;
  color: var(--lime);
  text-shadow: 8px 8px 0 var(--red);
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
.error-page p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  max-width: 50ch;
  margin-bottom: 32px;
  opacity: .8;
}

/* ========== FOOTER ========== */
footer {
  padding: 48px 6vw 32px;
  border-top: 1px solid rgba(244,236,216,.1);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .55;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
footer .lime { color: var(--lime); opacity: 1; }

/* ========== ANIMATIONS ========== */
@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes jerseyDrop {
  from { transform: translateY(-30px) scale(.9); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
