:root {
  --black: #000;
  --ink: #090909;
  --white: #fff;
  --paper: #f5f3ef;
  --paper-2: #ebe8e2;
  --gray: rgba(255,255,255,.72);
  --gray-dark: rgba(0,0,0,.62);
  --line: rgba(255,255,255,.16);
  --line-dark: rgba(0,0,0,.16);
  --max: 1220px;
  --max-wide: 1560px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Times New Roman", Times, Georgia, serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #000; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; color: var(--white); background: #000; font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
button, input, select { font: inherit; }
.skip-link, .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; width: auto; height: auto; clip: auto; margin: 0; top: 1rem; left: 1rem; padding: .75rem 1rem; background: #fff; color: #000; z-index: 1000; border-radius: 999px; }

/* Intro */
.intro-body { background: #000; }
.intro-fullscreen, .main-hero { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; background: #000; isolation: isolate; }
.fullscreen-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; background: #000; }
.intro-fullscreen .fullscreen-video, .main-hero .fullscreen-video { filter: brightness(1.4) contrast(1.04) saturate(1.05); }
.video-veil { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 48%, rgba(0,0,0,.04), rgba(0,0,0,.45) 74%), linear-gradient(to bottom, rgba(0,0,0,.06), rgba(0,0,0,.50)); }
.intro-content { position: absolute; left: 50%; bottom: clamp(2rem, 7vh, 5.5rem); transform: translateX(-50%); z-index: 1; width: min(720px, calc(100% - 2rem)); display: grid; justify-items: center; gap: clamp(.75rem, 1.6vw, 1.25rem); text-align: center; }
.intro-logo { width: min(560px, 70vw); filter: drop-shadow(0 12px 50px rgba(0,0,0,.82)); }
.intro-kicker, .wide-kicker, .label { text-transform: uppercase; letter-spacing: .44em; font-size: clamp(.64rem, .86vw, .78rem); font-weight: 700; color: rgba(255,255,255,.82); }
.enter-button { display: inline-grid; place-items: center; min-width: 160px; min-height: 48px; padding: .88rem 1.35rem; border: 1px solid rgba(255,255,255,.84); color: #000; background: #fff; border-radius: 999px; text-transform: uppercase; letter-spacing: .28em; font-weight: 900; font-size: .75rem; transition: transform .24s ease, background .24s ease, color .24s ease; }
.enter-button:hover { transform: translateY(-3px); background: transparent; color: #fff; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 86px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem clamp(1rem, 4vw, 4.5rem); background: linear-gradient(to bottom, rgba(0,0,0,.84), rgba(0,0,0,.25), transparent); transition: height .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { height: 70px; background: rgba(0,0,0,.94); border-bottom-color: rgba(255,255,255,.14); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; width: 245px; }
.brand img { width: 100%; height: auto; max-height: 72px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: clamp(.85rem, 1.8vw, 2.1rem); text-transform: lowercase; letter-spacing: .18em; font-size: .75rem; color: rgba(255,255,255,.86); }
.site-nav a { white-space: nowrap; opacity: .88; transition: opacity .2s ease; }
.site-nav a:hover { opacity: 1; }
.menu-toggle { display: none; }

/* Video hero */
.main-hero { padding: 0 1rem; }
.hero-veil { background: radial-gradient(circle at 50% 48%, rgba(0,0,0,0), rgba(0,0,0,.34) 68%), linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.48)); }
.hero-frame { position: absolute; left: 50%; bottom: clamp(5.8rem, 9vh, 7.2rem); transform: translateX(-50%); z-index: 2; width: min(940px, calc(100% - 2rem)); display: grid; justify-items: center; gap: clamp(.65rem, 1.7vw, 1.2rem); text-align: center; }
.hero-logo { width: min(560px, 68vw); filter: drop-shadow(0 18px 64px rgba(0,0,0,.9)); }
.hero-subtitle { letter-spacing: .34em; font-size: .72rem; text-transform: uppercase; color: rgba(255,255,255,.76); }
.hero-note { display: grid; gap: .38rem; text-transform: uppercase; letter-spacing: .28em; font-size: clamp(.56rem, .68vw, .68rem); color: rgba(255,255,255,.72); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border-radius: 999px; padding: .85rem 1.05rem; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; font-size: .72rem; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: #000; border-color: #fff; }
.button-line { background: rgba(0,0,0,.32); color: #fff; border-color: rgba(255,255,255,.55); }
.button-dark { background: #000; color: #fff; border-color: #000; }
.button-paper { color: #000; border-color: rgba(0,0,0,.26); background: transparent; }
.hero-bottom-nav { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.18); background: rgba(0,0,0,.55); backdrop-filter: blur(10px); }
.hero-bottom-nav a { text-align: center; padding: 1.05rem .6rem; text-transform: uppercase; letter-spacing: .28em; font-size: .68rem; font-weight: 800; border-right: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.84); }
.hero-bottom-nav a:last-child { border-right: 0; }

.legacy-strips { display: grid; grid-template-columns: 1fr; gap: 1px; background: #000; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.legacy-strips img { width: 100%; height: clamp(7.5rem, 18vw, 18rem); object-fit: cover; }

/* Sections */
.section { position: relative; padding: clamp(4.8rem, 9vw, 9rem) 0; }
.section-black { background: #000; color: #fff; }
.section-white { background: var(--paper); color: #000; }
.section-heading { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto clamp(2rem, 5vw, 4.2rem); display: grid; gap: .8rem; text-align: center; justify-items: center; }
.section-heading h2, .results-head h2, .submit-panel h2 { font-size: clamp(2.6rem, 7vw, 7rem); line-height: .9; text-transform: uppercase; letter-spacing: -.06em; }
.section-heading p:not(.label), .submit-panel p:not(.label) { color: rgba(255,255,255,.68); line-height: 1.78; font-size: clamp(.98rem, 1.1vw, 1.13rem); max-width: 760px; }
.dark-label { color: rgba(0,0,0,.72); }
.section-heading-dark p:not(.label), .results-head p { color: rgba(0,0,0,.62); }

/* About */
.about-section { border-top: 1px solid rgba(255,255,255,.08); }
.about-shell { width: min(1380px, calc(100% - 2rem)); margin: 0 auto; display: grid; gap: clamp(1.4rem, 3vw, 2.8rem); }
.about-shell blockquote { font-family: var(--serif); font-size: clamp(1.75rem, 4.6vw, 5.6rem); line-height: .98; letter-spacing: -.04em; max-width: 1180px; }
.about-shell blockquote cite { display: block; margin-top: .8rem; font-family: var(--sans); font-style: normal; text-transform: uppercase; letter-spacing: .22em; font-size: clamp(.62rem, .85vw, .76rem); color: rgba(255,255,255,.58); }
.about-shell h1 { font-size: clamp(3rem, 8vw, 8.2rem); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; max-width: 1280px; }
.about-copy-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; border-top: 1px solid rgba(255,255,255,.14); padding-top: clamp(1.5rem, 4vw, 3rem); }
.about-copy-grid > div { display: grid; gap: 1rem; }
.about-copy-grid p { color: rgba(255,255,255,.72); line-height: 1.78; font-size: clamp(1rem, 1.15vw, 1.18rem); }
.why-submit-copy h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 4.4rem); line-height: .95; }

/* Moving 2026 highlight stills */
.highlights-section { overflow: hidden; }
.highlight-marquees { display: grid; gap: clamp(1rem, 2vw, 1.6rem); overflow: hidden; }
.highlight-marquee { width: 100%; overflow: hidden; }
.highlight-track { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.6rem); width: max-content; will-change: transform; animation: marquee-left 54s linear infinite; }
.highlight-marquee.reverse .highlight-track { animation-name: marquee-right; }
.highlight-track img { height: clamp(230px, 34vw, 560px); width: auto; max-width: none; object-fit: contain; background: #050505; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 80px rgba(0,0,0,.38); }
.highlight-marquee:hover .highlight-track { animation-play-state: paused; }
@keyframes marquee-left { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes marquee-right { from { transform: translate3d(-50%,0,0); } to { transform: translate3d(0,0,0); } }

/* Results */
.results-shell { width: min(var(--max-wide), calc(100% - 2rem)); margin: 0 auto; }
.results-head { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: end; margin-bottom: clamp(1.7rem, 4vw, 3rem); }
.results-head > div { display: grid; gap: .8rem; }
.results-action-stack { display: grid; gap: .65rem; justify-items: end; max-width: 620px; }
.results-buttons { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: flex-end; }
.results-disclaimer { font-family: var(--serif); font-size: .98rem; line-height: 1.35; color: rgba(0,0,0,.58); max-width: 520px; text-align: right; }
.results-tools { display: grid; grid-template-columns: minmax(260px, 1.1fr) minmax(230px, .75fr) auto; gap: .85rem; align-items: end; padding: 1rem; border: 1px solid var(--line-dark); background: rgba(255,255,255,.45); margin-bottom: 1.25rem; }
.tool-field { display: grid; gap: .45rem; }
.tool-field label { text-transform: uppercase; letter-spacing: .22em; font-size: .64rem; font-weight: 900; color: rgba(0,0,0,.62); }
.tool-field input, .tool-field select { width: 100%; border: 1px solid var(--line-dark); background: #fff; color: #000; padding: .95rem 1rem; border-radius: 0; outline: none; }
.tool-field input:focus, .tool-field select:focus { border-color: #000; box-shadow: 0 0 0 2px rgba(0,0,0,.08); }
.section-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .45rem; }
.filter-button { cursor: pointer; border: 1px solid rgba(0,0,0,.18); background: transparent; color: rgba(0,0,0,.7); padding: .62rem .72rem; text-transform: uppercase; letter-spacing: .16em; font-size: .6rem; font-weight: 850; }
.filter-button:hover, .filter-button.is-active { background: #000; color: #fff; border-color: #000; }
.toggle-results-button { min-height: 48px; white-space: nowrap; cursor: pointer; border: 1px solid #000; background: #000; color: #fff; padding: .8rem 1rem; text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; font-weight: 900; }
.toggle-results-button:hover { background: #fff; color: #000; }
.results-list { display: grid; gap: .85rem; }
.result-category { border: 1px solid var(--line-dark); background: #fff; color: #000; overflow: hidden; }
.result-category.is-hidden { display: none; }
.result-category summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; padding: 1rem; }
.result-category summary::-webkit-details-marker { display: none; }
.category-number { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid #000; font-family: var(--serif); font-size: 1.25rem; }
.category-title { display: grid; gap: .2rem; }
.category-title h3 { font-family: var(--serif); font-weight: 400; text-transform: uppercase; letter-spacing: .04em; font-size: clamp(1.35rem, 2.3vw, 2.5rem); line-height: 1; }
.category-title span, .category-count { text-transform: uppercase; letter-spacing: .18em; font-size: .64rem; color: rgba(0,0,0,.56); font-weight: 800; }
.result-items { display: grid; gap: 0; border-top: 1px solid var(--line-dark); }
.result-item { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 1rem; align-items: start; padding: .95rem 1rem; border-bottom: 1px solid rgba(0,0,0,.09); font-family: var(--serif); }
.result-item:last-child { border-bottom: 0; }
.result-badge { width: max-content; max-width: 100%; border: 1px solid rgba(0,0,0,.22); padding: .34rem .5rem; text-transform: uppercase; letter-spacing: .14em; font-family: var(--sans); font-size: .56rem; font-weight: 950; color: rgba(0,0,0,.66); background: #fff; }
.result-badge.winner { color: #fff; background: #222; border-color: #222; }
.result-badge.supreme { color: #fff; background: #000; border-color: #000; }
.result-title { font-size: clamp(1.02rem, 1.5vw, 1.28rem); line-height: 1.25; text-transform: uppercase; letter-spacing: .02em; }
.result-meta { margin-top: .25rem; font-size: 1rem; line-height: 1.45; color: rgba(0,0,0,.68); }
.result-detail { margin-top: .35rem; font-family: var(--sans); text-transform: uppercase; letter-spacing: .13em; font-size: .66rem; color: rgba(0,0,0,.54); }
.no-results { border: 1px solid var(--line-dark); background: #fff; padding: 2rem; text-align: center; font-family: var(--serif); color: rgba(0,0,0,.62); }

/* Awards */
.award-grid { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-right: 0; }
.award-card { min-height: 138px; padding: 1.1rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); display: grid; align-content: space-between; gap: 1rem; background: rgba(255,255,255,.035); }
.award-card h3 { text-transform: uppercase; letter-spacing: .08em; font-size: .95rem; line-height: 1.2; }
.award-card p { color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .18em; font-size: .62rem; line-height: 1.45; }

/* Archive / final page flow */
.archive-section { padding-top: clamp(5.8rem, 10vw, 10rem); padding-bottom: clamp(4rem, 8vw, 7rem); background-image: radial-gradient(circle at 50% 10%, rgba(255,255,255,.045), transparent 45%); }
.archive-heading { width: min(980px, calc(100% - 2rem)); justify-items: start; text-align: left; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.archive-heading h2 { letter-spacing: .22em; font-weight: 400; font-size: clamp(2.8rem, 6vw, 5.7rem); }
.archive-grid { width: min(780px, calc(100% - 2rem)); margin: 0 auto; display: grid; gap: .7rem; }
.archive-card { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.08rem 1.15rem; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.025); color: #fff; transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease; }
.archive-card span { display: block; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 900; color: rgba(255,255,255,.9); }
.archive-card strong { font-family: var(--serif); font-weight: 700; font-size: 1.03rem; line-height: 1.05; white-space: nowrap; }
.archive-card:hover { background: #fff; color: #000; border-color: #fff; transform: translateY(-2px); }
.archive-card:hover span { color: rgba(0,0,0,.72); }
.archive-mosaic { background: #000; padding: 0; margin: 0; overflow: hidden; }
.archive-mosaic img { width: 100%; height: auto; display: block; }
.submit-panel { width: min(920px, calc(100% - 2rem)); margin: 0 auto; text-align: center; display: grid; gap: 1rem; justify-items: center; }
.submit-panel-white h2 { color: #000; font-family: var(--serif); font-weight: 400; text-transform: none; letter-spacing: -.085em; font-size: clamp(3.3rem, 8vw, 7.6rem); line-height: .86; }
.submit-panel-white p:not(.label) { color: rgba(0,0,0,.62); }
.submit-panel-white .dark-label { letter-spacing: .42em; font-weight: 900; }
.site-footer { background: #000; color: rgba(255,255,255,.66); text-align: center; padding: 2rem 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer p { text-transform: uppercase; letter-spacing: .18em; font-size: .68rem; }
.site-footer a { color: #fff; }
.centered-actions { justify-content: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }


@media (max-width: 640px) {
  .archive-card { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .archive-card strong { white-space: normal; }
  .archive-heading h2 { letter-spacing: .14em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .highlight-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1080px) {
  .site-nav { letter-spacing: .12em; gap: .8rem; }
  .brand { width: 190px; }
  .about-copy-grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .site-header { height: 74px; }
  .menu-toggle { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.22); background: rgba(0,0,0,.42); color: #fff; border-radius: 999px; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: currentColor; display: block; margin: 2px 0; }
  .site-nav { position: fixed; inset: 74px 1rem auto 1rem; display: grid; gap: .2rem; padding: .75rem; background: rgba(0,0,0,.94); border: 1px solid rgba(255,255,255,.16); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .24s ease, transform .24s ease; }
  .site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .site-nav a { padding: .85rem; }
  .hero-bottom-nav { grid-template-columns: repeat(3, 1fr); }
  .hero-bottom-nav a { font-size: .6rem; letter-spacing: .18em; }
  .hero-note { letter-spacing: .2em; }
  .results-head, .results-tools { grid-template-columns: 1fr; }
  .results-action-stack { justify-items: start; }
  .results-buttons { justify-content: flex-start; }
  .results-disclaimer { text-align: left; }
  .result-category summary { grid-template-columns: auto 1fr; }
  .category-count { grid-column: 2; }
  .result-item { grid-template-columns: 1fr; gap: .55rem; }
  .archive-grid, .screen-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .intro-kicker, .wide-kicker, .label { letter-spacing: .25em; }
  .hero-logo, .intro-logo { width: 86vw; }
  .hero-actions .button, .enter-button, .toggle-results-button { width: 100%; }
  .hero-note { letter-spacing: .12em; }
  .highlight-track { gap: .75rem; }
  .highlight-track img { height: 230px; }
}
