:root {
  --cream: #f5f0e8;
  --paper: #fbf8f2;
  --navy: #1b2a3d;
  --navy-rgb: 27, 42, 61;
  --coral: #d97760;
  --coral-deep: #c8644f;
  --muted: #7c756d;
  --line: rgba(27, 42, 61, 0.16);
  --glass: rgba(255, 252, 247, 0.62);
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  color: var(--navy);
}

body {
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input { font: inherit; }

button { cursor: pointer; }

a { color: inherit; text-decoration: none; }

.page {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.orbit-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -5;
  filter: saturate(1.02) contrast(0.98) brightness(1.03);
}

.wash {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(245,240,232,.82) 0%, rgba(245,240,232,.24) 20%, rgba(245,240,232,.02) 46%, rgba(245,240,232,.03) 57%, rgba(245,240,232,.48) 82%, rgba(245,240,232,.8) 100%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.02) 0%, rgba(245,240,232,.07) 60%, rgba(245,240,232,.42) 100%);
  pointer-events: none;
}

.grain {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .028;
  pointer-events: none;
  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='.9'/%3E%3C/svg%3E");
}

.topbar {
  position: absolute;
  z-index: 20;
  left: clamp(22px, 4vw, 68px);
  right: clamp(22px, 4vw, 68px);
  top: clamp(18px, 3.2vh, 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.mini-brand {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 850;
  letter-spacing: -.055em;
}

.brand-dot {
  width: 13px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  box-shadow:
    0 0 0 5px rgba(217, 119, 96, .14),
    0 0 0 1px rgba(217, 119, 96, .36);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(var(--navy-rgb), .13);
  background: rgba(255, 252, 247, .56);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 10px 15px;
  border-radius: 999px;
  font: 700 10px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .18em;
}

.status-pill i {
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(217, 119, 96, .1);
  animation: statusPulse 2.4s ease-in-out infinite;
}

.experience {
  height: 100svh;
  width: min(1600px, 100%);
  margin-inline: auto;
  position: relative;
}

.orbit-zone {
  position: absolute;
  width: min(82vw, 1180px);
  height: min(72vh, 720px);
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.center-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(42vw, 550px);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}

.center-mark {
  display: inline-flex;
  align-items: baseline;
  line-height: .9;
  white-space: nowrap;
  color: var(--navy);
  filter: drop-shadow(0 10px 28px rgba(27,42,61,.06));
}

.center-core {
  font-size: clamp(58px, 6vw, 108px);
  font-weight: 900;
  letter-spacing: -.068em;
}

.center-domain {
  margin-left: .12em;
  font-size: clamp(50px, 5.3vw, 92px);
  font-weight: 330;
  letter-spacing: -.048em;
}

.center-rule {
  display: block;
  width: 28px;
  height: 2px;
  margin: clamp(18px, 2vh, 26px) auto 18px;
  background: var(--coral);
}

.center-copy p {
  margin: 0;
  color: rgba(var(--navy-rgb), .6);
  font: 650 clamp(10px, .9vw, 13px)/1.2 var(--mono);
  text-transform: uppercase;
  letter-spacing: .28em;
}

.info {
  position: absolute;
  z-index: 5;
  width: 170px;
}

.info strong {
  display: block;
  margin-bottom: 9px;
  font: 700 clamp(14px, 1.25vw, 19px)/1 var(--mono);
  letter-spacing: .14em;
}

.info small {
  display: block;
  color: rgba(var(--navy-rgb), .47);
  font: 650 9px/1.6 var(--mono);
  text-transform: uppercase;
  letter-spacing: .22em;
}

.info-pin {
  position: absolute;
  top: 4px;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(217, 119, 96, .08);
}

.info--clue-a { left: 2%; top: 17%; }
.info--clue-a .info-pin { right: -14px; }

.info--clue-b { left: 0%; top: 62%; }
.info--clue-b .info-pin { right: -14px; }

.info--clue-c { right: -1%; top: 17%; text-align: left; }
.info--clue-c .info-pin { left: -14px; }

.info--clue-d { right: -2%; top: 59%; text-align: left; }
.info--clue-d .info-pin { left: -14px; }

.info--clue-e { right: 3%; top: 78%; text-align: left; }
.info--clue-e .info-pin { left: -14px; }

.connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
}

.connectors path {
  fill: none;
  stroke: rgba(217, 119, 96, .48);
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2 2;
  animation: dashFlow 16s linear infinite;
}

.micro-bubble {
  position: absolute;
  z-index: 5;
  width: 64px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--coral-deep);
  background: rgba(255, 252, 247, .42);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.65),
    0 12px 34px rgba(217,119,96,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.micro-bubble span {
  font: 650 18px/1 var(--mono);
}

.micro-bubble small {
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(var(--navy-rgb), .42);
  font: 650 8px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .18em;
}

.micro-bubble--one {
  right: -8%;
  top: 38%;
}

.micro-cross,
.micro-dot {
  position: absolute;
  z-index: 3;
  opacity: .52;
  color: var(--coral);
}

.micro-cross {
  width: 13px;
  height: 13px;
}

.micro-cross::before,
.micro-cross::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.micro-cross::before {
  width: 13px;
  height: 1px;
  left: 0;
  top: 6px;
}

.micro-cross::after {
  width: 1px;
  height: 13px;
  left: 6px;
  top: 0;
}

.micro-cross--a { left: 15%; top: 80%; }
.micro-cross--b { right: 17%; top: 28%; }

.micro-dot {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(217,119,96,.05);
}

.micro-dot--a { left: 21%; top: 33%; }
.micro-dot--b { right: 13%; bottom: 15%; }

.waitlist-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: clamp(58px, 8vh, 108px);
  width: min(92vw, 530px);
  transform: translateX(-50%);
  text-align: center;
}

