
/* =========================================================
   PRIMERA PARTE — ESTILO JUGUETÓN EN TURQUESA PASTEL
   ========================================================= */
:root {
  --ga-turquoise: #6fd9d0;
  --ga-turquoise-dark: #2b9f98;
  --ga-turquoise-light: #d9f6f2;
  --ga-mint-bg: #d8f5f1;
  --ga-cream: #fffaf3;
  --ga-brown: #5f4338;
  --ga-pastel-blue: #bfe9f0;
  --ga-soft-green: #d8ebd5;
  --ga-warm-cream: #f7eac4;
}

.announcement {
  background: linear-gradient(90deg, #bfeee9, #d9f6f2);
  color: var(--ga-brown);
  font-weight: 800;
}

.announcement__inner {
  min-height: 42px;
  letter-spacing: .02em;
}

.site-header {
  background: rgba(255,250,243,.96);
}

.site-header__inner {
  min-height: 94px;
}

.brand__logo {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand__logo svg {
  width: 100%;
  height: 100%;
}

.brand strong {
  color: var(--ga-brown);
  font-size: 1.7rem;
}

.brand small {
  color: var(--ga-turquoise-dark);
  font-size: .85rem;
  font-weight: 700;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-link {
  width: 42px;
  height: 42px;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--ga-brown);
}

.icon-link svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-link--cart > span {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ga-turquoise);
  color: white;
  font-size: .74rem;
  font-weight: 900;
}

.ga-playful-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.8), transparent 36%),
    linear-gradient(135deg, #dff8f5 0%, #c8f0eb 52%, #d9f6f2 100%);
  min-height: 710px;
  padding: 74px 0 92px;
}

.ga-playful-hero__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ga-playful-hero__content {
  max-width: 610px;
}

.ga-playful-hero h1 {
  margin: 0 0 24px;
  color: var(--ga-brown);
  font-size: clamp(3.2rem, 5.6vw, 6.1rem);
  line-height: .98;
  letter-spacing: -.035em;
}

.ga-playful-hero h1 em {
  color: var(--ga-turquoise-dark);
  font-style: normal;
}

.ga-playful-hero__content > p {
  max-width: 560px;
  margin-bottom: 30px;
  color: #5e554f;
  font-size: 1.18rem;
  line-height: 1.75;
}

.ga-playful-hero__content > p strong {
  color: var(--ga-turquoise-dark);
}

.ga-playful-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ga-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px 27px;
  border: 2px solid var(--ga-turquoise-dark);
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .86rem;
  letter-spacing: .02em;
  transition: .22s ease;
}

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

.ga-btn--primary {
  background: var(--ga-turquoise-dark);
  color: white;
  box-shadow: 0 12px 28px rgba(43,159,152,.24);
}

.ga-btn--secondary {
  background: rgba(255,255,255,.3);
  color: var(--ga-turquoise-dark);
}

.ga-playful-hero__secure {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  color: #5e554f;
  font-size: .92rem;
}

.ga-whisker {
  width: 115px;
  height: 40px;
  position: absolute;
  left: -150px;
  top: 215px;
}

.ga-whisker::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 7px;
  width: 18px;
  height: 13px;
  border: 2px solid var(--ga-brown);
  border-radius: 50% 50% 60% 60%;
  transform: rotate(12deg);
}

.ga-whisker span,
.ga-whisker i {
  position: absolute;
  width: 36px;
  height: 2px;
  background: var(--ga-brown);
  border-radius: 99px;
}

.ga-whisker span:first-child { left: 0; top: 11px; transform: rotate(8deg); }
.ga-whisker i { left: 2px; top: 23px; transform: rotate(-8deg); }
.ga-whisker span:last-child { right: 0; top: 18px; transform: rotate(-4deg); }

.ga-playful-hero__visual {
  min-height: 540px;
  display: grid;
  place-items: center;
}

.ga-product-stage {
  width: min(100%, 720px);
  aspect-ratio: 1.16 / 1;
  position: relative;
}

.ga-stage-blob {
  position: absolute;
  inset: 8% 2% 0 10%;
  border-radius: 46% 54% 58% 42% / 40% 38% 62% 60%;
  background: rgba(255,250,243,.72);
}

.ga-box {
  position: absolute;
  left: 9%;
  right: 4%;
  top: 4%;
  bottom: 3%;
  transform: rotate(2deg);
}

