:root {
  --ink: #171717;
  --navy: #0b1730;
  --blue: #0b4e94;
  --gold: #f7bd00;
  --coral: #f36b4f;
  --aqua: #53c7bd;
  --paper: #f7f4ed;
  --paper-line: rgba(23, 23, 23, 0.08);
  --mist: #e5eef0;
  --white: #ffffff;
  --shadow: 0 18px 0 rgba(23, 23, 23, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(var(--paper-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--paper-line) 1px, transparent 1px);
  background-size: 46px 46px;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

section {
  scroll-margin-top: 78px;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px 4rem;
  color: var(--ink);
  border-top: 2px solid var(--ink);
  border-bottom: 1px dashed rgba(23, 23, 23, 0.32);
  background: rgba(247, 244, 237, 0.93);
  backdrop-filter: blur(14px);
}

.header-identity {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-weight: 900;
}

.brand-name,
.brand-subtitle {
  display: block;
  line-height: 1.05;
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 900;
}

.brand-subtitle {
  margin-top: 4px;
  color: rgba(23, 23, 23, 0.58);
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.bobcat-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.55rem 0.35rem 0.4rem;
  border: 1px dashed rgba(23, 23, 23, 0.28);
  background: rgba(255, 254, 250, 0.56);
  color: rgba(23, 23, 23, 0.7);
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bobcat-lockup img {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  object-fit: contain;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.88rem;
  font-weight: 800;
}

.top-nav a {
  color: rgba(23, 23, 23, 0.62);
  transition:
    color 160ms ease,
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.top-nav a:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.top-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.62rem 0.86rem;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 0.16rem 0 var(--ink);
}

.top-nav .nav-cta::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
  transform: translateY(-0.02rem);
}

.top-nav .nav-cta:hover {
  background: #ffd76c;
  box-shadow: 0 0.24rem 0 var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  color: var(--ink);
  padding: 1.35rem 4rem 6.2rem;
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(rgba(247, 244, 237, 0.9), rgba(247, 244, 237, 0.9)),
    var(--paper);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  right: -0.7rem;
  width: 3rem;
  height: 8.1rem;
  border: 2px solid rgba(23, 23, 23, 0.55);
  border-left: 0;
  background: rgba(247, 189, 0, 0.34);
  box-shadow: 0.42rem 0.42rem 0 rgba(23, 23, 23, 0.08);
}

.hero::before {
  top: 4.4rem;
}

.hero::after {
  top: 22rem;
}

.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(24rem, 0.95fr) minmax(26rem, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  min-height: calc(100svh - 14.1rem);
  padding: clamp(2rem, 5vw, 4.2rem);
  border: 2px solid var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.9), rgba(255, 254, 250, 0.9)),
    linear-gradient(var(--paper-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--paper-line) 1px, transparent 1px),
    #fffefa;
  background-size:
    auto,
    34px 34px,
    34px 34px,
    auto;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.04);
}

.hero-play-copy {
  max-width: 42rem;
}

.paperclip {
  position: absolute;
  z-index: 1;
  top: 4.2rem;
  right: -0.7rem;
  width: 5rem;
  height: 9rem;
  border: 2px solid rgba(23, 23, 23, 0.62);
  border-left: 0;
  background: rgba(247, 189, 0, 0.32);
}

.game-plan-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-bottom: 2px solid var(--ink);
  background:
    radial-gradient(circle at 78% 20%, rgba(247, 189, 0, 0.16), transparent 17rem),
    var(--paper);
}

.game-plan-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(360px, 1.06fr);
  align-items: center;
  gap: 3.4rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  padding: 0 0 2.8rem;
}

.hero-board {
  --motion-from: translateY(22px) rotate(-1.35deg);
  --motion-to: rotate(-1.35deg);
  position: relative;
  z-index: 2;
  min-height: 42rem;
  padding: 3.6rem 2.5rem 2.5rem;
  border: 2px solid var(--ink);
  background: #fffefa;
  box-shadow:
    0.75rem 0.75rem 0 rgba(23, 23, 23, 0.14),
    0 1.5rem 3rem rgba(23, 23, 23, 0.08);
}

