:root {
  --ink: #4c4c51;
  --muted: #88939e;
  --orange: #f97316;
  --deep-orange: #c2410c;
  --line: rgba(229, 231, 235, 0.7);
}

* {
  box-sizing: border-box;
}

html {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--ink);
}

@supports (overflow: clip) {
  html,
  body,
  main {
    overflow-x: clip;
  }
}

img {
  display: block;
  max-width: 100%;
}

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

h1,
h2,
p {
  margin: 0;
}

.site-header {
  pointer-events: none;
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: block;
  width: 100%;
  color: #111827;
  font-size: 0.875rem;
}

.site-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0.75rem;
}

.nav-pill {
  pointer-events: auto;
  position: relative;
  display: flex;
  min-height: 4rem;
  width: 100%;
  max-width: 72rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
  backdrop-filter: blur(30px) saturate(160%) contrast(104%);
}

.brand,
.footer p {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
}

.brand-word {
  color: #111827;
  font-family: "Playwrite GB J", cursive;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.nav-status {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.55rem 0.9rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 237, 213, 0.42) 45%, rgba(251, 146, 60, 0.2)),
    linear-gradient(90deg, rgba(249, 115, 22, 0.3), rgba(255, 255, 255, 0.16));
  box-shadow:
    0 10px 28px rgba(194, 65, 12, 0.18),
    inset 0 1px 1px rgba(255, 255, 255, 0.9),
    inset 0 -1px 2px rgba(154, 52, 18, 0.18);
  color: #9a3412;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
}

.header-glass-pill {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 9999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.32) 42%, rgba(255, 255, 255, 0.18) 62%, rgba(255, 255, 255, 0.58)),
    linear-gradient(90deg, rgba(249, 115, 22, 0.1), rgba(20, 184, 166, 0.08));
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.16),
    0 7px 24px rgba(15, 23, 42, 0.1),
    inset 0 1px 1px rgba(255, 255, 255, 0.98),
    inset 0 -1px 2px rgba(15, 23, 42, 0.14);
}

.header-glass-pill::before,
.header-glass-pill::after,
.search-glass-container::before,
.search-glass-container::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.header-glass-pill::before {
  z-index: 0;
  background:
    radial-gradient(140% 110% at 9% 4%, rgba(255, 255, 255, 0.78), transparent 34%),
    radial-gradient(95% 120% at 92% 12%, rgba(255, 255, 255, 0.34), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 48%, rgba(15, 23, 42, 0.05));
}

.header-glass-pill::after {
  box-shadow:
    inset 10px 0 24px rgba(255, 255, 255, 0.24),
    inset -10px 0 22px rgba(15, 23, 42, 0.08),
    inset 0 -14px 28px rgba(15, 23, 42, 0.06);
}

.search-glass-container {
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.48) 42%, rgba(255, 255, 255, 0.3) 64%, rgba(255, 255, 255, 0.68)),
    linear-gradient(90deg, rgba(249, 115, 22, 0.08), rgba(20, 184, 166, 0.06));
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.14),
    0 8px 26px rgba(15, 23, 42, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.96),
    inset 0 -1px 2px rgba(15, 23, 42, 0.08);
}

.search-glass-container::before {
  z-index: 0;
  background:
    radial-gradient(90% 120% at 8% 0%, rgba(255, 255, 255, 0.76), transparent 42%),
    radial-gradient(80% 120% at 96% 4%, rgba(255, 255, 255, 0.44), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 56%, rgba(15, 23, 42, 0.035));
}

.search-glass-container::after {
  box-shadow:
    inset 14px 0 30px rgba(255, 255, 255, 0.28),
    inset -14px 0 26px rgba(15, 23, 42, 0.045),
    inset 0 -18px 34px rgba(15, 23, 42, 0.04);
}

.search-glass-container > * {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #a8a8b6;
  padding: 6rem 1.25rem 0;
  text-align: center;
  color: #ffffff;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(159, 160, 175, 0.95), rgba(159, 160, 175, 0.45), rgba(0, 0, 0, 0.1));
}

.hero-inner {
  position: relative;
  z-index: 10;
  width: min(72rem, 100%);
  padding: 6rem 0;
}

.hero-copy-block {
  transform: translateY(-2rem);
}

h1,
.stats strong {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
}

h1 {
  margin-inline: auto;
  max-width: 64rem;
  color: #ffffff;
  font-size: clamp(2.35rem, 11vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.16));
}

h1 span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