.ga-box__lid {
  position: absolute;
  left: 22%;
  right: 7%;
  top: 2%;
  height: 43%;
  padding: 9% 11%;
  border: 3px solid #9c775b;
  border-radius: 10px;
  background: linear-gradient(135deg, #cda77d, #e2c29d);
  box-shadow: 0 18px 35px rgba(91,60,42,.22);
  transform: perspective(500px) rotateX(-7deg);
}

.ga-box__brand {
  color: var(--ga-brown);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: .78;
  text-align: center;
}

.ga-box__lid small {
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #654839;
  font-weight: 700;
}

.ga-box__base {
  position: absolute;
  left: 7%;
  right: 1%;
  bottom: 0;
  height: 61%;
  overflow: hidden;
  border: 3px solid #9c775b;
  border-radius: 8px 8px 18px 18px;
  background:
    repeating-linear-gradient(25deg, #b58b5e 0 5px, #caa37c 5px 10px);
  box-shadow: 0 28px 45px rgba(83,58,43,.26);
  clip-path: polygon(0 8%, 100% 0, 93% 100%, 7% 100%);
}

.ga-tissue {
  position: absolute;
  top: -18%;
  width: 47%;
  height: 100%;
  background: rgba(111,217,208,.65);
  filter: saturate(.8);
}

.ga-tissue--left { left: -6%; transform: rotate(12deg); }
.ga-tissue--right { right: -6%; transform: rotate(-10deg); }

.ga-mug {
  position: absolute;
  bottom: 20%;
  width: 28%;
  height: 49%;
  border: 5px solid #88694f;
  border-radius: 42% 42% 31% 31%;
  background: linear-gradient(145deg, #fff4de, #e9cda8);
  box-shadow: inset -12px -15px 18px rgba(120,81,53,.12), 0 14px 24px rgba(64,41,27,.22);
  z-index: 3;
}

.ga-mug--left { left: 26%; transform: rotate(-7deg); }
.ga-mug--right { right: 18%; transform: rotate(8deg); }

.ga-ear {
  position: absolute;
  top: -16%;
  width: 31%;
  height: 31%;
  background: #ead0ad;
  border: 5px solid #88694f;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.ga-ear--l { left: 7%; transform: rotate(-13deg); }
.ga-ear--r { right: 7%; transform: rotate(13deg); }

.ga-handle {
  position: absolute;
  right: -30%;
  top: 28%;
  width: 38%;
  height: 45%;
  border: 8px solid #9b7557;
  border-left: 0;
  border-radius: 0 60% 60% 0;
}

.ga-face {
  position: absolute;
  inset: 22% 16% 17%;
}

.ga-face .eye {
  position: absolute;
  top: 28%;
  width: 13%;
  height: 15%;
  border-radius: 50%;
  background: var(--ga-brown);
}

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

.ga-face .eye--wink {
  height: 7%;
  top: 34%;
  border-radius: 99px;
}

.ga-face .nose {
  position: absolute;
  left: 45%;
  top: 48%;
  width: 10%;
  height: 8%;
  border-radius: 50% 50% 60% 60%;
  background: #b77d70;
}

.ga-face .mouth {
  position: absolute;
  left: 36%;
  top: 59%;
  width: 28%;
  height: 12%;
  border-bottom: 3px solid var(--ga-brown);
  border-radius: 50%;
}

.ga-face .stripe {
  position: absolute;
  top: 2%;
  width: 5%;
  height: 18%;
  border-radius: 99px;
  background: #b18a68;
}

.ga-face .stripe--1 { left: 38%; transform: rotate(-10deg); }
.ga-face .stripe--2 { right: 38%; transform: rotate(10deg); }

.ga-sugar {
  position: absolute;
  left: 47%;
  bottom: 6%;
  width: 18%;
  height: 29%;
  z-index: 5;
  border: 5px solid #88694f;
  border-radius: 40% 40% 32% 32%;
  background: linear-gradient(145deg, #fff4de, #e8c79f);
}

.ga-sugar__lid {
  position: absolute;
  left: -8%;
  right: -8%;
  top: -20%;
  height: 35%;
  display: grid;
  place-items: center;
  border: 5px solid #88694f;
  border-radius: 50%;
  background: #f5dfbd;
  color: var(--ga-turquoise-dark);
  font-size: 1.5rem;
}

.ga-spoon {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 6;
  width: 10%;
  height: 42%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  border: 4px solid #88694f;
  border-radius: 45% 45% 30% 30%;
  background: #f7e1bd;
  color: var(--ga-turquoise-dark);
  transform: rotate(14deg);
}

.ga-card {
  position: absolute;
  left: 13%;
  bottom: 18%;
  z-index: 7;
  padding: 14px 18px;
  background: #fffaf3;
  border: 1px solid rgba(95,67,56,.15);
  box-shadow: 0 10px 20px rgba(64,42,28,.15);
  transform: rotate(-7deg);
  color: var(--ga-brown);
  text-align: center;
  line-height: 1.2;
}

.ga-card strong {
  color: var(--ga-turquoise-dark);
  font-size: 1.6rem;
}

.ga-cat-sticker {
  position: absolute;
  right: -1%;
  bottom: 0;
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  border: 7px solid white;
  border-radius: 42% 42% 45% 45%;
  background: #f6ddb8;
  box-shadow: 0 12px 30px rgba(73,46,31,.18);
  transform: rotate(5deg);
  color: var(--ga-brown);
}

.ga-cat-sticker__face {
  font-weight: 900;
  font-size: 1.4rem;
}

.ga-cat-sticker__paws {
  position: absolute;
  bottom: 12px;
  color: var(--ga-turquoise-dark);
  font-size: 1.8rem;
}

.ga-hero-decoration {
  position: absolute;
  z-index: 1;
  color: var(--ga-turquoise-dark);
  font-size: 2rem;
  opacity: .95;
}

.ga-hero-decoration--paw1 { left: 6%; top: 13%; transform: rotate(-12deg); }
.ga-hero-decoration--paw2 { left: 9%; top: 22%; transform: rotate(12deg) scale(.82); }
.ga-hero-decoration--heart { right: 4%; top: 31%; font-size: 4.6rem; }

.ga-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 82px;
}

.ga-wave svg {
  width: 100%;
  height: 100%;
}

.ga-benefits {
  padding: 36px 0 42px;
  background: var(--ga-cream);
}

.ga-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ga-benefits article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 28px;
  border-right: 1px solid rgba(95,67,56,.16);
}

.ga-benefits article:last-child {
  border-right: 0;
}

.ga-benefit-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.ga-benefit-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--ga-brown);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ga-benefit-icon--turquoise { background: #d1f3ef; }
.ga-benefit-icon--mint { background: var(--ga-soft-green); }
.ga-benefit-icon--cream { background: var(--ga-warm-cream); }
.ga-benefit-icon--blue { background: var(--ga-pastel-blue); }

.ga-benefits h3 {
  margin: 0 0 7px;
  color: var(--ga-brown);
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.ga-benefits p {
  margin: 0;
  color: #6d625d;
  font-size: .92rem;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .ga-playful-hero__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ga-whisker {
    display: none;
  }

  .ga-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ga-benefits article:nth-child(2) {
    border-right: 0;
  }

  .ga-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(95,67,56,.16);
  }
}

@media (max-width: 820px) {
  .header-icons {
    display: none;
  }

  .ga-playful-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .ga-playful-hero__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ga-playful-hero__content {
    max-width: 100%;
    text-align: center;
  }

  .ga-playful-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .ga-playful-hero__content > p {
    margin-inline: auto;
  }

  .ga-playful-hero__actions {
    justify-content: center;
  }

  .ga-playful-hero__secure {
    justify-content: center;
  }

  .ga-playful-hero__visual {
    min-height: 440px;
  }

  .ga-product-stage {
    max-width: 600px;
  }

  .ga-hero-decoration--heart {
    top: 49%;
  }
}

@media (max-width: 600px) {
  .announcement__inner {
    min-height: 38px;
    font-size: .76rem;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .brand__logo {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 1.25rem;
  }

  .brand small {
    display: block;
    font-size: .68rem;
  }

  .ga-playful-hero {
    padding-top: 38px;
    padding-bottom: 78px;
  }

  .ga-playful-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .ga-playful-hero__content > p {
    font-size: 1rem;
  }

  .ga-playful-hero__actions {
    flex-direction: column;
  }

  .ga-btn {
    width: 100%;
  }

  .ga-playful-hero__secure {
    font-size: .78rem;
    text-align: left;
    align-items: flex-start;
  }

  .ga-playful-hero__visual {
    min-height: 335px;
  }

  .ga-cat-sticker {
    width: 92px;
    height: 92px;
    border-width: 5px;
  }

  .ga-cat-sticker__face {
    font-size: 1rem;
  }

  .ga-card {
    padding: 8px 10px;
    font-size: .72rem;
  }

  .ga-benefits__grid {
    grid-template-columns: 1fr;
  }

  .ga-benefits article {
    grid-template-columns: 62px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(95,67,56,.16);
    padding: 20px 8px;
  }

  .ga-benefits article:last-child {
    border-bottom: 0;
  }

  .ga-benefit-icon {
    width: 56px;
    height: 56px;
  }

  .ga-benefit-icon svg {
    width: 32px;
    height: 32px;
  }

  .ga-wave {
    height: 54px;
  }
}

:root {
  --cream: #fff8f1;
  --cream-2: #f8efe5;
  --white: #ffffff;
  --ink: #3d2d29;
  --muted: #76625c;
  --terracotta: #b85e45;
  --terracotta-dark: #8f4634;
  --peach: #f4b89d;
  --rose: #f4d7d7;
  --sage: #cbd8c4;
  --butter: #f3dda1;
  --line: rgba(61,45,41,.13);
  --shadow: 0 24px 60px rgba(93, 53, 38, .12);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

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

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

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

button { font: inherit; }

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

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  max-width: 820px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

h3 { font-size: clamp(1.5rem, 2vw, 2rem); }

p { color: var(--muted); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 110px 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
}
.skip-link:focus { transform: none; }

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

.announcement {
  background: var(--ink);
  color: var(--cream);
  font-size: .86rem;
  letter-spacing: .03em;
}
.announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.announcement__dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--peach);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,248,241,.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); }

.site-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 220px;
}
.brand__mark {
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--peach);
}
.brand strong,
.brand small { display: block; }
.brand strong { font-family: "Fraunces", Georgia, serif; font-size: 1.18rem; }
.brand small { color: var(--muted); font-size: .76rem; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
  font-weight: 600;
  font-size: .95rem;
}
.site-nav a { position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -7px;
  height: 2px;
  background: var(--terracotta);
  transition: .25s ease;
}
.site-nav a:hover::after { right: 0; }

