@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Libre+Baskerville:wght@700&display=swap');

:root {
  --navy: #0f2d63;
  --navy-2: #071a3a;
  --navy-3: #0a2248;
  --cream: #f8f3e8;
  --cream-2: #fffaf0;
  --white: #ffffff;
  --gold: #f4b631;
  --gold-2: #d89a18;
  --red: #b80f2f;
  --blue: #114f8d;
  --ink: #10213b;
  --muted: #62708a;
  --line: rgba(15,45,99,.15);
  --shadow: 0 24px 70px rgba(6,21,45,.18);
  --radius: 28px;
  --serif: 'Libre Baskerville', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.65; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: .75rem 1rem; background: var(--gold); color: var(--navy); border-radius: 999px; font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,250,240,.94); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(6,21,45,.12); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 900; color: var(--navy); }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand-title { font-family: var(--serif); font-size: clamp(1.25rem, 3vw, 2rem); letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; text-transform: uppercase; font-size: .82rem; letter-spacing: .05em; font-weight: 900; color: var(--navy); }
.site-nav a:hover { color: var(--red); }
.nav-cta { background: var(--navy); color: var(--white) !important; border-radius: 999px; padding: .85rem 1.2rem; box-shadow: 0 12px 24px rgba(15,45,99,.22); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); color: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; border-radius: 3px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .85rem 1.1rem; border-radius: 999px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; font-size: .8rem; border: 1px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-gold { background: var(--gold); color: var(--navy); box-shadow: 0 14px 30px rgba(216,154,24,.25); }
.button-blue { background: var(--navy); color: var(--white); box-shadow: 0 14px 30px rgba(15,45,99,.2); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.68); background: rgba(255,255,255,.05); }
.button-ghost-dark, .button-outline { color: var(--navy); border-color: rgba(15,45,99,.25); background: var(--white); }

