:root {
  --bg: #080a0d;
  --surface: #101318;
  --surface-2: #151920;
  --text: #f2f2ee;
  --muted: #9298a1;
  --line: rgba(255, 255, 255, .12);
  --accent: #6688ff;
  --accent-soft: #9aafff;
  --header: 76px;
  --shell: min(1240px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: white; }

.skip-link { position: fixed; z-index: 500; left: 14px; top: 14px; padding: 10px 14px; background: var(--accent); color: white; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease; }
.site-header.scrolled { background: rgba(8, 10, 13, .9); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { position: relative; z-index: 102; display: inline-flex; align-items: center; gap: 12px; }
.brand-symbol { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(102, 136, 255, .8); color: var(--accent-soft); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-copy strong { font-size: 12px; letter-spacing: .18em; }
.brand-copy small { margin-top: 7px; color: var(--muted); font-size: 7px; letter-spacing: .24em; }
.menu-toggle { position: relative; z-index: 102; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; left: 10px; width: 26px; height: 1px; background: var(--text); transition: transform .25s ease, top .25s ease, width .25s ease; }
.menu-toggle span:first-child { top: 18px; }
.menu-toggle span:last-child { top: 27px; width: 18px; left: 18px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 23px; left: 10px; width: 26px; transform: rotate(-45deg); }
.main-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 100px 28px; background: #080a0d; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s ease; }
.main-nav.open { opacity: 1; visibility: visible; transform: none; }
.main-nav a { padding: 8px 0; color: #d3d5d8; font-size: clamp(30px, 10vw, 54px); font-weight: 600; line-height: 1.1; letter-spacing: -.04em; }
.main-nav a.active, .main-nav a:hover { color: var(--accent-soft); }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,13,.3), rgba(8,10,13,.08) 40%, rgba(8,10,13,.94)), linear-gradient(90deg, rgba(8,10,13,.95), rgba(8,10,13,.35) 68%, rgba(8,10,13,.18)); }
.hero-grid { position: absolute; inset: var(--header) 20px 20px; border: 1px solid rgba(255,255,255,.1); }
.hero-grid::before, .hero-grid::after { content: ""; position: absolute; background: rgba(255,255,255,.08); }
.hero-grid::before { top: 0; bottom: 0; left: 62%; width: 1px; }
.hero-grid::after { left: 0; right: 0; top: 64%; height: 1px; }
.hero-content { position: relative; z-index: 2; width: min(820px, calc(100% - 44px)); margin: 0 auto 120px; }
.kicker { margin: 0 0 20px; color: var(--accent-soft); font-size: 9px; font-weight: 700; letter-spacing: .28em; line-height: 1.5; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(62px, 18vw, 170px); font-weight: 700; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.hero-lead { max-width: 520px; margin: 32px 0 34px; color: #c1c5cb; font-size: clamp(17px, 4vw, 23px); font-weight: 300; letter-spacing: .02em; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 21px; border: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button span { font-size: 17px; font-weight: 400; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: #7b98ff; }
.button-ghost { border-color: rgba(102,136,255,.6); color: var(--accent-soft); }
.button-ghost:hover { background: var(--accent); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: #c4c8ce; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.text-link span { color: var(--accent-soft); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-note { position: absolute; z-index: 2; right: 30px; bottom: 38px; display: none; gap: 24px; color: #777e88; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }

.section-shell { width: var(--shell); margin: 0 auto; padding: 100px 0; }
.section-label { display: flex; align-items: center; gap: 16px; margin-bottom: 48px; }
.section-label span { color: var(--accent-soft); font-size: 9px; letter-spacing: .18em; }
.section-label::after { content: ""; order: 2; flex: 1; height: 1px; background: var(--line); }
.section-label p { order: 3; margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 48px; }
.section-heading h2, .intro h2, .portrait-copy h2, .feature-card h2, .empty-feature h2, .manifesto h2, .contact-cta h2, .contact-note h2 { margin: 0; font-size: clamp(40px, 10vw, 90px); font-weight: 550; letter-spacing: -.06em; line-height: .95; }
.feature-event, .empty-feature { border-bottom: 1px solid var(--line); }
.feature-card { display: grid; background: var(--surface); border: 1px solid var(--line); }
.feature-card-media { min-height: 340px; overflow: hidden; }
.feature-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.feature-card-copy { padding: 32px 24px; }
.feature-card-copy > p:not(.kicker) { max-width: 580px; color: var(--muted); }
.feature-card dl { margin: 36px 0; border-top: 1px solid var(--line); }
.feature-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.feature-card dt { color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.feature-card dd { margin: 0; text-align: right; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.empty-feature-copy { max-width: 820px; }
.empty-feature-copy p:not(.kicker) { max-width: 580px; color: var(--muted); }
.intro { border-bottom: 1px solid var(--line); }
.intro-layout { display: grid; gap: 44px; }
.intro h2 { max-width: 650px; }
.rich-copy { color: #aeb3ba; font-size: 16px; }
.rich-copy .text-link { margin-top: 32px; }
.portrait-story { display: grid; background: var(--surface); }
.portrait-media { min-height: 600px; overflow: hidden; }
.portrait-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.8); }
.portrait-copy { align-self: center; padding: 80px 22px; }
.portrait-copy .rich-copy { max-width: 630px; margin-top: 30px; }
.events-preview { border-bottom: 1px solid var(--line); }
.event-grid { display: grid; gap: 18px; }
.event-card { min-width: 0; background: var(--surface); border: 1px solid var(--line); }
.event-card-image { position: relative; display: block; aspect-ratio: 16 / 11; overflow: hidden; }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .5s ease, filter .5s ease; }
.event-card-image > span { position: absolute; top: 14px; left: 14px; padding: 7px 10px; background: rgba(8,10,13,.78); border: 1px solid rgba(255,255,255,.15); color: #d8dbe0; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.event-card:hover .event-card-image img { transform: scale(1.04); filter: saturate(1); }
.event-card-body { padding: 24px 20px 20px; }
.event-date { margin: 0; color: var(--accent-soft) !important; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.event-card h3 { margin: 12px 0; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.event-card-body > p { color: var(--muted); font-size: 14px; }
.event-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.event-card-meta span { color: #b7bbc2; font-size: 10px; text-transform: uppercase; }
.event-card-meta a { color: var(--accent-soft); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-card-meta i { font-size: 14px; font-style: normal; }
.contact-cta { position: relative; min-height: 640px; display: flex; align-items: center; padding: 100px 22px; background: #d8dce5; color: #0b0d10; overflow: hidden; }
.contact-cta-copy { position: relative; z-index: 1; max-width: 840px; }
.contact-cta .kicker { color: #395ed9; }
.contact-cta p:not(.kicker) { max-width: 560px; margin: 28px 0 34px; color: #444b55; }
.contact-monogram { position: absolute; right: -7vw; bottom: -18vw; color: rgba(8,10,13,.05); font-size: 54vw; font-weight: 800; line-height: .8; letter-spacing: -.12em; }

.page-hero { position: relative; min-height: 72svh; display: flex; align-items: flex-end; padding: 140px 22px 80px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 20%, rgba(102,136,255,.17), transparent 33%), var(--bg); overflow: hidden; }
.compact-hero { min-height: 68svh; }
.page-hero-copy { position: relative; z-index: 1; width: min(100%, 1100px); margin: 0 auto; }
.page-hero h1 { max-width: 1100px; margin: 0; font-size: clamp(60px, 14vw, 160px); font-weight: 600; letter-spacing: -.075em; line-height: .84; }
.page-hero-copy > p:not(.kicker) { max-width: 570px; margin-top: 30px; color: var(--muted); font-size: 18px; }
.page-number { position: absolute; right: -3vw; bottom: -12vw; color: rgba(255,255,255,.025); font-size: 58vw; font-weight: 800; line-height: .8; }
.biography-grid { display: grid; gap: 50px; }
.biography-image { min-height: 600px; overflow: hidden; }
.biography-image img { width: 100%; height: 100%; object-fit: cover; }
.biography-copy { align-self: center; }
.biography-copy h2 { margin: 0; font-size: clamp(44px, 10vw, 86px); line-height: .95; letter-spacing: -.055em; }
.biography-copy .rich-copy { margin-top: 30px; }
.manifesto { padding: 110px 22px; background: var(--accent); color: white; }
.manifesto-inner { width: min(1080px, 100%); margin: 0 auto; }
.manifesto .kicker { color: #d8e0ff; }
.manifesto-text { max-width: 720px; margin: 40px 0 0 auto; color: #edf0ff; }
.timeline-list { border-top: 1px solid var(--line); }
.timeline-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 10px 16px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-list span { color: var(--accent-soft); font-size: 9px; }
.timeline-list h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.timeline-list p { grid-column: 2; max-width: 650px; margin: 0; color: var(--muted); }
.events-page { min-height: 600px; }
.event-tabs { display: flex; gap: 8px; margin-bottom: 46px; border-bottom: 1px solid var(--line); }
.event-tabs a { position: relative; padding: 16px 4px; margin-right: 24px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-tabs a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: var(--accent); transition: right .2s ease; }
.event-tabs a.active { color: var(--text); }
.event-tabs a.active::after { right: 0; }
.event-tabs span { margin-left: 7px; color: var(--accent-soft); }
.empty-state { max-width: 780px; padding: 70px 0; }
.empty-state > span { color: var(--accent-soft); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.empty-state h2 { margin: 18px 0; font-size: clamp(40px, 9vw, 78px); line-height: .95; letter-spacing: -.055em; }
.empty-state p { max-width: 570px; color: var(--muted); }
.event-detail-hero { position: relative; min-height: 88svh; display: flex; align-items: flex-end; overflow: hidden; }
.event-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.event-detail-copy { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; padding: 140px 0 90px; }
.event-detail-copy h1 { max-width: 1000px; margin: 0; font-size: clamp(58px, 13vw, 150px); line-height: .85; letter-spacing: -.07em; }
.event-detail-copy > p:not(.kicker) { max-width: 580px; color: #c3c7cd; }
.event-facts { display: grid; border-top: 1px solid var(--line); }
.event-facts > div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.event-facts span { color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.event-facts strong { text-align: right; font-size: 12px; text-transform: uppercase; }
.event-facts small { color: var(--muted); }
.event-description { max-width: 740px; margin: 70px 0 0 auto; }
.gallery-grid { display: grid; gap: 8px; }
.gallery-item { position: relative; min-height: 280px; padding: 0; border: 0; background: var(--surface); overflow: hidden; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; filter: saturate(.75); transition: transform .5s ease, filter .5s ease; }
.gallery-item span { position: absolute; inset: auto 0 0; padding: 50px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.82)); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.gallery-item:hover img { transform: scale(1.04); filter: saturate(1); }
.contact-options { border-bottom: 1px solid var(--line); }
.contact-list { border-top: 1px solid var(--line); }
.contact-list > * { display: grid; grid-template-columns: 120px 1fr 28px; align-items: center; gap: 16px; min-height: 86px; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-list strong { font-size: 15px; }
.contact-list i { color: var(--accent-soft); font-style: normal; text-align: right; }
.contact-note { padding: 110px 22px; background: var(--surface); }
.contact-note > div { width: min(1050px, 100%); margin: 0 auto; }
.contact-note p:not(.kicker) { max-width: 620px; margin-top: 30px; color: var(--muted); }
.not-found { min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: var(--shell); margin: 0 auto; padding: 120px 0; }
.not-found h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 12vw, 120px); line-height: .9; letter-spacing: -.06em; }
.not-found > p:not(.kicker) { color: var(--muted); margin: 28px 0; }

.site-footer { min-height: 260px; display: grid; align-content: center; gap: 30px; padding: 54px max(20px, calc((100vw - 1240px) / 2)); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { font-size: 13px; letter-spacing: .15em; text-transform: uppercase; }
.footer-brand small, .site-footer p { color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #b7bbc2; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer p { margin: 0; text-transform: uppercase; }
.lightbox { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,4,5,.94); cursor: zoom-out; }
.lightbox-inner { position: relative; z-index: 1; width: min(1100px, 92vw); max-height: 88vh; }
.lightbox-inner img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox-inner p { margin: 10px 0 0; color: #b9bdc4; font-size: 13px; }
.lightbox-close { position: absolute; z-index: 2; right: 0; top: -50px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 32px; cursor: pointer; }
.js .reveal { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: none; }

@media (min-width: 720px) {
  :root { --header: 84px; --shell: min(1240px, calc(100vw - 80px)); }
  .site-header { padding: 0 40px; }
  .hero-content { width: var(--shell); margin-bottom: 140px; }
  .hero-actions { flex-direction: row; align-items: center; gap: 34px; }
  .hero-note { display: flex; }
  .section-shell { padding: 130px 0; }
  .feature-card { grid-template-columns: 1.12fr .88fr; min-height: 620px; }
  .feature-card-copy { align-self: center; padding: 60px 48px; }
  .intro-layout { grid-template-columns: 1fr .75fr; gap: 9vw; }
  .portrait-story { grid-template-columns: 1fr 1fr; min-height: 880px; }
  .portrait-media { min-height: 880px; }
  .portrait-copy { padding: 90px 7vw; }
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-cta { min-height: 780px; padding: 130px 7vw; }
  .page-hero { padding: 170px 5vw 100px; }
  .biography-grid { grid-template-columns: minmax(320px, .85fr) minmax(380px, 1.15fr); gap: 9vw; }
  .biography-image { min-height: 860px; }
  .manifesto { padding: 150px 7vw; }
  .timeline-list > div { grid-template-columns: 60px minmax(220px,.7fr) 1fr; align-items: start; }
  .timeline-list p { grid-column: 3; }
  .event-facts { grid-template-columns: repeat(3, 1fr); }
  .event-facts > div { display: flex; flex-direction: column; justify-content: flex-start; border-right: 1px solid var(--line); padding: 25px; }
  .event-facts > div:first-child { padding-left: 0; }
  .event-facts > div:last-child { border-right: 0; }
  .event-facts strong { margin-top: 10px; text-align: left; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid-large { grid-template-columns: repeat(3, 1fr); }
  .site-footer { grid-template-columns: 1fr auto; align-items: center; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (min-width: 1080px) {
  .menu-toggle { display: none; }
  .main-nav { position: static; flex-direction: row; align-items: center; gap: 34px; padding: 0; background: transparent; opacity: 1; visibility: visible; transform: none; }
  .main-nav a { position: relative; padding: 12px 0; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
  .main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--accent); transition: right .2s ease; }
  .main-nav a:hover::after, .main-nav a.active::after { right: 0; }
  .event-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-grid-wide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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