:root {
  --bg: #090909;
  --paper: #f6f0f4;
  --pink: #f2a2df;
  --green: #54bd74;
  --line: rgba(255,255,255,.2);
  --max: 1400px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 50; opacity: .07;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.site-header {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 24px; background: linear-gradient(to bottom, rgba(0,0,0,.86), transparent);
}
.mini-logo img { width: 112px; height: 54px; object-fit: contain; object-position: center; }
.site-nav { display: flex; gap: 28px; font-weight: 800; font-size: 13px; letter-spacing: .1em; }
.site-nav a { opacity: .85; }
.site-nav a:hover { color: var(--pink); opacity: 1; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 1px solid var(--line); padding: 10px 13px; font-weight: 800; }
.hero { min-height: 100svh; position: relative; display: grid; place-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.08) brightness(.7); transform: scale(1.02); }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(0,0,0,.08), rgba(0,0,0,.8) 90%), linear-gradient(to top, #090909 0%, transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(1120px, 90vw); text-align: center; padding-top: 56px; }
.hero-logo { width: min(1180px, 96vw); max-height: 520px; object-fit: contain; margin-bottom: -28px; filter: drop-shadow(8px 8px 0 rgba(84,189,116,.8)); }
.eyebrow, .kicker { font-weight: 800; letter-spacing: .18em; font-size: 12px; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: "Archivo Black", Impact, sans-serif; text-transform: uppercase; margin: 0; line-height: .92; }
.hero h1 { font-size: clamp(34px, 5vw, 76px); letter-spacing: -.045em; text-shadow: 0 3px 24px rgba(0,0,0,.45); }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 2px solid #fff; font-weight: 900; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--green); }
.btn-primary { background: var(--pink); color: #0b0b0b; border-color: var(--pink); }
.btn-ghost { background: rgba(0,0,0,.28); backdrop-filter: blur(4px); }
.scroll-cue { position: absolute; bottom: 24px; z-index: 2; font-size: 36px; animation: bob 1.5s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }
.marquee { overflow: hidden; border-block: 1px solid #111; background: var(--pink); color: #101010; padding: 11px 0; font-family: "Archivo Black", Impact, sans-serif; transform: rotate(-1deg) scale(1.01); }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee span { font-size: clamp(18px, 2.5vw, 34px); white-space: nowrap; padding-right: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { max-width: var(--max); margin: 0 auto; padding: 120px 5vw; }
.section-number { font-family: "Archivo Black", Impact, sans-serif; color: var(--green); font-size: 14px; letter-spacing: .1em; }
.about-section { display: grid; grid-template-columns: 70px 1.2fr .8fr; gap: 50px; align-items: center; }
.about-copy h2, .gallery-section h2, .contact-section h2 { font-size: clamp(50px, 7vw, 110px); letter-spacing: -.055em; }
h2 span { color: var(--pink); text-shadow: 6px 6px 0 var(--green); }
.about-copy > p:not(.kicker) { max-width: 720px; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.55; color: rgba(255,255,255,.82); }
.about-photo { margin: 0; background: #111; border: 1px solid var(--line); padding: 10px 10px 0; box-shadow: 16px 16px 0 var(--green); }
.about-photo img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-photo figcaption { color: #111; background: var(--pink); margin: 0 -10px; padding: 10px 14px; font-family: "Archivo Black"; font-size: 13px; letter-spacing: .08em; }
.tilt-left { transform: rotate(2.5deg); }
.section-head { display: flex; gap: 35px; align-items: start; margin-bottom: 48px; }
.gallery-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-auto-rows: 280px; gap: 14px; }
.gallery-card { position: relative; overflow: hidden; border: 0; padding: 0; cursor: zoom-in; background: #111; color: #fff; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; filter: saturate(.88); }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(1.15); }
.gallery-card span { position: absolute; left: 12px; bottom: 12px; background: var(--pink); color: #111; padding: 7px 10px; font-family: "Archivo Black"; font-size: 11px; letter-spacing: .06em; }
.gallery-card.wide { grid-row: span 2; }
.gallery-card.tall { grid-row: span 2; }
.next-event { display: grid; grid-template-columns: 1.5fr .8fr; min-height: 620px; border-block: 1px solid var(--line); }
.event-panel { padding: 90px max(6vw, calc((100vw - var(--max))/2 + 5vw)); display: flex; flex-direction: column; justify-content: center; background: var(--pink); color: #0b0b0b; }
.event-panel h2 { font-size: clamp(52px, 7vw, 110px); max-width: 1000px; }
.event-meta { font-weight: 800; font-size: clamp(17px, 1.6vw, 23px); }
.event-panel .btn { width: fit-content; background: #0b0b0b; color: #fff; border-color: #0b0b0b; }
.event-side { padding: 60px 5vw; display: flex; flex-direction: column; justify-content: flex-end; background: url('photobooth.jpg') center/cover; position: relative; isolation: isolate; }
.event-side::before { content:""; position:absolute; inset:0; background:linear-gradient(transparent,rgba(0,0,0,.9)); z-index:-1; }
.event-side p { font-size: 12px; letter-spacing:.15em; font-weight:900; }
.event-side h3 { font-size: clamp(34px, 4vw, 60px); max-width: 500px; }
.text-link { margin-top: 18px; font-weight: 900; font-size: 15px; text-decoration: underline; text-underline-offset: 5px; }
.contact-section { display: grid; grid-template-columns: 70px 1fr .55fr; gap: 50px; align-items: end; }
.contact-actions { padding-bottom: 12px; }
.tiny { opacity: .6; font-size: 12px; max-width: 260px; line-height: 1.5; }
.disabled { opacity: .5; pointer-events: none; }
footer { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 20px 40px; text-align: center; border-top: 1px solid var(--line); }
footer img { width: min(460px, 80vw); max-height: 180px; object-fit: contain; }
footer p { font-size: 11px; letter-spacing: .12em; font-weight: 800; opacity: .6; }
.lightbox { border: 0; padding: 0; background: transparent; width: min(92vw, 1200px); max-width: none; }
.lightbox::backdrop { background: rgba(0,0,0,.93); }
.lightbox img { display: block; max-width: 92vw; max-height: 88vh; margin: auto; object-fit: contain; }
.lightbox-close { position: fixed; right: 22px; top: 18px; color: white; background: transparent; border: 0; font-size: 42px; cursor: pointer; }
@media (max-width: 900px) {
  .site-header { padding: 10px 14px; }
  .mini-logo img { width: 92px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 12px auto 12px; display: none; flex-direction: column; background: #0b0b0b; border: 1px solid var(--line); padding: 24px; gap: 20px; }
  .site-nav.open { display: flex; }
  .hero-logo { margin-bottom: -10px; }
  .about-section, .contact-section { grid-template-columns: 1fr; gap: 28px; }
  .section-number { margin-bottom: -8px; }
  .about-photo { width: min(84vw, 520px); justify-self: center; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .gallery-card.wide { grid-column: span 2; grid-row: span 1; }
  .gallery-card.tall { grid-row: span 2; }
  .next-event { grid-template-columns: 1fr; }
  .event-panel { padding: 90px 7vw; }
  .event-side { min-height: 500px; }
}
@media (max-width: 560px) {
  .section { padding: 90px 20px; }
  .hero-content { width: 92vw; }
  .hero-actions { flex-direction: column; align-items: stretch; padding-inline: 28px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .gallery-card.wide, .gallery-card.tall { grid-column: auto; grid-row: auto; }
  .section-head { gap: 18px; }
  .about-copy h2, .gallery-section h2, .contact-section h2 { font-size: clamp(45px, 16vw, 74px); }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
