:root {
  --ink: #18181b;
  --paper: #f7f6f3;
  --white: #ffffff;
  --muted: #666666;
  --line: #dedcd7;
  --coral: #e01f1f;
  --violet: #0f1b2d;
  --lime: #ff625e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Plus Jakarta Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-header {
  min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(15,27,45,.97);
  backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20;
}
.header-inner { width: min(100% - 48px, 1380px); min-height: 88px; margin: auto; display: flex; align-items: center; }
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 232px; height: auto; }
.events-identity { color: white; margin-right: auto; display: flex; flex-direction: column; text-decoration: none; }
.events-identity strong { font: 700 21px/1.1 "Fraunces", serif; letter-spacing: -.02em; }
.events-identity span { color: #b9c2cf; font-size: 11px; line-height: 1.35; margin-top: 5px; }
nav { display: flex; gap: clamp(22px, 3vw, 48px); align-items: center; color: white; font-size: 13px; font-weight: 600; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .55; }
.submit-link { border: 1px solid rgba(255,255,255,.35); border-radius: 7px; padding: 10px 13px; }
.submit-link:hover { color: white; background: var(--coral); border-color: var(--coral); opacity: 1; }

.hero { min-height: 730px; display: grid; grid-template-columns: 1.03fr .97fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(72px, 9vw, 136px) clamp(30px, 6vw, 92px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 32px; font: 500 11px/1 "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--coral); vertical-align: middle; margin-right: 10px; }
h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: -.055em; }
h1 { font-size: clamp(58px, 7.3vw, 116px); line-height: .86; margin: 0; font-weight: 700; }
h1 em, h2 em { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-style: normal; }
h1 em { color: var(--coral); }
.hero-intro { max-width: 570px; margin: 44px 0 36px; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-actions p { font-size: 11px; line-height: 1.6; color: var(--muted); margin: 0; }
.button { display: inline-flex; justify-content: space-between; align-items: center; min-width: 185px; padding: 17px 18px; font-size: 12px; font-weight: 700; }
.button span { font-size: 18px; }
.button-primary { color: white; background: var(--ink); }
.button:hover span, .event-info a:hover span { transform: translate(3px, -3px); }
.button span, .event-info a span { transition: transform .2s; }

.featured-poster { min-height: 730px; position: relative; overflow: hidden; color: white; background: #17131c; }
.featured-poster > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.featured-poster:hover > img { transform: scale(1.025); }
.poster-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,9,14,.2), transparent 32%, rgba(10,9,14,.87)); }
.poster-topline { position: absolute; top: 30px; left: 32px; right: 32px; display: flex; justify-content: space-between; align-items: center; }
.pill { position: absolute; top: 16px; right: 16px; padding: 8px 11px; border-radius: 50px; color: white; background: rgba(20,18,23,.78); backdrop-filter: blur(8px); font: 500 10px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }
.pill-accent { position: static; background: var(--lime); color: var(--ink); }
.poster-count { font: 400 10px/1 "DM Mono", monospace; letter-spacing: .12em; }
.poster-date { position: absolute; top: 92px; right: 30px; display: flex; align-items: flex-start; gap: 8px; }
.poster-date strong { font: 700 58px/.8 "Fraunces", Georgia, serif; }
.poster-date span { font: 500 10px/1.15 "DM Mono", monospace; }
.poster-content { position: absolute; left: 38px; bottom: 46px; }
.poster-content > p { font: 500 10px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .13em; }
.poster-content h2 { font-size: clamp(58px, 6vw, 96px); line-height: .8; margin: 15px 0 28px; text-transform: uppercase; }
.poster-meta { display: flex; gap: 24px; font: 500 10px/1 "DM Mono", monospace; text-transform: uppercase; }
.poster-meta span + span:before { content: "•"; margin-right: 24px; color: var(--coral); }
.poster-link { position: absolute; right: 30px; bottom: 32px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-size: 22px; transition: transform .2s; }
.poster-link:hover { transform: rotate(8deg) scale(1.05); }

.events-section { padding: 110px clamp(24px, 5vw, 76px) 130px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.section-heading h2, .submit-section h2 { font-size: clamp(48px, 6vw, 86px); line-height: .95; margin: 0; }
.section-heading .eyebrow { margin-bottom: 23px; }
.event-total { font: 500 11px/1 "DM Mono", monospace; color: var(--muted); text-transform: uppercase; }
.event-total span { color: var(--ink); font-size: 21px; margin-right: 6px; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 56px 0 32px; }
.filter { border: 1px solid var(--line); border-radius: 100px; padding: 10px 16px; background: transparent; font-size: 11px; font-weight: 600; cursor: pointer; }
.filter:hover, .filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 18px; }
.event-card { min-width: 0; }
.event-card.hidden { display: none; }
.event-art { height: 460px; position: relative; overflow: hidden; background: var(--ink); }
.event-art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.event-card:hover .event-art > img { transform: scale(1.035); }
.event-date { position: absolute; left: 16px; top: 16px; width: 54px; height: 57px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--white); color: var(--ink); font: 500 9px/1 "DM Mono", monospace; }
.event-date b { font: 700 24px/.95 "Fraunces", Georgia, serif; }
.event-info { padding: 21px 3px 0; }
.card-kicker { margin: 0; color: var(--coral); font: 500 10px/1 "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }
.event-info h3 { min-height: 58px; margin: 12px 0 13px; font: 700 clamp(19px, 1.55vw, 25px)/1.14 "Fraunces", Georgia, serif; letter-spacing: -.035em; }
.card-meta { margin: 0; font-size: 12px; line-height: 1.55; color: var(--muted); }
.why { min-height: 77px; padding: 16px 0; margin: 17px 0 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.5; }
.why span { display: block; font: 500 9px/1 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; color: var(--violet); margin-bottom: 6px; }
.event-info a { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }

.poster-type { position: absolute; left: 28px; bottom: 28px; margin: 0; color: white; font: 800 50px/.83 "Fraunces", Georgia, serif; letter-spacing: -.06em; }
.poster-type small { display: block; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .16em; margin-bottom: 13px; }
.poster-type.dark { color: var(--ink); }
.art-grid { background-color: #7657ff; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 32px 32px; }
.orb { position: absolute; width: 290px; height: 290px; top: 60px; right: -50px; border-radius: 50%; background: radial-gradient(circle at 32% 30%, #fff 0 2%, var(--lime) 4%, #ff5b4d 37%, #4424b5 72%); filter: blur(.2px); box-shadow: 0 22px 70px rgba(20,5,55,.6); }
.wire { position: absolute; width: 330px; height: 150px; top: 110px; left: -40px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(-18deg); }
.art-editorial { background: var(--lime); }
.vertical-copy { position: absolute; margin: 0; right: -62px; top: 170px; transform: rotate(90deg); font: 500 8px/1 "DM Mono", monospace; letter-spacing: .18em; }
.art-editorial:before { content: ""; position: absolute; width: 220px; height: 220px; border: 42px solid var(--coral); border-radius: 50%; top: 74px; left: 60px; }
.dark-pill { color: white; background: var(--ink); }
.art-wave { background: #ff5b4d; }
.wave { position: absolute; width: 440px; height: 440px; border: 2px solid rgba(255,255,255,.7); border-radius: 45% 55% 36% 64%; }
.wave-one { top: -75px; right: -140px; transform: rotate(28deg); box-shadow: 0 0 0 18px rgba(255,255,255,.07),0 0 0 38px rgba(255,255,255,.05),0 0 0 60px rgba(255,255,255,.04); }
.wave-two { top: 5px; right: -180px; transform: rotate(73deg); }
.art-terminal { background: #15131a; color: var(--lime); }
.terminal-lines { position: absolute; left: 28px; top: 120px; font: 500 43px/1.25 "DM Mono", monospace; letter-spacing: -.06em; }
.terminal-lines span { animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.art-sun { background: #f2b4ee; }
.sun { position: absolute; width: 245px; height: 245px; border-radius: 50%; background: var(--coral); top: 72px; right: -35px; }
.stairs { position: absolute; width: 180px; height: 170px; right: 0; bottom: 0; background: repeating-linear-gradient(0deg, var(--ink) 0 16px, transparent 16px 32px); clip-path: polygon(100% 0,100% 100%,0 100%); }

.dispatch { color: white; background: var(--violet); padding: 100px clamp(24px, 8vw, 124px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.dispatch .eyebrow span { background: var(--lime); }
.dispatch h2 { font-size: clamp(45px, 5.2vw, 80px); line-height: .94; margin: 0; }
.dispatch h2 em { color: var(--lime); }
.signup-form label { display: block; font-size: 13px; margin-bottom: 24px; }
.updates-copy { max-width: 480px; margin: 0 0 24px; font-size: 16px; line-height: 1.6; }
.signup-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-fields label { margin-bottom: 16px; }
.signup-fields label > span { display: block; margin-bottom: 8px; font: 500 10px/1.2 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.signup-fields input { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 0; color: white; background: rgba(255,255,255,.08); }
.signup-fields input:focus { outline: 3px solid var(--lime); outline-offset: 2px; }
.consent-row { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; max-width: 520px; margin: 2px 0 22px !important; line-height: 1.5; }
.consent-row input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--lime); }
.updates-button { width: max-content; border: 0; color: var(--violet); background: white; cursor: pointer; }
.signup-note { max-width: 520px; margin: 14px 0 0; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.email-row { display: flex; border-bottom: 1px solid rgba(255,255,255,.7); }
.email-row input { flex: 1; min-width: 0; padding: 15px 2px; border: 0; outline: 0; color: white; background: transparent; font-size: 20px; }
.email-row input::placeholder { color: rgba(255,255,255,.55); }
.email-row button { width: 48px; border: 0; color: var(--ink); background: var(--lime); cursor: pointer; font-size: 18px; }
.signup-form > p { font: 400 9px/1.4 "DM Mono", monospace; opacity: .72; }

.submit-section { padding: 120px clamp(24px, 8vw, 124px); text-align: center; }
.submit-section .eyebrow span { display: none; }
.submit-section h2 em { color: var(--coral); }
.submit-section > p:not(.eyebrow) { max-width: 560px; margin: 30px auto; color: var(--muted); line-height: 1.6; }
.button-dark { margin: 8px auto 0; color: white; background: var(--ink); }

footer { min-height: 110px; padding: 18px clamp(24px, 5vw, 76px); border-top: 1px solid rgba(255,255,255,.12); color: white; background: var(--violet); display: flex; align-items: center; gap: 34px; }
footer > p { font: 400 9px/1.4 "DM Mono", monospace; color: var(--muted); }
.footer-brand img { width: 232px; }
.footer-page-link { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 700; }
.prototype-note { margin-left: auto; text-align: right; max-width: 350px; color: #aeb6c2; }

@media (max-width: 1000px) {
  nav a:not(.submit-link) { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-inline: 38px; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .dispatch { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 720px) {
  .site-header, .header-inner { min-height: 76px; }
  .header-inner { width: calc(100% - 30px); }
  .brand img { width: 164px; }
  .events-identity strong { font-size: 17px; }
  .events-identity span { display: none; }
  nav { display: none; }
  nav > a:not(.submit-link) { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 610px; padding: 90px 24px 70px; }
  .hero-intro { margin-top: 35px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .featured-poster { min-height: 620px; }
  .poster-content { left: 24px; }
  .poster-content h2 { font-size: 61px; }
  .poster-date { right: 20px; }
  .events-section { padding-top: 80px; padding-bottom: 90px; }
  .section-heading { display: block; }
  .event-total { margin-top: 24px; }
  .filters { margin-top: 38px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter { white-space: nowrap; }
  .events-grid { grid-template-columns: 1fr; gap: 58px; }
  .event-art { height: min(118vw, 560px); }
  .event-info h3 { min-height: 0; font-size: 24px; }
  .why { min-height: 0; }
  .dispatch { padding: 80px 24px; }
  .signup-fields { grid-template-columns: 1fr; gap: 0; }
  .submit-section { padding: 90px 24px; }
  footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .prototype-note { margin: 10px 0 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.events-freshness.warning{color:#ffd18a}
