:root {
  --vino: #791f06;
  --crema: #fbe0cb;
  --naranja: #ea6224;
  --verde: #a9d85d;
  --gris: #685d57;
  --negro: #050407;
  --blanco: #fff7f0;
  --max: 1180px;
  --desktop-max: min(1720px, calc(100vw - 96px));
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--negro);
  color: var(--crema);
  font-family: "Nunito Sans", system-ui, sans-serif;
}

img,
picture {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--crema);
  color: var(--negro);
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 68px;
  padding: 12px 18px;
  transition: background 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 4, 7, 0.78);
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.brand {
  width: 128px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  grid-column: 2;
  display: none;
}

.social-nav {
  grid-column: 3;
  justify-self: end;
  border: 1px solid rgba(251, 224, 203, 0.24);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  background: rgba(5, 4, 7, 0.36);
  color: var(--crema);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--crema);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-link:hover {
  background: var(--naranja);
  color: var(--negro);
  transform: translateY(-1px);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.btn {
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 900;
  line-height: 1.08;
}

.btn {
  padding: 13px 22px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

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

.btn-whatsapp-action {
  position: relative;
  gap: 10px;
  animation: whatsappAttention 2.4s ease-in-out infinite;
}

.btn-whatsapp-action::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4.2c-6.1 0-11 4.8-11 10.8 0 2.1.6 4.1 1.7 5.8l-1.2 5.1 5.3-1.3c1.6.8 3.3 1.2 5.2 1.2 6.1 0 11-4.8 11-10.8s-4.9-10.8-11-10.8Zm0 19.6c-1.6 0-3.1-.4-4.4-1.2l-.4-.2-3.1.8.7-3-.2-.4c-1-1.4-1.5-3-1.5-4.8 0-4.8 4-8.7 8.9-8.7s8.9 3.9 8.9 8.7-4 8.8-8.9 8.8Zm5-6.4c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.1-.2.3-.8.9-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.1-.4-2.1-1.3-.8-.7-1.3-1.5-1.5-1.8-.2-.3 0-.4.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.7-1.6-.9-2.2-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.6.2-1.2.2-1.3-.1-.1-.3-.2-.6-.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4.2c-6.1 0-11 4.8-11 10.8 0 2.1.6 4.1 1.7 5.8l-1.2 5.1 5.3-1.3c1.6.8 3.3 1.2 5.2 1.2 6.1 0 11-4.8 11-10.8s-4.9-10.8-11-10.8Zm0 19.6c-1.6 0-3.1-.4-4.4-1.2l-.4-.2-3.1.8.7-3-.2-.4c-1-1.4-1.5-3-1.5-4.8 0-4.8 4-8.7 8.9-8.7s8.9 3.9 8.9 8.7-4 8.8-8.9 8.8Zm5-6.4c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.1-.2.3-.8.9-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.1-.4-2.1-1.3-.8-.7-1.3-1.5-1.5-1.8-.2-.3 0-.4.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.7-1.6-.9-2.2-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.4s1 2.8 1.2 3c.1.2 2 3.1 4.9 4.3.7.3 1.2.5 1.6.6.7.2 1.3.2 1.8.1.6-.1 1.7-.7 1.9-1.3.2-.6.2-1.2.2-1.3-.1-.1-.3-.2-.6-.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-whatsapp-action:has(.btn-whatsapp-icon)::before {
  display: none;
}

.btn-primary {
  background-color: var(--naranja);
  background-image: linear-gradient(135deg, #ff7a2d 0%, var(--naranja) 58%, #c94718 100%);
  color: var(--negro);
  box-shadow: 0 18px 42px rgba(234, 98, 36, 0.28);
}

.btn-secondary {
  border: 1px solid rgba(251, 224, 203, 0.5);
  background: rgba(5, 4, 7, 0.26);
  color: var(--crema);
}

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

h1,
h2,
h3 {
  font-family: "Rubik", system-ui, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(34px, 8.8vw, 58px);
  line-height: 0.98;
  font-weight: 900;
  text-wrap: balance;
}

h1 span {
  display: block;
}

.hero h1 span:last-child {
  color: var(--naranja);
  text-shadow: 0 22px 60px rgba(234, 98, 36, 0.24);
}

h2 {
  font-size: clamp(38px, 10vw, 74px);
  line-height: 0.94;
  font-weight: 900;
  text-wrap: balance;
}

h3 {
  font-size: clamp(26px, 6vw, 42px);
  line-height: 1;
  font-weight: 900;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(234, 98, 36, 0.96);
  color: var(--negro);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 72%, rgba(121, 31, 6, 0.42), transparent 36%),
    var(--negro);
}

.hero-media,
.hero-media img,
.value-media,
.value-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img,
.value-media img {
  object-fit: cover;
}

.hero-media img {
  object-position: center bottom;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 4, 7, 0.92) 0%, rgba(5, 4, 7, 0.58) 33%, rgba(5, 4, 7, 0.08) 58%, rgba(5, 4, 7, 0.7) 100%),
    radial-gradient(circle at 50% 74%, transparent 0%, rgba(5, 4, 7, 0.28) 72%);
}

.hero-layout {
  position: relative;
  z-index: 4;
  min-height: 100svh;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: calc(92px + env(safe-area-inset-top)) 24px calc(28px + env(safe-area-inset-bottom));
}

.hero-copy-block {
  max-width: 560px;
  min-height: calc(100svh - 120px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
}

.hero-price {
  display: block;
  margin-top: 12px;
  color: var(--naranja);
  font-family: "Rubik", system-ui, sans-serif;
  font-size: clamp(52px, 14vw, 78px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 22px 60px rgba(234, 98, 36, 0.22);
}

.hero-copy-block p:not(.eyebrow),
.summary-copy p,
.story-context p,
.story-intro p,
.section-heading p,
.value-content p {
  margin-top: 16px;
  color: rgba(251, 224, 203, 0.9);
  font-size: clamp(17px, 4.4vw, 21px);
  line-height: 1.4;
}

.hero-copy-block > p {
  max-width: 445px;
  margin-top: 14px;
  color: #fffaf5;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 800;
  line-height: 1.34;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.95), 0 1px 2px rgba(0, 0, 0, 0.9);
}

.hero-meta {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hero-meta {
  gap: 0;
  border: 1px solid rgba(251, 224, 203, 0.24);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(5, 4, 7, 0.34);
  color: rgba(251, 224, 203, 0.9);
  backdrop-filter: blur(12px);
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-meta span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 999px;
  background: rgba(251, 224, 203, 0.64);
}

.hero-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.hero-actions .btn-primary {
  display: inline-flex;
  gap: 12px;
  min-height: 62px;
  width: 100%;
  padding-inline: 24px;
  font-size: clamp(17px, 4.2vw, 21px);
  background-color: var(--naranja);
  background-image: linear-gradient(135deg, #ff7a2d 0%, var(--naranja) 58%, #c94718 100%);
  color: var(--negro);
  box-shadow: 0 18px 44px rgba(234, 98, 36, 0.34), 0 0 0 1px rgba(255, 202, 166, 0.2);
}

.hero-actions .btn-whatsapp {
  justify-content: center;
  gap: 9px;
  animation: heroWhatsappFloat 1.85s ease-in-out infinite;
}

.hero-actions .btn-whatsapp > span:first-child {
  flex: 0 0 auto;
  white-space: nowrap;
}

.hero-actions .btn-whatsapp:hover {
  animation-play-state: paused;
  transform: translateY(-4px);
}

.btn-whatsapp-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, currentColor 14%, transparent);
  color: currentColor;
  box-shadow: none;
  animation: whatsappIconNudge 2.1s ease-in-out infinite;
}

.btn-whatsapp-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero-secondary-btn {
  min-height: 52px;
  border: 1px solid rgba(251, 224, 203, 0.46);
  padding-inline: 20px;
  background: rgba(5, 4, 7, 0.48);
  color: #fff7f0;
  box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.08);
  backdrop-filter: blur(12px);
}

@keyframes heroWhatsappFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes whatsappAttention {
  0%,
  72%,
  100% {
    transform: translateY(0) scale(1);
  }

  8% {
    transform: translateY(-3px) scale(1.018);
  }

  15% {
    transform: translateY(0) scale(1);
  }

  22% {
    transform: translateY(-2px) scale(1.012);
  }

  30% {
    transform: translateY(0) scale(1);
  }
}

@keyframes whatsappIconNudge {
  0%,
  68%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  8% {
    transform: rotate(-8deg) scale(1.08);
  }

  16% {
    transform: rotate(7deg) scale(1.04);
  }

  24% {
    transform: rotate(0deg) scale(1);
  }
}

.hero-scroll-cue {
  width: fit-content;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff4ea;
  text-decoration: none;
  font-size: clamp(17px, 4.6vw, 22px);
  font-weight: 900;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.86);
  animation: scrollCueFloat 1.5s ease-in-out infinite;
}

.hero-scroll-cue span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(251, 224, 203, 0.76);
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--crema);
  font-size: 26px;
  line-height: 1;
  background: rgba(5, 4, 7, 0.36);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

@keyframes scrollCueFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(9px);
  }
}

.product-summary {
  background:
    radial-gradient(circle at 8% 10%, rgba(234, 98, 36, 0.14), transparent 32%),
    var(--negro);
  color: var(--crema);
}

.summary-grid {
  max-width: var(--max);
  margin: 0 auto;
  padding: 82px 18px;
  display: grid;
  gap: 26px;
}

.summary-copy {
  max-width: 680px;
}

.summary-points {
  display: grid;
  gap: 12px;
}

.summary-point {
  min-height: 160px;
  border: 1px solid rgba(251, 224, 203, 0.14);
  border-radius: 14px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(121, 31, 6, 0.42), rgba(5, 4, 7, 0.58));
}

.summary-point span,
.feature-copy span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--naranja);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}

.summary-point p {
  margin-top: 10px;
  color: rgba(251, 224, 203, 0.78);
  line-height: 1.4;
}

.scroll-story {
  background:
    linear-gradient(180deg, rgba(5, 4, 7, 0.92) 0%, rgba(42, 11, 4, 0.96) 8%, rgba(121, 31, 6, 0.34) 30%, rgba(5, 4, 7, 0.98) 56%),
    var(--negro);
}

.story-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(76px, 10vw, 126px) 18px 54px;
  display: grid;
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
}

.combined-offer-section {
  scroll-margin-top: 76px;
}

.story-intro-copy {
  max-width: 590px;
}

.story-intro-copy h2 {
  max-width: 10.5ch;
  font-size: clamp(40px, 7vw, 82px);
  line-height: 1.04;
}

.story-intro-copy p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 16px;
  color: #fff7f0;
  font-size: clamp(16px, 2.4vw, 21px);
  font-weight: 800;
  line-height: 1.42;
}

.story-intro-copy .section-cta {
  background: var(--naranja);
  color: var(--negro);
  box-shadow: 0 18px 42px rgba(234, 98, 36, 0.28);
}

