:root {
  --paper: #fffdf8;
  --surface: #f1f1e8;
  --ink: #20211f;
  --muted: #686c61;
  --sage: #596346;
  --sage-dark: #3f4930;
  --clay: #b76541;
  --line: rgba(32, 33, 31, 0.14);
  --shadow: 0 28px 80px rgba(55, 50, 41, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 28%, rgba(183, 101, 65, 0.08), transparent 26%),
    linear-gradient(180deg, var(--paper) 0%, #fbfaf5 58%, var(--surface) 100%);
  font-family: "Manrope", "Avenir Next", Arial, sans-serif;
  letter-spacing: 0;
}

body,
button,
input {
  font: 400 16px/1.6 "Manrope", "Avenir Next", Arial, sans-serif;
}

button,
input {
  color: inherit;
}

button {
  border: 0;
}

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

img,
svg {
  display: block;
}

p,
h1,
h2 {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 30;
  padding: 10px 14px;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--paper);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  width: min(var(--max), calc(100% - 44px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand img {
  width: 44px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: contain;
}

.header-action,
.notify-row button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--sage);
  color: #fffdf8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.header-action:hover,
.header-action:focus-visible,
.notify-row button:hover,
.notify-row button:focus-visible {
  background: var(--sage-dark);
  transform: translateY(-1px);
}

.hero {
  width: min(var(--max), calc(100% - 44px));
  min-height: calc(100svh - 146px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(34px, 4vw, 58px);
  padding: clamp(12px, 2.2vw, 34px) 0 clamp(12px, 1.5vw, 28px);
}

.hero-copy {
  max-width: 610px;
  min-width: 0;
}

.hero h1 {
  max-width: 640px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 7.2vw, 104px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
}

.coming-soon {
  margin-top: 24px;
  color: var(--sage);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.coming-soon::before {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-bottom: 16px;
  background: var(--clay);
}

.intro {
  max-width: 500px;
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
}

.notify-form {
  width: min(100%, 520px);
  margin-top: 26px;
}

.notify-form label {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.notify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 50px rgba(55, 50, 41, 0.08);
  overflow: hidden;
}

.notify-row input {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.notify-row input::placeholder {
  color: rgba(104, 108, 97, 0.72);
}

.notify-row input:focus {
  box-shadow: inset 0 0 0 2px rgba(89, 99, 70, 0.24);
}

.notify-row button {
  min-height: 58px;
  border-radius: 0;
}

.form-status {
  min-height: 24px;
  margin-top: 10px;
  color: var(--sage-dark);
  font-size: 14px;
}

.pet-stage {
  position: relative;
  min-width: 0;
  min-height: min(48vw, 540px);
  display: grid;
  align-items: center;
  justify-items: center;
  isolation: isolate;
}

.pet-stage::before {
  content: "";
  position: absolute;
  inset: 10% 2% 2% 6%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 241, 232, 0.94), rgba(255, 253, 248, 0) 68%);
}

.pet-button {
  position: relative;
  width: min(100%, 620px);
  display: grid;
  place-items: center;
  padding: 0;
  background: transparent;
  cursor: pointer;
  animation: pet-breathe 4.8s ease-in-out infinite;
}

.pet-button img {
  width: 100%;
  height: auto;
  max-height: min(72svh, 650px);
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(55, 50, 41, 0.12);
}

.pet-button.is-petted {
  animation: pet-hop 560ms ease both;
}

.pet-shadow {
  position: absolute;
  left: 27%;
  right: 18%;
  bottom: 3%;
  z-index: -1;
  height: 30px;
  border-radius: 50%;
  background: rgba(55, 50, 41, 0.13);
  filter: blur(10px);
  animation: shadow-breathe 4.8s ease-in-out infinite;
}

.tail-lines {
  position: absolute;
  left: 14%;
  bottom: 22%;
  width: 58px;
  height: 42px;
  border-top: 3px solid rgba(89, 99, 70, 0.46);
  border-radius: 50%;
  transform-origin: right center;
  animation: wag 900ms ease-in-out infinite;
}

.tail-lines::before,
.tail-lines::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 45px;
  height: 30px;
  border-top: 3px solid rgba(89, 99, 70, 0.34);
  border-radius: 50%;
}

.tail-lines::before {
  top: 8px;
}

.tail-lines::after {
  top: 18px;
}

.paw {
  position: absolute;
  z-index: -1;
  color: rgba(89, 99, 70, 0.38);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -5px;
  transform: rotate(-18deg);
  animation: float-paw 6s ease-in-out infinite;
}

.paw::before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -8px;
  width: 18px;
  height: 17px;
  border-radius: 50%;
  background: currentColor;
}

.paw-one {
  top: 22%;
  left: 13%;
}

.paw-two {
  top: 36%;
  right: 8%;
  animation-delay: -2s;
}

.paw-three {
  bottom: 18%;
  left: 20%;
  animation-delay: -3.8s;
}

.pet-status {
  position: absolute;
  right: 6%;
  bottom: 5%;
  width: min(260px, 72%);
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.heart-burst {
  position: absolute;
  color: var(--clay);
  font-size: 28px;
  pointer-events: none;
  animation: heart-rise 900ms ease-out forwards;
}

.launch-strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: -8px;
  padding: 34px max(22px, calc((100vw - var(--max)) / 2)) 40px;
  background: rgba(241, 241, 232, 0.78);
  border-top: 1px solid rgba(32, 33, 31, 0.08);
}

.launch-strip article {
  min-height: 128px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-content: center;
  column-gap: 22px;
  padding: 0 clamp(18px, 4vw, 44px);
  border-left: 1px solid var(--line);
}

.launch-strip article:first-child {
  border-left: 0;
}

.launch-strip svg {
  width: 52px;
  height: 52px;
  align-self: center;
  color: var(--clay);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.launch-strip h2 {
  align-self: end;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.launch-strip p {
  grid-column: 2;
  max-width: 280px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}

@keyframes pet-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.012);
  }
}

