@font-face {
  font-family: "Akzidenz Extended";
  src: url("assets/fonts/akzidenz-grotesk-bold-extended.otf?v=20260808-2") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #171315;
  --paper: #f1efeb;
  --pink: #e7bccf;
  --pink-deep: #d79eb8;
  --grey: #767173;
  --line: rgba(23, 19, 21, .18);
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 999;
  opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.scroll-signal {
  position: fixed; top: 50%; right: 12px; z-index: 1001; width: 2px; height: 112px;
  pointer-events: none; background: rgba(255,255,255,.35); mix-blend-mode: difference; transform: translateY(-50%);
}
.scroll-signal i { display: block; width: 100%; height: 100%; background: #fff; transform: scaleY(0); transform-origin: top; will-change: transform; }
.pointer-field {
  position: fixed; z-index: 998; width: 34px; height: 34px; left: 0; top: 0;
  border: 1px solid currentColor; border-radius: 50%; pointer-events: none; opacity: 0;
  color: #fff; mix-blend-mode: difference; transform: translate3d(-50%,-50%,0);
  transition: opacity .25s ease, width .2s ease, height .2s ease; will-change: left, top;
}
.pointer-field span { position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translate(-50%,-50%); }
.pointer-field.visible { opacity: 1; }
.pointer-field.is-active { width: 54px; height: 54px; }

.site-header {
  height: 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 8px 28px;
  background: linear-gradient(105deg, rgba(255,255,255,.7), rgba(241,239,235,.48) 52%, rgba(255,255,255,.62));
  border-bottom: 0;
  position: sticky; top: 0; z-index: 30;
  isolation: isolate;
  -webkit-backdrop-filter: blur(24px) saturate(180%) contrast(108%);
  backdrop-filter: blur(24px) saturate(180%) contrast(108%);
  box-shadow: 0 10px 32px rgba(23,19,21,.08);
}
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(115deg, rgba(255,255,255,.32), transparent 38%, rgba(255,255,255,.12) 72%, transparent); }
.mobile-menu-glass { display: none; }
.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 23px;
  font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}
