: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 16px;
}

.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);
}

.hero-risk-note {
  max-width: 560px;
  margin-bottom: 14px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 680px;
  margin-bottom: 34px;
}

.hero-offer span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 242, 0.22);
  border-radius: 999px;
  color: #fffaf2;
  background: rgba(31, 27, 24, 0.28);
  backdrop-filter: blur(16px);
  font-size: 0.84rem;
  font-weight: 900;
}

.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,
.scenario,
.purchase-steps,
.colorways,
.demo,
.media-story,
.comparison,
.mood-gallery,
.carry,
.spec,
.visual-specs,
.gift,
.trust,
.faq,
.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,
.scenario-grid p,
.purchase-step-grid p,
.comparison-copy p,
.trust-grid p,
.faq-grid p,
.mood-grid p,
.spec-copy p,
.gift p {
  color: var(--cocoa-soft);
}

.purchase-steps {
  padding: 44px 0 62px;
  scroll-margin-top: 110px;
}

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

.purchase-step-grid article {
  min-height: 210px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.9), rgba(244, 239, 230, 0.68)),
    var(--paper);
  box-shadow: 0 22px 56px rgba(74, 53, 40, 0.1);
}

.purchase-step-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--rose);
  font-weight: 950;
}

.purchase-step-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.48rem);
}

.scenario {
  padding: 38px 0 72px;
  scroll-margin-top: 110px;
}

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

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

.scenario-grid article,
.trust-grid article {
  min-height: 250px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.86), rgba(244, 239, 230, 0.66)),
    radial-gradient(circle at 86% 16%, rgba(233, 156, 171, 0.14), transparent 14rem);
  box-shadow: 0 28px 70px rgba(74, 53, 40, 0.1);
}

.scenario-grid span,
.trust-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--rose);
  background: rgba(201, 76, 103, 0.1);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-grid h3,
.trust-grid h3 {
  font-size: clamp(1.18rem, 2vw, 1.44rem);
}

.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;
}

.comparison {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(560px, 1.14fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: 58px 0 76px;
  scroll-margin-top: 110px;
}

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

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: calc(var(--radius) + 6px);
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 34px 84px rgba(74, 53, 40, 0.14);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.12fr 0.9fr 0.9fr 1fr;
  min-height: 70px;
  border-top: 1px solid rgba(74, 53, 40, 0.1);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row span,
.comparison-row strong {
  display: flex;
  align-items: center;
  padding: 18px;
  border-left: 1px solid rgba(74, 53, 40, 0.1);
  color: var(--cocoa-soft);
  font-size: 0.9rem;
  line-height: 1.35;
}

.comparison-row span:first-child {
  border-left: 0;
  color: var(--cocoa);
  font-weight: 900;
}

.comparison-row strong {
  color: var(--ink);
  background: rgba(201, 76, 103, 0.08);
  font-weight: 950;
}

.comparison-row.heading {
  min-height: 58px;
  background: rgba(74, 53, 40, 0.08);
}

.comparison-row.heading span {
  color: var(--cocoa);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.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;
}

.trust {
  padding: 16px 0 72px;
}

.trust-grid article {
  min-height: 220px;
}

.faq {
  padding: 16px 0 72px;
  scroll-margin-top: 110px;
}

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

.faq-grid article {
  min-height: 190px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.9), rgba(244, 239, 230, 0.66)),
    var(--paper);
  box-shadow: 0 20px 50px rgba(74, 53, 40, 0.08);
}

.faq-grid h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.faq-grid p {
  margin: 0;
  font-size: clamp(0.98rem, 1.45vw, 1.08rem);
  font-weight: 650;
  line-height: 1.55;
}

.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, 1.08fr) minmax(430px, 0.98fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
  padding: 52px 0 82px;
  scroll-margin-top: 110px;
}

.reservation-copy h2 {
  max-width: 860px;
  margin-bottom: 26px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: clamp(3.25rem, 5.7vw, 5.65rem);
  font-weight: 800;
  line-height: 1.02;
}

.reservation-copy > p {
  max-width: 850px;
  color: rgba(31, 27, 24, 0.58);
  font-size: clamp(1.18rem, 1.95vw, 1.65rem);
  line-height: 1.48;
}

.reservation-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.reservation-assurance article {
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 24px 26px;
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 48px rgba(47, 34, 27, 0.08);
}

.reservation-assurance span {
  margin-bottom: 12px;
  color: rgba(31, 27, 24, 0.52);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reservation-assurance strong {
  color: var(--ink);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 950;
  line-height: 1.22;
}

.reservation-price-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 24px 0 0;
}

