:root {
  color-scheme: light;
  --paper: #f5f8fc;
  --ink: #10263d;
  --muted: #53677b;
  --blue: #075bc6;
  --blue-soft: #eaf2ff;
  --navy: #0b263f;
  --lime: #c5f348;
  --line: #d9e3ec;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
svg { display: block; flex-shrink: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 7px; }
::selection { background: #c5f348; color: #10263d; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.topline { height: 5px; background: linear-gradient(90deg, var(--blue) 0 74%, var(--lime) 74%); }
.skip-link { position: absolute; left: 20px; top: -100px; z-index: 5; padding: 14px 20px; background: white; font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; justify-content: space-between; align-items: center; padding-block: 28px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; min-height: 48px; }
.brand img { width: 48px; height: 48px; border-radius: 12px; }
.brand span { font-size: 25px; font-weight: 750; letter-spacing: -1px; }
.header-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.header-nav > a { display: inline-flex; min-height: 48px; align-items: center; }
.header-nav > a:hover { color: var(--blue); }
.nav-status { gap: 9px; border: 1px solid var(--line); border-radius: 30px; padding: 0 17px; background: #fff; }
.status-dot { display: inline-block; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: #438022; }
.hero { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; column-gap: 60px; padding-top: 43px; padding-bottom: 74px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: 1.9px; line-height: 1.6; font-weight: 750; margin: 0 0 24px; color: var(--muted); }
.hero .eyebrow > span { width: 25px; height: 2px; background: var(--blue); }
h1 { font-size: clamp(50px, 5.5vw, 74px); line-height: 1.055; letter-spacing: -3.9px; font-weight: 750; margin: 0; }
h1 > span { color: var(--blue); }
.hero-description { color: var(--muted); font-size: 18px; line-height: 1.75; max-width: 440px; margin: 26px 0 28px; }
.primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 14px 22px; background: var(--blue); color: white; border: 1px solid var(--blue); font-size: 15px; font-weight: 700; border-radius: 12px; transition: background .18s, transform .18s; }
.primary-link svg { width: 21px; height: 21px; }
.primary-link:hover { background: #034da9; transform: translateY(-2px); }
.hero-note { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; margin: 18px 0 0; }
.hero-note svg { width: 17px; height: 17px; }
/* Restore the original Explore panel dimensions at every breakpoint.
   Frame the original, unchanged JPEG without its light screenshot margin.
   Three proportional viewports keep the court/logo together and place the
   existing top/bottom caption strips at the restored panel edges. Additional
   height is navy backdrop, not a distorted stretch or a crop of the artwork. */
.hero-art {
  width: 100%;
  min-width: 0;
  margin: 0;
  justify-self: center;
  aspect-ratio: 1 / 1.12;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-radius: 32px;
  background-color: #0b293f;
  background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px);
  background-size: 28px 28px;
  box-shadow: 0 22px 44px -28px #092b4870;
}
.hero-art-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.hero-art-image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}
.hero-art-top { top: 0; aspect-ratio: 1202 / 92; }
.hero-art-main { top: 50%; transform: translateY(-50%); aspect-ratio: 1202 / 749; }
.hero-art-bottom { bottom: 0; aspect-ratio: 1202 / 113; }
.features { border-top: 1px solid var(--line); padding-top: 48px; padding-bottom: 62px; scroll-margin-top: 24px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; margin-bottom: 28px; }
.section-heading .eyebrow { margin-bottom: 12px; }
h2 { font-size: 34px; line-height: 1.18; letter-spacing: -1.25px; font-weight: 720; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 320px; margin: 0 0 2px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 27px 26px 24px; display: flex; flex-direction: column; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.feature-icon { width: 44px; height: 44px; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; border-radius: 12px; }
.feature-icon svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-number { font-size: 11px; letter-spacing: 1px; color: #667e91; }
h3 { font-size: 23px; letter-spacing: -.6px; margin: 0 0 12px; }
.feature-card p { font-size: 15px; line-height: 1.7; color: var(--muted); margin: 0 0 24px; }
.feature-caption { font-size: 9px; line-height: 1.6; letter-spacing: 1.3px; font-weight: 700; color: #53677b; margin-top: auto; }
.launch { padding-bottom: 50px; scroll-margin-top: 24px; }
.launch-card { display: block; padding: 42px 46px; border: 1px solid #bcd4f1; border-radius: 24px; background: #e7f1ff; position: relative; overflow: hidden; }
.launch .eyebrow { color: #21466b; margin-bottom: 16px; }
.launch h2 { font-size: 35px; }
.launch-copy { width: 100%; }
.launch-copy > p:last-child { color: #435f7c; max-width: 75ch; line-height: 1.7; font-size: 15px; margin: 19px 0 0; }
.site-footer { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; border-top: 1px solid var(--line); padding-block: 26px 32px; }
.footer-brand { font-size: 18px; font-weight: 750; letter-spacing: -.5px; }
.site-footer p { font-size: 12px; line-height: 1.6; margin: 7px 0 0; color: var(--muted); }
.footer-legal { text-align: right; }
.footer-contact a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: var(--ink); }
.copyright { text-align: right; }
@media (min-width: 1600px) { .hero { padding-top: 58px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { column-gap: 36px; }
  h1 { font-size: 60px; letter-spacing: -3px; }
  .hero-description { font-size: 17px; }
  .feature-card { padding: 22px; }

}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 48px); }
  .header-nav { gap: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 26px; gap: 36px; padding-bottom: 46px; }
  h1 { font-size: clamp(50px, 9vw, 72px); }
  .hero-copy { max-width: 590px; }
  .hero-description { max-width: 510px; }
  .hero-art { aspect-ratio: 1 / 1.08; max-width: 540px; }

  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .section-heading > p { max-width: 510px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card { padding: 25px; }
  .card-top { margin-bottom: 19px; }
  .feature-card p { max-width: 580px; margin-bottom: 18px; }
  .launch-card { padding: 32px; }
}
@media (max-width: 480px) {
  .hero-art { aspect-ratio: 1 / 1.05; border-radius: 25px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 20px; gap: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 40px; height: 40px; border-radius: 10px; }
  .brand span { font-size: 22px; letter-spacing: -.9px; }
  .nav-status { font-size: 11px; gap: 6px; min-height: 44px !important; padding: 0 11px; }
  .nav-status .status-dot { width: 5px; height: 5px; }
  .hero { padding-top: 25px; gap: 28px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.45px; margin-bottom: 20px; }
  h1 { font-size: clamp(43px, 11.3vw, 57px); letter-spacing: -2.5px; }
  .hero-description { font-size: 16px; line-height: 1.7; margin: 22px 0; }

  .features { padding-top: 35px; padding-bottom: 34px; }
  h2 { font-size: 29px; letter-spacing: -1px; }
  .section-heading { margin-bottom: 24px; }

  .feature-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 18px; padding: 24px 20px; position: relative; }
  .feature-card .card-top { display: contents; }
  .feature-card .feature-icon { grid-column: 1; grid-row: 1 / span 3; width: 42px; height: 42px; }
  .feature-card .feature-number { position: absolute; top: 26px; right: 18px; font-size: 9px; }
  .feature-card h3 { grid-column: 2; font-size: 21px; padding-right: 20px; margin-bottom: 8px; }
  .feature-card p { grid-column: 2; font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
  .feature-card .feature-caption { grid-column: 2; font-size: 8px; letter-spacing: 1px; }

  .launch-card { padding: 28px 24px; }
  .launch h2 { font-size: 29px; }
  .launch { padding-bottom: 34px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 25px; }
  .footer-legal, .copyright { text-align: left; }
}
@media (max-width: 355px) {
  .hero-art { aspect-ratio: 1 / 1.15; }
  .wrap { width: calc(100% - 32px); }
  .brand span { font-size: 20px; }
  .brand img { width: 34px; height: 34px; }
  .nav-status { padding-inline: 8px; font-size: 10px; }
  .site-header { gap: 6px; }
  .hero .eyebrow { letter-spacing: 1px; font-size: 8px; }

}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; }
}
@media (forced-colors: active) {
  .primary-link, .nav-status, .feature-card, .launch-card { border: 1px solid ButtonText; }
  .hero-art { display: none; }
}
@media print {
  .topline, .hero-art, .header-nav, .primary-link { display: none; }
  .wrap { width: 100%; }
  .hero { display: block; padding-block: 20px; }
  h1 { font-size: 40px; }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .feature-card, .launch-card { break-inside: avoid; }
}