.waitlist-label {
  margin: 0 0 13px;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 680;
  letter-spacing: -.025em;
}

.waitlist {
  height: 62px;
  display: grid;
  grid-template-columns: 32px 1fr 50px;
  align-items: center;
  gap: 8px;
  padding: 6px 7px 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--navy-rgb), .13);
  background: rgba(255, 252, 247, .62);
  box-shadow:
    0 14px 50px rgba(27,42,61,.06),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.waitlist:focus-within {
  border-color: rgba(217,119,96,.58);
  box-shadow:
    0 16px 55px rgba(27,42,61,.07),
    0 0 0 4px rgba(217,119,96,.09);
}

.mail-icon {
  width: 22px;
  color: rgba(var(--navy-rgb), .58);
}

.mail-icon svg {
  display: block;
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.waitlist input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font-size: 15px;
}

.waitlist input::placeholder { color: rgba(var(--navy-rgb), .42); }

.waitlist button {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: white;
  background: linear-gradient(145deg, #ef8a6d, #d86f56);
  box-shadow:
    0 10px 26px rgba(217,119,96,.28),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition: transform .18s ease, box-shadow .18s ease;
}

.waitlist button:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    0 13px 30px rgba(217,119,96,.34),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.waitlist button:active { transform: scale(.97); }

.waitlist button span {
  font-size: 25px;
  transform: translateY(-1px);
}

.privacy,
.form-status {
  margin: 9px 0 0;
  min-height: 15px;
  color: rgba(var(--navy-rgb), .46);
  font: 600 9px/1.4 var(--mono);
  letter-spacing: .08em;
}

.form-status {
  color: var(--coral-deep);
  margin-top: 3px;
}

.footer {
  position: absolute;
  z-index: 20;
  left: clamp(22px, 4vw, 68px);
  right: clamp(22px, 4vw, 68px);
  bottom: clamp(18px, 2.8vh, 34px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  color: rgba(var(--navy-rgb), .44);
  font: 650 9px/1 var(--mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.footer span:last-child { text-align: right; }

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: var(--cream);
  transition:
    opacity .46s cubic-bezier(.2,.8,.2,1),
    visibility .46s;
}

.loader.is-gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-word {
  display: flex;
  align-items: baseline;
  color: var(--navy);
}

.loader-word span {
  display: inline-block;
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  transform: translateX(var(--spread, 0));
  opacity: 0;
  animation: loaderLetter 1.28s cubic-bezier(.16,.84,.24,1) forwards;
}

.loader-word span:nth-child(1) { --spread: -42px; animation-delay: .08s; }
.loader-word span:nth-child(2) { --spread: -20px; animation-delay: .16s; }
.loader-word span:nth-child(3) { --spread: 0px; animation-delay: .24s; }
.loader-word span:nth-child(4) { --spread: 22px; animation-delay: .32s; }
.loader-word span:nth-child(5) { --spread: 44px; animation-delay: .40s; }

.loader-word em {
  margin-left: .13em;
  font-style: normal;
  font-size: clamp(37px, 5.2vw, 73px);
  font-weight: 330;
  letter-spacing: -.07em;
  opacity: 0;
  animation: loaderDomain .48s ease 1.18s forwards;
}

@keyframes loaderLetter {
  0% {
    opacity: 0;
    transform: translateX(var(--spread)) scale(.96);
  }
  42% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    letter-spacing: -.09em;
  }
}

@keyframes loaderDomain {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.8); }
}

