:root {
  --ivory: #f9f2e8;
  --paper: #fffaf2;
  --porcelain: #f4efe6;
  --cocoa: #4a3528;
  --cocoa-soft: #806859;
  --ink: #1f1b18;
  --sage: #899486;
  --sage-dark: #5e695f;
  --blush: #e99cab;
  --rose: #c94c67;
  --cream-shadow: rgba(75, 53, 40, 0.18);
  --line: rgba(74, 53, 40, 0.16);
  --radius: 22px;
  --radius-sm: 12px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(233, 156, 171, 0.2), transparent 28rem),
    linear-gradient(140deg, #fffaf4 0%, #f6ecdf 42%, #efe4d6 100%);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(74, 53, 40, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 53, 40, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 4px;
}

.page-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 28px), var(--max));
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(255, 250, 242, 0.62);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.66);
  box-shadow: 0 18px 48px rgba(74, 53, 40, 0.12);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.gift-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 8px;
  font-weight: 800;
  color: var(--cocoa);
}

.brand-mark {
  width: 22px;
  height: 22px;
  border: 5px solid var(--cocoa);
  border-radius: 44% 48% 50% 42%;
  background: var(--paper);
  box-shadow: inset 0 -4px 0 rgba(233, 156, 171, 0.38);
}

.nav-links {
  justify-content: center;
  gap: 20px;
  color: rgba(31, 27, 24, 0.68);
  font-size: 0.84rem;
  font-weight: 700;
}

.header-cta,
.sticky-adopt,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.header-cta,
.sticky-adopt {
  padding: 0 18px;
  color: #fffaf2;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: 128px max(22px, calc((100vw - var(--max)) / 2)) 42px;
  color: #fffaf2;
  isolation: isolate;
}

.hero-media,
.hero-media video,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  overflow: hidden;
  background: var(--cocoa);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.94);
}

.hero-vignette {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(31, 27, 24, 0.72), rgba(31, 27, 24, 0.22) 54%, rgba(31, 27, 24, 0.5)),
    linear-gradient(0deg, rgba(31, 27, 24, 0.62), transparent 42%);
}

.hero-content {
  align-self: end;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd3dc;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Fraunces", serif;
  font-weight: 760;
  line-height: 0.94;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 20px;
  font-size: clamp(4.1rem, 14vw, 9.6rem);
}

h2 {
  font-size: clamp(2.4rem, 6vw, 5.8rem);
}

h3 {
  margin-bottom: 8px;
  color: var(--cocoa);
  font-size: 1.02rem;
}

p {
  line-height: 1.7;
}

.hero-copy {
  max-width: 590px;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 38px;
}

.btn {
  gap: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after {
  content: "->";
  font-weight: 900;
}

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

.btn-primary {
  color: var(--paper);
  background: var(--rose);
  box-shadow: 0 18px 44px rgba(201, 76, 103, 0.34);
}

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

.btn-secondary {
  color: var(--paper);
  border-color: rgba(255, 250, 242, 0.4);
  background: rgba(255, 250, 242, 0.12);
  backdrop-filter: blur(14px);
}

.btn-large {
  min-width: 180px;
  min-height: 56px;
}

.hero-stats {
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.hero-stats div {
  width: min(180px, 100%);
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 242, 0.25);
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 242, 0.12);
  backdrop-filter: blur(16px);
}

.hero-stats dt {
  margin-bottom: 2px;
  font-weight: 900;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.78rem;
}

.scroll-cue {
  position: absolute;
  right: 24px;
  bottom: 34px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(calc(100% - 28px), var(--max));
  margin: -28px auto 0;
  border: 1px solid rgba(255, 250, 242, 0.68);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(74, 53, 40, 0.16);
  box-shadow: 0 30px 80px rgba(74, 53, 40, 0.16);
  backdrop-filter: blur(20px);
}

.proof-strip p {
  margin: 0;
  padding: 22px;
  color: var(--cocoa);
  background: rgba(255, 250, 242, 0.76);
  font-weight: 800;
  text-align: center;
}

.product-intro,
.colorways,
.demo,
.media-story,
.mood-gallery,
.carry,
.spec,
.visual-specs,
.gift,
.reservation {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.product-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  padding: 118px 0 56px;
}

.intro-copy h2 {
  margin-bottom: 0;
  color: var(--cocoa);
}