.intro-combo-note,
.intro-layer-rail {
  display: none;
}

.story-intro-summary {
  display: none;
}

.story-stage-heading,
.story-stage-tagline,
.story-step-status,
.ingredient-rail-cue,
.story-combo-list,
.story-offer .btn,
.story-offer-perks {
  display: none;
}

.story-track {
  height: 360svh;
  position: relative;
}

.story-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: clip;
  isolation: isolate;
  contain: paint;
  background: var(--negro);
  --scene-accent: 234, 98, 36;
  --scene-secondary: 121, 31, 6;
  --reticle-x: 58%;
  --reticle-y: 48%;
  --guide-x: 0px;
  --guide-y: 0px;
}

.story-stage::after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  height: 50svh;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 4, 7, 0.08), transparent 46%, rgba(5, 4, 7, 0.1));
}

.story-stage::before {
  content: "";
  position: absolute;
  z-index: 8;
  left: 18px;
  top: calc(112px + env(safe-area-inset-top));
  bottom: calc(74px + env(safe-area-inset-bottom));
  width: min(520px, calc(100vw - 36px));
  border: 1px solid rgba(251, 224, 203, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 18%, rgba(var(--scene-accent), 0.2), transparent 42%),
    linear-gradient(180deg, rgba(5, 4, 7, 0.84), rgba(5, 4, 7, 0.62));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(251, 224, 203, 0.08);
  backdrop-filter: blur(18px);
  pointer-events: none;
  display: none;
}

.story-stage[data-active="2"] {
  --scene-accent: 121, 31, 6;
  --scene-secondary: 251, 224, 203;
  --reticle-x: 55%;
  --reticle-y: 50%;
  --guide-x: -28px;
  --guide-y: -28px;
}

.story-stage[data-active="3"] {
  --scene-accent: 234, 98, 36;
  --scene-secondary: 151, 169, 88;
  --reticle-x: 62%;
  --reticle-y: 44%;
  --guide-x: -52px;
  --guide-y: 8px;
}

.story-stage[data-active="4"] {
  --scene-accent: 251, 224, 203;
  --scene-secondary: 169, 216, 93;
  --reticle-x: 58%;
  --reticle-y: 43%;
  --guide-x: -18px;
  --guide-y: -44px;
}

.story-stage[data-active="5"] {
  --scene-accent: 169, 216, 93;
  --scene-secondary: 234, 98, 36;
  --reticle-x: 54%;
  --reticle-y: 54%;
  --guide-x: -8px;
  --guide-y: -32px;
}

.story-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  overflow: clip;
  filter: blur(8px);
  transform: scale(1.025);
  transition: opacity 420ms ease, filter 420ms ease, transform 520ms ease;
  will-change: opacity, filter, transform;
}

.story-frame.is-active {
  z-index: 5;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.scene-backdrop,
.scene-depth,
.scene-flare,
.scene-image {
  position: absolute;
  pointer-events: none;
}

.scene-backdrop {
  inset: -12%;
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(1.16) contrast(1.06);
  opacity: 0.38;
  transform: scale(calc(var(--zoom, 1.02) + 0.16)) translate3d(calc(var(--pan-x, 0) * -0.55), calc(var(--pan-y, 0) * -0.55), 0);
  mask-image: linear-gradient(180deg, #000 0%, #000 50%, transparent 88%);
  will-change: transform;
}

.scene-depth {
  z-index: 1;
  inset: 9% 4% 28%;
  background:
    radial-gradient(ellipse at 50% 36%, rgba(var(--scene-accent), 0.24), transparent 38%),
    radial-gradient(ellipse at 50% 78%, rgba(var(--scene-secondary), 0.18), transparent 44%),
    linear-gradient(180deg, transparent 0%, rgba(121, 31, 6, 0.12) 40%, rgba(5, 4, 7, 0.92) 100%);
  filter: blur(14px);
  mix-blend-mode: screen;
  opacity: 0.7;
  transform: translate3d(calc(var(--pan-x, 0) * 0.8), calc(var(--pan-y, 0) * 0.8), 0);
}

.scene-image {
  z-index: 2;
  left: 50%;
  top: 28%;
  width: min(144vw, 650px);
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  filter: saturate(1.16) contrast(1.08) drop-shadow(0 42px 78px rgba(0, 0, 0, 0.52));
  transform:
    translate3d(calc(-50% + var(--art-x, 0%) + var(--pan-x, 0)), calc(-50% + var(--art-y, 0%) + var(--pan-y, 0)), 0)
    scale(var(--zoom, 1.02))
    rotate(calc(var(--art-rotate, 0deg) + var(--tilt, 0deg)));
  transform-origin: center;
  will-change: transform;
}

.story-frame[data-point="antojo"] .scene-image {
  object-position: 42% center;
}

.story-frame[data-point="carne"] .scene-image {
  object-position: center;
}

.story-frame[data-point="bbq"] .scene-image {
  object-position: center;
}

.story-frame[data-point="queso"] .scene-image {
  object-position: center;
}

.story-frame[data-point="puerro"] .scene-image {
  object-position: center;
}

.story-frame[data-point="papas"] .scene-image {
  object-position: center;
}

.scene-flare {
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(251, 224, 203, 0.13) 42%, transparent 56%),
    radial-gradient(circle at var(--reticle-x) var(--reticle-y), rgba(var(--scene-accent), 0.22), transparent 26%);
  opacity: 0.46;
  mix-blend-mode: screen;
  transform: translateX(calc(-24% + var(--scan, 0%) * 0.48));
  will-change: transform;
}

.ingredient-word {
  display: none;
}

.frame-copy {
  display: none;
}

.story-word {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 84px;
  max-width: 92vw;
  color: rgba(251, 224, 203, 0.12);
  font-family: "Rubik", system-ui, sans-serif;
  font-size: clamp(24px, 4vw, 54px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 220ms ease, transform 260ms ease;
  white-space: nowrap;
  pointer-events: none;
  display: none;
}

.story-narration {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: clamp(286px, 43svh, 336px);
  bottom: auto;
  width: min(352px, calc(100vw - 44px));
  isolation: isolate;
  pointer-events: auto;
  opacity: 0;
  transform: translate3d(-50%, 28px, 0) scale(0.98);
  transition: opacity 240ms ease, transform 280ms ease, filter 220ms ease;
}

.story-narration.is-readable {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.story-narration.is-leaving,
.story-word.is-leaving {
  opacity: 0;
  filter: blur(6px);
}

.story-narration.is-leaving {
  transform: translate3d(calc(-50% - 12px), 18px, 0) scale(0.98);
}

.story-word.is-leaving {
  transform: translate3d(-52%, -48%, 0) scale(0.98);
}

.story-narration::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -12px -11px -13px;
  border: 1px solid rgba(251, 224, 203, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--scene-accent), 0.2), transparent 48%),
    linear-gradient(180deg, rgba(5, 4, 7, 0.88), rgba(42, 11, 4, 0.76));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(251, 224, 203, 0.08);
  backdrop-filter: blur(12px);
}

.story-kicker {
  display: inline-flex;
  border: 1px solid rgba(var(--scene-accent), 0.68);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(5, 4, 7, 0.78);
  color: #fff5ea;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-narration h2 {
  margin-top: 7px;
  max-width: 520px;
  color: var(--crema);
  font-size: clamp(28px, 7.2vw, 35px);
  line-height: 0.94;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.86);
}

.story-narration p {
  max-width: 500px;
  margin-top: 9px;
  color: #fff3e8;
  font-size: clamp(13px, 3.65vw, 15px);
  line-height: 1.38;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.9);
}

.story-narration strong {
  display: block;
  width: fit-content;
  margin-top: 9px;
  border-left: 4px solid rgb(var(--scene-accent));
  padding: 6px 0 6px 10px;
  color: #fff5ea;
  font-size: clamp(13px, 3.65vw, 15px);
  line-height: 1.3;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.78);
}

.story-narration .btn {
  display: none;
  margin-top: 18px;
  background: var(--naranja);
  color: var(--negro);
}

.story-offer {
  position: absolute;
  z-index: 11;
  display: none;
  left: 24px;
  right: auto;
  bottom: calc(104px + env(safe-area-inset-bottom));
  width: min(330px, calc(100vw - 48px));
  border: 1px solid rgba(251, 224, 203, 0.22);
  border-radius: 16px;
  padding: 14px 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--scene-accent), 0.22), transparent 52%),
    rgba(251, 224, 203, 0.07);
  box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.08);
  backdrop-filter: blur(16px);
}

.story-offer span,
.story-offer small {
  display: block;
}

.story-offer span {
  color: #ff8f54;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-offer strong {
  display: block;
  margin: 5px 0 6px;
  color: var(--crema);
  font-family: "Rubik", system-ui, sans-serif;
  font-size: clamp(34px, 10vw, 46px);
  line-height: 0.9;
}

.story-offer small {
  color: #fbe0cb;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.story-frame::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 4, 7, 0.22) 16%, rgba(5, 4, 7, 0.94) 100%),
    radial-gradient(ellipse at 50% 4%, rgba(var(--scene-accent), 0.2), transparent 46%),
    linear-gradient(145deg, rgba(251, 224, 203, 0.025), transparent 40%, rgba(var(--scene-accent), 0.05));
  opacity: 0.82;
  transform: translate3d(calc(var(--pan-x, 0) * -0.28), calc(var(--pan-y, 0) * -0.18), 0);
  will-change: transform;
}

.story-frame::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(251, 224, 203, 0.14) 45%, transparent 62%);
  transform: translateX(calc(-120% + var(--scan, 0%) * 2.4));
  transition: opacity 180ms ease;
  pointer-events: none;
}

.story-frame.is-active::after {
  opacity: 1;
}

.story-overlay,
.value-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.story-overlay {
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 74%, rgba(var(--scene-accent), 0.2), transparent 34%),
    linear-gradient(90deg, rgba(5, 4, 7, 0.34) 0%, rgba(5, 4, 7, 0.03) 48%, rgba(5, 4, 7, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 4, 7, 0) 0%, rgba(5, 4, 7, 0.08) 36%, rgba(5, 4, 7, 0.9) 100%);
}

.scene-color-wash {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 70%, rgba(var(--scene-accent), 0.18), transparent 42%),
    linear-gradient(120deg, rgba(var(--scene-secondary), 0.18), transparent 44%, rgba(var(--scene-accent), 0.12));
  mix-blend-mode: screen;
  opacity: 0.5;
  transition: background 260ms ease, opacity 260ms ease;
}

.focus-reticle {
  position: absolute;
  z-index: 6;
  left: var(--reticle-x);
  top: var(--reticle-y);
  width: clamp(170px, 18vw, 290px);
  aspect-ratio: 1;
  border: 1px solid rgba(var(--scene-accent), 0.72);
  border-radius: 999px;
  opacity: 0.72;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 18px rgba(var(--scene-accent), 0.06),
    inset 0 0 48px rgba(var(--scene-accent), 0.12);
  pointer-events: none;
  transition: left 260ms ease, top 260ms ease, border-color 260ms ease;
}

