:root {
  --black: #070707;
  --ink: #111111;
  --cream: #f3f0e9;
  --white: #ffffff;
  --red: #e52322;
  --muted: #77736d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: var(--black);
  color: var(--white);
  border-bottom: 1px solid #292929;
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 900; letter-spacing: .13em; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: white; }
.navlinks { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.navlinks > a:not(.button):hover { color: #ff5a58; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  background: var(--red);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 7px 7px 0 rgba(0,0,0,.16);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { background: #ff3432; transform: translate(-2px,-2px); box-shadow: 9px 9px 0 rgba(0,0,0,.2); }
.button-small { min-height: 43px; padding: 0 18px; box-shadow: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  min-height: 720px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(24px, 6vw, 90px);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 7.3vw, 116px);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.hero h1 span { display: block; color: var(--red); }
.hero-lede {
  max-width: 630px;
  margin: 32px 0 0;
  color: #d2d2d2;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-size: 13px; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
.text-link span { color: var(--red); font-size: 18px; }
.proof-strip { display: flex; gap: 44px; margin-top: 56px; padding-top: 25px; border-top: 1px solid #313131; }
.proof-strip div { display: grid; gap: 4px; }
.proof-strip strong { font-size: 20px; color: var(--white); letter-spacing: .04em; }
.proof-strip span { color: #8f8f8f; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.hero-art {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(150deg, transparent 0 54%, rgba(229,35,34,.23) 54% 56%, transparent 56%),
    radial-gradient(circle at 48% 44%, #3c1110 0, #190909 23%, #080808 62%);
  border-left: 1px solid #252525;
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .19;
  background-image: repeating-linear-gradient(90deg, transparent 0 39px, #fff 40px), repeating-linear-gradient(0deg, transparent 0 39px, #fff 40px);
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
.arena-glow { position: absolute; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.2); filter: blur(70px); }
.glow-one { top: -20px; left: 10%; }
.glow-two { top: 13%; right: -40px; background: rgba(229,35,34,.5); }
.backboard { position: absolute; top: 13%; right: 7%; width: 36%; height: 23%; border: 10px solid rgba(255,255,255,.88); transform: skewY(-3deg); }
.backboard span { position: absolute; width: 42%; height: 42%; left: 29%; bottom: 0; border: 6px solid rgba(255,255,255,.88); }
.rim { position: absolute; top: 36%; right: 18%; width: 92px; height: 16px; border-radius: 50%; border: 7px solid var(--red); transform: rotate(-4deg); box-shadow: 0 16px 0 -7px rgba(229,35,34,.35); }
.ball { position: absolute; z-index: 4; top: 24%; left: 39%; width: 76px; height: 76px; border-radius: 50%; background: var(--red); border: 5px solid #ff6a68; box-shadow: 0 0 0 2px #8f0f0e, 0 0 55px rgba(229,35,34,.58); }
.ball::before, .ball::after { content:""; position:absolute; inset: 29px -2px; border-top: 3px solid #750b0a; transform: rotate(28deg); }
.ball::after { transform: rotate(-62deg); }
.dunker { position: absolute; z-index: 3; left: 31%; top: 37%; width: 190px; height: 280px; transform: rotate(-21deg); }
.dunker i { display: block; position: absolute; background: white; }
.dunker .head { width: 44px; height: 44px; border-radius: 50%; left: 73px; top: 4px; }
.dunker .torso { width: 62px; height: 125px; left: 65px; top: 49px; border-radius: 38% 38% 18% 18%; transform: skewX(-4deg); }
.dunker .arm { width: 28px; height: 118px; border-radius: 15px; transform-origin: top; }
.dunker .arm-one { left: 68px; top: 62px; transform: rotate(128deg); }
.dunker .arm-two { left: 109px; top: 64px; transform: rotate(-132deg); height: 116px; }
.dunker .leg { width: 31px; height: 138px; border-radius: 16px; transform-origin: top; }
.dunker .leg-one { left: 72px; top: 158px; transform: rotate(20deg); }
.dunker .leg-two { left: 99px; top: 158px; transform: rotate(-40deg); }
.trampoline { position: absolute; left: 13%; right: 13%; bottom: 12%; height: 18px; border: 6px solid white; border-radius: 50%; transform: rotate(-4deg); }
.trampoline::before, .trampoline::after { content:""; position:absolute; top:9px; width:7px; height:105px; background:white; }
.trampoline::before { left:10%; transform:rotate(16deg); }
.trampoline::after { right:10%; transform:rotate(-16deg); }
.art-stamp { position: absolute; right: 7%; bottom: 10%; display: grid; place-content: center; width: 118px; height: 118px; border: 2px solid var(--red); border-radius: 50%; color: var(--red); text-align: center; font-size: 13px; line-height: 1.2; font-weight: 950; letter-spacing: .09em; transform: rotate(8deg); }
.hero-art > p { position: absolute; left: 8%; bottom: 5%; margin: 0; color: #777; font-size: 10px; font-weight: 900; letter-spacing: .22em; }

.ticker { display: flex; align-items: center; justify-content: space-around; gap: 26px; min-height: 68px; overflow: hidden; padding: 0 24px; background: var(--red); color: white; white-space: nowrap; font-size: clamp(13px, 1.4vw, 18px); font-weight: 950; letter-spacing: .08em; }
.ticker b { color: var(--black); font-size: 15px; }

.section { padding: 110px clamp(24px, 6vw, 88px); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; max-width: 1260px; margin: 0 auto 60px; }
.section h2, .founder h2, .booking h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.section h2 em { color: var(--red); font-style: normal; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1320px; margin: 0 auto; border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); }
.format-card { min-height: 340px; padding: 30px 26px; border-right: 1px solid #c3bfb7; display: flex; flex-direction: column; }
.format-card:last-child { border-right: 0; }
.format-card > span { color: var(--red); font-size: 12px; font-weight: 900; }
.format-card h3 { margin: 50px 0 15px; font-size: 24px; line-height: 1.05; text-transform: uppercase; }
.format-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.format-card a { margin-top: auto; padding-top: 30px; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.format-card:hover { background: white; }
.format-card:hover a { color: var(--red); }

.why { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; background: var(--black); color: white; }
.why-title { align-self: center; padding-left: clamp(0px, 2vw, 36px); }
.why-title > p:last-child { max-width: 530px; margin: 28px 0 0; color: #9b9b9b; font-size: 17px; line-height: 1.65; }
.feature-list { border-top: 1px solid #383838; }
.feature-list article { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid #383838; }
.feature-list article > span { color: var(--red); font-size: 11px; font-weight: 900; }
.feature-list h3 { margin: 0 0 7px; font-size: 20px; text-transform: uppercase; }
.feature-list p { margin: 0; color: #969696; font-size: 14px; line-height: 1.55; }

.founder { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 610px; background: var(--red); color: white; }
.founder-mark { display: grid; place-items: center; padding: 60px; background: radial-gradient(circle, #ffffff 0 1%, #171717 1.5% 49%, #060606 49.5%); overflow: hidden; }
.founder-mark img { width: min(390px, 85%); border-radius: 50%; box-shadow: 0 25px 80px rgba(0,0,0,.5); transform: rotate(-4deg); }
.founder-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(30px, 7vw, 120px); }
.founder-copy .eyebrow { color: var(--black); }
.founder-copy p:not(.eyebrow) { max-width: 710px; margin: 25px 0 0; font-size: 17px; line-height: 1.7; }

.booking { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; padding: 110px clamp(24px, 7vw, 110px); background: #ece8df; }
.booking-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.contact-lines { display: grid; gap: 8px; margin-top: 35px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.contact-lines a:hover { color: var(--red); }
form { display: grid; gap: 18px; padding: 36px; background: white; border-top: 8px solid var(--red); box-shadow: 15px 15px 0 #d6d1c6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 8px; color: #333; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
input, select, textarea { width: 100%; border: 1px solid #c7c3bb; border-radius: 0; background: #faf9f6; padding: 13px 12px; color: var(--ink); font: inherit; font-size: 15px; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--red); border-color: var(--red); }
textarea { resize: vertical; }
form .button { width: 100%; margin-top: 4px; }
.form-note { margin: 0; color: #888; font-size: 11px; text-align: center; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 28px clamp(24px, 5vw, 72px); background: var(--black); color: #8c8c8c; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
footer .brand { color: white; }
footer .brand img { width: 44px; height: 44px; }
footer p { margin: 0; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 560px; border-left: 0; border-top: 1px solid #252525; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-card:nth-child(2) { border-right: 0; }
  .format-card:nth-child(-n+2) { border-bottom: 1px solid #c3bfb7; }
  .why, .founder, .booking { grid-template-columns: 1fr; }
  .founder-mark { min-height: 480px; }
  .booking { gap: 55px; }
}

@media (max-width: 720px) {
  .topbar { min-height: 72px; }
  .brand span, .navlinks > a:not(.button) { display: none; }
  .brand img { width: 46px; height: 46px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 76px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(50px, 16vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-strip { gap: 20px; justify-content: space-between; }
  .proof-strip span { font-size: 9px; }
  .hero-art { min-height: 470px; }
  .dunker { left: 23%; top: 34%; transform: rotate(-21deg) scale(.82); }
  .backboard { width: 47%; right: 2%; }
  .rim { right: 14%; }
  .ball { left: 32%; }
  .art-stamp { width: 92px; height: 92px; font-size: 10px; }
  .ticker { justify-content: flex-start; overflow-x: hidden; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 42px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 280px; border-right: 0; border-bottom: 1px solid #c3bfb7; }
  .format-card:last-child { border-bottom: 0; }
  .why { gap: 50px; }
  .founder-mark { min-height: 390px; padding: 35px; }
  .founder-copy { padding-top: 70px; padding-bottom: 70px; }
  .booking { padding-top: 80px; padding-bottom: 80px; }
  form { padding: 25px 20px; box-shadow: 9px 9px 0 #d6d1c6; }
  .form-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  footer p:nth-child(2), footer p:last-child { text-align: center; }
}

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