.intro-grid {
  display: grid;
  gap: 14px;
}

.intro-grid article,
.feature-stack article,
.mood-grid article,
.spec-list li {
  border: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 20px 60px rgba(74, 53, 40, 0.08);
}

.intro-grid article {
  position: relative;
  min-height: 132px;
  padding: 24px 24px 24px 88px;
  border-radius: var(--radius-sm);
}

.card-index {
  position: absolute;
  left: 24px;
  top: 23px;
  color: rgba(201, 76, 103, 0.74);
  font-family: "Fraunces", serif;
  font-size: 2.1rem;
  font-weight: 780;
}

.intro-grid p,
.feature-stack p,
.mood-grid p,
.spec-copy p,
.gift p {
  color: var(--cocoa-soft);
}

.colorways {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: 46px 0 70px;
  scroll-margin-top: 110px;
}

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

.colorways-copy h2 {
  margin-bottom: 18px;
  color: var(--cocoa);
}

.colorways-copy p {
  max-width: 560px;
  color: var(--cocoa-soft);
}

.color-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.color-chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: 999px;
  color: var(--cocoa);
  background: rgba(255, 250, 242, 0.76);
  box-shadow: 0 12px 32px rgba(74, 53, 40, 0.08);
  font-size: 0.88rem;
  font-weight: 850;
}

.color-chips span::before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(31, 27, 24, 0.18);
  border-radius: 50%;
  background: var(--chip);
  content: "";
}

.colorways-product {
  position: relative;
  margin: 0;
  padding: clamp(18px, 4vw, 42px);
  border: 1px solid rgba(255, 250, 242, 0.78);
  border-radius: calc(var(--radius) + 16px);
  background:
    radial-gradient(circle at 72% 14%, rgba(159, 200, 239, 0.42), transparent 20rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.92), rgba(244, 239, 230, 0.72));
  box-shadow: 0 36px 90px rgba(74, 53, 40, 0.14);
}

.colorways-product::after {
  position: absolute;
  right: 9%;
  bottom: 10%;
  width: 42%;
  height: 20%;
  border-radius: 50%;
  background: rgba(74, 53, 40, 0.14);
  filter: blur(28px);
  content: "";
}

.colorways-product img {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  margin: 0 auto;
  filter: drop-shadow(0 24px 34px rgba(62, 99, 140, 0.2));
}

.demo {
  padding: 64px 0;
}

.demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 38px;
  align-items: center;
  padding: clamp(20px, 5vw, 56px);
  border: 1px solid rgba(255, 250, 242, 0.78);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(244, 239, 230, 0.78)),
    radial-gradient(circle at 92% 10%, rgba(233, 156, 171, 0.22), transparent 22rem);
  box-shadow: 0 36px 90px rgba(74, 53, 40, 0.18);
}

.demo-copy h2 {
  margin-bottom: 18px;
  color: var(--cocoa);
}

.mood-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.mood-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(74, 53, 40, 0.18);
  border-radius: 999px;
  color: var(--cocoa);
  background: rgba(255, 250, 242, 0.8);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.mood-chip:hover {
  transform: translateY(-1px);
}

.mood-chip.active {
  color: var(--paper);
  background: var(--cocoa);
}

.pet-device {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 520px;
  perspective: 900px;
}

.lanyard {
  width: 46px;
  height: 150px;
  border: 10px solid #dac9b7;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: inset 0 0 0 2px rgba(74, 53, 40, 0.1);
}