.focus-reticle span {
  position: absolute;
  background: rgba(var(--scene-accent), 0.82);
}

.focus-reticle span:first-child {
  left: 50%;
  top: -28px;
  width: 1px;
  height: calc(100% + 56px);
}

.focus-reticle span:last-child {
  left: -28px;
  top: 50%;
  width: calc(100% + 56px);
  height: 1px;
}

.story-context {
  position: absolute;
  z-index: 6;
  top: calc(100px + env(safe-area-inset-top));
  left: 18px;
  right: 18px;
  max-width: 520px;
  pointer-events: none;
}

.story-context h2 {
  margin-top: 12px;
  max-width: 420px;
  font-size: clamp(26px, 6vw, 42px);
  line-height: 0.98;
  text-shadow: 0 14px 48px rgba(0, 0, 0, 0.7);
}

.story-context p:not(.eyebrow) {
  max-width: 460px;
  margin-top: 12px;
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1.35;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.8);
}

.aida-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  max-width: 520px;
  margin-top: 16px;
}

.aida-strip span {
  border: 1px solid rgba(251, 224, 203, 0.18);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(5, 4, 7, 0.48);
  color: rgba(251, 224, 203, 0.7);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.aida-strip span.is-active {
  border-color: rgba(var(--scene-accent), 0.88);
  background: rgba(var(--scene-accent), 0.92);
  color: white;
  transform: translateY(-2px);
}

.story-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.story-point {
  border: 1px solid rgba(251, 224, 203, 0.18);
  border-radius: 10px;
  padding: 10px 11px;
  background: rgba(5, 4, 7, 0.58);
  color: rgba(251, 224, 203, 0.72);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  opacity: 0.52;
  transform: translateY(4px) scale(0.98);
  transition: opacity 200ms ease, transform 200ms ease, background 200ms ease, border-color 200ms ease;
}

.mascot-note {
  position: absolute;
  z-index: 6;
  right: 18px;
  top: calc(96px + env(safe-area-inset-top));
  border: 1px solid rgba(251, 224, 203, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(5, 4, 7, 0.54);
  color: rgba(251, 224, 203, 0.78);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.story-point.is-active {
  border-color: rgba(234, 98, 36, 0.72);
  background: linear-gradient(135deg, rgba(121, 31, 6, 0.95), rgba(234, 98, 36, 0.86));
  color: white;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.story-point b,
.story-point strong,
.story-point small {
  display: block;
}

.story-point b {
  margin-bottom: 6px;
  color: var(--crema);
  font-size: 11px;
  letter-spacing: 0;
}

.story-point strong {
  font-size: 14px;
  line-height: 1.05;
}

.story-point small {
  margin-top: 5px;
  color: rgba(251, 224, 203, 0.78);
  font-size: 11px;
  line-height: 1.25;
}

.story-progress {
  position: absolute;
  z-index: 5;
  top: calc(78px + env(safe-area-inset-top));
  left: 18px;
  right: 18px;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(251, 224, 203, 0.18);
}

.story-progress span {
  display: block;
  width: var(--progress, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--naranja), var(--crema));
}

.ingredient-rail {
  position: absolute;
  z-index: 6;
  left: 18px;
  right: 18px;
  top: calc(92px + env(safe-area-inset-top));
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, black 5%, black 95%, transparent);
}

.ingredient-rail::-webkit-scrollbar {
  display: none;
}

.rail-item {
  flex: 0 0 auto;
  border: 1px solid rgba(251, 224, 203, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(5, 4, 7, 0.5);
  color: rgba(251, 224, 203, 0.72);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transform: scale(0.96);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.rail-item.is-active {
  border-color: rgba(234, 98, 36, 0.72);
  background: var(--naranja);
  color: white;
  transform: scale(1);
}

.story-copy {
  position: absolute;
  z-index: 5;
  left: 18px;
  right: 18px;
  bottom: calc(24px + env(safe-area-inset-bottom));
  max-width: 520px;
}

.story-step {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgb(var(--scene-accent));
  color: white;
  font-weight: 900;
  font-size: 12px;
}

.story-aida {
  display: inline-flex;
  margin-left: 8px;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(251, 224, 203, 0.92);
  color: var(--negro);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: top;
}

.story-chip {
  display: inline-flex;
  width: fit-content;
  margin-left: 8px;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(251, 224, 203, 0.14);
  color: var(--crema);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: top;
}

.story-copy h3 {
  max-width: 760px;
  font-size: clamp(46px, 6.2vw, 86px);
  text-shadow: 0 12px 50px rgba(0, 0, 0, 0.72);
}

.story-copy p {
  max-width: 620px;
  margin-top: 12px;
  color: rgba(251, 224, 203, 0.9);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.38;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.82);
}

.story-copy em {
  display: block;
  width: fit-content;
  margin-top: 14px;
  border-left: 4px solid rgb(var(--scene-accent));
  padding: 8px 0 8px 12px;
  color: var(--crema);
  font-style: normal;
  font-weight: 900;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.82);
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.story-actions .btn {
  min-width: 190px;
  background: rgb(var(--scene-accent));
}

.story-actions span {
  border: 1px solid rgba(251, 224, 203, 0.2);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(5, 4, 7, 0.58);
  color: var(--crema);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.ingredient-sections {
  background: var(--crema);
  color: var(--negro);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px 18px 34px;
}

.section-cta {
  width: fit-content;
  margin-top: 24px;
  border-color: rgba(5, 4, 7, 0.32);
  background: var(--negro);
  color: var(--crema);
}

.ingredient-sections .eyebrow {
  background: var(--vino);
}

.ingredient-sections .section-heading p {
  color: rgba(5, 4, 7, 0.68);
}

.ingredient-feature {
  display: grid;
  gap: 0;
  min-height: 90svh;
}

.feature-image {
  min-height: 54svh;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 18px 46px;
}

.feature-copy p {
  max-width: 620px;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.45;
}

.feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li {
  border-left: 4px solid var(--naranja);
  padding: 9px 0 9px 12px;
  font-weight: 800;
}

.feature-dark {
  background: var(--negro);
  color: var(--crema);
}

.feature-dark .feature-copy p,
.feature-dark .feature-copy li {
  color: rgba(251, 224, 203, 0.82);
}

.feature-light {
  background: var(--crema);
  color: var(--negro);
}

.feature-light .feature-copy p,
.feature-light .feature-copy li {
  color: rgba(5, 4, 7, 0.72);
}

.faq-section {
  background:
    linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(42, 11, 4, 0.96) 54%, rgba(5, 4, 7, 1) 100%),
    var(--negro);
  color: var(--crema);
  scroll-margin-top: 76px;
}

.faq-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(46px, 6vw, 78px) 18px;
  display: grid;
  gap: clamp(18px, 4vw, 38px);
  align-items: start;
}

.faq-heading {
  max-width: 470px;
}

.faq-heading .eyebrow {
  max-width: 100%;
  border-radius: 16px;
  line-height: 1.18;
  white-space: normal;
}

.faq-heading h2 {
  max-width: 16ch;
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1;
}

.faq-heading p:not(.eyebrow) {
  max-width: 28rem;
  margin-top: 10px;
  color: #fff7f0;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 800;
  line-height: 1.35;
}

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

.faq-list details {
  border: 1px solid rgba(251, 224, 203, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(251, 224, 203, 0.08), rgba(121, 31, 6, 0.18));
  box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.06);
}

.faq-list details[open] {
  border-color: rgba(234, 98, 36, 0.48);
  background: linear-gradient(145deg, rgba(121, 31, 6, 0.38), rgba(5, 4, 7, 0.52));
}

.faq-list summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  color: var(--crema);
  font-family: "Rubik", system-ui, sans-serif;
  font-size: clamp(17px, 3.8vw, 22px);
  font-weight: 900;
  line-height: 1.08;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--naranja);
  color: var(--negro);
  font-family: "Rubik", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: var(--crema);
}

.faq-list p {
  margin: -2px 16px 16px;
  color: rgba(251, 224, 203, 0.78);
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 800;
  line-height: 1.45;
}

.value-section {
  position: relative;
  min-height: 82svh;
  display: grid;
  align-items: start;
  overflow: hidden;
  background: var(--negro);
  padding: 38px 18px 34px;
}

.value-shade {
  background:
    linear-gradient(180deg, rgba(5, 4, 7, 0.78) 0%, rgba(5, 4, 7, 0.2) 46%, rgba(5, 4, 7, 0.9) 100%),
    radial-gradient(circle at 54% 68%, transparent 0%, rgba(5, 4, 7, 0.5) 78%);
}

.value-content {
  position: relative;
  z-index: 2;
  max-width: 570px;
}

.value-content h2 {
  line-height: 1;
}

.value-content .btn {
  margin-top: 24px;
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(121, 31, 6, 0.42), transparent 38%),
    radial-gradient(ellipse at 88% 36%, rgba(234, 98, 36, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(17, 12, 10, 0.98) 42%, rgba(12, 5, 3, 1) 100%),
    var(--negro);
  color: var(--crema);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 224, 203, 0.38), transparent);
  pointer-events: none;
}

.footer-inner {
  max-width: min(1520px, calc(100vw - 36px));
  margin: 0 auto;
  padding: clamp(62px, 6vw, 84px) 0 clamp(32px, 4.2vw, 46px);
  display: grid;
  gap: 26px;
}

.footer-reference-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 1.18fr) minmax(210px, 1fr) minmax(250px, 1fr) minmax(285px, 1.1fr);
  gap: 22px clamp(24px, 2.8vw, 44px);
  align-items: start;
}

.footer-reference-grid > section {
  min-width: 0;
}

.footer-reference-grid > section + section {
  border-left: 1px solid rgba(234, 98, 36, 0.26);
  padding-left: clamp(24px, 2.8vw, 44px);
}

.footer-reference-brand {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-reference-brand img {
  width: clamp(220px, 17vw, 280px);
  max-width: 100%;
  flex: 0 0 auto;
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.62));
}

.footer-reference-brand p {
  max-width: 300px;
  margin: 0;
  color: rgba(251, 224, 203, 0.82);
  font-size: clamp(16px, 1.14vw, 19px);
  font-weight: 500;
  line-height: 1.28;
}

.footer-service-pill {
  width: fit-content;
  min-width: 188px;
  min-height: 42px;
  border: 2px solid var(--naranja);
  border-radius: 999px;
  padding: 6px 24px 6px 12px;
  background: rgba(5, 4, 7, 0.18);
  color: var(--naranja);
  box-shadow: inset 0 0 0 1px rgba(251, 224, 203, 0.04), 0 18px 44px rgba(0, 0, 0, 0.26);
}

