/* Ground Zero: mobile-first championship edition. All rules are page-scoped. */
.gz26-page {
  --gz-ink: #0c0c0d;
  --gz-paper: #f6f3ed;
  --gz-red: #e9433d;
  --gz-muted: #b2aeaa;
  --gz-line: rgba(246, 243, 237, .2);
  background: var(--gz-ink);
  color: var(--gz-paper);
}
.gz26-page main { overflow: clip; }
.gz26-page h1, .gz26-page h2, .gz26-page h3 { font-family: var(--font-display), Impact, sans-serif; font-weight: 400; text-transform: uppercase; }
.gz26-page h2 { font-size: clamp(2.8rem, 11.5vw, 4.8rem); line-height: 1.08; letter-spacing: -.015em; }
.gz26-page h3 { font-size: 1.6rem; line-height: 1.2; }
.gz26-page p { font-size: 1rem; line-height: 1.65; }
.gz26-page img { display: block; max-width: 100%; }
.gz26-wrap { width: min(100% - 40px, 1300px); margin-inline: auto; }
.gz26-section { padding-block: 52px; }
.gz26-page section[id], .gz26-page article[id] { scroll-margin-top: 96px; }
.gz26-page .gz26-kicker { font-family: var(--font-body); font-size: .75rem; font-weight: 600; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.gz26-kicker > span { color: var(--gz-red); margin-right: 10px; }
.gz26-section-heading > .gz26-kicker, .gz26-moments-heading .gz26-kicker { margin-bottom: 18px; }
.gz26-page .gz26-mini-number { color: var(--gz-red); font-family: monospace; font-size: .875rem; }
.gz26-page .gz26-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.gz26-skip { position: fixed; top: 8px; left: 16px; z-index: 10001; padding: 12px 20px; background: var(--gz-paper); color: var(--gz-ink); transform: translateY(-160%); }
.gz26-skip:focus { transform: translateY(0); }
.gz26-page main a:focus-visible { outline: 2px solid var(--gz-paper); outline-offset: 5px; }
.gz26-page #navbar { background: transparent; }
.gz26-page #navbar.scrolled, .gz26-page #navbar.menu-open { background: var(--maroon); }

/* Mobile hero: original landscape photo, with copy overlapping only its dark foot. */
.gz26-champions { position: relative; display: flex; flex-direction: column; background: #10090a; }
.gz26-champions-photo { order: 1; position: relative; }
.gz26-champions-photo img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.gz26-champions-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #10090a 0%, transparent 44%), linear-gradient(180deg, rgba(24, 3, 6, .55), transparent 38%), linear-gradient(90deg, rgba(143, 12, 24, .2), transparent 32%, transparent 68%, rgba(143, 12, 24, .2)); }
.gz26-champions-copy { order: 2; position: relative; margin-top: -56px; padding-top: 0; padding-bottom: 28px; text-align: center; }
.gz26-team-logo { width: 112px; height: 112px; margin: 0 auto 10px; object-fit: contain; filter: drop-shadow(0 6px 18px rgba(191, 25, 35, .4)); }
.gz26-congratulations { display: block; margin-bottom: 14px; font-family: var(--font-body); font-size: .8125rem; line-height: 1.5; letter-spacing: .12em; font-weight: 600; text-transform: uppercase; }
.gz26-team-name { display: block; font-size: clamp(1rem, 20.5vw, 7rem); line-height: 1.04; letter-spacing: -.015em; color: var(--gz-red); }
.gz26-team-name > span { display: block; color: var(--gz-paper); }
.gz26-page .gz26-champions-line { margin-top: 18px; font-size: .9375rem; color: #d4d0cb; }
.gz26-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; margin-top: 18px; border-bottom: 1px solid var(--gz-red); font-size: .875rem; font-weight: 600; color: var(--gz-paper); }
.gz26-link > span { font-size: 1.5rem; color: var(--gz-red); }
.gz26-link:hover { color: var(--gz-red); }
.gz26-champions-foot { order: 3; display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--gz-line); padding-block: 16px; color: var(--gz-muted); font-size: .75rem; }

/* Short context, then three compact principles. */
.gz26-intro { display: grid; gap: 24px; padding-bottom: 32px; }
.gz26-intro-copy p + p { margin-top: 14px; color: var(--gz-muted); }
.gz26-highlights { border-top: 1px solid var(--gz-line); border-bottom: 1px solid var(--gz-line); }
.gz26-highlights article { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding-block: 20px; }
.gz26-highlights article + article { border-top: 1px solid var(--gz-line); }
.gz26-highlights .gz26-mini-number { padding-top: 5px; }
.gz26-highlights p { grid-column: 2; color: var(--gz-muted); margin-top: 6px; font-size: .9375rem; }

/* No pinned scrolling or hover-only activity descriptions. */
.gz26-challenges { display: grid; gap: 28px; }
.gz26-outline { color: transparent; -webkit-text-stroke: 1px #d6d0c9; }
.gz26-page .gz26-section-note { margin-top: 18px; color: var(--gz-muted); font-size: .9375rem; }
.gz26-challenge-list article { display: grid; grid-template-columns: 28px minmax(0, 1fr) 20px; align-items: center; gap: 12px; padding-block: 22px; border-top: 1px solid var(--gz-line); }
.gz26-challenge-list article:last-child { border-bottom: 1px solid var(--gz-line); }
.gz26-challenge-list h3 { font-size: clamp(1.35rem, 5.4vw, 1.85rem); }
.gz26-challenge-list p { color: var(--gz-muted); font-size: .9375rem; margin-top: 6px; }
.gz26-challenge-mark { font-size: 1.5rem; color: var(--gz-red); }

/* A separate, controlled mobile montage. Overlaps land on sky/shoulders, not faces. */
.gz26-moments { background: var(--gz-paper); color: var(--gz-ink); }
.gz26-moments-heading { display: grid; gap: 18px; }
.gz26-moments-heading > p { font-size: .9375rem; color: #595552; }
.gz26-montage { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); padding-top: 28px; padding-bottom: 8px; }
.gz26-montage-word { position: absolute; inset: 32% auto auto -5%; font-family: var(--font-display); font-size: 26vw; line-height: 1; writing-mode: vertical-rl; color: #dcd6ce; pointer-events: none; }
.gz26-frame { position: relative; min-width: 0; z-index: 1; background: var(--gz-ink); }
.gz26-frame img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.gz26-frame figcaption { position: absolute; top: 0; left: 100%; padding: 0 5px; color: var(--gz-ink); background: none; font-size: .875rem; line-height: 1.5; writing-mode: vertical-rl; white-space: nowrap; }
.gz26-frame--talk figcaption { top: 28px; left: auto; right: 100%; }
.gz26-frame--team figcaption { top: 36px; }
.gz26-frame figcaption > span + span { display: none; }
.gz26-frame--huddle { grid-column: 1 / 12; grid-row: 1; }
.gz26-frame--huddle img { aspect-ratio: 4 / 5; object-position: 50% 54%; }
.gz26-frame--talk { grid-column: 5 / 13; grid-row: 2; margin-top: -18px; z-index: 2; border: 6px solid var(--gz-paper); border-right: 0; }
.gz26-frame--talk img { aspect-ratio: 1; object-position: 50% 53%; }
.gz26-frame--team { grid-column: 1 / 10; grid-row: 3; margin-top: -30px; z-index: 3; border: 6px solid var(--gz-paper); border-left: 0; }
.gz26-frame--team img { aspect-ratio: 1; object-position: 50% 49%; }

/* Provisional date: one target in HTML; four accessible, split-flap time units. */
.gz26-future { position: relative; isolation: isolate; background: #080d18; padding-block: 54px; }
.gz26-future-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 56%; }
.gz26-future::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(100deg, rgba(5, 8, 16, .88), rgba(5, 8, 16, .52)), linear-gradient(0deg, rgba(5, 8, 16, .8), transparent); }
.gz26-future-content { display: grid; gap: 32px; }
.gz26-future .gz26-kicker { color: #c5ccee; margin-bottom: 18px; }
.gz26-future h2 { font-size: clamp(4.5rem, 22vw, 7rem); line-height: 1.04; }
.gz26-future-intro { margin-top: 20px; color: #d7dbea; }
.gz26-page .gz26-countdown-date { margin-bottom: 18px; font-size: .9375rem; }
.gz26-countdown-date time { font-weight: 600; white-space: nowrap; }
.gz26-countdown { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
.gz26-time-unit { min-width: 0; text-align: center; }
.gz26-flip { position: relative; height: 96px; perspective: 400px; border: 1px solid rgba(236, 240, 255, .22); background: #131722; border-radius: 3px; font-family: var(--font-display); font-size: 3.65rem; line-height: 96px; color: var(--gz-paper); }
.gz26-flip::after { content: ""; position: absolute; inset: 50% -1px auto; height: 1px; z-index: 4; background: #06070c; box-shadow: 0 1px 0 rgba(255, 255, 255, .035); }
.gz26-digit { display: block; }
.gz26-flap { display: none; position: absolute; left: 0; right: 0; height: 50%; overflow: hidden; background: #131722; backface-visibility: hidden; }
.gz26-flap--top { top: 0; transform-origin: center bottom; z-index: 3; }
.gz26-flap--bottom { bottom: 0; line-height: 0; transform-origin: center top; z-index: 2; }
.gz26-flip.is-flipping .gz26-flap { display: block; }
.gz26-flip.is-flipping .gz26-flap--top { animation: gz26-flip-top .38s ease-in both; }
.gz26-flip.is-flipping .gz26-flap--bottom { animation: gz26-flip-bottom .38s ease-out both; }
.gz26-time-label { display: block; margin-top: 8px; font-size: .8125rem; color: #d7dbea; }
.gz26-page .gz26-date-note { color: #c3c9dc; font-size: .8125rem; margin-top: 18px; }
.gz26-button { display: flex; justify-content: space-between; align-items: center; min-height: 52px; gap: 24px; padding: 14px 20px; margin-top: 24px; background: var(--gz-paper); color: var(--gz-ink); font-size: .9375rem; font-weight: 600; transition: background .2s; }
.gz26-button:hover { background: #ddd7ce; }
@keyframes gz26-flip-top { 0% { transform: rotateX(0); } 50%, 100% { transform: rotateX(-90deg); } }
@keyframes gz26-flip-bottom { 0%, 50% { transform: rotateX(90deg); } 100% { transform: rotateX(0); } }

/* Tablet extensions; mobile composition is the base, not a scaled desktop. */
@media (min-width: 600px) {
  .gz26-wrap { width: min(100% - 64px, 1300px); }
  .gz26-section { padding-block: 64px; }
  .gz26-team-logo { width: 132px; height: 132px; }
  .gz26-team-name { font-size: clamp(1rem, 12vw, 7rem); }
  .gz26-team-name > span { display: inline; }
  .gz26-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gz26-highlights article { display: block; padding: 26px 18px; }
  .gz26-highlights article:first-of-type { padding-left: 0; }
  .gz26-highlights article + article { border-top: 0; border-left: 1px solid var(--gz-line); }
  .gz26-highlights h3 { margin-top: 12px; font-size: 1.5rem; }
  .gz26-moments-heading { grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
  .gz26-moments-heading > p { padding-bottom: 6px; }
  .gz26-montage { padding-top: 38px; }
  .gz26-frame--huddle { grid-column: 1 / 8; grid-row: 1 / 3; align-self: start; }
  .gz26-frame--huddle figcaption { left: auto; right: 100%; }
  .gz26-frame--talk figcaption { left: 100%; right: auto; }
  .gz26-frame img { aspect-ratio: 3 / 4; }
  .gz26-frame--talk { grid-column: 8 / 13; grid-row: 1; margin-top: 54px; border: 0; }
  .gz26-frame--team { grid-column: 6 / 12; grid-row: 2; margin-top: -12px; border-width: 10px; }
  .gz26-montage-word { inset: auto auto 10% 0; font-size: 16vw; writing-mode: horizontal-tb; }
  .gz26-countdown { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gz26-future h2 br { display: none; }
  .gz26-future { padding-block: 64px; }
  .gz26-button { width: fit-content; min-width: 245px; }
}
@media (min-width: 900px) {
  .gz26-wrap { width: min(100% - 96px, 1300px); }
  .gz26-section { padding-block: 80px; }
  .gz26-page h2 { font-size: clamp(3.5rem, 5.9vw, 6rem); }
  .gz26-intro { grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; padding-bottom: 44px; }
  .gz26-intro-copy p:first-child { font-size: 1.25rem; }
  .gz26-highlights article { padding: 28px 36px; }
  .gz26-highlights h3 { font-size: 1.85rem; }
  .gz26-challenges { grid-template-columns: 1fr 1.15fr; gap: 8%; align-items: center; }
  .gz26-challenge-list article { padding-block: 28px; gap: 18px; }
  .gz26-montage { grid-template-rows: 80px auto 60px; padding-top: 44px; padding-bottom: 32px; }
  .gz26-frame--huddle { grid-column: 1 / 6; grid-row: 1 / 3; }
  .gz26-frame--talk { grid-column: 6 / 10; grid-row: 2; align-self: start; margin-top: 70px; border: 10px solid var(--gz-paper); z-index: 2; }
  .gz26-frame--talk figcaption { top: auto; bottom: 100%; left: 0; right: auto; padding: 8px 0; writing-mode: horizontal-tb; }
  .gz26-frame--team { grid-column: 9 / 13; grid-row: 1 / 3; margin-top: 12px; align-self: start; border: 0; }
  .gz26-montage-word { inset: auto 0 0; text-align: right; font-size: clamp(6rem, 14vw, 13rem); }
  .gz26-frame figcaption { font-size: .875rem; }
  .gz26-future { padding-block: 86px; }
  .gz26-future-content { grid-template-columns: .9fr 1.1fr; gap: 8%; align-items: center; }
  .gz26-future h2 { font-size: clamp(5rem, 8vw, 8rem); }
  .gz26-future h2 br { display: block; }
  .gz26-future-photo { object-position: 50% 54%; }
  .gz26-flip { height: 108px; line-height: 108px; font-size: clamp(3rem, 4.3vw, 4.6rem); }
  .gz26-flap--bottom { line-height: 0; }
}
@media (min-width: 1200px) {
  .gz26-champions-photo img { height: 590px; width: 100%; object-fit: cover; object-position: center 25%; }
  .gz26-champions-copy { margin-top: -154px; padding-top: 0; padding-bottom: 26px; }
  .gz26-team-logo { position: static; width: 132px; height: 132px; margin: 0 auto 12px; transform: none; }
  .gz26-congratulations { font-size: .875rem; }
  .gz26-team-name { font-size: clamp(5rem, 7.7vw, 7.5rem); }
  .gz26-team-name > span { display: inline; }
  .gz26-champions-line { margin-inline: auto; }
  .gz26-champions-foot { position: relative; font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  .gz26-page { scroll-behavior: auto; }
  .gz26-page *, .gz26-page *::before, .gz26-page *::after { animation: none !important; transition: none !important; }
  .gz26-flip .gz26-flap { display: none !important; }
}