.reservation-price-stack div {
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(74, 53, 40, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 252, 246, 0.74);
  box-shadow: 0 16px 36px rgba(47, 34, 27, 0.08);
}

.reservation-price-stack span {
  display: block;
  margin-bottom: 10px;
  color: rgba(74, 53, 40, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reservation-price-stack strong {
  display: block;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
}

.reservation-deadline {
  display: grid;
  gap: 10px;
  max-width: 850px;
  margin-top: 48px;
  padding: 24px 28px;
  border: 1px solid rgba(239, 174, 63, 0.52);
  border-left: 5px solid #efae3f;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(239, 174, 63, 0.12)),
    rgba(255, 250, 242, 0.64);
}

.reservation-deadline strong {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.75vw, 1.36rem);
  line-height: 1.28;
}

.reservation-deadline span {
  color: #7a4f16;
  font-size: clamp(1.05rem, 1.75vw, 1.32rem);
  font-weight: 750;
  line-height: 1.45;
}

.reservation-list {
  display: grid;
  gap: 17px;
  padding: 0;
  margin: 34px 0 0;
  color: var(--sage-dark);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.45;
  list-style: none;
}

.reservation-list strong {
  color: var(--ink);
  font-weight: 950;
}

.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 {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(31, 27, 24, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 62% 42%, rgba(255, 255, 255, 0.96), transparent 17rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.82)),
    var(--paper);
  box-shadow: 0 34px 90px rgba(74, 53, 40, 0.13);
}

.checkout-card::before {
  display: none;
}

.checkout-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: #b66b2b;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-topline span:first-child {
  color: var(--rose);
}

.checkout-heading {
  display: block;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(31, 27, 24, 0.16);
  color: rgba(31, 27, 24, 0.72);
}

.checkout-heading h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  font-weight: 900;
  line-height: 1.12;
}

.checkout-heading p {
  max-width: 680px;
  margin: 0;
  color: rgba(31, 27, 24, 0.62);
  font-size: clamp(1.04rem, 1.9vw, 1.34rem);
  font-weight: 650;
  line-height: 1.4;
}

.checkout-heading strong {
  display: block;
  color: var(--ink);
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  line-height: 1;
  white-space: nowrap;
}

.checkout-savings {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: center;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(183, 76, 91, 0.18);
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, rgba(183, 76, 91, 0.1), rgba(239, 174, 63, 0.12));
}

.checkout-savings span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fffaf2;
  background: var(--rose);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.checkout-savings strong {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 950;
}

.checkout-savings b {
  grid-column: 1 / -1;
  color: var(--cocoa);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 950;
}

.order-summary {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
  padding: 16px;
  border: 1px solid rgba(31, 27, 24, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 242, 0.76);
}

.summary-product {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 14px;
  align-items: center;
}

.summary-product img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(31, 27, 24, 0.08);
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
}

.summary-product span,
.summary-product strong {
  color: var(--ink);
  font-weight: 900;
}

.summary-product small {
  color: rgba(31, 27, 24, 0.56);
  font-size: 0.8rem;
  font-weight: 800;
}

.order-summary dl {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(31, 27, 24, 0.1);
}

.order-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.order-summary dt {
  color: rgba(31, 27, 24, 0.55);
  font-size: 0.84rem;
  font-weight: 850;
}

.order-summary dd {
  max-width: 260px;
  margin: 0;
  color: var(--cocoa);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

.stripe-shell {
  display: grid;
  justify-items: center;
  min-height: 390px;
  margin-bottom: 26px;
  padding: 18px 18px 22px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.28);
}

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

.checkout-note {
  margin: 0;
  color: rgba(31, 27, 24, 0.62);
  font-size: clamp(1.04rem, 1.9vw, 1.34rem);
  font-weight: 650;
  line-height: 1.45;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.checkout-steps div {
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(31, 27, 24, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 250, 242, 0.62);
}

.checkout-steps span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--cocoa);
  font-size: 0.76rem;
  font-weight: 900;
}

.checkout-steps p {
  margin: 0;
  color: var(--cocoa);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.35;
}

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

.launch-updates h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

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

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

.checkout-result-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 18%, rgba(159, 200, 239, 0.24), transparent 24rem),
    linear-gradient(180deg, #fffaf2 0%, #efe6d9 100%);
}

.checkout-result {
  display: grid;
  align-items: center;
  width: min(calc(100% - 32px), 1180px);
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  padding: 88px 0 56px;
}

