:root {
  --navy-1000: #010916;
  --navy-950: #020d22;
  --navy-900: #03162f;
  --navy-850: #052044;
  --navy-800: #072b58;
  --cream: #f8ecd7;
  --paper: #fff9ed;
  --ink: #19304c;
  --gold: #d39b36;
  --gold-deep: #a96d18;
  --gold-light: #f4ca69;
  --line: rgba(255, 255, 255, .14);
  --shadow: 0 24px 60px rgba(0, 0, 0, .28);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--navy-950);
  font-family: var(--sans);
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(244, 202, 105, .48); outline-offset: 3px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  color: #fff;
}
.nav-wrap {
  width: min(1240px, calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .5);
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 30px);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
.main-nav > a { position: relative; line-height: 1.4; text-align: center; text-shadow: 0 2px 10px rgba(0, 0, 0, .8); }
.main-nav > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--gold-light);
  transform: translateX(-50%);
  transition: width .25s ease;
}
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  background: rgba(3, 20, 43, .75);
  cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }

.cart-link {
  position: relative;
  min-width: 46px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 9px;
  background: rgba(3,20,43,.58);
  text-shadow: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.cart-link:hover { transform: translateY(-2px); border-color: var(--gold-light); background: rgba(3,20,43,.82); }
.main-nav > .cart-link::after { display: none; }
.cart-link svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #062247;
  border-radius: 999px;
  color: #fff;
  background: var(--gold-light);
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
}
.cart-link.is-bumped { animation: cartBump .35s ease; }

