:root {
  color-scheme: light;
  --ink: #0b0d0f;
  --muted: #4c4f53;
  --paper: #fff4e8;
  --panel: #ffffff;
  --red: #f36d16;
  --red-dark: #a94006;
  --gold: #ffb13b;
  --grass: #2d6a4f;
  --sky: #f4f6f8;
  --shadow: 0 22px 70px rgba(17, 17, 17, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(11, 13, 15, 0.06) 25%, transparent 25%) 0 0 / 34px 34px,
    linear-gradient(180deg, #fff2e4 0%, #fffdf8 44%, #fff4e8 100%);
  color: var(--ink);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 56px);
  background: rgba(11, 13, 15, 0.94);
  color: white;
  border-bottom: 4px solid var(--red);
  backdrop-filter: blur(16px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: var(--ink);
  font-weight: 900;
  border: 3px solid var(--ink);
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 0.98rem; }
.brand small { margin-top: 3px; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 0; font-size: 0.72rem; }
nav { display: flex; gap: 8px; font-size: 0.9rem; font-weight: 800; }
nav a { padding: 9px 12px; border-radius: 999px; }
nav a:hover { background: rgba(244, 122, 32, 0.24); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  align-items: stretch;
  min-height: calc(100vh - 72px);
  padding: clamp(28px, 5vw, 70px) clamp(18px, 5vw, 56px) 38px;
  gap: clamp(24px, 4vw, 56px);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 244, 232, 0.96) 0%, rgba(255, 244, 232, 0.91) 52%, rgba(11, 13, 15, 0.96) 52.2%, rgba(11, 13, 15, 0.96) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -8vw -16vw auto;
  width: 42vw;
  aspect-ratio: 1;
  border: 36px solid rgba(243, 109, 22, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 720px; min-width: 0; }
.eyebrow { margin: 0 0 12px; color: var(--red-dark); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.85rem, 5.9vw, 5.35rem); line-height: 0.9; letter-spacing: 0; text-transform: uppercase; overflow-wrap: break-word; }
h1 span { display: block; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 4.5vw, 4rem); line-height: 0.98; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1; }
.hero-lede, .section-heading p, .story-copy p, .sponsor-card p, .reel-copy p, .checkout-panel p { color: var(--muted); font-size: 1.06rem; line-height: 1.55; }
.hero-lede { max-width: 620px; margin-bottom: 24px; }
.hero-actions, .checkout-panel, .reel-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hero-actions { flex-flow: row wrap; margin-bottom: 20px; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  border: 2px solid var(--ink);
  font-weight: 900;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button:disabled, .button.is-disabled {
  cursor: not-allowed;
  opacity: 0.62;
}
.button:disabled:hover, .button.is-disabled:hover {
  transform: none;
  box-shadow: 3px 3px 0 var(--ink);
}
.button.primary { background: var(--red); color: var(--ink); }
.button.secondary { background: var(--ink); color: white; }
.button.paypal { background: #ffffff; }
.button.venmo { background: #fff0df; }
.button.full { width: 100%; }
.route-line {
  display: grid;
  grid-template-columns: auto minmax(44px, 1fr) auto;
  align-items: center;
  max-width: 620px;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}
.route-line i {
  position: relative;
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--ink), var(--red));
}
.route-line i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--red);
  border-right: 3px solid var(--red);
  transform: translateY(-50%) rotate(45deg);
}
.route-line strong { color: var(--red-dark); }
.route-card {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  align-items: center;
  max-width: 640px;
  gap: 18px;
  padding: 18px;
  border: 2px solid rgba(17, 17, 17, 0.94);
  border-radius: 8px;
  background:
    radial-gradient(circle at 68% 58%, rgba(243, 109, 22, 0.18) 0 7%, transparent 7.5%),
    rgba(255, 255, 255, 0.95);
  box-shadow: 6px 6px 0 rgba(11, 13, 15, 0.92), 0 18px 48px rgba(17, 17, 17, 0.12);
}
.route-map {
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 246, 248, 0.94), rgba(238, 248, 255, 0.96)),
    #f6fbff;
  padding: 12px;
}
.route-map img { width: 100%; height: auto; display: block; filter: saturate(0.86) contrast(1.04); }
.map-marker {
  position: absolute;
  left: 70.2%;
  top: 59%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: var(--red);
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
  filter: drop-shadow(0 3px 0 rgba(17, 17, 17, 0.42));
}
.map-marker::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 3px solid rgba(244, 122, 32, 0.42);
  border-radius: 50%;
}
.map-label {
  position: absolute;
  left: 70.2%;
  top: 69%;
  transform: translateX(-50%);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white, 1px 0 0 white, -1px 0 0 white, 0 -1px 0 white;
}
.route-copy span, .route-copy strong, .route-copy small { display: block; }
.tournament-logo {
  width: min(150px, 70%);
  height: auto;
  margin: 0 0 12px;
  padding: 6px;
  border: 2px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: white;
}
.route-copy span { color: var(--muted); font-size: 0.82rem; font-weight: 900; text-transform: uppercase; }
.route-copy strong { margin: 4px 0; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 0.98; }
.route-copy small { color: var(--red-dark); font-weight: 900; }
.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: #111;
  box-shadow: 10px 10px 0 var(--red), var(--shadow);
  transform: rotate(1deg);
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.82) 100%);
  pointer-events: none;
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.media-ribbon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  background: rgba(11, 13, 15, 0.88);
  color: white;
}
.media-ribbon strong, .media-ribbon span { display: block; }
.media-ribbon strong { margin-bottom: 5px; font-size: clamp(1.08rem, 2.2vw, 1.72rem); line-height: 1.04; text-transform: uppercase; }
.media-ribbon span { color: rgba(255, 255, 255, 0.82); font-weight: 800; }
.journey-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(34px, 6vw, 62px) clamp(18px, 5vw, 56px);
  background:
    linear-gradient(90deg, rgba(11, 13, 15, 0.94), rgba(11, 13, 15, 0.88)),
    var(--ink);
  color: white;
  border-top: 6px solid var(--red);
  border-bottom: 6px solid var(--gold);
}
.journey-copy { max-width: 820px; }
.journey-panel .eyebrow { color: var(--gold); }
.journey-panel h2 { max-width: 760px; margin-bottom: 12px; }
.journey-panel p { margin-bottom: 0; color: rgba(255, 255, 255, 0.74); font-size: 1.06rem; line-height: 1.55; }
.journey-stats {
  display: grid;
  gap: 0;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.journey-stats div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.journey-stats div:last-child { border-bottom: 0; }
.journey-stats span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}
.journey-stats strong {
  color: white;
  font-size: clamp(1.1rem, 2.2vw, 1.65rem);
  line-height: 1;
}
.donation-section, .reel-section, .story-section, .sponsor-section { padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 56px); }
.donation-section {
  background:
    linear-gradient(90deg, rgba(243, 109, 22, 0.1), transparent 32%),
    #fffdf8;
}
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading.compact { margin-bottom: 20px; }
.donation-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: 22px; align-items: start; }
.amount-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.amount-card, .checkout-panel, .sponsor-card { border: 2px solid var(--ink); border-radius: 8px; background: var(--panel); box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.92); }
.amount-card {
  min-height: 154px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  background: var(--tile-bg, linear-gradient(145deg, var(--red), var(--gold)));
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}
.amount-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 18px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.amount-card:hover, .amount-card:focus-visible { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgba(17, 17, 17, 0.92); filter: saturate(1.06); }
.amount-card span { display: block; margin-bottom: 10px; font-size: clamp(2.6rem, 6.5vw, 5rem); font-weight: 950; line-height: 0.9; }
.amount-card small { position: relative; z-index: 1; color: rgba(11, 13, 15, 0.76); font-size: 0.98rem; font-weight: 850; }
.amount-card span { position: relative; z-index: 1; }
.amount-card:nth-child(1) { --tile-bg: linear-gradient(145deg, #ffb13b 0%, #f47a20 100%); }
.amount-card:nth-child(2) { --tile-bg: linear-gradient(145deg, #0b0d0f 0%, #2a1a10 58%, #f47a20 160%); color: white; }
.amount-card:nth-child(2) small { color: rgba(255, 244, 232, 0.78); }
.amount-card:nth-child(3) { --tile-bg: linear-gradient(145deg, #fff4e8 0%, #ffd18a 42%, #f47a20 120%); }
.amount-card:nth-child(4) { --tile-bg: linear-gradient(145deg, #f47a20 0%, #b74b0e 64%, #0b0d0f 145%); color: white; }
.amount-card:nth-child(4) small { color: rgba(255, 244, 232, 0.82); }
.amount-card.featured {
  border-color: var(--red);
  box-shadow: 4px 4px 0 var(--red), 7px 7px 0 rgba(11, 13, 15, 0.92);
}
.checkout-panel { position: sticky; top: 96px; padding: 24px; background: linear-gradient(180deg, #ffffff 0%, #fff3e4 100%); }
.donation-form {
  display: grid;
  width: 100%;
  gap: 10px;
}
.donation-form label {
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}
.amount-input {
  display: flex;
  align-items: center;
  min-height: 56px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.04);
}
.amount-input span {
  padding-left: 16px;
  color: var(--muted);
  font-size: 1.2rem;
  font-weight: 950;
}
.amount-input input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 12px 14px 12px 8px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1.35rem;
  font-weight: 950;
  outline: 0;
}
.form-status {
  min-height: 20px;
  margin: -2px 0 0;
  color: var(--grass) !important;
  font-size: 0.86rem !important;
  font-weight: 800;
}
.form-status.is-error { color: var(--red-dark) !important; }
.fee-estimate {
  min-height: 20px;
  margin: -2px 0 0;
  color: var(--muted) !important;
  font-size: 0.84rem !important;
  font-weight: 850;
}
.fine-print { margin: 2px 0 0; font-size: 0.83rem !important; }
.reel-section { background: linear-gradient(135deg, #0b0d0f 0%, #17191c 56%, #3c1c0b 100%); color: white; }
.reel-section .eyebrow { color: var(--gold); }
.reel-section .section-heading p, .reel-copy p { color: rgba(255, 255, 255, 0.76); }
.reel-shell { display: grid; grid-template-columns: minmax(280px, 430px) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; }
.phone-frame { aspect-ratio: 9 / 14; overflow: hidden; border: 3px solid white; border-radius: 28px; background: #000000; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45); }
.reel-track, .reel-slide { position: relative; width: 100%; height: 100%; }
.reel-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity 650ms ease, transform 1800ms ease; }
.reel-slide.is-active { opacity: 1; transform: scale(1); }
.reel-slide img { width: 100%; height: 100%; object-fit: cover; }
.reel-caption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 14px; border-radius: 8px; background: linear-gradient(180deg, rgba(17, 17, 17, 0.68), rgba(17, 17, 17, 0.92)); }
.reel-caption strong, .reel-caption span { display: block; }
.reel-caption strong { margin-bottom: 3px; font-size: 1rem; }
.reel-caption span { color: rgba(255, 255, 255, 0.75); font-size: 0.88rem; }
.reel-copy { max-width: 680px; }
.instagram-link { display: inline-flex; color: white; border-bottom: 2px solid var(--gold); font-weight: 900; }
.reel-dots { display: flex; gap: 10px; margin-top: 16px; }
.reel-dots button { width: 44px; height: 8px; padding: 0; cursor: pointer; border: 0; border-radius: 999px; background: rgba(255, 255, 255, 0.28); }
.reel-dots button.is-active { background: var(--gold); }
.story-section { display: grid; grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr); gap: clamp(22px, 5vw, 70px); align-items: start; }
.story-kicker {
  position: sticky;
  top: 104px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 5px 5px 0 var(--red);
}
.story-kicker h2 { margin-bottom: 0; }
.story-copy {
  display: grid;
  gap: 18px;
  padding-left: clamp(18px, 4vw, 42px);
  border-left: 5px solid var(--red);
}
.story-copy p { margin-bottom: 0; }
.sponsor-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 360px); gap: 22px; align-items: center; background: #ffffff; }
.sponsor-card { padding: clamp(24px, 5vw, 48px); }
.sponsor-section img { width: 100%; max-height: 520px; object-fit: contain; border: 2px solid var(--ink); border-radius: 8px; background: #111; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 28px clamp(18px, 5vw, 56px); background: var(--ink); color: white; font-weight: 800; }
footer a { color: var(--gold); }
@media (max-width: 880px) {
  .site-header { position: static; align-items: flex-start; }
  nav { display: none; }
  .hero, .journey-panel, .donation-layout, .reel-shell, .story-section, .sponsor-section { grid-template-columns: 1fr; }
  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 244, 232, 0.97) 0%, rgba(255, 244, 232, 0.97) 72%, rgba(11, 13, 15, 0.08) 72.2%, rgba(11, 13, 15, 0.08) 100%);
  }
  .hero::before { display: none; }
  .hero-media { width: 100%; min-height: 330px; order: -1; transform: none; }
  .hero-copy, .hero-media, .route-card, .donation-layout, .amount-grid, .checkout-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .route-card { grid-template-columns: 1fr; }
  .checkout-panel { position: static; }
  .story-kicker { position: static; }
  .phone-frame { max-width: 420px; }
  .story-copy { padding-left: 18px; }
}
@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .brand strong { font-size: 0.88rem; }
  .hero, .donation-section, .reel-section, .story-section, .sponsor-section {
    width: 100%;
    max-width: 100vw;
    padding-inline: 14px;
  }
  .hero-copy p, .media-ribbon span { max-width: 100%; overflow-wrap: anywhere; }
  h1 { max-width: 100%; font-size: 2.08rem; line-height: 1; }
  h1 span { display: block; }
  h2 { font-size: 2.1rem; }
  .hero-actions, .amount-grid { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .amount-card { min-height: 136px; }
  .hero-media { min-height: 360px; box-shadow: 5px 8px 0 var(--red), var(--shadow); }
  .media-ribbon { right: 10px; bottom: 10px; left: 10px; padding: 12px; }
  .media-ribbon strong { font-size: 1rem; overflow-wrap: break-word; }
  .media-ribbon span { font-size: 0.88rem; }
  .route-line { grid-template-columns: 1fr; gap: 7px; }
  .route-line i { width: 92px; }
  .journey-stats div { grid-template-columns: 1fr; gap: 5px; }
  footer { flex-direction: column; }
}
@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; }
}
