@font-face {
  font-family: "Bobby Jones Soft";
  src: url("../fonts/bobby-jones-soft.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uncut Sans";
  src: url("../fonts/uncut-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #2f8a3a;
  --green-deep: #123e1c;
  --yellow: #ffc91f;
  --purple: #6a4c9c;
  --black: #151210;
  --cream: #ffeed9;
  --pink: #f69bb6;
  --teal: #35cca6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Uncut Sans", system-ui, sans-serif;
  color: var(--cream);
  background: var(--green-deep);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

.soon {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--green);
}

.soon__cityscape {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.soon__cityscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.soon__tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: color-mix(in srgb, var(--green-deep) 36%, color-mix(in srgb, var(--green) 64%, transparent));
}

.soon__tint::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 0% 0%, rgba(8, 36, 14, 0.72) 0%, transparent 70%),
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(8, 36, 14, 0.72) 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 0% 100%, rgba(8, 36, 14, 0.68) 0%, transparent 70%),
    radial-gradient(ellipse 55% 55% at 100% 100%, rgba(8, 36, 14, 0.68) 0%, transparent 70%);
}

.soon__grunge {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    url("../images/texture-rustic-dots-09.webp") center / 420px repeat,
    url("../images/hero-grunge.webp") center / cover no-repeat;
  opacity: 0.28;
  mix-blend-mode: multiply;
}

.soon__rays {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 2;
  width: min(140vw, 980px);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
  color: var(--cream);
  opacity: 0.42;
  mix-blend-mode: soft-light;
  animation: spin 45s linear infinite;
}

.soon__rays-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.soon__swatches {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.soon__swatch {
  position: absolute;
  width: clamp(200px, 40vw, 480px);
  height: auto;
  opacity: 0.9;
}

.soon__swatch--bl-p {
  left: -8%;
  bottom: -12%;
  transform: rotate(-18deg);
}

.soon__swatch--bl-y {
  left: -4%;
  bottom: -8%;
  transform: rotate(-8deg) scale(0.92);
}

.soon__swatch--br-p {
  right: -10%;
  bottom: -14%;
  transform: scaleX(-1) rotate(-18deg);
}

.soon__swatch--br-y {
  right: -5%;
  bottom: -9%;
  transform: scaleX(-1) rotate(-8deg) scale(0.92);
}

.soon__stage {
  position: relative;
  z-index: 4;
  width: min(720px, 92vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 2.5rem 0 3rem;
}

.soon__logo-wrap {
  width: min(88vw, 420px);
  animation:
    logo-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both,
    logo-float 5.4s ease-in-out 1s infinite;
}

.soon__logo {
  width: 100%;
  height: auto;
  filter:
    drop-shadow(5px 7px 0 var(--cream))
    drop-shadow(0 0 18px rgba(255, 238, 217, 0.5));
}

.soon__brand {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: clamp(1.85rem, 6.2vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow: 3px 3px 0 var(--green-deep);
  animation: fade-up 0.7s ease 0.25s both;
}

.soon__line {
  font-family: "Bobby Jones Soft", sans-serif;
  font-size: clamp(1.15rem, 3.6vw, 1.85rem);
  line-height: 1.15;
  color: var(--yellow);
  text-shadow: 2px 2px 0 var(--green-deep);
  animation: fade-up 0.7s ease 0.4s both;
}

.soon__lead {
  max-width: 28rem;
  font-size: clamp(0.95rem, 2.4vw, 1.1rem);
  font-weight: 600;
  line-height: 1.45;
  color: color-mix(in srgb, var(--cream) 92%, white);
  animation: fade-up 0.7s ease 0.55s both;
}

.soon__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0.35rem;
  animation: fade-up 0.7s ease 0.7s both;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

.btn--primary {
  background: var(--yellow);
  color: var(--black);
}

.btn--primary:hover {
  background: #ffd84a;
}

.btn--ghost {
  background: transparent;
  color: var(--cream);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--cream) 75%, transparent);
}

.btn--ghost:hover {
  background: color-mix(in srgb, var(--cream) 12%, transparent);
}

.soon__mascot {
  position: absolute;
  right: clamp(-4%, 2vw, 6%);
  bottom: 0;
  z-index: 3;
  width: min(38vw, 280px);
  pointer-events: none;
  opacity: 0.95;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
  animation: mascot-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}

@media (max-width: 700px) {
  .soon__mascot {
    display: none;
  }

  .soon__stage {
    gap: 0.85rem;
  }
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes logo-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mascot-in {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 0.95;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .soon__rays,
  .soon__logo-wrap,
  .soon__brand,
  .soon__line,
  .soon__lead,
  .soon__cta,
  .soon__mascot {
    animation: none !important;
  }
}
