:root {
  --navy: #071b2d;
  --navy-2: #0c2b42;
  --aqua: #70e1d1;
  --aqua-dark: #1b9e94;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --ink: #102436;
  --muted: #60717d;
  --line: #d9ddd9;
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 20;
  padding: 10px 14px;
  background: white;
  color: var(--navy);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-header {
  min-height: 72px;
  padding: 16px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--navy);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--aqua); color: var(--navy); }
.independent-label { color: #b9c6ce; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.resale-notice {
  padding: 11px clamp(20px, 5vw, 72px);
  background: #e9f8f6;
  color: #17394a;
  border-bottom: 1px solid #b8ded9;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
}
.resale-notice strong { color: #0b655f; }
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(64px, 9vw, 120px) 20px;
  display: grid;
  place-items: center;
  color: white;
  background: #061420 url("stadium-hero.png") center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(2,13,23,.22), rgba(2,13,23,.64) 68%, rgba(2,13,23,.88));
}
.hero-shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(3,18,29,.08), rgba(3,18,29,.46)); }
.hero-content { width: min(1080px, 100%); text-align: center; }
.eyebrow { display: flex; justify-content: center; gap: 18px; margin: 0 0 24px; color: var(--aqua); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span + span::before { content: "•"; margin-right: 18px; color: #fff; opacity: .5; }
h1 { margin: 0 auto; max-width: 960px; font-size: clamp(2.7rem, 7.2vw, 6.5rem); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 4px 30px rgba(0,0,0,.72); }
h1 span { display: block; }
h1 small { display: block; margin: .3em 0; color: var(--aqua); font-size: .22em; letter-spacing: .2em; }
.venue { margin: 28px 0 36px; color: #d9e1e6; font-size: clamp(1rem, 2vw, 1.25rem); }
.event-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 860px; margin: 0 auto 34px; border-block: 1px solid rgba(255,255,255,.18); }
.event-facts div { padding: 20px 14px; }
.event-facts div + div { border-left: 1px solid rgba(255,255,255,.18); }
.event-facts dt { margin-bottom: 4px; color: #94a7b3; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.event-facts dd { margin: 0; font-weight: 700; }
.ticket-panel { max-width: 900px; margin: auto; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; text-align: left; background: var(--cream); color: var(--ink); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.26); }
.price-copy span, .price-copy small, .cta-wrap small { display: block; }
.price-copy span { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.price-copy strong { display: block; margin: 1px 0; font-size: 2.25rem; line-height: 1.1; }
.price-copy small, .cta-wrap small { color: var(--muted); font-size: .72rem; }
.cta-wrap { flex: 0 0 auto; text-align: center; }
.cta-wrap small { margin-top: 7px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 22px; border: 0; border-radius: 12px; background: var(--aqua); color: var(--navy); font-weight: 800; text-decoration: none; box-shadow: 0 8px 24px rgba(27,158,148,.18); transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); background: #91eddf; }
.button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.content-section { padding: clamp(70px, 9vw, 120px) 20px; }
.content-grid { width: min(1040px, 100%); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.section-kicker { margin: 0 0 10px; color: var(--aqua-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.04em; }
.content-section p:not(.section-kicker), .final-cta > p:not(.section-kicker) { color: var(--muted); }
.detail-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 45px rgba(16,36,54,.08); }
.detail-card div { display: flex; justify-content: space-between; gap: 20px; padding: 19px 22px; }
.detail-card div + div { border-top: 1px solid var(--line); }
.detail-card span { color: var(--muted); }
.detail-card strong { text-align: right; }
.final-cta { padding: clamp(70px, 9vw, 110px) 20px; text-align: center; background: var(--cream); }
.final-cta h2, .final-cta > p { max-width: 680px; margin-left: auto; margin-right: auto; }
.final-cta .button { margin-top: 15px; background: var(--navy); color: white; }
.final-cta .button:hover { background: var(--navy-2); }
.disclosure { max-width: 920px; margin: auto; padding: 56px 20px; color: var(--muted); font-size: .84rem; }
.disclosure h2 { color: var(--ink); font-size: 1.15rem; letter-spacing: 0; }
footer { padding: 24px clamp(20px, 5vw, 72px); display: flex; justify-content: space-between; gap: 20px; background: var(--navy); color: #9eb0ba; font-size: .78rem; }
footer a { color: var(--aqua); text-underline-offset: 3px; }

.policy-page { background: var(--paper); }
.policy-header { background: var(--navy); }
.policy-main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: clamp(54px, 8vw, 90px) 0; }
.policy-main h1 { max-width: none; color: var(--ink); font-size: clamp(2.6rem, 7vw, 5.2rem); text-transform: none; }
.policy-main h2 { margin-top: 42px; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.025em; }
.policy-main h3 { margin-top: 28px; }
.policy-main p, .policy-main li { color: var(--muted); }
.policy-main a { color: var(--aqua-dark); }
.policy-meta { margin: 14px 0 38px; color: var(--muted); }
.policy-summary { padding: 22px 24px; background: var(--cream); border-left: 4px solid var(--aqua-dark); border-radius: 0 14px 14px 0; }
.policy-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .93rem; }
.policy-table th, .policy-table td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { background: var(--cream); }
.policy-contact { padding: 22px 24px; background: white; border: 1px solid var(--line); border-radius: 14px; }

@media (max-width: 720px) {
  .independent-label { display: none; }
  .hero { min-height: 0; padding-top: 68px; }
  .eyebrow { display: block; }
  .eyebrow span { display: block; margin: 7px 0; }
  .eyebrow span + span::before { display: none; }
  .event-facts { grid-template-columns: 1fr; }
  .event-facts div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .ticket-panel { padding: 22px; display: block; text-align: center; }
  .cta-wrap { margin-top: 20px; }
  .button { width: 100%; }
  .content-grid { grid-template-columns: 1fr; }
  .detail-card div { display: block; }
  .detail-card strong { display: block; margin-top: 4px; text-align: left; }
  footer { display: block; text-align: center; }
  footer span { display: block; margin: 4px 0; }
  .policy-table, .policy-table tbody, .policy-table tr, .policy-table th, .policy-table td { display: block; }
  .policy-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .policy-table tr { margin-bottom: 14px; border: 1px solid var(--line); }
  .policy-table td { border: 0; }
  .policy-table td + td { border-top: 1px solid var(--line); }
}

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