@keyframes dashFlow {
  to { stroke-dashoffset: -70; }
}

@media (max-width: 900px) {
  .orbit-video {
    width: 146%;
    left: -23%;
    max-width: none;
  }

  .orbit-zone {
    width: 100vw;
    height: 62vh;
    top: 40%;
  }

  .connectors { opacity: .55; }

  .info {
    width: 120px;
  }

  .info small {
    font-size: 8px;
    letter-spacing: .13em;
  }

  .info--clue-a { left: 5%; top: 13%; }
  .info--clue-b { left: 5%; top: 69%; }
  .info--clue-c { right: 2%; top: 14%; }
  .info--clue-d { right: 1%; top: 66%; }
  .info--clue-e { display: none; }

  .micro-bubble--one {
    right: 2%;
    top: 42%;
    width: 48px;
  }

  .center-copy {
    width: 78vw;
  }

  .center-copy p {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .waitlist-wrap {
    bottom: 64px;
    width: min(88vw, 500px);
  }

  .footer-center { display: none; }

  .footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .topbar {
    left: 18px;
    right: 18px;
    top: 17px;
  }

  .mini-brand {
    font-size: 19px;
  }

  .status-pill {
    padding: 8px 10px;
    font-size: 8px;
  }

  .orbit-video {
    width: 190%;
    left: -45%;
    height: 72vh;
    top: 4vh;
    bottom: auto;
  }

  .wash {
    background:
      linear-gradient(180deg, rgba(245,240,232,.34) 0%, rgba(245,240,232,.03) 32%, rgba(245,240,232,.02) 58%, rgba(245,240,232,.82) 82%, var(--cream) 100%);
  }

  .orbit-zone {
    height: 56vh;
    top: 38%;
  }

  .center-copy {
    top: 48%;
    width: 74vw;
  }

  .center-core { font-size: clamp(48px, 16vw, 72px); }
  .center-domain { font-size: clamp(39px, 13vw, 58px); }

  .center-copy p {
    max-width: 220px;
    margin-inline: auto;
    line-height: 1.65;
  }

  .info--clue-a { left: 3%; top: 12%; }
  .info--clue-c { right: -2%; top: 14%; }
  .info--clue-b { left: 3%; top: 72%; }
  .info--clue-d { right: -4%; top: 71%; }

  .info strong { font-size: 12px; }
  .info small { display: none; }
  .info-pin { width: 5px; }

  .connectors {
    opacity: .38;
  }

  .micro-bubble--one,
  .micro-cross,
  .micro-dot {
    display: none;
  }

  .waitlist-wrap {
    bottom: 56px;
    width: calc(100vw - 36px);
  }

  .waitlist-label {
    font-size: 14px;
  }

  .waitlist {
    height: 58px;
    grid-template-columns: 28px 1fr 46px;
  }

  .waitlist button {
    width: 46px;
    height: 46px;
  }

  .footer {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 8px;
  }
}

@media (max-height: 720px) and (min-width: 700px) {
  .orbit-zone {
    height: 70vh;
    top: 43%;
  }

  .waitlist-wrap {
    bottom: 54px;
  }

  .footer {
    bottom: 18px;
  }

  .center-core { font-size: 65px; }
  .center-domain { font-size: 56px; }
}

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

  .orbit-video {
    display: none;
  }

  .page {
    background:
      url("assets/guzva-orbit-poster.png") center/cover no-repeat,
      var(--cream);
  }
}