h1 svg {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 10px;
  color: var(--orange);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}

.hero-copy-block p {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.18));
}

.wait-wrap {
  position: relative;
  margin: 4rem auto 0;
  width: 100%;
  max-width: 72rem;
}

.mascot {
  pointer-events: none;
  position: absolute;
  top: -5rem;
  left: 50%;
  z-index: 20;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.wait-panel {
  position: relative;
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-height: clamp(7rem, 12vw, 8.75rem);
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 1.4vw, 0.95rem);
  border-radius: clamp(1.5rem, 4vw, 2rem);
  padding: clamp(1rem, 2.4vw, 1.5rem) clamp(1.1rem, 4vw, 2rem);
  color: var(--ink);
  text-align: center;
  white-space: nowrap;
  backdrop-filter: blur(28px) saturate(150%) contrast(104%);
}

.launch-countdown-copy,
.launch-countdown-digits,
.launch-countdown-unit,
.launch-countdown-card {
  position: relative;
  z-index: 1;
}

.launch-countdown-copy {
  flex: 0 0 auto;
  color: var(--deep-orange);
  font-size: clamp(1.1rem, 4.3vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
}

.launch-countdown-digits {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.45vw, 0.95rem);
  white-space: nowrap;
}

.launch-countdown-unit {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: clamp(0.08rem, 0.35vw, 0.16rem);
}

.launch-countdown-card {
  position: relative;
  display: inline-block;
  min-width: clamp(2.35rem, 7vw, 4.25rem);
  height: clamp(2.65rem, 7.4vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: clamp(0.45rem, 1.35vw, 0.8rem);
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 8px 18px rgba(124, 45, 18, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.98),
    inset 0 -1px 2px rgba(15, 23, 42, 0.12);
  color: var(--ink);
  font-size: clamp(1.45rem, 4.6vw, 2.45rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  perspective: 240px;
  transform-style: preserve-3d;
}

.launch-countdown-card::after {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(76, 76, 81, 0.16);
  content: "";
  pointer-events: none;
}

.flip-card-half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.7)),
    linear-gradient(135deg, rgba(249, 115, 22, 0.16), rgba(20, 184, 166, 0.08));
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.flip-card-value {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.flip-card-half-top,
.flip-card-flip-top {
  top: 0;
  border-radius: clamp(0.45rem, 1.35vw, 0.8rem) clamp(0.45rem, 1.35vw, 0.8rem) 0 0;
}

.flip-card-half-bottom,
.flip-card-flip-bottom {
  bottom: 0;
  border-radius: 0 0 clamp(0.45rem, 1.35vw, 0.8rem) clamp(0.45rem, 1.35vw, 0.8rem);
  background:
    linear-gradient(180deg, rgba(229, 231, 235, 0.78), rgba(255, 255, 255, 0.95)),
    linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(20, 184, 166, 0.08));
}

.flip-card-half-top .flip-card-value,
.flip-card-flip-top .flip-card-value {
  top: 0;
}

.flip-card-half-bottom .flip-card-value,
.flip-card-flip-bottom .flip-card-value {
  bottom: 0;
}

.flip-card-flip-top,
.flip-card-flip-bottom {
  z-index: 10;
  transform-origin: bottom;
}

.flip-card-flip-top {
  transform: rotateX(0deg);
}

.flip-card-flip-bottom {
  align-items: flex-start;
  transform: rotateX(90deg);
  transform-origin: top;
}

.launch-countdown-card.is-flipping .flip-card-flip-top {
  animation: flip-countdown-top 320ms ease-in forwards;
}

.launch-countdown-card.is-flipping .flip-card-flip-bottom {
  animation: flip-countdown-bottom 320ms ease-out 320ms forwards;
}

@keyframes flip-countdown-top {
  from {
    transform: rotateX(0deg);
  }

  to {
    transform: rotateX(-90deg);
  }
}

