:root {
  --ink: #111118;
  --black: #08080b;
  --paper: #f7f3ec;
  --paper-2: #fffaf2;
  --white: #fffdf8;
  --gold: #cfa349;
  --gold-light: #f2d98e;
  --red: #c91f38;
  --red-dark: #7e0b20;
  --muted: #77736d;
  --line: rgba(17, 17, 24, .12);
  --soft-shadow: 0 30px 90px rgba(14, 12, 12, .12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 40px));
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

::selection { background: var(--gold-light); color: var(--ink); }

.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--black);
  font-weight: 700;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 100;
  inset: 0 0 auto;
  padding: 20px 0;
  color: var(--white);
}
.site-header.is-scrolled {
  position: fixed;
  padding: 10px 0;
  background: rgba(8, 8, 11, .88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  animation: headerIn .35s ease both;
}
@keyframes headerIn { from { transform: translateY(-100%); } to { transform: none; } }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 258px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 650; }
.main-nav > a { position: relative; opacity: .86; transition: opacity .25s ease, transform .25s ease; }
.main-nav > a:not(.nav-ticket)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--gold-light);
  transition: right .25s ease;
}
.main-nav > a:hover { opacity: 1; transform: translateY(-1px); }
.main-nav > a:hover::after { right: 0; }
.nav-ticket {
  padding: 12px 19px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  opacity: 1 !important;
}
.nav-ticket:hover { background: var(--red); border-color: var(--red); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: .25s ease; }

.hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 34%, rgba(207,163,73,.16), transparent 32%),
    linear-gradient(135deg, #060609 0%, #0d0b0f 62%, #190a0e 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(transparent, rgba(0,0,0,.32));
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 3;
  min-height: 820px;
  padding-top: 154px;
  display: grid;
  grid-template-columns: 1fr .97fr;
  align-items: center;
  gap: 26px;
}
.hero-copy { position: relative; z-index: 4; max-width: 670px; padding-bottom: 70px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #9a752f; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 8.2vw, 8.5rem);
  font-weight: 500;
  line-height: .79;
  letter-spacing: -.055em;
}
.hero h1 span { color: var(--gold-light); font-style: italic; font-size: .78em; letter-spacing: -.04em; }
.hero-lead { max-width: 620px; margin: 36px 0 30px; color: rgba(255,255,255,.73); font-size: 1.08rem; }
.event-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.event-meta > div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 215px;
  padding: 12px 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(10px);
}
.meta-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(207,163,73,.14); color: var(--gold-light); }
.meta-icon svg { width: 18px; height: 18px; }
.event-meta strong, .event-meta small { display: block; }
.event-meta strong { font-size: .93rem; }
.event-meta small { color: rgba(255,255,255,.52); font-size: .76rem; margin-top: 2px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button svg { width: 18px; height: 18px; transition: transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:hover svg { transform: translateX(4px); }
.button-primary { color: var(--white); background: linear-gradient(135deg, #df3449, var(--red-dark)); box-shadow: 0 17px 42px rgba(201,31,56,.28); }
.button-primary:hover { box-shadow: 0 22px 50px rgba(201,31,56,.4); }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.ticket-note { margin: 16px 0 0; color: rgba(255,255,255,.48); font-size: .77rem; }
.ticket-note strong { color: rgba(255,255,255,.78); }

.hero-visual { position: relative; align-self: end; height: 714px; min-width: 0; }
.hero-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto -10% 0 -10%;
  height: 30%;
  background: linear-gradient(transparent, #08080b 84%);
}
.hero-visual img { position: absolute; z-index: 2; right: -75px; bottom: 0; width: min(820px, 125%); max-width: none; height: 100%; object-fit: cover; object-position: center; filter: saturate(.95) contrast(1.04); -webkit-mask-image: linear-gradient(to right, transparent 0, black 16%, black 100%); mask-image: linear-gradient(to right, transparent 0, black 16%, black 100%); }
.hero-moon { position: absolute; z-index: 1; width: 440px; aspect-ratio: 1; border-radius: 50%; right: -10px; top: 52px; background: rgba(255,251,242,.88); box-shadow: 0 0 100px rgba(255,235,183,.15); }
.hero-badge {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 78px;
  display: grid;
  place-content: center;
  width: 128px;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: rotate(-8deg);
  color: var(--white);
  background: rgba(157,15,39,.86);
  border: 1px solid rgba(255,255,255,.24);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0,0,0,.3);
  text-align: center;
}
.hero-badge span { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-badge strong { font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .7; }
.hero-glow-one { width: 430px; height: 430px; left: -280px; top: 260px; background: radial-gradient(circle, rgba(201,31,56,.22), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; right: -250px; bottom: -230px; background: radial-gradient(circle, rgba(207,163,73,.13), transparent 68%); }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 25px; width: 27px; height: 42px; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 3px; height: 7px; border-radius: 3px; background: var(--gold-light); transform: translateX(-50%); animation: scrollDot 1.7s ease infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

.quick-info { color: var(--white); background: #121116; border-top: 1px solid rgba(255,255,255,.07); }
.quick-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-info-grid > div { position: relative; padding: 25px 36px 27px; border-right: 1px solid rgba(255,255,255,.08); }
.quick-info-grid > div:last-child { border-right: 0; }
.quick-info-grid span { position: absolute; right: 22px; top: 19px; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 2.5rem; }
.quick-info-grid strong, .quick-info-grid small { display: block; }
.quick-info-grid strong { font-family: var(--serif); font-size: 1.14rem; font-weight: 500; }
.quick-info-grid small { color: rgba(255,255,255,.43); font-size: .73rem; margin-top: 3px; }

.section { padding: 118px 0; }
.section-intro { background: linear-gradient(180deg, var(--paper) 0%, #f4eee4 100%); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 105px); }
.section-copy h2, .section-heading h2, .ticket-content h2, .contact-card h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.1vw, 5rem);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.045em;
}
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow) { color: #625f5b; }
.lead { font-size: 1.13rem; line-height: 1.72; }
.feature-list { display: grid; gap: 20px; margin-top: 38px; }
.feature-list > div { display: flex; align-items: center; gap: 16px; }
.feature-list p { margin: 0; color: #5f5a55; font-size: .9rem; }
.feature-list strong { color: var(--ink); }
.feature-mark { display: grid; place-items: center; flex: 0 0 48px; width: 48px; height: 48px; border: 1px solid rgba(185,139,53,.4); border-radius: 50%; color: #9c732d; font-family: var(--serif); font-size: 1.2rem; }
.art-card, .guest-poster, .awards-poster {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  color: inherit;
  background: transparent;
  text-align: left;
}
.art-card { border-radius: var(--radius-lg); box-shadow: var(--soft-shadow); }
.art-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 68%, rgba(0,0,0,.72)); pointer-events: none; }
.art-card img { width: 100%; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.art-card:hover img { transform: scale(1.025); }
.art-card-caption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 21px; display: flex; justify-content: space-between; color: var(--white); font-size: .82rem; font-weight: 700; }

.section-dark { position: relative; overflow: hidden; color: var(--white); background: #0a090d; }
.section-dark::before { content: ""; position: absolute; width: 550px; height: 550px; top: -260px; right: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(207,163,73,.14), transparent 67%); }
.section-heading { max-width: 690px; margin-bottom: 56px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:not(.eyebrow) { color: rgba(255,255,255,.54); }
.guest-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 95px); }
.guest-poster { border-radius: var(--radius-lg); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.guest-poster img { width: 100%; transition: transform .55s ease; }
.guest-poster:hover img { transform: scale(1.02); }
.zoom-label { position: absolute; right: 18px; bottom: 18px; padding: 8px 13px; border-radius: 999px; color: var(--white); background: rgba(0,0,0,.58); font-size: .7rem; backdrop-filter: blur(9px); }
.guest-list { border-top: 1px solid rgba(255,255,255,.12); }
.guest-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.guest-list article > span { color: rgba(255,255,255,.27); font-family: var(--serif); font-size: .9rem; }
.guest-list h3 { margin: 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.guest-list p { margin: 2px 0 0; color: rgba(255,255,255,.43); font-size: .75rem; }
.guest-special { color: var(--gold-light); }
.guest-special p { color: rgba(242,217,142,.58); }

.awards-section { background: var(--paper-2); }
.awards-grid { display: grid; grid-template-columns: .86fr .86fr 1.28fr; gap: 24px; align-items: stretch; }
.award-category { position: relative; overflow: hidden; min-height: 520px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.56); }
.category-number { position: absolute; right: 24px; top: 15px; color: rgba(17,17,24,.05); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.category-label { margin: 0 0 58px; color: #a27a31; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.award-category h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.award-category p { margin: 0; color: #6c6761; font-size: .85rem; }
.award-category hr { margin: 25px 0; border: 0; border-top: 1px solid var(--line); }
.awards-poster { display: flex; flex-direction: column; border-radius: var(--radius-md); background: var(--black); box-shadow: var(--soft-shadow); }
.awards-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.awards-poster:hover img { transform: scale(1.02); }
.awards-poster span { position: absolute; z-index: 2; inset: auto 18px 18px; padding: 10px 14px; border-radius: 999px; color: var(--white); background: rgba(0,0,0,.68); font-size: .72rem; text-align: center; backdrop-filter: blur(10px); }
.hosts-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px; margin-top: 24px; padding: 25px 32px; border-radius: var(--radius-md); color: var(--white); background: var(--ink); }
.hosts-strip p { margin: 0; color: var(--gold-light); font-size: .71rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hosts-strip strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.hosts-strip > span { color: rgba(255,255,255,.25); }

.ticket-banner { position: relative; overflow: hidden; padding: 80px 0; color: var(--white); background: linear-gradient(125deg, #8a0e25 0%, #c21d38 47%, #7a0c22 100%); }
.ticket-banner::after { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(rgba(255,255,255,.6) .7px, transparent .7px); background-size: 14px 14px; }
.ticket-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.ticket-content > div { max-width: 700px; }
.ticket-content h2 { font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 12px; }
.ticket-content p { margin: 0; color: rgba(255,255,255,.72); }
.button-light { flex: 0 0 auto; color: var(--red-dark); background: var(--white); box-shadow: 0 17px 45px rgba(70,0,13,.2); }
.ticket-orbit { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ticket-orbit-one { width: 430px; height: 430px; right: -120px; top: -230px; }
.ticket-orbit-two { width: 310px; height: 310px; left: -160px; bottom: -170px; }

.partner-section { background: #f4eee4; }
.partner-grid { grid-template-columns: .88fr 1.12fr; }
.sponsor-card { background: var(--white); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 23px; color: #8e6928; font-size: .84rem; font-weight: 800; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

.contact-section { padding-top: 0; background: #f4eee4; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 58px; border-radius: var(--radius-lg); color: var(--white); background: #101016; box-shadow: 0 28px 80px rgba(15,12,12,.12); }
.contact-card h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); margin-bottom: 10px; }
.contact-card > div > p:last-child { color: rgba(255,255,255,.51); margin-bottom: 0; }
.contact-links { display: grid; }
.contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-links a:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.contact-links span { color: rgba(255,255,255,.39); font-size: .7rem; text-transform: uppercase; letter-spacing: .13em; }
.contact-links strong { font-size: .86rem; font-weight: 650; transition: color .2s ease; }
.contact-links a:hover strong { color: var(--gold-light); }

.site-footer { padding: 72px 0 28px; color: var(--white); background: #08080b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; align-items: end; gap: 50px; }
.footer-logo img { width: 310px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.47); font-size: .82rem; }
.footer-links { display: grid; gap: 10px; justify-items: end; font-size: .79rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.28); }
.footer-bottom small { font-size: .74rem; }
.footer-credit-wrap { flex: 1 0 100%; }
.footer-credit { display: inline-flex; align-items: center; justify-content: center; gap: 18px; width: 100%; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.92); font-size: 1rem; font-weight: 600; line-height: 1.45; text-align: left; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.footer-credit-logo { width: 168px; max-width: 34vw; height: auto; display: block; flex: 0 0 auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.32)); }
.footer-credit:hover { color: var(--gold-light); background: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(0,0,0,.22); transform: translateY(-1px); }
.footer-credit span { display: block; }

.mobile-ticket { display: none; }

.lightbox { position: fixed; z-index: 1000; inset: 0; padding: 40px; }
.lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(5,5,7,.92); backdrop-filter: blur(16px); }
.lightbox figure { position: relative; z-index: 2; margin: 0 auto; width: min(820px, 92vw); height: calc(100vh - 80px); display: grid; place-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 130px); border-radius: 12px; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.lightbox figcaption { align-self: start; margin-top: 12px; color: rgba(255,255,255,.68); font-size: .76rem; text-align: center; }
.lightbox-close { position: fixed; z-index: 3; top: 18px; right: 23px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.06); font-size: 1.7rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

/* SEO content: visible, useful and integrated with the landing design */
.seo-intro { padding: 76px 0; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.seo-intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 7vw, 90px); align-items: start; }
.seo-intro h2 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(2.45rem, 4.7vw, 4.7rem); font-weight: 500; line-height: 1.02; letter-spacing: -.042em; }
.seo-intro-copy p { margin: 0 0 16px; color: #625f5b; }
.seo-intro-copy strong { color: var(--ink); font-weight: 720; }

.faq-section { background: linear-gradient(180deg, #fffaf2 0%, #f4eee4 100%); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-card { position: relative; min-height: 220px; padding: 32px; border: 1px solid rgba(17,17,24,.09); border-radius: var(--radius-md); background: rgba(255,255,255,.67); box-shadow: 0 18px 50px rgba(17,17,24,.045); }
.faq-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #8c6826; background: rgba(207,163,73,.14); font-size: .68rem; font-weight: 850; letter-spacing: .08em; }
.faq-card h3 { margin: 28px 0 10px; font-family: var(--serif); font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.13; font-weight: 500; }
.faq-card p { margin: 0; color: #625f5b; }
.faq-card a { color: #8e6928; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }

@media (max-width: 1020px) {
  .main-nav { gap: 20px; }
  .brand img { width: 220px; }
  .hero { min-height: auto; }
  .hero-inner { min-height: 780px; grid-template-columns: 1.05fr .95fr; }
  .hero-visual { height: 620px; }
  .hero-moon { width: 340px; }
  .hero-visual img { right: -130px; width: 135%; }
  .hero h1 { font-size: clamp(4.2rem, 8.8vw, 6rem); }
  .awards-grid { grid-template-columns: 1fr 1fr; }
  .awards-poster { grid-column: 1 / -1; max-height: 620px; }
  .awards-poster img { object-fit: contain; background: var(--black); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 30px, 700px); }
  .site-header { position: absolute; padding: 14px 0; }
  .site-header.is-scrolled { padding: 9px 0; }
  .brand img { width: 210px; }
  .menu-toggle { display: block; position: relative; z-index: 102; color: var(--white); cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 101;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    padding: 90px 30px;
    background: rgba(8,8,11,.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: .3s ease;
    font-family: var(--serif);
    font-size: 2rem;
  }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav .nav-ticket { font-family: var(--sans); font-size: .9rem; }
  .hero-inner { min-height: 860px; padding-top: 130px; grid-template-columns: 1fr; align-items: start; }
  .hero-copy { max-width: 620px; padding-bottom: 0; }
  .hero h1 { font-size: clamp(4.15rem, 15.5vw, 7rem); }
  .hero-lead { max-width: 520px; }
  .hero-visual { position: absolute; inset: auto -14% 0 25%; height: 520px; opacity: .5; }
  .hero-visual img { right: 0; width: 115%; -webkit-mask-image: linear-gradient(to top, black 55%, transparent 100%); mask-image: linear-gradient(to top, black 55%, transparent 100%); }
  .hero-moon { width: 300px; right: 90px; top: 30px; }
  .hero-badge { right: 22%; bottom: 74px; }
  .hero-copy { z-index: 7; }
  .hero::before { content: ""; position: absolute; z-index: 4; inset: 42% 0 0; background: linear-gradient(transparent, rgba(8,8,11,.78) 30%, #08080b 82%); }
  .scroll-cue { display: none; }
  .quick-info-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .quick-info-grid > div { padding: 17px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .quick-info-grid > div:last-child { border-bottom: 0; }
  .section { padding: 86px 0; }
  .split-grid, .guest-layout, .partner-grid, .contact-card, .seo-intro-grid { grid-template-columns: 1fr; }
  .seo-intro { padding: 68px 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 50px; }
  .guest-layout { gap: 44px; }
  .awards-grid { grid-template-columns: 1fr; }
  .awards-poster { grid-column: auto; }
  .award-category { min-height: 0; }
  .ticket-content { flex-direction: column; align-items: flex-start; gap: 30px; }
  .contact-card { gap: 35px; padding: 42px 30px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .footer-links { justify-items: start; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-credit { justify-content: flex-start; font-size: .96rem; padding: 14px 16px; }
  .footer-credit-logo { width: 142px; max-width: 42vw; }
}

@media (max-width: 560px) {
  body { padding-bottom: 74px; }
  .brand img { width: 178px; }
  .hero-inner { min-height: 820px; padding-top: 117px; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); line-height: .83; }
  .hero h1 span { font-size: .72em; }
  .hero-lead { margin: 26px 0 22px; font-size: .96rem; }
  .event-meta { display: grid; gap: 8px; }
  .event-meta > div { min-width: 0; width: 100%; }
  .hero-actions .button { width: 100%; }
  .button-ghost { display: none; }
  .ticket-note { text-align: center; }
  .hero-visual { inset: auto -30% 0 5%; height: 460px; }
  .hero-moon { width: 240px; right: 105px; }
  .hero-badge { width: 104px; right: 24%; bottom: 50px; }
  .section-copy h2, .section-heading h2, .ticket-content h2, .contact-card h2 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  .section-heading { margin-bottom: 38px; }
  .feature-list { margin-top: 28px; }
  .guest-list h3 { font-size: 1.2rem; }
  .award-category { padding: 27px; }
  .category-label { margin-bottom: 38px; }
  .hosts-strip { align-items: flex-start; justify-content: flex-start; gap: 12px 18px; }
  .hosts-strip > span { display: none; }
  .hosts-strip strong { width: 100%; }
  .ticket-banner { padding: 65px 0; }
  .contact-card { padding: 36px 23px; }
  .seo-intro { padding: 58px 0; }
  .faq-card { min-height: 0; padding: 27px; }
  .contact-links a { display: grid; gap: 4px; }
  .footer-logo img { width: 250px; }
  .footer-credit { gap: 14px; font-size: .9rem; }
  .footer-credit-logo { width: 128px; }
  .mobile-ticket { display: flex; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; height: 54px; align-items: center; justify-content: center; border-radius: 999px; color: var(--white); background: linear-gradient(135deg, #df3449, var(--red-dark)); box-shadow: 0 14px 38px rgba(76,0,12,.38); font-size: .85rem; font-weight: 850; }
  .lightbox { padding: 56px 15px 20px; }
  .lightbox figure { width: 100%; height: calc(100vh - 76px); }
}

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