@keyframes shadow-breathe {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.9;
  }
  50% {
    transform: scaleX(0.88);
    opacity: 0.55;
  }
}

@keyframes wag {
  0%,
  100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(11deg);
  }
}

@keyframes pet-hop {
  0% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-18px) scale(1.025);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes float-paw {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-18deg);
    opacity: 0.34;
  }
  50% {
    transform: translate3d(12px, -16px, 0) rotate(-8deg);
    opacity: 0.74;
  }
}

@keyframes heart-rise {
  0% {
    transform: translate(-50%, 0) scale(0.7);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -70px) scale(1.1);
    opacity: 0;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 940px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    min-height: auto;
    padding-top: 20px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .pet-stage {
    min-height: 520px;
  }

  .pet-button {
    width: min(92vw, 560px);
  }

  .launch-strip {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .launch-strip article {
    min-height: 118px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .launch-strip article:first-child {
    border-top: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(100% - 28px, var(--max));
    min-height: 74px;
  }

  .brand span {
    max-width: 165px;
  }

  .header-action {
    min-height: 42px;
    padding: 0 14px;
  }

  .hero {
    width: min(100% - 28px, var(--max));
    padding-top: 12px;
    gap: 10px;
  }

  .hero h1 {
    font-size: clamp(46px, 15vw, 62px);
  }

  .coming-soon {
    margin-top: 14px;
    font-size: 28px;
  }

  .coming-soon::before {
    margin-bottom: 12px;
  }

  .intro {
    margin-top: 12px;
    font-size: 16px;
  }

  .notify-form {
    margin-top: 18px;
  }

  .notify-row {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .notify-row button {
    width: auto;
    padding: 0 12px;
  }

  .pet-stage {
    min-height: 250px;
    margin-top: -6px;
  }

  .pet-button {
    width: min(86%, 330px);
  }

  .tail-lines {
    display: none;
  }

  .paw {
    font-size: 17px;
  }

  .paw-two {
    right: 16%;
  }

  .pet-status {
    position: static;
    width: 100%;
    margin-top: -8px;
  }

  .launch-strip {
    margin-top: 8px;
  }

  .launch-strip article {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 16px;
    padding: 20px 0;
  }

  .launch-strip svg {
    width: 42px;
    height: 42px;
  }

  .launch-strip h2 {
    font-size: 28px;
  }

  .launch-strip p {
    font-size: 14px;
  }
}
