.option img.black-nutcracker {
  filter: grayscale(1) brightness(.62) contrast(1.22);
}
.options { grid-template-columns: repeat(3,minmax(0,1fr)); }
.ghost {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: none;
}

body.tale-open { overflow: hidden; }
.tale-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-y: auto;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 60px 22px 36px;
  color: #fff9ef;
  background:
    radial-gradient(circle at 18% 12%, rgba(215,173,92,.17), transparent 28%),
    radial-gradient(circle at 82% 88%, rgba(184,45,52,.26), transparent 34%),
    linear-gradient(145deg, #240b10, #52131f 58%, #2b0b11);
  transition: opacity .75s ease, transform .9s cubic-bezier(.7,0,.2,1);
}
.tale-gate[hidden] { display: none; }
.tale-gate.is-opening { opacity: 0; transform: scale(1.035); pointer-events: none; }
.tale-gate::before,
.tale-gate::after {
  content: "";
  position: fixed;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(215,173,92,.16);
  border-radius: 50%;
}
.tale-gate::before { left: -150px; top: -120px; }
.tale-gate::after { right: -170px; bottom: -120px; }
.tale-stars { position: absolute; top: 25px; color: #d7ad5c; letter-spacing: .2em; }
.tale-book { width: min(760px,100%); text-align: center; }
.tale-kicker { margin: 0 0 16px; color: #d7ad5c; font-weight: 700; font-size: .75rem; letter-spacing: .2em; }
.tale-book h1 { margin: 0 auto 30px; font: 700 clamp(3rem,7vw,6.3rem)/.95 "Fraunces",serif; max-width: 700px; }
.tale-text { max-width: 660px; margin: 0 auto; color: #eadcdf; font-family: "Fraunces",serif; font-size: clamp(1.02rem,1.5vw,1.2rem); line-height: 1.65; }
.tale-text p { margin: 0 0 14px; }
.tale-text strong { color: #fff; }
.tale-button { margin-top: 20px; border: 0; border-radius: 999px; padding: 17px 26px; background: #d7ad5c; color: #281719; font: 700 1rem "DM Sans",sans-serif; cursor: pointer; box-shadow: 0 12px 38px rgba(0,0,0,.24); }
.tale-button span { display: inline-block; margin-left: 8px; transition: transform .25s ease; }
.tale-button:hover span { transform: translateX(5px); }
.tale-button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.tale-note { margin: 18px 0 0; color: #bfaeb1; font-size: .73rem; }
.hero {
  min-height: 760px;
  grid-template-columns: minmax(360px,.9fr) minmax(520px,1.1fr);
  background:
    radial-gradient(circle at 64% 26%, rgba(215,173,92,.14), transparent 23%),
    linear-gradient(90deg,#45111b 0,#5d1624 48%,#2b0b11 100%);
}
.hero-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 55% 45%, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,0));
}
.hero-visual > img {
  width: min(96%,980px);
  height: min(86%,690px);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 36px rgba(0,0,0,.24));
}
.hero-visual:after {
  pointer-events: none;
  background:
    linear-gradient(90deg,var(--wine-dark) 0,rgba(69,17,27,.58) 10%,transparent 25%),
    linear-gradient(180deg,rgba(43,11,17,.08),rgba(43,11,17,.2));
}
.box-list {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin: -16px 0 36px;
}
.box-list article {
  padding: 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(69,17,27,.07);
}
.box-list strong {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #721d2c;
  color: #fff9ef;
  font-size: .78rem;
}
.box-list h3 {
  margin: 15px 0 8px;
  font: 700 1.35rem "Fraunces",serif;
}
.box-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.cards { grid-template-columns: repeat(4,1fr); }
.product-gallery .card {
  border-radius: 18px;
  background: #fffaf4;
}
.product-gallery .card > img,
.option img,
.choice-stack {
  background:
    radial-gradient(circle at 50% 40%, #fff 0, #fff7ef 42%, #ead8c6 100%);
}
.product-gallery .card > img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
}
.product-gallery .card p { display: none; }
.wish-card { grid-column: 2 / span 2; display: grid; grid-template-columns: 1fr 1fr; }
.wish-paper { margin: 18px; min-height: 260px; padding: 28px 26px; background: #fffaf0; border: 1px solid #dfccb2; color: #721d2c; box-shadow: 0 14px 28px rgba(70,40,20,.12); transform: rotate(-2deg); display: flex; flex-direction: column; position: relative; }
.wish-paper span { font: 700 1.55rem "Fraunces",serif; margin-bottom: 17px; color: #721d2c; }
.wish-paper i { display: block; padding: 5px 0; border-bottom: 1px solid #e4d7c4; color: #8a7771; font-style: normal; font-size: .78rem; }
.wish-paper strong { position: absolute; right: 22px; bottom: 18px; color: #d7ad5c; }
.wish-card > div:last-child { display: flex; flex-direction: column; justify-content: center; }
.inline-order {
  display: inline-flex;
  margin-top: 18px;
}
.option {
  background: #fffdf9;
}
.option img {
  object-fit: contain;
  padding: 16px;
  border: 1px solid #f0e4d8;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.option:has(input:checked) img {
  background:
    radial-gradient(circle at 50% 40%, #fff 0, #fff6f4 42%, #f4dedc 100%);
}
.tradition {
  padding: 105px clamp(18px,5vw,72px);
  background:
    radial-gradient(circle at 14% 20%, rgba(215,173,92,.16), transparent 26%),
    linear-gradient(180deg,#fff9ef 0,#efe6d9 100%);
}
.tradition-wrap {
  width: min(1180px,100%);
  margin: 0 auto;
  padding: clamp(28px,5vw,62px);
  border-radius: 28px;
  color: #fff9ef;
  background: linear-gradient(135deg, #45111b, #721d2c 62%, #2b0b11);
  box-shadow: 0 28px 80px rgba(69,17,27,.18);
  overflow: hidden;
}
.tradition h2 {
  margin: 0;
  max-width: 880px;
  font: 700 clamp(2.5rem,5vw,5.25rem)/1.02 "Fraunces",serif;
}
.tradition-story {
  margin: 34px 0 30px;
  columns: 3 230px;
  column-gap: 34px;
}
.tradition-story p {
  margin: 0 0 16px;
  color: #eadcdf;
  font-size: 1.08rem;
  line-height: 1.7;
}
.tradition-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tradition-actions span {
  color: #d8c8ca;
  font-weight: 700;
}
@media (max-width: 900px) {
  .wish-card { grid-column: 1 / -1; }
}
@media (max-width: 570px) {
  .tale-gate { place-items: start center; padding-top: 55px; }
  .tale-book h1 { font-size: 3.3rem; margin-bottom: 24px; }
  .tale-text { font-size: 1rem; line-height: 1.52; }
  .tale-note { padding-bottom: 22px; }
  .wish-card { display: block; }
  .wish-paper { min-height: 220px; }
}

/* Responsive refinement */
html, body { max-width: 100%; overflow-x: hidden; }
.hero-copy, .builder-copy, .order-card, .card { min-width: 0; }
.hero-visual > img { object-position: 70% center; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr 1.05fr; min-height: 700px; }
  .hero-copy { padding-left: 34px; padding-right: 26px; }
  .hero h1 { font-size: clamp(3rem,6vw,4.8rem); }
  .builder { gap: 48px; padding-left: 42px; padding-right: 42px; }
  .order-card { padding: 28px; }
}

@media (max-width: 820px) {
  .topbar { position: absolute; height: 68px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { order: 2; padding: 46px 24px 62px; text-align: center; align-items: center; }
  .hero h1 { font-size: clamp(2.8rem,11vw,4.5rem); max-width: 650px; }
  .lead { max-width: 570px; }
  .hero-actions { justify-content: center; }
  .hero-visual { order: 1; width: 100%; min-height: 420px; height: 58vw; max-height: 560px; }
  .hero-visual > img { width: min(94%,760px); height: 88%; object-position: center; }
  .hero-visual::after { background: linear-gradient(180deg,rgba(69,17,27,.2) 0,transparent 70%,var(--wine-dark) 100%); }
  .edition { right: 18px; bottom: 18px; }
  .included { padding: 78px 20px; }
  .section-heading { display: block; }
  .section-heading h2 { max-width: 650px; }
  .box-list { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 0; }
  .cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wish-card { grid-column: 1 / -1; }
  .builder { grid-template-columns: 1fr; padding: 72px 20px; gap: 34px; }
  .builder-copy { position: static; text-align: center; }
  .builder-copy ul { text-align: left; max-width: 520px; margin: auto; }
  .order-card { width: min(100%,680px); margin: auto; }
  .options { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .tradition { padding: 78px 20px; }
  .tradition-wrap { text-align: center; }
  .tradition-story { columns: 1; max-width: 690px; margin-left: auto; margin-right: auto; }
  .tradition-actions { justify-content: center; }
  .story { padding: 90px 24px; }
}

@media (max-width: 520px) {
  .topbar { padding: 0 16px; }
  .brand { font-size: 1rem; }
  .top-cta { font-size: .82rem; padding: 9px 13px; }
  .hero-visual { min-height: 340px; height: 88vw; }
  .hero-visual > img { width: 98%; height: 92%; object-position: center; }
  .edition { padding: 10px 12px; border-radius: 13px; }
  .edition strong { font-size: 1.1rem; }
  .hero-copy { padding: 38px 18px 54px; }
  .hero h1 { font-size: clamp(2.55rem,12vw,3.4rem); line-height: 1; }
  .lead { margin: 20px 0; font-size: 1rem; line-height: 1.6; }
  .hero-actions { width: 100%; flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-actions .button { text-align: center; }
  .price { justify-content: center; }
  .micro { line-height: 1.5; }
  .included { padding: 64px 14px; }
  .section-heading h2, .builder h2 { font-size: 2.45rem; }
  .box-list { grid-template-columns: 1fr; gap: 10px; }
  .box-list article { padding: 18px; }
  .cards { grid-template-columns: 1fr; gap: 14px; }
  .card { display: grid; grid-template-columns: 42% 58%; align-items: stretch; }
  .card > img, .choice-stack { width: 100%; height: 100%; min-height: 170px; aspect-ratio: auto; object-fit: cover; }
  .card > div:last-child { padding: 18px 15px; display: flex; flex-direction: column; justify-content: center; }
  .wish-card { display: block; }
  .wish-paper { min-height: 230px; margin: 14px; }
  .builder { padding: 62px 14px; }
  .order-card { border-radius: 22px; padding: 22px 14px; }
  legend { font-size: 1.3rem; }
  .options { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .option { display: block; padding: 7px; }
  .option:has(input:checked) { padding: 6px; }
  .option img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; margin: 0 0 8px; }
  .option input { top: 13px; right: 13px; transform: none; width: 18px; height: 18px; }
  .option b { font-size: .82rem; }
  .option small { font-size: .72rem; }
  input, textarea { font-size: 16px; min-height: 48px; }
  .summary { align-items: flex-end; gap: 12px; }
  .summary strong { text-align: right; }
  .full { min-height: 52px; }
  .tradition { padding: 64px 14px; }
  .tradition-wrap { padding: 28px 16px; border-radius: 22px; }
  .tradition h2 { font-size: 2.45rem; }
  .tradition-actions { display: grid; gap: 14px; }
  .tradition-actions .button { width: 100%; text-align: center; }
  .story { padding: 72px 18px; }
  .story blockquote { font-size: 2.25rem; }
  footer { padding: 30px 18px 88px; }
  .whatsapp { min-height: 48px; display: flex; align-items: center; padding: 12px 18px; }
  .tale-gate { padding: 42px 16px 28px; }
  .tale-stars { top: 16px; }
  .tale-book h1 { font-size: clamp(2.6rem,13vw,3.35rem); }
  .tale-text { font-size: 1rem; line-height: 1.55; }
  .tale-button { width: 100%; min-height: 52px; }
}

@media (max-width: 360px) {
  .top-cta { display: none; }
  .hero-visual { min-height: 280px; }
  .cards { grid-template-columns: 1fr; }
  .options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Final visual tune-up */
.hero {
  min-height: 820px;
  grid-template-columns: minmax(360px,.78fr) minmax(640px,1.22fr);
  overflow: hidden;
}
.hero-copy {
  max-width: 720px;
}
.hero-visual {
  align-items: stretch;
  justify-items: stretch;
  background: #2b0b11;
}
.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: none;
}
.hero-visual:after {
  background:
    linear-gradient(90deg,var(--wine-dark) 0,rgba(69,17,27,.82) 8%,rgba(69,17,27,.12) 26%,transparent 46%),
    linear-gradient(180deg,rgba(43,11,17,.02),rgba(43,11,17,.14));
}
.box-list {
  display: none;
}
.kit-paragraph {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: -10px 0 28px;
  padding: clamp(22px,3vw,34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(69,17,27,.08);
}
.kit-paragraph strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font: 700 clamp(1.3rem,2vw,1.75rem) "Fraunces",serif;
}
.kit-paragraph p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}
.kit-paragraph .button {
  flex: 0 0 auto;
}
.included-preview {
  display: block;
  width: 100%;
  border-radius: 24px;
  margin: 0 0 24px;
  border: 1px solid var(--line);
  box-shadow: 0 22px 65px rgba(69,17,27,.1);
}
.product-gallery {
  margin-top: 22px;
}
.option img {
  height: 270px;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #f8eee2;
}
.option img.nutcracker-png,
.option img.nutcracker-photo {
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #5f101b;
}
.option:has(input:checked) img {
  background: #f8eee2;
}
.options {
  gap: 14px;
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.order-card {
  max-width: 980px;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy {
    max-width: none;
    padding-top: 118px;
    padding-bottom: 38px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .hero-visual > img {
    object-position: center;
  }
  .hero-visual:after {
    background: linear-gradient(180deg,rgba(69,17,27,.06) 0,rgba(69,17,27,.1) 58%,var(--wine-dark) 100%);
  }
}

@media (max-width: 820px) {
  .hero-visual {
    min-height: 470px;
    height: auto;
    max-height: none;
  }
  .kit-paragraph {
    display: grid;
    text-align: left;
  }
  .kit-paragraph .button {
    width: 100%;
    text-align: center;
  }
  .options {
    grid-template-columns: 1fr;
  }
  .option {
    display: grid;
    grid-template-columns: minmax(160px,44%) 1fr;
    align-items: center;
    gap: 16px;
  }
  .option img {
    height: 220px;
    margin: 0;
  }
}

@media (max-width: 520px) {
  .hero-copy {
    padding-top: 92px;
  }
  .hero-visual {
    min-height: 330px;
  }
  .hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 64% center;
  }
  .included-preview {
    border-radius: 18px;
  }
  .option {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .option img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

/* Corrección final: cabecera completa y selector premium */
.hero-visual {
  padding: 0;
  background:
    radial-gradient(circle at 76% 20%, rgba(215,173,92,.28), transparent 20%),
    linear-gradient(125deg, #45111b 0%, #651827 46%, #2a0b12 100%);
}
.hero-visual > img {
  object-fit: cover;
  object-position: center right;
  border-radius: 0;
  filter: none;
}
.hero-visual:after {
  pointer-events: none;
  background:
    linear-gradient(90deg,var(--wine-dark) 0,rgba(69,17,27,.92) 9%,rgba(69,17,27,.42) 24%,rgba(69,17,27,.08) 44%,transparent 62%),
    linear-gradient(180deg,rgba(69,17,27,.02) 0,rgba(69,17,27,.08) 100%);
}
.option img.nutcracker-photo {
  height: 270px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
}
.option:has(input:checked) img.nutcracker-photo {
  background: #5f101b;
}

@media (max-width: 1100px) {
  .hero-visual {
    padding: 0;
  }
  .hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
}

@media (max-width: 820px) {
  .option img.nutcracker-photo {
    height: 220px;
  }
}

@media (max-width: 520px) {
  .hero-visual {
    min-height: 360px;
    height: auto;
    padding: 0;
  }
  .hero-visual > img {
    object-fit: cover;
    object-position: 66% center;
  }
  .option img.nutcracker-photo {
    height: auto;
  }
}