.hero-board::before {
  content: "";
  position: absolute;
  inset: 0.55rem 0.9rem auto;
  border-top: 1px dashed rgba(23, 23, 23, 0.15);
}

.board-clip {
  position: absolute;
  top: -1.7rem;
  left: 50%;
  width: 13.6rem;
  height: 3.3rem;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--navy);
  transform: translateX(-50%) rotate(-0.8deg);
  box-shadow: 0 0.6rem 0 rgba(23, 23, 23, 0.1);
}

.board-clip::after {
  content: "";
  position: absolute;
  top: -0.55rem;
  left: 50%;
  width: 3rem;
  height: 1.45rem;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background: #9aa2ad;
  transform: translateX(-50%);
}

.board-kicker {
  margin: 0 0 0.85rem;
  color: rgba(23, 23, 23, 0.68);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-board h2 {
  position: relative;
  margin: 0 0 2.5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.hero-board h2 span {
  display: block;
}

.game-plan-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.game-plan-list li {
  position: relative;
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr) 1.6rem;
  gap: 0.9rem;
  align-items: center;
  min-height: 4rem;
  border-bottom: 1px dashed rgba(23, 23, 23, 0.24);
}

.game-plan-list li::after {
  content: "";
  justify-self: center;
  width: 0.55rem;
  height: 1.05rem;
  border-right: 0.2rem solid var(--gold);
  border-bottom: 0.2rem solid var(--gold);
  transform: rotate(38deg);
}

.game-plan-list li:last-child::after {
  content: "*";
  width: auto;
  height: auto;
  border: 0;
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1;
  transform: none;
}

.game-plan-list span {
  color: rgba(23, 23, 23, 0.68);
  font-family: "Courier New", monospace;
  font-size: 1rem;
  font-weight: 900;
}

.game-plan-list strong {
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.2;
}

.coach-signoff {
  margin: 1.7rem 0 0;
  color: var(--ink);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.2rem;
  line-height: 1.2;
}

.coach-signoff::before {
  content: "- ";
}

.coach-signoff::after {
  content: "";
  display: inline-block;
  width: 5.2rem;
  height: 0.24rem;
  margin-left: -5rem;
  background: var(--gold);
  transform: translateY(0.35rem) rotate(-4deg);
}

.motion-ready [data-animate] {
  opacity: 0;
  transform: var(--motion-from, translateY(22px));
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.motion-ready [data-animate].is-visible {
  opacity: 1;
  transform: var(--motion-to, translateY(0));
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 46rem;
  margin-bottom: 18px;
  font-size: 5.4rem;
  line-height: 0.92;
  letter-spacing: 0;
}

h1 span {
  display: block;
  margin-top: 0.2rem;
  color: var(--gold);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.02;
  text-shadow:
    -1px -1px 0 var(--ink),
    1px -1px 0 var(--ink),
    -1px 1px 0 var(--ink),
    1px 1px 0 var(--ink);
}

.hero-play-title {
  max-width: 42rem;
  margin-bottom: 1.7rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(5rem, 9.4vw, 8.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-play-title span {
  display: block;
  margin: 0;
  color: var(--ink);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-shadow: none;
}

.hero-play-title em {
  color: var(--gold);
  font-style: normal;
  -webkit-text-stroke: 0.04em var(--ink);
  paint-order: stroke fill;
  text-shadow:
    0.035em 0.035em 0 var(--ink),
    -0.018em -0.018em 0 var(--ink);
}

h2 {
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.hero-copy {
  max-width: 35rem;
  color: rgba(23, 23, 23, 0.78);
  font-size: 1.1rem;
  line-height: 1.5;
}

.court-card {
  position: relative;
  justify-self: end;
  width: min(100%, 35rem);
  min-height: 27rem;
  padding: 1.45rem 1.5rem;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background:
    radial-gradient(circle at 53% 58%, rgba(247, 189, 0, 0.1), transparent 11rem),
    rgba(255, 254, 250, 0.58);
}

.court-label {
  position: absolute;
  z-index: 2;
  top: 1.15rem;
  left: 1.5rem;
  margin: 0;
  color: var(--gold);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  text-shadow:
    -1px -1px 0 var(--ink),
    1px 1px 0 var(--ink);
}

.court-diagram {
  display: block;
  width: 100%;
  height: auto;
  min-height: 23rem;
}

.court-lines {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.court-gold {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.4;
}

.court-gold path {
  stroke-dasharray: 8 8;
}

.court-diagram text {
  fill: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 1.25rem;
  font-weight: 900;
}

.deeper-note {
  position: absolute;
  right: 1.05rem;
  bottom: 1.15rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.3rem;
  text-shadow:
    1px 1px 0 rgba(23, 23, 23, 0.82),
    0 0 0.7rem rgba(23, 23, 23, 0.22);
}

.deeper-note span {
  color: var(--ink);
  font-family: "Courier New", monospace;
  text-shadow: none;
}

.room-stamp {
  position: absolute;
  right: clamp(2rem, 4vw, 4rem);
  bottom: 1.55rem;
  margin: 0;
  padding: 0.65rem 1rem;
  border: 2px solid var(--ink);
  background: #fffefa;
  font-family: "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(-5deg);
  box-shadow: 0.28rem 0.28rem 0 rgba(23, 23, 23, 0.08);
}

.game-plan-copy h2 {
  max-width: 46rem;
  font-size: clamp(3.2rem, 5.5vw, 5.4rem);
  line-height: 0.92;
}

.game-plan-copy h2 span {
  display: block;
  margin-top: 0.2rem;
  color: var(--gold);
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: clamp(2.65rem, 4.8vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
  text-shadow:
    -1px -1px 0 var(--ink),
    1px -1px 0 var(--ink),
    -1px 1px 0 var(--ink),
    1px 1px 0 var(--ink);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-weight: 950;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 0.18rem 0 var(--ink);
}

.button-primary:hover {
  background: #ffd76c;
}

.button-secondary {
  color: var(--ink);
  background: #fffefa;
  box-shadow: 0 0.18rem 0 var(--ink);
}

.button-secondary:hover {
  background: var(--white);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 34rem;
  margin-top: 2.1rem;
  padding-top: 1.1rem;
  border-top: 2px solid var(--ink);
}

.hero-meta p {
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 0.95rem;
  font-weight: 900;
}

.hero-meta span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(23, 23, 23, 0.58);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sticky-note {
  position: absolute;
  right: -1.35rem;
  bottom: -2.2rem;
  display: grid;
  gap: 0.35rem;
  width: 19rem;
  min-height: 11.4rem;
  padding: 1.55rem 1.4rem;
  border: 2px solid var(--ink);
  background: var(--gold);
  box-shadow: 0.5rem 0.55rem 0 rgba(23, 23, 23, 0.16);
  transform: rotate(5deg);
}

.sticky-note span {
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.sticky-note strong,
.sticky-note a {
  font-family: "Marker Felt", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.hero-strip {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 4.9rem;
  border-top: 2px solid var(--ink);
  background: #ebe6dd;
  box-shadow: 0 -0.35rem 1.2rem rgba(23, 23, 23, 0.08);
}

.hero-strip span {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.2rem;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 900;
  border-right: 1px dashed rgba(23, 23, 23, 0.36);
}

.hero-strip strong {
  color: rgba(23, 23, 23, 0.6);
  font-family: "Courier New", monospace;
  font-size: 0.86rem;
}

.section-inner {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.intro-band,
.course-grid-band,
.playbook-band,
.workflow-band,
.exam-band,
.quote-band,
.signup-band {
  padding: clamp(74px, 10vw, 138px) 0;
}

.intro-band {
  background: var(--paper);
}

.two-column,
.signup-layout,
.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.large-copy {
  color: rgba(8, 17, 31, 0.76);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.65;
}

.large-copy p:last-child {
  margin-bottom: 0;
}

.course-grid-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.98), rgba(9, 49, 79, 0.96)),
    var(--ink);
}

.playbook-band {
  background:
    radial-gradient(circle at 16% 18%, rgba(83, 199, 189, 0.18), transparent 31%),
    linear-gradient(180deg, #ffffff, #eef6f5);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.playbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.play-card {
  min-height: 248px;
  padding: 26px;
  border: 1px solid rgba(8, 17, 31, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(7, 21, 37, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.play-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 78, 148, 0.24);
  box-shadow: 0 24px 56px rgba(7, 21, 37, 0.12);
}

.play-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.play-card p {
  color: rgba(8, 17, 31, 0.68);
  line-height: 1.58;
}

.feature-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 193, 78, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  color: #071525;
  background: var(--aqua);
  font-size: 0.95rem;
  font-weight: 950;
}

.feature-card:nth-child(2) .feature-icon {
  background: var(--gold);
}

.feature-card:nth-child(3) .feature-icon {
  background: var(--coral);
}

.feature-card:nth-child(4) .feature-icon {
  background: var(--mist);
}

.feature-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
}

.workflow-band {
  background: var(--paper);
}

.workflow-layout,
.exam-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.workflow-stack {
  display: grid;
  gap: 12px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(8, 17, 31, 0.08);
}

.workflow-step span {
  grid-row: span 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  color: #071525;
  background: var(--gold);
  font-weight: 950;
}

.workflow-step strong {
  font-size: 1.12rem;
}

.workflow-step p {
  margin-bottom: 0;
  color: rgba(8, 17, 31, 0.66);
  line-height: 1.48;
}

.exam-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 26, 56, 0.98), rgba(11, 78, 148, 0.9)),
    var(--navy);
}

.exam-list {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.exam-list p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
}

.exam-list ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.exam-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.exam-list li::before {
  content: "";
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
}

.quote-band {
  background: #ffffff;
}

.quote-layout {
  align-items: center;
}

blockquote {
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  border-left: 8px solid var(--gold);
  border-radius: 8px;
  color: var(--ink);
  background: #f3f7f7;
  box-shadow: var(--shadow);
}

blockquote p {
  margin: 0;
  font-size: clamp(1.3rem, 3vw, 2.25rem);
  font-weight: 850;
  line-height: 1.24;
}

.signup-band {
  background:
    radial-gradient(circle at 18% 18%, rgba(247, 189, 0, 0.14), transparent 24rem),
    linear-gradient(180deg, #0b1730, #07101f);
  color: var(--white);
}

.signup-band .section-kicker {
  color: var(--gold);
}

.signup-band .large-copy {
  color: rgba(255, 255, 255, 0.78);
}

.signup-scoreboard {
  margin-top: 2rem;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 10px;
  background:
    linear-gradient(rgba(5, 10, 18, 0.94), rgba(5, 10, 18, 0.94)),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size:
    auto,
    28px 28px,
    28px 28px;
  box-shadow:
    0 0 0 1px rgba(247, 189, 0, 0.22),
    0 22px 48px rgba(0, 0, 0, 0.22);
}

.scoreboard-game {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8.25rem, 0.5fr) minmax(0, 1fr);
  min-height: 13.5rem;
}

.score-team,
.score-period {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.45rem;
  padding: clamp(1rem, 3vw, 1.7rem);
  text-align: center;
}

.score-period {
  border-inline: 1px dashed rgba(255, 255, 255, 0.24);
  min-width: 0;
}

.score-team > span,
.score-period > span,
.score-team small,
.score-period small,
.scoreboard-stats span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Courier New", monospace;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.score-team > span {
  color: var(--gold);
}

.score-team strong {
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.3rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.score-number,
.score-infinity {
  display: flex;
  justify-content: center;
  gap: 0.16em;
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4.2rem, 8vw, 7rem);
  line-height: 0.88;
  text-shadow: 0 0 1rem rgba(247, 189, 0, 0.42);
}

.score-digit {
  position: relative;
  display: inline-grid;
  min-width: 0.58em;
  place-items: center;
  transform-origin: center;
}

.score-digit::before {
  content: "";
  position: absolute;
  left: 0.03em;
  right: 0.03em;
  top: 50%;
  height: 1px;
  background: rgba(5, 10, 18, 0.68);
  box-shadow: 0 -0.04em 0 rgba(255, 255, 255, 0.08);
}

.score-number.is-flipping .score-digit {
  animation: scoreFlip 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.score-number.is-flipping .score-digit:nth-child(2) {
  animation-delay: 70ms;
}

.score-number.is-flipping .score-digit:nth-child(3) {
  animation-delay: 140ms;
}

.score-period strong {
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2.9rem;
  line-height: 0.95;
}

.score-period em {
  color: var(--gold);
  font-family: inherit;
  font-size: 1.2rem;
  font-style: normal;
}

.score-period .period-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.18em;
  word-spacing: 0.18em;
}

.score-infinity {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
}

.scoreboard-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(247, 189, 0, 0.42);
}

.scoreboard-stats p {
  display: grid;
  gap: 0.65rem;
  min-height: 5.2rem;
  margin: 0;
  padding: 1rem 1.2rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.24);
}

.scoreboard-stats p:last-child {
  border-right: 0;
}

.scoreboard-stats strong {
  color: var(--gold);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

@keyframes scoreFlip {
  0% {
    transform: rotateX(0deg) translateY(0);
    filter: brightness(1);
  }

  44% {
    transform: rotateX(-92deg) translateY(-0.04em);
    filter: brightness(0.65);
  }

  55% {
    transform: rotateX(88deg) translateY(0.04em);
    filter: brightness(1.35);
  }

  100% {
    transform: rotateX(0deg) translateY(0);
    filter: brightness(1);
  }
}

.contact-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.contact-tile {
  display: grid;
  gap: 6px;
  min-height: 114px;
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.contact-tile span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-tile strong {
  overflow-wrap: anywhere;
  font-size: clamp(0.98rem, 2vw, 1.16rem);
}

.contact-tile.is-muted {
  cursor: not-allowed;
  background: #405061;
}

.interest-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 254, 250, 0.92), rgba(255, 254, 250, 0.92)),
    linear-gradient(var(--paper-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--paper-line) 1px, transparent 1px),
    #fffefa;
  background-size:
    auto,
    28px 28px,
    28px 28px,
    auto;
  box-shadow: var(--shadow);
}

