:root {
  --cream: #fff7e8;
  --ink: #151515;
  --coral: #ff6b4a;
  --blue: #2457f5;
  --yellow: #e9ff45;
  --pink: #ffd7c8;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 88%, rgba(255, 215, 200, 0.6), transparent 22rem),
    radial-gradient(circle at 92% 12%, rgba(233, 255, 69, 0.15), transparent 17rem),
    var(--cream);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
}

button,
a {
  color: inherit;
  font: inherit;
}

.page-shell {
  width: min(100% - 7rem, 1500px);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.wordmark {
  color: var(--ink);
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  text-decoration: none;
}

.wordmark span {
  color: var(--coral);
}

.status {
  min-width: 142px;
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 999px;
  background: rgba(255, 215, 200, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.status:hover {
  transform: rotate(1deg) translateY(-2px);
  background: var(--pink);
}

.status > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 107, 74, 0.13);
  animation: pulse 2s ease-in-out infinite;
}

.hero {
  min-height: calc(100vh - 198px);
  display: grid;
  grid-template-columns: minmax(520px, 0.88fr) minmax(600px, 1.12fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
}

.copy {
  position: relative;
  z-index: 2;
  padding: 3rem 0 5rem;
  animation: rise 0.7s cubic-bezier(.22, 1, .36, 1) both;
}

.eyebrow {
  margin: 0 0 1.35rem;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 2rem;
  font-size: clamp(5rem, 7.5vw, 8.2rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.085em;
}

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

h1 span::after {
  content: "";
  position: absolute;
  left: 0.05em;
  right: -0.02em;
  bottom: -0.02em;
  height: 0.11em;
  border-radius: 999px;
  background: var(--yellow);
  transform: rotate(-1.2deg);
  z-index: -1;
}

.lead {
  margin: 0 0 2rem;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  font-weight: 580;
  line-height: 1.42;
  letter-spacing: -0.025em;
}

button {
  min-height: 58px;
  padding: 0 1.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  background: var(--ink);
  color: white;
  font-size: 0.92rem;
  font-weight: 690;
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:hover {
  transform: translateY(-3px) rotate(-0.4deg);
  box-shadow: 0 18px 36px rgba(21, 21, 21, 0.18);
}

button:active {
  transform: translateY(0) scale(0.98);
}

button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

.button-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.12);
}

.button-hint {
  margin: 0.8rem 0 0 0.3rem;
  color: rgba(21, 21, 21, 0.44);
  font-size: 0.72rem;
}

.visual {
  position: relative;
  align-self: stretch;
  min-height: 600px;
  display: grid;
  place-items: center;
  animation: appear 0.9s 0.08s cubic-bezier(.22, 1, .36, 1) both;
}

.visual img {
  width: 112%;
  max-width: none;
  aspect-ratio: 1.82;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: saturate(1.06);
  transform: translateX(2%);
  animation: drift 8s ease-in-out infinite;
}

.visual.bounce-1 img {
  animation: happyBounce 0.75s cubic-bezier(.34, 1.56, .64, 1), drift 8s 0.75s ease-in-out infinite;
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(36, 87, 245, 0.12);
  border-radius: 50%;
}

.orbit-one {
  width: 75%;
  aspect-ratio: 1;
}

.orbit-two {
  width: 48%;
  aspect-ratio: 1;
  border-color: rgba(255, 107, 74, 0.16);
}

.float-dot {
  position: absolute;
  border-radius: 50%;
  box-shadow: inset -4px -5px 9px rgba(0, 0, 0, 0.12), 0 10px 25px rgba(0, 0, 0, 0.08);
}

.dot-one {
  width: 26px;
  height: 26px;
  top: 15%;
  left: 8%;
  background: var(--blue);
  animation: floatOne 6s ease-in-out infinite;
}

.dot-two {
  width: 18px;
  height: 18px;
  right: 3%;
  bottom: 17%;
  background: var(--coral);
  animation: floatTwo 7s ease-in-out infinite;
}

.dot-three {
  width: 13px;
  height: 13px;
  top: 28%;
  right: 8%;
  background: var(--yellow);
  animation: floatOne 5s 0.8s ease-in-out infinite reverse;
}

footer {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  color: rgba(21, 21, 21, 0.48);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.footer-smile {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 850;
  transform: rotate(90deg);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes appear {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes drift {
  0%, 100% { transform: translateX(2%) translateY(0) rotate(0); }
  50% { transform: translateX(2%) translateY(-9px) rotate(0.4deg); }
}

@keyframes happyBounce {
  0% { transform: translateX(2%) translateY(0) scale(1); }
  35% { transform: translateX(2%) translateY(-24px) scale(1.025, 0.975); }
  65% { transform: translateX(2%) translateY(5px) scale(0.985, 1.015); }
  100% { transform: translateX(2%) translateY(0) scale(1); }
}

@keyframes floatOne {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -18px); }
}

@keyframes floatTwo {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-13px, 14px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 1120px) {
  .page-shell {
    width: min(100% - 4rem, 980px);
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
  }

  h1 {
    font-size: clamp(4.6rem, 8vw, 6.6rem);
  }

  .visual img {
    width: 128%;
  }
}

@media (max-width: 800px) {
  body {
    overflow-y: auto;
  }

  .page-shell {
    width: calc(100% - 2rem);
  }

  header {
    height: 88px;
  }

  .status {
    min-width: 0;
    min-height: 40px;
    padding: 0.55rem 0.85rem;
    font-size: 0.74rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .copy {
    padding: 3.5rem 0 1rem;
  }

  .eyebrow {
    font-size: 0.67rem;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6.2rem);
    line-height: 0.86;
  }

  .lead {
    font-size: 1.15rem;
  }

  button {
    width: 100%;
    justify-content: center;
  }

  .visual {
    min-height: 420px;
  }

  .visual img {
    width: 130%;
    transform: none;
  }

  footer {
    margin-top: 1rem;
  }

  footer span:nth-child(2) {
    display: none;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(3.45rem, 17.5vw, 4.5rem);
  }

  .visual {
    min-height: 340px;
  }

  .visual img {
    width: 150%;
  }
}

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