.header-cta {
  padding: 12px 18px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 46px; height: 46px;
  border: 0;
  border-radius: 14px;
  background: var(--cream-2);
  cursor: pointer;
}
.menu-button span:not(.sr-only) {
  display: block;
  width: 21px; height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--terracotta-dark);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow--light { color: var(--butter); }

.hero {
  position: relative;
  padding-top: 74px;
  overflow: hidden;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .55;
}
.hero::before {
  width: 420px; height: 420px;
  left: -180px; top: 140px;
  background: var(--rose);
}
.hero::after {
  width: 360px; height: 360px;
  right: -180px; bottom: 10px;
  background: var(--sage);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 68px;
}
.hero__content > p {
  max-width: 650px;
  margin-bottom: 32px;
  font-size: 1.2rem;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  background: var(--terracotta);
  color: white;
  box-shadow: 0 12px 28px rgba(184,94,69,.25);
}
.button--primary:hover { background: var(--terracotta-dark); }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.55); }
.button--dark { background: var(--ink); color: var(--cream); }
.button--cream { background: var(--cream); color: var(--ink); }
.button--outline { border-color: var(--ink); }

.hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
  color: var(--muted);
  font-size: .92rem;
}
.hero__notes span { color: var(--terracotta); font-weight: 900; }