.checkout-result-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(74, 53, 40, 0.14);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 34px 90px rgba(74, 53, 40, 0.14);
}

.result-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fffaf2;
  background: var(--rose);
  box-shadow: 0 16px 36px rgba(183, 76, 91, 0.22);
  font-size: 2rem;
  font-weight: 950;
}

.checkout-result h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.96;
}

.checkout-result-copy {
  max-width: 660px;
  color: rgba(31, 27, 24, 0.62);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.result-summary {
  display: grid;
  gap: 14px;
  margin: 30px 0;
}

.result-summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(74, 53, 40, 0.12);
}

.result-summary span {
  color: rgba(74, 53, 40, 0.6);
  font-weight: 850;
}

.result-summary strong {
  color: var(--ink);
  font-weight: 950;
  text-align: right;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.result-actions .btn-secondary {
  color: var(--cocoa);
  border-color: rgba(74, 53, 40, 0.16);
  background: rgba(255, 250, 242, 0.76);
}

.result-side {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(74, 53, 40, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.48);
}

.result-side img {
  width: 100%;
  border-radius: var(--radius-sm);
  background: #fff;
  object-fit: cover;
}

.result-side h2 {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.result-side p {
  margin: 0;
  color: rgba(31, 27, 24, 0.62);
  font-weight: 750;
  line-height: 1.55;
}

.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,
  .scenario-grid,
  .purchase-step-grid,
  .colorways,
  .demo-panel,
  .media-story,
  .comparison,
  .carry,
  .spec,
  .trust-grid,
  .faq-grid,
  .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;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-row {
    min-width: 720px;
  }

  .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-offer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-offer span {
    justify-content: center;
  }

  .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;
  }

  .scenario-grid article,
  .purchase-step-grid article,
  .trust-grid article,
  .faq-grid article {
    min-height: 0;
  }

  .purchase-steps {
    padding: 46px 0 52px;
  }

  .scenario {
    padding-bottom: 56px;
  }

  .comparison {
    padding: 48px 0 62px;
  }

  .comparison-table {
    display: grid;
    gap: 12px;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .comparison-row.heading {
    display: none;
  }

  .comparison-row {
    min-width: 0;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(74, 53, 40, 0.14);
    border-radius: var(--radius-sm);
    background: rgba(255, 252, 246, 0.9);
    box-shadow: 0 16px 36px rgba(47, 34, 27, 0.08);
  }

  .comparison-row span,
  .comparison-row strong {
    display: grid;
    gap: 5px;
    padding: 13px 14px;
    border-left: 0;
    border-top: 1px solid rgba(74, 53, 40, 0.1);
    font-size: 0.82rem;
  }

  .comparison-row span:first-child {
    border-top: 0;
    background: rgba(74, 53, 40, 0.06);
    font-weight: 800;
    color: var(--ink);
  }

  .comparison-row span:nth-child(2)::before,
  .comparison-row span:nth-child(3)::before,
  .comparison-row strong::before {
    font-family: "Inter", sans-serif;
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(74, 53, 40, 0.52);
  }

  .comparison-row span:nth-child(2)::before {
    content: "Typical app";
  }

  .comparison-row span:nth-child(3)::before {
    content: "Basic keychain";
  }

  .comparison-row strong::before {
    content: "Vivlet";
    color: rgba(183, 76, 91, 0.72);
  }

  .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);
  }

  .reservation-price-stack {
    grid-template-columns: 1fr;
  }

  .reservation-price-stack div {
    min-height: 0;
  }

  .reservation-deadline {
    padding: 16px;
  }

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

  .checkout-topline,
  .checkout-heading,
  .order-summary dl div {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-heading {
    gap: 10px;
  }

  .checkout-savings {
    grid-template-columns: 1fr;
  }

  .checkout-savings span {
    justify-self: start;
  }

  .summary-product {
    grid-template-columns: 58px 1fr;
  }

  .summary-product strong {
    grid-column: 2;
  }

  .order-summary dd {
    max-width: none;
    text-align: left;
  }

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

  .checkout-steps {
    grid-template-columns: 1fr;
  }

  .checkout-steps div {
    display: flex;
    align-items: center;
    min-height: 0;
    gap: 12px;
  }

  .checkout-steps span {
    flex: 0 0 auto;
    margin-bottom: 0;
  }

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

  .checkout-result {
    padding-top: 96px;
  }

  .checkout-result-card {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }

  .checkout-result h1 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .result-summary div {
    flex-direction: column;
    gap: 4px;
  }

  .result-summary strong {
    text-align: left;
  }
}

@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;
  }
}
