:root {
  --background-color: #dddddc;
  --background-image: url("assets/images/web_background_3.jpg");
  --text-color: #7d7e89;
  --brand-font: "Helvetica Neue LT Pro Bd Ex", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --support-font: "Helvetica Neue LT Pro Bd Ex", "Helvetica Neue", Arial, sans-serif;
  --glass-border: rgba(255, 255, 255, 0.48);
  --glass-fill: rgba(255, 255, 255, 0.13);
  --edge-fade: rgba(244, 247, 251, 0.58);
  --hover-glow: rgba(125, 126, 137, 0.18);
  --control-fill: rgba(255, 255, 255, 0.14);
  --control-fill-strong: rgba(255, 255, 255, 0.22);
  --control-border: rgba(125, 126, 137, 0.24);
}

@font-face {
  font-family: "Helvetica Neue LT Pro Bd Ex";
  src: url("assets/fonts/HelveticaNeueLTPro-BdEx.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  fill: currentColor;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--background-color);
  color: var(--text-color);
  font-family: var(--support-font);
}

.launch {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding-bottom: clamp(5.5rem, 12svh, 7.4rem);
  place-items: center;
  isolation: isolate;
}

.background-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(221, 221, 220, 0.02), rgba(221, 221, 220, 0.08)),
    var(--background-image) left bottom / cover no-repeat,
    var(--background-color);
}

.brand-layer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.78rem, 1.7vw, 1.45rem);
  place-items: center;
  width: min(88vw, 760px);
  transform: none;
}

.logo-reveal {
  position: relative;
  display: grid;
  width: clamp(13rem, 30vw, 23.5rem);
  aspect-ratio: 1;
  place-items: center;
  color: var(--text-color);
  cursor: default;
  outline: none;
}

.wordmark {
  margin: 0;
  color: var(--text-color);
  font-family: var(--brand-font);
  font-size: clamp(3rem, 9.6vw, 7.6rem);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  text-rendering: geometricPrecision;
  white-space: nowrap;
}

.symbol {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 420ms ease, filter 520ms ease, transform 520ms ease;
  will-change: opacity, filter, transform;
}

.logo-message {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: max-content;
  max-width: 92vw;
  place-items: center;
  color: var(--text-color);
  font-family: var(--support-font);
  font-size: clamp(0.98rem, 2vw, 1.78rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  opacity: 0;
  filter: blur(18px);
  transform: translate(-50%, -50%) scaleX(0.38) scaleY(1.65);
  transform-origin: center;
  transition: opacity 520ms ease, filter 680ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.logo-reveal:hover .symbol,
.logo-reveal:focus-visible .symbol {
  opacity: 0;
  filter: blur(18px);
  transform: scaleX(1.85) scaleY(0.28);
}

.logo-reveal:hover .logo-message,
.logo-reveal:focus-visible .logo-message {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scaleX(1) scaleY(1);
}

.interest-panel {
  display: grid;
  gap: clamp(0.58rem, 1.2vw, 0.84rem);
  justify-items: center;
  width: min(100%, 34rem);
  min-height: clamp(3.7rem, 6vw, 4.45rem);
  margin-top: clamp(0.7rem, 1.7vw, 1.25rem);
}

.launch-actions,
.subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 1.2vw, 0.74rem);
  width: 100%;
}

.action-button,
.subscribe-input {
  min-height: clamp(2.58rem, 4.2vw, 3.05rem);
  border: 1px solid var(--control-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08)),
    var(--control-fill);
  color: var(--text-color);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 14px 34px rgba(0, 0, 0, 0.055);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  font-family: var(--support-font);
  font-size: clamp(0.74rem, 1.2vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 clamp(1rem, 2.3vw, 1.45rem);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.action-button-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.12)),
    var(--control-fill-strong);
}

.action-button:hover,
.action-button:focus-visible {
  border-color: rgba(125, 126, 137, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16)),
    rgba(255, 255, 255, 0.22);
  opacity: 0.9;
  transform: translateY(-2px);
}

.action-button:focus-visible,
.subscribe-input:focus-visible {
  outline: 2px solid rgba(125, 126, 137, 0.38);
  outline-offset: 3px;
}

.action-button[disabled],
.action-button.is-confirmed {
  cursor: default;
  opacity: 0.76;
  transform: none;
}

