:root {
  --black: #030201;
  --near-black: #0a0703;
  --brown-black: #1d1303;
  --gold: #ddb057;
  --gold-deep: #cd9e3f;
  --gold-soft: #c4a462;
  --ivory: #f3eee3;
  --paper: #e8dfce;
  --white: #fffdf8;
  --muted: rgba(255, 253, 248, .62);
  --line: rgba(221, 176, 87, .24);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--black); font: 400 16px/1.6 var(--sans); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, p, figure, blockquote { margin-top: 0; }
em { font-weight: 500; }

.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 10px 16px; background: var(--gold); color: var(--black); }
.skip-link:focus { top: 12px; }
.progress { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,.05); }
.progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 2px;
  left: 0;
  right: 0;
  height: 96px;
  padding: 0 clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: height .25s ease, background .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { height: 78px; background: rgba(3,2,1,.9); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 15px; color: var(--white); text-decoration: none; }
.brand-mark { padding-right: 15px; border-right: 1px solid var(--gold); color: var(--gold); font: 600 34px/1 var(--serif); letter-spacing: -.03em; }
.brand-name { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.brand-symbol { width: 34px; height: 62px; margin-left: 1px; flex: none; object-fit: contain; opacity: 1; filter: brightness(0) saturate(100%) invert(75%) sepia(51%) saturate(628%) hue-rotate(359deg) brightness(94%) contrast(88%); transition: height .25s ease, width .25s ease; }
.site-header.scrolled .brand-symbol { width: 29px; height: 52px; }
nav { display: flex; align-items: center; gap: 36px; }
nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 500; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--white); }
nav .nav-cta { padding: 12px 18px; border: 1px solid var(--line); color: var(--gold); }
nav .nav-cta span { margin-left: 16px; }

.hero {
  position: relative;
  min-height: 830px;
  height: 100svh;
  padding: 150px clamp(22px, 7vw, 110px) 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 12% 38%, rgba(112,70,9,.18), transparent 38%),
    var(--black);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.hero-portrait {
  position: absolute;
  inset: 0;
  background-color: var(--black);
  background-image: url("assets/hero-ceremony-full.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(clamp(16px, 2.5vw, 48px));
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--black) 0%, rgba(3,2,1,.95) 36%, rgba(3,2,1,.52) 67%, rgba(3,2,1,.18) 100%),
    linear-gradient(0deg, var(--black) 0%, rgba(3,2,1,.12) 50%, rgba(3,2,1,.38) 100%);
}
.hero-wave { position: absolute; z-index: 2; left: 0; bottom: 0; width: 100%; height: 240px; object-fit: cover; object-position: center 45%; opacity: .55; mix-blend-mode: screen; }
.hero-content { position: relative; z-index: 3; max-width: 800px; }
.eyebrow { display: flex; gap: 10px; margin-bottom: 28px; }
.eyebrow span { padding: 6px 9px; border: 1px solid rgba(221,176,87,.36); color: var(--gold); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span:last-child { color: rgba(255,255,255,.57); border-color: rgba(255,255,255,.18); }
h1 { margin-bottom: 28px; font: 600 clamp(68px, 8vw, 126px)/.76 var(--serif); letter-spacing: -.055em; }
h1 em { color: var(--gold); }
.hero-intro { max-width: 650px; color: rgba(255,255,255,.66); font-size: clamp(16px, 1.35vw, 20px); }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 27px; }
.button {
  min-height: 52px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(221,176,87,.12); }
