:root {
  --blue: #64b6ff;
  --ink: #050505;
  --soft-ink: #111317;
  --white: #ffffff;
  --muted: #a8b1bd;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--ink); color: var(--white); }
body { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow: hidden; }
button { font: inherit; }

.experience { position: relative; min-height: 100svh; overflow: hidden; background: radial-gradient(circle at 78% 20%, #17202a 0, #080a0d 38%, #030303 75%); }
.ambient { position: absolute; width: 48vw; height: 48vw; border-radius: 50%; filter: blur(120px); opacity: .14; pointer-events: none; }
.ambient-one { right: -18vw; top: -18vw; background: var(--blue); animation: drift 12s ease-in-out infinite alternate; }
.ambient-two { left: -30vw; bottom: -30vw; background: #236ba9; animation: drift 15s ease-in-out infinite alternate-reverse; }
.grain { position: absolute; inset: 0; opacity: .055; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.topbar { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 28px 42px; }
.brand-logo { width: 108px; height: auto; object-fit: contain; }
.event-mark { display: flex; align-items: center; gap: 12px; color: #d3d8df; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.event-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 15px var(--blue); }

.screen { position: absolute; inset: 0; display: grid; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(24px) scale(.99); transition: opacity .65s ease, transform .65s ease, visibility 0s .65s; }
.screen.is-active { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
.intro { place-items: center start; padding: 120px 8vw 100px; }
.intro-copy { position: relative; z-index: 2; }
.eyebrow, .award-label { color: var(--blue); font-size: clamp(11px, 1vw, 14px); font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2 { margin: 0; letter-spacing: -.055em; line-height: .88; }
.intro h1 { margin-top: 24px; font-size: clamp(66px, 9.2vw, 150px); font-weight: 850; text-transform: uppercase; }
.intro h1 span, .finale h2 span { color: var(--blue); }
.subtitle { margin: 28px 0 35px; font-size: clamp(18px, 1.7vw, 28px); color: #d8dde4; }
.intro-number { position: absolute; right: 2vw; bottom: -7vh; font-size: min(42vw, 600px); font-weight: 900; letter-spacing: -.12em; color: transparent; -webkit-text-stroke: 1px rgba(100,182,255,.16); line-height: .8; }
.primary-button { border: 0; padding: 15px 20px; background: var(--blue); color: #071019; font-weight: 750; display: inline-flex; align-items: center; gap: 40px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(100,182,255,.22); }
.hint { position: absolute; bottom: 34px; right: 42px; color: #737c86; font-size: 12px; }
kbd { border: 1px solid #48505a; border-radius: 4px; padding: 3px 7px; background: #16191d; color: #c5cbd2; }

.prelude { place-items: center; text-align: center; padding: 9vw; }
.prelude h2 { margin: 22px 0 26px; font-size: clamp(55px, 7.5vw, 120px); text-transform: uppercase; }
.prelude-content > p:not(.eyebrow) { color: var(--muted); font-size: clamp(17px, 1.5vw, 23px); margin-bottom: 35px; }

.award-screen { grid-template-columns: minmax(300px, 42%) 1fr; align-items: stretch; }
.award-photo-wrap { position: relative; min-height: 100svh; overflow: hidden; background: #111; }
.award-photo { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: grayscale(1) contrast(1.05); transform: scale(1.04); transition: transform 1.25s cubic-bezier(.2,.8,.2,1), filter 1s ease; }
.is-active .award-photo { transform: scale(1); filter: grayscale(.08) contrast(1.02); }
.photo-wash { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, #070809 100%), linear-gradient(0deg, rgba(2,8,13,.62), transparent 45%); }
.recipient-count { position: absolute; left: 35px; bottom: 38px; color: white; letter-spacing: .18em; font-size: 12px; }
.award-copy { align-self: center; padding: 105px clamp(42px, 7vw, 120px) 100px; position: relative; z-index: 2; }
.award-theme { color: #dce1e7; font-size: clamp(18px, 1.7vw, 26px); margin: 22px 0 14px; }
.award-copy h2 { max-width: 820px; font-size: clamp(58px, 7.7vw, 124px); text-transform: uppercase; }
.rule { width: 78px; height: 5px; background: var(--blue); margin: 32px 0; transform-origin: left; transform: scaleX(0); transition: transform .7s .35s ease; }
.is-active .rule { transform: scaleX(1); }
.citation { max-width: 820px; color: #c2c9d1; font-size: clamp(17px, 1.55vw, 24px); line-height: 1.55; margin: 0; }
.value-line { display: flex; gap: 10px 32px; flex-wrap: wrap; margin-top: 30px; color: var(--blue); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.finale { grid-template-columns: .78fr 1.22fr; align-items: center; gap: 6vw; padding: 110px 7vw 80px; }
.finale h2 { margin: 22px 0 28px; font-size: clamp(61px, 7.2vw, 112px); text-transform: uppercase; }
.finale-copy > p:not(.eyebrow) { color: var(--muted); font-size: 20px; }
.finale-portraits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; transform: rotate(1.5deg); }
.finale-portraits figure { margin: 0; position: relative; overflow: hidden; aspect-ratio: 1.18 / 1; background: #14171a; }
.finale-portraits figure:nth-child(2), .finale-portraits figure:nth-child(3) { transform: translateY(18px); }
.finale-portraits img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: grayscale(.4); transition: transform .35s ease, filter .35s ease; }
.finale-portraits figure:hover img { transform: scale(1.035); filter: grayscale(0); }
.finale-portraits figcaption { position: absolute; inset: auto 0 0; padding: 30px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.restart-button { border: 0; border-bottom: 1px solid #65707b; background: none; color: #d8dee5; padding: 8px 0; cursor: pointer; margin-top: 24px; }

.ceremony-nav { position: fixed; right: 40px; bottom: 34px; z-index: 30; display: none; align-items: center; gap: 10px; }
.ceremony-nav.is-visible { display: flex; }
.ceremony-nav button { width: 42px; height: 42px; border: 1px solid #303840; color: white; background: rgba(7,9,12,.8); cursor: pointer; transition: border-color .2s, background .2s; }
.ceremony-nav button:hover { border-color: var(--blue); background: #111820; }
.progress-track { width: 110px; height: 2px; background: #333a43; }
.progress-fill { display: block; height: 100%; width: 0; background: var(--blue); transition: width .5s ease; }

@keyframes drift { to { transform: translate(7vw, 4vh) scale(1.12); } }

@media (max-width: 760px) {
  body { overflow: auto; }
  .topbar { padding: 20px; }
  .brand-logo { width: 85px; }
  .event-mark { font-size: 10px; }
  .intro { padding: 110px 22px 95px; }
  .intro h1 { font-size: clamp(54px, 17vw, 82px); }
  .hint { display: none; }
  .prelude { padding: 85px 22px; }
  .prelude h2 { font-size: clamp(45px, 13vw, 68px); }
  .award-screen { grid-template-columns: 1fr; grid-template-rows: 45svh 1fr; overflow-y: auto; }
  .award-photo-wrap { min-height: 0; }
  .photo-wash { background: linear-gradient(0deg, #070809 0, transparent 42%); }
  .award-copy { padding: 30px 22px 100px; }
  .award-copy h2 { font-size: clamp(48px, 14vw, 72px); }
  .rule { margin: 23px 0; }
  .citation { font-size: 16px; }
  .finale { grid-template-columns: 1fr; overflow-y: auto; padding: 100px 20px 95px; gap: 30px; }
  .finale h2 { font-size: clamp(48px, 13.5vw, 75px); }
  .finale-portraits { gap: 8px; }
  .ceremony-nav { left: 20px; right: 20px; bottom: 18px; justify-content: flex-end; }
  .progress-track { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