.button {
  border: 0;
  border-radius: 9px;
  padding: .9rem 1.35rem;
  color: #fff;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: .012em;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button:active { transform: translateY(0); }
.button-gold { background: linear-gradient(180deg, #e2ad46, #bb7d1f); box-shadow: 0 10px 24px rgba(113, 70, 5, .35), inset 0 1px rgba(255, 255, 255, .3); }
.button-navy { background: linear-gradient(180deg, #0a3b70, #05254c); box-shadow: 0 10px 24px rgba(3, 30, 65, .25); }
.button-outline { border: 1px solid rgba(244, 202, 105, .55); color: var(--cream); background: transparent; }

.hero {
  position: relative;
  min-height: 620px;
  height: min(680px, 69vw);
  overflow: hidden;
  background: #071e49;
}
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 10, 28, .84) 0%, rgba(2, 14, 35, .63) 28%, rgba(2, 14, 35, .08) 58%, rgba(2, 14, 35, .05) 100%),
    linear-gradient(180deg, rgba(1, 8, 24, .34) 0%, transparent 38%, rgba(4, 27, 56, .24) 76%, #062247 100%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(130px, 12vw, 170px);
}
.hero-content > * { max-width: 540px; }
.eyebrow { margin: 0 0 12px; color: var(--gold-light); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-dark { color: #a66d18; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.85rem, 4.6vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
  text-shadow: 0 5px 28px rgba(0, 0, 0, .54);
}
.hero-copy { margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.65; text-shadow: 0 2px 10px rgba(0,0,0,.7); }
.hero-actions { max-width: none; margin-top: 25px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { font-size: .9rem; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.text-link:hover { color: var(--gold-light); }
.hero-points { max-width: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; color: rgba(255,255,255,.76); font-size: .78rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--gold-light); font-weight: 900; }

.trust-strip { position: relative; z-index: 5; color: var(--ink); background: var(--paper); border-bottom: 1px solid #eadcc1; box-shadow: 0 15px 40px rgba(0, 0, 0, .12); }
.trust-grid { width: min(1160px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.trust-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 24px 30px; align-items: center; }
.trust-item + .trust-item { border-left: 1px solid #e8dac0; }
.trust-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #9d6516; background: #f6e5c4; }
.trust-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust-item h2 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.1rem; }
.trust-item p { margin: 0; color: #5d6876; font-size: .78rem; line-height: 1.45; }

.section-inner { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section-night {
  position: relative;
  isolation: isolate;
  background-color: #062247;
  background-image:
    radial-gradient(circle at 8% 28%, rgba(255, 255, 255, .2) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .15) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 78%, rgba(255, 255, 255, .13) 0 1px, transparent 2px),
    linear-gradient(180deg, #062247, #061c3d);
  background-size: 145px 145px, 210px 210px, 170px 170px, auto;
}
.section-heading { text-align: center; }
.section-heading h2, .faq-heading h2, .product-copy h2, .personalization-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.section-heading > p:last-child { margin: .55rem 0 0; color: rgba(255,255,255,.74); font-size: .95rem; }
.ornament { position: relative; width: 98px; height: 20px; display: block; margin: 7px auto 10px; }
.ornament::before, .ornament::after { content: ""; position: absolute; top: 10px; width: 42px; height: 1px; background: var(--gold); }
.ornament::before { left: 0; }
.ornament::after { right: 0; }
.ornament i { position: absolute; left: 50%; top: 5px; width: 11px; height: 11px; background: var(--gold-light); box-shadow: 0 0 12px rgba(241,190,83,.6); transform: translateX(-50%) rotate(45deg); }

.how { padding: clamp(62px, 7vw, 96px) 0 clamp(70px, 8vw, 104px); border-bottom: 1px solid var(--line); }
.steps { width: min(1040px, 100%); margin: 28px auto 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.step { position: relative; min-width: 0; padding: 30px 24px 0; text-align: center; }
.step + .step { border-left: 1px solid rgba(220,232,245,.16); }
.step-number { position: absolute; top: 0; left: 50%; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #0c2748; background: linear-gradient(180deg,#e4b04c,#c98a27); box-shadow: 0 5px 15px rgba(0,0,0,.25); font-family: var(--serif); font-size: 1.22rem; font-weight: 800; transform: translateX(-50%); }
.step-icon { width: clamp(112px, 10vw, 138px); aspect-ratio: 1; margin: 4px auto 15px; display: grid; place-items: center; border: 1px solid rgba(191,212,236,.22); border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.05),rgba(1,15,34,.08)); box-shadow: inset 0 0 30px rgba(0,0,0,.12); }
.step-icon img { width: 76%; height: 76%; object-fit: contain; }
.step h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.42rem); font-weight: 500; line-height: 1.12; }
.step p { max-width: 225px; margin: 0 auto; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.5; }

.section-paper { color: var(--ink); background: linear-gradient(180deg,#fffaf0,#f4ead8); }
.product { padding: clamp(70px, 8vw, 112px) 0; }
.product-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(50px,8vw,110px); align-items: center; }
.product-copy .lead, .personalization-copy .lead { margin: 18px 0 26px; color: #536274; font-size: 1.05rem; line-height: 1.7; }
.check-list { margin: 0 0 28px; padding: 0; display: grid; gap: 16px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.check-list li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #b37a22; font-weight: 900; }
.check-list strong { display: block; margin-bottom: 3px; font-family: var(--serif); font-size: 1.06rem; }
.check-list small { display: block; color: #667386; font-size: .82rem; line-height: 1.45; }
.microcopy { margin: 12px 0 0; color: #6d7784; font-size: .75rem; }
.product-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.letter-sheet { position: relative; z-index: 3; width: min(390px,76%); min-height: 510px; padding: 44px 45px 40px; color: #4c3a2b; background: #fffdf7; border: 1px solid #decaa7; box-shadow: 0 26px 55px rgba(47,37,24,.25); transform: rotate(-2.5deg); }
.letter-sheet::before { content: ""; position: absolute; inset: 12px; border: 1px solid #ead8b8; pointer-events: none; }
.letter-stars { position: relative; color: #b77b20; text-align: center; letter-spacing: .4em; }
.letter-kicker { position: relative; margin: 10px 0 30px; color: #a46916; font-family: var(--serif); font-weight: 700; text-align: center; text-transform: uppercase; letter-spacing: .08em; }
.letter-sheet h3 { position: relative; margin: 0 0 18px; font-family: var(--serif); font-size: 1.7rem; }
.letter-sheet p { position: relative; font-family: var(--serif); font-size: .92rem; line-height: 1.75; }
.letter-signature { position: relative; margin-top: 28px; font-family: var(--serif); font-size: .93rem; text-align: right; }
.wax-stamp { position: absolute; right: 26px; bottom: 30px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #f2c45f; background: radial-gradient(circle at 34% 28%,#d33d31,#851c18); box-shadow: inset 0 0 0 4px rgba(255,255,255,.11), 0 4px 12px rgba(77,20,17,.28); }
.envelope { position: absolute; z-index: 1; left: 4%; bottom: 36px; width: 330px; height: 220px; border: 1px solid #caa978; border-radius: 5px; background: #e9d0a6; box-shadow: 0 20px 40px rgba(62,44,21,.18); transform: rotate(7deg); }
.envelope::before, .envelope::after { content: ""; position: absolute; bottom: 0; width: 0; height: 0; border-style: solid; }
.envelope::before { left: 0; border-width: 110px 0 0 165px; border-color: transparent transparent transparent #f2dfbc; }
.envelope::after { right: 0; border-width: 110px 165px 0 0; border-color: transparent #e2c18e transparent transparent; }
.envelope-flap { position: absolute; inset: 0; overflow: hidden; }
.envelope-flap::before { content: ""; position: absolute; left: 50%; top: -112px; width: 230px; height: 230px; border: 1px solid #caa978; background: #f1dbb5; transform: translateX(-50%) rotate(45deg); }
.envelope-seal { position: absolute; left: 50%; top: 84px; z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #f4cf79; background: #9b211c; font-family: var(--serif); font-size: .8rem; font-weight: 800; transform: translateX(-50%); }
.visual-note { position: absolute; right: 4%; top: 44px; padding: 8px 12px; border-radius: 999px; color: #7f5d2e; background: rgba(255,255,255,.8); border: 1px solid #dfc9a6; font-size: .72rem; font-weight: 800; transform: rotate(5deg); }

.writers { padding: clamp(70px, 8vw, 104px) 0 clamp(48px, 5vw, 64px); }
.writer-grid { width: min(1140px,100%); margin: 32px auto 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.writer-card { position: relative; min-width: 0; min-height: 345px; padding: 0; overflow: visible; border: 1px solid rgba(211,155,54,.62); border-radius: 16px; color: var(--cream); background: linear-gradient(180deg,rgba(8,43,81,.24),rgba(2,21,47,.94)); box-shadow: inset 0 0 35px rgba(0,0,0,.13),0 18px 40px rgba(0,0,0,.2); cursor: pointer; transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease; }
.writer-card:hover { transform: translateY(-6px); border-color: var(--gold-light); box-shadow: 0 24px 55px rgba(0,0,0,.32); }
.writer-card.is-selected { border-color: var(--gold-light); background: linear-gradient(180deg,rgba(24,70,111,.38),rgba(4,27,57,.96)); box-shadow: 0 0 0 2px rgba(244,202,105,.14),0 26px 58px rgba(0,0,0,.32); }
.writer-image { position: relative; height: 245px; display: block; overflow: hidden; }
.writer-image::after { content: ""; position: absolute; inset: auto 0 0; height: 68px; background: linear-gradient(180deg,transparent,rgba(3,22,47,.9)); }
.writer-image img { position: absolute; left: 50%; bottom: -12px; width: min(126%,260px); height: 280px; object-fit: contain; object-position: center bottom; transform: translateX(-50%); transition: transform .3s ease; }
.writer-card:hover .writer-image img { transform: translateX(-50%) scale(1.035); }
.writer-card--group .writer-image img { width: min(158%,330px); height: 230px; bottom: 7px; }
.writer-info { display: block; position: relative; z-index: 2; padding: 14px 14px 20px; text-align: center; }
.writer-info strong { display: block; font-family: var(--serif); font-size: clamp(1.18rem,1.55vw,1.45rem); font-weight: 500; }
.writer-info small { display: block; min-height: 36px; margin-top: 6px; color: rgba(255,255,255,.67); font-size: .72rem; line-height: 1.4; }
.selected-badge { position: absolute; top: 12px; right: 12px; z-index: 5; padding: 6px 9px; border-radius: 999px; color: #1e3150; background: var(--gold-light); font-size: .64rem; font-weight: 900; text-transform: uppercase; opacity: 0; transform: translateY(-5px); transition: opacity .2s ease,transform .2s ease; }
.is-selected .selected-badge { opacity: 1; transform: none; }
.card-arrow { position: absolute; left: 50%; bottom: -18px; z-index: 6; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(180deg,#e2ad45,#c78b28); box-shadow: 0 6px 14px rgba(0,0,0,.26); font-size: 1rem; font-weight: 900; transform: translateX(-50%) scale(.82); opacity: 0; transition: opacity .2s ease,transform .2s ease; }
.is-selected .card-arrow { opacity: 1; transform: translateX(-50%) scale(1); }
.selection-action { margin: 48px auto 0; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.selection-action p { margin: 0; color: rgba(255,255,255,.72); }
.selection-action strong { color: var(--cream); }
.selection-action .cart-feedback { flex-basis: 100%; min-height: 1.3em; color: var(--gold-light); text-align: center; font-size: .82rem; font-weight: 750; }

.personalization { padding: clamp(72px,8vw,112px) 0; color: var(--ink); background: #f7efe1; }
.personalization-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px,8vw,100px); align-items: center; }
.detail-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-chips span { padding: 9px 13px; border: 1px solid #dfc79f; border-radius: 999px; color: #6d542f; background: rgba(255,255,255,.56); font-size: .76rem; font-weight: 750; }
.privacy-note { margin-top: 28px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 16px; border-left: 3px solid #b37a22; background: rgba(255,255,255,.58); }
.privacy-note svg { width: 30px; height: 30px; fill: none; stroke: #9a651b; stroke-width: 1.6; }
.privacy-note p { margin: 0; color: #667080; font-size: .79rem; line-height: 1.55; }
.privacy-note strong { color: var(--ink); }
.sample-card { position: relative; padding: clamp(30px,4vw,48px); border: 1px solid #dac29b; border-radius: 22px; background: #fffaf1; box-shadow: 0 25px 65px rgba(71,51,24,.13); }
.sample-card::before { content: "“"; position: absolute; right: 26px; top: -6px; color: rgba(179,122,34,.12); font-family: var(--serif); font-size: 10rem; line-height: 1; }
.sample-label { display: inline-block; margin-bottom: 22px; color: #a56b18; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sample-fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.sample-fields span { padding: 12px; border-radius: 10px; background: #f1e4cf; color: #35465a; font-family: var(--serif); font-size: .94rem; }
.sample-fields small { display: block; margin-bottom: 4px; color: #9b6b27; font-family: var(--sans); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.sample-card blockquote { position: relative; margin: 26px 0 18px; padding: 0; color: #38495b; font-family: var(--serif); font-size: clamp(1.08rem,2vw,1.35rem); line-height: 1.65; }
.sample-card > p { margin: 0; color: #747d88; font-size: .73rem; line-height: 1.55; }

.faq { padding: clamp(70px,8vw,108px) 0 clamp(80px,9vw,120px); border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(50px,8vw,100px); align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-heading h2 { max-width: 480px; }
.faq-heading > p:not(.eyebrow) { max-width: 380px; color: rgba(255,255,255,.7); line-height: 1.65; }
.faq-heading .button { margin-top: 18px; }
.faq-list { border-top: 1px solid rgba(255,255,255,.16); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.16); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; color: var(--cream); font-family: var(--serif); font-size: 1.16rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 5px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(244,202,105,.4); border-radius: 50%; color: var(--gold-light); font-family: var(--sans); transform: translateY(-50%); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { margin: -6px 48px 22px 0; color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.7; }

.site-footer { position: relative; min-height: 640px; overflow: hidden; background: #071f43; }
.footer-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.footer-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,28,61,.08) 0%,rgba(4,22,48,.38) 36%,rgba(3,17,36,.94) 100%); }
.footer-content { position: relative; z-index: 2; width: min(1120px,calc(100% - 48px)); min-height: inherit; margin: 0 auto; padding: 90px 0 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.footer-human { width: min(780px,100%); margin: 0 auto clamp(180px,17vw,230px); padding: 18px 22px; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; border: 1px solid rgba(244,202,105,.34); border-radius: 14px; background: rgba(3,20,43,.67); backdrop-filter: blur(8px); box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.footer-star { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #132947; background: var(--gold-light); }
.footer-human strong { font-family: var(--serif); font-size: 1.08rem; }
.footer-human p { margin: 3px 0 0; color: rgba(255,255,255,.72); font-size: .76rem; line-height: 1.5; }
.footer-columns { display: grid; grid-template-columns: 1.4fr .85fr .95fr .8fr; gap: 38px; align-items: start; }
.footer-brand .brand { font-size: 2rem; }
.footer-brand p, .footer-social p { color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.5; }
.footer-links h2, .footer-social h2 { margin: 0 0 14px; color: rgba(255,255,255,.92); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { display: block; margin: 0 0 8px; color: rgba(255,255,255,.76); font-size: .78rem; }
.footer-links a:hover { color: var(--gold-light); }
.social-row { display: flex; gap: 12px; }
.social-row a { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #092448; background: rgba(255,255,255,.93); transition: transform .2s ease,background .2s ease; }
.social-row a:hover { background: var(--gold-light); color: #fff; transform: translateY(-3px); }
.social-row svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.social-row .fill { fill: currentColor; stroke: none; }
.copyright { margin-top: 18px; }
.legal-note { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.55); font-size: .66rem; line-height: 1.5; }
.legal-note p { margin: 0; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,9,22,.82); backdrop-filter: blur(8px); }
.modal-panel { position: relative; z-index: 1; width: min(680px,100%); max-height: calc(100dvh - 44px); overflow: auto; padding: 36px; border: 1px solid rgba(226,177,76,.72); border-radius: 20px; background: radial-gradient(circle at 80% 8%,rgba(255,203,101,.1),transparent 22%),linear-gradient(180deg,#0a2c55,#051b38); box-shadow: 0 28px 90px rgba(0,0,0,.62),inset 0 0 50px rgba(255,255,255,.025); animation: modalIn .28s ease both; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.modal-star { color: var(--gold-light); font-size: 2rem; text-align: center; filter: drop-shadow(0 0 8px rgba(255,197,74,.5)); }
.modal-panel h2 { margin: 4px 0 6px; font-family: var(--serif); font-size: clamp(2rem,5vw,3rem); font-weight: 500; text-align: center; }
.modal-panel > p { margin: 0 0 24px; color: rgba(255,255,255,.72); text-align: center; }
.modal-panel form { display: grid; gap: 14px; }
.modal-panel label { display: grid; gap: 7px; color: rgba(255,255,255,.86); font-size: .83rem; font-weight: 650; }
.optional { color: rgba(255,255,255,.48); font-size: .68rem; font-weight: 500; }
.form-row { display: grid; grid-template-columns: 2fr .65fr; gap: 14px; }
.modal-panel input, .modal-panel select, .modal-panel textarea { width: 100%; border: 1px solid rgba(216,190,145,.3); border-radius: 9px; padding: .82rem .92rem; color: #fff; background: rgba(1,13,30,.48); outline: none; resize: vertical; }
.modal-panel select option { color: #102445; background: #fff; }
.modal-panel input:focus, .modal-panel select:focus, .modal-panel textarea:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(222,170,67,.13); }
.submit-letter { margin-top: 4px; }
.form-note { margin: -3px 0 0 !important; color: rgba(255,255,255,.55) !important; font-size: .68rem; line-height: 1.45; }
.review-message { padding: 8px 0 4px; }
.review-kicker { display: block; color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.review-message h3 { margin: 6px 0 22px; font-family: var(--serif); font-size: 2rem; text-align: center; }
.review-message dl { margin: 0 0 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.review-message dl div { padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(1,13,30,.32); }
.review-message dt { color: rgba(255,255,255,.52); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.review-message dd { margin: 4px 0 0; color: #fff; font-size: .88rem; line-height: 1.4; overflow-wrap: anywhere; }
.review-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.review-message .form-note { margin-top: 14px !important; text-align: center; }
.success-message { padding: 30px 0 10px; text-align: center; }
.success-message > span { color: var(--gold-light); font-size: 3rem; }
.success-message h3 { margin: 7px 0; font-family: var(--serif); font-size: 2.2rem; }
.success-message p { color: rgba(255,255,255,.75); }
.success-message .button { margin-top: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes cartBump { 0%,100% { transform: scale(1); } 45% { transform: scale(1.12); } }

@media (max-width: 1080px) {
  .main-nav { gap: 16px; font-size: .7rem; }
  .writer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); width: min(850px,100%); gap: 28px 20px; }
  .writer-card { min-height: 360px; }
  .writer-image { height: 260px; }
  .writer-image img { height: 300px; }
  .writer-card--group .writer-image img { height: 250px; }
}

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 24px; width: min(350px,calc(100vw - 48px)); padding: 22px; display: grid; gap: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(3,20,43,.98); box-shadow: 0 22px 50px rgba(0,0,0,.4); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .22s ease,transform .22s ease,visibility .22s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 4px 0; }
  .main-nav .button { width: 100%; }
  .main-nav .cart-link { width: 100%; min-height: 46px; }
  .cart-label { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: normal; }
  .cart-count { position: static; border-color: transparent; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 600px; height: 67vw; }
  .hero-overlay { background: linear-gradient(90deg,rgba(1,10,28,.88) 0%,rgba(2,14,35,.55) 50%,rgba(2,14,35,.05) 100%),linear-gradient(180deg,rgba(1,8,24,.3),transparent 48%,#062247 100%); }
  .trust-grid { grid-template-columns: 1fr; padding: 6px 0; }
  .trust-item { padding: 16px 24px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid #e8dac0; }

  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); row-gap: 40px; }
  .step:nth-child(3) { border-left: 0; }
  .product-grid, .personalization-grid, .faq-grid { grid-template-columns: 1fr; }
  .product-copy { max-width: 660px; margin: 0 auto; }
  .product-visual { order: 2; min-height: 540px; }
  .faq-heading { position: static; }
  .faq-heading > p:not(.eyebrow) { max-width: 600px; }
  .footer-columns { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 74px; }
  .nav-wrap, .section-inner, .hero-content, .trust-grid, .footer-content { width: min(100% - 30px,1160px); }
  .nav-wrap { min-height: 74px; }
  .brand { font-size: clamp(1.7rem,8vw,2.15rem); }
  .main-nav { top: 70px; right: 15px; width: calc(100vw - 30px); }

  .hero { min-height: 640px; height: 170vw; max-height: 720px; }
  .hero-art { left: 50%; right: auto; width: 174%; max-width: none; object-fit: cover; object-position: 53% bottom; transform: translateX(-50%); }
  .hero-overlay { background: linear-gradient(180deg,rgba(1,8,24,.72) 0%,rgba(2,14,35,.46) 45%,rgba(2,14,35,.08) 70%,#062247 100%); }
  .hero-content { padding-top: 104px; text-align: center; }
  .hero-content > * { max-width: 510px; margin-left: auto; margin-right: auto; }
  .hero h1 { font-size: clamp(2.45rem,12vw,3.65rem); }
  .hero-copy { font-size: .94rem; line-height: 1.55; }
  .hero-actions { justify-content: center; margin-top: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: none; }
  .text-link { font-size: .82rem; }

  .trust-item { grid-template-columns: 42px 1fr; padding: 14px 16px; }
  .trust-icon { width: 38px; height: 38px; }
  .trust-item h2 { font-size: 1rem; }

  .section-heading h2, .faq-heading h2, .product-copy h2, .personalization-copy h2 { font-size: clamp(2.15rem,10.5vw,3rem); }
  .how { padding-top: 58px; }
  .steps { grid-template-columns: 1fr; width: min(390px,100%); }
  .step { padding: 30px 12px 6px; }
  .step + .step { border-top: 1px solid rgba(220,232,245,.12); border-left: 0; padding-top: 48px; }
  .step + .step .step-number { top: 17px; }
  .step-icon { width: 132px; }

  .product { padding-top: 62px; }
  .product-visual { min-height: 475px; }
  .letter-sheet { width: min(320px,82%); min-height: 430px; padding: 36px 34px; }
  .letter-sheet p { font-size: .78rem; }
  .letter-sheet h3 { font-size: 1.4rem; }
  .envelope { width: 270px; height: 180px; left: 0; bottom: 28px; }
  .envelope::before { border-width: 90px 0 0 135px; }
  .envelope::after { border-width: 90px 135px 0 0; }
  .envelope-flap::before { top: -95px; width: 195px; height: 195px; }
  .envelope-seal { top: 66px; }
  .visual-note { right: 0; top: 18px; }

  .writer-grid { width: min(420px,100%); grid-template-columns: 1fr; gap: 26px; }
  .writer-card { min-height: 395px; }
  .writer-image { height: 290px; }
  .writer-image img { width: min(118%,350px); height: 340px; }
  .writer-card--group .writer-image img { width: min(150%,390px); height: 285px; bottom: 8px; }
  .writer-info small { min-height: auto; }
  .selection-action { margin-top: 38px; gap: 14px; }
  .selection-action .button { width: 100%; }

  .sample-fields { grid-template-columns: 1fr; }
  .faq-list summary { padding-right: 44px; font-size: 1.04rem; }
  .faq-list details p { margin-right: 0; }

  .site-footer { min-height: 880px; }
  .footer-art { object-fit: cover; object-position: center bottom; }
  .footer-content { padding-top: 56px; text-align: center; }
  .footer-human { margin-bottom: 280px; text-align: left; }
  .footer-columns { grid-template-columns: 1fr; gap: 24px; }
  .social-row { justify-content: center; }
  .legal-note { flex-direction: column; gap: 8px; }

  .modal { padding: 10px; }
  .modal-panel { max-height: calc(100dvh - 20px); padding: 30px 17px 22px; }
  .form-row, .review-message dl { grid-template-columns: 1fr; }
  .review-actions .button { width: 100%; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 390px) {
  .nav-wrap, .section-inner, .hero-content, .trust-grid, .footer-content { width: calc(100% - 24px); }
  .brand { font-size: 1.62rem; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 2.45rem; }
  .letter-sheet { width: 88%; padding-inline: 28px; }
  .writer-card { min-height: 360px; }
  .writer-image { height: 260px; }
  .writer-image img { height: 310px; }
  .writer-card--group .writer-image img { height: 255px; }
  .footer-human { grid-template-columns: 1fr; text-align: center; }
  .footer-star { margin: 0 auto; }
}

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

/* Integración funcional: sin copos añadidos por CSS. */
.section-night::before,
.section-night::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

/* Las cinco tarjetas enlazan directamente con el configurador real. */
a.writer-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
a.writer-card .selected-badge,
a.writer-card .card-arrow {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
a.writer-card .selected-badge {
  transform: none;
}
a.writer-card:hover,
a.writer-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--gold-light);
  box-shadow: 0 24px 55px rgba(0,0,0,.32);
}

/* El asset footer.webp se muestra completo, sin cover ni recortes. */
.site-footer {
  min-height: 0;
  overflow: hidden;
  background: #03162f;
}
.footer-scene {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #071f43;
}
.footer-art {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
}
.footer-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(5,28,61,.02) 0%,rgba(4,22,48,.06) 62%,rgba(3,17,36,.58) 100%);
}
.footer-human {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: min(780px,calc(100% - 48px));
  margin: 0;
  line-height: normal;
  transform: translateX(-50%);
}
.footer-content {
  position: relative;
  z-index: 2;
  width: min(1120px,calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 48px 0 30px;
  display: block;
}

@media (max-width: 680px) {
  /* En móvil el hero usa hero.webp completo como imagen fluida y el texto queda debajo. */
  .hero {
    min-height: 0;
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #062247;
  }
  .hero-art {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    order: 1;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
  }
  .hero-overlay { display: none; }
  .hero-content {
    order: 2;
    width: 100%;
    max-width: none;
    padding: 32px 15px 52px;
    text-align: center;
    background: linear-gradient(180deg,#062247,#061c3d);
  }
  .hero-content > * {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero h1 { font-size: clamp(2.35rem,11.5vw,3.4rem); }
  .hero-actions .button { width: 100%; }

  .footer-scene { overflow: visible; }
  .footer-human {
    position: relative;
    left: auto;
    bottom: auto;
    width: calc(100% - 30px);
    margin: 18px auto 0;
    transform: none;
  }
  .footer-content {
    width: calc(100% - 30px);
    padding: 38px 0 24px;
    text-align: center;
  }
  .footer-columns { grid-template-columns: 1fr; gap: 24px; }
  .social-row { justify-content: center; }
  .legal-note { flex-direction: column; gap: 8px; }
}

/* El paisaje del footer queda siempre visible a tamaño completo, sin ninguna capa por encima. */
.footer-human {
  position: relative;
  left: auto;
  bottom: auto;
  width: min(780px,calc(100% - 48px));
  margin: 24px auto 0;
  transform: none;
}
@media (max-width: 680px) {
  .footer-human { width: calc(100% - 30px); margin-top: 18px; }
}

/* v6.4: cuadrícula compacta de personajes en móvil (3 + 2 centrados). */
@media (max-width: 680px) {
  .writers .section-inner {
    width: calc(100% - 20px);
  }

  .writer-grid {
    width: 100%;
    max-width: 640px;
    margin-top: 24px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px 8px;
    align-items: stretch;
  }

  .writer-card,
  .writer-card--group {
    grid-column: span 2;
    min-height: 0;
    border-radius: 12px;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .writer-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .writer-card:nth-child(5) {
    grid-column: 4 / span 2;
  }

  .writer-image,
  .writer-card--group .writer-image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 6;
    overflow: hidden;
    flex: 0 0 auto;
  }

  .writer-image img,
  .writer-card--group .writer-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center center;
    transform: none;
  }

  .writer-card:hover .writer-image img,
  .writer-card:focus-visible .writer-image img {
    transform: none;
  }

  .writer-image::after {
    height: 34%;
  }

  .writer-info {
    padding: 8px 4px 12px;
  }

  .writer-info strong {
    font-size: clamp(.76rem, 3.7vw, 1.05rem);
    line-height: 1.12;
  }

  .writer-info small,
  .writer-card .selected-badge {
    display: none;
  }

  .card-arrow,
  a.writer-card .card-arrow {
    bottom: -13px;
    width: 27px;
    height: 27px;
    font-size: .82rem;
  }

  a.writer-card:hover,
  a.writer-card:focus-visible {
    transform: none;
  }
}

@media (max-width: 360px) {
  .writer-grid {
    gap: 18px 6px;
  }

  .writer-info {
    padding-inline: 2px;
  }

  .writer-info strong {
    font-size: .74rem;
  }
}

/* v6.5: selección confirmada, orden 3 + 2, pasos móviles 2 + 2 y nieve global. */
.site-snow {
  position: fixed;
  inset: 0;
  z-index: 24;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}
.site-snow span {
  position: absolute;
  top: -12vh;
  left: var(--snow-x);
  width: var(--snow-size);
  height: var(--snow-size);
  border-radius: 50%;
  background: rgba(255,255,255,var(--snow-opacity));
  box-shadow: 0 0 7px rgba(255,255,255,.35);
  animation: siteSnowfall var(--snow-duration) linear var(--snow-delay) infinite;
  will-change: transform;
}
@keyframes siteSnowfall {
  from { transform: translate3d(0,-8vh,0) rotate(0deg); }
  to { transform: translate3d(var(--snow-drift),120vh,0) rotate(360deg); }
}

.writer-grid {
  width: min(900px,100%);
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 30px 20px;
}
.writer-card,
.writer-card--group {
  grid-column: span 2;
}
.writer-card:nth-child(4) { grid-column: 2 / span 2; }
.writer-card:nth-child(5) { grid-column: 4 / span 2; }

a.writer-card .selected-badge {
  display: block;
  opacity: 0;
  transform: translateY(-5px);
}
a.writer-card .card-arrow {
  opacity: 0;
  transform: translateX(-50%) scale(.82);
}
a.writer-card.is-selected .selected-badge {
  opacity: 1;
  transform: none;
}
a.writer-card.is-selected .card-arrow {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.selection-action[hidden] { display: none; }
.selection-action:not([hidden]) { display: flex; }
.selection-action .button { min-width: 250px; text-align: center; }

.site-footer { background: #03162f; }
.footer-content { padding: 52px 0 34px; }
.footer-human { margin: 0 auto 38px; }
.footer-columns { grid-template-columns: 1.4fr .85fr .95fr; }
.footer-social-bar {
  margin-top: 34px;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.13);
  text-align: center;
}
.footer-social-bar .social-row { justify-content: center; }
.footer-social-bar .copyright { margin: 14px 0 0; }
.footer-scene { margin: 0; }
.footer-art { vertical-align: bottom; }

@media (max-width: 680px) {
  .steps {
    width: 100%;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px 10px;
  }
  .step,
  .step + .step {
    padding: 28px 6px 0;
    border: 0;
  }
  .step + .step .step-number { top: 0; }
  .step-icon { width: min(112px,88%); margin-bottom: 12px; }
  .step h3 { font-size: clamp(.96rem,4.4vw,1.14rem); }
  .step p { font-size: .72rem; line-height: 1.42; }

  .writer-card .selected-badge {
    top: 6px;
    right: 6px;
    padding: 4px 6px;
    font-size: .48rem;
  }
  .selection-action {
    margin-top: 34px;
    gap: 12px;
  }
  .selection-action p { flex-basis: 100%; text-align: center; font-size: .84rem; }
  .selection-action .button { width: 100%; min-width: 0; }

  .footer-content { padding: 38px 0 26px; }
  .footer-human { margin: 0 auto 30px; }
  .footer-columns { grid-template-columns: 1fr; }
  .footer-social-bar { margin-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-snow { display: none; }
}


/* v6.12: footer con el asset original visible, sin huecos artificiales ni imágenes verticales generadas. */
.site-footer {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #061c3d;
}

.footer-scene {
  position: relative;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, #061c3d 0%, #031b40 62%, #05264c 100%);
}

.footer-scene::before {
  display: none;
}

.footer-art {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  image-rendering: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.14) 9%, rgba(0,0,0,.58) 22%, #000 36%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.14) 9%, rgba(0,0,0,.58) 22%, #000 36%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.footer-scene-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, transparent 70%, rgba(1,15,35,.08) 88%, rgba(1,14,31,.24) 100%);
}

.footer-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 66px) 0 clamp(220px, 24vw, 360px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.5;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.35fr .85fr .95fr;
  gap: clamp(30px, 5vw, 68px);
  align-items: start;
}

.footer-social-bar {
  width: 100%;
  margin-top: clamp(32px, 4vw, 50px);
  padding-top: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.18);
  text-align: center;
}

.footer-social-bar .social-row {
  justify-content: center;
}

.footer-social-bar .copyright {
  margin: 14px 0 0;
}

/* Tras eliminar las secciones intermedias, el FAQ enlaza con el footer mediante un margen normal. */
.page-home .faq {
  padding-bottom: clamp(48px, 6vw, 76px);
}

@media (max-width: 680px) {
  .page-home .faq {
    padding-bottom: 38px;
  }

  .footer-scene {
    min-height: 0;
    background: linear-gradient(180deg, #061c3d 0%, #031b40 58%, #05264c 100%);
  }

  .footer-art {
    display: block;
    width: 100%;
    height: auto;
    bottom: -1px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 8%, rgba(0,0,0,.70) 20%, #000 32%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.18) 8%, rgba(0,0,0,.70) 20%, #000 32%, #000 100%);
  }

  .footer-scene-shade {
    background: linear-gradient(180deg, transparent 0%, transparent 76%, rgba(1,15,35,.08) 90%, rgba(1,14,31,.20) 100%);
  }

  .footer-content {
    width: calc(100% - 30px);
    min-height: 0;
    padding: 28px 0 calc(26px + 44vw);
    text-align: center;
  }

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

  .footer-brand .brand {
    font-size: clamp(2.15rem, 10vw, 2.8rem);
  }

  .footer-brand p {
    max-width: 430px;
    margin: 12px auto 0;
  }

  .footer-links h2 {
    margin-bottom: 11px;
  }

  .footer-links a {
    margin-bottom: 8px;
    font-size: .82rem;
    line-height: 1.35;
  }

  .footer-social-bar {
    margin-top: 24px;
    padding-top: 22px;
  }

  .footer-social-bar .copyright {
    max-width: 350px;
    margin: 15px auto 0;
    line-height: 1.45;
  }
}

@media (max-width: 380px) {
  .footer-content {
    width: calc(100% - 24px);
    padding-top: 24px;
    padding-bottom: calc(22px + 46vw);
  }
}


/* v6.13: ajustes visuales solicitados (logo, personajes, FAQ, nieve y menú móvil). */
.site-header .brand {
  font-size: clamp(1.65rem, 2.35vw, 2.15rem);
  letter-spacing: -.035em;
}

/* La nieve permanece sobre los fondos, pero siempre detrás del contenido legible. */
.site-snow {
  z-index: 1;
}
.site-snow span {
  box-shadow: 0 0 3px rgba(255,255,255,.24);
}
.section-night,
.footer-scene {
  isolation: auto;
}
.hero-content,
.section-inner,
.footer-content {
  position: relative;
  z-index: 2;
}
.public-body:not(.page-home) #content {
  position: relative;
  z-index: 2;
}

/* Deja aire entre la explicación del FAQ y su llamada a la acción. */
.faq-heading .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

/* Las ilustraciones completas quedan dentro de la tarjeta, sin cortar coronas ni cabezas. */
@media (min-width: 681px) {
  .writer-card {
    min-height: 395px;
  }
  .writer-image {
    height: 290px;
  }
  .writer-image img,
  .writer-card--group .writer-image img {
    top: 10px;
    bottom: auto;
    width: min(100%, 280px);
    height: calc(100% - 10px);
    object-fit: contain;
    object-position: center bottom;
    transform: translateX(-50%);
    transform-origin: center bottom;
  }
  .writer-card--group .writer-image img {
    top: 8px;
    width: min(112%, 330px);
    height: calc(100% - 8px);
  }
  .writer-card:hover .writer-image img,
  .writer-card:focus-visible .writer-image img {
    transform: translateX(-50%) scale(1.025);
  }
}

/* Menú móvil compacto, alineado y sin tapar media portada. */
.nav-wrap {
  position: relative;
}
@media (max-width: 920px) {
  .nav-toggle {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 40px;
    padding: 8px;
  }
  .main-nav {
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    width: min(330px, calc(100vw - 32px));
    padding: 10px;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    justify-items: stretch;
    align-items: stretch;
    gap: 2px;
    border-radius: 14px;
    background: #03162f;
    transform: translateY(-6px) scale(.98);
    transform-origin: top right;
  }
  .main-nav.is-open {
    transform: none;
  }
  .main-nav > a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    text-align: left;
  }
  .main-nav > a::after {
    display: none;
  }
  .main-nav > a:not(.button):not(.cart-link):hover,
  .main-nav > a:not(.button):not(.cart-link):focus-visible {
    background: rgba(255,255,255,.07);
  }
  .main-nav .button {
    margin-top: 5px;
    padding: .78rem 1rem;
    text-align: center;
  }
  .main-nav .cart-link {
    min-height: 44px;
    margin-top: 4px;
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .nav-wrap {
    width: calc(100% - 24px);
    min-height: 66px;
  }
  .site-header .brand {
    font-size: 1.58rem;
  }
  .nav-toggle {
    width: 40px;
    height: 38px;
  }
  .main-nav {
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 82px);
    overflow-y: auto;
    padding: 9px;
  }
  .main-nav > a {
    padding: 9px 11px;
  }
  .writer-image img,
  .writer-card--group .writer-image img {
    top: 6px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100% - 6px);
  }
  .faq-heading .button {
    width: auto;
    margin-top: 30px;
  }
}

/* v6.14: tarjetas móviles continuas, anclajes precisos y FAQ estable. */
#primer-paso,
#proceso-sencillo {
  scroll-margin-top: 22px;
}

/* El encabezado y las preguntas avanzan juntos; la primera pregunta arranca a la misma altura. */
.faq-heading {
  position: static;
}

@media (min-width: 921px) {
  .faq-list {
    border-top: 0;
  }
  .faq-list details:first-child summary {
    padding-top: 0;
  }
  .faq-list details:first-child summary span {
    top: 0;
    transform: none;
  }
  .faq-list details:first-child[open] summary span {
    transform: rotate(45deg);
  }
}

/* Dibuja el contorno por encima del contenido para evitar cortes visuales en móvil. */
@media (max-width: 680px) {
  .writer-card,
  .writer-card--group {
    position: relative;
    isolation: isolate;
    border-color: transparent;
    background-clip: padding-box;
  }
  .writer-card::before,
  .writer-card--group::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 20;
    border: 1px solid rgba(211,155,54,.72);
    border-radius: inherit;
    pointer-events: none;
  }
  .writer-card.is-selected::before,
  .writer-card:hover::before,
  .writer-card:focus-visible::before {
    border-color: var(--gold-light);
  }
}


/* La lista no se desplaza verticalmente al aparecer en pantalla. */
.faq-list.reveal {
  transform: none;
  transition-property: opacity;
}


/* v6.15.4: SelloMágico, footer superpuesto hasta el borde inferior y acceso a WhatsApp. */
.footer-scene {
  min-height: max(640px, 51.14vw);
}

.footer-content {
  min-height: max(640px, 51.14vw);
  padding: clamp(42px, 5vw, 66px) 0 clamp(26px, 3vw, 42px);
}

.footer-social-bar {
  margin-top: auto;
}

.footer-social-bar .copyright span {
  display: block;
}

.footer-scene-shade {
  background: linear-gradient(180deg, rgba(1,15,35,.04) 0%, rgba(1,15,35,.08) 56%, rgba(1,15,35,.34) 82%, rgba(1,14,31,.62) 100%);
}

.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(0,0,0,.32);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(0,0,0,.38);
  filter: brightness(1.04);
}

.whatsapp-float:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float .phone {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 680px) {
  .footer-scene,
  .footer-content {
    min-height: 720px;
  }

  .footer-content {
    padding: 28px 0 24px;
  }

  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 31px;
    height: 31px;
  }
}

/* v6.15.5: footer compacto sobre footer.webp, pago seguro y mini chat de WhatsApp. */
.site-footer {
  min-height: 0;
  background: #03162f;
}

.footer-scene {
  min-height: 0;
  background: #061c3d;
}

.footer-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  -webkit-mask-image: none;
  mask-image: none;
}

.footer-scene-shade {
  background: linear-gradient(180deg, rgba(1,15,35,.2) 0%, rgba(1,15,35,.1) 45%, rgba(1,14,31,.48) 100%);
}

.footer-content {
  min-height: 390px;
  padding: clamp(34px, 4vw, 52px) 0 clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
}

.footer-bottom {
  width: 100%;
  padding-top: clamp(18px, 2vw, 24px);
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  border-top: 1px solid rgba(255,255,255,.18);
}

.secure-payment {
  display: flex;
  align-items: flex-end;
}

.secure-payment img {
  display: block;
  width: min(280px, 100%);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.22));
}

.footer-social-bar {
  width: auto;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  border: 0;
  text-align: right;
}

.footer-social-bar .social-row {
  justify-content: flex-end;
}

.footer-social-bar .copyright {
  margin: 12px 0 0;
}

.whatsapp-widget {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  font-family: var(--sans);
}

.whatsapp-float {
  position: relative;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  border: 2px solid rgba(255,255,255,.94);
  cursor: pointer;
}

.whatsapp-chat[hidden] {
  display: none;
}

.whatsapp-chat {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(340px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 18px;
  color: #17222c;
  background: #efeae2;
  box-shadow: 0 22px 62px rgba(0,0,0,.38);
  transform-origin: right bottom;
  animation: whatsappChatIn .2s ease both;
}

.whatsapp-chat-header {
  min-height: 78px;
  padding: 14px 46px 14px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  background: #075e54;
}

.whatsapp-chat-header > span:not(.whatsapp-avatar) {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.whatsapp-chat-header strong {
  font-size: .95rem;
  line-height: 1.25;
}

.whatsapp-chat-header small {
  margin-top: 2px;
  color: rgba(255,255,255,.78);
  font-size: .68rem;
  line-height: 1.35;
}

.whatsapp-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
}

.whatsapp-avatar svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-avatar .phone {
  fill: currentColor;
  stroke: none;
}

.whatsapp-chat-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 400 1.55rem/1 sans-serif;
}

.whatsapp-chat-close:hover,
.whatsapp-chat-close:focus-visible {
  background: rgba(255,255,255,.14);
}

.whatsapp-chat-body {
  padding: 18px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.75), transparent 28%),
    #efeae2;
}

.whatsapp-bubble {
  position: relative;
  max-width: 92%;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 0 13px 13px 13px;
  color: #2e383f;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  font-size: .83rem;
  line-height: 1.5;
}

.whatsapp-send {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 8px 18px rgba(37,211,102,.24);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease;
}

.whatsapp-send:hover,
.whatsapp-send:focus-visible {
  color: #fff;
  filter: brightness(.96);
  transform: translateY(-1px);
}

@keyframes whatsappChatIn {
  from { opacity: 0; transform: translateY(8px) scale(.96); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 680px) {
  .footer-scene {
    min-height: 0;
  }

  .footer-content {
    min-height: 0;
    width: calc(100% - 32px);
    padding: 30px 0 24px;
    gap: 30px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .secure-payment {
    justify-content: center;
  }

  .secure-payment img {
    width: min(250px, 84vw);
  }

  .footer-social-bar {
    align-items: center;
    text-align: center;
  }

  .footer-social-bar .social-row {
    justify-content: center;
  }

  .whatsapp-widget {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .whatsapp-chat {
    bottom: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-chat { animation: none; }
}


/* v6.15.7: logo gráfico de SelloMágico en cabecera y footer. */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand--logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo-img {
  display: block;
  width: auto;
  height: clamp(46px, 5vw, 64px);
  max-width: min(260px, 36vw);
  filter: drop-shadow(0 3px 12px rgba(0,0,0,.38));
}

.footer-brand .brand--logo {
  margin-bottom: 8px;
}

.footer-brand .brand-logo-img,
.brand-logo-img--footer {
  height: clamp(52px, 5.4vw, 72px);
  max-width: min(320px, 42vw);
}

@media (max-width: 680px) {
  .brand--logo {
    max-width: min(58vw, 220px);
  }

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

  .footer-brand .brand--logo {
    margin-inline: auto;
    max-width: min(72vw, 280px);
  }
}

@media (max-width: 390px) {
  .brand--logo {
    max-width: min(62vw, 200px);
  }

  .footer-brand .brand--logo {
    max-width: min(78vw, 250px);
  }
}


/* v6.15.9: logo un poco más grande en escritorio y móvil. */
.site-header .nav-wrap {
  min-height: 110px;
}

.site-header .brand--logo {
  max-width: min(27vw, 238px);
}

.site-header .brand-logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 102px;
}

.footer-brand .brand--logo {
  max-width: min(350px, 46vw);
}

.footer-brand .brand-logo-img,
.brand-logo-img--footer {
  width: 100%;
  height: auto;
  max-height: 86px;
}

@media (max-width: 680px) {
  .site-header .nav-wrap {
    min-height: 94px;
  }

  .site-header .brand--logo {
    max-width: min(47vw, 200px);
  }

  .site-header .brand-logo-img {
    max-height: 80px;
  }

  .main-nav {
    top: 90px;
  }
}

@media (max-width: 390px) {
  .site-header .brand--logo {
    max-width: min(50vw, 182px);
  }

  .site-header .brand-logo-img {
    max-height: 72px;
  }
}


/* v6.15.12: logo recortado y con mayor presencia en cabecera y footer. */
.site-header .nav-wrap {
  min-height: 118px;
}

.site-header .brand--logo {
  width: min(18vw, 190px);
  max-width: none;
}

.site-header .brand-logo-img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

.footer-brand .brand--logo {
  width: min(24vw, 230px);
  max-width: none;
}

.footer-brand .brand-logo-img,
.brand-logo-img--footer {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}

@media (max-width: 680px) {
  .site-header .nav-wrap {
    min-height: 104px;
  }

  .site-header .brand--logo {
    width: min(43vw, 178px);
    max-width: none;
  }

  .main-nav {
    top: 100px;
  }

  .footer-brand .brand--logo {
    width: min(64vw, 250px);
    max-width: none;
  }
}

@media (max-width: 390px) {
  .site-header .brand--logo {
    width: min(45vw, 166px);
  }

  .footer-brand .brand--logo {
    width: min(70vw, 238px);
  }
}


/* v6.15.13: logo superior centrado en su zona izquierda y CTA del FAQ bajo las preguntas. */
.site-header .brand--logo {
  align-self: center;
  justify-content: flex-start;
  transform: translateY(1px);
}

.faq-content {
  min-width: 0;
}

.faq-content .faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 920px) {
  .main-nav > a {
    white-space: normal;
  }
}

@media (max-width: 680px) {
  .site-header .brand--logo {
    margin-right: auto;
  }

  .faq-content .faq-cta {
    width: 100%;
    margin-top: 28px;
  }
}


/* v6.15.14: restaurar el tamaño anterior de ambos logos y compactar el FAQ. */
.site-header .nav-wrap {
  min-height: 110px;
}

.site-header .brand--logo {
  width: auto;
  max-width: min(27vw, 238px);
}

.site-header .brand-logo-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 102px;
}

.footer-brand .brand--logo {
  width: auto;
  max-width: min(350px, 46vw);
}

.footer-brand .brand-logo-img,
.brand-logo-img--footer {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 86px;
}

.faq-grid {
  column-gap: clamp(28px, 4vw, 56px);
}

@media (max-width: 920px) {
  .faq-grid {
    row-gap: 18px;
  }

  .faq-heading > p:not(.eyebrow) {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .site-header .nav-wrap {
    min-height: 94px;
  }

  .site-header .brand--logo {
    width: auto;
    max-width: min(47vw, 200px);
  }

  .site-header .brand-logo-img {
    max-height: 80px;
  }

  .main-nav {
    top: 90px;
  }

  .footer-brand .brand--logo {
    width: auto;
    max-width: min(64vw, 250px);
  }
}

@media (max-width: 390px) {
  .site-header .brand--logo {
    max-width: min(50vw, 182px);
  }

  .site-header .brand-logo-img {
    max-height: 72px;
  }

  .footer-brand .brand--logo {
    max-width: min(70vw, 238px);
  }
}

/* v6.16.2 · Estados de disponibilidad por stock */
.writer-card--stock-disabled{cursor:not-allowed;filter:saturate(.55);opacity:.76}
.writer-card--stock-disabled:hover{transform:none}
.writer-card--stock-disabled .selected-badge{display:block;background:#8b3140;color:#fff}
.writer-card--stock-disabled .card-arrow{background:#8b3140;color:#fff}
.extra-option.is-out-of-stock{opacity:.58;cursor:not-allowed;filter:saturate(.5)}
.extra-option.is-out-of-stock input{cursor:not-allowed}
.extra-stock-label{color:#9f3342!important}


/* v6.16.4: logo de portada ligeramente más compacto en escritorio. */
@media (min-width: 681px) {
  .page-home .site-header .nav-wrap {
    min-height: 102px;
  }

  .page-home .site-header .brand--logo {
    max-width: min(24vw, 218px);
  }

  .page-home .site-header .brand-logo-img {
    max-height: 92px;
  }
}


/* v7.1: cuadrícula de siete personajes (4 + 3 centrados). */
.writer-grid{
  width:min(1180px,100%);
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:28px 18px;
}
.writer-card,
.writer-card--group{grid-column:span 2;}
.writer-card:nth-child(4){grid-column:auto / span 2;}
.writer-card:nth-child(5){grid-column:2 / span 2;}
.writer-card:nth-child(6){grid-column:4 / span 2;}
.writer-card:nth-child(7){grid-column:6 / span 2;}
@media(max-width:980px){
  .writer-grid{grid-template-columns:repeat(6,minmax(0,1fr));width:min(900px,100%);}
  .writer-card:nth-child(4),.writer-card:nth-child(5),.writer-card:nth-child(6),.writer-card:nth-child(7){grid-column:auto / span 2;}
  .writer-card:nth-child(7){grid-column:3 / span 2;}
}
@media(max-width:680px){
  .writer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 10px;}
  .writer-card,.writer-card--group{grid-column:span 2;}
  .writer-card:nth-child(4),.writer-card:nth-child(5),.writer-card:nth-child(6){grid-column:auto / span 2;}
  .writer-card:nth-child(7){grid-column:2 / span 2;}
}

/* v7.4.1 · CTA principal completamente visible en móvil. */
@media (max-width: 680px) {
  .page-home .hero {
    overflow: visible;
  }
  .page-home .hero-content {
    padding-bottom: 64px;
  }
  .page-home .hero-actions {
    width: min(100%, 510px);
    margin-top: 22px;
    margin-bottom: 0;
    padding: 0 0 8px;
  }
  .page-home .hero-actions .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 15px 18px;
    line-height: 1.18;
    white-space: normal;
    text-align: center;
  }
}


/* v7.4.2 · Hero: el contenido define la altura en escritorio para que el CTA nunca quede recortado. */
@media (min-width: 681px) {
  .page-home .hero {
    height: auto;
    min-height: 720px;
    overflow: hidden;
  }
  .page-home .hero-content {
    box-sizing: border-box;
    padding-top: clamp(122px, 10vw, 154px);
    padding-bottom: 96px;
  }
  .page-home .hero-actions {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
}


/* v7.4.4 · Sección Quiénes somos. */
.about-section {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0;
  color: #27384c;
  background:
    radial-gradient(circle at 12% 18%, rgba(196,137,39,.10) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 72%, rgba(11,53,91,.07) 0 1px, transparent 1.5px),
    linear-gradient(180deg, #fbf6ed 0%, #f4eadb 100%);
  background-size: 120px 120px, 160px 160px, auto;
  border-top: 1px solid #dfcfb5;
  border-bottom: 1px solid #dfcfb5;
}
.about-card {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
  gap: clamp(46px, 7vw, 86px);
  align-items: start;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(182,133,56,.30);
  border-radius: 26px;
  background: rgba(255,252,246,.90);
  box-shadow: 0 26px 70px rgba(65,44,18,.11);
}
.about-intro {
  position: sticky;
  top: 120px;
}
.about-intro .eyebrow {
  margin-bottom: 14px;
}
.about-intro h1,
.about-intro h2 {
  max-width: 430px;
  margin: 0;
  color: #173450;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.5vw, 4rem);
  font-weight: 550;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.about-ornament {
  position: relative;
  width: 88px;
  height: 20px;
  display: block;
  margin: 22px 0 26px;
}
.about-ornament::before,
.about-ornament::after {
  content: "";
  position: absolute;
  top: 10px;
  height: 1px;
  background: #c58a29;
}
.about-ornament::before { left: 0; width: 31px; }
.about-ornament::after { right: 0; width: 31px; }
.about-ornament {
  background: radial-gradient(circle at center, #d9a140 0 4px, transparent 5px);
}
.about-founders {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.about-founder-photos {
  display: flex;
  align-items: center;
  min-width: 88px;
}
.about-founder-photo {
  position: relative;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(145deg,#e9c77d,#b97824);
  color: #163651;
  box-shadow: 0 5px 15px rgba(45,33,18,.16);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 800;
}
.about-founder-photo--daniel {
  margin-left: -17px;
  background: linear-gradient(145deg,#a8c5d7,#315c79);
  color: #fff;
}
.about-founder-photo > span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.about-founders p {
  margin: 0;
  color: #7e858a;
  font-size: .79rem;
  line-height: 1.35;
}
.about-founders strong,
.about-founders span {
  display: block;
}
.about-founders strong {
  color: #33495e;
  font-size: .94rem;
}
.about-copy {
  max-width: 650px;
}
.about-copy > p {
  margin: 0 0 18px;
  color: #506073;
  font-size: .96rem;
  line-height: 1.82;
}
.about-copy strong {
  color: #253e58;
}
.about-copy .about-memory {
  margin: 26px 0;
  padding: 20px 22px;
  border-left: 3px solid #c58a29;
  border-radius: 0 14px 14px 0;
  background: #f7ebd5;
  color: #173450;
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.45;
}
.about-copy .about-signoff {
  margin-top: 28px;
  color: #6a7480;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.55;
}
.about-signoff strong {
  font-size: 1.22rem;
}
.about-signoff span {
  color: #9c7029;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.about-cta {
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e4d5be;
}
.about-cta p {
  margin: 0;
  color: #173450;
  font-family: var(--serif);
  font-size: 1.16rem;
  line-height: 1.35;
}
.about-cta .button {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 920px) {
  .about-card {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .about-intro {
    position: static;
  }
  .about-intro h1,
  .about-intro h2 {
    max-width: 650px;
  }
  .about-copy {
    max-width: none;
  }
}
@media (max-width: 680px) {
  .about-section {
    padding: 56px 0 64px;
  }
  .about-card {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .about-intro h1,
  .about-intro h2 {
    font-size: clamp(2.3rem, 11vw, 3.15rem);
  }
  .about-founders {
    gap: 12px;
  }
  .about-founder-photo {
    width: 52px;
    height: 52px;
  }
  .about-founder-photos {
    min-width: 82px;
  }
  .about-copy > p {
    font-size: .91rem;
    line-height: 1.72;
  }
  .about-copy .about-memory {
    padding: 18px;
    font-size: 1.15rem;
  }
  .about-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .about-cta .button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* v7.4.5 · Quiénes somos como página independiente. */
.page-about .about-page-section {
  min-height: 64vh;
  padding-top: clamp(64px, 7vw, 96px);
}
.page-about .about-intro h1 {
  margin: 0;
}


/* Preapertura / Lista mágica integrada en la selección de personaje */
.selection-action--prelaunch{display:block!important;width:min(680px,100%);margin:34px auto 0}
.selection-action--prelaunch[hidden]{display:none!important}
.prelaunch-inline{width:100%;padding:0 10px;background:transparent;color:#fff;text-align:center}
.prelaunch-inline h3{margin:0;color:#fff;font-size:clamp(1.65rem,3.7vw,2.35rem);line-height:1.08;letter-spacing:-.025em}
.prelaunch-copy{max-width:640px;margin:8px auto 16px!important;color:rgba(255,255,255,.86)!important;font-size:.9rem!important;line-height:1.5;text-align:center!important}
.prelaunch-copy strong{color:#f1cf77;font-weight:850}
.prelaunch-form{max-width:590px;margin:0 auto;text-align:left}
.prelaunch-form>label:first-child{display:block;margin:0 0 6px;color:rgba(255,255,255,.92);font-size:.72rem;font-weight:800}
.prelaunch-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.prelaunch-input-row input{min-width:0;height:48px;padding:0 14px;border:1px solid rgba(255,255,255,.36);border-radius:10px;background:#fff;color:#132b47;font:inherit;outline:none}
.prelaunch-input-row input:focus{border-color:#e3c77e;box-shadow:0 0 0 3px rgba(227,199,126,.18)}
.prelaunch-input-row button{min-height:48px;padding:0 18px;border:1px solid #d0a348;border-radius:10px;background:linear-gradient(180deg,#e0ae4b,#be8120);color:#fff;font-size:.74rem;font-weight:850;cursor:pointer;box-shadow:0 7px 18px rgba(0,0,0,.16)}
.prelaunch-input-row button:hover{filter:brightness(.99);transform:translateY(-1px)}
.prelaunch-consent{display:grid!important;grid-template-columns:auto 1fr;gap:8px;align-items:start;margin:10px 0 0!important;color:rgba(255,255,255,.78)!important;font-size:.66rem!important;font-weight:500!important;line-height:1.45}
.prelaunch-consent input{width:16px;height:16px;margin:1px 0 0;accent-color:#d7a33a}
.prelaunch-consent a{color:#f1cf77;text-decoration:underline;text-underline-offset:2px}
.prelaunch-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.prelaunch-note{display:block;margin-top:8px;color:rgba(255,255,255,.55);font-size:.63rem}
.prelaunch-message{max-width:590px;margin:10px auto 12px;padding:0;font-size:.78rem;line-height:1.45;text-align:center}
.prelaunch-message.is-success{color:#d9f4e5}.prelaunch-message.is-success strong,.prelaunch-message.is-success span{display:block}.prelaunch-message.is-error{color:#ffd1d4}
@media(max-width:640px){.selection-action--prelaunch{margin-top:30px}.prelaunch-inline{padding:0 2px}.prelaunch-copy{margin-bottom:14px!important}.prelaunch-input-row{grid-template-columns:1fr}.prelaunch-input-row button{width:100%}}
.newsletter-status-page{min-height:calc(100vh - 100px);display:grid;place-items:center;padding:60px 20px;background:#061a35}.newsletter-status-card{width:min(650px,100%);padding:50px;border-radius:26px;background:#fff;text-align:center;box-shadow:0 25px 80px rgba(0,0,0,.25)}.newsletter-status-card h1{margin:10px 0 14px;color:#0b2b50;font-size:clamp(2rem,5vw,3.2rem)}.newsletter-status-card p{margin:0 auto 26px;max-width:510px;color:#637085;line-height:1.7}
@media(max-width:640px){.newsletter-status-card{padding:36px 22px}}
