: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;
  -webkit-text-size-adjust: 100%;
}

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

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: space-between;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
  backdrop-filter: blur(30px) saturate(160%) contrast(104%);
}

.brand,
.nav-status,
.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: visible;
  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,
.final-cta h2 {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
}

h1 {
  margin-inline: auto;
  max-width: 64rem;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 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: 2rem;
  z-index: 20;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.wait-panel {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 84px;
  grid-template-columns: 0.8fr 1.35fr 1fr;
  align-items: center;
  gap: 0.5rem;
  border-radius: 28px;
  padding: 0.5rem;
  color: var(--ink);
  text-align: left;
  backdrop-filter: blur(28px) saturate(150%) contrast(104%);
}

.wait-panel > div {
  display: flex;
  min-height: 68px;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  padding: 0 1.25rem;
}

.wait-panel span {
  color: var(--deep-orange);
  font-size: 0.78rem;
  font-weight: 800;
}

.wait-panel strong {
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.wait-country span {
  font-size: 1.125rem;
  line-height: 1;
}

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

.masonry-grid {
  position: absolute;
  top: 1rem;
  left: 50%;
  display: grid;
  width: 720px;
  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));
}

.final-cta {
  padding: 4rem 1.25rem 7rem;
  text-align: center;
}

.final-cta h2 {
  margin: 0 auto;
  max-width: 56rem;
  color: var(--ink);
  font-size: clamp(2.25rem, 7vw, 3.75rem);
  font-weight: 800;
  line-height: 1.08;
}

.final-cta p {
  margin: 1.5rem auto 0;
  max-width: 42rem;
  color: #6b7280;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.65;
}

.final-panel {
  position: relative;
  display: flex;
  width: min(42rem, 100%);
  margin: 2.5rem auto 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 1.35rem 1.5rem;
  text-align: center;
}

.final-panel strong {
  color: var(--orange);
  font-size: 1rem;
  font-weight: 800;
}

.final-panel span {
  margin-top: 0.35rem;
  color: #6b7280;
  font-size: 1rem;
  font-weight: 500;
}

.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;
    left: 2.75rem;
    width: 7rem;
    height: 7rem;
  }

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

  .masonry-grid {
    top: 2rem;
    width: 1500px;
    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) {
  .nav-status {
    padding-inline: 0.7rem;
    font-size: 0.72rem;
  }

  h1 {
    font-size: 3rem;
  }

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

  .mascot {
    left: 50%;
    transform: translateX(-50%);
  }

  .wait-panel {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    text-align: center;
  }

  .wait-panel > div {
    min-height: auto;
    padding: 0.75rem 1rem;
  }

  .wait-note {
    display: none !important;
  }

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