.hero__visual { position: relative; }
.hero-card {
  position: relative;
  padding: 28px;
  border-radius: 48px 48px 120px 48px;
  background: linear-gradient(145deg, #f8d8c9, #f0b79c);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.hero-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 34px 34px 90px 34px;
}
.floating-label {
  position: absolute;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--cream);
  box-shadow: 0 10px 30px rgba(61,45,41,.14);
  font-weight: 800;
  font-size: .84rem;
}
.floating-label--top { top: 18px; right: -14px; }
.floating-label--bottom { bottom: 26px; left: -18px; }

.hero-stamp {
  position: absolute;
  right: -26px;
  bottom: -38px;
  width: 140px; height: 140px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--butter);
  transform: rotate(-7deg);
  font-size: .66rem;
  line-height: 1.2;
  letter-spacing: .08em;
}
.hero-stamp strong { font-size: .9rem; }

.trust-strip {
  padding: 26px 0;
  background: #fffdf9;
  border-block: 1px solid var(--line);
}
.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.trust-strip article { display: flex; align-items: center; gap: 12px; }
.trust-strip__icon {
  width: 42px; height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--terracotta);
}
.trust-strip strong,
.trust-strip small { display: block; }
.trust-strip small { color: var(--muted); }

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}
.section-heading--left {
  max-width: 760px;
  margin-left: 0;
  text-align: left;
}
.section-heading p { font-size: 1.05rem; }