.device-body {
  position: relative;
  width: min(340px, 90vw);
  aspect-ratio: 0.72;
  margin-top: -16px;
  border: 1px solid rgba(74, 53, 40, 0.16);
  border-radius: 46% 46% 38% 38% / 38% 38% 44% 44%;
  background:
    radial-gradient(circle at 35% 16%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(145deg, #fff8ef, #d8cbbc);
  box-shadow:
    inset 0 -18px 30px rgba(74, 53, 40, 0.12),
    inset 0 8px 22px rgba(255, 255, 255, 0.8),
    0 36px 70px rgba(74, 53, 40, 0.22);
  transform: rotate(-2deg);
}

.screen {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 72%;
  aspect-ratio: 1;
  padding: 16px;
  border: 10px solid #2b2824;
  border-radius: 27%;
  background:
    linear-gradient(rgba(31, 27, 24, 0.035) 1px, transparent 1px),
    #bfc7bc;
  background-size: 100% 7px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
  transform: translateX(-50%);
}

.screen-top {
  display: flex;
  justify-content: space-between;
  color: rgba(31, 27, 24, 0.72);
  font-size: 0.86rem;
  font-weight: 900;
}

.battery {
  width: 22px;
  height: 10px;
  margin-top: 4px;
  border: 2px solid rgba(31, 27, 24, 0.54);
  border-radius: 3px;
}

.battery::after {
  display: block;
  width: 12px;
  height: 100%;
  background: rgba(31, 27, 24, 0.5);
  content: "";
}

.speech-bubble {
  position: absolute;
  top: 45px;
  left: 50%;
  min-width: 116px;
  max-width: 170px;
  padding: 8px 10px;
  border: 2px solid rgba(31, 27, 24, 0.5);
  border-radius: 13px;
  color: rgba(31, 27, 24, 0.78);
  background: rgba(255, 250, 242, 0.5);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
}

.pet-face {
  position: absolute;
  left: 50%;
  bottom: 32px;
  width: 128px;
  height: 112px;
  transform: translateX(-50%);
}

.pet-face span {
  position: absolute;
  display: block;
}

.body-fluff {
  left: 18px;
  bottom: 0;
  width: 92px;
  height: 78px;
  border: 4px solid #24211e;
  border-radius: 46% 48% 36% 38%;
  background: rgba(255, 250, 242, 0.28);
}

.ear {
  top: 26px;
  width: 34px;
  height: 46px;
  border: 4px solid #24211e;
  background: rgba(255, 250, 242, 0.18);
}

.ear.left {
  left: 9px;
  border-radius: 66% 34% 65% 40%;
  transform: rotate(-24deg);
}

.ear.right {
  right: 10px;
  border-radius: 34% 66% 40% 65%;
  transform: rotate(24deg);
}

.eye {
  top: 58px;
  z-index: 2;
  width: 11px;
  height: 14px;
  border-radius: 50%;
  background: #24211e;
}

.eye.left {
  left: 47px;
}

.eye.right {
  right: 47px;
}

.nose {
  top: 74px;
  left: 50%;
  z-index: 2;
  width: 13px;
  height: 10px;
  border-radius: 48%;
  background: #24211e;
  transform: translateX(-50%);
}

.mouth {
  top: 84px;
  left: 50%;
  z-index: 2;
  width: 22px;
  height: 16px;
  border-bottom: 4px solid #24211e;
  border-radius: 0 0 18px 18px;
  transform: translateX(-50%);
}

.sound-wave {
  position: absolute;
  left: 18px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 3px;
  height: 32px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.sound-wave span {
  width: 3px;
  height: 10px;
  border-radius: 99px;
  background: rgba(31, 27, 24, 0.48);
  animation: wave 700ms ease-in-out infinite;
}

.sound-wave span:nth-child(2) {
  height: 20px;
  animation-delay: 80ms;
}

.sound-wave span:nth-child(3) {
  height: 28px;
  animation-delay: 160ms;
}

.sound-wave span:nth-child(4) {
  height: 18px;
  animation-delay: 240ms;
}

.sound-wave span:nth-child(5) {
  animation-delay: 320ms;
}

.pet-device.talking .sound-wave {
  opacity: 1;
}

.talk-button {
  position: absolute;
  left: 50%;
  bottom: 12%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(74, 53, 40, 0.24);
  border-radius: 50%;
  background: linear-gradient(145deg, #e9ded0, #cdb9a5);
  box-shadow:
    inset 0 8px 12px rgba(255, 255, 255, 0.52),
    0 12px 24px rgba(74, 53, 40, 0.18);
  cursor: pointer;
  transform: translateX(-50%);
}

.talk-button span {
  width: 18px;
  height: 25px;
  border: 3px solid #fffaf2;
  border-bottom-width: 6px;
  border-radius: 12px;
}

.talk-button span::after {
  display: block;
  width: 22px;
  height: 14px;
  margin: 18px 0 0 -5px;
  border-bottom: 3px solid #fffaf2;
  border-radius: 0 0 18px 18px;
  content: "";
}

.pet-face[data-mood="curious"] .eye.right {
  height: 8px;
  transform: translateY(4px);
}

.pet-face[data-mood="shy"] .eye {
  width: 16px;
  height: 7px;
  border-radius: 0;
  background: transparent;
  border-top: 4px solid #24211e;
}

.pet-face[data-mood="sleepy"] .eye {
  width: 18px;
  height: 7px;
  border-radius: 0;
  background: transparent;
  border-bottom: 4px solid #24211e;
}

.pet-face[data-mood="grumpy"] .eye {
  width: 18px;
  height: 11px;
  border-radius: 0;
  background: transparent;
  border-top: 4px solid #24211e;
}

.pet-face[data-mood="grumpy"] .eye.left {
  transform: rotate(18deg);
}

.pet-face[data-mood="grumpy"] .eye.right {
  transform: rotate(-18deg);
}

.media-story {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
  padding: 56px 0;
}

.media-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 10px);
  box-shadow: 0 36px 90px rgba(74, 53, 40, 0.2);
}

.media-card video,
.carry-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-moment-card {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, rgba(159, 200, 239, 0.42), transparent 18rem),
    linear-gradient(145deg, #192331, #43506a 46%, #f2d7dc 140%);
}

.product-moment-card img {
  width: min(680px, 86%);
  margin: auto;
  filter: drop-shadow(0 34px 52px rgba(8, 15, 26, 0.36));
}

.media-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(31, 27, 24, 0.66), transparent 55%);
}

