:root {
  --bg: #fbf8f5;
  --surface: #ffffff;
  --border: #e7ded6;
  --text: #1f2933;
  --text-muted: #6b7280;
  --heading: #07111b;
  --primary: #f04b12;
  --primary-dark: #ef4207;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.coming-soon-shell {
  position: relative;
  isolation: isolate;
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  padding: 28px 28px 0;
}

.coming-soon-shell::before,
.coming-soon-shell::after {
  position: fixed;
  z-index: -1;
  border: 2px dashed rgb(240 75 18 / 18%);
  border-radius: 999px;
  content: "";
  opacity: 0.45;
  pointer-events: none;
}

.coming-soon-shell::before {
  left: -120px;
  top: 120px;
  width: 230px;
  height: 610px;
}

.coming-soon-shell::after {
  right: -130px;
  top: 44px;
  width: 250px;
  height: 720px;
}

.page-paws span,
.page-paws span::before,
.page-paws span::after {
  position: fixed;
  z-index: -1;
  display: block;
  width: 18px;
  height: 28px;
  border-radius: 999px;
  background: rgb(240 75 18 / 18%);
  content: "";
  transform: rotate(-18deg);
}

.page-paws span::before {
  left: -22px;
  top: 18px;
}

.page-paws span::after {
  right: -22px;
  top: 18px;
}

.page-paws span:nth-child(1) {
  left: 32px;
  bottom: 44px;
}

.page-paws span:nth-child(2) {
  right: 48px;
  bottom: 80px;
  transform: rotate(18deg) scale(1.35);
}

.page-paws span:nth-child(3) {
  right: 132px;
  top: 172px;
  transform: rotate(24deg) scale(0.72);
}

.page-paws span:nth-child(4) {
  left: 8px;
  top: 420px;
  transform: rotate(14deg) scale(0.9);
}

.coming-soon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.brand {
  display: inline-flex;
}

.brand__logo {
  display: block;
  width: clamp(230px, 24vw, 330px);
  height: auto;
}

.hero-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1fr);
  gap: 36px;
  align-items: center;
  min-height: 620px;
  border: 1px solid color-mix(in srgb, var(--border) 82%, white);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 12%, rgb(239 75 20 / 8%), transparent 22%),
    linear-gradient(180deg, rgb(255 255 255 / 94%), rgb(255 255 255 / 84%));
  box-shadow: 0 26px 80px rgb(104 69 43 / 10%);
  padding: clamp(28px, 5vw, 46px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff671f, var(--primary-dark));
  color: white;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgb(239 66 7 / 20%);
}

.eyebrow .paw-mark {
  transform: scale(0.42);
}

.hero-copy h1 {
  max-width: 610px;
  margin: 0;
  color: var(--heading);
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.hero-copy h1 span {
  display: block;
  color: var(--primary);
}

.hero-copy__lead {
  max-width: 520px;
  margin-top: 26px;
  color: #26313c;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.promise {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 22px;
  color: #19222d;
  font-size: 17px;
  font-weight: 850;
}

.promise span {
  color: var(--primary);
  font-size: 28px;
  line-height: 1;
}

.notify-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: min(470px, 100%);
  overflow: hidden;
  border: 2px solid #d6d9dc;
  border-radius: 14px;
  background: white;
  box-shadow: 0 16px 32px rgb(17 24 39 / 7%);
}

.notify-form__icon {
  display: grid;
  width: 48px;
  height: 54px;
  place-items: center;
  color: #7c8792;
}

.notify-form__icon svg {
  width: 23px;
  height: 23px;
}

.notify-form input {
  min-width: 0;
  height: 54px;
  border: 0;
  outline: 0;
  color: #18212b;
}

.notify-form input::placeholder {
  color: #6f7781;
}

