@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Nunito:wght@500;700;900&display=swap");

:root {
  --ink: #080808;
  --gold: #ffcc08;
  --red: #db001e;
  --cream: #fff8dc;
  --green: #27873b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Nunito", Arial, sans-serif;
}

a {
  color: inherit;
}

.coming-soon {
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    var(--ink);
  background-size: 52px 52px;
}

.coming-soon::before,
.coming-soon::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 28px;
  height: 65vh;
  background: var(--red);
  transform: rotate(18deg);
  opacity: 0.94;
}

.coming-soon::before {
  left: -4px;
  top: 20vh;
}

.coming-soon::after {
  right: 2%;
  top: -32vh;
}

.topbar,
footer {
  width: min(1440px, 100%);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.topbar {
  padding-top: 24px;
}

.mini-brand {
  font-family: "Luckiest Guy", Impact, sans-serif;
  color: var(--gold);
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  letter-spacing: 0.08em;
  text-decoration: none;
  text-shadow: 3px 3px 0 var(--red);
}

.truck-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.truck-label span {
  color: var(--gold);
  margin-right: 8px;
}

.hero {
  width: min(1440px, 100%);
  margin-inline: auto;
  padding: clamp(52px, 6vw, 92px) clamp(24px, 5vw, 76px) 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 52px;
  padding-bottom: 2px;
  color: var(--gold);
  font-size: clamp(0.75rem, 1vw, 0.95rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

h1 {
  margin: 0;
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: clamp(5.5rem, 10.4vw, 10.5rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0.01em;
  color: var(--red);
  transform: rotate(-1.5deg);
  text-shadow:
    5px 5px 0 var(--gold),
    10px 10px 0 #000;
}

h1 span {
  display: block;
}

h1 .soon {
  margin-top: 0.2em;
  color: var(--gold);
  text-shadow:
    5px 5px 0 var(--red),
    10px 10px 0 #000;
}

.intro {
  max-width: 590px;
  margin: clamp(34px, 5vw, 56px) 0 26px;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.65;
  font-weight: 700;
  color: #f6edd0;
}

.flavor-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.flavor-strip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px var(--gold);
}

.logo-stage {
  position: relative;
  display: grid;
  place-items: center;
}

.logo-frame {
  width: min(100%, 480px);
  aspect-ratio: 922 / 1278;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
}

.logo-frame::after {
  display: none;
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    saturate(1.05)
    contrast(1.04)
    drop-shadow(0 22px 30px rgba(0, 0, 0, 0.55))
    drop-shadow(12px 12px 0 rgba(219, 0, 30, 0.38));
}

.stamp {
  position: absolute;
  z-index: 2;
  padding: 9px 17px 7px;
  border: 3px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  font-family: "Luckiest Guy", Impact, sans-serif;
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  letter-spacing: 0.08em;
  box-shadow: 5px 5px 0 var(--ink);
}

.stamp-top {
  top: 4%;
  right: -7%;
  transform: rotate(6deg);
}

.stamp-bottom {
  bottom: -4%;
  left: -8%;
  background: var(--green);
  color: white;
  transform: rotate(-5deg);
}

.sun-glow {
  position: absolute;
  z-index: -1;
  width: min(75vw, 980px);
  aspect-ratio: 1;
  right: -24vw;
  top: -25vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 204, 8, 0.18), transparent 66%);
}

.pearl {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.75;
}

.pearl-one { width: 18px; height: 18px; left: 43%; top: 18%; }
.pearl-two { width: 11px; height: 11px; left: 46%; top: 24%; background: var(--gold); }
.pearl-three { width: 25px; height: 25px; left: 5%; bottom: 17%; }
.pearl-four { width: 13px; height: 13px; right: 4%; bottom: 22%; background: var(--gold); }
.pearl-five { width: 8px; height: 8px; left: 49%; bottom: 11%; background: var(--gold); }

footer {
  min-height: 68px;
  border-top: 1px solid rgba(255, 204, 8, 0.25);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  color: rgba(255, 248, 220, 0.68);
}

footer p {
  margin: 0;
}

footer span {
  color: var(--gold);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  h1 {
    font-size: clamp(5rem, 19vw, 8rem);
  }

  .intro {
    max-width: 640px;
  }

  .logo-stage {
    width: min(74vw, 470px);
    margin: 8px auto 48px;
  }

  .pearl-one { left: 8%; top: 31%; }
  .pearl-two { left: auto; right: 9%; top: 38%; }
}

@media (max-width: 560px) {
  .topbar {
    padding-top: 20px;
  }

  .truck-label {
    max-width: 160px;
    text-align: right;
    line-height: 1.4;
    font-size: 0.58rem;
  }

  .hero {
    padding-top: 56px;
    gap: 36px;
  }

  .eyebrow {
    margin-bottom: 38px;
  }

  h1 {
    font-size: clamp(4.5rem, 23vw, 7.2rem);
    text-shadow: 3px 3px 0 var(--gold), 6px 6px 0 #000;
  }

  h1 .soon {
    text-shadow: 3px 3px 0 var(--red), 6px 6px 0 #000;
  }

  .intro {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .flavor-strip {
    justify-content: center;
    gap: 9px;
    font-size: 0.62rem;
  }

  .logo-frame {
    width: min(100%, 400px);
  }

  .stamp-top {
    right: -1%;
  }

  .stamp-bottom {
    bottom: -3%;
    left: -1%;
  }

  footer {
    justify-content: center;
    text-align: center;
  }

  footer span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