.sr-only {
  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;
}


/* v2 — puzzle clues are intentionally static. */
.info,
.micro-bubble,
.micro-cross,
.micro-dot {
  transform: none !important;
  transition: none !important;
  will-change: auto;
}


/* v3 — puzzle clue refinement */
.info strong {
  position: relative;
}

.info strong::before {
  content: "TRAG";
  display: block;
  margin-bottom: 9px;
  color: rgba(var(--navy-rgb), .32);
  font: 650 7px/1 var(--mono);
  letter-spacing: .24em;
}

.info--clue-a strong::before { content: "TRAG 01"; }
.info--clue-b strong::before { content: "TRAG 02"; }
.info--clue-c strong::before { content: "TRAG 03"; }
.info--clue-d strong::before { content: "TRAG 04"; }
.info--clue-e strong::before { content: "TRAG 05"; }

.info small {
  max-width: 170px;
}

.micro-bubble--one small::before {
  content: "TRAG 06 / ";
}

/* Give the center wordmark a little more air without making it look typeset loosely. */
.center-core {
  letter-spacing: -.052em;
}

.center-domain {
  margin-left: .15em;
  letter-spacing: -.036em;
}


/* =========================================================
   HOSTINGER PRODUCTION / MOBILE FINAL
   ========================================================= */

.honeypot {
  position: fixed !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.privacy a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--navy-rgb), .24);
  text-underline-offset: 3px;
}

.waitlist.is-loading button {
  pointer-events: none;
  opacity: .72;
}

.waitlist.is-success {
  border-color: rgba(217,119,96,.36);
}

.waitlist.is-success input {
  color: rgba(var(--navy-rgb), .52);
}

/* Tablet: preserve the orbital composition, reduce decorative noise. */
@media (max-width: 900px) {
  .experience {
    width: 100%;
  }

  .orbit-zone {
    width: min(1080px, 110vw);
    height: min(650px, 61svh);
    top: 39%;
  }

  .info--clue-a { left: 8%; top: 13%; }
  .info--clue-b { left: 7%; top: 72%; }
  .info--clue-c { right: 5%; top: 14%; }
  .info--clue-d { right: 3%; top: 69%; }

  .info--clue-e,
  .micro-bubble--one {
    display: none;
  }

  .center-copy {
    top: 49%;
    width: min(72vw, 480px);
  }

  .waitlist-wrap {
    bottom: max(62px, calc(env(safe-area-inset-bottom) + 48px));
  }
}