.support-link {
  position: fixed;
  right: clamp(1rem, 2.4vw, 1.85rem);
  bottom: clamp(5.7rem, 12.8vw, 6.7rem);
  z-index: 4;
  border-color: rgba(72, 74, 82, 0.42);
  background:
    linear-gradient(180deg, rgba(122, 124, 132, 0.54), rgba(70, 72, 80, 0.46)),
    rgba(64, 66, 74, 0.46);
  color: rgba(247, 248, 250, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 36px rgba(67, 70, 78, 0.18);
}

.support-link:hover,
.support-link:focus-visible {
  border-color: rgba(72, 74, 82, 0.56);
  background:
    linear-gradient(180deg, rgba(134, 136, 144, 0.62), rgba(78, 80, 88, 0.52)),
    rgba(70, 72, 80, 0.52);
  opacity: 0.94;
}

.subscribe-form[hidden] {
  display: none;
}

.subscribe-input {
  width: min(64vw, 17rem);
  padding: 0 clamp(0.95rem, 2vw, 1.25rem);
  outline: none;
}

.subscribe-input::placeholder {
  color: rgba(125, 126, 137, 0.62);
}

.subscribe-submit {
  min-width: clamp(6rem, 12vw, 7.5rem);
}

.action-feedback {
  min-height: 1.12rem;
  margin: 0;
  color: rgba(125, 126, 137, 0.86);
  font-family: var(--support-font);
  font-size: clamp(0.67rem, 1.25vw, 0.82rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.contact-links {
  position: absolute;
  top: clamp(1rem, 2.4vw, 1.85rem);
  right: clamp(1rem, 2.4vw, 1.85rem);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: clamp(0.45rem, 1vw, 0.7rem);
}

.contact-link {
  display: grid;
  width: clamp(2.95rem, 5.25vw, 4rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(125, 126, 137, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--text-color);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 12px 32px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.contact-icon {
  display: block;
  width: 52%;
  height: 52%;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgba(125, 126, 137, 0.42);
  background: rgba(255, 255, 255, 0.22);
  opacity: 0.86;
  transform: translateY(-2px);
}

.marquee-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: clamp(4.5rem, 11.6vw, 5.25rem);
  overflow: hidden;
  color: var(--text-color);
  border-top: 1px solid var(--glass-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.06)),
    var(--glass-fill);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    0 -18px 48px rgba(112, 124, 140, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.marquee-bar::before,
.marquee-bar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(2rem, 7vw, 5.6rem);
  pointer-events: none;
  content: "";
}

.marquee-bar::before {
  left: 0;
  background: linear-gradient(90deg, var(--edge-fade), rgba(244, 247, 251, 0));
}

.marquee-bar::after {
  right: 0;
  background: linear-gradient(270deg, var(--edge-fade), rgba(244, 247, 251, 0));
}

.marquee-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  animation: luvbot-marquee 54s linear infinite;
  will-change: transform;
}

.marquee-group {
  display: flex;
  height: 100%;
  align-items: center;
  flex: 0 0 auto;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: clamp(1.25rem, 3.4vw, 2.75rem);
  padding-right: clamp(2.2rem, 5.2vw, 4.4rem);
  font-family: var(--support-font);
  font-size: clamp(1.35rem, 2.18vw, 1.76rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-logo {
  display: block;
  width: clamp(2.1rem, 3.7vw, 3.1rem);
  aspect-ratio: 1;
  transform: translateY(1px);
}

.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;
}

@keyframes luvbot-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 680px) {
  .brand-layer {
    width: 88vw;
    transform: translateY(-4svh);
  }

  .wordmark {
    font-size: clamp(2.3rem, 15vw, 5.8rem);
  }

  .symbol {
    width: 100%;
  }

  .logo-reveal {
    width: clamp(13rem, 68vw, 19rem);
  }

  .logo-message {
    font-size: clamp(0.72rem, 3.5vw, 0.96rem);
  }

  .interest-panel {
    width: min(88vw, 19rem);
    min-height: 7.9rem;
  }

  .launch-actions,
  .subscribe-form {
    flex-direction: column;
    width: min(100%, 19rem);
  }

  .action-button,
  .subscribe-input {
    width: 100%;
  }

  .support-link {
    right: clamp(0.8rem, 4vw, 1.25rem);
    bottom: clamp(5rem, 22vw, 5.9rem);
    width: auto;
    min-height: clamp(2.3rem, 10vw, 2.7rem);
    padding: 0 clamp(0.9rem, 4.8vw, 1.15rem);
    font-size: clamp(0.64rem, 3vw, 0.76rem);
  }

  .action-feedback {
    max-width: 19rem;
  }

  .contact-links {
    top: clamp(0.8rem, 4vw, 1.25rem);
    right: clamp(0.8rem, 4vw, 1.25rem);
  }

  .contact-link {
    width: clamp(2.65rem, 12.8vw, 3.25rem);
  }

  .marquee-bar {
    height: clamp(4rem, 19vw, 4.7rem);
  }

  .marquee-item {
    gap: clamp(1rem, 5vw, 1.65rem);
    padding-right: clamp(1.75rem, 8vw, 2.6rem);
    font-size: clamp(0.98rem, 4.6vw, 1.25rem);
  }

  .marquee-logo {
    width: clamp(1.75rem, 8vw, 2.2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
    transform: translate3d(0, 0, 0);
  }

  .contact-link {
    transition: none;
  }

  .symbol,
  .logo-message,
  .action-button {
    transition: none;
  }
}