.kits { background: #fffdf9; }

.kit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.kit-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 12px 34px rgba(77,51,42,.07);
  transition: .25s ease;
}
.kit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.kit-card__media {
  position: relative;
  padding: 28px;
  background: var(--cream-2);
}
.kit-card:nth-child(2) .kit-card__media { background: #f9dccd; }
.kit-card:nth-child(3) .kit-card__media { background: #dfe9db; }
.kit-card:nth-child(4) .kit-card__media { background: #f5e0e0; }
.kit-card__media img {
  aspect-ratio: 16/11;
  object-fit: cover;
  border-radius: 24px;
}
.badge {
  position: absolute;
  z-index: 2;
  top: 18px; left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--butter);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .03em;
}
.badge--peach { background: var(--peach); }
.badge--sage { background: var(--sage); }
.badge--rose { background: var(--rose); }

.kit-card__body { padding: 30px; }
.kit-card__topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.kit-card__body h3 { margin-bottom: 12px; }
.kit-card__body > p { min-height: 54px; }
.kit-card__body ul {
  padding: 18px 0 0;
  margin: 18px 0 24px;
  border-top: 1px solid var(--line);
  list-style: none;
}
.kit-card__body li {
  position: relative;
  padding-left: 19px;
  margin: 6px 0;
  color: var(--muted);
}
.kit-card__body li::before {
  content: "•";
  position: absolute;
  left: 2px;
  color: var(--terracotta);
}
.kit-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.kit-card__footer small,
.kit-card__footer strong { display: block; }
.kit-card__footer small { color: var(--muted); }
.kit-card__footer strong { font-size: 1.24rem; }

.center-action { margin-top: 42px; text-align: center; }

.story { background: var(--cream); }
.story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 76px;
}
.story__visual { position: relative; }
.story__image {
  overflow: hidden;
  border-radius: 42px 42px 120px 42px;
  background: var(--rose);
}
.story__image img {
  aspect-ratio: 4/4.6;
  object-fit: cover;
}
.story__quote {
  position: absolute;
  right: -25px;
  bottom: 38px;
  width: min(320px, 78%);
  padding: 22px;
  border-radius: 22px;
  background: var(--ink);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.story__content p { font-size: 1.04rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--terracotta-dark);
  font-weight: 800;
}

.occasions { background: #fffdf9; }
.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.occasion-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 34px;
  transition: .25s ease;
}
.occasion-card:hover { transform: translateY(-5px) rotate(-.5deg); }
.occasion-card--peach { background: var(--peach); }
.occasion-card--rose { background: var(--rose); }
.occasion-card--sage { background: var(--sage); }
.occasion-card__icon {
  margin-bottom: auto;
  font-size: 2.4rem;
}
.occasion-card h3 { margin-bottom: 10px; }
.occasion-card p { color: rgba(61,45,41,.72); }
.occasion-card > span:last-child { font-weight: 800; }

.featured { padding-top: 50px; }
.featured__card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 44px;
  background: var(--ink);
  color: var(--cream);
}
.featured__media {
  display: grid;
  place-items: center;
  padding: 34px;
  background: var(--terracotta);
}
.featured__media img {
  max-height: 540px;
  border-radius: 28px;
}
.featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}
.featured__content p { color: rgba(255,248,241,.72); }
.featured__details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}
.featured__details span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: .82rem;
}
.featured__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.featured__buy strong { font-size: 1.8rem; }
.featured__content > small { margin-top: 18px; color: rgba(255,255,255,.46); }

