:root {
  --red: #f22b1d;
  --ink: #101010;
  --paper: #f1f0ec;
  --line: rgba(16,16,16,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 85px; }
body { margin: 0; overflow-x: hidden; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 88px;
  padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.22); color: white;
}
.brand { display: flex; align-items: center; gap: 13px; font-family: "Barlow Condensed"; font-size: 19px; letter-spacing: 1px; }
.brand b { font-weight: 900; }
.brand-mark { width: 38px; display: flex; align-items: end; gap: 3px; transform: skewX(-18deg); }
.brand-mark i { display: block; height: 7px; background: var(--red); flex: 1; }
.brand-mark i:nth-child(2) { height: 14px; }
.brand-mark i:nth-child(3) { height: 21px; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { transition: opacity .2s; }
.nav-links > a:not(.nav-cta):hover { opacity: .65; }
.nav-cta { background: var(--red); padding: 17px 23px; }
.nav-cta span, .button span { margin-left: 16px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 6px; }

.hero { height: 860px; min-height: 690px; position: relative; overflow: hidden; color: white; background: #111; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,4,4,.9) 0%, rgba(4,4,4,.58) 39%, rgba(4,4,4,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.7), transparent 50%), url("assets/hero.png") center/cover no-repeat; transform: scale(1.015); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 60%); }
.hero-content { position: absolute; z-index: 2; top: 23%; left: 8.5vw; max-width: 750px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: 2.3px; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 33px; height: 3px; background: var(--red); display: inline-block; }
.eyebrow.dark { color: #545454; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; margin: 0; line-height: .88; text-transform: uppercase; }
h1 { font-size: clamp(86px, 10vw, 148px); letter-spacing: -5px; font-style: italic; }
h1 em, h2 em { color: var(--red); font-style: italic; }
.hero-copy { max-width: 560px; margin: 28px 0; font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: space-between; padding: 18px 23px; min-width: 205px; text-transform: uppercase; letter-spacing: .8px; font-size: 11px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #d91e12; }
.button-ghost { border: 1px solid rgba(255,255,255,.4); color: white; }
.play { width: 28px; height: 28px; margin: 0 10px 0 0 !important; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-size: 8px; }
.event-card { position: absolute; z-index: 2; right: 4.5vw; bottom: 0; width: 345px; padding: 30px; background: rgba(12,12,12,.92); backdrop-filter: blur(15px); }
.event-label { text-transform: uppercase; color: var(--red); font-size: 10px; letter-spacing: 2px; font-weight: 800; }
.event-date { display: flex; align-items: center; gap: 12px; margin: 8px 0; }
.event-date strong { font: 800 70px/.9 "Barlow Condensed"; }
.event-date span { font: 700 21px/.9 "Barlow Condensed"; }
.event-coming { margin: 10px 0 3px; font: italic 700 28px/.82 "Barlow Condensed"; letter-spacing: 1px; }
.event-coming strong { color: white; font-size: 65px; }
.event-divider { height: 1px; background: rgba(255,255,255,.18); margin: 21px 0; }
.event-card > p:not(.event-date):not(.event-label) { font-size: 11px; line-height: 1.8; color: rgba(255,255,255,.7); }
.event-card .presented-by { margin: 15px 0 -7px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48) !important; font-size: 9px !important; text-transform: uppercase; letter-spacing: 1px; }
.event-card .presented-by strong { color: white; }
.event-card a { display: flex; justify-content: space-between; color: white; font-size: 11px; text-transform: uppercase; font-weight: 700; margin-top: 22px; }
.scroll-cue { position: absolute; bottom: 34px; left: 4.5vw; z-index: 2; text-transform: uppercase; font-size: 9px; letter-spacing: 1.5px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 13px; }
.scroll-cue span { display: block; width: 1px; height: 25px; background: var(--red); }

.stats { background: var(--red); color: white; padding: 35px 8.5vw; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { border-right: 1px solid rgba(255,255,255,.26); padding-left: 10%; }
.stats div:first-child { padding-left: 0; }
.stats div:last-child { border: 0; }
.stats strong { font: italic 800 44px "Barlow Condensed"; display: block; }
.stats strong[data-count]::after { content: "+"; font-size: 22px; }
.stats span { text-transform: uppercase; font-size: 9px; letter-spacing: 1.5px; opacity: .8; }

.section { padding: 115px 8.5vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
h2 { font-size: clamp(64px, 7vw, 104px); letter-spacing: -3px; }
.intro-copy { max-width: 600px; }
.intro-copy p, .partner-copy p { color: #666; font-size: 14px; line-height: 1.8; }
.intro-copy .lead, .partner-copy .lead { color: #1e1e1e; font-size: 20px; line-height: 1.55; font-weight: 500; }
.text-link { display: inline-flex; gap: 35px; border-bottom: 2px solid var(--red); padding: 10px 0; margin-top: 15px; text-transform: uppercase; font-size: 10px; font-weight: 800; }

.features { display: grid; grid-template-columns: repeat(4, 1fr); background: #161616; color: white; }
.feature { min-height: 420px; padding: 45px 35px; border-right: 1px solid #333; position: relative; transition: background .25s, transform .25s; }
.feature:hover { background: #202020; transform: translateY(-6px); }
.feature-main { background: var(--red); }
.feature-main:hover { background: #dc2115; }
.feature-number { color: rgba(255,255,255,.35); font: 700 12px "Barlow Condensed"; }
.feature-icon { font: 700 35px "Barlow Condensed"; margin: 75px 0 35px; color: var(--red); }
.feature-main .feature-icon { color: white; }
.feature h3 { font-size: 38px; line-height: .95; }
.feature p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; margin-top: 24px; }
.feature-main p { color: rgba(255,255,255,.8); }

.program { background: white; }
.program-top { display: flex; justify-content: space-between; align-items: end; }
.button-dark { background: #151515; color: white; }
.program-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.program-card { padding: 32px; border-right: 1px solid var(--line); min-height: 355px; position: relative; overflow: hidden; transition: color .25s, background .25s, transform .25s; }
.program-card:last-child { border: 0; }
.program-card:hover { background: #151515; color: white; transform: translateY(-5px); }
.program-card.program-red { background: var(--red); color: white; }
.program-card.program-red:hover { background: #d91e12; }
.program-num { font: 700 11px "Barlow Condensed"; opacity: .45; }
.program-symbol { margin: 58px 0 30px; font: 800 45px "Barlow Condensed"; color: var(--red); }
.program-red .program-symbol { color: white; }
.program-card h3 { font-size: 34px; }
.program-card p { position: absolute; bottom: 28px; left: 32px; right: 32px; font-size: 11px; line-height: 1.65; opacity: .62; }

.sell { background: #111; color: white; padding: 110px 12vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: center; position: relative; overflow: hidden; }
.sell::before { content: ""; position: absolute; width: 550px; height: 550px; border: 100px solid rgba(242,43,29,.06); border-radius: 50%; right: -150px; top: -160px; }
.sell-copy { position: relative; z-index: 1; }
.sell-copy h2 { margin-bottom: 35px; }
.sell-copy > p:not(.eyebrow) { color: rgba(255,255,255,.55); max-width: 540px; line-height: 1.75; }
.sell ul { list-style: none; padding: 10px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; font-size: 11px; }
.sell li span { color: var(--red); margin-right: 7px; }
.price-card { background: white; color: #111; padding: 45px; position: relative; text-align: center; z-index: 1; box-shadow: 16px 16px 0 var(--red); }
.popular { position: absolute; top: 0; right: 0; color: white; background: var(--red); padding: 10px 16px; text-transform: uppercase; letter-spacing: 1px; font-size: 8px; font-weight: 800; }
.price-card > p { text-transform: uppercase; font-size: 10px; letter-spacing: 1.5px; font-weight: 700; margin-top: 15px; }
.price-card h3 { font-size: 105px; font-style: italic; margin: 20px 0 0; }
.price-card sup { font-size: 38px; vertical-align: top; }
.price-card .eoi-title { font-size: 52px; line-height: .88; margin: 30px 0 24px; }
.price-card > span, .price-card small { display: block; color: #777; font-size: 10px; }
.price-card .button { margin: 30px 0 20px; width: 100%; }

.partners-grid { display: grid; grid-template-columns: 1fr .7fr .7fr; gap: 7vw; align-items: center; }
.partner-types { display: grid; grid-template-columns: 1fr 1fr; }
.partner-types span { aspect-ratio: 1.4; border: 1px solid var(--line); margin: -1px 0 0 -1px; display: grid; place-items: center; text-transform: uppercase; font: 700 15px "Barlow Condensed"; color: #555; transition: background .2s, color .2s; }
.partner-types span:hover { background: var(--red); color: white; }

.register { background: var(--red); color: white; padding: 95px 8.5vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.register h2 em { color: #111; }
.register .eyebrow span { background: white; }
.register form { display: grid; gap: 14px; }
.register label span { display: block; margin-bottom: 7px; text-transform: uppercase; font-size: 9px; letter-spacing: 1.3px; font-weight: 700; }
.register input, .register select, .register textarea { width: 100%; padding: 17px; border: 1px solid rgba(255,255,255,.45); color: white; background: rgba(0,0,0,.08); outline: none; }
.register input::placeholder { color: rgba(255,255,255,.7); }
.register textarea::placeholder { color: rgba(255,255,255,.7); }
.register textarea { min-height: 95px; resize: vertical; }
.register select option { color: #111; }
.register .button { background: #111; width: 100%; }
.form-message { min-height: 15px; margin: 0; font-size: 11px; font-weight: 700; }

.contact { background: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.contact-intro > p:last-child { max-width: 510px; margin-top: 30px; color: #666; font-size: 14px; line-height: 1.75; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; }
.contact-card { min-height: 280px; padding: 34px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0,0,0,.08); }
.contact-card-dark { background: #151515; color: white; border-color: #151515; }
.contact-label { color: var(--red); text-transform: uppercase; letter-spacing: 1.5px; font-size: 9px; font-weight: 800; }
.contact-card strong { margin-top: 48px; font: 700 28px/1 "Barlow Condensed"; overflow-wrap: anywhere; }
.contact-card-dark strong { font-size: clamp(19px, 1.75vw, 28px); white-space: nowrap; letter-spacing: -.3px; }
.contact-card small { margin-top: 12px; color: #777; font-size: 10px; }
.contact-card-dark small { color: rgba(255,255,255,.48); }
.contact-card b { margin-top: auto; text-transform: uppercase; font-size: 9px; letter-spacing: 1px; }
.contact-note { grid-column: 1 / -1; padding: 25px 30px; background: var(--paper); display: flex; align-items: center; gap: 30px; }
.contact-note span { flex: 0 0 auto; color: var(--red); text-transform: uppercase; font-size: 9px; letter-spacing: 1.5px; font-weight: 800; }
.contact-note p { margin: 0; color: #666; font-size: 11px; line-height: 1.6; }

footer { background: #0c0c0c; color: white; min-height: 200px; padding: 55px 8.5vw 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; }
footer > p { font: italic 700 22px "Barlow Condensed"; color: #666; text-transform: uppercase; }
.footer-links { display: flex; justify-content: end; gap: 22px; font-size: 11px; }
.footer-presenter { grid-column: 1 / -1; border-top: 1px solid #282828; margin-top: 45px; padding-top: 24px; display: flex; align-items: center; gap: 18px; }
.footer-presenter span { color: #666; text-transform: uppercase; font-size: 8px; letter-spacing: 1.3px; }
.footer-presenter img { width: 115px; height: 48px; padding: 6px 9px; object-fit: contain; background: white; }
footer small { grid-column: 1 / -1; margin-top: 18px; color: #555; font-size: 9px; }
.mobile-actions { display: none; }

@media (max-width: 950px) {
  .nav-links { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 30px; background: #111; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-content { left: 6vw; top: 20%; }
  .event-card { width: 300px; right: 0; }
  .features, .program-grid { grid-template-columns: 1fr 1fr; }
  .feature { min-height: 350px; }
  .program-card:nth-child(2) { border-right: 0; }
  .program-card { border-bottom: 1px solid var(--line); }
  .partners-grid { grid-template-columns: 1fr 1fr; }
  .partner-types { grid-column: 1 / -1; }
  .partner-types span { aspect-ratio: 2.3; }
}

@media (max-width: 650px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  body.menu-open { overflow: hidden; }
  .site-header { position: fixed; height: 68px; padding: 0 17px; background: rgba(12,12,12,.92); backdrop-filter: blur(14px); }
  .brand { gap: 9px; font-size: 16px; }
  .brand-mark { width: 31px; }
  .brand-mark i { height: 6px; }
  .brand-mark i:nth-child(2) { height: 11px; }
  .brand-mark i:nth-child(3) { height: 17px; }
  .menu-toggle { width: 48px; height: 48px; padding: 8px; }
  .menu-toggle span { width: 24px; margin: 6px auto; }
  .nav-links { position: fixed; top: 68px; bottom: 0; padding: 24px 20px calc(90px + env(safe-area-inset-bottom)); gap: 0; overflow-y: auto; background: rgba(12,12,12,.98); }
  .nav-links a { min-height: 54px; padding: 16px 4px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 15px; }
  .nav-links .nav-cta { margin-top: 18px; padding: 17px 18px; border: 0; justify-content: space-between; }
  .hero { height: auto; min-height: 760px; padding: 118px 19px 145px; display: flex; align-items: flex-start; }
  .hero-bg { background-position: 70% center; }
  .hero-grid { background-size: 62px 62px; }
  .hero-content { position: relative; top: auto; left: auto; right: auto; width: 100%; }
  .hero-content .eyebrow { margin-bottom: 17px; max-width: 270px; line-height: 1.45; }
  h1 { font-size: clamp(54px, 18.3vw, 72px); line-height: .86; letter-spacing: -2.5px; }
  .hero-copy { margin: 22px 0; max-width: 360px; font-size: 14px; line-height: 1.55; }
  .hero-actions { gap: 9px; }
  .button { min-width: 100%; min-height: 50px; padding: 16px 18px; font-size: 11px; }
  .hero-actions .button-ghost { display: none; }
  .event-card { width: 100%; min-height: 105px; padding: 17px 19px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
  .event-card .event-divider, .event-card > p:not(.event-coming):not(.event-label), .event-card > a { display: none; }
  .event-coming { font-size: 20px; }
  .event-coming strong { font-size: 42px; }
  .scroll-cue { display: none; }
  .stats { grid-template-columns: 1fr 1fr; gap: 0; padding: 0 19px; }
  .stats div { min-height: 105px; padding: 22px 14px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(255,255,255,.25); }
  .stats div:nth-child(2) { border: 0; }
  .stats div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.25); }
  .stats div:nth-child(3) { padding-left: 14px; border-bottom: 0; }
  .stats strong { font-size: 32px; }
  .stats span { margin-top: 3px; line-height: 1.35; letter-spacing: 1px; }
  .section { padding: 68px 19px; }
  .intro, .sell, .register, .contact { grid-template-columns: 1fr; }
  .intro { gap: 30px; }
  h2 { font-size: clamp(48px, 15vw, 62px); line-height: .9; letter-spacing: -1.8px; }
  .intro-copy .lead, .partner-copy .lead { font-size: 17px; line-height: 1.5; }
  .intro-copy p, .partner-copy p, .contact-intro > p:last-child { font-size: 14px; line-height: 1.7; }
  .text-link { min-height: 48px; align-items: center; }
  .features, .program-grid { grid-template-columns: 1fr; }
  .feature { min-height: 270px; padding: 32px 24px; border-right: 0; border-bottom: 1px solid #333; }
  .feature-icon { margin: 34px 0 20px; }
  .feature h3 { font-size: 34px; }
  .program-top { align-items: start; flex-direction: column; gap: 30px; }
  .program-grid { margin-top: 38px; }
  .program-card { border-right: 0; min-height: 265px; padding: 27px 24px; }
  .program-symbol { margin: 32px 0 20px; }
  .program-card p { position: static; margin: 20px 0 0; }
  .sell { padding: 68px 19px 82px; gap: 40px; }
  .sell ul { grid-template-columns: 1fr; }
  .price-card { margin-right: 8px; padding: 35px 22px; box-shadow: 8px 8px 0 var(--red); }
  .price-card .eoi-title { font-size: clamp(39px, 12vw, 50px); }
  .partners-grid { grid-template-columns: 1fr; gap: 35px; }
  .partner-types { grid-column: auto; }
  .partner-types span { min-height: 82px; aspect-ratio: auto; }
  .register { padding: 68px 19px; gap: 35px; }
  .register form { gap: 16px; }
  .register input, .register select, .register textarea { min-height: 52px; padding: 15px; font-size: 16px; border-radius: 0; }
  .register textarea { min-height: 105px; }
  .contact { gap: 35px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-card { min-height: 215px; padding: 27px 24px; }
  .contact-card strong { margin-top: 34px; }
  .contact-card-dark strong { font-size: clamp(18px, 5.2vw, 25px); white-space: nowrap; overflow-wrap: normal; }
  .contact-note { grid-column: auto; align-items: start; flex-direction: column; gap: 10px; }
  footer { grid-template-columns: 1fr; gap: 23px; padding: 45px 19px 28px; }
  .footer-links { justify-content: start; flex-direction: column; gap: 0; }
  .footer-links a { min-height: 46px; display: flex; align-items: center; border-bottom: 1px solid #282828; overflow-wrap: anywhere; }
  .footer-presenter { grid-column: auto; margin-top: 15px; }
  footer small { grid-column: auto; margin-top: 15px; }
  .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: .82fr 1.35fr .82fr; color: white; background: #111; box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-actions a { min-width: 0; padding: 10px 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid #333; text-align: center; }
  .mobile-actions a:last-child { border: 0; }
  .mobile-actions-primary { background: var(--red); border-color: var(--red) !important; }
  .mobile-actions span { color: rgba(255,255,255,.55); font-size: 7px; line-height: 1; text-transform: uppercase; letter-spacing: .8px; }
  .mobile-actions-primary span { color: rgba(255,255,255,.75); }
  .mobile-actions strong { margin-top: 5px; max-width: 100%; font: 700 13px/1 "Barlow Condensed"; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (max-width: 370px) {
  .brand { font-size: 14px; }
  .brand-mark { width: 28px; }
  .hero { min-height: 735px; padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 52px; }
  .hero-copy { font-size: 13px; }
  .event-card { padding-left: 16px; padding-right: 16px; }
  .event-coming strong { font-size: 38px; }
  .section, .sell, .register { padding-left: 16px; padding-right: 16px; }
  .contact-card-dark strong { font-size: 17px; letter-spacing: -.5px; }
  .mobile-actions strong { font-size: 11px; }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover, .feature:hover, .program-card:hover, .contact-card:hover { transform: none; }
}
