:root {
  --ink: #11110f;
  --paper: #f0eee8;
  --paper-bright: #faf9f5;
  --muted: #77756f;
  --line: rgba(17, 17, 15, .16);
  --signal: #d4ff3f;
  --signal-dark: #9cbd26;
  --danger: #c94332;
  --success: #2f784a;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--paper-bright);
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.invitation-body {
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .055;
  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='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: .16;
  animation: ambientMove 18s ease-in-out infinite alternate;
}

.ambient-one {
  width: 34rem;
  height: 34rem;
  top: -19rem;
  left: 22%;
  background: var(--signal);
}

.ambient-two {
  width: 30rem;
  height: 30rem;
  right: -17rem;
  bottom: -13rem;
  background: #fff;
  animation-delay: -7s;
}

@keyframes ambientMove {
  to { transform: translate3d(4rem, 2rem, 0) scale(1.12); }
}

.experience {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(22px, 4vw, 64px);
  pointer-events: none;
}

.brand {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.brand-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 88px;
  min-height: 48px;
}

.brand-logo {
  display: block;
  width: auto;
  max-width: 112px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.brand-logo-fallback {
  display: none;
  font: 800 14px/10px var(--display);
  letter-spacing: -.7px;
  text-align: left;
}

.logo-missing .brand-logo-fallback {
  display: block;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.header-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--signal);
}

.progress {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: clamp(22px, 4vw, 64px);
  display: flex;
  align-items: center;
  gap: 13px;
  transform: translateY(-50%) rotate(90deg) translateX(50%);
  transform-origin: 100% 50%;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.progress-track {
  width: 74px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--signal);
  transform: scaleX(.5);
  transform-origin: left center;
  transition: transform .9s var(--ease);
}

.scene {
  position: absolute;
  inset: 0;
  min-height: 100svh;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .55s ease, visibility 0s linear .55s;
}

.scene.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .7s ease .15s, visibility 0s;
}

.scene-welcome {
  display: flex;
  align-items: center;
  padding: 130px clamp(22px, 8vw, 130px) 54px;
  overflow: hidden;
}

.scene-welcome::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(46vw, 640px);
  aspect-ratio: 1;
  right: 8vw;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
}

.welcome-index {
  position: absolute;
  right: clamp(6vw, 9vw, 150px);
  top: 50%;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .13);
  font: 800 clamp(220px, 33vw, 530px)/.7 var(--display);
  letter-spacing: -.12em;
  transform: translateY(-47%);
  user-select: none;
}

.welcome-copy {
  width: min(850px, 75vw);
  margin-top: 4vh;
}

.eyebrow {
  margin: 0 0 25px;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.display-title {
  margin: 0;
  font: 500 clamp(54px, 8.5vw, 136px)/.88 var(--display);
  letter-spacing: -.075em;
}

.display-title span {
  color: rgba(255, 255, 255, .42);
}

.welcome-description {
  width: min(660px, 90%);
  margin: clamp(34px, 5vh, 62px) 0 0 clamp(0px, 9vw, 135px);
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.65;
}

.primary-button,
.secondary-button,
.submit-button {
  border: 0;
  cursor: pointer;
}

.primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(310px, 90%);
  margin: 38px 0 0 clamp(0px, 9vw, 135px);
  padding: 8px 8px 8px 26px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--signal);
  font-weight: 700;
  transition: transform .35s var(--ease), background .3s ease;
}

.primary-button:hover {
  transform: translateY(-4px);
  background: #e0ff73;
}

.button-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  font-size: 18px;
  transition: transform .35s var(--ease);
}

.primary-button:hover .button-icon,
.submit-button:hover .button-icon {
  transform: rotate(45deg);
}

.welcome-footer {
  position: absolute;
  bottom: 28px;
  left: clamp(22px, 4vw, 64px);
  right: clamp(22px, 4vw, 64px);
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .36);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  animation: revealUp .85s var(--ease) forwards;
}

.reveal:nth-child(2) { animation-delay: .1s; }
.reveal:nth-child(3) { animation-delay: .2s; }
.reveal:nth-child(4) { animation-delay: .3s; }
.welcome-footer.reveal { animation-delay: .5s; }

@keyframes revealUp {
  to { opacity: 1; transform: translateY(0); }
}