.hero { position: relative; min-height: 760px; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,45,.44), rgba(6,21,45,.08)), url('assets/lambeau-hero.webp') center / cover no-repeat; z-index: -3; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,21,45,.05), rgba(6,21,45,.18) 54%, rgba(6,21,45,.55)); }
.hero-sport-band { position: absolute; inset: auto 0 0; height: 18px; z-index: 1; background: linear-gradient(90deg, var(--red) 0 34%, var(--gold) 34% 37%, var(--navy) 37% 100%); box-shadow: 0 -8px 20px rgba(6,21,45,.2); }
.hero-shell { position: relative; width: 100%; padding: clamp(6rem, 11vw, 9rem) 0 4.5rem; }
.hero-panel { width: min(720px, 100%); padding: clamp(1.35rem, 4vw, 2.65rem); border-radius: 30px; color: var(--white); background: linear-gradient(135deg, rgba(126,8,33,.96), rgba(7,26,58,.97) 34%, rgba(7,26,58,.96)); border: 1px solid rgba(244,182,49,.52); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-panel::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 8% 18%, rgba(255,255,255,.08), transparent 23rem), repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 10px); pointer-events: none; }
.hero-panel > * { position: relative; z-index: 2; }
.hero-kicker { margin: 0 0 .7rem; color: var(--gold); text-transform: uppercase; font-weight: 900; letter-spacing: .11em; font-size: .9rem; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.35rem, 8vw, 6.7rem); line-height: .93; letter-spacing: -.06em; text-shadow: 0 2px 20px rgba(0,0,0,.16); }
.hero-subtitle { margin: 1.05rem 0 .2rem; color: var(--white); font-weight: 900; font-size: clamp(1.25rem, 2.6vw, 1.75rem); }
.hero-lede { max-width: 590px; margin: .45rem 0 1.25rem; color: rgba(255,255,255,.88); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.1rem 0 1.35rem; }
.hero-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.hero-details div { min-height: 112px; padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.94); color: var(--navy); border: 1px solid rgba(255,255,255,.45); box-shadow: 0 10px 32px rgba(6,21,45,.12); }
.detail-label { display: block; margin-bottom: .3rem; text-transform: uppercase; color: var(--gold-2); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.hero-details strong { display: block; font-weight: 900; font-size: 1rem; line-height: 1.2; }
.hero-details small { display: block; margin-top: .3rem; color: var(--muted); font-weight: 700; }

.presented-band { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.presented-inner { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 3.25rem 0 3.6rem; text-align: center; }
.presented-inner span { color: var(--navy); text-transform: uppercase; font-weight: 900; letter-spacing: .18em; font-size: clamp(.9rem, 1.5vw, 1.12rem); }
.presented-inner img { width: min(1080px, 94vw); filter: drop-shadow(0 18px 40px rgba(16,42,96,.09)); }

.section { padding: clamp(70px, 9vw, 118px) 0; }
.section-copy h2, .section-heading h2, .schedule-copy h2, .donate-card h2 { margin: .35rem 0 1rem; font-family: var(--serif); color: var(--navy); font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.055em; }
.section-copy p, .section-heading p, .schedule-copy p, .donate-card p { color: var(--muted); font-size: 1.06rem; }
.eyebrow { margin: 0; color: var(--gold-2) !important; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: .82rem !important; }
.section-heading { max-width: 820px; margin-bottom: 2rem; }
.cards-section { background: var(--cream); }
.card-grid { display: grid; gap: 1.25rem; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 14px 45px rgba(6,21,45,.08); }
.info-card img { width: 100%; height: 250px; object-fit: cover; }
.info-card div { padding: 1.35rem; }
.card-number { display: inline-flex; color: var(--gold-2); font-weight: 900; margin-bottom: .35rem; }
.info-card h3, .form-card h3, .paypal-card h3 { margin: 0 0 .5rem; color: var(--navy); font-family: var(--serif); font-size: 2rem; line-height: 1.1; }
.info-card p { color: var(--muted); margin: 0; }

.ticket-section { background: linear-gradient(135deg, var(--white), var(--cream-2)); }
.ticket-grid, .schedule-grid, .watch-grid, .lambeau-grid, .donate-grid, .volunteer-grid-simple { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.ticket-note-card { margin: 1.5rem 0; padding: 1.1rem 1.2rem; border-radius: 18px; background: #fff; border: 1px solid rgba(184,15,47,.18); border-left: 6px solid var(--red); box-shadow: 0 14px 40px rgba(6,21,45,.06); }
.ticket-note-card strong { display: block; color: var(--red); margin-bottom: .2rem; }
.ticket-note-card span { color: var(--navy); font-weight: 800; }
.small-note { font-size: .93rem !important; }
.paypal-card { background: var(--navy); color: var(--white); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.35rem); box-shadow: var(--shadow); position: relative; overflow: hidden; border: 1px solid rgba(244,182,49,.42); }
.paypal-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 0% 0%, rgba(184,15,47,.28), transparent 18rem), radial-gradient(circle at 100% 0%, rgba(244,182,49,.18), transparent 18rem); pointer-events: none; }
.paypal-card > * { position: relative; }
.paypal-card h3 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); }
.paypal-card p { color: rgba(255,255,255,.82); }
.paypal-container { margin: 1.5rem 0 1rem; min-height: 54px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 1rem; }
.paypal-card .small-note { color: rgba(255,255,255,.75); }