.form-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(23, 23, 23, 0.28);
}

.form-topline span,
.form-topline strong {
  font-family: "Courier New", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form-topline strong {
  color: rgba(23, 23, 23, 0.58);
}

.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 8px;
}

.field-group span,
.interest-options legend {
  font-size: 0.86rem;
  font-weight: 900;
}

.form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.interest-form input,
.interest-form select,
.interest-form textarea {
  width: 100%;
  border: 2px solid rgba(23, 23, 23, 0.78);
  border-radius: 0;
  background: #ffffff;
  color: var(--ink);
  box-shadow: inset 0 -0.14rem 0 rgba(23, 23, 23, 0.08);
}

.interest-form input,
.interest-form select {
  min-height: 52px;
  padding: 0 14px;
}

.interest-form textarea {
  resize: vertical;
  min-height: 132px;
  padding: 14px;
  line-height: 1.45;
}

.interest-form input:focus,
.interest-form select:focus,
.interest-form textarea:focus {
  outline: 3px solid rgba(247, 189, 0, 0.38);
  outline-offset: 2px;
  border-color: var(--ink);
}

.interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.interest-options legend {
  grid-column: 1 / -1;
  margin-bottom: 10px;
  padding: 0;
}

.option-chip {
  position: relative;
  display: block;
}