.media-caption {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: var(--paper);
}

.media-caption h2 {
  max-width: 10ch;
  margin: 0;
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.feature-stack article {
  min-height: 190px;
  padding: 24px;
  border-radius: var(--radius-sm);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin-bottom: 0;
  color: var(--cocoa);
}

.mood-gallery {
  padding: 58px 0;
  scroll-margin-top: 110px;
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mood-grid article {
  min-height: 0;
  padding: 14px 14px 20px;
  border-radius: var(--radius-sm);
}

.mood-image {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 16px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(31, 27, 24, 0.12);
}

.mood-grid h3 {
  margin-bottom: 6px;
}

.mood-grid p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.mini-screen {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 16px;
  border: 8px solid #2b2824;
  border-radius: 26%;
  background: #c2c9bf;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.mini-screen::before,
.mini-screen::after {
  position: absolute;
  content: "";
}

.mini-screen::before {
  left: 50%;
  top: 38%;
  width: 48%;
  height: 38%;
  border: 3px solid #24211e;
  border-radius: 48% 48% 36% 36%;
  transform: translateX(-50%);
}

.mini-screen::after {
  left: 50%;
  top: 52%;
  width: 31%;
  height: 14%;
  border-top: 4px dotted #24211e;
  transform: translateX(-50%);
}

.mini-screen.shy {
  background: linear-gradient(#c2c9bf 0 70%, rgba(233, 156, 171, 0.34));
}

.mini-screen.sleepy {
  opacity: 0.78;
}

.mini-screen.grumpy {
  background: #b7c0b3;
}

.carry {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  align-items: stretch;
  padding: 58px 0;
}

.carry-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 10px);
  background: rgba(255, 250, 242, 0.76);
}

.carry-copy h2 {
  color: var(--cocoa);
}

.carry-media {
  min-height: 620px;
  overflow: hidden;
  border-radius: calc(var(--radius) + 10px);
  box-shadow: 0 36px 90px rgba(74, 53, 40, 0.18);
}

.carry-product-card {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 64px);
  background:
    radial-gradient(circle at 20% 12%, rgba(233, 156, 171, 0.35), transparent 18rem),
    radial-gradient(circle at 78% 72%, rgba(159, 200, 239, 0.34), transparent 20rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.92), rgba(235, 225, 214, 0.78));
}

.carry-product-card img {
  width: min(520px, 92%);
  filter: drop-shadow(0 28px 42px rgba(74, 53, 40, 0.18));
}

.carry-product-copy {
  position: absolute;
  left: clamp(18px, 4vw, 38px);
  right: clamp(18px, 4vw, 38px);
  bottom: clamp(18px, 4vw, 34px);
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 250, 242, 0.7);
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 242, 0.72);
  backdrop-filter: blur(16px);
}