.process { background: var(--cream-2); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.process-step {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
}
.process-step > span {
  position: absolute;
  top: 18px; right: 22px;
  color: rgba(61,45,41,.32);
  font-weight: 800;
}
.process-step__icon {
  width: 56px; height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 50%;
  background: var(--peach);
  font-size: 1.35rem;
}
.process-step h3 { margin-bottom: 8px; }

.reviews { background: #fffdf9; }
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}
.stars { color: #d98c3e; letter-spacing: .08em; }
.review-card p {
  margin: 22px 0 auto;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
}
.review-card footer { margin-top: 24px; }
.review-card footer strong,
.review-card footer span { display: block; }
.review-card footer span { color: var(--muted); font-size: .9rem; }

.packaging { background: var(--cream); }
.packaging__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.check-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-bottom: 1px solid var(--line);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--terracotta);
  font-weight: 900;
}
.packaging__visual {
  padding: 28px;
  border-radius: 48px 48px 120px 48px;
  background: var(--butter);
}
.packaging__visual img { border-radius: 30px; }

.faq { background: #fffdf9; }
.faq__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}
.accordion__item { border-top: 1px solid var(--line); }
.accordion__item:last-child { border-bottom: 1px solid var(--line); }
.accordion__item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}
.accordion__item button span {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--cream-2);
  transition: .2s ease;
}
.accordion__item button[aria-expanded="true"] span { transform: rotate(45deg); }
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease;
}
.accordion__panel > p {
  overflow: hidden;
  margin-bottom: 0;
}
.accordion__item.is-open .accordion__panel {
  grid-template-rows: 1fr;
}
.accordion__item.is-open .accordion__panel > p { padding-bottom: 22px; }

.final-cta {
  padding: 70px 0;
  background: var(--peach);
}
.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.final-cta h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.site-footer {
  padding: 70px 0 22px;
  background: var(--ink);
  color: var(--cream);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 45px;
}
.site-footer p { max-width: 430px; color: rgba(255,248,241,.62); }
.site-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__grid > div:not(:first-child) strong { margin-bottom: 8px; }
.site-footer__grid a { color: rgba(255,248,241,.72); }
.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,248,241,.52);
  font-size: .88rem;
}
.brand--footer .brand__mark { background: var(--peach); }
.brand--footer small { color: rgba(255,248,241,.54); }

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #1f8f58;
  color: white;
  box-shadow: 0 12px 30px rgba(20,90,54,.28);
  font-weight: 800;
}
.floating-whatsapp strong { color: #9fe0bd; }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--cream);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .header-cta { display: none; }
  .menu-button { display: block; margin-left: auto; }

  .hero__grid,
  .story__grid,
  .packaging__grid,
  .faq__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 56px; }
  .hero__visual { max-width: 700px; margin: 0 auto; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid,
  .review-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .featured__card { grid-template-columns: 1fr; }
  .featured__media img { max-height: 460px; }
  .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .site-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .announcement__inner { gap: 8px; min-height: 34px; font-size: .72rem; }
  .announcement__inner span:nth-of-type(2),
  .announcement__inner span:nth-of-type(4),
  .announcement__inner span:nth-of-type(5) { display: none; }

  .site-header__inner { min-height: 70px; }
  .brand { min-width: 0; }
  .brand small { display: none; }

  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .hero { padding-top: 52px; }
  .hero__content > p { font-size: 1.06rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__notes { display: grid; gap: 8px; }
  .hero-card { padding: 18px; border-radius: 34px 34px 82px 34px; }
  .floating-label--top { right: 8px; top: 10px; }
  .floating-label--bottom { left: 6px; bottom: 18px; }
  .hero-stamp { width: 110px; height: 110px; right: -8px; bottom: -38px; }

  .trust-strip__grid,
  .kit-grid,
  .occasion-grid,
  .process-grid,
  .review-grid { grid-template-columns: 1fr; }
  .trust-strip__grid { gap: 18px; }

  .kit-card__body { padding: 24px; }
  .kit-card__footer { align-items: flex-end; }
  .kit-card__footer .button { min-width: 118px; }

  .story__grid,
  .packaging__grid { gap: 42px; }
  .story__quote { right: 12px; bottom: 18px; }

  .occasion-card { min-height: 280px; }
  .featured__content { padding: 34px 26px; }
  .featured__buy { align-items: flex-start; flex-direction: column; }

  .faq__grid { gap: 28px; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