.option-chip input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.option-chip span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  border: 2px solid rgba(23, 23, 23, 0.74);
  background: #ffffff;
  color: rgba(23, 23, 23, 0.74);
  font-size: 0.86rem;
  font-weight: 900;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.option-chip input:checked + span {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 0.16rem 0 var(--ink);
}

.option-chip input:focus-visible + span {
  outline: 3px solid rgba(11, 78, 148, 0.24);
  outline-offset: 2px;
}

.option-chip:hover span {
  transform: translateY(-1px);
}

.consent-row {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: rgba(8, 17, 31, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.consent-row input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.12rem 0 0;
  accent-color: var(--gold);
}

.form-button {
  width: 100%;
}

.form-button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.8;
}

.form-status {
  margin-bottom: 0;
  min-height: 1.4em;
  color: rgba(8, 17, 31, 0.66);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-status.is-success,
.form-status.is-error {
  padding: 12px 14px;
  border: 2px solid var(--ink);
  background: #ffffff;
}

.form-status.is-success {
  background: rgba(83, 199, 189, 0.18);
}

.form-status.is-error {
  background: rgba(243, 107, 79, 0.16);
}

.status-link {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.site-footer {
  display: grid;
  gap: 8px;
  padding: 34px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.68);
  background: #050a12;
  font-size: 0.82rem;
  line-height: 1.45;
}

.site-footer p {
  max-width: 980px;
  margin: 0;
}

@media (max-width: 920px) {
  .site-header {
    padding: 14px 1.5rem;
  }

  .header-identity {
    width: 100%;
    justify-content: space-between;
  }

  .top-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 1.5rem 1.5rem 6.4rem;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-stage {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    min-height: auto;
    padding: clamp(1.7rem, 6vw, 3rem);
  }

  .court-card {
    justify-self: stretch;
    width: 100%;
  }

  .room-stamp {
    position: static;
    width: fit-content;
    margin-top: 0.3rem;
  }

  .game-plan-layout {
    grid-template-columns: 1fr;
  }

  .hero-board {
    --motion-from: translateY(22px) rotate(-0.6deg);
    --motion-to: rotate(-0.6deg);
    order: 2;
    min-height: auto;
  }

  .hero-content {
    order: 1;
    max-width: 42rem;
    padding: 0;
  }

  .paperclip {
    display: none;
  }

  .hero-strip {
    order: 3;
  }

  .sticky-note {
    position: static;
    width: min(19rem, 100%);
    margin-top: 1.6rem;
    transform: rotate(2deg);
  }

  h1 {
    font-size: 4.4rem;
  }

  h1 span {
    font-size: 3.7rem;
  }

  .two-column,
  .signup-layout,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .playbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-layout,
  .exam-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand-lockup {
    min-width: 0;
  }

  .bobcat-lockup {
    padding: 0.28rem;
  }

  .bobcat-lockup span {
    display: none;
  }

  .hero {
    padding: 1.5rem 1rem 0;
  }

  .hero-stage {
    padding: 1.5rem 1.2rem 2rem;
  }

  .hero-play-title {
    font-size: clamp(4.2rem, 18vw, 5.6rem);
  }

  .court-card {
    min-height: 19rem;
    padding: 1rem;
  }

  .court-label {
    font-size: 1.12rem;
  }

  .court-diagram {
    min-height: 17rem;
  }

  .deeper-note {
    font-size: 1.03rem;
  }

  .room-stamp {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  h1 {
    font-size: 3.1rem;
  }

  h1 span {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .hero-board {
    padding: 3.2rem 1.1rem 1.5rem;
  }

  .hero-board h2 {
    font-size: 2.75rem;
  }

  .board-kicker {
    font-size: 1.05rem;
  }

  .board-clip {
    width: 10.5rem;
  }

  .game-plan-list li {
    grid-template-columns: 2.2rem minmax(0, 1fr) 1.1rem;
    gap: 0.65rem;
    min-height: 3.7rem;
  }

  .game-plan-list strong {
    font-size: 1.05rem;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-strip {
    position: static;
    grid-template-columns: 1fr;
    margin: 1.4rem -1rem 0;
  }

  .hero-strip span {
    min-width: 0;
    padding-inline: 1rem;
    overflow-wrap: anywhere;
  }

  .feature-grid,
  .playbook-grid,
  .contact-tiles {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 250px;
  }

  .play-card {
    min-height: 220px;
  }

  .workflow-step {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .interest-options,
  .scoreboard-game,
  .scoreboard-stats {
    grid-template-columns: 1fr;
  }

  .score-period {
    border-block: 1px dashed rgba(255, 255, 255, 0.24);
    border-inline: 0;
  }

  .scoreboard-stats p {
    border-right: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.24);
  }

  .scoreboard-stats p:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready [data-animate] {
    opacity: 1;
    transform: none;
  }
}