/* Phones: this is a purpose-built composition, not scaled desktop. */
@media (max-width: 560px) {
  html,
  body,
  .page {
    min-height: 100svh;
    height: 100svh;
  }

  .topbar {
    top: max(15px, env(safe-area-inset-top));
  }

  .status-pill {
    gap: 6px;
    letter-spacing: .12em;
  }

  .orbit-video {
    width: 184%;
    height: 68svh;
    left: -42%;
    top: 5svh;
    object-position: center center;
  }

  .orbit-zone {
    width: 100vw;
    height: 52svh;
    top: 37%;
    transform: translate(-50%, -50%);
  }

  .center-copy {
    width: 78vw;
    top: 50%;
  }

  .center-core {
    font-size: clamp(46px, 15.2vw, 68px);
    letter-spacing: -.045em;
  }

  .center-domain {
    font-size: clamp(37px, 12.2vw, 55px);
    margin-left: .14em;
    letter-spacing: -.03em;
  }

  .center-rule {
    margin-top: 13px;
    margin-bottom: 12px;
    width: 22px;
  }

  .center-copy p {
    max-width: 245px;
    font-size: 8px;
    line-height: 1.55;
    letter-spacing: .16em;
  }

  .info {
    width: 100px;
  }

  .info strong::before {
    margin-bottom: 6px;
    font-size: 6px;
  }

  .info strong {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .09em;
  }

  .info small {
    display: block;
    max-width: 98px;
    font-size: 6.5px;
    line-height: 1.45;
    letter-spacing: .12em;
  }

  .info--clue-a {
    left: 18px;
    top: 12%;
  }

  .info--clue-b {
    left: 18px;
    top: 74%;
  }

  .info--clue-c {
    right: 11px;
    top: 12%;
  }

  .info--clue-d {
    right: 8px;
    top: 74%;
  }

  .info--clue-e,
  .micro-bubble,
  .micro-cross,
  .micro-dot {
    display: none;
  }

  .info-pin {
    display: none;
  }

  .connectors {
    opacity: .22;
    transform: scaleX(.92);
    transform-origin: center;
  }

  .waitlist-wrap {
    width: calc(100vw - 30px);
    bottom: max(47px, calc(env(safe-area-inset-bottom) + 38px));
  }

  .waitlist-label {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .waitlist {
    height: 54px;
    grid-template-columns: 23px minmax(0,1fr) 43px;
    padding-left: 14px;
    gap: 7px;
  }

  .mail-icon {
    width: 19px;
  }

  .waitlist input {
    font-size: 14px;
  }

  .waitlist button {
    width: 43px;
    height: 43px;
  }

  .privacy,
  .form-status {
    font-size: 7.5px;
    margin-top: 6px;
  }

  .footer {
    bottom: max(12px, env(safe-area-inset-bottom));
    font-size: 7px;
    letter-spacing: .08em;
  }
}

/* Very small / short phones. */
@media (max-width: 390px), (max-height: 650px) and (max-width: 560px) {
  .mini-brand {
    font-size: 17px;
  }

  .status-pill {
    padding: 7px 9px;
    font-size: 7px;
  }

  .orbit-video {
    height: 63svh;
    top: 4svh;
  }

  .orbit-zone {
    height: 48svh;
    top: 35%;
  }

  .info small {
    display: none;
  }

  .center-core {
    font-size: 43px;
  }

  .center-domain {
    font-size: 35px;
  }

  .waitlist-wrap {
    bottom: max(40px, calc(env(safe-area-inset-bottom) + 31px));
  }

  .privacy {
    max-width: 285px;
    margin-inline: auto;
  }
}


/* =========================================================
   FINAL CENTERING FIX
   Center the main gužva.me lockup inside the visible moving orbit.
   These overrides come last on purpose.
   ========================================================= */

/* Desktop / default */
.center-copy {
  top: 54%;
}

/* Tablet */
@media (max-width: 900px) {
  .center-copy {
    top: 53%;
  }
}

/* Phones */
@media (max-width: 560px) {
  /* keep the animated background continuous across the whole viewport */
  .orbit-video {
    width: 186%;
    height: 100svh;
    left: -43%;
    top: 0;
    bottom: 0;
    object-position: center center;
  }

  .orbit-zone {
    height: 56svh;
    top: 39%;
  }

  .center-copy {
    top: 58%;
    width: 80vw;
  }
}

/* Very small / short phones */
@media (max-width: 390px), (max-height: 650px) and (max-width: 560px) {
  .orbit-video {
    height: 100svh;
    top: 0;
  }

  .orbit-zone {
    height: 52svh;
    top: 37%;
  }

  .center-copy {
    top: 59%;
  }
}


/* =========================================================
   FINAL BRAND INTEGRATION — C2 + P2 COMPACT
   ========================================================= */

.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: auto;
  height: auto;
  line-height: 0;
}

.mini-brand-logo {
  display: block;
  width: clamp(148px, 11.8vw, 205px);
  height: auto;
  max-width: none;
}

