:root {
  --pink: #ff0096;
  --pink-dark: #c90077;
  --pink-soft: #ffd8ef;
  --plum: #240019;
  --plum-2: #390127;
  --ink: #251a22;
  --muted: #62545e;
  --cream: #fff9f4;
  --paper: #f7efe9;
  --white: #ffffff;
  --gold: #dfb75f;
  --cyan: #00c4cc;
  --line: rgba(36, 0, 25, .13);
  --shadow: 0 25px 80px rgba(36, 0, 25, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; font-weight: 400; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.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 { position: fixed; z-index: 300; left: 12px; top: 12px; transform: translateY(-150%); padding: 10px 14px; border-radius: 7px; background: var(--white); color: var(--plum); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); background: rgba(24,0,17,.88); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.nav-wrap { width: min(1320px, calc(100% - 42px)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: max-content; display: flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand-logo { display:block; width:170px; height:auto; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 12px; font-weight: 700; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; color: var(--white); background: var(--pink); box-shadow: 0 9px 28px rgba(255,0,150,.23); font-size: 14px; }
.menu-toggle { position:relative; z-index:12; display:none; width:42px; height:42px; padding:9px; border:0; background:none; cursor:pointer; }
.menu-toggle span { display: block; height: 1.5px; margin: 5px 0; background: var(--white); transition: .2s ease; }

.hero { position: relative; min-height: 890px; padding: 170px 24px 115px; color: var(--white); background: linear-gradient(120deg, #15000f, #310221 55%, #190010); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(21,0,15,.98) 0%, rgba(29,0,20,.92) 45%, rgba(23,0,16,.3) 75%, rgba(23,0,16,.55) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .12; background-image: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.18) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(255,255,255,.12) 50%, transparent 50.2%); background-size: 100px 100px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-art { position: absolute; inset: 0; }
.hero-image { position: absolute; inset: 0 0 0 45%; background: url("https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit%2Cfl_lossy%2Ch_9000%2Cw_1200%2Cf_auto%2Cq_auto/1098894/357305_869175.png") center/cover no-repeat; filter: saturate(.9) contrast(1.05); }
.hero-ring { position: absolute; z-index: 2; border: 1px solid rgba(255,0,150,.25); border-radius: 50%; pointer-events: none; }
.ring-one { width: 650px; height: 650px; right: -300px; top: 70px; box-shadow: 0 0 0 80px rgba(255,0,150,.025), 0 0 0 160px rgba(255,0,150,.02); }
.ring-two { width: 260px; height: 260px; left: -150px; bottom: 80px; border-color: rgba(223,183,95,.24); box-shadow: 0 0 75px rgba(255,0,150,.18); }
.hero-inner { position: relative; z-index: 3; width: min(1220px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(250px,.8fr); align-items: end; gap: 80px; }
.hero-copy { max-width: 820px; }
.eyebrow, .section-tag { margin: 0 0 17px; color: var(--pink); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--pink-soft); }
.eyebrow span { width: 30px; height: 1px; background: var(--pink); }
.hero h1 { margin: 0; font: 500 clamp(52px,6.6vw,94px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; color: var(--pink-soft); font-weight: 400; }
.hero h1 em:nth-of-type(2) { color: var(--white); }
.hero h1 em:nth-of-type(3) { color: var(--pink); }
.hero-lead { max-width: 700px; margin: 27px 0 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 33px 0 17px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(135deg,var(--pink),var(--pink-dark)); box-shadow: 0 13px 35px rgba(255,0,150,.28); }
.button-primary:hover { box-shadow: 0 17px 42px rgba(255,0,150,.4); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.27); backdrop-filter: blur(8px); }
.button-light { color: var(--plum); background: var(--white); }
.button-dark { color: var(--white); background: var(--plum); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.44); background: transparent; }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(255,0,150,.4); outline-offset: 3px; }
.hero-fine { margin: 0; color: var(--white); font-size: 14px; font-weight: 500; }
.hero-badge { justify-self: end; width: 250px; height: 250px; display: grid; place-content: center; justify-items: center; text-align: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(36,0,25,.52); backdrop-filter: blur(13px); box-shadow: inset 0 0 0 10px rgba(255,255,255,.03), 0 25px 70px rgba(0,0,0,.28); }
.hero-badge::before { content: ""; position: absolute; width: 222px; height: 222px; border: 1px dashed rgba(255,0,150,.58); border-radius: 50%; }
.hero-badge > * { position: relative; z-index: 1; }
.badge-label { color: var(--pink-soft); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; }
.hero-badge strong { margin: 4px 0 -2px; font: 500 82px/.95 Georgia,serif; }
.hero-badge p { margin: 0; color: rgba(255,255,255,.86); font-size: 12px; line-height: 1.5; }
.badge-date { margin-top: 14px; color: var(--gold); letter-spacing: .16em; font-size: 12px; font-weight: 800; }
.event-ribbon { position: absolute; z-index: 4; inset: auto 0 0; width:100%; min-height: 110px; display: grid; grid-template-columns: repeat(4,minmax(0,250px)); justify-content: center; gap: 0; background: rgba(10,0,7,.73); border-top: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.event-ribbon div { min-width:0; display: grid; align-content: center; padding: 19px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.event-ribbon div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.event-ribbon span { color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 850; }
.event-ribbon strong { margin-top: 5px; color: rgba(255,255,255,.94); font-size: 16px; font-weight: 650; line-height:1.4; }

.section { padding: 110px max(24px,calc((100vw - 1180px)/2)); }
.section-heading { max-width: 790px; margin-bottom: 52px; }
.section-heading h2, .about-copy h2, .gprize-copy h2, .impact-content h2, .contact-card h2 { margin: 0; color: var(--plum); font: 500 clamp(40px,4.7vw,64px)/1.04 Georgia,serif; letter-spacing: -.04em; }
.section-heading > p:last-child, .section-heading-split > p { color: var(--muted); font-size: 15px; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading-split > p { margin: 0 0 5px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--pink); color: var(--pink-dark); text-decoration: none; font-size: 14px; font-weight: 850; }

.about-section { background: var(--cream); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; min-height: 570px; padding: 0 0 45px 45px; }
.about-visual::before { content: ""; position: absolute; inset: 55px 45px 0 0; background: var(--pink); border-radius: 220px 220px 22px 22px; }
.about-visual img { position: relative; z-index: 1; width: 100%; height: 520px; object-fit: cover; object-position: center; border-radius: 220px 220px 22px 22px; box-shadow: var(--shadow); }
.visual-caption { position: absolute; z-index: 2; right: -15px; bottom: 10px; min-width: 190px; padding: 19px 22px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
.visual-caption span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.visual-caption strong { color: var(--plum); font: 500 21px Georgia,serif; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy > p:not(.section-tag) { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.about-copy .text-link { margin-top: 12px; }
.values-strip { margin-top: 95px; display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-strip article { min-height: 235px; padding: 27px 24px; border-right: 1px solid var(--line); }
.values-strip article:first-child { border-left: 1px solid var(--line); }
.values-strip span { color: var(--pink); font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.values-strip h3 { margin: 50px 0 10px; color: var(--plum); font: 500 22px Georgia,serif; }
.values-strip p { margin: 0; color: var(--muted); font-size: 12px; }

.expect-section { background: var(--paper); }
.expect-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.image-card { min-width: 0; background: var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 40px rgba(36,0,25,.07); }
.image-card img { display: block; width: 100%; aspect-ratio: 1.22; object-fit: cover; }
.image-card > div { padding: 27px; }
.image-card span { color: var(--pink); font-size: 12px; font-weight: 850; }
.image-card h3 { margin: 20px 0 9px; color: var(--plum); font: 500 25px Georgia,serif; }
.image-card p { margin: 0; color: var(--muted); font-size: 13px; }

.purpose-section { background: var(--cream); }
.purpose-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px 85px; padding: 62px; border-radius: 30px; color: var(--white); background: radial-gradient(circle at 12% 15%,rgba(255,0,150,.28),transparent 35%),linear-gradient(145deg,var(--plum),#3b022a); box-shadow: var(--shadow); }
.purpose-intro h2 { margin: 0; font: 500 47px/1.03 Georgia,serif; letter-spacing: -.035em; }
.purpose-tabs { display: flex; align-self: end; justify-content: flex-end; gap: 8px; }
.purpose-tabs button { min-height: 44px; padding: 9px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: rgba(255,255,255,.84); cursor: pointer; font-size: 14px; font-weight: 800; }
.purpose-tabs button[aria-selected="true"] { color: var(--plum); background: var(--white); }
.purpose-content { grid-column: 1/-1; min-height: 160px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.14); font: 500 clamp(25px,3vw,39px)/1.35 Georgia,serif; color: var(--pink-soft); }

.categories-section { color: var(--white); background: linear-gradient(160deg,#1a0012,#300021 58%,#17000f); }
.categories-section .section-heading h2 { color: var(--white); }
.categories-section .section-heading > p:last-child { color: rgba(255,255,255,.88); }
.categories-section .section-tag { color: var(--pink-soft); }
.category-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-button { min-height: 44px; padding: 8px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: rgba(255,255,255,.86); background: transparent; cursor: pointer; font-size: 14px; font-weight: 750; }
.filter-button span { display: inline-grid; place-items: center; min-width: 23px; height: 23px; margin-left: 6px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.09); font-size: 12px; }
.filter-button:hover, .filter-button.active { color: var(--plum); background: var(--white); border-color: var(--white); }
.search-box { width: min(310px,100%); display: flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.45); }
.search-box:focus-within { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(255,0,150,.16); }
.search-box input { width: 100%; height: 44px; border: 0; outline: 0; color: var(--white); background: transparent; font-size: 14px; }
.search-box input::placeholder { color: rgba(255,255,255,.38); }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.category-card { position: relative; min-height: 360px; display: flex; align-items: flex-end; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; overflow: hidden; cursor: pointer; background: #2b021f; transition: transform .25s ease,border-color .25s ease; }
.category-card:hover { transform: translateY(-4px); border-color: rgba(255,0,150,.62); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.04); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(20,0,14,.02) 25%,rgba(20,0,14,.93) 100%); }
.category-card-content { position: relative; z-index: 2; width: 100%; }
.category-card small { display: flex; justify-content: space-between; gap: 15px; color: var(--pink-soft); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; font-weight: 850; line-height:1.35; }
.category-card h3 { margin: 14px 0 0; font: 600 clamp(30px,2.4vw,35px)/1.1 Georgia,serif; }
.category-card[hidden] { display: none; }
.no-results { grid-column:1/-1; padding: 70px 20px; text-align: center; color: rgba(255,255,255,.84); border: 1px dashed rgba(255,255,255,.3); border-radius: 17px; }
.nomination-banner { margin-top: 55px; display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 38px 42px; border-radius: 19px; color: var(--plum); background: var(--white); }
.nomination-banner span { color: var(--pink-dark); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; }
.nomination-banner h3 { max-width: 680px; margin: 9px 0 0; font: 500 28px/1.2 Georgia,serif; }

.gprize-section { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 85px; color: #FFFFFF; background: linear-gradient(135deg,var(--pink),#ff3caf); }
.gprize-visual { position: relative; }
.gprize-visual::before { content: ""; position: absolute; inset: 35px -35px -35px 35px; border: 2px solid rgba(0,196,204,.86); border-radius: 50% 50% 18px 18px; }
.gprize-visual img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: .92; object-fit: cover; border-radius: 50% 50% 18px 18px; box-shadow: 0 30px 80px rgba(64,0,38,.3); }
.prize-medallion { position: absolute; z-index: 2; right: -32px; bottom: 33px; width: 145px; height: 145px; display: grid; place-content: center; text-align: center; border: 9px solid var(--pink); border-radius: 50%; color: var(--plum); background: var(--white); }
.prize-medallion strong { font: 500 43px/1 Georgia,serif; }
.prize-medallion span { margin-top: 6px; text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 850; line-height: 1.3; }
.gprize-copy .section-tag,
.gprize-copy h2,
.gprize-copy > p { text-shadow: 0 1px 2px rgba(64,0,38,.28); }
.gprize-copy .section-tag { color: #FFFFFF; }
.gprize-copy h2 { color: #FFFFFF; }
.gprize-copy > p:not(.section-tag):not(.gprize-lead) { color: #FFFFFF; font-size: 13px; }
.gprize-copy .gprize-lead { color: #FFFFFF; font: 500 22px/1.45 Georgia,serif; }
.prize-note { margin: 27px 0; padding: 19px 22px; border-left: 4px solid var(--cyan); background: var(--plum); box-shadow: 0 16px 36px rgba(36,0,25,.18); }
.prize-note span { color: var(--white); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; }
.prize-note p { margin: 6px 0 0; color: #FFFFFF; font-size: 12px; }

.impact-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; background: var(--paper); }
.impact-image img { display: block; width: 100%; height: 650px; object-fit: cover; border-radius: 220px 220px 20px 20px; box-shadow: var(--shadow); }
.impact-content h2 { margin-bottom: 35px; }
.impact-accordion article { border-top: 1px solid var(--line); }
.impact-accordion article:last-child { border-bottom: 1px solid var(--line); }
.impact-accordion button { width: 100%; display: grid; grid-template-columns: 34px 1fr 28px; gap: 12px; align-items: center; padding: 16px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.impact-accordion button > span:first-child { color: var(--pink); font-size: 12px; font-weight: 850; }
.impact-accordion button strong { color: var(--plum); font: 500 17px Georgia,serif; }
.impact-accordion button > span:last-child { display: grid; place-items:center; width: 26px; height: 26px; border:1px solid var(--line); border-radius:50%; color:var(--pink); font-size:18px; transition:transform .2s ease; }
.impact-accordion article.open button > span:last-child { transform: rotate(45deg); }
.impact-accordion .impact-answer { display:none; margin: -2px 38px 19px 46px; color:var(--muted); font-size:12px; }
.impact-accordion article.open .impact-answer { display:block; }

.experience-section { background: var(--cream); }
.venue-card { display:grid; grid-template-columns:1fr 1fr; min-height:560px; border-radius:24px; overflow:hidden; background:var(--white); box-shadow:var(--shadow); }
.venue-image { position:relative; min-height:560px; overflow:hidden; }
.venue-image > img:first-child { width:100%; height:100%; min-height:560px; object-fit:cover; }
.venue-image .venue-detail { position:absolute; right:24px; bottom:24px; width:42%; aspect-ratio:1.25; object-fit:cover; border:6px solid var(--white); border-radius:13px; box-shadow:var(--shadow); }
.venue-copy { padding:55px; }
.venue-copy h3 { margin:0 0 20px; color:var(--plum); font:500 38px/1.08 Georgia,serif; }
.venue-copy > p:not(.section-tag) { color:var(--muted); font-size:13px; }
.venue-copy ul { list-style:none; margin:27px 0; padding:0; border-top:1px solid var(--line); }
.venue-copy li { display:grid; grid-template-columns:115px 1fr; gap:14px; padding:13px 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:12px; }
.venue-copy li span { color:var(--plum); font-weight:800; }
.experience-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:25px; }
.experience-card { border:1px solid var(--line); border-radius:17px; overflow:hidden; background:var(--white); }
.experience-card img { display:block; width:100%; aspect-ratio:1.65; object-fit:cover; }
.experience-card > div { padding:24px; }
.experience-card h3 { margin:0 0 8px; color:var(--plum); font:500 23px Georgia,serif; }
.experience-card p { margin:0 0 16px; color:var(--muted); font-size:12px; }
.experience-card a { color:var(--pink-dark); text-decoration:none; font-size:14px; font-weight:850; }

.agenda-section { color:var(--white); background:linear-gradient(150deg,#17000f,#2d001f); }
.agenda-section .section-heading h2 { color:var(--white); }
.agenda-section .section-heading > p:last-child { color:rgba(255,255,255,.86); }
.agenda-section .section-tag { color:var(--cyan); }
.agenda-layout { display:grid; grid-template-columns:300px 1fr; border:1px solid rgba(255,255,255,.14); border-radius:22px; overflow:hidden; }
.agenda-tabs { padding:15px; background:rgba(255,255,255,.045); border-right:1px solid rgba(255,255,255,.14); }
.agenda-tabs button { width:100%; display:grid; gap:3px; padding:17px; border:0; border-radius:11px; text-align:left; cursor:pointer; color:rgba(255,255,255,.8); background:transparent; }
.agenda-tabs button[aria-selected="true"] { color:var(--white); background:var(--pink); }
.agenda-tabs button small { text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:850; }
.agenda-tabs button strong { font:500 17px Georgia,serif; }
.agenda-panel { min-height:535px; padding:42px 50px; }
.agenda-panel .agenda-date { color:var(--cyan); text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:850; }
.agenda-panel h3 { margin:10px 0 26px; font:500 35px/1.08 Georgia,serif; }
.agenda-items { display:grid; gap:0; }
.agenda-item { display:grid; grid-template-columns:120px 1fr; gap:22px; padding:12px 0; border-top:1px solid rgba(255,255,255,.12); }
.agenda-item span { color:var(--cyan); font-size:12px; font-weight:800; }
.agenda-item p { margin:0; color:rgba(255,255,255,.88); font-size:12px; }

.tickets-section { position:relative; color:var(--white); background:var(--pink); overflow:hidden; }
.tickets-section::before { content:"G"; position:absolute; right:7%; top:-125px; color:rgba(255,255,255,.1); font:italic 700 400px Georgia,serif; }
.tickets-header { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; gap:70px; }
.tickets-copy, .tickets-actions { position:relative; z-index:1; }
.tickets-copy { max-width:700px; text-shadow:0 1px 2px rgba(64,0,38,.28); }
.tickets-copy .section-tag { color:#FFFFFF; }
.tickets-copy h2 { margin:0; font:500 clamp(40px,4.8vw,65px)/1.02 Georgia,serif; letter-spacing:-.04em; }
.tickets-copy > p:last-child { color:#FFFFFF; }
.tickets-actions { min-width:max-content; display:flex; flex-direction:column; gap:10px; }
.ticket-widget-wrap { position:relative; z-index:2; min-height:360px; margin-top:52px; padding:28px 20px; border-radius:22px; color:var(--ink); background:var(--white); box-shadow:0 30px 90px rgba(70,0,42,.26); overflow:hidden; }
.ticket-widget-wrap .widget-loading { margin:0; padding:32px 10px; color:var(--muted); text-align:center; font-size:14px; }
.ticket-widget-wrap:has(.eapps-pricing-table) .widget-loading,
.ticket-widget-wrap:has(iframe) .widget-loading { display:none; }
.ticket-widget-wrap noscript p { margin:0; padding:24px; text-align:center; }
.ticket-widget-wrap noscript a { color:var(--pink-dark); }

.team-section { background:var(--cream); }
.team-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.team-card { min-width:0; border-radius:16px; overflow:hidden; background:var(--white); border:1px solid var(--line); transition:transform .2s ease,box-shadow .2s ease; }
.team-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.team-card img { display:block; width:100%; aspect-ratio:.86; object-fit:cover; object-position:center top; background:var(--paper); }
.team-card div { padding:16px; }
.team-card h3 { margin:0 0 3px; color:var(--plum); font:500 18px/1.1 Georgia,serif; }
.team-card p { margin:0; color:var(--pink-dark); text-transform:uppercase; letter-spacing:.08em; font-size:12px; font-weight:850; line-height:1.5; }

.partners-section { background:var(--paper); }
.partner-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.partner-card { min-width:0; border-radius:19px; overflow:hidden; background:var(--white); box-shadow:0 12px 45px rgba(36,0,25,.07); }
.partner-card img { display:block; width:100%; aspect-ratio:1.4; object-fit:cover; }
.partner-card > div { padding:29px; }
.partner-card h3 { margin:0 0 10px; color:var(--plum); font:500 27px/1.08 Georgia,serif; }
.partner-card p:not(.section-tag) { color:var(--muted); font-size:12px; }
.partner-card a { color:var(--pink-dark); text-decoration:none; font-size:14px; font-weight:850; }

.brands-section { background:var(--cream); }
.brands-section .section-heading > p:last-child { color:var(--muted); }
.logo-widget-wrap { position:relative; min-height:220px; margin-top:42px; padding:28px 24px; border:1px solid var(--line); border-radius:22px; background:var(--white); box-shadow:0 20px 65px rgba(36,0,25,.08); overflow:hidden; }
.logo-widget-wrap .widget-loading { margin:0; padding:54px 12px; color:var(--muted); text-align:center; font-size:14px; }
.logo-widget-wrap:has(iframe) .widget-loading,
.logo-widget-wrap:has(.elfsight-app-cafb5fa2-5dea-4cd9-b479-3ed4a0da1492 > *) .widget-loading { display:none; }
.logo-widget-wrap noscript p { margin:0; padding:28px; color:var(--muted); text-align:center; }

.faq-section { color:var(--white); background:var(--plum); }
.faq-section .section-heading h2 { color:var(--white); }
.faq-section .section-tag { color:var(--pink-soft); }
.faq-list { max-width:960px; margin-left:auto; }
.faq-list details { border-top:1px solid rgba(255,255,255,.15); }
.faq-list details:last-child { border-bottom:1px solid rgba(255,255,255,.15); }
.faq-list summary { display:flex; justify-content:space-between; align-items:center; gap:20px; padding:22px 0; list-style:none; cursor:pointer; color:var(--white); font:500 19px/1.3 Georgia,serif; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { display:grid; place-items:center; width:28px; height:28px; flex:0 0 auto; border:1px solid rgba(255,255,255,.25); border-radius:50%; color:var(--pink); font:300 20px system-ui; transition:transform .2s ease; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list details p { max-width:810px; margin:-2px 50px 24px 0; color:rgba(255,255,255,.86); font-size:13px; }
.faq-list a { color:var(--pink-soft); }

.contact-section { background:var(--paper); }
.contact-card { display:flex; justify-content:space-between; align-items:center; gap:70px; padding:58px; border-radius:26px; background:var(--white); box-shadow:var(--shadow); border-top:4px solid var(--pink); }
.contact-card > div:first-child { max-width:700px; }
.contact-card h2 { margin-bottom:21px; }
.contact-card p:not(.section-tag) { color:var(--muted); font-size:12px; }
.contact-actions { min-width:max-content; display:flex; flex-direction:column; gap:10px; }

.site-footer { padding:70px max(24px,calc((100vw - 1180px)/2)) 24px; color:var(--white); background:#10000b; }
.footer-main { display:grid; grid-template-columns:260px 1fr; gap:80px; padding-bottom:55px; }
.footer-brand { display:flex; align-items:flex-start; }
.footer-logo { display:block; width:260px; max-width:100%; height:auto; }
.footer-columns { display:grid; grid-template-columns:repeat(4,1fr); gap:35px; }
.footer-columns div { display:grid; align-content:start; gap:8px; }
.footer-columns h3 { margin:0 0 9px; color:var(--pink-soft); text-transform:uppercase; letter-spacing:.12em; font-size:12px; }
.footer-columns a { color:rgba(255,255,255,.74); text-decoration:none; font-size:12px; }
.footer-columns a:hover { color:var(--white); }
.footer-bottom { min-height:60px; display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.68); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.footer-bottom div { display:flex; gap:22px; }
.footer-bottom a { color:rgba(255,255,255,.74); text-decoration:none; }

.category-dialog { width:min(860px,calc(100% - 32px)); max-height:calc(100dvh - 24px); padding:0; border:0; border-radius:22px; color:var(--ink); background:var(--cream); overflow:hidden; box-shadow:0 45px 120px rgba(0,0,0,.55); }
.category-dialog[open] { display:grid; grid-template-rows:minmax(0,1fr) auto; }
.category-dialog::backdrop { background:rgba(18,0,13,.82); backdrop-filter:blur(7px); }
.dialog-close { position:absolute; z-index:3; top:15px; right:15px; width:36px; height:36px; border:0; border-radius:50%; color:var(--plum); background:rgba(255,255,255,.88); cursor:pointer; font-size:22px; }
.dialog-scroll { min-height:0; overflow-y:auto; overscroll-behavior:contain; }
.dialog-image { height:220px; background:var(--plum); }
.dialog-image img { width:100%; height:100%; object-fit:cover; }
.dialog-content { padding:28px 34px 18px; }
.dialog-content h2 { margin:0 0 15px; color:var(--plum); font:500 38px/1.05 Georgia,serif; }
.dialog-content > p:not(.section-tag) { color:var(--muted); font-size:12px; }
.dialog-count { display:flex; justify-content:space-between; gap:20px; margin:23px 0; padding:14px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.dialog-count span { color:var(--muted); text-transform:uppercase; letter-spacing:.12em; font-size:12px; font-weight:850; }
.dialog-count strong { color:var(--pink-dark); font-size:12px; }
.dialog-actions { position:relative; z-index:2; padding:16px 34px 28px; background:var(--cream); box-shadow:0 -14px 32px rgba(42,0,30,.08); }
.dialog-actions .button { width:100%; justify-content:center; }
.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

h1,h2,h3,h4,h5,h6,
.hero h1,.hero-badge strong,.visual-caption strong,
.purpose-content,.agenda-tabs button strong,.agenda-panel h3,
.faq-list summary,.dialog-content h2 {
  font-family:"Poppins",ui-sans-serif,system-ui,sans-serif;
}

main p:not(.section-tag):not(.eyebrow):not(.hero-fine):not(.team-card p),
.venue-copy li,.agenda-item p,.faq-list details p,
.dialog-content > p:not(.section-tag) {
  font-family:"Montserrat",ui-sans-serif,system-ui,sans-serif;
  font-size:16px;
  font-weight:400;
}

@media (max-width:1240px) {
  .menu-toggle { display:block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
  .site-nav { position:absolute; z-index:10; top:100%; right:0; left:0; height:calc(100vh - 78px); height:calc(100dvh - 78px); display:flex; flex-direction:column; align-items:stretch; gap:0; padding:25px max(25px,calc((100vw - 1180px)/2)); overflow-y:auto; overscroll-behavior:contain; -webkit-overflow-scrolling:touch; background:rgba(24,0,17,.985); box-shadow:0 28px 65px rgba(0,0,0,.34); opacity:0; visibility:hidden; pointer-events:none; transform:translateX(100%); transition:transform .25s ease,opacity .2s ease,visibility .2s ease; }
  .site-nav.open { opacity:1; visibility:visible; pointer-events:auto; transform:translateX(0); }
  .site-nav a { padding:13px 0; border-bottom:1px solid rgba(255,255,255,.1); font:500 21px Georgia,serif; }
  .site-nav .nav-cta { margin-top:16px; justify-content:center; border:0; }
  .hero-inner { grid-template-columns:1fr .4fr; gap:30px; }
  .event-ribbon div { min-width:0; }
  .values-strip { grid-template-columns:repeat(3,1fr); }
  .values-strip article:nth-child(4) { border-left:1px solid var(--line); }
  .values-strip article:nth-child(-n+3) { border-bottom:1px solid var(--line); }
  .team-grid { grid-template-columns:repeat(4,1fr); }
}

@media (max-width:900px) {
  .hero { min-height:auto; }
  .hero::before { background:linear-gradient(90deg,rgba(21,0,15,.98),rgba(29,0,20,.83)); }
  .hero-inner { grid-template-columns:1fr; }
  .hero-badge { justify-self:start; width:210px; height:210px; margin-top:25px; }
  .hero-badge::before { width:184px; height:184px; }
  .event-ribbon { position:relative; margin:90px -24px -115px; grid-template-columns:1fr 1fr; }
  .about-layout,.gprize-section,.impact-section { grid-template-columns:1fr; }
  .about-visual { width:min(560px,100%); }
  .section-heading-split { grid-template-columns:1fr; gap:18px; }
  .category-grid { grid-template-columns:1fr 1fr; }
  .gprize-visual { width:min(560px,calc(100% - 35px)); }
  .gprize-copy { max-width:700px; }
  .impact-image { display:none; }
  .venue-card { grid-template-columns:1fr; }
  .venue-image { min-height:350px; }
  .venue-image > img:first-child { min-height:350px; height:350px; }
  .agenda-layout { grid-template-columns:1fr; }
  .agenda-tabs { display:flex; overflow-x:auto; border-right:0; border-bottom:1px solid rgba(255,255,255,.14); }
  .agenda-tabs button { min-width:180px; }
  .tickets-header,.contact-card { align-items:flex-start; flex-direction:column; }
  .tickets-actions,.contact-actions { min-width:0; width:100%; flex-direction:row; flex-wrap:wrap; }
  .team-grid { grid-template-columns:repeat(3,1fr); }
  .footer-main { grid-template-columns:1fr; gap:45px; }
}

@media (max-width:680px) {
  html { scroll-padding-top:72px; }
  .nav-wrap { width:calc(100% - 30px); height:70px; }
  .brand-logo { width:140px; }
  .site-nav { height:calc(100vh - 70px); height:calc(100dvh - 70px); padding:22px 20px 32px; }
  .hero { padding:125px 20px 95px; }
  .hero-image { inset:0; opacity:.35; }
  .hero h1 { font-size:49px; }
  .hero-lead { font-size:15px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-fine { text-align:center; }
  .event-ribbon { margin:70px -20px -95px; grid-template-columns:1fr; }
  .event-ribbon div { padding:13px 20px; border-right:0; border-left:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .section { padding:80px 20px; }
  .section-heading h2,.about-copy h2,.gprize-copy h2,.impact-content h2,.contact-card h2 { font-size:39px; }
  .about-layout { gap:45px; }
  .about-visual { min-height:auto; padding:0 0 28px 28px; }
  .about-visual::before { inset:35px 28px 0 0; border-radius:150px 150px 16px 16px; }
  .about-visual img { height:390px; border-radius:150px 150px 16px 16px; }
  .visual-caption { right:0; }
  .values-strip { grid-template-columns:1fr; border:0; gap:9px; }
  .values-strip article,.values-strip article:first-child,.values-strip article:nth-child(4) { min-height:auto; padding:22px; border:1px solid var(--line); border-radius:13px; }
  .values-strip h3 { margin-top:30px; }
  .expect-grid,.category-grid,.experience-cards,.partner-grid { grid-template-columns:1fr; }
  .purpose-panel { grid-template-columns:1fr; gap:28px; padding:35px 25px; }
  .purpose-tabs { justify-content:flex-start; overflow-x:auto; }
  .purpose-content { grid-column:1; font-size:25px; }
  .category-toolbar { flex-direction:column; }
  .filter-tabs { flex-wrap:nowrap; overflow-x:auto; padding-bottom:4px; }
  .filter-button { flex:0 0 auto; }
  .search-box { width:100%; }
  .category-card { min-height:340px; }
  .nomination-banner { align-items:flex-start; flex-direction:column; padding:28px 24px; }
  .gprize-section { gap:55px; }
  .prize-medallion { right:-10px; width:120px; height:120px; }
  .venue-copy { padding:32px 24px; }
  .venue-copy h3 { font-size:32px; }
  .venue-copy li { grid-template-columns:1fr; gap:2px; }
  .agenda-tabs button { min-width:155px; }
  .agenda-panel { padding:30px 22px; }
  .agenda-item { grid-template-columns:1fr; gap:2px; }
  .tickets-actions,.contact-actions { flex-direction:column; }
  .ticket-widget-wrap { margin-top:36px; padding:16px 8px; border-radius:16px; }
  .logo-widget-wrap { min-height:180px; margin-top:30px; padding:18px 10px; border-radius:16px; }
  .team-grid { grid-template-columns:1fr 1fr; }
  .contact-card { padding:34px 24px; }
  .footer-columns { grid-template-columns:1fr 1fr; }
  .footer-bottom { align-items:flex-start; flex-direction:column; padding-top:20px; }
  .footer-bottom div { flex-direction:column; gap:8px; }
  .category-dialog { width:calc(100% - 16px); max-height:calc(100dvh - 16px); }
  .dialog-image { height:190px; }
  .dialog-content { padding:24px 22px 10px; }
  .dialog-content h2 { font-size:32px; }
  .dialog-actions { padding:14px 22px 22px; }
}

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