.carry-product-copy span {
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carry-product-copy strong {
  color: var(--cocoa);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.25;
}

.spec {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
  padding: 58px 0 76px;
}

.spec-image {
  overflow: hidden;
  border: 1px solid rgba(255, 250, 242, 0.8);
  border-radius: calc(var(--radius) + 10px);
  background: var(--paper);
  box-shadow: 0 34px 84px rgba(74, 53, 40, 0.16);
}

.product-detail-card {
  display: grid;
  gap: 22px;
  padding: clamp(20px, 4vw, 42px);
  background:
    radial-gradient(circle at 68% 18%, rgba(159, 200, 239, 0.34), transparent 18rem),
    linear-gradient(145deg, rgba(255, 250, 242, 0.94), rgba(244, 239, 230, 0.82));
}

.spec-product {
  width: min(540px, 100%);
  justify-self: center;
  filter: drop-shadow(0 28px 40px rgba(62, 99, 140, 0.18));
}

.detail-callouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-callouts span {
  padding: 14px 16px;
  border: 1px solid rgba(74, 53, 40, 0.12);
  border-radius: var(--radius-sm);
  color: var(--cocoa);
  background: rgba(255, 250, 242, 0.76);
  font-size: 0.88rem;
  font-weight: 900;
}

.spec-copy h2 {
  color: var(--cocoa);
}

.spec-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.spec-list li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 18px;
  border-radius: var(--radius-sm);
}

.spec-list span {
  color: var(--cocoa);
  font-weight: 900;
}

.spec-list small {
  color: var(--cocoa-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.visual-specs {
  padding: 20px 0 72px;
  scroll-margin-top: 110px;
}

.visual-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.visual-spec-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 250, 242, 0.76);
  border-radius: calc(var(--radius) + 8px);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 30px 78px rgba(74, 53, 40, 0.14);
}

.visual-spec-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.visual-spec-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--cocoa-soft);
  font-size: 0.9rem;
  font-weight: 800;
}

.signal-grid article {
  min-height: 230px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid rgba(255, 250, 242, 0.76);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.86), rgba(244, 239, 230, 0.68)),
    radial-gradient(circle at 80% 18%, rgba(233, 156, 171, 0.16), transparent 14rem);
  box-shadow: 0 30px 78px rgba(74, 53, 40, 0.12);
}

.signal-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--cocoa);
  font-family: "Fraunces", serif;
  font-weight: 800;
}

.signal-grid h3 {
  margin-bottom: 12px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.signal-grid p {
  margin: 0;
  color: var(--cocoa-soft);
}

.gift {
  padding: 18px 0 70px;
}

.gift-inner {
  padding: clamp(28px, 7vw, 76px);
  border-radius: calc(var(--radius) + 14px);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(31, 27, 24, 0.92), rgba(74, 53, 40, 0.88)),
    radial-gradient(circle at 82% 16%, rgba(233, 156, 171, 0.42), transparent 22rem);
  box-shadow: 0 36px 90px rgba(74, 53, 40, 0.24);
}

.gift-inner .eyebrow {
  color: #ffc5d0;
}

.gift-inner h2 {
  max-width: 920px;
  margin-bottom: 28px;
}

.gift-row {
  flex-wrap: wrap;
  gap: 10px;
}

.gift-row span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.82);
  background: rgba(255, 250, 242, 0.1);
  font-size: 0.84rem;
  font-weight: 800;
}

.site-footer {
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 24px 0 36px;
  color: var(--cocoa-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

.reservation {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 34px 0 76px;
  scroll-margin-top: 110px;
}

.reservation-copy h2 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.2rem, 6.8vw, 5.9rem);
  font-weight: 800;
  line-height: 1.03;
}

.reservation-copy > p {
  max-width: 660px;
  color: rgba(31, 27, 24, 0.58);
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  line-height: 1.62;
}

.reservation-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 34px 0 0;
  color: var(--sage-dark);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.55;
  list-style: none;
}

.reservation-list li {
  position: relative;
  padding-left: 36px;
}

.reservation-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efae3f;
  box-shadow: 0 0 0 6px rgba(239, 174, 63, 0.12);
  content: "";
}

.checkout-card {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(31, 27, 24, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.84)),
    var(--paper);
  box-shadow: 0 28px 80px rgba(74, 53, 40, 0.12);
}

.checkout-heading {
  margin-bottom: 24px;
  color: rgba(31, 27, 24, 0.72);
  text-align: center;
}

