:root {
  --orange: #ffad12;
  --red: #f51e28;
  --ink: #0a0a0a;
  --cream: #efe0c3;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.cs-page {
  margin: 0;
  background: #090909;
  color: #fff;
  font-family: Inter, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  z-index: 99;
  left: 16px;
  top: 10px;
  padding: 12px 18px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.top {
  height: 34px;
  display: flex;
  align-items: center;
  background: var(--orange);
  color: #111;
  font:
    800 12px "Barlow Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.top .shell {
  display: flex;
  justify-content: space-between;
}
.nav {
  position: absolute;
  top: 34px;
  z-index: 20;
  width: 100%;
  height: 82px;
  border-bottom: 1px solid #ffffff2b;
  background: linear-gradient(#000e, transparent);
}
.nav .shell {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 31px;
}
.nav .logo {
  width: 205px;
  margin-right: auto;
}
.nav .logo img {
  display: block;
  width: 100%;
}
.nav a:not(.logo) {
  color: #fff;
  font:
    800 14px "Barlow Condensed",
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav a:not(.logo):hover {
  color: var(--orange);
}
.kicker,
label,
small,
.rounds span,
.rounds b {
  font:
    800 15px/1 "Barlow Condensed",
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
}
h2,
h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
h2 {
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.86;
}
.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0,
      rgba(0, 0, 0, 0.72) 46%,
      rgba(0, 0, 0, 0.15)
    ),
    linear-gradient(0deg, #090909 0, transparent 28%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-logo {
  width: min(620px, 70vw);
  max-height: 320px;
  object-fit: contain;
  object-position: left;
  margin: 28px 0 8px;
}
.date-tbd {
  border-left: 6px solid var(--orange);
  padding: 10px 18px;
  display: grid;
  gap: 4px;
}
.date-tbd span {
  text-decoration: line-through;
  color: #aaa;
}
.date-tbd strong {
  font: 900 clamp(28px, 4vw, 48px)/1 "Barlow Condensed";
  color: #fff;
}
.date-tbd small {
  color: var(--orange);
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.btn {
  display: inline-block;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  padding: 18px 26px;
  transform: skew(-5deg);
  font: 900 18px "Barlow Condensed";
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.btn span {
  display: block;
  transform: skew(5deg);
}
.btn.white {
  background: #fff;
  color: #111;
}
.ticker {
  background: var(--orange);
  color: #111;
  padding: 20px 0;
}
.ticker .shell {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font: 800 17px "Barlow Condensed";
  letter-spacing: 0.07em;
}
.archive,
.finder,
.parking,
.registration,
.pit,
.points,
.fees {
  padding: 100px 0;
}
.archive,
.finder,
.parking {
  background: var(--cream);
  color: #171109;
}
.section-head {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 46px;
}
.section-head p {
  font-size: 19px;
  line-height: 1.6;
  color: #685e50;
}
.section-head.light p {
  color: #bbb;
}
.rounds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.rounds article {
  background: #fff;
  padding: 34px;
  position: relative;
  min-height: 260px;
  border: 1px solid #d1b98f;
}
.rounds strong {
  display: block;
  font: 900 100px/0.9 "Barlow Condensed";
}
.rounds b {
  display: block;
  color: #111;
  margin: 18px 0 8px;
}
.rounds p {
  color: #665;
}
.rounds i {
  position: absolute;
  right: 18px;
  top: 30px;
  background: #5a5146;
  color: #fff;
  padding: 10px 16px;
  transform: rotate(-6deg);
  font: 900 16px "Barlow Condensed";
  text-transform: uppercase;
}
.rounds article:after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 48%;
  height: 5px;
  background: var(--red);
  transform: rotate(-7deg);
}
.fees {
  background: var(--orange);
  color: #111;
}
.fees .section-head.light p {
  color: #241b0d;
  font-weight: 600;
}
.fee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fee-grid article {
  background: #fff;
  padding: 28px;
  border-bottom: 8px solid var(--red);
}
.fee-grid strong {
  display: block;
  font: 900 76px "Barlow Condensed";
  margin: 12px 0;
}
.fee-grid span {
  color: #5e584e;
}
.finder-panel {
  background: #101010;
  color: #fff;
  border: 1px solid #333;
}
.age-banner {
  margin: 0;
  padding: 18px 24px;
  background: #211d14;
  border-left: 5px solid var(--orange);
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.2s ease;
}
.age-banner strong {
  color: var(--orange);
}
.age-banner.age-alert {
  background: var(--orange);
  color: #111;
  border-left-color: var(--red);
  box-shadow: inset 0 0 0 2px var(--red);
}
.age-banner.age-alert strong {
  color: #8b0007;
}
.controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.controls label {
  padding: 22px;
  border-right: 1px solid #333;
}
.controls input,
.controls select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  padding: 16px;
  background: #080808;
  color: #fff;
  border: 1px solid #555;
  font: 600 16px Inter;
}
.result-bar,
.official {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  border-top: 1px solid #333;
  color: #aaa;
}
.result-bar strong {
  font: 900 28px "Barlow Condensed";
  color: #fff;
  text-transform: uppercase;
}
.class-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 20px;
}
.class-card {
  padding: 20px;
  border: 1px solid #3a3a3a;
  background: #171717;
}
.class-card h3 {
  font-size: 27px;
}
.class-card p {
  color: #bbb;
  line-height: 1.5;
  margin: 10px 0;
}
.class-card .meta {
  color: var(--orange);
  font: 800 13px "Barlow Condensed";
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.official a {
  color: var(--orange);
  font-weight: 700;
}
.points {
  background: #101010;
}
.points-grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  border: 1px solid #444;
}
.points-grid div {
  padding: 16px 6px;
  text-align: center;
  border-right: 1px solid #444;
}
.points-grid b {
  display: block;
  font: 900 28px "Barlow Condensed";
  color: var(--orange);
}
.points-grid span {
  font-size: 13px;
  color: #aaa;
}
.points-rules {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #fff;
  text-transform: uppercase;
  font: 800 17px "Barlow Condensed";
}
.reg-grid,
.pit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.registration h2,
.pit h2 {
  font-size: 72px;
}
.registration p,
.pit p {
  color: #aaa;
  font-size: 18px;
  line-height: 1.6;
}
.actions {
  display: grid;
}
.actions a {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #444;
  color: #fff;
  text-decoration: none;
  font: 800 24px "Barlow Condensed";
  text-transform: uppercase;
}
.actions small {
  display: block;
  color: #888;
  margin-top: 7px;
  font-size: 13px;
}
.parking-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr;
  gap: 30px;
}
.map {
  position: relative;
  background: #fff;
  padding: 12px;
}
.map img {
  width: 100%;
  display: block;
}
.map a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  background: #111;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  font-weight: 700;
}
.parking aside {
  background: #111;
  color: #fff;
  padding: 38px;
}
.parking aside h3 {
  font-size: 48px;
}
.parking aside li {
  margin: 12px 0;
}
.parking aside small {
  display: block;
  color: #aaa;
  line-height: 1.5;
  margin-top: 20px;
}
.pit-grid img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.rule {
  border-left: 5px solid var(--orange);
  background: #171717;
  padding: 20px;
  margin: 24px 0;
}
.rule strong {
  text-transform: uppercase;
  color: var(--orange);
}
@media (max-width: 800px) {
  .hero {
    min-height: 720px;
  }
  .hero-logo {
    width: 88vw;
  }
  .section-head,
  .reg-grid,
  .pit-grid,
  .parking-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .rounds,
  .fee-grid,
  .controls,
  .class-grid {
    grid-template-columns: 1fr;
  }
  .ticker .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .points-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .points-grid div {
    border-bottom: 1px solid #444;
  }
  .pit-grid img {
    height: 380px;
  }
  .archive,
  .finder,
  .parking,
  .registration,
  .pit,
  .points,
  .fees {
    padding: 70px 0;
  }
  .controls label {
    border-right: 0;
    border-bottom: 1px solid #333;
  }
  .result-bar,
  .official {
    flex-direction: column;
  }
  .rounds article {
    min-height: 210px;
  }
  .rounds strong {
    font-size: 78px;
  }
}
