:root {
  --cream: #fff7ef;
  --paper: #ffffff;
  --ink: #2a211e;
  --muted: #6d5f59;
  --orange: #f47b45;
  --orange-dark: #d95d2b;
  --gold: #ffc857;
  --peach: #ffe0cd;
  --line: rgba(42, 33, 30, 0.12);
  --shadow: 0 24px 80px rgba(65, 38, 24, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 200, 87, .24), transparent 34rem),
    linear-gradient(180deg, var(--cream), #fff 48%, var(--cream));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 247, 239, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  box-shadow: 0 12px 30px rgba(244, 123, 69, 0.25);
}

.brand-text {
  font-size: 1.1rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: .25rem;
}

.nav a {
  text-decoration: none;
  padding: .6rem .85rem;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}

.nav a:hover,
.nav .nav-cta {
  color: var(--ink);
  background: rgba(244, 123, 69, .12);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--paper);
  border-radius: 12px;
  padding: .5rem .7rem;
  font-size: 1.3rem;
  box-shadow: 0 8px 24px rgba(42,33,30,.08);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
}

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

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--orange-dark);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .78rem;
}

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

h1 {
  margin-bottom: 1.1rem;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: .92;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: .8rem;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

h3 {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.hero-text {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 1.8rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .85rem 1.2rem;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

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

.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 18px 45px rgba(244, 123, 69, .28);
}

.button.secondary {
  background: var(--paper);
  border: 1px solid var(--line);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.trust-row span {
  padding: .55rem .8rem;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  font-size: .9rem;
}

.hero-card {
  min-height: 560px;
  border-radius: clamp(32px, 5vw, 60px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,224,205,.82)),
    radial-gradient(circle at 70% 20%, rgba(255,200,87,.75), transparent 18rem);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.9);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 9%;
  border-radius: 48px;
  background-image:
    linear-gradient(135deg, transparent 42%, rgba(244,123,69,.26) 42% 47%, transparent 47% 58%, rgba(244,123,69,.20) 58% 63%, transparent 63%);
  transform: rotate(-9deg);
}

.toy-illustration {
  width: min(390px, 72vw);
  height: min(390px, 72vw);
  position: relative;
  z-index: 1;
}

.play-mat {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 5%;
  height: 46%;
  border-radius: 48% 52% 46% 54%;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.4) 0 16px, transparent 16px 34px),
    linear-gradient(135deg, var(--orange), var(--gold));
  box-shadow: 0 30px 70px rgba(217,93,43,.25);
}

.cat-face {
  position: absolute;
  left: 20%;
  top: 12%;
  width: 60%;
  height: 52%;
  border-radius: 50% 50% 46% 46%;
  background: #fff;
  box-shadow: 0 20px 60px rgba(42,33,30,.13);
}

.cat-ear {
  position: absolute;
  top: 8%;
  width: 30%;
  height: 32%;
  background: white;
  border-radius: 12px 90% 12px 90%;
  z-index: 2;
}

.cat-ear.left { left: 17%; transform: rotate(-26deg); }
.cat-ear.right { right: 17%; transform: scaleX(-1) rotate(-26deg); }

.eye {
  position: absolute;
  top: 42%;
  width: 18px;
  height: 24px;
  border-radius: 999px;
  background: var(--ink);
}

.eye:first-child { left: 34%; }
.eye:nth-child(2) { right: 34%; }

.nose {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 18px;
  height: 14px;
  transform: translateX(-50%);
  background: var(--orange);
  border-radius: 50%;
}

.wand {
  position: absolute;
  right: 9%;
  top: 11%;
  width: 12px;
  height: 78%;
  border-radius: 999px;
  background: var(--ink);
  transform: rotate(35deg);
  transform-origin: bottom;
}

.wand::after {
  content: "";
  position: absolute;
  left: -18px;
  top: -12px;
  width: 48px;
  height: 48px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 36%, 98% 36%, 68% 57%, 79% 92%, 50% 70%, 21% 92%, 32% 57%, 2% 36%, 39% 36%);
}

.section {
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 4vw, 4rem);
}

.intro,
.split,
.contact {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
}

.intro p,
.split p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 2rem;
}

.product-grid,
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.product-card,
.quality-grid > div,
.faq-list details,
.reviews,
.contact {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(42,33,30,.06);
}

.product-card {
  overflow: hidden;
}

.product-art {
  min-height: 220px;
}

.product-art.lightning {
  background:
    linear-gradient(135deg, transparent 35%, rgba(255,255,255,.7) 35% 43%, transparent 43% 56%, rgba(255,255,255,.6) 56% 64%, transparent 64%),
    linear-gradient(135deg, var(--orange), var(--gold));
}

.product-art.cozy {
  background:
    radial-gradient(circle at 35% 45%, rgba(42,33,30,.28) 0 12%, transparent 13%),
    radial-gradient(circle at 65% 45%, rgba(42,33,30,.28) 0 12%, transparent 13%),
    radial-gradient(circle at 50% 62%, rgba(244,123,69,.65) 0 8%, transparent 9%),
    linear-gradient(135deg, #fff2e7, #ffd1b7);
}

.product-art.gift {
  background:
    linear-gradient(90deg, transparent 44%, rgba(255,255,255,.8) 44% 56%, transparent 56%),
    linear-gradient(0deg, transparent 44%, rgba(255,255,255,.8) 44% 56%, transparent 56%),
    linear-gradient(135deg, var(--gold), var(--orange));
}

.product-body,
.quality-grid > div {
  padding: 1.5rem;
}

.product-body p,
.quality-grid p,
.faq-list p,
.contact p,
.footer p {
  color: var(--muted);
}

.steps {
  margin: 0;
  padding: 1.3rem 1.3rem 1.3rem 2.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.steps li {
  margin: .65rem 0;
  padding-left: .3rem;
}

.quality {
  background: rgba(255,224,205,.38);
}

.reviews {
  text-align: center;
}

.reviews blockquote {
  max-width: 900px;
  margin: auto;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.faq-list {
  display: grid;
  gap: .8rem;
}

.faq-list details {
  padding: 1rem 1.2rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.contact {
  align-items: center;
  background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,224,205,.72));
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.fineprint {
  grid-column: 1 / -1;
  font-size: .9rem;
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    padding: .6rem;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .hero,
  .intro,
  .split,
  .contact,
  .footer {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
    padding-top: 3rem;
  }
  .hero-card {
    min-height: 380px;
  }
  .product-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }
  .footer-links {
    justify-content: flex-start;
  }
}