.footer .footer-service-pill {
  color: var(--naranja);
}

.footer-service-pill:hover {
  padding-left: 12px;
  background: rgba(234, 98, 36, 0.12);
  color: #ff8245;
}

.footer-service-pill .btn-whatsapp-icon {
  background: rgba(234, 98, 36, 0.16);
  color: currentColor;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff7f0;
  font-size: clamp(21px, 1.42vw, 26px);
  font-weight: 900;
  line-height: 1;
}

.footer a {
  color: rgba(251, 224, 203, 0.86);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links,
.footer-social,
.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-links a,
.footer-social a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(251, 224, 203, 0.1);
  padding: 0 0 10px;
  font-size: clamp(16px, 1.06vw, 19px);
  font-weight: 600;
  line-height: 1.2;
}

.footer-links a span:last-child,
.footer-social a > span:last-child,
.footer-social a > span[aria-hidden="true"]:last-child {
  color: var(--naranja);
  font-size: 25px;
  font-weight: 900;
  line-height: 0.8;
}

.footer-links a:hover,
.footer-social a:hover,
.footer-links a.is-active {
  color: #fff7f0;
  transform: translateX(4px);
}

.footer-links a.is-active {
  border-color: rgba(234, 98, 36, 0.34);
  color: var(--naranja);
}

.footer-contact-list {
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 14px;
  row-gap: 3px;
  min-width: 0;
  align-items: center;
}

.footer-line-icon {
  grid-area: icon;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--naranja);
}

.footer-line-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.footer-contact-list li > span:not(.footer-line-icon) {
  grid-area: label;
  color: rgba(251, 224, 203, 0.7);
  font-size: clamp(14px, 0.92vw, 16px);
  font-weight: 500;
  line-height: 1.1;
}

.footer-contact-list strong {
  grid-area: value;
  min-width: 0;
  color: #fff7f0;
  font-size: clamp(18px, 1.16vw, 21px);
  font-weight: 900;
  line-height: 1.12;
}

.footer-social {
  margin-top: 16px;
}

.footer-social a {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  justify-content: stretch;
  padding-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(251, 224, 203, 0.22);
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 24px;
}

.footer small {
  color: rgba(251, 224, 203, 0.62);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.3;
}

.floating-cta {
  position: fixed;
  z-index: 90;
  left: auto;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 5px 11px 5px 5px;
  background-color: var(--naranja);
  background-image: linear-gradient(135deg, #ff7a2d 0%, var(--naranja) 58%, #c94718 100%);
  color: #190600;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(5, 4, 7, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 18px));
  transition: left 220ms ease, right 220ms ease, bottom 220ms ease, min-width 220ms ease, transform 220ms ease, opacity 180ms ease;
}

body.is-story-active .floating-cta {
  left: 50%;
  right: auto;
  bottom: calc(clamp(112px, 23svh, 166px) + env(safe-area-inset-bottom));
  min-width: min(230px, calc(100vw - 96px));
  justify-content: center;
  gap: 10px;
  padding-right: 16px;
  transform: translateX(-50%);
  box-shadow: 0 18px 42px rgba(6, 18, 9, 0.52), 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, currentColor 14%, transparent);
  box-shadow: none;
  animation: whatsappIconNudge 2.1s ease-in-out infinite;
}

.whatsapp-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.floating-cta span:not(.whatsapp-icon) {
  min-width: 0;
  flex: 0 1 auto;
  line-height: 1.05;
  white-space: nowrap;
}

.floating-cta strong {
  display: none;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 11px;
  background: rgba(5, 4, 7, 0.86);
  color: #eafff1;
  line-height: 1;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.is-story-active .floating-cta.is-visible {
  transform: translateX(-50%);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@media (min-width: 700px) {
  .main-nav {
    display: flex;
    justify-content: center;
    gap: clamp(6px, 1.2vw, 12px);
  }

  .main-nav a {
    position: relative;
    min-height: 36px;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(251, 224, 203, 0.82);
    padding: 8px 14px;
    text-decoration: none;
    font-weight: 800;
    font-size: clamp(12px, 1.6vw, 14px);
    line-height: 1;
    white-space: nowrap;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
  }

  .main-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: var(--naranja);
    opacity: 0;
    transition: left 180ms ease, right 180ms ease, opacity 180ms ease;
  }

  .main-nav a:hover,
  .main-nav a.is-active {
    border-color: rgba(234, 98, 36, 0.46);
    background: rgba(234, 98, 36, 0.2);
    color: #fff7f0;
    box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.08);
  }

  .site-header .main-nav a.is-active {
    border-color: rgba(234, 98, 36, 0.62);
    background: rgba(234, 98, 36, 0.24);
    color: #fff7f0;
  }

  .main-nav a.is-active::after {
    left: 16px;
    right: 16px;
    opacity: 1;
  }

  .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

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

}