.checkout-heading p {
  margin-bottom: 8px;
  color: rgba(31, 27, 24, 0.7);
  font-size: clamp(1.02rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.3;
}

.checkout-heading strong {
  display: block;
  color: var(--ink);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
}

.stripe-shell {
  display: grid;
  justify-items: center;
  min-height: 170px;
  margin-bottom: 28px;
}

.stripe-shell stripe-buy-button {
  width: min(100%, 520px);
}

.checkout-note {
  margin: 0;
  color: rgba(31, 27, 24, 0.58);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.58;
}

.checkout-divider {
  height: 1px;
  margin: 28px 0 24px;
  background: rgba(31, 27, 24, 0.18);
}

.launch-updates h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.04rem, 1.8vw, 1.25rem);
}

.launch-updates p {
  margin-bottom: 12px;
  color: rgba(31, 27, 24, 0.58);
  font-size: clamp(0.98rem, 1.7vw, 1.15rem);
}

.launch-updates a {
  color: #2f73d6;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sticky-adopt {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  box-shadow: 0 16px 40px rgba(31, 27, 24, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-adopt.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes wave {
  0%,
  100% {
    transform: scaleY(0.7);
  }
  50% {
    transform: scaleY(1.2);
  }
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .product-intro,
  .colorways,
  .demo-panel,
  .media-story,
  .carry,
  .spec,
  .reservation {
    grid-template-columns: 1fr;
  }

  .visual-spec-grid {
    grid-template-columns: 1fr;
  }

  .mood-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-card,
  .carry-media {
    min-height: 520px;
  }

  .spec-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 680px) {
  .site-header {
    display: flex;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    padding-left: 14px;
    gap: 10px;
    justify-content: space-between;
    transform: none;
  }

  .header-cta {
    flex: 0 0 auto;
    min-height: 40px;
    min-width: 88px;
    padding: 0 12px;
    font-size: 0.74rem;
    justify-self: end;
    white-space: nowrap;
  }

  .hero {
    min-height: 760px;
    padding: 108px 18px 32px;
  }

  .hero-vignette {
    background:
      linear-gradient(0deg, rgba(31, 27, 24, 0.78), rgba(31, 27, 24, 0.18) 62%, rgba(31, 27, 24, 0.36)),
      linear-gradient(90deg, rgba(31, 27, 24, 0.48), rgba(31, 27, 24, 0.06));
  }

  h1 {
    max-width: min(330px, calc(100vw - 36px));
    font-size: clamp(2.92rem, 12.1vw, 3.45rem);
    line-height: 0.98;
  }

  h2 {
    max-width: calc(100vw - 36px);
    font-size: clamp(2.08rem, 10vw, 3rem);
    line-height: 1.02;
  }

  .hero-content,
  .intro-copy,
  .colorways-copy,
  .demo-copy,
  .carry-copy,
  .spec-copy,
  .reservation-copy {
    max-width: calc(100vw - 36px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    width: 100%;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    margin-top: -18px;
  }

  .proof-strip p {
    padding: 20px 16px;
    font-size: 0.95rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .product-intro {
    padding-top: 86px;
  }

  .intro-grid article {
    padding-left: 24px;
  }

  .card-index {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .pet-device {
    min-height: 430px;
  }

  .device-body {
    width: min(284px, 86vw);
  }

  .screen {
    padding: 12px;
    border-width: 8px;
  }

  .speech-bubble {
    top: 36px;
    min-width: 104px;
    font-size: 0.72rem;
  }

  .pet-face {
    bottom: 22px;
    scale: 0.82;
  }

  .talk-button {
    width: 62px;
    height: 62px;
  }

  .media-card,
  .carry-media {
    min-height: 440px;
  }

  .mood-grid {
    grid-template-columns: 1fr;
  }

  .mood-grid article {
    display: grid;
    grid-template-columns: 142px 1fr;
    gap: 12px 16px;
    align-items: center;
  }

  .mood-grid h3 {
    align-self: end;
  }

  .mood-grid p {
    align-self: start;
  }

  .mood-image {
    grid-row: span 2;
    margin-bottom: 0;
  }

  .reservation {
    padding-bottom: 52px;
  }

  .reservation-copy h2 {
    font-size: clamp(2.74rem, 11.6vw, 3.5rem);
  }

  .checkout-card {
    padding: 22px 18px;
  }

  .stripe-shell {
    justify-items: stretch;
    min-height: 150px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 92px;
  }
}

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