/* The old temporary coral dot is intentionally retired. */
.brand-dot {
  display: none !important;
}

@media (max-width: 900px) {
  .mini-brand-logo {
    width: clamp(140px, 22vw, 180px);
  }
}

@media (max-width: 560px) {
  .mini-brand {
    font-size: initial;
  }

  .mini-brand-logo {
    width: 137px;
  }
}

@media (max-width: 390px), (max-height: 650px) and (max-width: 560px) {
  .mini-brand {
    font-size: initial;
  }

  .mini-brand-logo {
    width: 126px;
  }
}


/* =========================================================
   FINAL COMING SOON QA / POLISH
   ========================================================= */

:root {
  --keyboard-offset: 0px;
}

/* Final brand loader: C2 mark first, then P2 compact lockup. */
.loader-sequence {
  position: relative;
  width: min(74vw, 320px);
  height: 112px;
  display: grid;
  place-items: center;
}

.loader-icon {
  position: absolute;
  width: 92px;
  height: 92px;
  color: var(--navy);
  opacity: 0;
  animation: loaderIconStage 1.62s cubic-bezier(.2,.78,.2,1) forwards;
}

.loader-chevron {
  stroke-dasharray: 124;
  stroke-dashoffset: 124;
  animation: loaderC2Draw 1.04s cubic-bezier(.16,.84,.24,1) .14s forwards;
}

.loader-accent {
  fill: var(--coral);
  transform-box: fill-box;
  transform-origin: center;
  transform: scaleX(0);
  animation: loaderAccentIn .34s cubic-bezier(.2,.8,.2,1) .92s forwards;
}

.loader-lockup {
  position: absolute;
  display: block;
  width: min(280px, 70vw);
  height: auto;
  opacity: 0;
  transform: translateY(7px) scale(.985);
  animation: loaderLockupIn .52s cubic-bezier(.2,.8,.2,1) 1.46s forwards;
}

.loader.is-quick .loader-icon {
  opacity: 1;
  animation: quickLoaderMark 1.05s cubic-bezier(.2,.8,.2,1) forwards;
}

.loader.is-quick .loader-chevron {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  animation: none;
}

.loader.is-quick .loader-accent {
  transform: scaleX(1);
  animation: none;
}

.loader.is-quick .loader-lockup {
  display: none;
  animation: none;
}

@keyframes loaderC2Draw {
  from { stroke-dashoffset: 124; }
  to { stroke-dashoffset: 0; }
}

@keyframes loaderAccentIn {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@keyframes loaderIconStage {
  0% { opacity: 0; transform: scale(.92); }
  13%, 72% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(.96); }
}

@keyframes loaderLockupIn {
  from { opacity: 0; transform: translateY(7px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes quickLoaderMark {
  0% { opacity: 0; transform: scale(.9); }
  22%, 70% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(.96); }
}

/* The retired text-loader rules remain harmless earlier in the file,
   but these elements no longer exist in the HTML. */

@media (max-width: 900px) {
  .waitlist-wrap {
    bottom: max(
      62px,
      calc(env(safe-area-inset-bottom) + 48px + var(--keyboard-offset))
    );
    transition: bottom .18s ease;
  }
}

@media (max-width: 560px) {
  .loader-sequence {
    width: 76vw;
    height: 100px;
  }

  .loader-icon {
    width: 82px;
    height: 82px;
  }

  .loader-lockup {
    width: min(248px, 72vw);
  }

  .waitlist-wrap {
    bottom: max(
      47px,
      calc(env(safe-area-inset-bottom) + 38px + var(--keyboard-offset))
    );
  }
}

@media (max-width: 390px), (max-height: 650px) and (max-width: 560px) {
  .waitlist-wrap {
    bottom: max(
      40px,
      calc(env(safe-area-inset-bottom) + 31px + var(--keyboard-offset))
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .loader-icon,
  .loader-chevron,
  .loader-accent,
  .loader-lockup {
    animation: none !important;
  }

  .loader-icon {
    display: none;
  }

  .loader-lockup {
    opacity: 1;
    transform: none;
  }
}