@media (max-width: 520px) {
  .site-header {
    min-height: 62px;
    padding: 10px 16px;
  }

  .brand {
    width: 116px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(31px, 9.2vw, 39px);
    line-height: 1;
  }

  .hero-price {
    margin-top: 6px;
    font-size: clamp(52px, 14vw, 62px);
  }

  .hero-copy-block > p {
    max-width: 29ch;
    font-size: 16px;
    line-height: 1.3;
  }

  .hero-layout {
    padding: calc(82px + env(safe-area-inset-top)) 22px calc(24px + env(safe-area-inset-bottom));
  }

  .hero-copy-block {
    min-height: calc(100svh - 106px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .hero-actions {
    padding-top: 18px;
  }

  .hero-actions .btn-primary {
    min-height: 58px;
    padding-inline: 18px;
    font-size: clamp(16px, 4.5vw, 18px);
  }

  .btn-whatsapp-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .btn-whatsapp-icon svg {
    width: 19px;
    height: 19px;
  }

  .hero-secondary-btn {
    min-height: 48px;
    width: 100%;
  }

  .hero-meta {
    max-width: calc(100vw - 48px);
  }

  .hero-meta {
    border-radius: 18px;
  }

  .hero-meta span {
    font-size: 14px;
  }

  .floating-cta {
    max-width: calc(100vw - 24px);
  }

  .ingredient-rail {
    top: calc(78px + env(safe-area-inset-top));
    flex-wrap: wrap;
    gap: 7px;
    overflow: visible;
    mask-image: none;
  }

  .rail-item {
    flex: 1 1 calc(33.333% - 7px);
    min-width: 0;
    min-height: 34px;
    justify-content: center;
    padding: 6px 7px;
    text-align: center;
    white-space: normal;
    line-height: 1.05;
  }

  body.is-story-active .floating-cta {
    min-width: min(220px, calc(100vw - 48px));
  }

  body.is-story-active .floating-cta.is-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

  .story-frame[data-point] {
    --art-y: -6% !important;
  }

  .story-frame[data-point="carne"] {
    --art-x: -4% !important;
  }

  .story-frame[data-point="bbq"] {
    --art-x: 10% !important;
  }

  .story-frame[data-point="queso"] {
    --art-x: -8% !important;
  }

  .story-frame[data-point="puerro"] {
    --art-x: 8% !important;
  }

  .story-frame[data-point="papas"] {
    --art-x: 0% !important;
  }

  .scene-image {
    top: 43%;
    width: min(140vw, 570px);
  }

  .story-narration {
    top: auto;
    bottom: calc(22px + env(safe-area-inset-bottom));
    width: min(350px, calc(100vw - 38px));
    opacity: 1;
    filter: none;
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .story-narration.is-readable,
  .story-narration.is-leaving {
    opacity: 1;
    filter: none;
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .story-narration .btn {
    min-height: 50px;
    width: 100%;
    display: inline-flex;
    margin-top: 14px;
  }
}

@media (min-width: 521px) and (max-width: 959px) {
  .hero-layout {
    max-width: 920px;
    margin: 0 auto;
    align-content: center;
    padding: calc(110px + env(safe-area-inset-top)) 26px calc(56px + env(safe-area-inset-bottom));
  }

  .hero-copy-block {
    max-width: 420px;
    min-height: auto;
    display: block;
  }

  h1 {
    max-width: 14ch;
    font-size: clamp(44px, 5.8vw, 62px);
  }

  .hero-price {
    font-size: clamp(70px, 9.2vw, 88px);
  }

  .hero-copy-block > p {
    max-width: 34ch;
    font-size: clamp(17px, 2.2vw, 20px);
  }

  .hero-actions {
    width: min(430px, calc(100vw - 52px));
    margin-top: 20px;
    padding-top: 0;
  }

  .hero-actions .btn-primary {
    font-size: clamp(20px, 2.6vw, 24px);
  }

}

@media (max-width: 520px) and (max-height: 720px) {
  .hero-layout {
    padding-top: calc(74px + env(safe-area-inset-top));
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .hero-copy-block {
    min-height: calc(100svh - 92px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  h1 {
    font-size: clamp(28px, 8.6vw, 35px);
  }

  .hero-price {
    font-size: clamp(44px, 12.5vw, 52px);
  }

  .hero-copy-block > p {
    max-width: 29ch;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.28;
  }

  .hero-actions .btn-primary {
    min-height: 54px;
  }
}

@media (max-width: 959px) {
  .story-stage {
    touch-action: none;
  }

  .footer-inner {
    max-width: calc(100vw - 36px);
    padding-block: 58px 34px;
    gap: 22px;
  }

  .footer-reference-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-reference-grid > section + section {
    border-left: 0;
    border-top: 1px solid rgba(234, 98, 36, 0.26);
    padding-left: 0;
    padding-top: 22px;
  }

  .footer-reference-brand {
    gap: 15px;
  }

  .footer-reference-brand img {
    width: min(270px, 88vw);
  }

  .footer-reference-brand p {
    max-width: 30ch;
    font-size: clamp(16px, 4.5vw, 19px);
  }

  .footer h3 {
    margin-bottom: 15px;
    font-size: clamp(21px, 5.4vw, 25px);
  }

  .footer-links,
  .footer-social,
  .footer-contact-list {
    gap: 11px;
  }

  .footer-links a,
  .footer-social a {
    min-height: 40px;
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .footer-contact-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
  }

  .footer-line-icon {
    width: 31px;
    height: 31px;
  }

  .footer-contact-list strong {
    font-size: clamp(17px, 4.6vw, 20px);
  }

  .footer-bottom {
    display: grid;
    gap: 12px;
  }

  .story-intro {
    padding: clamp(72px, 11vw, 96px) 18px 38px;
    gap: 24px;
  }

  .story-intro-copy {
    max-width: 100%;
  }

  .story-intro-copy h2 {
    max-width: 11.5ch;
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1;
  }

  .story-intro-copy .section-cta {
    min-height: 58px;
    width: 100%;
    justify-content: flex-start;
    padding-inline: 20px;
    gap: 13px;
  }

  .story-intro-summary {
    min-width: 0;
    display: grid;
    gap: 14px;
  }

  .intro-summary-media {
    position: relative;
    min-height: clamp(260px, 72vw, 390px);
    overflow: hidden;
    border: 1px solid rgba(251, 224, 203, 0.14);
    border-radius: 12px;
    background: rgba(5, 4, 7, 0.72);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(251, 224, 203, 0.08);
  }

  .intro-summary-media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: 66% center;
  }

  .intro-summary-note {
    position: absolute;
    left: 18px;
    top: 18px;
    max-width: 12ch;
    color: var(--crema);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(22px, 6vw, 32px);
    font-weight: 900;
    line-height: 0.98;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.72);
    transform: rotate(-6deg);
  }

  .intro-summary-note::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--naranja);
    transform: rotate(-4deg);
  }

  .intro-summary-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--crema);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
  }

  .intro-summary-caption::before,
  .intro-summary-caption::after {
    content: "";
    height: 1px;
    flex: 1 1 32px;
    background: rgba(251, 224, 203, 0.54);
  }

  .intro-summary-stack {
    display: grid;
    gap: 12px;
  }

  .intro-summary-price,
  .intro-summary-list li {
    border: 1px solid rgba(251, 224, 203, 0.16);
    border-radius: 12px;
    background:
      radial-gradient(circle at 18% 14%, rgba(234, 98, 36, 0.2), transparent 48%),
      linear-gradient(145deg, rgba(121, 31, 6, 0.52), rgba(5, 4, 7, 0.8));
    box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.07);
  }

  .intro-summary-price {
    position: relative;
    min-height: 150px;
    display: grid;
    align-content: center;
    padding: 22px 24px;
    overflow: hidden;
  }

  .intro-summary-price span,
  .intro-summary-list span {
    color: var(--naranja);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .intro-summary-price strong {
    margin-top: 12px;
    color: var(--crema);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(52px, 15vw, 72px);
    line-height: 1.12;
  }

  .intro-summary-price small {
    margin-top: 10px;
    color: rgba(251, 224, 203, 0.82);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.22;
  }

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

  .intro-summary-list li {
    min-width: 0;
    min-height: 84px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon value";
    gap: 14px;
    align-items: center;
    padding: 16px;
  }

  .intro-summary-list i {
    grid-area: icon;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: var(--naranja);
    font-style: normal;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .intro-summary-list span {
    grid-area: label;
    align-self: end;
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .intro-summary-list strong {
    grid-area: value;
    align-self: start;
    min-width: 0;
    color: var(--crema);
    font-size: clamp(19px, 5.4vw, 24px);
    line-height: 1.15;
  }

  .story-track {
    height: 460svh;
  }

  .story-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    contain: paint;
    overflow: clip;
    overflow-anchor: none;
    display: block;
    padding: 0;
    background:
      linear-gradient(180deg, rgba(5, 4, 7, 0.96), rgba(42, 11, 4, 0.94) 42%, rgba(5, 4, 7, 0.98)),
      var(--negro);
  }

  .story-stage::before,
  .story-word,
  .story-offer,
  .story-progress,
  .story-stage-tagline {
    display: none;
  }

  .story-stage::after,
  .story-overlay,
  .scene-color-wash {
    display: block;
  }

  .story-stage-heading {
    position: absolute;
    z-index: 24;
    left: 18px;
    right: 18px;
    top: calc(76px + env(safe-area-inset-top));
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
    transform: none;
    pointer-events: none;
  }

  .story-stage-heading p {
    display: none;
    margin: 0;
    color: var(--naranja);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1;
    text-transform: uppercase;
  }

  .story-stage-heading h2 {
    max-width: 16ch;
    margin: 0;
    color: var(--crema);
    font-size: clamp(26px, 6.4vw, 38px);
    line-height: 0.98;
    text-shadow: 0 18px 52px rgba(0, 0, 0, 0.82);
  }

  .story-stage-heading span {
    display: none;
  }

  .ingredient-rail {
    position: absolute;
    z-index: 30;
    left: 18px;
    right: 18px;
    top: calc(145px + env(safe-area-inset-top));
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 8px 0 10px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(5, 4, 7, 0.96), rgba(42, 11, 4, 0.88));
    box-shadow: 0 18px 36px rgba(5, 4, 7, 0.34);
    backdrop-filter: blur(14px);
    mask-image: none;
    overflow-anchor: none;
  }

  .rail-item {
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 8px;
    text-align: center;
    white-space: normal;
    line-height: 1.05;
  }

  .rail-item::before {
    content: attr(data-icon);
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(234, 98, 36, 0.14);
    color: var(--naranja);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 900;
  }

  .rail-item.is-active::before {
    background: rgba(251, 224, 203, 0.18);
    color: white;
  }

  .story-frame {
    position: absolute;
    z-index: 1;
    left: 18px;
    right: 18px;
    top: calc(260px + env(safe-area-inset-top));
    height: clamp(160px, 26svh, 230px);
    display: block;
    opacity: 0;
    overflow: clip;
    border: 1px solid rgba(251, 224, 203, 0.14);
    border-radius: 12px;
    filter: blur(8px);
    transform: scale(1.025);
    transition: opacity 420ms ease, filter 420ms ease, transform 520ms ease;
  }

  .story-frame.is-active {
    z-index: 5;
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }

  .story-frame .scene-backdrop,
  .story-frame .scene-depth,
  .story-frame .scene-flare {
    display: block;
  }

  .story-frame[data-point] {
    --art-x: 0% !important;
    --art-y: 0% !important;
  }

  .story-frame[data-point="carne"] {
    --story-image-focus-x: 46%;
  }

  .story-frame[data-point="bbq"] {
    --story-image-focus-x: 36%;
  }

  .story-frame[data-point="queso"] {
    --story-image-focus-x: 58%;
  }

  .story-frame[data-point="puerro"] {
    --story-image-focus-x: 50%;
  }

  .story-frame[data-point="papas"] {
    --story-image-focus-x: 52%;
  }

  .scene-image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    object-position: var(--story-image-focus-x, 50%) center;
    filter: saturate(1.14) contrast(1.06) drop-shadow(0 24px 56px rgba(0, 0, 0, 0.44));
    transform:
      translate3d(calc(-50% + var(--art-x, 0%) + var(--pan-x, 0)), calc(-50% + var(--art-y, 0%) + var(--pan-y, 0)), 0)
      scale(var(--zoom, 1.02))
      rotate(calc(var(--art-rotate, 0deg) + var(--tilt, 0deg)));
  }

  .story-frame[data-point] .scene-image {
    object-position: var(--story-image-focus-x, 50%) center;
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    position: absolute;
    z-index: 10;
    left: 18px;
    right: 18px;
    top: auto;
    bottom: calc(20px + env(safe-area-inset-bottom));
    width: auto;
    min-height: clamp(260px, 33svh, 320px);
    display: grid;
    opacity: 0;
    filter: none;
    transform: translate3d(0, 18px, 0) scale(0.98);
  }

  .story-narration {
    padding: 16px;
    overflow-anchor: none;
  }

  .story-narration.is-readable {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .story-narration.is-leaving {
    opacity: 0;
    transform: translate3d(-10px, 16px, 0) scale(0.98);
  }

  .story-narration::before {
    inset: 0;
    border-radius: 14px;
  }

  .story-step-status {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff8f54;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  .story-step-status b {
    font: inherit;
  }

  .story-step-bars {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    width: min(300px, 100%);
  }

  .story-step-bars i {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: rgba(251, 224, 203, 0.22);
  }

  .story-step-bars i.is-active {
    background: linear-gradient(90deg, var(--naranja), #ff8245);
    box-shadow: 0 0 24px rgba(234, 98, 36, 0.28);
  }

  .story-narration h2 {
    max-width: 12ch;
    margin-top: 8px;
    font-size: clamp(28px, 7.6vw, 42px);
    line-height: 0.98;
  }

  .story-narration p {
    max-width: 100%;
    margin-top: 10px;
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .story-narration strong {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .story-narration .btn {
    min-height: 50px;
    width: 100%;
    display: inline-flex;
    margin-top: 12px;
    justify-content: flex-start;
    gap: 12px;
    padding-inline: 18px;
    color: var(--crema);
    background: linear-gradient(135deg, #ff7433, var(--naranja));
  }

  .story-narration .btn::after,
  .story-offer .btn::after {
    content: ">";
    width: 30px;
    height: 30px;
    margin-left: auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(121, 31, 6, 0.28);
    color: var(--crema);
    font-size: 20px;
    line-height: 1;
  }

  .story-offer {
    display: none;
  }

  .story-offer > * {
    min-width: 0;
    max-width: 100%;
  }

  .story-offer::after {
    content: "$";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: rgba(234, 98, 36, 0.86);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 22px;
    font-weight: 900;
  }

  .story-offer > span {
    margin-right: 58px;
    color: #ff8f54;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .story-offer > strong {
    margin: 12px 58px 8px 0;
    font-size: clamp(48px, 13vw, 66px);
    line-height: 1;
  }

  .story-offer > small {
    margin-right: 0;
    color: rgba(251, 224, 203, 0.84);
    font-size: 14px;
    line-height: 1.25;
  }

  .story-combo-list {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: grid;
    gap: 0;
    margin: 16px 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(251, 224, 203, 0.2);
    list-style: none;
  }

  .story-combo-list li {
    min-width: 0;
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid rgba(251, 224, 203, 0.12);
  }

  .story-combo-list li:last-child {
    border-bottom: 0;
  }

  .story-combo-list i {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.18);
    color: var(--naranja);
    font-style: normal;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 900;
  }

  .story-combo-list span {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .story-combo-list strong {
    margin: 0;
    color: var(--crema);
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: clamp(17px, 4.8vw, 22px);
    line-height: 1.05;
  }

  .story-combo-list small {
    color: rgba(251, 224, 203, 0.7);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
  }

  .story-offer .btn {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    justify-content: flex-start;
    gap: 12px;
    padding-inline: 18px;
    color: var(--crema);
    font-size: clamp(15px, 4vw, 17px);
    background: linear-gradient(135deg, #ff7433, var(--naranja));
  }

  .story-offer-perks {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    color: rgba(251, 224, 203, 0.75);
    font-size: 12px;
    font-weight: 900;
  }

  .story-offer-perks em {
    font-style: normal;
  }

  .story-stage-tagline {
    order: 6;
    position: relative;
    z-index: 12;
    left: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    transform: none;
    color: rgba(251, 224, 203, 0.78);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
  }

  .story-stage-tagline span {
    height: 1px;
    flex: 1 1 32px;
    background: rgba(251, 224, 203, 0.34);
  }

  body.is-story-active .floating-cta,
  body.is-story-active .floating-cta.is-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

  .story-stage-tagline {
    display: none;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .story-stage-heading {
    top: calc(80px + env(safe-area-inset-top));
  }

  .ingredient-rail {
    top: calc(142px + env(safe-area-inset-top));
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .rail-item {
    min-height: 46px;
    font-size: 13px;
  }

  .story-frame {
    top: calc(210px + env(safe-area-inset-top));
    height: clamp(230px, 31svh, 300px);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    min-height: clamp(250px, 31svh, 310px);
  }

  .story-narration h2 {
    max-width: 14ch;
    font-size: clamp(30px, 5vw, 42px);
  }
}

@media (min-width: 640px) and (max-width: 959px) and (min-height: 900px) {
  .story-frame {
    height: clamp(300px, 35svh, 360px);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    top: clamp(532px, 59svh, 604px);
    bottom: auto;
  }
}

@media (min-width: 521px) and (max-width: 639px) {
  .story-stage-heading {
    top: calc(76px + env(safe-area-inset-top));
  }

  .story-stage-heading h2 {
    font-size: clamp(31px, 6vw, 35px);
  }

  .ingredient-rail {
    top: calc(128px + env(safe-area-inset-top));
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 6px 0 8px;
  }

  .rail-item {
    min-height: 50px;
    gap: 5px;
    padding-inline: 5px;
    font-size: 11px;
    transform: none;
  }

  .rail-item::before {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
    font-size: 9px;
  }

  .rail-item.is-active {
    transform: none;
  }

  .story-frame {
    top: calc(194px + env(safe-area-inset-top));
    height: clamp(228px, calc(100svh - 455px), 290px);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    min-height: 0;
    bottom: calc(20px + env(safe-area-inset-bottom));
  }

  .story-narration {
    padding: 15px 16px 16px;
  }

  .story-step-status {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .story-step-bars {
    width: min(300px, 100%);
  }

  .story-narration h2 {
    max-width: 17ch;
    margin-top: 6px;
    font-size: clamp(29px, 5.4vw, 34px);
    line-height: 0.98;
  }

  .story-narration p {
    margin-top: 9px;
    font-size: clamp(13px, 2.6vw, 15px);
    line-height: 1.32;
  }

  .story-narration strong {
    display: none;
    margin-top: 9px;
    font-size: clamp(13px, 2.4vw, 14px);
    line-height: 1.26;
  }

  .story-narration .btn {
    min-height: 52px;
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .story-stage-heading {
    top: calc(76px + env(safe-area-inset-top));
  }

  .story-stage-heading h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .ingredient-rail {
    top: calc(116px + env(safe-area-inset-top));
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 5px 0 7px;
  }

  .rail-item {
    min-height: 44px;
    gap: 3px;
    padding-inline: 2px;
    font-size: 9px;
    transform: none;
  }

  .rail-item::before {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    font-size: 8px;
  }

  .rail-item.is-active {
    transform: none;
  }

  .story-frame {
    top: calc(178px + env(safe-area-inset-top));
    height: clamp(220px, calc(100svh - 475px), 460px);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    min-height: 0;
  }

  .story-narration {
    padding: 14px;
  }

  .story-narration h2 {
    max-width: 100%;
    font-size: clamp(25px, 7vw, 31px);
  }

  .story-narration p {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.3;
  }

  .story-narration strong {
    display: none;
  }

  .story-narration .btn {
    min-height: 50px;
    margin-top: 12px;
  }
}

@media (max-width: 520px) and (min-height: 761px) {
  .story-stage {
    --compact-story-frame-top: calc(178px + env(safe-area-inset-top));
    --compact-story-frame-height: clamp(352px, min(calc(100svh - 490px), calc((100vw - 36px) * 1.12)), 420px);
    --compact-story-gap: clamp(18px, 2.4svh, 24px);
  }

  .story-frame {
    top: var(--compact-story-frame-top);
    height: var(--compact-story-frame-height);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    top: calc(var(--compact-story-frame-top) + var(--compact-story-frame-height) + var(--compact-story-gap));
    bottom: auto;
  }
}

@media (max-width: 520px) and (max-height: 760px) {
  .story-stage-heading {
    top: calc(74px + env(safe-area-inset-top));
    gap: 3px;
  }

  .story-stage-heading p {
    font-size: 10px;
  }

  .story-stage-heading h2 {
    font-size: 23px;
  }

  .ingredient-rail {
    top: calc(108px + env(safe-area-inset-top));
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 5px 0 7px;
  }

  .rail-item {
    min-height: 44px;
    gap: 3px;
    padding-inline: 2px;
    font-size: 9px;
    transform: none;
  }

  .rail-item::before {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
    font-size: 8px;
  }

  .rail-item.is-active {
    transform: none;
  }

  .story-frame {
    top: calc(170px + env(safe-area-inset-top));
    height: clamp(186px, calc(100svh - 390px), 285px);
  }

  .story-narration,
  .story-narration.is-readable,
  .story-narration.is-leaving {
    min-height: 0;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .story-narration {
    padding: 12px;
  }

  .story-step-status {
    gap: 7px;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .story-step-bars {
    gap: 5px;
  }

  .story-step-bars i {
    height: 6px;
  }

  .story-narration h2 {
    max-width: 100%;
    margin-top: 4px;
    font-size: 24px;
  }

  .story-narration strong {
    display: none;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.28;
  }

  .story-narration .btn {
    min-height: 42px;
    margin-top: 9px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .story-narration .btn::after {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}

@media (min-width: 960px) {
  .site-header {
    padding: 14px 34px;
  }

  .brand {
    width: 156px;
  }

  .hero-layout {
    width: var(--desktop-max);
    max-width: none;
    margin: 0 auto;
    grid-template-columns: minmax(0, 540px);
    align-items: start;
    align-content: center;
    padding: calc(120px + env(safe-area-inset-top)) 0 calc(72px + env(safe-area-inset-bottom));
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 4, 7, 0.88) 0%, rgba(5, 4, 7, 0.56) 34%, rgba(5, 4, 7, 0.06) 68%),
      linear-gradient(180deg, rgba(5, 4, 7, 0.2), rgba(5, 4, 7, 0.08) 52%, rgba(5, 4, 7, 0.66));
  }

  h1 {
    max-width: 12.5ch;
    font-size: clamp(54px, 4.6vw, 78px);
  }

  .hero-price {
    font-size: clamp(82px, 6.8vw, 116px);
  }

  .hero-copy-block {
    min-height: auto;
    display: block;
  }

  .hero-actions {
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: minmax(280px, 520px) auto;
    align-items: center;
    margin-top: 22px;
    padding-top: 0;
  }

  .hero-actions .btn-primary {
    display: inline-flex;
    width: auto;
  }

  h2 {
    font-size: clamp(54px, 5.6vw, 88px);
  }

  .summary-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    padding: 104px 30px;
  }

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

  .story-intro {
    width: var(--desktop-max);
    max-width: none;
    grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1.04fr) minmax(300px, 0.74fr);
    grid-template-areas:
      "copy summary summary";
    column-gap: clamp(28px, 2.2vw, 42px);
    row-gap: clamp(34px, 5svh, 54px);
    align-items: start;
    min-height: min(820px, 82svh);
    padding: clamp(114px, 10svh, 120px) 0 clamp(40px, 5svh, 56px);
  }

  .story-intro-copy {
    grid-area: copy;
    max-width: 430px;
    padding-top: 20px;
  }

  .story-intro-copy .eyebrow {
    margin: 0 0 18px;
    padding: 10px 20px;
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1;
  }

  .story-intro-copy h2 {
    max-width: 10.8ch;
    font-size: clamp(52px, 4.4vw, 80px);
    line-height: 0.98;
  }

  .story-intro-copy p:not(.eyebrow) {
    max-width: 24rem;
    margin-top: 18px;
    color: #fff7f0;
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 1.34;
  }

  .story-intro-copy .section-cta {
    min-height: 66px;
    min-width: min(340px, 100%);
    margin-top: 26px;
    padding-inline: 28px 22px;
    justify-content: flex-start;
    gap: 16px;
    font-size: clamp(19px, 1.3vw, 23px);
    color: var(--crema);
    background: linear-gradient(135deg, #ff7433, var(--naranja));
    box-shadow: 0 24px 70px rgba(234, 98, 36, 0.36);
  }

  .story-intro-copy .section-cta::before {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    background-size: 26px 26px;
  }

  .story-intro-copy .section-cta::after {
    content: ">";
    width: 38px;
    height: 38px;
    margin-left: auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(121, 31, 6, 0.28);
    color: var(--crema);
    font-size: 24px;
    line-height: 1;
  }

  .intro-combo-note {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
    color: rgba(251, 224, 203, 0.68);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 900;
  }

  .intro-combo-note::before {
    content: "✓";
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: var(--naranja);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 0 30px rgba(234, 98, 36, 0.22);
  }

  .story-intro-summary {
    grid-area: summary;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(480px, 1fr) minmax(300px, 0.72fr);
    gap: clamp(22px, 2vw, 30px);
    align-items: stretch;
  }

  .intro-summary-media {
    position: relative;
    min-height: clamp(460px, 50svh, 600px);
    overflow: hidden;
    border: 1px solid rgba(251, 224, 203, 0.14);
    border-radius: 14px;
    background: rgba(5, 4, 7, 0.72);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(251, 224, 203, 0.08);
  }

  .intro-summary-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
  }

  .intro-summary-note {
    position: absolute;
    left: 9%;
    top: 9%;
    max-width: 210px;
    color: var(--crema);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 900;
    line-height: 0.95;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.72);
    transform: rotate(-7deg);
  }

  .intro-summary-note::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: var(--naranja);
    transform: rotate(-4deg);
  }

  .intro-summary-caption {
    position: absolute;
    left: 9%;
    right: 9%;
    bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: var(--crema);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.42em;
    text-align: center;
    text-transform: uppercase;
  }

  .intro-summary-caption::before,
  .intro-summary-caption::after {
    content: "";
    height: 1px;
    flex: 1 1 64px;
    background: rgba(251, 224, 203, 0.54);
  }

  .intro-summary-stack {
    display: grid;
    gap: 16px;
  }

  .intro-summary-price,
  .intro-summary-list li {
    border: 1px solid rgba(251, 224, 203, 0.16);
    border-radius: 14px;
    background:
      radial-gradient(circle at 18% 14%, rgba(234, 98, 36, 0.2), transparent 48%),
      linear-gradient(145deg, rgba(121, 31, 6, 0.52), rgba(5, 4, 7, 0.8));
    box-shadow: inset 0 1px 0 rgba(251, 224, 203, 0.07);
  }

  .intro-summary-price {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 205px;
    padding: 28px 34px;
    overflow: hidden;
  }

  .intro-summary-price span,
  .intro-summary-list span {
    color: var(--naranja);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.32em;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .intro-summary-price::after {
    content: "$";
    position: absolute;
    right: 28px;
    top: 28px;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: rgba(234, 98, 36, 0.9);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 28px;
    font-weight: 900;
  }

  .intro-summary-price strong {
    margin-top: 18px;
    color: var(--crema);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: clamp(54px, 5vw, 82px);
    line-height: 0.9;
  }

  .intro-summary-price small {
    margin-top: 14px;
    color: rgba(251, 224, 203, 0.82);
    font-size: clamp(15px, 1vw, 18px);
    font-weight: 900;
    line-height: 1.22;
  }

  .intro-summary-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .intro-summary-list li {
    min-height: 118px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon label arrow"
      "icon value arrow";
    column-gap: 20px;
    align-items: center;
    padding: 20px 24px;
  }

  .intro-summary-list i {
    grid-area: icon;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: var(--naranja);
    font-style: normal;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 24px;
    font-weight: 900;
  }

  .intro-summary-list span {
    grid-area: label;
    align-self: end;
  }

  .intro-summary-list li::after {
    content: ">";
    grid-area: arrow;
    color: rgba(251, 224, 203, 0.72);
    font-size: 30px;
    line-height: 1;
  }

  .intro-summary-list strong {
    grid-area: value;
    align-self: start;
    color: var(--crema);
    font-size: clamp(21px, 1.5vw, 28px);
    line-height: 1.12;
  }

  .intro-layer-rail {
    grid-area: rail;
    border-top: 1px solid rgba(251, 224, 203, 0.28);
    padding-top: 26px;
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
  }

  .intro-layer-rail a {
    min-height: 68px;
    border: 1px solid rgba(251, 224, 203, 0.22);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(5, 4, 7, 0.3);
    color: rgba(251, 224, 203, 0.72);
    text-decoration: none;
    font-size: clamp(16px, 1.15vw, 20px);
    font-weight: 900;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
  }

  .intro-layer-rail a:first-child,
  .intro-layer-rail a:hover {
    border-color: rgba(234, 98, 36, 0.92);
    background: var(--naranja);
    color: white;
  }

  .story-overlay {
    background:
      radial-gradient(ellipse at 50% 52%, rgba(var(--scene-accent), 0.14), transparent 38%),
      linear-gradient(90deg, rgba(5, 4, 7, 0.78) 0%, rgba(5, 4, 7, 0.18) 34%, rgba(5, 4, 7, 0.08) 66%, rgba(5, 4, 7, 0.58) 100%),
      linear-gradient(180deg, rgba(5, 4, 7, 0.18), rgba(5, 4, 7, 0.18) 62%, rgba(42, 11, 4, 0.58) 100%);
  }

  .story-stage::before {
    display: none;
  }

  .story-stage::after {
    display: none;
  }

  .story-stage-heading {
    position: absolute;
    z-index: 13;
    left: 50%;
    top: clamp(88px, 9svh, 104px);
    width: min(1120px, calc(100vw - 96px));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 6px;
    text-align: center;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .story-stage-heading p {
    margin: 0;
    color: var(--naranja);
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 900;
    letter-spacing: 0.22em;
    line-height: 1;
    text-transform: uppercase;
  }

  .story-stage-heading h2 {
    max-width: 20ch;
    margin: 0;
    color: var(--crema);
    font-size: clamp(36px, 2.35vw, 46px);
    line-height: 0.96;
    text-shadow: 0 18px 52px rgba(0, 0, 0, 0.82);
  }

  .story-stage-heading span {
    max-width: min(1080px, calc(100vw - 160px));
    color: rgba(251, 224, 203, 0.82);
    font-size: clamp(14px, 0.98vw, 18px);
    font-weight: 800;
    line-height: 1.3;
  }

  .scene-image {
    left: calc(50% + 30px);
    top: clamp(585px, 65svh, 615px);
    width: clamp(590px, 42.6vw, 810px);
    height: clamp(500px, 53svh, 530px);
    border: 1px solid rgba(251, 224, 203, 0.14);
    border-radius: 12px;
    object-fit: cover;
    filter: saturate(1.14) contrast(1.06) drop-shadow(0 30px 70px rgba(0, 0, 0, 0.48));
  }

  .story-frame[data-point] {
    --art-x: 0% !important;
    --art-y: 0% !important;
  }

  .story-narration {
    left: max(36px, calc((100vw - 1810px) / 2));
    top: clamp(332px, 37svh, 340px);
    bottom: auto;
    width: 450px;
    min-height: clamp(438px, 50svh, 486px);
    padding: 22px 26px 24px;
    display: flex;
    flex-direction: column;
    transform: translate3d(0, 28px, 0) scale(0.98);
  }

  .story-narration::before {
    inset: 0;
    border-color: rgba(251, 224, 203, 0.2);
    border-radius: 18px;
    background:
      radial-gradient(circle at 12% 10%, rgba(var(--scene-accent), 0.2), transparent 50%),
      linear-gradient(160deg, rgba(42, 11, 4, 0.78), rgba(5, 4, 7, 0.84));
    box-shadow:
      0 28px 90px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(251, 224, 203, 0.08);
  }

  .story-frame::before {
    height: 34%;
    opacity: 0.52;
    background:
      linear-gradient(180deg, transparent 0%, rgba(5, 4, 7, 0.08) 42%, rgba(5, 4, 7, 0.72) 100%),
      radial-gradient(ellipse at 68% 14%, rgba(var(--scene-accent), 0.14), transparent 48%);
  }

  .story-narration.is-readable {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .story-narration.is-leaving {
    transform: translate3d(-12px, 18px, 0) scale(0.98);
  }

  .story-word {
    display: none;
  }

  .story-step-status {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
    color: #ff8f54;
    font-size: clamp(15px, 1.05vw, 18px);
    font-weight: 900;
    line-height: 1;
  }

  .story-step-status b {
    font: inherit;
  }

  .story-step-bars {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    width: min(330px, 100%);
  }

  .story-step-bars i {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: rgba(251, 224, 203, 0.22);
  }

  .story-step-bars i.is-active {
    background: linear-gradient(90deg, var(--naranja), #ff8245);
    box-shadow: 0 0 24px rgba(234, 98, 36, 0.28);
  }

  .story-kicker {
    align-self: flex-start;
    padding: 9px 14px;
    font-size: 13px;
  }

  .story-narration h2 {
    max-width: 8.8ch;
    margin-top: 12px;
    font-size: clamp(44px, 3.35vw, 58px);
  }

  .story-narration p {
    max-width: 410px;
    margin-top: 14px;
    font-size: clamp(17px, 1.05vw, 20px);
    line-height: 1.34;
  }

  .story-narration strong {
    margin-top: 14px;
    padding: 9px 0 9px 16px;
    font-size: clamp(17px, 1.04vw, 19px);
  }

  .story-narration .btn {
    display: inline-flex;
    width: 100%;
    min-height: 62px;
    margin-top: auto;
    justify-content: flex-start;
    gap: 16px;
    padding-inline: 24px;
    color: var(--crema);
    font-size: clamp(18px, 1.18vw, 22px);
    background: linear-gradient(135deg, #ff7433, var(--naranja));
  }

  .story-offer {
    display: grid;
    left: auto;
    right: max(36px, calc((100vw - 1810px) / 2));
    top: clamp(332px, 37svh, 340px);
    bottom: auto;
    width: 390px;
    min-height: clamp(438px, 50svh, 486px);
    align-content: start;
    gap: 0;
    padding: 22px 26px 22px;
    overflow: hidden;
    background:
      radial-gradient(circle at 86% 12%, rgba(234, 98, 36, 0.22), transparent 25%),
      linear-gradient(155deg, rgba(121, 31, 6, 0.56), rgba(5, 4, 7, 0.78));
    box-shadow:
      0 28px 90px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(251, 224, 203, 0.08);
  }

  .story-offer > * {
    min-width: 0;
    max-width: 100%;
  }

  .story-offer::after {
    content: "$";
    position: absolute;
    right: 22px;
    top: 22px;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.16);
    color: rgba(234, 98, 36, 0.86);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 28px;
    font-weight: 900;
  }

  .story-offer > span {
    margin-right: 74px;
    color: #ff8f54;
    font-size: 15px;
    letter-spacing: 0.18em;
  }

  .story-offer > strong {
    margin: 14px 82px 10px 0;
    font-size: clamp(50px, 3.35vw, 62px);
    line-height: 0.88;
    text-shadow: 0 16px 42px rgba(0, 0, 0, 0.54);
  }

  .story-offer > small {
    margin-right: 24px;
    color: rgba(251, 224, 203, 0.84);
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.25;
  }

  .story-combo-list {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: grid;
    gap: 0;
    margin: 18px 0 18px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(251, 224, 203, 0.2);
    list-style: none;
  }

  .story-combo-list li {
    min-width: 0;
    min-height: 62px;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(251, 224, 203, 0.12);
  }

  .story-combo-list li:last-child {
    border-bottom: 0;
  }

  .story-combo-list i {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(234, 98, 36, 0.18);
    color: var(--naranja);
    font-style: normal;
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 900;
  }

  .story-combo-list span {
    min-width: 0;
    display: grid;
    gap: 4px;
  }

  .story-combo-list strong {
    min-width: 0;
    margin: 0;
    color: var(--crema);
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: clamp(17px, 1.1vw, 21px);
    line-height: 1.05;
  }

  .story-combo-list small {
    min-width: 0;
    color: rgba(251, 224, 203, 0.7);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
  }

  .story-offer .btn {
    min-width: 0;
    max-width: 100%;
    display: inline-flex;
    width: 100%;
    min-height: 58px;
    justify-content: flex-start;
    gap: 14px;
    padding-inline: 22px;
    color: var(--crema);
    font-size: clamp(16px, 1vw, 18px);
    background: linear-gradient(135deg, #ff7433, var(--naranja));
  }

  .story-offer .btn::after,
  .story-narration .btn::after {
    content: ">";
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(121, 31, 6, 0.28);
    color: var(--crema);
    font-size: 22px;
    line-height: 1;
  }

  .story-offer-perks {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    color: rgba(251, 224, 203, 0.75);
    font-size: 13px;
    font-weight: 900;
  }

  .story-offer-perks em {
    font-style: normal;
  }

  .story-progress {
    display: none;
  }

  .ingredient-rail {
    top: clamp(246px, 28svh, 258px);
    left: max(36px, calc((100vw - 1810px) / 2));
    right: max(36px, calc((100vw - 1810px) / 2));
    width: auto;
    max-width: none;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.3vw, 22px);
    overflow: visible;
    mask-image: none;
  }

  .rail-item {
    min-width: 0;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 22px;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1;
    color: rgba(251, 224, 203, 0.7);
    background: rgba(5, 4, 7, 0.34);
  }

  .rail-item::before {
    content: attr(data-icon);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: rgba(234, 98, 36, 0.14);
    color: var(--naranja);
    font-family: "Rubik", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 900;
  }

  .rail-item.is-active {
    color: white;
    box-shadow: 0 18px 48px rgba(234, 98, 36, 0.26);
  }

  .rail-item.is-active::before {
    background: rgba(251, 224, 203, 0.18);
    color: white;
  }

  .story-stage-tagline {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: clamp(24px, 2.8svh, 28px);
    width: min(760px, calc(100vw - 96px));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    transform: translateX(-50%);
    color: rgba(251, 224, 203, 0.78);
    font-size: clamp(11px, 0.74vw, 13px);
    font-weight: 900;
    letter-spacing: 0.24em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .story-stage-tagline span {
    height: 1px;
    flex: 1 1 130px;
    background: rgba(251, 224, 203, 0.34);
  }

  .story-stage-tagline strong {
    font: inherit;
  }

  .story-track {
    height: 440svh;
  }

  @media (max-width: 1499px) {
    .story-stage-heading {
      top: clamp(92px, 10svh, 98px);
      width: min(980px, calc(100vw - 72px));
    }

    .story-stage-heading p {
      font-size: 13px;
    }

    .story-stage-heading h2 {
      max-width: 19ch;
      font-size: clamp(36px, 3vw, 44px);
    }

    .story-stage-heading span {
      max-width: 720px;
      font-size: 15px;
    }

    .ingredient-rail {
      top: clamp(232px, 26svh, 238px);
      left: 36px;
      right: 36px;
      height: 54px;
      gap: 10px;
    }

    .rail-item {
      gap: 9px;
      min-height: 54px;
      padding-inline: 14px;
      font-size: 14px;
    }

    .rail-item::before {
      width: 26px;
      height: 26px;
    }

    .story-narration {
      left: 36px;
      top: clamp(304px, 35svh, 312px);
      width: 360px;
      min-height: clamp(420px, 50svh, 452px);
      padding: 18px 22px 20px;
    }

    .story-step-status {
      gap: 10px;
      margin-bottom: 14px;
      font-size: 14px;
    }

    .story-step-bars {
      width: min(260px, 100%);
    }

    .story-step-bars i {
      height: 7px;
    }

    .story-kicker {
      padding: 8px 12px;
      font-size: 12px;
    }

    .story-narration h2 {
      max-width: 9.2ch;
      margin-top: 10px;
      font-size: clamp(36px, 3.4vw, 48px);
    }

    .story-narration p {
      max-width: 300px;
      margin-top: 12px;
      font-size: 15px;
      line-height: 1.3;
    }

    .story-narration strong {
      margin-top: 11px;
      padding: 8px 0 8px 12px;
      font-size: 15px;
    }

    .story-narration .btn {
      min-height: 54px;
      padding-inline: 18px;
      font-size: 16px;
    }

    .scene-image {
      left: calc(50% + 4px);
      top: clamp(514px, 61svh, 548px);
      width: 500px;
      height: 456px;
    }

    .story-offer {
      right: 36px;
      top: clamp(304px, 35svh, 312px);
      width: 350px;
      min-height: clamp(420px, 50svh, 452px);
      padding: 18px 22px 20px;
    }

    .story-offer::after {
      right: 20px;
      top: 20px;
      width: 48px;
      height: 48px;
      font-size: 22px;
    }

    .story-offer > span {
      margin-right: 58px;
      font-size: 12px;
      letter-spacing: 0.14em;
    }

    .story-offer > strong {
      margin: 14px 64px 10px 0;
      font-size: clamp(42px, 3.7vw, 54px);
    }

    .story-offer > small {
      margin-right: 0;
      font-size: 14px;
    }

    .story-combo-list {
      margin: 14px 0 14px;
      padding-top: 12px;
    }

    .story-combo-list li {
      min-height: 55px;
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
    }

    .story-combo-list i {
      width: 38px;
      height: 38px;
      font-size: 15px;
    }

    .story-combo-list strong {
      font-size: 17px;
    }

    .story-combo-list small {
      font-size: 12px;
    }

    .story-offer .btn {
      min-height: 54px;
      padding-inline: 18px;
      font-size: 15px;
    }

    .story-offer .btn::after,
    .story-narration .btn::after {
      width: 30px;
      height: 30px;
      font-size: 20px;
    }

    .story-offer-perks {
      gap: 12px;
      margin-top: 12px;
      font-size: 12px;
    }

    .story-stage-tagline {
      bottom: 18px;
      width: min(820px, calc(100vw - 72px));
      gap: 18px;
      font-size: 11px;
      letter-spacing: 0.22em;
    }
  }

  @media (max-width: 1499px) and (max-height: 820px) {
    .scene-image {
      width: 480px;
      height: 420px;
    }

    .story-stage-tagline {
      display: none;
    }
  }

  @media (min-width: 1500px) and (max-width: 1799px) {
    .scene-image {
      width: 660px;
      height: 500px;
    }
  }

  @media (min-width: 1500px) and (min-height: 930px) {
    .story-narration {
      width: 460px;
      min-height: 532px;
    }

    .story-offer {
      min-height: 520px;
    }
  }

  .ingredient-feature {
    grid-template-columns: 52% 48%;
    min-height: 92vh;
  }

  .ingredient-feature:nth-of-type(even) .feature-image {
    order: 2;
  }

  .feature-image {
    min-height: 92vh;
  }

  .feature-copy {
    padding: 60px clamp(42px, 6vw, 92px);
  }

  .feature-copy h3 {
    font-size: clamp(48px, 4.4vw, 72px);
  }

  .faq-layout {
    grid-template-columns: minmax(260px, 0.58fr) minmax(430px, 0.92fr);
    padding-inline: 30px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list summary {
    padding: 14px 18px;
  }

  .faq-list p {
    margin-right: 18px;
    margin-left: 18px;
  }

  .value-section {
    min-height: 100svh;
    align-items: center;
    padding-block: 96px 38px;
    padding-inline: max(42px, calc((100vw - var(--max)) / 2));
  }

  .value-shade {
    background:
      linear-gradient(90deg, rgba(5, 4, 7, 0.9) 0%, rgba(5, 4, 7, 0.52) 42%, rgba(5, 4, 7, 0.12) 82%),
      linear-gradient(180deg, rgba(5, 4, 7, 0.2), rgba(5, 4, 7, 0.76));
  }

  .footer-inner {
    max-width: min(1520px, calc(100vw - 96px));
    padding: clamp(56px, 5.5vw, 72px) 0 clamp(38px, 4vw, 52px);
    gap: 36px;
  }

  .footer-sales-card {
    grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.36fr);
    align-items: center;
    padding: 22px 24px;
    gap: 26px;
  }

  .footer-brand-block {
    display: grid;
    justify-content: start;
    align-content: center;
  }

  .footer-brand-block img {
    width: 148px;
  }

  .footer-sales-copy {
    max-width: 500px;
  }

  .footer-action-panel {
    border-left: 1px solid rgba(251, 224, 203, 0.16);
    padding-left: 26px;
  }

  .footer-sales-card .btn {
    width: 100%;
    min-width: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
  }

  .footer-table {
    padding: 16px 18px;
  }

  .footer-about ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .footer-about li {
    grid-template-columns: 1fr;
    gap: 3px;
    min-height: 52px;
    border-left: 3px solid rgba(234, 98, 36, 0.72);
    padding-left: 12px;
  }

  .footer-directory-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .footer-bottom {
    gap: 18px;
  }

  .floating-cta {
    left: auto;
    right: 24px;
    width: auto;
    background-color: var(--naranja);
    background-image: linear-gradient(135deg, #ff7a2d 0%, var(--naranja) 58%, #c94718 100%);
    color: var(--negro);
  }

  body.is-story-active .floating-cta,
  body.is-story-active .floating-cta.is-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
  }

}

@media (min-width: 960px) and (max-width: 1199px) {
  .story-intro {
    width: min(var(--max), calc(100vw - 48px));
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    grid-template-areas:
      "copy summary";
    column-gap: 28px;
    row-gap: 32px;
    min-height: auto;
    padding: clamp(96px, 10svh, 110px) 0 42px;
  }

  .story-intro-copy {
    max-width: none;
    padding-top: 8px;
  }

  .story-intro-copy h2 {
    font-size: clamp(46px, 5.2vw, 58px);
  }

  .story-intro-copy p:not(.eyebrow) {
    max-width: 30rem;
    font-size: 18px;
  }

  .story-intro-copy .section-cta {
    min-width: 0;
    width: 100%;
    padding-inline: 20px;
    font-size: 18px;
  }

  .story-intro-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .intro-summary-media {
    min-height: clamp(330px, 42svh, 400px);
  }

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

  .intro-summary-price {
    min-height: 150px;
    padding: 24px;
  }

  .intro-summary-price strong {
    font-size: clamp(48px, 5.4vw, 62px);
  }

  .intro-summary-list {
    gap: 10px;
  }

  .intro-summary-list li {
    min-height: 86px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-areas:
      "icon label"
      "icon value";
    column-gap: 14px;
    padding: 16px;
  }

  .intro-summary-list li::after {
    display: none;
  }

  .intro-summary-list i {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

  .intro-summary-list strong {
    font-size: 18px;
  }

  .intro-layer-rail {
    gap: 10px;
  }

  .intro-layer-rail a {
    min-height: 56px;
    font-size: 14px;
  }

  .story-stage-heading {
    width: min(820px, calc(100vw - 48px));
  }

  .ingredient-rail {
    left: 24px;
    right: 24px;
    gap: 8px;
  }

  .rail-item {
    padding-inline: 10px;
    font-size: 13px;
  }

  .story-narration {
    left: 24px;
    width: 300px;
    min-height: 420px;
    padding: 20px;
  }

  .story-narration h2 {
    font-size: clamp(36px, 4vw, 44px);
  }

  .story-narration p,
  .story-narration strong {
    font-size: 14px;
  }

  .story-narration .btn {
    min-height: 54px;
    padding-inline: 16px;
    font-size: 15px;
  }

  .scene-image {
    left: calc(50% + 220px);
    top: clamp(420px, 59svh, 470px);
    width: clamp(390px, 45vw, 460px);
    height: clamp(360px, 50svh, 420px);
  }

  .story-offer {
    display: none;
  }

  .story-stage-tagline {
    width: min(760px, calc(100vw - 48px));
  }

  .footer-inner {
    max-width: calc(100vw - 56px);
  }

  .footer-reference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 32px;
  }

  .footer-reference-grid > section + section {
    border-left: 0;
    padding-left: 0;
  }

  .footer-reference-grid > section:nth-child(even) {
    border-left: 1px solid rgba(234, 98, 36, 0.26);
    padding-left: 28px;
  }

  .footer-reference-grid > section:nth-child(n + 3) {
    border-top: 1px solid rgba(234, 98, 36, 0.2);
    padding-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .story-track {
    height: auto;
  }

  .story-stage {
    position: relative;
    height: auto;
  }

  .story-frame {
    position: relative;
    min-height: 100svh;
    opacity: 1;
  }

  .story-frame img {
    transform: none !important;
  }

  .story-copy,
  .story-overlay,
  .story-progress {
    display: none;
  }

  .story-narration {
    opacity: 1;
    transform: none;
  }

  .hero-scroll-cue {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