.schedule-section { background: var(--navy-2); color: var(--white); position: relative; overflow: hidden; }
.schedule-section::before { content: ''; position: absolute; width: 34rem; height: 34rem; right: -12rem; top: -14rem; border-radius: 50%; background: rgba(244,182,49,.16); }
.schedule-section::after { content: ''; position: absolute; width: 26rem; height: 26rem; left: -12rem; bottom: -12rem; border-radius: 50%; background: rgba(184,15,47,.18); }
.schedule-grid { position: relative; z-index: 1; }
.schedule-copy h2 { color: var(--white); }
.schedule-copy p { color: rgba(255,255,255,.78); }
.timeline { list-style: none; margin: 0; padding: 0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; backdrop-filter: blur(12px); }
.timeline li { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: 1.25rem 1.35rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.timeline li:last-child { border-bottom: 0; }
.timeline time { color: var(--gold); font-weight: 900; }
.timeline span { color: var(--white); font-weight: 850; font-size: 1.08rem; }

.watch-section { background: var(--white); }
.watch-photo img, .donate-photo img { width: 100%; height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.watch-photo img { object-position: center 44%; }
.form-card { display: flex; flex-direction: column; gap: .9rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: 0 14px 45px rgba(6,21,45,.08); }
.compact-form { margin-top: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
label { display: grid; gap: .38rem; color: var(--navy); font-weight: 850; font-size: .9rem; }
input, textarea, select { width: 100%; border: 1px solid rgba(16,42,96,.22); border-radius: 14px; padding: .85rem .9rem; background: var(--cream-2); color: var(--ink); outline: none; font: inherit; }
input:focus, textarea:focus, select:focus { border-color: var(--gold-2); box-shadow: 0 0 0 4px rgba(244,182,49,.22); }
textarea { resize: vertical; }
.form-card .button { width: 100%; margin-top: .25rem; border: 0; }

.lambeau-section { background: linear-gradient(180deg, var(--cream), var(--white)); }
.lambeau-photo-stack { position: relative; min-height: 620px; }
.lambeau-photo-stack .photo-main { width: 86%; height: 520px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.lambeau-photo-stack .photo-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 300px; object-fit: cover; border: 12px solid var(--white); border-radius: 24px; box-shadow: 0 24px 60px rgba(6,21,45,.20); }

.volunteer-section { background: var(--white); }
.volunteer-grid-simple { align-items: start; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 170px; gap: .9rem; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; box-shadow: 0 12px 32px rgba(6,21,45,.08); }
.gallery-grid img:nth-child(1), .gallery-grid img:nth-child(4) { grid-column: span 2; grid-row: span 2; }
.gallery-grid img:nth-child(2), .gallery-grid img:nth-child(3), .gallery-grid img:nth-child(5), .gallery-grid img:nth-child(6) { grid-column: span 2; }

.donate-section { background: linear-gradient(135deg, #edf3fb, var(--cream)); }
.donate-card { background: var(--white); border-radius: var(--radius); padding: clamp(1.7rem, 4vw, 3rem); box-shadow: var(--shadow); }
.donate-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.3rem; }
.site-footer { background: #06152e; color: rgba(255,255,255,.78); padding: 3.4rem 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; align-items: start; }
.footer-logo { width: 250px; background: var(--white); border-radius: 14px; padding: .55rem; margin-bottom: 1rem; }
.site-footer h2 { margin: 0 0 .75rem; color: var(--white); font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links { display: grid; gap: .4rem; }
.footer-links a { color: rgba(255,255,255,.82); }
.footer-links a:hover { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.thank-you-page { min-height: 100vh; background: radial-gradient(circle at 15% 10%, rgba(244,182,49,.18), transparent 24rem), var(--cream); display: grid; place-items: center; }
.thank-you-wrap { width: min(720px, calc(100% - 40px)); text-align: center; }
.thank-you-wrap img { width: min(420px, 86vw); margin: 0 auto 2rem; mix-blend-mode: multiply; }
.thank-you-card { background: var(--white); border-radius: var(--radius); padding: clamp(2rem, 6vw, 4rem); box-shadow: var(--shadow); }
.thank-you-card h1 { margin: .4rem 0 1rem; font-family: var(--serif); color: var(--navy); font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; }
.thank-you-card p { color: var(--muted); }

@media (max-width: 1080px) {
  .hero-details { grid-template-columns: 1fr; }
  .hero { min-height: 820px; }
  .ticket-grid, .schedule-grid, .watch-grid, .lambeau-grid, .donate-grid, .volunteer-grid-simple { grid-template-columns: 1fr; }
  .card-grid.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand-title { font-size: 1.1rem; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: 72px; left: 20px; right: 20px; padding: 1rem; display: none; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: center; }
  .hero-shell { padding-top: 5rem; }
  .hero-panel { border-radius: 22px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .presented-inner { min-height: 260px; padding: 2.4rem 0; }
  .form-row { grid-template-columns: 1fr; }
  .watch-photo img, .donate-photo img { height: 460px; }
  .lambeau-photo-stack { min-height: 520px; }
  .lambeau-photo-stack .photo-main { width: 100%; height: 420px; }
  .lambeau-photo-stack .photo-small { width: 70%; height: 240px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .gallery-grid img, .gallery-grid img:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .timeline li { grid-template-columns: 1fr; gap: .35rem; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero { min-height: auto; }
  .hero-shell { padding: 3.5rem 0 3.8rem; }
  .hero-panel { padding: 1.2rem; }
  .hero-lede { font-size: .98rem; }
  .hero-details div { min-height: auto; }
  .section { padding: 58px 0; }
  .info-card img { height: 210px; }
  .presented-inner img { width: 100%; }
}

/* Lambeau Leap updated motif and photo-placement refinements */
.site-header {
  background: rgba(248,243,232,.98);
  border-bottom: 3px solid rgba(216,154,24,.82);
}
.header-inner { min-height: 88px; }
.brand img { width: 58px; height: 58px; }
.nav-cta { background: var(--navy-2); }

.hero-lambeau {
  min-height: 720px;
  align-items: center;
  background:
    linear-gradient(112deg, rgba(151, 9, 35, .96) 0%, rgba(97, 9, 35, .92) 24%, rgba(7,26,58,.98) 48%, rgba(7,26,58,.98) 100%);
  border-bottom: 3px solid var(--gold-2);
}
.hero-lambeau::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 39% 55%, rgba(244,182,49,.16), transparent 18rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.055) 0 1px, transparent 1px 12px);
  pointer-events: none;
}
.hero-lambeau .hero-photo {
  inset: 0 0 0 49%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7,26,58,.15), rgba(7,26,58,0)), url('assets/lambeau-hero-final.webp') center center / cover no-repeat;
  clip-path: ellipse(76% 92% at 62% 50%);
  border-left: 3px solid rgba(244,182,49,.7);
}
.hero-lambeau .hero-photo::after {
  inset: 0;
  background: linear-gradient(90deg, rgba(7,26,58,.35), rgba(7,26,58,.03) 48%, rgba(7,26,58,.08));
}
.hero-lambeau .hero-shell {
  z-index: 2;
  padding: 6rem 0 5.25rem;
}
.hero-lambeau .hero-panel {
  width: min(620px, 100%);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  overflow: visible;
}
.hero-lambeau .hero-panel::before { display: none; }
.hero-lambeau .hero-kicker {
  margin-bottom: .95rem;
  color: var(--gold);
  font-size: .92rem;
  letter-spacing: .09em;
}
.hero-lambeau h1 {
  font-size: clamp(3.1rem, 6.6vw, 5.7rem);
  line-height: .98;
  max-width: 660px;
}
.football-separator {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(420px, 100%);
  margin: 1.4rem 0 1.25rem;
  color: var(--gold);
}
.football-separator::before,
.football-separator::after {
  content: '';
  height: 3px;
  flex: 1;
  background: currentColor;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(244,182,49,.18);
}
.football-separator::before { background: var(--red); }
.football-separator span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 34px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  background: rgba(7,26,58,.32);
}
.hero-lambeau .hero-subtitle {
  margin: 0 0 .35rem;
  font-size: clamp(1.25rem, 2.4vw, 1.72rem);
}
.hero-lambeau .hero-lede {
  margin: 0 0 1.6rem;
  color: rgba(255,255,255,.96);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 850;
}
.hero-lambeau .hero-actions { margin-bottom: 1.45rem; }
.hero-lambeau .hero-details {
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.hero-lambeau .hero-details div {
  min-width: 0;
  min-height: 98px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.8);
}
.hero-lambeau .hero-details div:nth-child(1) .detail-label { color: var(--red); }
.hero-lambeau .hero-details div:nth-child(2) .detail-label { color: var(--gold-2); }
.hero-lambeau .hero-details div:nth-child(3) .detail-label { color: var(--navy); }
.hero-sport-band { height: 0; box-shadow: none; }

.presented-band {
  border-top: 0;
  border-bottom: 2px solid rgba(216,154,24,.4);
  background: linear-gradient(180deg, #fff, #fffaf0);
}
.presented-inner { min-height: 380px; padding: 3.1rem 0 3.8rem; }
.presented-inner::before,
.presented-inner::after {
  content: '';
  display: block;
  width: min(280px, 32vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}
.presented-inner img { width: min(1120px, 96vw); }

.info-card img[src$="tailgate-actual.webp"] { object-position: center 36%; }
.info-card img[src$="game-lambeau-field.webp"] { object-position: center 38%; }

.venue-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center 44%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.lambeau-section .button { margin-top: 1.2rem; width: auto; }

@media (max-width: 1080px) {
  .hero-lambeau .hero-photo {
    inset: 0;
    clip-path: none;
    opacity: .32;
    border-left: 0;
  }
  .hero-lambeau .hero-panel {
    width: min(720px, 100%);
    padding: clamp(1.25rem, 4vw, 2rem);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(126,8,33,.96), rgba(7,26,58,.96) 42%);
    border: 1px solid rgba(244,182,49,.46);
    box-shadow: var(--shadow);
  }
}

@media (max-width: 860px) {
  .header-inner { min-height: 76px; }
  .site-nav { top: 76px; }
  .hero-lambeau { min-height: auto; }
  .hero-lambeau .hero-shell { padding: 4rem 0 4.5rem; }
  .hero-lambeau h1 { font-size: clamp(3rem, 13vw, 4.85rem); }
  .football-separator { width: 100%; }
  .presented-inner { min-height: 300px; }
  .venue-photo img { height: 470px; }
}

@media (max-width: 560px) {
  .site-header { border-bottom-width: 2px; }
  .hero-lambeau .hero-panel { padding: 1.1rem; }
  .hero-lambeau .hero-details { grid-template-columns: 1fr; }
  .hero-lambeau .hero-details div { min-height: auto; }
  .presented-inner { min-height: 240px; padding: 2rem 0; }
  .venue-photo img { height: 420px; }
  .lambeau-section .button { width: 100%; }
}


/* Final Lambeau hero crop and overflow fixes */
.hero-lambeau .hero-panel { max-width: calc(100vw - 40px); }
.hero-lambeau h1 { overflow-wrap: normal; max-width: 100%; }
.hero-lambeau .hero-details strong,
.hero-lambeau .hero-details small { overflow-wrap: break-word; }
@media (min-width: 1081px) {
  .hero-lambeau .hero-shell { padding-left: max(0px, env(safe-area-inset-left)); }
}
@media (max-width: 1280px) and (min-width: 1081px) {
  .hero-lambeau .hero-panel { width: min(575px, 100%); }
  .hero-lambeau h1 { font-size: clamp(3rem, 5.8vw, 5rem); }
  .hero-lambeau .hero-details { gap: .55rem; }
  .hero-lambeau .hero-details div { padding: .85rem; }
}
@media (max-width: 560px) {
  .hero-lambeau h1 { font-size: clamp(2.65rem, 11.5vw, 4.1rem); }
}

/* Hero alignment + final stadium crop correction — Aug. 10 */
@media (min-width: 1081px) {
  .hero-lambeau {
    min-height: 720px;
  }
  .hero-lambeau .hero-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: clamp(44px, 4.8vw, 72px);
    padding-right: 24px;
  }
  .hero-lambeau .hero-panel {
    width: min(610px, calc(100vw - clamp(44px, 4.8vw, 72px) - 28px));
    max-width: none;
  }
  .hero-lambeau h1 {
    font-size: clamp(3.25rem, 6.05vw, 5.45rem);
    letter-spacing: -0.045em;
    max-width: 100%;
  }
  .hero-lambeau .hero-photo {
    inset: 0 0 0 43%;
    background-image: linear-gradient(90deg, rgba(7,26,58,.12), rgba(7,26,58,0)), url('assets/lambeau-hero-final.webp');
    background-size: cover;
    background-position: center center;
    clip-path: ellipse(79% 93% at 65% 50%);
  }
  .hero-lambeau .hero-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
  }
  .hero-lambeau .hero-details div {
    padding: .95rem;
  }
}

@media (max-width: 1320px) and (min-width: 1081px) {
  .hero-lambeau .hero-shell {
    padding-left: clamp(36px, 4vw, 56px);
  }
  .hero-lambeau .hero-panel {
    width: min(560px, calc(100vw - clamp(36px, 4vw, 56px) - 24px));
  }
  .hero-lambeau h1 {
    font-size: clamp(3rem, 5.45vw, 4.85rem);
  }
  .hero-lambeau .hero-photo {
    inset: 0 0 0 44%;
  }
}

@media (max-width: 1080px) {
  .hero-lambeau .hero-shell {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-lambeau h1 {
    letter-spacing: -0.045em;
  }
}


/* Final refinement — selected stadium hero crop + contained title lines */
.hero-lambeau .hero-panel {
  overflow: visible;
}
.hero-lambeau h1 {
  display: block;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  word-break: normal;
  overflow-wrap: normal;
}
.hero-lambeau h1 .hero-title-line {
  display: block;
  white-space: nowrap;
}
.hero-lambeau h1 .hero-title-line-second {
  font-size: .90em;
}
@media (min-width: 1081px) {
  .hero-lambeau .hero-shell {
    padding-left: clamp(52px, 4.8vw, 78px);
  }
  .hero-lambeau .hero-panel {
    width: min(545px, calc(100vw - clamp(52px, 4.8vw, 78px) - 24px));
  }
  .hero-lambeau h1 {
    font-size: clamp(3.25rem, 5.2vw, 5.05rem);
    line-height: .93;
    letter-spacing: -0.035em;
  }
  .hero-lambeau .hero-photo {
    inset: 0 0 0 44%;
    background-image: linear-gradient(90deg, rgba(7,26,58,.10), rgba(7,26,58,0)), url('assets/lambeau-hero-selected-crop.webp');
    background-size: cover;
    background-position: center center;
    clip-path: ellipse(78% 94% at 65% 50%);
  }
  .football-separator {
    width: min(460px, 100%);
  }
}
@media (min-width: 1440px) {
  .hero-lambeau .hero-panel {
    width: min(575px, calc(100vw - clamp(52px, 4.8vw, 78px) - 24px));
  }
  .hero-lambeau h1 {
    font-size: clamp(3.4rem, 5.15vw, 5.28rem);
  }
  .hero-lambeau .hero-photo {
    inset: 0 0 0 43.5%;
    background-position: center center;
  }
}
@media (max-width: 1320px) and (min-width: 1081px) {
  .hero-lambeau .hero-shell {
    padding-left: clamp(42px, 4vw, 58px);
  }
  .hero-lambeau .hero-panel {
    width: min(515px, calc(100vw - clamp(42px, 4vw, 58px) - 24px));
  }
  .hero-lambeau h1 {
    font-size: clamp(3rem, 4.8vw, 4.65rem);
  }
  .hero-lambeau .hero-photo {
    inset: 0 0 0 45%;
    background-position: center center;
  }
  .football-separator {
    width: min(400px, 100%);
  }
}
@media (max-width: 1080px) {
  .hero-lambeau .hero-photo {
    background-image: linear-gradient(90deg, rgba(7,26,58,.55), rgba(7,26,58,.12)), url('assets/lambeau-hero-selected-crop.webp');
    background-position: center center;
  }
  .hero-lambeau h1 .hero-title-line-second {
    font-size: .94em;
  }
}
@media (max-width: 560px) {
  .hero-lambeau h1 .hero-title-line {
    white-space: normal;
  }
  .hero-lambeau h1 .hero-title-line-second {
    font-size: .96em;
  }
}

/* Updated responsive banner hero */
.hero-banner {
  min-height: auto;
  background: linear-gradient(180deg, rgba(7,26,58,.03), rgba(7,26,58,.08));
  padding: 1.25rem 0 0;
  overflow: visible;
}
.hero-banner-wrap {
  display: grid;
  gap: 1.35rem;
}
.hero-banner-media {
  display: block;
  margin: 0;
  width: 100%;
}
.hero-banner-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  border: 1px solid rgba(16,42,96,.1);
  box-shadow: 0 18px 40px rgba(6,21,45,.12);
}
.hero-summary {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}
.hero-summary-text {
  margin: 0;
  max-width: 72ch;
  color: var(--ink);
  font-size: 1.05rem;
}
.hero-banner .hero-actions {
  margin: 0;
}
.hero-banner .hero-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.hero-banner .hero-details div {
  min-height: 108px;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  border: 1px solid rgba(16,42,96,.08);
  box-shadow: 0 10px 28px rgba(6,21,45,.08);
}
.hero-banner .hero-details div:nth-child(1) .detail-label { color: var(--red); }
.hero-banner .hero-details div:nth-child(2) .detail-label { color: var(--gold-2); }
.hero-banner .hero-details div:nth-child(3) .detail-label { color: var(--navy); }

@media (max-width: 900px) {
  .hero-banner {
    padding-top: .75rem;
  }
  .hero-banner-media img {
    border-radius: 22px;
  }
}

@media (max-width: 700px) {
  .hero-banner-wrap {
    gap: 1rem;
  }
  .hero-banner-media img {
    border-radius: 20px;
  }
  .hero-summary-text {
    font-size: 1rem;
  }
  .hero-banner .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-banner .hero-details {
    grid-template-columns: 1fr;
  }
  .hero-banner .hero-details div {
    min-height: auto;
  }
}
