:root {
  --bg: #070706;
  --surface: #0e0c09;
  --surface-2: #15110c;
  --ivory: #f1eadc;
  --muted: #bcb4a5;
  --gold: #c99a42;
  --gold-light: #e4bd68;
  --gold-dark: #72531f;
  --line: rgba(201,154,66,.34);
  --on-gold: #110d06;
  --serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --condensed: "Arial Narrow", "Avenir Next Condensed", var(--sans);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 10% 8%, rgba(201,154,66,.07), transparent 24rem),
    repeating-linear-gradient(0deg, rgba(230,194,123,.018) 0, rgba(230,194,123,.018) 1px, transparent 1px, transparent 4px),
    var(--bg);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.locked { overflow: hidden; }
img { display: block; width: 100%; }
button, select, input { font: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 96px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { font-family: var(--serif); font-size: 18px; letter-spacing: .16em; line-height: 1.05; text-decoration: none; text-transform: uppercase; }
.offer-switch { display: flex; align-items: center; gap: 22px; }
.offer-switch a { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.offer-switch a[aria-current] { color: var(--gold-light); }

#cata, #experiencias { scroll-margin-top: 16px; }

.hero { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 46px 0 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr); gap: 44px; align-items: start; }
.hero-copy { padding-top: 30px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 0;
  font-family: var(--condensed);
  font-size: clamp(68px, 8.2vw, 126px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .77;
  text-transform: uppercase;
}
h1 span { display: block; color: var(--gold); }
.experiences-page h1 { font-size: clamp(62px, 7.6vw, 116px); }
.hero-lede { max-width: 500px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.4; }
.hero-photo { position: relative; min-height: 550px; margin: 0; overflow: hidden; }
.hero-photo::before { position: absolute; z-index: 2; top: -1px; bottom: -1px; left: -1px; width: 28px; background: var(--bg); clip-path: polygon(0 0,100% 0,64% 5%,100% 10%,60% 15%,100% 21%,67% 28%,100% 34%,70% 40%,100% 48%,62% 56%,100% 64%,65% 71%,100% 79%,64% 87%,100% 94%,58% 100%,0 100%); content: ""; }
.hero-photo picture { display: block; height: 100%; }
.hero-photo img { height: 100%; min-height: 550px; object-fit: cover; object-position: 49% center; }
.photo-index { position: absolute; right: 18px; bottom: 18px; border: 1px solid rgba(255,255,255,.5); padding: 7px 10px; color: white; background: rgba(31,24,18,.46); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(5px); }

.event-sheet { margin-top: 28px; border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 66px 1fr; min-height: 70px; border-bottom: 1px solid var(--line); align-items: center; }
.event-number { color: var(--gold); font-family: var(--serif); font-size: 30px; }
.event-value { font-size: 15px; font-weight: 750; }
.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 0;
  padding: 17px 22px;
  color: var(--on-gold);
  background: var(--gold);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.cta:hover { background: var(--gold-light); transform: translateY(-2px); }
.cta-arrow { font-size: 27px; font-weight: 300; }
.hero-microcopy { margin: 11px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
/* Kicker del hero: sitúa la cata (ocasión/plan) antes de que se lea el título. */
.hero-kicker { margin: 0 0 12px; color: var(--gold); font-family: var(--condensed); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
/* Entrada doble en el hero: caja dorada sobre fondo oscuro. Invierte el color de
   su fondo — misma lógica que la caja oscura sobre el panel dorado — para que la
   oferta sea lo primero que atrapa la vista en cada sección. */
.pair-deal { max-width: 420px; margin: 0 0 20px; border-radius: 2px; padding: 14px 18px; color: var(--on-gold); background: var(--gold); }
.pair-deal-head { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 4px; }
.pair-deal-label { font-family: var(--condensed); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.pair-deal-save { border: 1px solid rgba(7,7,6,.5); border-radius: 999px; padding: 3px 10px; font-family: var(--condensed); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.pair-deal-price { margin: 0; font-family: var(--condensed); font-size: clamp(30px, 3.4vw, 42px); font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.pair-deal-price small { font-family: var(--serif); font-size: 15px; font-weight: 400; letter-spacing: 0; opacity: .72; }
.pair-deal-alt { margin: 7px 0 0; font-family: var(--serif); font-size: 15px; opacity: .72; }

.lineup { margin: 0 0 20px; border-left: 2px solid var(--line); padding-left: 16px; }
.lineup-title { margin: 0 0 10px; color: var(--gold); font-family: var(--condensed); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.lineup ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.lineup li { display: flex; align-items: flex-start; gap: 10px; color: var(--ivory); font-family: var(--serif); font-size: 15px; line-height: 1.45; }
.lineup-icon { flex-shrink: 0; font-size: 15px; line-height: 1.45; }
.lineup-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.lineup-note { font-size: 13.5px; line-height: 1.4; opacity: .68; }
.scarcity { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; border: 1px solid var(--line); padding: 9px 15px; color: var(--gold-light); background: rgba(201,154,66,.09); font-family: var(--condensed); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.scarcity-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(201,154,66,.22); }
@media (prefers-reduced-motion: no-preference) { .scarcity-dot { animation: scarcityPulse 2s ease-in-out infinite; } }
@keyframes scarcityPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(201,154,66,.22); } 50% { box-shadow: 0 0 0 7px rgba(201,154,66,.08); } }

.cross-offer {
  margin-top: 64px;
  color: var(--on-gold);
  background: var(--gold);
}
.cross-offer-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 36px 0; }
.cross-offer p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 3vw, 36px); }
.cross-offer a { border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.daily-hero { position: relative; overflow: hidden; border-top: 1px solid var(--line); padding: clamp(84px,10vw,140px) 0; background: var(--surface-2); }
.daily-hero::before { position: absolute; top: 0; left: 50%; width: min(78vw,900px); height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); content: ""; transform: translateX(-50%); }
.daily-hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 58px; align-items: center; }
.daily-hero h2 { margin-bottom: 26px; font-family: var(--condensed); font-size: clamp(65px,7.2vw,108px); font-weight: 900; letter-spacing: -.07em; line-height: .79; text-transform: uppercase; }
.daily-hero h2 span { display: block; color: var(--gold); }
.daily-hero-copy > p:not(.hero-microcopy) { max-width: 520px; margin-bottom: 24px; color: var(--muted); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.daily-hero-copy .event-sheet { margin-bottom: 0; }
.daily-hero-copy .cta { margin-top: 0; }
.daily-hero-photo { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.daily-hero-photo picture { display: block; height: 100%; }
.daily-hero-photo img { height: 100%; min-height: 620px; object-fit: cover; object-position: center; }

.section { padding: clamp(78px, 9vw, 126px) 0; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-title { max-width: 780px; margin-bottom: 50px; font-family: var(--condensed); font-size: clamp(52px, 7vw, 96px); font-weight: 900; letter-spacing: -.065em; line-height: .85; text-transform: uppercase; }
.section-title span { color: var(--gold); }
.section-intro { max-width: 680px; margin: -22px 0 45px; color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.55; }

.proof { color: var(--on-gold); background: var(--gold); }
.proof-grid { display: grid; grid-template-columns: .84fr 1.16fr; width: min(100%, 1440px); margin: 0 auto; }
.proof-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 460px; padding: clamp(44px, 7vw, 96px); }
.proof-copy h2 { margin-bottom: 22px; font-family: var(--condensed); font-size: clamp(56px, 7vw, 100px); font-weight: 900; letter-spacing: -.07em; line-height: .82; text-transform: uppercase; }
.proof-copy h2 span { color: #fff0c9; }
.proof-copy p { margin: 0; font-family: var(--serif); font-size: 21px; }
.proof-image { position: relative; min-height: 460px; overflow: hidden; filter: sepia(.65) contrast(1.05); }
.proof-image img { height: 100%; object-fit: cover; }
.sold-stamp { position: absolute; top: 50%; left: 50%; border: 5px solid var(--gold); padding: 10px 18px; color: var(--gold); background: rgba(7,7,6,.88); font-family: var(--condensed); font-size: clamp(40px,7vw,80px); font-weight: 900; text-transform: uppercase; transform: translate(-50%,-50%) rotate(-7deg); }
/* Sello para la cata anunciada (palabra más larga → tipografía más contenida) */
.stamp-soon { border-width: 4px; padding: 9px 16px; font-size: clamp(21px,3.2vw,38px); letter-spacing: .02em; white-space: nowrap; }
.proof-kicker { margin: 0 0 14px; font-family: var(--condensed); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; opacity: .72; }
.proof-meta { margin: 0 0 10px !important; }
/* Próxima cata: sin sepia (no es archivo) y una línea de detalle secundaria */
.proof-image--next { filter: contrast(1.03); }
.proof-detail { margin: 0 !important; font-size: 18px !important; opacity: .82; }
.proof-lede { margin: 0 0 16px !important; font-size: 19px !important; opacity: .9; }
/* Segunda cata: oferta completa sobre el panel dorado. Sus listas invierten el
   color respecto al hero (texto oscuro sobre dorado) para no perder contraste. */
.second-lineup, .second-pairings { margin: 18px 0 0; border-left: 2px solid rgba(7,7,6,.28); padding-left: 16px; }
.second-title { margin: 0 0 8px !important; font-family: var(--condensed); font-size: 12px !important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .62; }
.second-lineup ul, .second-pairings ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.second-lineup li, .second-pairings li { display: flex; align-items: flex-start; gap: 10px; color: var(--on-gold); font-family: var(--serif); font-size: 16px; line-height: 1.4; }
.second-pairings li { font-size: 15px; }
.second-lineup .lineup-name { font-weight: 600; }
.second-lineup .lineup-note, .second-pairings .lineup-note { font-size: 13.5px; opacity: .66; }
.second-price { margin: 22px 0 6px !important; font-family: var(--condensed); font-size: clamp(30px, 3.4vw, 42px) !important; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.second-price small { font-family: var(--serif); font-size: 15px; font-weight: 400; letter-spacing: 0; opacity: .7; }
.second-includes { margin: 0 0 20px !important; font-family: var(--serif); font-size: 14px !important; line-height: 1.5; opacity: .7; }
.cta-on-gold { color: var(--gold-light); background: var(--on-gold); }
.cta-on-gold:hover { color: #fff0c9; background: #241a09; }

.journey { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey article { min-height: 285px; padding: 30px 34px 38px 0; }
.journey article + article { border-left: 1px solid var(--line); padding-left: 34px; }
.journey-number { display: block; margin-bottom: 64px; color: var(--gold); font-family: var(--serif); font-size: 29px; }
.journey h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.journey p { margin: 0; color: var(--muted); line-height: 1.7; }

.photo-story { background: var(--surface); }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; }
.photo-grid figure { position: relative; margin: 0; overflow: hidden; }
.photo-main { min-height: 640px; }
.photo-stack { display: grid; gap: 10px; }
.photo-stack figure { min-height: 315px; }
.photo-grid img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 48px 23px 21px; background: linear-gradient(transparent,rgba(8,7,6,.9)); font-family: var(--serif); font-size: 18px; }

.routes { background: var(--surface); }
.route-list { border-top: 1px solid var(--line); }
.route-card { display: grid; grid-template-columns: 58px minmax(0,1fr) 110px 78px; gap: 22px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.route-number { color: var(--gold); font-family: var(--serif); font-size: 27px; }
.route-heading { display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; }
.route-heading h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.route-heading span { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.route-copy p { margin: 10px 0 7px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.route-copy small { color: #857d70; }
.route-card > strong { color: var(--gold-light); font-family: var(--serif); font-size: 20px; font-weight: 400; text-align: right; }
.route-card button { border: 1px solid var(--gold); min-height: 42px; color: var(--gold-light); background: transparent; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.route-card button:hover { color: var(--on-gold); background: var(--gold); }
.all-routes-note { margin: 32px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.fit-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.fit-grid article { padding: 31px 28px 0 0; }
.fit-grid article + article { border-left: 1px solid var(--line); padding-left: 28px; }
.fit-grid strong { display: block; margin-bottom: 12px; color: var(--gold); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.fit-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.fit-note { margin: 50px 0 0; font-family: var(--serif); font-size: clamp(27px,4vw,46px); text-align: center; }

.faq { background: var(--surface-2); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 50px 23px 0; font-family: var(--serif); font-size: 20px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 4px; color: var(--gold); content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 750px; margin: 0; padding: 0 0 27px; color: var(--muted); line-height: 1.7; }

.conversion { background: var(--gold); color: var(--on-gold); }
.conversion-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 56px; align-items: end; }
.conversion h2 { margin-bottom: 17px; font-family: var(--condensed); font-size: clamp(58px,8vw,110px); font-weight: 900; letter-spacing: -.07em; line-height: .8; text-transform: uppercase; }
.conversion p { max-width: 550px; color: #33240f; line-height: 1.7; }
.qualifier { display: grid; gap: 12px; }
.qualifier label { font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.qualifier select, .qualifier input { width: 100%; min-height: 52px; border: 1px solid rgba(17,13,6,.35); border-radius: 0; padding: 0 13px; color: var(--on-gold); background: #f3e4c5; }
.conversion .cta { color: var(--gold); background: var(--on-gold); }
.conversion .cta:hover { color: var(--gold-light); background: #21190d; }

.footer { padding: 34px 20px 110px; color: #81796d; font-size: 11px; text-align: center; }
.sticky-cta { display: none; }

.modal-layer { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3,3,3,.93); backdrop-filter: blur(10px); }
.age-card { width: min(100%,450px); border-top: 7px solid var(--gold); padding: 38px; background: var(--surface); text-align: center; }
.age-brand { margin-bottom: 30px; color: var(--gold); font-family: var(--serif); letter-spacing: .15em; text-transform: uppercase; }
.age-card h2 { margin-bottom: 12px; font-family: var(--condensed); font-size: 43px; font-weight: 900; letter-spacing: -.05em; line-height: .9; text-transform: uppercase; }
.age-card p { color: var(--muted); line-height: 1.6; }
.age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.age-actions button { min-height: 50px; border: 1px solid var(--gold); color: var(--gold-light); background: transparent; font-weight: 800; }
.age-actions button:first-child { color: var(--on-gold); background: var(--gold); }
.privacy-link { padding: 0; border: 0; color: inherit; background: none; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.privacy-link:hover { color: var(--gold-light); }
.privacy-card { width: min(100%,560px); max-height: 82vh; overflow-y: auto; border-top: 7px solid var(--gold); padding: 34px; background: var(--surface); text-align: left; }
.privacy-card h2 { margin-bottom: 18px; color: var(--gold); font-family: var(--condensed); font-size: 32px; font-weight: 900; letter-spacing: -.03em; text-transform: uppercase; }
.privacy-card p { margin-bottom: 12px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.privacy-card strong { color: var(--ivory); }
.privacy-actions { margin-top: 22px; }
.privacy-actions button { min-height: 48px; width: 100%; border: 1px solid var(--gold); color: var(--on-gold); background: var(--gold); font-weight: 800; cursor: pointer; }

.denied { min-height: 100vh; display: grid; place-items: center; padding: 24px; text-align: center; }
.denied h1 { color: var(--gold); font-size: 48px; }

@media (min-width: 821px) and (max-height: 950px) {
  .site-header { min-height: 78px; }
  .hero { padding-top: 28px; }
  .hero-copy { padding-top: 12px; }
  h1 { font-size: clamp(66px, 6.7vw, 96px); }
  .experiences-page h1 { font-size: clamp(62px, 6.2vw, 90px); }
  .hero-lede { margin-top: 22px; font-size: clamp(19px, 1.55vw, 23px); }
  .event-sheet { margin-top: 18px; }
  .event-row { min-height: 58px; }
  .hero-photo, .hero-photo img { min-height: 520px; }
}

@media (max-width: 820px) {
  .site-header, .hero, .container, .cross-offer-inner { width: calc(100% - 32px); }
  .site-header { min-height: 78px; }
  .brand { font-size: 13px; }
  .offer-switch { gap: 12px; }
  .offer-switch a { font-size: 8px; }
  .hero { padding-top: 24px; }
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .hero-copy { display: contents; }
  /* 15.5vw (antes 17.5) para que una palabra larga del título de la cata quepa
     en el ancho de un teléfono: "CAMPBELTOWN" (11) se salía 13px a 17.5vw.
     A 15.5vw entran hasta ~12 caracteres seguidos en pantallas desde 360px. */
  h1, .experiences-page h1 { order: 1; position: relative; z-index: 3; margin-bottom: -15px; font-size: clamp(54px,15.5vw,78px); line-height: .79; }
  .experiences-page h1 { font-size: clamp(48px,15.2vw,68px); }
  .hero-photo { order: 6; width: calc(100% + 16px); min-height: 430px; margin-top: 24px; }
  .hero-photo img { min-height: 430px; object-position: 53% center; }
  .hero-photo::before { width: 18px; }
  .hero-lede { order: 2; margin: 26px 0 8px; font-size: 18px; }
  .event-sheet { order: 3; width: 100%; margin-top: 18px; }
  /* .hero-copy usa display:contents, así que TODO hijo nuevo necesita su `order`
     explícito o se va arriba del título. Orden buscado en móvil:
     scarcity → H1 → lede → datos → entrada doble → whiskies → CTA → microcopy */
  .scarcity { order: -1; }
  .hero-kicker { order: 0; width: 100%; margin: 0 0 6px; font-size: 12px; }
  .event-sheet, .pair-deal, .lineup { order: 3; width: 100%; }
  .pair-deal { max-width: 100%; margin-top: 18px; }
  .pair-deal-price { font-size: 32px; }
  .lineup { margin-top: 18px; }
  .event-row { grid-template-columns: 54px 1fr; min-height: 58px; }
  .event-number { font-size: 25px; }
  .event-value { font-size: 13px; }
  .hero .cta { order: 4; }
  .hero-microcopy { order: 5; width: 100%; }
  .cross-offer { margin-top: 45px; }
  .cross-offer-inner { grid-template-columns: 1fr; gap: 18px; padding: 27px 0; }
  .daily-hero { padding: 74px 0; }
  .daily-hero-grid { display: flex; flex-direction: column; gap: 0; }
  .daily-hero-copy { display: contents; }
  .daily-hero h2 { order: 1; margin-bottom: 24px; font-size: clamp(49px,15vw,68px); }
  .daily-hero-copy > p:not(.hero-microcopy) { order: 2; margin-bottom: 10px; font-size: 18px; }
  .daily-hero-copy .event-sheet { order: 3; width: 100%; }
  .daily-hero-copy .cta { order: 4; }
  .daily-hero-copy .hero-microcopy { order: 5; width: 100%; }
  .daily-hero-photo { order: 6; width: calc(100% + 16px); min-height: 430px; margin-top: 24px; }
  .daily-hero-photo img { min-height: 430px; }
  .section { padding: 74px 0; }
  .section-title { margin-bottom: 34px; font-size: 51px; }
  .section-intro { margin-top: -10px; font-size: 18px; }
  /* Apilado en móvil: evita que un título largo aplaste la columna de imagen */
  .proof-grid { grid-template-columns: 1fr; min-height: 0; }
  .proof-copy { min-height: 0; padding: 34px 20px; }
  .proof-copy h2 { font-size: 41px; }
  .proof-copy p { font-size: 14px; }
  .proof-image { min-height: 240px; }
  .sold-stamp { border-width: 3px; font-size: 29px; }
  .stamp-soon { font-size: clamp(20px, 6vw, 30px); }
  .second-price { font-size: 34px !important; }
  .second-price small { font-size: 14px; }
  .second-lineup li { font-size: 15px; }
  .second-lineup, .second-pairings { margin-top: 16px; }
  .journey, .fit-grid { grid-template-columns: 1fr; }
  .journey article, .journey article + article, .fit-grid article, .fit-grid article + article { min-height: auto; border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 29px; }
  .journey article:first-child, .fit-grid article:first-child { border-top: 0; }
  .journey-number { margin-bottom: 21px; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-main { min-height: 430px; }
  .photo-stack { grid-template-columns: 1fr 1fr; }
  .photo-stack figure { min-height: 215px; }
  .photo-stack figcaption { display: none; }
  .route-card { grid-template-columns: 42px minmax(0,1fr); gap: 12px; min-height: 0; padding: 25px 0; }
  .route-card > strong { grid-column: 2; text-align: left; }
  .route-card button { grid-column: 2; width: 100%; }
  .route-heading { display: block; }
  .route-heading h3 { margin-bottom: 8px; font-size: 22px; }
  .conversion-grid { grid-template-columns: 1fr; gap: 32px; }
  .conversion h2 { font-size: 61px; }
  .footer { padding-bottom: 120px; }
  /* width:auto anula el width:100% de .cta — si no, el botón fijo mide el ancho
     completo de la ventana partiendo de left:10px y se le corta la flecha. */
  .sticky-cta { position: fixed; z-index: 70; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; width: auto; display: flex; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); box-shadow: 0 10px 30px rgba(0,0,0,.4); transition: opacity .22s ease, transform .22s ease; }
  .sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

}

@media (max-width: 430px) {
  .site-header { gap: 10px; }
  .offer-switch { gap: 5px; }
  .offer-switch a { padding: 9px 7px; font-size: 7px; }
  .hero-photo { min-height: 400px; }
  .hero-photo img { min-height: 400px; }
  .age-card { padding: 31px 21px; }
}

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

/* Footer real (producción, no prototipo) */
.footer-inner { display: flex; flex-direction: column; gap: 8px; max-width: 760px; margin: 0 auto; line-height: 1.6; }