.scene-details {
  padding: 148px clamp(22px, 8vw, 130px) 70px;
}

.details-layout {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
  max-width: 1450px;
  margin: 0 auto;
}

.details-intro {
  position: sticky;
  top: 150px;
  padding-top: 5vh;
}

.details-intro h2 {
  margin: 0;
  font: 500 clamp(48px, 6vw, 92px)/.93 var(--display);
  letter-spacing: -.065em;
}

.details-intro > p:last-child {
  max-width: 470px;
  margin: 38px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 16px;
  line-height: 1.7;
}

.event-card {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  padding: clamp(28px, 4vw, 58px);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .24);
}

.event-card::before,
.event-card::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  border-radius: 50%;
  background: var(--ink);
  transform: translateY(-50%);
}

.event-card::before { left: -19px; }
.event-card::after { right: -19px; }

.event-card-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
  color: #77756f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.event-facts {
  margin: 0;
}

.event-fact {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 18px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.event-fact dt {
  color: #85827a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.event-fact dd {
  margin: 0;
  font: 600 clamp(18px, 2vw, 28px)/1.25 var(--display);
  letter-spacing: -.035em;
}

.event-fact-venue dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.event-fact-venue dd strong {
  font-weight: 700;
}

.event-fact-venue dd span {
  color: #6e6b64;
  font: 500 13px/1.5 var(--sans);
  letter-spacing: 0;
}

.age-notice {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 27px 0;
}

.age-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  font: 700 15px var(--display);
}

.age-notice p {
  margin: 0;
  color: #68655f;
  font-size: 12px;
  line-height: 1.55;
}

.secondary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 21px 24px;
  color: var(--ink);
  border-radius: 4px;
  background: var(--signal);
  font-weight: 700;
  transition: background .25s ease, transform .25s ease;
}

.secondary-button:hover {
  background: #deff6d;
  transform: translateY(-2px);
}

.form-drawer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(680px, 100%);
  height: 100dvh;
  overflow-y: auto;
  padding: clamp(28px, 5vw, 62px);
  color: var(--ink);
  background: var(--paper-bright);
  box-shadow: -30px 0 100px rgba(0,0,0,.45);
  transform: translateX(102%);
  transition: transform .7s var(--ease);
}

.form-drawer.is-open {
  transform: translateX(0);
}

body.form-is-open::after {
  content: "";
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  animation: fadeIn .35s ease both;
}

@keyframes fadeIn { from { opacity: 0; } }

.form-drawer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.form-drawer-heading .eyebrow {
  margin-bottom: 13px;
  color: #8a9f37;
}

.form-drawer-heading h3 {
  margin: 0;
  font: 600 clamp(30px, 4vw, 45px)/1 var(--display);
  letter-spacing: -.05em;
}

.close-form {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: transparent;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease;
}

.close-form:hover {
  background: var(--ink);
  color: #fff;
  transform: rotate(90deg);
}

.invitation-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px 18px;
  padding-top: 35px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field label {
  color: #3e3c38;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.field label small {
  margin-left: 4px;
  color: #8a9f37;
  font-size: inherit;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid #bdbab2;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  transition: border-color .2s ease;
}

.field textarea {
  min-height: 80px;
  resize: vertical;
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
  background-position: calc(100% - 14px) 23px, calc(100% - 8px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--ink);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a6a39c;
}

.field-error {
  min-height: 14px;
  color: var(--danger);
  font-size: 11px;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-bottom-color: var(--danger);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #69665f;
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-checkbox {
  flex: 0 0 auto;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1px solid #9b9891;
  border-radius: 3px;
}

.consent input:checked + .custom-checkbox {
  border-color: var(--ink);
  background: var(--ink);
}

.consent input:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--signal);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-status {
  display: none;
  padding: 13px 15px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.45;
}

.form-status.is-error,
.form-status.is-success {
  display: block;
}

.form-status.is-error {
  color: #7e2a20;
  background: #f8ded9;
}

.form-status.is-success {
  color: #245c39;
  background: #dceee2;
}

.submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  margin-top: 4px;
  padding: 9px 9px 9px 25px;
  color: #fff;
  border-radius: 999px;
  background: var(--ink);
  font-weight: 700;
  transition: transform .3s var(--ease), opacity .2s ease;
}

.submit-button:hover:not(:disabled) {
  transform: translateY(-3px);
}