.nav { position: fixed; top: 0; left: 50%; z-index: 31; height: 74px; display: flex; justify-content: center; gap: 28px; align-items: center; transform: translateX(-50%); }
.nav a { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.nav-instagram { margin-left: 14px; }
.menu-btn { display: none; background: transparent; border: 0; font-size: 12px; font-weight: 800; letter-spacing: .1em; cursor: pointer; transition: opacity .2s ease, transform .2s ease; }
.menu-btn:active { transform: scale(.94); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-toggle {
  min-width: 42px;
  padding: 9px 11px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.language-toggle:hover { background: var(--ink); color: white; }

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  background: #111;
  color: white;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; background: #111; }
.hero-image, .hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { filter: contrast(1.04); transform: scale(1.01); }
.hero-video { opacity: 0; filter: saturate(.72) contrast(1.08); transition: opacity .9s ease; }
.hero-video.active { opacity: 1; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.08) 48%, rgba(0,0,0,.58)); }
.hero-copy { position: absolute; left: clamp(24px, 4vw, 64px); right: clamp(24px,4vw,64px); bottom: 48px; }
.eyebrow { margin: 0 0 4px; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.hero h1 { margin: 0 0 0 -.065em; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(96px, 20vw, 330px); line-height: .76; letter-spacing: -.04em; font-weight: 700; }
.hero-meta { display: flex; justify-content: space-between; align-items: end; margin-top: 30px; }
.hero-meta p { margin: 0; font-size: clamp(16px, 1.5vw, 24px); line-height: 1.08; font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; }
.round-link { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; transition: background .2s,color .2s; }
.round-link svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.round-link:hover { background: white; color: black; }
.hero-counter { position: absolute; right: 24px; top: 22px; margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .18em; writing-mode: vertical-rl; }

.ticker { overflow: hidden; background: var(--pink); border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; padding: 15px 0; animation: ticker 56s linear infinite; }
.ticker span { font-size: 15px; font-weight: 900; letter-spacing: .05em; white-space: nowrap; }
.ticker i { font-style: normal; font-size: 12px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: 120px 32px; }
.section-kicker { font-size: 11px; font-weight: 800; letter-spacing: .15em; margin-bottom: 36px; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.45fr .72fr; gap: 12vw; align-items: start; }
.intro h2 { margin: 0; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(48px, 7.3vw, 118px); line-height: .9; letter-spacing: -.065em; font-weight: 700; text-transform: uppercase; }
.intro-copy { max-width: 430px; padding-top: 7px; }
.intro-copy p { font-size: 19px; line-height: 1.42; margin: 0 0 20px; }
.intro-copy .muted { color: var(--grey); font-size: 15px; }
.text-link { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 900; letter-spacing: .1em; border-bottom: 2px solid var(--ink); padding-bottom: 5px; }

.split-image {
  position: relative;
  overflow: hidden;
  min-height: min(78vw, 900px);
  display: grid;
  grid-template-columns: 34% 66%;
  background: var(--ink);
  color: white;
}
.split-image img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.split-copy { position: relative; z-index: 2; padding: 56px 40px; display: flex; flex-direction: column; justify-content: space-between; }
.split-copy .tag { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.split-copy h2 { margin: 0; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(48px, 6.4vw, 110px); line-height: .88; letter-spacing: -.06em; }
.split-copy > p:last-child { margin: 0; color: #b8b1b4; font-size: 13px; }

.events { padding-bottom: 90px; }
.events-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 52px; }
.events-head h2, .gallery-head h2 { margin: 0; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(58px, 8vw, 128px); line-height: .85; letter-spacing: -.07em; text-transform: uppercase; }
.filters { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 4px; gap: 3px; }
.filter { border: 0; background: transparent; border-radius: 999px; padding: 10px 14px; font-size: 12px; font-weight: 800; cursor: pointer; }
.filter em { font-style: normal; opacity: .5; margin-left: 4px; }
.filter.active { background: var(--ink); color: white; }
.event-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px; }
.event-card { text-align: center; transition: opacity .2s, transform .25s; }
.event-card.hidden { display: none; }
.event-circle { aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 1px solid var(--line); transition: transform .2s,border-color .2s; }
.event-circle img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.event-card:hover .event-circle { transform: translateY(-6px); border-color: var(--ink); }
.event-card:hover .event-circle img { transform: scale(1.045); }
.crop-right img { object-position: 67% center; }
.crop-left img { object-position: 33% center; }
.event-date { margin: 17px 0 4px; font-size: 11px; font-weight: 800; letter-spacing: .12em; color: var(--grey); }
.event-card h3 { margin: 0; font-size: 18px; line-height: 1.1; }
.event-card > p:last-child { margin: 6px 0 0; font-size: 12px; color: var(--grey); }

.next-event { width: 100%; margin: 0; padding: 34px 38px; display: grid; grid-template-columns: 1fr 2fr auto; gap: 40px; align-items: center; background: var(--pink); }
.next-label { font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.next-main h2 { margin: 0; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(60px, 9vw, 150px); line-height: .7; letter-spacing: -.07em; }
.next-main p { margin: 18px 0 0; font-size: 14px; }
.pill { border: 1px solid var(--ink); border-radius: 999px; padding: 13px 18px; font-size: 11px; font-weight: 900; letter-spacing: .08em; transition: background .2s,color .2s; }
.pill:hover { background: var(--ink); color: white; }

.gallery { padding-top: 100px; }
.gallery-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 52px; }
.mosaic { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 330px; grid-auto-flow: dense; gap: 16px; }
.gallery-item { border: 0; padding: 0; cursor: zoom-in; overflow: hidden; background: #ddd; }
.gallery-item, .instagram-media { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.03); }
.gallery-item.wide { grid-row: span 2; }
.instagram-grid { display: contents; }
.instagram-media { min-width: 0; border: 0; padding: 0; overflow: hidden; background: #111; cursor: zoom-in; }
.instagram-media img, .instagram-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.instagram-media:hover img, .instagram-media:hover video { transform: scale(1.03); }
.instagram-media.fill-two { grid-column: span 4; }
.instagram-media.fill-one { grid-column: 1 / -1; }
.gallery-actions { display: flex; justify-content: center; margin-top: 36px; }
.load-more { position: relative; min-width: 160px; overflow: hidden; border: 1px solid var(--ink); border-radius: 999px; padding: 14px 24px; background: transparent; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease, opacity .25s ease; }
.load-more:hover { background: var(--ink); color: white; }
.load-more:active { transform: scale(.97); }
.load-more.is-loading { opacity: .62; cursor: wait; transform: scale(.98); }
.load-more:disabled { pointer-events: none; }
.load-more[hidden] { display: none; }

.manifesto { background: var(--ink); color: white; padding: 90px 32px 110px; overflow: hidden; }
.manifesto p { max-width: 1500px; margin: 0; font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(42px, 6.5vw, 112px); font-weight: 700; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }

.footer { min-height: 340px; padding: 54px 32px 30px; display: grid; grid-template-columns: 1.4fr 1fr auto; align-items: end; gap: 40px; border-top: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.footer-brand { margin-bottom: 12px; color: var(--ink); font-family: "Akzidenz Extended", Arial, Helvetica, sans-serif; font-size: clamp(52px, 6vw, 94px); font-weight: 700; line-height: .8; letter-spacing: -.07em; }
.footer p { margin: 0; font-size: 12px; color: var(--ink); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { position: relative; padding-bottom: 4px; }
.footer-links a::after { content: ""; position: absolute; right: 100%; bottom: 0; left: 0; height: 2px; background: var(--ink); transition: right .25s ease; }
.footer-links a:hover::after { right: 0; }
.footer-copy { text-align: right; letter-spacing: .08em; }

.lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; border: 0; padding: 34px; background: rgba(10,9,10,.94); }
.lightbox::backdrop { background: rgba(10,9,10,.94); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; right: 24px; top: 20px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: rgba(0,0,0,.3); font-size: 28px; cursor: pointer; z-index: 2; }
.lightbox-nav { position: absolute; top: 50%; z-index: 2; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; padding: 0; background: rgba(0,0,0,.35); color: white; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.lightbox-nav svg { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.lightbox-nav:hover { border-color: white; background: rgba(255,255,255,.14); transform: translateY(-50%) scale(1.06); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-count { position: absolute; bottom: 16px; left: 50%; margin: 0; color: white; font-size: 11px; font-weight: 800; letter-spacing: .12em; transform: translateX(-50%); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; height: 66px; }
  .header-actions { position: absolute; right: 28px; width: max-content; gap: 8px; }
  .brand { font-size: 22px; }
  .mobile-menu-glass { position: fixed; inset: 0 0 auto; z-index: 28; display: block; height: 294px; visibility: hidden; pointer-events: none; background: linear-gradient(105deg, rgba(255,255,255,.7), rgba(241,239,235,.48) 52%, rgba(255,255,255,.62)); -webkit-backdrop-filter: blur(24px) saturate(180%) contrast(108%); backdrop-filter: blur(24px) saturate(180%) contrast(108%); box-shadow: 0 18px 34px rgba(23,19,21,.1); }
  .mobile-menu-glass.open { visibility: visible; }
  .site-header.menu-active { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
  .site-header.menu-active::before { opacity: 0; }
  .nav { position: fixed; inset: 66px 0 auto 0; z-index: 29; min-height: 228px; display: flex; flex-direction: column; align-items: flex-start; background: transparent; border-bottom: 0; padding: 28px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-18px); -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; transition: opacity .28s ease, transform .38s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .38s; }
  .nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .nav a { opacity: 0; transform: translateY(-8px); transition: opacity .22s ease, transform .32s cubic-bezier(.22, 1, .36, 1); }
  .nav.open a { opacity: 1; transform: translateY(0); }
  .nav.open a:nth-child(1) { transition-delay: .06s; }
  .nav.open a:nth-child(2) { transition-delay: .1s; }
  .nav.open a:nth-child(3) { transition-delay: .14s; }
  .nav.open a:nth-child(4) { transition-delay: .18s; }
  .menu-btn { display: block; }
  .hero { min-height: calc(100svh - 66px); }
  .hero h1 { font-size: clamp(90px, 24vw, 230px); }
  .intro-grid { grid-template-columns: 1fr; gap: 50px; }
  .intro-copy { margin-left: auto; }
  .split-image { grid-template-columns: 1fr; }
  .split-copy { min-height: 370px; }
  .split-image img { min-height: 480px; }
  .event-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 46px 24px; }
  .next-event { grid-template-columns: 1fr 2fr; }
  .next-event .pill { grid-column: 2; justify-self: start; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 310px; }
  .gallery-item, .instagram-media { grid-column: auto; }
  .gallery-item.wide { grid-column: 1 / 3; grid-row: auto; }
  .instagram-media.fill-two { grid-column: auto; }
  .instagram-media.fill-one { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-header { padding: 8px 16px; }
  .header-actions { right: 16px; }
  .language-toggle { display: block; min-width: 38px; padding: 8px 9px; }
  .menu-btn { padding: 8px 0 8px 6px; }
  .hero-copy { left: 16px; right: 16px; bottom: 28px; }
  .eyebrow { font-size: 10px; letter-spacing: .16em; }
  .hero h1 { max-width: 100%; font-size: clamp(62px, 20vw, 88px); line-height: .82; letter-spacing: -.04em; white-space: nowrap; }
  .hero-meta { width: 100%; margin-top: 18px; align-items: center; }
  .hero-meta p { font-size: 14px; }
  .round-link { position: static; width: 48px; height: 48px; margin-left: auto; flex: 0 0 48px; }
  .section { padding: 82px 18px; }
  .intro-copy { margin-left: 0; }
  .intro h2 { font-size: clamp(44px, 13.5vw, 62px); line-height: .94; letter-spacing: -.045em; }
  .split-copy { padding: 34px 20px; min-height: 310px; }
  .split-copy h2 { font-size: clamp(40px, 12vw, 52px); line-height: .94; letter-spacing: -.04em; }
  .split-image img { min-height: 390px; }
  .events-head { align-items: flex-start; flex-direction: column; }
  .events-head h2, .gallery-head h2 { max-width: 100%; font-size: clamp(50px, 15vw, 64px); line-height: .92; letter-spacing: -.04em; overflow-wrap: normal; }
  .filters { max-width: 100%; overflow-x: auto; }
  .filter { white-space: nowrap; }
  .event-grid { grid-template-columns: 1fr 1fr; gap: 38px 14px; }
  .event-card h3 { font-size: 15px; }
  .next-event { margin: 0; padding: 26px 18px; grid-template-columns: 1fr; gap: 20px; }
  .next-event .pill { grid-column: auto; }
  .gallery-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: minmax(280px, 110vw); }
  .gallery-item.wide { grid-column: auto; }
  .instagram-media.fill-one, .instagram-media.fill-two { grid-column: auto; }
  .gallery-actions { margin-top: 26px; }
  .manifesto { padding: 66px 18px 78px; }
  .manifesto p { font-size: 12vw; }
  .footer { min-height: 0; padding: 44px 18px 26px; grid-template-columns: 1fr; align-items: start; gap: 36px; }
  .footer-brand { font-size: clamp(58px, 20vw, 84px); }
  .footer-links { flex-direction: row; flex-wrap: wrap; gap: 12px 22px; }
  .footer-copy { grid-column: auto; padding-top: 18px; border-top: 1px solid var(--line); text-align: left; }
  .lightbox { padding: 68px 12px 58px; }
  .lightbox-close { top: 14px; right: 14px; }
  .lightbox-nav { top: auto; bottom: 12px; width: 44px; height: 44px; font-size: 32px; transform: none; }
  .lightbox-nav:hover { transform: scale(1.04); }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox-count { bottom: 27px; }
}

@media (hover: none), (pointer: coarse) {
  .pointer-field { display: none; }
  .instagram-media:hover img, .instagram-media:hover video { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .nav, .nav a, .menu-btn { transition: none; }
  .pointer-field { display: none; }
  .hero-video { display: none; }
}
