:root {
  --black: #020406;
  --ink: #050a0e;
  --panel: #071017;
  --white: #f7f7f8;
  --muted: #a9adb3;
  --purple: #b22cff;
  --violet: #7a19bd;
  --border: rgba(130, 151, 168, .12);
  --content: 900px;
  --header-h: 69px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  z-index: 10;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 8px 13px;
  background: var(--purple);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: 180px 1fr 220px;
  align-items: center;
  gap: 20px;
  padding: 0 45px;
  background: rgba(1, 4, 6, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .035);
  position: relative;
  z-index: 20;
}
.brand img {
  width: 100%;
  height: auto;
  /* The supplied PNG has asymmetric transparent padding.
     This tiny offset visually centres the actual painted wordmark. */
  transform: translateX(4.4%);
}
.brand--header { width: 168px; }
.site-nav,
.footer-center nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.site-nav a,
.footer-center a {
  color: #dbdde0;
  font-size: .69rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .22em;
  transition: color .2s ease, text-shadow .2s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.footer-center a:hover,
.footer-center a:focus-visible {
  color: #fff;
  text-shadow: 0 0 12px rgba(178, 44, 255, .85);
}
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 26px; }
.socials { display: flex; align-items: center; gap: 14px; }
.socials a { display: grid; place-items: center; width: 18px; height: 18px; }
.socials svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.socials .fill { fill: currentColor; stroke: none; }
.socials a:hover,
.socials a:focus-visible { color: #cf70ff; filter: drop-shadow(0 0 7px rgba(178, 44, 255, .8)); }

.button {
  display: inline-flex;
  min-width: 154px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border: 1px solid #a92de5;
  color: #faf5ff;
  background: rgba(28, 5, 40, .18);
  box-shadow: inset 0 0 14px rgba(135, 24, 192, .09), 0 0 0 transparent;
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .20em;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.button:hover,
.button:focus-visible {
  outline: none;
  background: rgba(137, 26, 194, .26);
  box-shadow: 0 0 20px rgba(178, 44, 255, .28), inset 0 0 16px rgba(178, 44, 255, .12);
  transform: translateY(-1px);
}
.button--compact { min-width: 113px; min-height: 32px; padding: 6px 13px; font-size: .66rem; }

.hero {
  height: 355px;
  min-height: 355px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.035);
}
.section-photo { width: 100%; height: 100%; object-fit: cover; }
.hero-photo { position: absolute; inset: 0; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 51% 49%, rgba(127, 31, 220, .10), transparent 29%),
    linear-gradient(90deg, rgba(0,4,8,.36), rgba(0,3,7,.06) 45%, rgba(0,3,7,.46)),
    linear-gradient(0deg, rgba(0,2,4,.80), transparent 58%, rgba(0,3,7,.14));
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(8px);
}
.hero h1 { margin: 0; }
.hero h1 img {
  width: 500px;
  transform: translateX(4.4%);
  filter:
    drop-shadow(0 10px 22px rgba(0,0,0,.65))
    drop-shadow(0 0 16px rgba(178,44,255,.12));
}
.hero-mantra {
  margin: 8px 0 20px;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .42em;
  white-space: nowrap;
  text-shadow: 0 2px 6px #000;
}
.hero-mantra b { color: #cbd0d5; font-weight: 400; margin: 0 3px; }
.hero-button { min-width: 210px; }
.handwritten {
  font-family: "Segoe Print", "Bradley Hand", "Brush Script MT", cursive;
  font-weight: 700;
  font-style: italic;
  line-height: 1.18;
  text-transform: uppercase;
  transform: rotate(-5deg);
}
.hero-note {
  position: absolute;
  right: 24px;
  top: 78px;
  z-index: 3;
  margin: 0;
  color: rgba(215, 218, 230, .74);
  font-size: 1.55rem;
  text-align: left;
  text-shadow: 0 0 12px rgba(102, 74, 182, .32);
}
.hero-note::after,
.about-note::after {
  content: "";
  display: block;
  width: 108%;
  margin-top: 5px;
  border-top: 2px solid currentColor;
  transform: rotate(-11deg);
  transform-origin: left;
}

.event-section {
  min-height: 290px;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 18px;
  padding: 18px 56px;
  background:
    radial-gradient(circle at 70% 34%, rgba(12, 54, 87, .18), transparent 39%),
    linear-gradient(100deg, #04080b, #071017 54%, #03070a);
  border-bottom: 1px solid rgba(118, 147, 168, .10);
}
.event-copy { align-self: center; padding-right: 20px; }
.eyebrow {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .25em;
}
.event-copy h2 {
  margin: 0 0 11px;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .06em;
}
.event-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; margin: 0 0 13px; }
.fact { display: flex; align-items: center; gap: 12px; }
.fact--wide { grid-column: 1 / -1; }
.fact p { margin: 0; font-size: .78rem; line-height: 1.55; text-transform: uppercase; }
.fact-icon { width: 30px; flex: 0 0 30px; color: #a828ed; }
.fact-icon svg { display: block; width: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; }
.event-artwork { margin: 0; align-self: center; border: 1px solid rgba(101, 142, 169, .18); overflow: hidden; }
.event-artwork img { width: 100%; aspect-ratio: 1.88 / 1; object-fit: cover; }

.about-section {
  min-height: 280px;
  display: grid;
  grid-template-columns: 57% 43%;
  background: linear-gradient(110deg, #030608, #071016);
  border-bottom: 1px solid rgba(118, 147, 168, .10);
}
.about-image-wrap { min-height: 280px; position: relative; overflow: hidden; }
.about-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, rgba(4,9,12,.84)), linear-gradient(0deg, rgba(3,5,8,.42), transparent 55%);
}
.about-note {
  position: absolute;
  z-index: 2;
  left: 56px;
  bottom: 30px;
  margin: 0;
  color: #cb44ff;
  font-size: 1.85rem;
  text-shadow: 0 0 15px rgba(178,44,255,.38);
}
.about-copy { align-self: center; padding: 30px 56px 30px 36px; }
.section-title {
  margin: 0 0 17px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .20em;
}
.section-title:not(.section-title--no-line)::after {
  content: "";
  display: block;
  width: 38px;
  margin-top: 9px;
  border-bottom: 2px solid var(--purple);
}
.about-copy p { max-width: 390px; margin: 0 0 11px; color: #d0d2d5; font-size: .85rem; line-height: 1.68; }
.about-copy .button { margin-top: 5px; min-width: 130px; }

.gallery-section {
  padding: 19px 56px 13px;
  background:
    radial-gradient(circle at 75% 55%, rgba(15,50,69,.23), transparent 44%),
    linear-gradient(90deg, #03080b, #081218 52%, #03080b);
  border-bottom: 1px solid rgba(118, 147, 168, .10);
}
.content-shell { max-width: var(--content); margin: 0 auto; }
.gallery-section .section-title { margin-bottom: 8px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.gallery-grid img { width: 100%; aspect-ratio: 1.7 / 1; object-fit: cover; }
.gallery-button { width: 108px; min-width: 108px; min-height: 31px; margin: 8px auto 0; display: flex; font-size: .62rem; }

.newsletter {
  min-height: 180px;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  padding: 23px 83px;
  background:
    radial-gradient(circle at 70% 20%, rgba(38, 56, 73, .24), transparent 38%),
    linear-gradient(100deg, #030608, #071117 62%, #020405);
  border-bottom: 1px solid rgba(118, 147, 168, .10);
}
.newsletter .section-title { margin-bottom: 1px; }
.newsletter-copy > p { margin: 0 0 13px; color: #b9bdc1; font-size: .82rem; }
.newsletter-form { display: flex; max-width: 470px; height: 40px; }
.newsletter-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid #707176;
  border-right: 0;
  border-radius: 0;
  padding: 0 13px;
  color: #fff;
  background: rgba(0,0,0,.38);
  outline: 0;
}
.newsletter-form input:focus { border-color: var(--purple); box-shadow: inset 0 0 10px rgba(178,44,255,.12); }
.newsletter-form button {
  width: 126px;
  border: 0;
  color: white;
  background: linear-gradient(100deg, #6f189e, #9d27df);
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
  transition: filter .2s ease, box-shadow .2s ease;
}
.newsletter-form button:hover,
.newsletter-form button:focus-visible { filter: brightness(1.18); box-shadow: 0 0 18px rgba(178,44,255,.3); outline: 1px solid #d88aff; }
.form-status { min-height: 1.1rem; margin: 7px 0 0 !important; color: #d98bff !important; }
.newsletter-motif { display: flex; justify-content: center; align-items: center; gap: 44px; }
.newsletter-motif p { margin: 0; color: #a4a9af; font-size: 1.05rem; line-height: 1.78; text-transform: uppercase; letter-spacing: .28em; }
.lightning {
  display: block;
  width: 74px;
  height: 142px;
  background: linear-gradient(145deg, #bb4cff 0%, #52206b 48%, #9b3fd0 63%, #1b2f3d 100%);
  clip-path: polygon(62% 0, 38% 47%, 70% 43%, 27% 100%, 45% 58%, 17% 63%);
  filter: drop-shadow(0 0 9px rgba(178,44,255,.28));
}

.site-footer {
  min-height: 125px;
  display: grid;
  grid-template-columns: 210px 1fr 180px;
  align-items: center;
  gap: 30px;
  padding: 14px 56px;
  background: #020405;
}
.brand--footer { display: block; width: 145px; margin-bottom: 14px; }
.footer-branding .socials { justify-content: flex-start; }
.footer-center { align-self: stretch; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 21px; }
.footer-center nav { gap: 31px; }
.footer-center p { margin: 0; color: #8e9298; font-size: .67rem; text-transform: uppercase; letter-spacing: .40em; }
.footer-note { justify-self: end; margin: 0; color: rgba(210,213,219,.7); font-size: 1.08rem; text-align: left; }

.menu-toggle { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 130px 1fr 170px; padding-inline: 25px; gap: 12px; }
  .brand--header { width: 138px; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .61rem; }
  .header-actions { gap: 14px; }
  .hero-note { right: 12px; font-size: 1.25rem; }
  .event-section { padding-inline: 35px; }
  .about-copy { padding-right: 35px; }
  .gallery-section { padding-inline: 35px; }
  .newsletter { padding-inline: 45px; }
  .site-footer { padding-inline: 35px; grid-template-columns: 170px 1fr 145px; }
  .footer-center nav { gap: 16px; }
}

@media (max-width: 720px) {
  :root { --header-h: 64px; }
  .site-header { position: sticky; top: 0; grid-template-columns: 1fr auto; min-height: var(--header-h); padding: 7px 18px; }
  .brand--header { width: 136px; }
  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 40px;
    height: 40px;
    align-content: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(178,44,255,.65);
    background: transparent;
    color: white;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px 20px 20px;
    background: rgba(1,4,6,.98);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid rgba(178,44,255,.36);
    flex-direction: column;
    gap: 19px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-size: .75rem; }
  .header-actions { display: none; }

  .hero { height: 470px; min-height: 470px; }
  .hero h1 img { width: min(92vw, 470px); transform: translateX(4.4%); }
  .hero-mantra { margin: 14px 0 25px; padding-inline: 15px; font-size: .72rem; letter-spacing: .24em; white-space: normal; text-align: center; }
  .hero-note { right: 14px; top: 78px; font-size: 1.05rem; opacity: .76; }

  .event-section { grid-template-columns: 1fr; gap: 27px; padding: 42px 24px; }
  .event-copy { padding: 0; }
  .event-copy h2 { font-size: clamp(1.65rem, 8vw, 2.1rem); }
  .event-artwork { width: 100%; }
  .fact p { font-size: .73rem; }

  .about-section { grid-template-columns: 1fr; }
  .about-image-wrap { min-height: 320px; }
  .about-image-wrap::after { background: linear-gradient(0deg, rgba(4,9,12,.72), transparent 50%); }
  .about-note { left: 24px; bottom: 25px; font-size: 1.5rem; }
  .about-copy { padding: 39px 24px 44px; }
  .about-copy p { max-width: none; font-size: .95rem; }

  .gallery-section { padding: 36px 24px 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 4px; }
  .gallery-button { margin-top: 18px; }

  .newsletter { grid-template-columns: 1fr; gap: 25px; padding: 39px 24px; }
  .newsletter-copy > p { font-size: .9rem; }
  .newsletter-motif { justify-content: flex-start; padding-left: 10px; }
  .lightning { width: 64px; height: 120px; }

  .site-footer { grid-template-columns: 1fr; gap: 25px; padding: 35px 24px; text-align: center; }
  .footer-branding { display: flex; flex-direction: column; align-items: center; }
  .brand--footer { width: 158px; }
  .footer-center { gap: 24px; }
  .footer-center nav { flex-wrap: wrap; row-gap: 18px; }
  .footer-note { justify-self: center; text-align: center; }
}

@media (max-width: 420px) {
  .hero-note { top: auto; bottom: 20px; right: 17px; font-size: .94rem; }
  .event-facts { grid-template-columns: 1fr; gap: 14px; }
  .fact--wide { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .newsletter-form { height: auto; flex-direction: column; gap: 8px; }
  .newsletter-form input, .newsletter-form button { width: 100%; min-height: 44px; border: 1px solid #707176; }
  .newsletter-motif { gap: 24px; }
  .newsletter-motif p { font-size: .9rem; }
}

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