.button-gold { color: var(--black); background: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: #edc976; }
.button-light { color: var(--black); background: var(--ivory); border-color: var(--ivory); }
.button-light:hover, .button-light:focus-visible { background: var(--white); }
.text-link { color: rgba(255,255,255,.78); font-size: 11px; font-weight: 600; text-decoration: none; }
.text-link span { margin-left: 12px; color: var(--gold); }
.hero-facts {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  padding: 0 clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  background: rgba(3,2,1,.44);
  backdrop-filter: blur(8px);
}
.hero-facts div { padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.1); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border: 0; }
.hero-facts span { color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hero-facts strong { color: rgba(255,255,255,.8); font-size: 10px; font-weight: 500; }

.section { padding: clamp(90px, 10vw, 155px) clamp(22px, 7vw, 110px); }
.kicker { margin-bottom: 16px; color: var(--gold-deep); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.section-intro { max-width: 1030px; }
.section-intro h2 { margin-bottom: 22px; font: 600 clamp(56px, 6.5vw, 92px)/.86 var(--serif); letter-spacing: -.05em; }
.edition-heading h2 { margin-bottom: 22px; font: 600 clamp(48px, 5.6vw, 82px)/.88 var(--serif); letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 780px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); }
.winner { padding-top: clamp(72px, 7vw, 110px); padding-bottom: clamp(78px, 8vw, 120px); background: #080603; }
.winner .section-intro { max-width: 900px; }
.winner .section-intro > p:last-child { max-width: 720px; font-size: clamp(15px, 1.25vw, 18px); }

.winner-visual { margin-top: 46px; display: grid; grid-template-columns: 1.35fr .65fr; min-height: 500px; }
.award-photo { position: relative; margin: 0; min-height: 500px; overflow: hidden; }
.award-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.award-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.award-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 23px; display: flex; justify-content: space-between; color: rgba(255,255,255,.75); background: linear-gradient(transparent, rgba(3,2,1,.84)); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.winner-visual blockquote { margin: 0; padding: clamp(35px, 5vw, 70px); display: flex; flex-direction: column; justify-content: flex-end; background: var(--gold); color: var(--black); }
.quote-mark { height: 90px; font: 600 150px/1 var(--serif); opacity: .23; }
.winner-visual blockquote p { margin: auto 0 30px; font: 600 clamp(30px, 2.8vw, 46px)/1 var(--serif); letter-spacing: -.03em; }
.winner-visual cite { font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.impact-explorer { margin-top: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: .72fr 1.28fr; grid-template-areas: "heading tabs" "heading panel"; align-items: start; border-top: 1px solid var(--line); }
.impact-heading { grid-area: heading; height: 100%; padding: 48px 50px 48px 0; border-right: 1px solid var(--line); }
.impact-heading h3, .film-heading h3, .ceremony-copy h3, .jury h3 { margin-bottom: 20px; font: 600 clamp(45px, 5vw, 72px)/.9 var(--serif); letter-spacing: -.045em; }
.impact-heading > p:last-child, .film-heading > p { color: var(--muted); }
.impact-tabs { grid-area: tabs; padding-left: 50px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.impact-tabs button { padding: 26px 10px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: rgba(255,255,255,.4); text-align: left; cursor: pointer; }
.impact-tabs button span { display: block; margin-bottom: 13px; color: var(--gold); font: 600 23px/1 var(--serif); }
.impact-tabs button[aria-selected="true"] { color: var(--white); border-color: var(--gold); }
.impact-panel { grid-area: panel; min-height: 210px; margin-left: 50px; padding: 30px 0; display: grid; grid-template-columns: .25fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.impact-panel > span { color: rgba(221,176,87,.14); font: 600 120px/1 var(--serif); letter-spacing: -.06em; }
.panel-label { margin-bottom: 11px; color: var(--gold-deep); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.impact-panel h4 { margin-bottom: 14px; font: 600 42px/1 var(--serif); }
.impact-panel p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }

.film { margin-top: clamp(90px, 10vw, 135px); }
.film-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 43px; }
.film-heading h3 { margin-bottom: 0; }
.film-heading > p { max-width: 430px; margin-bottom: 0; }
.video-shell { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--black); aspect-ratio: 16 / 9; box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.video-shell::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 90px rgba(0,0,0,.45); }
.video-shell video { width: 100%; height: 100%; display: block; object-fit: contain; }
.video-play { position: absolute; z-index: 3; inset: 0; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border: 0; background: rgba(3,2,1,.12); color: var(--white); cursor: pointer; }
.video-play > span { width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(221,176,87,.7); border-radius: 50%; color: var(--gold); background: rgba(3,2,1,.55); backdrop-filter: blur(8px); transition: transform .2s ease, background .2s ease; }
.video-play strong { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.video-play:hover > span, .video-play:focus-visible > span { transform: scale(1.07); background: var(--gold); color: var(--black); }
.video-play.hidden { opacity: 0; pointer-events: none; }

.edition { padding-top: clamp(78px, 8.5vw, 126px); color: var(--black); background: var(--ivory); }
.edition-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 50px; align-items: end; }
.edition-heading .kicker { grid-column: 1 / -1; }
.edition-heading h2 { margin-bottom: 0; }
.edition-heading h2 em { color: #9e7221; }
.edition-heading > p:last-child { margin-bottom: 8px; color: #5f594e; }
.principles { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(3,2,1,.2); border-left: 1px solid rgba(3,2,1,.2); }
.principles article { min-height: 210px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid rgba(3,2,1,.2); border-bottom: 1px solid rgba(3,2,1,.2); }
.principles span { color: #9e7221; font: 600 27px/1 var(--serif); }
.principles h3 { margin: auto 0 8px; font: 600 32px/1 var(--serif); }
.principles p { margin-bottom: 0; color: #696258; font-size: 12px; }

.ceremony { margin-top: clamp(110px, 12vw, 175px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 100px); }
.ceremony-copy { align-self: start; position: sticky; top: 100px; }
.ceremony-copy > p:nth-of-type(2) { color: #655e54; }
details { border-top: 1px solid rgba(3,2,1,.2); }
details:last-child { border-bottom: 1px solid rgba(3,2,1,.2); }
summary { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; font-weight: 600; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
details[open] summary span { transform: rotate(45deg); }
details p { padding-right: 15px; color: #696258; font-size: 12px; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 390px 240px 240px 280px; gap: 12px; }
.gallery button { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 0; background: var(--black); cursor: zoom-in; }
.gallery-announcement { grid-column: 1 / -1; }
.gallery-recipient { grid-column: 2; grid-row: 2 / 4; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .45s ease; }
.gallery-announcement img { object-position: center 43%; }
.gallery-applause img { object-position: center 38%; }
.gallery-recipient img { object-position: center 34%; }
.gallery-address img { object-position: center 36%; }
.gallery-speakers img { object-position: center 38%; }
.gallery-participants img { object-position: center 42%; }
.gallery button:hover img, .gallery button:focus-visible img { transform: scale(1.025); opacity: .84; }
.gallery button::after { content: "View"; position: absolute; right: 14px; bottom: 12px; padding: 5px 8px; color: var(--gold); background: rgba(3,2,1,.72); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: opacity .2s ease; }
.gallery button:hover::after, .gallery button:focus-visible::after { opacity: 1; }

.jury { margin-top: clamp(100px, 10vw, 145px); padding: 55px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; border-top: 1px solid rgba(3,2,1,.2); border-bottom: 1px solid rgba(3,2,1,.2); }
.jury h3 { margin-bottom: 0; font-size: clamp(39px, 4vw, 58px); }
.jury > p { align-self: end; margin-bottom: 5px; color: #5f594e; line-height: 2; }
.future { position: relative; margin-top: clamp(90px, 10vw, 145px); padding: clamp(48px, 7vw, 95px); overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; color: var(--black); background: var(--gold); }
.future > img { position: absolute; width: 300px; right: 30%; bottom: -105px; opacity: .18; filter: invert(1); }
.future > div, .future > a { position: relative; z-index: 2; }
.future h2 { margin-bottom: 13px; font: 600 clamp(55px, 7vw, 94px)/.88 var(--serif); letter-spacing: -.05em; }
.future p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(3,2,1,.68); }
.future .kicker { color: rgba(3,2,1,.6); }

footer { padding: 30px clamp(22px, 7vw, 110px); display: flex; align-items: center; gap: 40px; color: rgba(255,255,255,.5); background: var(--black); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
footer .brand { gap: 13px; }
footer .brand-mark { padding-right: 13px; font-size: 28px; }
footer .brand-name { font-size: 8px; }
footer p { margin: 0; }
footer > a:last-child { margin-left: auto; color: var(--gold); text-decoration: none; }

.lightbox { width: min(1000px, calc(100vw - 32px)); padding: 0; border: 1px solid var(--line); background: var(--black); box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.lightbox form { margin: 0; }
.lightbox form > button { position: absolute; z-index: 2; top: 12px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); background: rgba(3,2,1,.7); color: var(--white); font-size: 24px; cursor: pointer; }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 14px 18px; color: rgba(255,255,255,.65); font-size: 10px; }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 22px; padding: 9px 14px; background: var(--gold); color: var(--black); font-size: 10px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-shade { background: linear-gradient(90deg, var(--black) 0%, rgba(3,2,1,.94) 41%, rgba(3,2,1,.4) 83%), linear-gradient(0deg, var(--black) 0%, transparent 35%); }
  .hero-facts { grid-template-columns: repeat(2, 1fr); height: 100px; }
  .hero-facts div:nth-child(2) { border-right: 0; }
  .hero-facts div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.1); }
  .winner-visual { grid-template-columns: 1fr; }
  .winner-visual blockquote { min-height: 390px; }
  .impact-explorer { grid-template-columns: 1fr; grid-template-areas: "heading" "tabs" "panel"; }
  .impact-heading { border-right: 0; }
  .impact-tabs { padding-left: 0; }
  .impact-panel { min-height: 210px; margin: 0; padding: 36px 0 28px; border-bottom: 0; }
  .edition-heading { grid-template-columns: 1fr; gap: 26px; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .ceremony { grid-template-columns: 1fr; }
  .ceremony-copy { position: static; }
  .jury { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding-inline: 16px; }
  .site-header.scrolled { height: 70px; }
  .site-header nav > a:not(.nav-cta) { display: none; }
  nav { gap: 0; }
  nav a { font-size: 11.5px; }
  .nav-cta { padding: 9px 10px !important; }
  nav .nav-cta span { margin-left: 9px; }
  .brand { gap: 9px; }
  .brand-mark { padding-right: 9px; font-size: 26px; }
  .brand-name { font-size: 8.5px; }
  .brand-symbol, .site-header.scrolled .brand-symbol { width: 26px; height: 46px; margin-left: 0; }
  .hero { min-height: 780px; height: 100svh; padding: 124px 21px 118px; align-items: end; }
  .hero-portrait { background-position: center 68px; opacity: .78; transform: translateX(12px); }
  .hero-shade { background: linear-gradient(0deg, var(--black) 0%, rgba(3,2,1,.92) 34%, rgba(3,2,1,.22) 75%, rgba(3,2,1,.5) 100%); }
  .hero-wave { height: 150px; opacity: .4; }
  h1 { font-size: clamp(61px, 19vw, 83px); }
  .hero-intro { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-facts { padding-inline: 20px; }
  .hero-facts div { padding-inline: 10px; }
  .hero-facts div:nth-child(odd) { padding-left: 0; }
  .hero-facts strong { font-size: 9px; }
  .section { padding-inline: 20px; }
  .section-intro h2 { font-size: clamp(50px, 14vw, 68px); }
  .edition-heading h2 { font-size: clamp(43px, 12vw, 58px); }
  .award-photo, .winner-visual { min-height: 360px; }
  .award-photo img { object-position: 38% center; }
  .winner-visual blockquote { min-height: 300px; padding: 30px 25px; }
  .impact-tabs { overflow-x: auto; grid-template-columns: repeat(4, minmax(105px, 1fr)); scrollbar-width: none; }
  .impact-tabs::-webkit-scrollbar { display: none; }
  .impact-panel { grid-template-columns: 70px 1fr; min-height: 180px; padding-top: 28px; }
  .impact-panel > span { font-size: 72px; }
  .impact-panel h4 { font-size: 36px; }
  .film-heading { align-items: start; flex-direction: column; gap: 12px; }
  .film-heading h3 { font-size: 48px; }
  .video-play > span { width: 56px; height: 56px; }
  .principles { grid-template-columns: 1fr; }
  .principles article { min-height: 175px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 280px; }
  .gallery button, .gallery-announcement, .gallery-recipient { grid-column: 1; grid-row: auto; }
  .gallery-announcement, .gallery-participants { min-height: 320px; }
  .gallery-recipient { min-height: 430px; }
  .future { grid-template-columns: 1fr; padding: 43px 25px; }
  .future .button { width: 100%; }
  footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  footer > a:last-child { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
