@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-Medium-500.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-SemiBold-600.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-Bold-700.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Termina;
  src: url("../fonts/Termina-Black-900.otf") format("opentype");
  font-weight: 800 900;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  background: #050030;
}
body.happy-hour-template {
  margin: 0;
  background: #050030;
  color: #fff;
  overflow-x: hidden;
}
body.happy-hour-template #wpadminbar {
  display: none;
}
.hh-page,
.hh-page * {
  box-sizing: border-box;
}
.hh-page {
  --midnight: #050030;
  --purple: #6726ff;
  --violet: #923ef0;
  --fuchsia: #b526bc;
  --magenta: #ff3564;
  --ignite: #ff2e00;
  --periwinkle: #86a0f0;
  position: relative;
  min-height: 100vh;
  background: #050030;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.hh-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hh-ambient i {
  position: absolute;
  display: block;
  top: 38%;
  left: 50%;
  width: 150vw;
  height: 150vh;
  background: radial-gradient(
    closest-side,
    rgba(30, 0, 117, 0.5),
    rgba(30, 0, 117, 0) 72%
  );
  animation: hh-drift 26s ease-in-out infinite;
}
.hh-ambient i + i {
  top: 30%;
  width: 82vw;
  height: 82vh;
  background: radial-gradient(
    closest-side,
    rgba(103, 38, 255, 0.26),
    rgba(103, 38, 255, 0) 70%
  );
  animation-duration: 19s;
  animation-direction: reverse;
}
.hh-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 34px;
}
.hh-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}
.hh-logo img {
  display: block;
  width: auto;
  height: 34px;
  max-width: 225px;
  object-fit: contain;
}
.hh-logo small {
  max-width: 64px;
  font:
    500 8px/1.25 Termina,
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hh-nav-cta {
  padding: 10px 18px;
  border: 1px solid rgba(146, 62, 240, 0.5);
  border-radius: 6px;
  background: rgba(103, 38, 255, 0.22);
  backdrop-filter: blur(6px);
  color: #fff;
  text-decoration: none;
  font:
    600 11px/1 Termina,
    sans-serif;
  letter-spacing: 0.18em;
  transition: 0.25s;
}
.hh-nav-cta:hover {
  border-color: rgba(146, 62, 240, 0.9);
  background: rgba(103, 38, 255, 0.42);
  color: #fff;
}
.hh-hero {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hh-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  text-align: center;
}
.hh-hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02em;
  color: #fff;
  font:
    800 clamp(48px, 8.6vw, 128px)/0.9 Termina,
    sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hh-title-top {
  display: block;
  position: relative;
  text-shadow: 0 4px 22px rgba(5, 0, 48, 0.65);
}
.hh-title-copy {
  position: relative;
  z-index: 1;
}
.hh-gradient-text,
.hh-scene-word {
  display: block;
  padding-bottom: 0.06em;
  background: linear-gradient(
    95deg,
    #6726ff 4%,
    #923ef0 30%,
    #b526bc 58%,
    #ff3564 82%,
    #ff2e00 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.hh-seal {
  position: absolute;
  top: -0.5em;
  right: -0.34em;
  z-index: 0;
  width: 0.73em;
  height: 0.73em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(9deg);
  background: linear-gradient(
    135deg,
    #6726ff,
    #923ef0 34%,
    #b526bc 62%,
    #ff3564
  );
  box-shadow: 0 12px 44px rgba(181, 38, 188, 0.45);
}
.hh-seal svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hh-seal text {
  fill: rgba(255, 255, 255, 0.85);
  font:
    600 5px Termina,
    sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hh-seal img {
  position: relative;
  width: 55%;
  height: auto;
  margin-top: 5%;
  object-fit: contain;
}
.hh-event-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: clamp(24px, 3.4vh, 38px);
  padding: 8px 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.82);
  font:
    600 clamp(9px, 1vw, 12px)/1.3 Termina,
    sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hh-event-label i,
.hh-event-meta i,
.hh-facts i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff3564;
}
.hh-event-meta {
  margin-top: clamp(18px, 2.6vh, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
  font:
    500 clamp(10px, 1.05vw, 13px)/1.5 Termina,
    sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.hh-event-meta i {
  width: 4px;
  height: 4px;
}
.hh-scroll-hint {
  position: absolute;
  bottom: 26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.5s;
}
.hh-scroll-hint span {
  color: rgba(255, 255, 255, 0.5);
  font:
    500 9px/1 Termina,
    sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hh-scroll-hint i {
  width: 1px;
  height: 26px;
  background: linear-gradient(rgba(255, 255, 255, 0.55), transparent);
  animation: hh-bob 1.8s ease-in-out infinite;
}
.hh-scene {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 12vh, 140px) 34px;
  overflow: hidden;
}
.hh-scene-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96vw;
  height: 92vh;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.hh-glow-magenta .hh-scene-glow {
  background: radial-gradient(
    closest-side,
    rgba(103, 38, 255, 0.38),
    transparent 70%
  );
}
.hh-glow-pink .hh-scene-glow {
  background: radial-gradient(
    closest-side,
    rgba(255, 53, 100, 0.34),
    transparent 70%
  );
}
.hh-glow-violet .hh-scene-glow {
  background: radial-gradient(
    closest-side,
    rgba(146, 62, 240, 0.4),
    transparent 70%
  );
}
.hh-glow-blue .hh-scene-glow {
  background: radial-gradient(
    closest-side,
    rgba(51, 50, 255, 0.36),
    transparent 70%
  );
}
.hh-scene-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.hh-reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.94);
  filter: blur(12px);
  will-change: transform, opacity, filter;
}
.hh-scene-word {
  margin: 16px 0 0;
  font:
    800 clamp(84px, 14.5vw, 216px)/0.9 Termina,
    sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.hh-scene h2 {
  max-width: 20ch;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font:
    800 clamp(23px, 2.8vw, 42px)/1.02 Termina,
    sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.hh-scene h2 span {
  color: #6726ff;
}

.hh-glow-pink h2 span {
  color: #ff3564;
}

.hh-glow-violet h2 span {
  color: #923ef0;
}
.hh-glow-blue h2 span {
  color: #ff3564;
}
.hh-scene p {
  max-width: 56ch;
  margin: 26px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.62;
}
.hh-facts {
  margin: 26px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
}
.hh-facts span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #86a0f0;
  font:
    500 12px/1.4 Termina,
    sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hh-rsvp {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(90px, 14vh, 160px) 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.hh-rsvp-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 80vh;
  background: radial-gradient(
    closest-side,
    rgba(103, 38, 255, 0.22),
    transparent 70%
  );
  animation: hh-drift 20s ease-in-out infinite;
}
.hh-rsvp-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 640px;
}
.hh-rsvp header {
  text-align: center;
}
.hh-rsvp h2 {
  margin: 18px 0 0;
  color: #fff;
  font:
    800 clamp(40px, 6.6vw, 88px)/0.94 Termina,
    sans-serif;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hh-rsvp header p {
  max-width: 40ch;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.6;
}
.hh-form-wrap {
  margin-top: 38px;
  padding: clamp(24px, 3.5vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 10px 4px 55px rgba(91, 61, 248, 0.15);
}
.hh-form-wrap .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hh-form-wrap .wpcf7-form > p:empty,
.hh-form-wrap .wpcf7-form > br,
.hh-form-grid > br,
.hh-field > br {
  display: none;
}
.hh-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}
.hh-form-grid--single {
  grid-template-columns: minmax(0, 1fr);
}
.hh-form-grid--single .hh-field,
.hh-form-grid--single .hh-field > label,
.hh-form-grid--single .wpcf7-form-control-wrap,
.hh-form-grid--single input:not([type="submit"]) {
  width: 100%;
  max-width: none;
}
.hh-form-grid > p {
  display: contents;
  margin: 0;
}
.hh-field,
.hh-field > label {
  display: block;
  min-width: 0;
  margin: 0;
}
.hh-field--full {
  grid-column: 1 / -1;
}
.hh-field--standalone,
.hh-field--standalone > label,
.hh-field--standalone .wpcf7-form-control-wrap,
.hh-field--standalone input:not([type="submit"]) {
  align-self: stretch;
  width: 100%;
  max-width: none;
}
.hh-field-label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font:
    500 11px/1.2 Termina,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hh-form-wrap .wpcf7-form-control-wrap {
  display: block;
}
.hh-form-wrap input:not([type="submit"]) {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font:
    400 15px/1 "Helvetica Neue",
    sans-serif;
  transition: 0.2s;
}
.hh-form-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.hh-form-wrap input:focus {
  border-color: #86a0f0;
  box-shadow: 0 0 0 3px rgba(134, 160, 240, 0.12);
}
.hh-submit {
  position: relative;
  margin: 0;
}
.hh-form-wrap input[type="submit"] {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 14px 22px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff2e00, #ff3564 55%, #b526bc);
  box-shadow: 0 8px 40px rgba(255, 53, 100, 0.28);
  color: #fff;
  cursor: pointer;
  font:
    700 15px/1.2 Termina,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.25s;
}
.hh-form-wrap input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 45px rgba(255, 53, 100, 0.42);
}
.hh-disclaimer {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1.5;
}
.hh-form-wrap .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 14px;
}
.hh-form-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff849f;
  font-size: 12px;
}
.hh-form-wrap .wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 14px !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.hh-form-missing {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.hh-thanks {
  margin-top: 38px;
  padding: clamp(40px, 6vw, 64px) 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 10px 4px 55px rgba(91, 61, 248, 0.15);
  text-align: center;
}
.hh-thanks[hidden] {
  display: none;
}
.hh-thanks h3 {
  margin: 0;
  background: linear-gradient(95deg, #6726ff, #b526bc 55%, #ff3564);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font:
    800 clamp(28px, 4vw, 44px)/1 Termina,
    sans-serif;
  text-transform: uppercase;
}
.hh-thanks p {
  max-width: 38ch;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
}
.hh-form-grid br {
  display: none;
}
@keyframes hh-drift {
  0%,
  100% {
    transform: translate(-54%, -52%) scale(1);
  }
  50% {
    transform: translate(-46%, -47%) scale(1.08);
  }
}
@keyframes hh-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}
@media (max-width: 700px) {
  .hh-nav {
    min-height: 72px;
    padding: max(14px, env(safe-area-inset-top)) 18px 14px;
    background: linear-gradient(
      180deg,
      rgba(5, 0, 48, 0.98) 0%,
      rgba(5, 0, 48, 0.9) 72%,
      rgba(5, 0, 48, 0) 100%
    );
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .hh-logo {
    min-width: 0;
  }
  .hh-logo img {
    width: min(42vw, 164px);
    height: auto;
    max-height: 30px;
  }
  .hh-logo small {
    display: none;
  }
  .hh-nav-cta {
    flex: 0 0 auto;
    padding: 10px 13px;
    font-size: 9px;
    letter-spacing: 0.13em;
    white-space: nowrap;
  }
  .hh-hero {
    height: 100svh;
    min-height: 560px;
  }
  .hh-hero-inner {
    padding: 48px 20px 0;
  }
  .hh-hero h1 {
    width: 100%;
    font-size: clamp(25px, 9vw, 63px);
    line-height: 0.94;
    letter-spacing: -0.025em;
  }
  .hh-title-top,
  .hh-title-copy,
  .hh-gradient-text {
    max-width: 100%;
  }
  .hh-seal {
    top: -0.56em;
    right: -0.28em;
    width: 0.78em;
    height: 0.78em;
  }
  .hh-event-label {
    max-width: 100%;
    padding: 8px 13px;
    font-size: 8px;
    line-height: 1.45;
    letter-spacing: 0.13em;
  }
  .hh-event-meta {
    flex-direction: column;
    gap: 7px;
    padding: 0 4px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.11em;
  }
  .hh-event-meta i {
    display: none;
  }
  .hh-scene,
  .hh-rsvp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hh-scene-word {
    font-size: clamp(64px, 22vw, 96px);
  }
  .hh-rsvp {
    align-items: flex-start;
    padding-top: 104px;
    padding-bottom: 80px;
    scroll-margin-top: 70px;
  }
  .hh-rsvp h2 {
    font-size: clamp(36px, 11vw, 52px);
  }
  .hh-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hh-form-wrap {
    margin-top: 28px;
    padding: 24px 18px;
  }
  .hh-form-wrap input[type="submit"] {
    min-height: 52px;
    padding: 12px 8px;
    font-size: 10px;
    letter-spacing: 0.055em;
  }
  .hh-disclaimer {
    padding: 0 4px;
    font-size: 11px;
  }
}
@media (min-width: 701px) and (max-width: 900px) {
  .hh-seal {
    top: -0.55em;
    right: -0.26em;
    width: 0.82em;
    height: 0.82em;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hh-ambient i,
  .hh-rsvp-glow,
  .hh-scroll-hint i {
    animation: none;
  }
  .hh-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