@keyframes flip-countdown-bottom {
  from {
    transform: rotateX(90deg);
  }

  to {
    transform: rotateX(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-countdown-card.is-flipping .flip-card-flip-top,
  .launch-countdown-card.is-flipping .flip-card-flip-bottom {
    animation: none;
  }
}

.masonry-section {
  pointer-events: none;
  position: relative;
  z-index: 30;
  margin-top: -2.5rem;
  overflow: hidden;
  padding-bottom: 5rem;
}

.masonry-grid {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: grid;
  width: min(720px, calc(100vw - 2rem));
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  transform: translateX(-50%);
}

.tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 3px;
}

.tile.framed {
  border: 5px solid #ffffff;
  background: #ffffff;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lift-high {
  transform: translateY(-1rem);
}

.sink-low {
  transform: translateY(0.75rem);
}

.sink-high {
  transform: translateY(2rem);
}

.desktop-only {
  display: none;
}

.intro-band {
  pointer-events: none;
  position: relative;
  z-index: 10;
  padding-top: 16rem;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
}

.intro-inner {
  pointer-events: auto;
  display: flex;
  width: min(80rem, 100%);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding: 0 1.25rem;
}

.intro-text {
  max-width: 42rem;
  text-align: center;
}

.intro-text h2 {
  color: var(--ink);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
}

.intro-text p {
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.78;
}

.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: #000000;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  display: grid;
  width: min(72rem, calc(100% - 2.5rem));
  margin: 0 auto;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 3.5rem 0 6rem;
  text-align: center;
}

.stats > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats strong {
  background: linear-gradient(135deg, #fb923c, var(--deep-orange));
  background-clip: text;
  color: transparent;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.07));
}

.stats span {
  margin-top: 1rem;
  max-width: 14rem;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

.quote-section {
  background: #ffffff;
  padding: 0 1.25rem 4rem;
}

.quote-card {
  position: relative;
  aspect-ratio: 3 / 2;
  width: min(56rem, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #ffffff;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.quote-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-fade {
  position: absolute;
  inset: 0 0 auto;
  height: 66%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45), transparent);
}

.quote-card p {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  margin: 0 auto;
  max-width: 42rem;
  color: var(--orange);
  font-family: "Cedarville Cursive", cursive;
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.13));
}

.footer {
  display: flex;
  width: min(80rem, calc(100% - 2.5rem));
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.footer p {
  color: var(--muted);
  font-weight: 500;
}

@media (min-width: 768px) {
  .site-nav {
    padding: 0.75rem 1.5rem;
  }

  .nav-pill {
    padding-inline: 1.5rem;
  }

  .brand-word {
    font-size: 1.5rem;
  }

  .hero-copy-block {
    transform: translateY(-3rem);
  }

  .hero-copy-block p {
    margin-top: 2rem;
    font-size: 1.5rem;
  }

  .wait-wrap {
    margin-top: 5rem;
  }

  .mascot {
    top: -6.25rem;
    width: 7rem;
    height: 7rem;
  }

  .masonry-section {
    margin-top: -4rem;
    padding-bottom: 7rem;
  }

  .masonry-grid {
    top: 2rem;
    width: min(1500px, calc(100vw - 3rem));
    grid-template-columns: repeat(6, 1fr);
    gap: 1.5rem;
  }

  .lift-high {
    transform: translateY(-2rem);
  }

  .sink-low {
    transform: translateY(1.25rem);
  }

  .sink-high {
    transform: translateY(4rem);
  }

  .desktop-only {
    display: block;
  }

  .intro-band {
    padding-top: 22.5rem;
  }

  .intro-inner {
    flex-direction: row;
    padding: 0 2rem;
  }

  .intro-text {
    width: 50%;
    text-align: left;
  }

  .intro-text h2 {
    font-size: 3rem;
  }

  .intro-text p {
    font-size: 1.25rem;
  }

  .video-card {
    width: 50%;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6rem;
  }

  .stats strong {
    font-size: 3.75rem;
  }

  .quote-section {
    padding-bottom: 6rem;
  }

  .quote-card p {
    top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .stats span {
    font-size: 1.125rem;
  }

  .intro-text h2 {
    font-size: 3rem;
  }
}

@media (max-width: 720px) {
  .site-nav {
    padding: 0.5rem;
  }

  .nav-pill {
    min-height: 3.5rem;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem;
  }

  .brand {
    flex-shrink: 0;
  }

  .brand svg {
    width: 24px;
    height: 24px;
  }

  .brand-word {
    font-size: 1.1rem;
  }

  .nav-status {
    padding-inline: 0.7rem;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .hero {
    padding-inline: 1rem;
  }

  .hero-inner {
    padding: 5rem 0 4rem;
  }

  .wait-wrap {
    max-width: 32rem;
  }

  .wait-panel {
    width: min(100%, 34rem);
    margin-inline: auto;
  }

  .quote-card p {
    top: 1.5rem;
    left: 1rem;
    right: 1rem;
    font-size: clamp(1.7rem, 9vw, 2.35rem);
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}
