:root {
  color-scheme: dark;
  --bg: #06110c;
  --bg-glow:
    radial-gradient(circle at top, rgba(28, 92, 55, 0.24), transparent 42%),
    linear-gradient(180deg, #081510 0%, #07130f 42%, #06110c 100%);
  --panel: #101714;
  --panel-strong: #162019;
  --text: #f3f7f4;
  --muted: #8ea396;
  --line: #22342b;
  --accent: #54e346;
  --accent-soft: rgba(84, 227, 70, 0.12);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: transparent;
}

body {
  margin: 0;
  min-height: 100vh;
  background: transparent;
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", Tahoma, sans-serif;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

.about-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 18px 28px;
  color: var(--text);
  background-color: var(--bg);
  background-image: var(--bg-glow);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}

.about-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 22, 17, 0.98), rgba(10, 18, 14, 0.98));
  box-shadow: var(--shadow);
}

.about-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.about-brand__shield {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.about-brand__wordmark {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.about-topbar__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.about-topbar__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #132019;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 800;
}

.about-topbar__link.is-active {
  border-color: rgba(84, 227, 70, 0.34);
  background: rgba(84, 227, 70, 0.12);
}

.about-page {
  display: grid;
  gap: 12px;
}

.about-hero,
.about-ambition,
.about-story,
.about-closing,
.about-contact {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 22, 17, 0.98), rgba(10, 18, 14, 0.98));
  box-shadow: var(--shadow);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.2fr);
  gap: 12px;
  align-items: stretch;
  padding: 12px;
}

.about-hero__copy {
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.eyebrow,
.section-kicker,
.story-visual__label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero h1 {
  margin: 0;
  max-width: 10.5ch;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 0.92;
  color: var(--text);
  font-weight: 800;
}

.about-hero__art {
  display: grid;
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(84, 227, 70, 0.24);
  background: rgba(84, 227, 70, 0.08);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-graphic {
  position: relative;
  min-height: 308px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at center, rgba(84, 227, 70, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(28, 40, 33, 0.92), rgba(17, 25, 21, 0.96));
  overflow: hidden;
}

.hero-graphic__noise {
  position: absolute;
  left: 18px;
  top: 14px;
  bottom: 14px;
  width: 92px;
  border-radius: 18px;
  border: 1px solid rgba(87, 112, 76, 0.3);
  background: linear-gradient(180deg, rgba(49, 64, 51, 0.34), rgba(22, 31, 24, 0.82));
}

.hero-graphic__coin-wrap {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 16px;
  height: 180px;
}

.hero-graphic__coin-arc {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  height: 72px;
  border-top: 2px dashed rgba(224, 201, 90, 0.48);
  border-radius: 999px 999px 0 0;
  opacity: 0.9;
}

.hero-graphic__coin-shadow {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 28px;
  height: 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.26);
  filter: blur(2px);
}

.hero-graphic__coin {
  position: absolute;
  left: 50%;
  top: 52px;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 30%, #fff0b8 0%, #e0c95a 36%, #9c7f2b 100%);
  border: 1px solid rgba(242, 224, 148, 0.62);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.24),
    inset 0 0 0 3px rgba(255, 248, 210, 0.22);
  transform: rotate(-12deg);
}

.hero-graphic__coin span {
  color: #152018;
  font-size: 0.92rem;
  font-weight: 900;
}

.hero-graphic__noise-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(16, 23, 20, 0.7);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.hero-graphic__signals {
  position: absolute;
  left: 140px;
  top: 18px;
  bottom: 18px;
  width: 146px;
}

.hero-signal {
  position: absolute;
  left: 0;
  width: 136px;
  padding: 8px 9px 9px;
  border: 1px solid rgba(87, 112, 76, 0.42);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(61, 71, 49, 0.72), rgba(31, 39, 28, 0.9));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-signal--series-wins {
  top: 2px;
}

.hero-signal--series-diff {
  top: 74px;
}

.hero-signal--bullpen {
  top: 146px;
}