.notify-form button {
  align-self: stretch;
  border: 0;
  background: linear-gradient(135deg, #ff641c, var(--primary-dark));
  color: white;
  padding: 0 26px;
  font-weight: 850;
  cursor: pointer;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: #7a828b;
  font-size: 13px;
}

.privacy-note__icon {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
}

.hero-visual {
  display: grid;
  min-height: 540px;
  overflow: hidden;
  place-items: center;
  border-radius: 32px;
  background: radial-gradient(circle at 50% 47%, #fff0db 0 42%, transparent 43%);
}

.hero-visual__image {
  width: min(100%, 620px);
  height: auto;
  filter: drop-shadow(0 20px 26px rgb(104 69 43 / 10%));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  padding: 28px 52px 22px;
}

.feature-card {
  display: flex;
  min-height: 282px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--border) 80%, white);
  border-radius: 18px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 18px 44px rgb(104 69 43 / 9%);
  padding: 28px 24px;
  text-align: center;
}

.feature-icon img {
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.feature-card h2 {
  margin: 22px 0 0;
  color: #111820;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.feature-card p {
  max-width: 245px;
  margin: 8px 0 0;
  color: #34404b;
  font-size: 15px;
  line-height: 1.45;
}

.feature-card__paw {
  margin-top: 22px;
  color: var(--primary);
  transform: scale(0.42);
}

.coming-soon-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 -28px;
  background: #fff1df;
  color: #262f38;
  padding: 22px 24px 18px;
  font-size: 18px;
}

.coming-soon-footer .paw-mark {
  color: var(--primary);
  transform: scale(0.38);
}

.coming-soon-footer strong {
  font-size: 24px;
  font-weight: 900;
}

.coming-soon-footer span:last-child {
  flex-basis: 100%;
  color: #3d4650;
  font-size: 15px;
  text-align: center;
}

.paw-mark {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 48px;
  color: currentColor;
}

.paw-mark span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: currentColor;
}

.paw-mark span:nth-child(1) {
  left: 19px;
  top: 19px;
  width: 22px;
  height: 20px;
  transform: rotate(45deg);
}

.paw-mark span:nth-child(2) {
  left: 2px;
  top: 15px;
  width: 11px;
  height: 15px;
  transform: rotate(-28deg);
}

.paw-mark span:nth-child(3) {
  left: 13px;
  top: 1px;
  width: 12px;
  height: 16px;
  transform: rotate(-12deg);
}

.paw-mark span:nth-child(4) {
  right: 12px;
  top: 0;
  width: 12px;
  height: 16px;
  transform: rotate(12deg);
}

.paw-mark span:nth-child(5) {
  right: 0;
  top: 14px;
  width: 11px;
  height: 15px;
  transform: rotate(28deg);
}

.notify-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgb(7 17 27 / 38%);
  padding: 24px;
  backdrop-filter: blur(8px);
}

.notify-popup[hidden] {
  display: none;
}

.notify-popup__card {
  width: min(420px, 100%);
  border: 1px solid color-mix(in srgb, var(--border) 75%, white);
  border-radius: 24px;
  background: white;
  box-shadow: 0 28px 80px rgb(7 17 27 / 22%);
  padding: 34px 30px 28px;
  text-align: center;
}

.notify-popup__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff641c, var(--primary-dark));
  color: white;
}

.notify-popup__icon svg {
  width: 34px;
  height: 34px;
}

.notify-popup__card h2 {
  margin: 0;
  color: var(--heading);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.notify-popup__card p {
  margin: 10px 0 0;
  color: #53606b;
  font-size: 16px;
  line-height: 1.5;
}

.notify-popup__card button {
  min-height: 48px;
  margin-top: 24px;
  border: 0;
  border-radius: 999px;
  background: var(--heading);
  color: white;
  padding: 0 28px;
  font-weight: 850;
  cursor: pointer;
}

@media (max-width: 1040px) {
  .hero-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .feature-grid {
    gap: 22px;
    padding-inline: 0;
  }
}

@media (max-width: 760px) {
  .coming-soon-shell {
    padding: 18px 14px 0;
  }

  .hero-card {
    min-height: auto;
    padding: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .notify-form {
    grid-template-columns: auto 1fr;
  }

  .notify-form button {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .coming-soon-footer {
    margin-inline: -14px;
  }
}

@media (max-width: 520px) {
  .hero-card {
    overflow: hidden;
  }

  .hero-visual {
    min-height: 340px;
    margin-bottom: -18px;
  }
}