.submit-button:disabled {
  cursor: wait;
  opacity: .7;
}

.submit-button .button-icon {
  color: var(--ink);
  background: var(--signal);
}

.submit-loader {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 18px;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

.submit-button.is-loading .submit-loader { display: block; }
.submit-button.is-loading .button-icon { display: none; }

@keyframes spin { to { transform: rotate(360deg); } }

/* QR invitation */
.qr-body {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 34px 20px;
  background:
    radial-gradient(circle at 15% 12%, rgba(212,255,63,.13), transparent 34%),
    var(--ink);
}

.qr-page {
  width: min(1040px, 100%);
}

.qr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.qr-header .brand-logo-wrap { justify-items: start; }

.qr-back {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.qr-back:hover { color: #fff; }

.qr-ticket {
  display: grid;
  grid-template-columns: 1fr minmax(340px, .72fr);
  overflow: hidden;
  min-height: 620px;
  color: var(--ink);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 40px 120px rgba(0,0,0,.38);
}

.qr-ticket-info {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 70px);
}

.qr-ticket-kicker {
  color: #7d7a73;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.qr-ticket h1 {
  margin: 24px 0 12px;
  font: 600 clamp(45px, 6vw, 76px)/.92 var(--display);
  letter-spacing: -.065em;
}

.qr-greeting {
  margin: 0 0 40px;
  color: #6c6962;
  font-size: 16px;
}

.qr-event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.qr-event-list div:last-child { grid-column: 1 / -1; }

.qr-event-list dt {
  margin-bottom: 7px;
  color: #8b8880;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.qr-event-list dd {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.qr-ticket-note {
  margin: auto 0 0;
  padding-top: 28px;
  color: #75726b;
  font-size: 11px;
  line-height: 1.6;
}

.qr-code-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(28px, 4vw, 50px);
  background: var(--signal);
}

.qr-code-side::before,
.qr-code-side::after {
  content: "";
  position: absolute;
  left: -17px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
}

.qr-code-side::before { top: -17px; }
.qr-code-side::after { bottom: -17px; }

.qr-image-wrap {
  width: 100%;
  max-width: 330px;
  padding: 14px;
  border-radius: 5px;
  background: #fff;
}

.qr-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.qr-code-label {
  margin: 22px 0 0;
  text-align: center;
}

.qr-code-label strong {
  display: block;
  font: 700 17px var(--display);
}

.qr-code-label span {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.5;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(17,17,15,.22);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #40945d;
}

.status-pill.checked::before { background: #777; }

.qr-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.qr-action {
  padding: 11px 18px;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.qr-action:hover { color: #fff; border-color: rgba(255,255,255,.5); }

.not-found-card {
  width: min(600px, 100%);
  padding: 60px 30px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  text-align: center;
  background: rgba(255,255,255,.04);
}

.not-found-card h1 {
  margin: 18px 0 12px;
  font: 600 clamp(38px, 7vw, 64px)/1 var(--display);
  letter-spacing: -.055em;
}

.not-found-card p { color: rgba(255,255,255,.55); line-height: 1.6; }

@media (max-width: 960px) {
  .details-layout {
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .details-intro {
    position: static;
    padding-top: 0;
  }

  .qr-ticket { grid-template-columns: 1fr; }
  .qr-code-side::before,
  .qr-code-side::after { display: none; }
}

@media (max-width: 680px) {
  .site-header { padding: 20px; }
  .brand-logo { max-width: 90px; height: 40px; }
  .header-meta span:first-child,
  .header-dot { display: none; }
  .progress { display: none; }
  .scene-welcome { padding: 120px 21px 72px; align-items: flex-end; }
  .scene-welcome::before { width: 78vw; right: -24vw; top: 25%; }
  .welcome-index { right: -9vw; top: 27%; font-size: 62vw; }
  .welcome-copy { width: 100%; margin: 0; }
  .display-title { font-size: clamp(49px, 15vw, 76px); line-height: .92; }
  .welcome-description { width: 100%; margin: 30px 0 0; font-size: 15px; line-height: 1.6; }
  .primary-button { width: 100%; margin: 30px 0 0; }
  .welcome-footer { display: none; }
  .scene-details { padding: 116px 18px 50px; }
  .details-layout { gap: 38px; }
  .details-intro h2 { font-size: 51px; }
  .details-intro > p:last-child { margin-top: 25px; }
  .event-card { padding: 27px 25px; }
  .event-fact { grid-template-columns: 1fr; gap: 9px; padding: 22px 0; }
  .event-fact dd { font-size: 21px; }
  .form-drawer { padding: 27px 21px 40px; }
  .invitation-form { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .qr-body { padding: 20px 12px; align-items: start; }
  .qr-header { padding: 0 6px; }
  .qr-ticket-info { padding: 34px 26px; }
  .qr-ticket h1 { font-size: 49px; }
  .qr-greeting { margin-bottom: 28px; }
  .qr-code-side { padding: 35px 26px; }
}

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

@media print {
  .qr-body { display: block; padding: 0; background: #fff; }
  .noise, .qr-header, .qr-actions { display: none !important; }
  .qr-page { width: 100%; }
  .qr-ticket { min-height: 0; box-shadow: none; border: 1px solid #bbb; }
}

/* FIX: keep the form above the blurred overlay */
.experience {
  isolation: auto;
}

body.form-is-open {
  overflow: hidden;
}

body.form-is-open::after {
  z-index: 40;
}

.form-drawer {
  z-index: 50;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Navbar spacing and solid state while scrolling */
.site-header {
  min-height: 96px;
  padding: 22px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 9, 0.72) 0%,
    rgba(10, 10, 9, 0) 100%
  );
  transition:
    min-height 0.35s var(--ease),
    padding 0.35s var(--ease),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.site-header.is-scrolled {
  min-height: 76px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 9, 0.94);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Prevent hero content from colliding with navbar */
.scene-welcome {
  align-items: flex-start;
}

.scene-welcome::before {
  z-index: 0;
}

.welcome-copy {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 6vh, 72px);
}

.welcome-footer {
  z-index: 2;
}

/* 10th anniversary image */
.welcome-index {
  z-index: 0;
  display: grid;
  width: min(48vw, 760px);
  aspect-ratio: 1;
  place-items: center;
  right: clamp(6vw, 9vw, 150px);
  top: 50%;
  transform: translateY(-47%);
}

.welcome-index img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.13;
  filter: drop-shadow(0 0 45px rgba(255, 255, 255, 0.05));
}

.welcome-index span {
  display: none;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  font: 800 clamp(220px, 33vw, 530px) / 0.7 var(--display);
  letter-spacing: -0.12em;
}

.welcome-index.image-missing span {
  display: block;
}

@media (max-width: 680px) {
  .site-header {
    min-height: 82px;
    padding: 16px 20px;
  }

  .site-header.is-scrolled {
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .scene-welcome {
    padding-top: 112px;
    align-items: flex-start;
  }

  .welcome-copy {
    width: 100%;
    margin: 24px 0 0;
  }

  .welcome-index {
    right: -22vw;
    top: 29%;
    width: 92vw;
  }

  .welcome-index span {
    font-size: 62vw;
  }
}

/* REMOVE ALL BLUR */
.experience {
  isolation: auto !important;
}

body.form-is-open {
  overflow: hidden;
}

body.form-is-open::after {
  z-index: 40;
  background: rgba(0, 0, 0, 0.72) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.form-drawer {
  z-index: 50;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header.is-scrolled {
  background: rgba(10, 10, 9, 0.96) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* FIX 10TH ANNIVERSARY IMAGE SIZE */
.welcome-index {
  right: clamp(40px, 7vw, 110px) !important;
  top: 50% !important;
  z-index: 0 !important;

  width: clamp(280px, 30vw, 520px) !important;
  max-width: 520px !important;
  aspect-ratio: 1;

  display: grid !important;
  place-items: center;
  overflow: hidden;
  pointer-events: none;

  transform: translateY(-50%) !important;
}

.welcome-index img {
  display: block;
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
  max-height: 520px !important;

  object-fit: contain;
  opacity: 0.08 !important;
  filter: none !important;
}

.welcome-copy,
.welcome-footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 680px) {
  .welcome-index {
    right: -8vw !important;
    top: 29% !important;
    width: min(62vw, 320px) !important;
    max-width: 320px !important;
  }

  .welcome-index img {
    max-width: 320px !important;
    max-height: 320px !important;
    opacity: 0.07 !important;
  }
}