.hero-signal__label {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-signal__value {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-graphic__flow {
  position: absolute;
  left: 138px;
  width: 76px;
  height: 2px;
  background: linear-gradient(90deg, rgba(84, 227, 70, 0.12), rgba(84, 227, 70, 0.95));
  transform-origin: left center;
}

.hero-graphic__flow::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #76eb52;
  border-right: 2px solid #76eb52;
  transform: translateY(-50%) rotate(45deg);
}

.hero-graphic__flow--one {
  top: 42px;
  transform: rotate(13deg);
}

.hero-graphic__flow--two {
  top: 114px;
  transform: rotate(0deg);
}

.hero-graphic__flow--three {
  top: 188px;
  transform: rotate(-14deg);
}

.hero-graphic__decision {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: 170px;
  padding: 11px 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(84, 227, 70, 0.26);
  background:
    radial-gradient(circle at top, rgba(84, 227, 70, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(19, 32, 25, 0.98), rgba(14, 22, 18, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(84, 227, 70, 0.06),
    0 16px 34px rgba(0, 0, 0, 0.22);
}

.hero-graphic__decision-label {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-graphic__decision-title {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 1rem;
  font-weight: 900;
}

.hero-graphic__decision-probability {
  margin-top: 10px;
  padding: 10px 10px 9px;
  border: 1px solid rgba(84, 227, 70, 0.18);
  border-radius: 14px;
  background: rgba(84, 227, 70, 0.08);
  text-align: center;
}

.hero-graphic__decision-probability-label {
  display: block;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-graphic__decision-probability-value {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 1.58rem;
  font-weight: 900;
  line-height: 1;
}

.hero-graphic__decision-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  padding: 8px 0 0;
  border-top: 1px solid rgba(84, 227, 70, 0.1);
  color: #d8e0d8;
  font-size: 0.74rem;
  font-weight: 700;
}

.hero-graphic__decision-row strong {
  color: var(--text);
  font-size: 0.8rem;
  text-align: center;
}

.about-ambition,
.about-story,
.about-closing,
.about-contact {
  padding: 18px;
}

.narrative-grid,
.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 12px;
  align-items: start;
}

.lead,
.body-copy,
.closing-copy {
  color: var(--muted);
  line-height: 1.38;
  text-align: center;
}

.lead {
  margin: 0;
  max-width: 48ch;
  font-size: 0.92rem;
}

.body-copy {
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.narrative-panel,
.story-visual {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 22, 17, 0.98), rgba(10, 18, 14, 0.98));
  padding: 12px 12px 14px;
}

.narrative-panel {
  display: grid;
  gap: 8px;
}

.narrative-panel span {
  min-height: 0;
  padding: 10px 9px;
  border: 1px solid rgba(87, 112, 76, 0.42);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(61, 71, 49, 0.72), rgba(31, 39, 28, 0.9));
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.narrative-panel__footer {
  margin-top: 2px;
  color: #d8e0d8;
  font-size: 0.74rem;
  font-weight: 700;
  text-align: center;
}

.story-visual__inner {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border: 1px solid rgba(87, 112, 76, 0.42);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(28, 40, 33, 0.92), rgba(17, 25, 21, 0.96));
}

.story-visual strong {
  color: var(--text);
  font-size: 1.7rem;
  line-height: 1;
}

.story-visual__process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr) 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  margin-top: 18px;
}

.story-visual__column {
  display: grid;
  gap: 8px;
}

.story-chip,
.story-engine,
.story-outcome {
  border: 1px solid rgba(87, 112, 76, 0.42);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(61, 71, 49, 0.72), rgba(31, 39, 28, 0.9));
  color: var(--text);
  text-align: center;
}

.story-chip {
  padding: 10px 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.story-engine,
.story-outcome {
  padding: 16px 10px;
}

.story-engine span,
.story-outcome span {
  display: block;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-engine strong,
.story-outcome strong {
  display: block;
  margin-top: 6px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.1;
}

.story-visual__flow {
  display: grid;
  justify-items: center;
  gap: 6px;
}

.story-visual__flow-line {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(84, 227, 70, 0.18), rgba(84, 227, 70, 0.95));
}

.story-visual__flow-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #76eb52;
  box-shadow: 0 0 0 4px rgba(84, 227, 70, 0.12);
}

.about-closing h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.06;
  color: var(--text);
  font-weight: 800;
}

.closing-copy {
  max-width: 60ch;
  margin: 10px 0 0;
  font-size: 0.84rem;
}

.closing-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.closing-band span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e0c95a, #76eb52);
}

.about-contact__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .about-hero,
  .narrative-grid,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .about-hero h1,
  .lead {
    max-width: none;
  }

  .hero-graphic {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .about-shell {
    padding: 18px 12px 24px;
  }

  .about-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.6rem);
  }

  .lead {
    font-size: 1rem;
  }

  .story-visual__process {
    grid-template-columns: 1fr;
  }

  .story-visual__flow {
    min-height: 24px;
  }

  .story-visual__flow-line {
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(84, 227, 70, 0.18), rgba(84, 227, 70, 0.95));
  }

  .hero-graphic {
    min-height: 460px;
  }

  .hero-graphic__noise {
    left: 14px;
    width: 72px;
  }

  .hero-graphic__signals {
    left: 98px;
    width: 128px;
  }

  .hero-signal {
    width: 112px;
  }

  .hero-graphic__flow {
    left: 98px;
    width: 64px;
  }

  .hero-graphic__decision {
    top: auto;
    left: 14px;
    right: 14px;
    bottom: 16px;
    width: auto;
  }
}
