:root {
  --bg: #fff8f0;
  --paper: #ffffff;
  --ink: #2e2731;
  --muted: #746675;
  --orange: #e36c25;
  --deep: #4a2b22;
  --blue: #274d7a;
  --cream: #fff3df;
  --line: rgba(227, 108, 37, 0.2);
  --shadow: 0 24px 64px rgba(83, 50, 34, 0.15);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  background:
    linear-gradient(135deg, rgba(227, 108, 37, 0.12), transparent 32%),
    linear-gradient(225deg, rgba(39, 77, 122, 0.12), transparent 34%),
    var(--bg);
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, p { margin-top: 0; }
h1 {
  max-width: 880px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.55rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(1.82rem, 3.1vw, 3.1rem);
  line-height: 1.08;
}
p { color: var(--muted); font-size: 1.03rem; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 240, 0.94);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 950; }
.brand span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--orange), var(--deep));
}
.brand strong { color: var(--deep); font-size: 1.1rem; }
.nav { display: flex; gap: 16px; color: #5d4f58; font-size: 0.94rem; font-weight: 850; }
.join, .mobile-cta a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--orange), var(--deep));
  box-shadow: 0 16px 34px rgba(227, 108, 37, 0.25);
}
.mobile-cta { display: none; padding: 12px 18px; border-bottom: 1px solid var(--line); background: #fff; }
.mobile-cta a { width: 100%; }
.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-layer {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(46, 39, 49, 0.86) 0%, rgba(46, 39, 49, 0.62) 48%, rgba(46, 39, 49, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(255, 248, 240, 0.05));
}
.hero-content { padding: 92px 0 82px; }
.hero p { max-width: 780px; color: rgba(255, 255, 255, 0.9); font-size: 1.08rem; }
.kicker, .label {
  margin-bottom: 12px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero .kicker { color: #ffd4b8; }
.overview { padding: 20px 0 48px; }
.overview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.overview-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(83, 50, 34, 0.08);
}
.overview-grid span { display: block; color: var(--muted); font-size: 0.84rem; font-weight: 800; }
.overview-grid strong { color: var(--deep); font-size: 1.1rem; }
.section { padding: 76px 0; }
.content-narrow { max-width: 960px; }
.basketball { background: rgba(255, 255, 255, 0.58); }
.game-section {
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(39, 77, 122, 0.12), rgba(255, 255, 255, 0.7));
}
.game-layout, .sign-grid {
  display: grid;
  gap: 44px;
  align-items: center;
}
.game-layout { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr); }
.sign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.game-image {
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}
.game-image img { aspect-ratio: 16 / 10; object-fit: cover; }
.sign-up { background: rgba(255, 243, 223, 0.72); }
.reading { border-block: 1px solid var(--line); background: rgba(255, 255, 255, 0.62); }
.detail-notes {
  background: linear-gradient(135deg, rgba(227, 108, 37, 0.1), rgba(39, 77, 122, 0.1));
}
.notes-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(83, 50, 34, 0.08);
}
.faq details + details { margin-top: 12px; }
.faq summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
.faq details p { padding: 0 20px 20px; }
.footer { padding: 34px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); }
.footer strong { color: var(--deep); }
@media (max-width: 980px) {
  .nav, .header .join { display: none; }
  .mobile-cta { position: sticky; top: 74px; z-index: 35; display: block; }
  .hero { min-height: auto; }
  .hero-content { padding: 72px 0 64px; }
  .game-layout, .sign-grid, .notes-grid { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 66px; }
  .mobile-cta { top: 66px; }
  h1 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .hero-content { padding: 52px 0 46px; }
  .hero-bg { object-position: 52% center; }
  .hero p { font-size: 1rem; }
  .overview-grid { grid-template-columns: 1fr; }
  .game-image { border-width: 6px; border-radius: 22px; }
  .footer-inner { display: block; }
}
