/* ═══════════════════════════════════════════════════════════════
   Sarao Welcome Summer — RESTYLE motion layer
   Loads after style1.css + responsive.css. Self-contained so the
   original flat-editorial build stays intact and rollback is trivial.
   On-brand: cream/coral/rose/anthracite, Cormorant + Inter, parasol
   + asterisk motifs. WOW via movement, surfaces stay mostly flat.
   ═══════════════════════════════════════════════════════════════ */

/* ─── keyframes ─────────────────────────────────────────────── */
@keyframes float-bob   { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }
@keyframes spin-slow   { from { rotate: 0deg; } to { rotate: 360deg; } }
@keyframes draw-line   { to { stroke-dashoffset: 0; } }
@keyframes kw-rise     { from { opacity: 0; transform: translateY(112%) rotate(2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@keyframes sheen-sweep { 0% { opacity: 0; transform: translateX(-60%) skewX(-14deg); } 35% { opacity: .55; } 100% { opacity: 0; transform: translateX(160%) skewX(-14deg); } }
@keyframes parasol-drift { 0% { transform: translate(0,0) rotate(var(--r,0deg)); } 50% { transform: translate(10px,-22px) rotate(calc(var(--r,0deg) + 8deg)); } 100% { transform: translate(0,0) rotate(var(--r,0deg)); } }
@keyframes parasol-rise  { 0% { transform: translateY(30px) rotate(-6deg); opacity: 0; } 12% { opacity: .9; } 100% { transform: translateY(-120px) rotate(10deg); opacity: 0; } }
@keyframes ken-burns   { 0% { transform: scale(1.04) translate(0,0); } 100% { transform: scale(1.18) translate(-2%, -3%); } }
@keyframes badge-pop   { 0% { opacity: 0; transform: scale(.6) translateY(8px); } 60% { transform: scale(1.06); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes marquee     { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cue-bounce  { 0%,100% { transform: translateY(0); opacity: .5; } 50% { transform: translateY(9px); opacity: 1; } }
@keyframes tag-rise    { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes star-drift  { 0%,100% { transform: translate(0,0) rotate(0deg); } 50% { transform: translate(7px,-12px) rotate(45deg); } }
/* both pans start centered, then sweep out to each side and back */
@keyframes mobile-pan  { 0% { object-position: 50% 40%; } 25% { object-position: 8% 40%; } 50% { object-position: 50% 40%; } 75% { object-position: 92% 40%; } 100% { object-position: 50% 40%; } }
@keyframes hero-pan    { 0% { object-position: 50% 42%; } 25% { object-position: 18% 42%; } 50% { object-position: 50% 42%; } 75% { object-position: 82% 42%; } 100% { object-position: 50% 42%; } }

/* ─── shared: magnetic CTA wrapper ──────────────────────────── */
.cta-magnet { display: inline-block; transition: transform .4s cubic-bezier(.2,.7,.2,1); will-change: transform; }
.cta { transition: background .2s ease, box-shadow .3s ease, letter-spacing .3s ease; }
.cta:hover { letter-spacing: .4px; }
.cta .cta-arrow { transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.cta:hover .cta-arrow { transform: translateX(5px); }

/* ─── shared: hand-drawn coral underline (Emph) ─────────────── */
.emph { position: relative; color: var(--coral); font-style: italic; white-space: nowrap; }
.emph-text { position: relative; z-index: 1; }
.emph-underline { position: absolute; left: -2%; bottom: -.14em; width: 104%; height: .42em; overflow: visible; color: var(--coral); pointer-events: none; }
.emph-underline path { stroke-dasharray: 240; stroke-dashoffset: 240; animation: draw-line 900ms cubic-bezier(.6,.1,.3,1) forwards; }

/* ─── shared: kinetic word reveal ───────────────────────────── */
.kinetic { text-wrap: balance; }
.kw { display: inline-block; overflow: hidden; padding-bottom: .16em; margin-bottom: -.16em; margin-right: .26em; vertical-align: top; }
.kw-in { display: inline-block; opacity: 0; transform: translateY(112%); animation: kw-rise .82s cubic-bezier(.2,.75,.2,1) both; }
.kw-in.kw-em { color: var(--coral); font-style: italic; }

/* ─── shared: section heading emphasis underline on reveal ──── */
.serif-h2 em { position: relative; }
.serif-h2 em::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -.06em; height: 2px;
  background: var(--coral); transform: scaleX(0); transform-origin: left center;
  transition: transform .7s cubic-bezier(.6,.1,.3,1) .2s;
}
.reveal.is-visible .serif-h2 em::after,
.reveal.is-visible.serif-h2 em::after { transform: scaleX(1); }

/* ─── shared: floating / spinning decorations ───────────────── */
.float-bob { animation: float-bob 6.5s ease-in-out infinite; }
.float-bob.hero-deco-umb-2 { animation-duration: 8s; animation-delay: -2s; }
.spin-slow { animation: spin-slow 60s linear infinite; transform-origin: center; }

/* ═══════════════════════════════════════════════════════════════
   HERO ALT — PORTADA  (web-only second hero, picked via the toggle)
   Text on cream at left · full-bleed group photo at right that pans
   side-to-side (same gentle sweep as the phone hero). Stars + para-
   sols drift over the photo. The light editorial counterpart to Cine.
   ═══════════════════════════════════════════════════════════════ */
.hero--split {
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  background: var(--cream); min-height: 100vh; min-height: 100svh;
}

/* LEFT — text column on cream */
.hsp-left {
  position: relative; z-index: 3; display: flex; align-items: center; overflow: hidden;
  padding: clamp(72px,9vh,120px) clamp(28px,4vw,64px) clamp(56px,7vh,96px) clamp(32px,5vw,84px);
}
.hsp-bigstar { position: absolute; top: -12%; left: -15%; z-index: 0; opacity: .4; pointer-events: none; }
.hsp-bigstar svg { display: block; animation: spin-slow 90s linear infinite; }
.hsp-textstars { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hsp-textstars .cine-star { position: absolute; }
.hsp-ts-1 { top: 15%; right: 13%; animation: star-drift 10s ease-in-out infinite, twinkle 5.4s ease-in-out infinite; }
.hsp-ts-2 { bottom: 24%; left: 7%;  animation: star-drift 12s ease-in-out infinite -2s, twinkle 6s ease-in-out infinite -1s; }
.hsp-ts-3 { top: 42%; left: 32%; opacity: .65; animation: star-drift 11s ease-in-out infinite -3s, twinkle 5.8s ease-in-out infinite -2s; }
.hsp-content { position: relative; z-index: 2; max-width: 560px; }

.hsp-badge {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .3em;
  text-transform: uppercase; color: var(--ink);
  background: rgba(233,124,123,.1); border: 1px solid rgba(233,124,123,.34);
  border-radius: 999px; padding: 7px 18px 7px 13px; margin-bottom: clamp(20px,2.4vw,28px);
  animation: badge-pop .7s cubic-bezier(.2,.8,.3,1) .1s both;
}
.hsp-badge span { font-family: var(--serif); font-style: italic; font-size: 30px; letter-spacing: 0; color: var(--coral); line-height: .9; }

.hsp-title { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0; line-height: .86; letter-spacing: -.018em; }
.hsp-saraos { display: block; font-size: clamp(60px, 8vw, 128px); }
/* inline-block so the line shrink-wraps its text → the hand-drawn underline
   maps to the word width (not the whole column). Underline geometry is left
   to the base .emph-underline rule (same as the subtitle, which reads right). */
.hsp-title .emph { display: inline-block; font-style: italic; color: var(--coral); font-size: clamp(40px, 5.6vw, 86px); margin-top: .12em; }
.hsp-firma {
  display: block; text-align: left; margin: .55em 0 0;
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(17px, 1.5vw, 24px); color: var(--ink-soft);
}
.hsp-firma::after { content: ''; display: block; width: 64px; height: 1.5px; margin: 9px 0 0;
  background: linear-gradient(90deg, var(--coral), transparent); }

.hsp-subtitle {
  font-family: var(--serif); font-weight: 500; color: var(--ink);
  font-size: clamp(23px, 2.6vw, 36px); line-height: 1.18; letter-spacing: -.01em;
  margin: clamp(26px,3vw,40px) 0 clamp(20px,2.4vw,28px);
}

.hsp-tags { list-style: none; margin: 0 0 clamp(28px,3.2vw,40px); padding: 0;
  display: flex; flex-wrap: wrap; gap: 9px; }
.hsp-tag { display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--ink);
  background: rgba(255,255,255,.6); border: 1px solid var(--hairline); border-radius: 999px; padding: 8px 14px; }
.hsp-tag-star { flex-shrink: 0; }

/* RIGHT — the group photo as an inset editorial plate (no fade): cream mat
   top + bottom, a rounded inner edge anchored to the screen edge, and a soft
   shadow for depth. The division reads as a deliberate, framed seam — the
   photo still pans gently inside it. */
.hsp-right { position: relative; overflow: visible; background: var(--cream); }
.hsp-photo {
  position: absolute; inset: clamp(24px,3vw,48px) 0 clamp(24px,3vw,48px) 0; z-index: 1;
  overflow: hidden; border-radius: 26px 0 0 26px;
  box-shadow: -36px 0 80px -38px rgba(94,92,94,.55);
}
/* thin cream inner ring frames the plate against the photo */
.hsp-photo::after {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(246,239,233,.6);
}
.hsp-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; animation: hero-pan 34s ease-in-out infinite; }
.hsp-stars { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hsp-stars .cine-star { position: absolute; filter: drop-shadow(0 1px 3px rgba(94,92,94,.4)); }
.hsp-s-1 { top: 14%; left: 30%; animation: star-drift 9.5s ease-in-out infinite, twinkle 5.4s ease-in-out infinite; }
.hsp-s-2 { top: 23%; right: 14%; animation: star-drift 11s ease-in-out infinite -2s, twinkle 6s ease-in-out infinite -1s; }
.hsp-s-3 { top: 52%; right: 9%;  animation: star-drift 10.5s ease-in-out infinite -1s, twinkle 5.6s ease-in-out infinite -2s; }
.hsp-s-4 { bottom: 17%; left: 33%; animation: star-drift 12.5s ease-in-out infinite -3s, twinkle 6.4s ease-in-out infinite -1.5s; }
.hsp-s-5 { bottom: 29%; right: 22%; animation: star-drift 10s ease-in-out infinite -4s, twinkle 5.2s ease-in-out infinite -3s; }
.hsp-s-6 { top: 40%; left: 17%; opacity: .68; animation: star-drift 13s ease-in-out infinite -1.5s, twinkle 7s ease-in-out infinite -4s; }
.hsp-parasols { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.hsp-conf { position: absolute; }
.hsp-cf-1 { top: 11%; right: 11%; --r: -14deg; animation: parasol-drift 8s ease-in-out infinite; }
.hsp-cf-2 { bottom: 15%; left: 13%; --r: 18deg;  animation: parasol-drift 9.5s ease-in-out infinite -3s; }
.hsp-cf-3 { top: 47%; right: 27%; --r: -6deg;  animation: parasol-drift 8.6s ease-in-out infinite -1.5s; }
/* scroll cue tucked under the text column */
.hsp-cue { left: clamp(32px,5vw,84px); transform: none; }

/* ═══════════════════════════════════════════════════════════════
   HERO 3 — CINEMATIC
   ═══════════════════════════════════════════════════════════════ */
.hero--cine { min-height: 100vh; min-height: 100svh; background: var(--ink-deep); }
.hero--cine .cine-photo { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hero--cine .cine-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%;
  animation: ken-burns 22s ease-in-out infinite alternate;
}
.cine-veil {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(ellipse 78% 60% at 50% 46%, rgba(40,30,28,.5), transparent 74%),
    linear-gradient(180deg, rgba(40,30,28,.6) 0%, rgba(40,30,28,.34) 32%, rgba(74,44,40,.5) 70%, rgba(40,28,26,.84) 100%);
}
.cine-parasols { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.cine-conf { position: absolute; bottom: 6%; }
.cine-conf.cc-1 { left: 12%; animation: parasol-rise 9s ease-in-out infinite; }
.cine-conf.cc-2 { left: 38%; animation: parasol-rise 11s ease-in-out infinite -3s; }
.cine-conf.cc-3 { left: 64%; animation: parasol-rise 10s ease-in-out infinite -5s; }
.cine-conf.cc-4 { left: 84%; animation: parasol-rise 12s ease-in-out infinite -7s; }
.cine-conf.cc-5 { left: 24%; animation: parasol-rise 13s ease-in-out infinite -2s; }
.cine-conf.cc-6 { left: 52%; animation: parasol-rise 10.5s ease-in-out infinite -8s; }
.cine-conf.cc-7 { left: 74%; animation: parasol-rise 11.5s ease-in-out infinite -4s; }

/* hero-wide moving star field (drift + twinkle) */
.cine-stars { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.cine-star { position: absolute; filter: drop-shadow(0 1px 3px rgba(40,28,26,.4)); will-change: transform, opacity; }
.cs-1  { top: 11%; left: 8%;   animation: star-drift 9s ease-in-out infinite, twinkle 5s ease-in-out infinite; }
.cs-2  { top: 19%; left: 23%;  animation: star-drift 11s ease-in-out infinite -2s, twinkle 6s ease-in-out infinite -1s; }
.cs-3  { top: 9%;  right: 13%; animation: star-drift 10s ease-in-out infinite -1s, twinkle 5.5s ease-in-out infinite -2s; }
.cs-4  { top: 25%; right: 7%;  animation: star-drift 12s ease-in-out infinite -3s, twinkle 6.5s ease-in-out infinite -1.5s; }
.cs-5  { top: 41%; left: 5%;   animation: star-drift 9.5s ease-in-out infinite -4s, twinkle 5.2s ease-in-out infinite -3s; }
.cs-6  { top: 47%; right: 6%;  animation: star-drift 11.5s ease-in-out infinite -2.5s, twinkle 6.2s ease-in-out infinite -2.5s; }
.cs-7  { top: 63%; left: 10%;  animation: star-drift 10.5s ease-in-out infinite -1.5s, twinkle 5.8s ease-in-out infinite -1s; }
.cs-8  { top: 69%; right: 12%; animation: star-drift 9s ease-in-out infinite -3.5s, twinkle 6s ease-in-out infinite -3s; }
.cs-9  { top: 81%; left: 19%;  animation: star-drift 12.5s ease-in-out infinite -2s, twinkle 5.4s ease-in-out infinite -2s; }
.cs-10 { top: 85%; right: 21%; animation: star-drift 10s ease-in-out infinite -5s, twinkle 6.4s ease-in-out infinite -1.5s; }
.cs-11 { top: 31%; left: 38%;  opacity: .6; animation: star-drift 13s ease-in-out infinite -1s, twinkle 7s ease-in-out infinite -4s; }
.cs-12 { top: 15%; right: 33%; opacity: .78; animation: star-drift 11s ease-in-out infinite -4.5s, twinkle 6.6s ease-in-out infinite -2s; }

.cine-center {
  position: relative; z-index: 5; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: clamp(96px,14vh,150px) clamp(24px,6vw,72px) clamp(80px,12vh,120px);
}
.cine-badge {
  display: inline-flex; align-items: center; gap: 13px;
  font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: .3em;
  text-transform: uppercase; color: var(--cream);
  background: rgba(40,28,26,.32); border: 1px solid rgba(246,239,233,.42);
  border-radius: 999px; padding: 8px 22px 8px 15px;
  margin-bottom: clamp(20px,2.6vw,30px); backdrop-filter: blur(3px);
  box-shadow: 0 6px 24px -10px rgba(40,28,26,.6);
  animation: badge-pop .7s cubic-bezier(.2,.8,.3,1) .1s both;
}
.cine-badge span { font-family: var(--serif); font-style: italic; font-size: 33px; letter-spacing: 0; color: #F4A99D; line-height: .9; }
.cine-badge-sep { width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
/* main brand title lockup — dominant focal point */
.cine-titleblock { display: inline-block; text-align: center; }
.cine-maintitle {
  font-family: var(--serif); font-weight: 500; color: var(--cream); margin: 0;
  line-height: .84; letter-spacing: -.018em;
  text-shadow: 0 1px 3px rgba(40,28,26,.6), 0 3px 10px rgba(40,28,26,.5), 0 4px 48px rgba(40,28,26,.55);
}
.cmt-saraos { display: block; font-size: clamp(64px, 11vw, 168px); }
.cine-maintitle .emph { display: block; font-style: italic; color: #F4A99D; font-size: clamp(48px, 8vw, 120px); margin-top: .03em; }
.cine-maintitle .emph-underline { bottom: -.06em; }
/* signature ("firma") below the title, right-aligned */
.cine-firma {
  display: block; text-align: right; margin: .65em .16em 0 0;
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: clamp(18px, 2vw, 28px); color: rgba(246,239,233,.92);
  text-shadow: 0 1px 3px rgba(40,28,26,.55), 0 2px 14px rgba(40,28,26,.5);
}
.cine-firma::after { content: ''; display: block; width: 70px; height: 1.5px; margin: 8px 0 0 auto;
  background: linear-gradient(90deg, transparent, rgba(244,169,157,.78)); }
/* subtitle (was the headline) — clearly secondary to the title */
.cine-subtitle {
  font-family: var(--serif); font-weight: 500; color: var(--cream);
  font-size: clamp(27px, 3.4vw, 48px); line-height: 1.14; letter-spacing: -.01em;
  margin: clamp(30px,3.8vw,52px) auto clamp(22px,2.8vw,34px);
  text-shadow: 0 1px 3px rgba(40,28,26,.6), 0 3px 10px rgba(40,28,26,.5), 0 4px 40px rgba(40,28,26,.5);
}
/* event meta pills (replace the plain detail sentence) */
.cine-tags { list-style: none; margin: 0 auto clamp(34px,4vw,50px); padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 660px; }
.cine-tag { display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--cream);
  background: rgba(40,28,26,.3); backdrop-filter: blur(6px);
  border: 1px solid rgba(246,239,233,.26); border-radius: 999px;
  padding: 9px 16px; text-shadow: 0 1px 6px rgba(40,28,26,.5);
  box-shadow: 0 6px 20px -12px rgba(40,28,26,.6); }
.cine-tag-star { flex-shrink: 0; }
.cine-tag-break { flex-basis: 100%; height: 0; margin: 0; padding: 0; border: 0; }
/* warm emphasis + underline for main title + subtitle on the dark photo */
.hero--cine .emph { color: #F4A99D; }
.hero--cine .emph-text { text-shadow: 0 1px 3px rgba(40,28,26,.6), 0 3px 10px rgba(40,28,26,.5), 0 4px 24px rgba(40,28,26,.5); }
/* Cine-scoped CTA — integrated, bespoke pill (other sections untouched) */
.hero--cine .cta {
  padding: 17px 26px 17px 32px; font-size: 16px; letter-spacing: .5px;
  background: var(--coral); border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(246,239,233,.32), 0 10px 34px -14px rgba(233,124,123,.65);
  transition: transform .38s cubic-bezier(.2,.7,.2,1), box-shadow .38s ease, background .25s ease;
}
.hero--cine .cta:hover {
  background: var(--coral-hover); transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(246,239,233,.55), 0 18px 46px -14px rgba(233,124,123,.82);
}
.hero--cine .cta-arrow {
  width: 30px; height: 30px; margin-left: 6px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(246,239,233,.16); transition: background .25s ease, transform .3s cubic-bezier(.2,.7,.2,1);
}
.hero--cine .cta:hover .cta-arrow { background: rgba(246,239,233,.3); transform: translateX(3px); }
.hero--cine .cta-arrow svg { width: 18px; height: 18px; }
.cine-cue {
  position: absolute; z-index: 5; bottom: 26px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid rgba(246,239,233,.55); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 7px;
}
.cine-cue-dot { width: 4px; height: 8px; border-radius: 2px; background: var(--cream); animation: cue-bounce 1.6s ease-in-out infinite; }

/* ═══════════════════════════════════════════════════════════════
   HERO TOGGLE — floating review tool (temporary)
   ═══════════════════════════════════════════════════════════════ */
.hero-toggle {
  position: fixed; z-index: 9999; right: 22px; bottom: 22px;
  display: flex; align-items: center; gap: 6px;
  background: rgba(63,61,63,.92); backdrop-filter: blur(8px);
  border: 1px solid rgba(246,239,233,.16); border-radius: 999px;
  padding: 7px 9px 7px 16px; box-shadow: 0 16px 40px -14px rgba(40,28,26,.6);
}
.ht-label { font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(246,239,233,.6); margin-right: 4px; }
.ht-btn {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  border: none; background: transparent; color: rgba(246,239,233,.7);
  font-family: var(--sans); font-size: 13px; padding: 7px 13px; border-radius: 999px;
  transition: background .18s ease, color .18s ease;
}
.ht-btn b { font-size: 11px; opacity: .65; }
.ht-btn:hover { color: var(--cream); background: rgba(246,239,233,.08); }
.ht-btn.active { background: var(--coral); color: #fff; }
.ht-btn.active b { opacity: .9; }
.ht-close { cursor: pointer; border: none; background: transparent; color: rgba(246,239,233,.45); font-size: 18px; line-height: 1; padding: 4px 8px; border-radius: 50%; transition: color .18s ease; }
.ht-close:hover { color: var(--cream); }

/* ═══════════════════════════════════════════════════════════════
   PAGE-WIDE MOTION PASS (existing sections, no layout change)
   ═══════════════════════════════════════════════════════════════ */

/* Includes cards — staggered lift + coral accent reveal on hover */
.include-card { transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.include-card .ic-bar { transition: width .4s cubic-bezier(.2,.7,.2,1), background .3s ease; }
.include-card:hover { transform: translateY(-6px); }
.include-card:hover .ic-bar { background: var(--coral); }
.include-card:hover .ic-star { animation: spin-slow 6s linear infinite; }
.include-card .ic-num { transition: color .3s ease; }
.include-card:hover .ic-num { color: var(--coral); }

/* Polaroids — gentle float + straighten on hover */
.polaroid { transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease; will-change: transform; }
.poly:hover .polaroid { transform: rotate(0deg) translateY(-8px) scale(1.03) !important; box-shadow: 0 28px 56px -22px rgba(94,92,94,.55); z-index: 5; }

/* WhatsApp testimonial shots — lift + lighten on hover */
.wa-shot { transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease; will-change: transform; }
.tm-shot:hover .wa-shot { transform: rotate(0deg) translateY(-6px) scale(1.02) !important; box-shadow: 0 26px 50px -22px rgba(94,92,94,.5); }

/* About photo — subtle hover scale within its frame */
.about-photo-frame { overflow: hidden; }
.about-photo-frame img { transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.about-photo:hover .about-photo-frame img { transform: scale(1.05); }
.about-photo-star { animation: float-bob 7.5s ease-in-out infinite; }

/* Price pill — soft attention pulse */
.price-pill { display: inline-block; animation: float-bob 5s ease-in-out infinite; }

/* Smooth anchor scrolling for the CTAs */
html { scroll-behavior: smooth; }

/* ─── reduced-motion: disable all non-essential movement ────── */
@media (prefers-reduced-motion: reduce) {
  .float-bob, .spin-slow, .price-pill,
  .hero--cine .cine-photo img, .hsp-photo img, .hsp-bigstar svg,
  .hsp-conf, .cine-conf, .sa-umb, .cine-cue-dot,
  .about-photo-star, .cine-star { animation: none !important; }
  .kw-in { animation: none !important; opacity: 1 !important; transform: none !important; }
  .emph-underline path { animation: none !important; stroke-dashoffset: 0 !important; }
  .cine-badge, .hsp-badge { animation: none !important; opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ═══════════════════════════════════════════════════════════════
   RESTYLE HEROES — mobile (must live here: motion.css loads after
   responsive.css, so these win over the desktop hero rules above)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 880px) {
  /* Portada is web-first; if shown on a phone (e.g. mid-resize) it stacks:
     a panning photo band on top, text below — graceful, not the primary view. */
  .hero--split { grid-template-columns: 1fr; min-height: auto; }
  .hsp-right { order: -1; height: 42vh; min-height: 300px; }
  .hsp-photo { inset: 0; border-radius: 0; box-shadow: none; }
  .hsp-photo::after { box-shadow: none; }
  .hsp-left { padding: clamp(30px,8vw,46px) var(--gutter) clamp(38px,9vw,56px); }
  .hsp-bigstar { display: none; }
  .hsp-saraos { font-size: clamp(52px, 15vw, 88px); }
  .hsp-title .emph { font-size: clamp(36px, 11vw, 62px); }
  .hsp-cf-3 { display: none; }
  .hsp-cue { display: none; }

  /* Cinematic: re-scale the (bigger) stack proportionally to fit a phone */
  .cmt-saraos { font-size: clamp(54px, 16vw, 94px); }
  .cine-maintitle .emph { font-size: clamp(40px, 12vw, 68px); }
  .cine-subtitle { font-size: clamp(23px, 6vw, 34px); margin-top: clamp(24px,5vw,36px); margin-bottom: clamp(18px,4.5vw,26px); }
  .cine-firma { font-size: clamp(15px, 4.2vw, 20px); }
  .cine-badge span { font-size: 27px; }
  .cine-tags { gap: 8px; margin-bottom: clamp(28px,6vw,40px); }
  .cine-tag { font-size: 11px; padding: 8px 13px; letter-spacing: .08em; }
  .cine-center { padding-top: clamp(92px, 15vh, 140px); padding-bottom: 76px; }
  .cine-conf.cc-4, .cine-conf.cc-7 { display: none; }
  .cs-3, .cs-6, .cs-11, .cs-12 { display: none; }   /* thin the star field on phone */
  /* photo pans left↔right so the full group photo is seen (slow + gentle) */
  .hero--cine .cine-photo img { animation: mobile-pan 32s ease-in-out infinite; }
}

@media (max-width: 520px) {
  .cmt-saraos { font-size: clamp(50px, 17vw, 76px); }
  .cine-maintitle .emph { font-size: clamp(38px, 12.5vw, 58px); }
  .cine-badge span { font-size: 24px; }
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER — drifting star field around the wordmark
   ═══════════════════════════════════════════════════════════════ */
.site-footer { position: relative; overflow: hidden; }
.footer-stars { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.footer-stars .cine-star { opacity: .55; }
.fs-1 { top: 18%; left: 6%;  animation: star-drift 10s ease-in-out infinite, twinkle 5s ease-in-out infinite; }
.fs-2 { top: 60%; left: 14%; animation: star-drift 12s ease-in-out infinite -2s, twinkle 6s ease-in-out infinite -1s; }
.fs-3 { top: 30%; left: 30%; animation: star-drift 11s ease-in-out infinite -3s, twinkle 5.5s ease-in-out infinite -2s; }
.fs-4 { top: 70%; left: 44%; animation: star-drift 13s ease-in-out infinite -1s, twinkle 6.5s ease-in-out infinite -1.5s; }
.fs-5 { top: 22%; right: 30%; animation: star-drift 10.5s ease-in-out infinite -4s, twinkle 5.2s ease-in-out infinite -3s; }
.fs-6 { top: 64%; right: 16%; animation: star-drift 12.5s ease-in-out infinite -2.5s, twinkle 6.2s ease-in-out infinite -2.5s; }
.fs-7 { top: 36%; right: 5%;  animation: star-drift 11.5s ease-in-out infinite -1.5s, twinkle 5.8s ease-in-out infinite -1s; }
.site-footer-inner, .site-footer .foot-credit { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════════════════
   POLAROID LIGHTBOX — click a photo to open it full-screen
   ═══════════════════════════════════════════════════════════════ */
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes lb-pop  { from { opacity: 0; transform: scale(.9) rotate(var(--tilt,0deg)); } to { opacity: 1; transform: scale(1) rotate(var(--tilt,0deg)); } }
.poly-lightbox {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center;
  padding: clamp(20px,5vw,64px); background: rgba(40,28,26,.82); backdrop-filter: blur(6px);
  animation: lb-fade .25s ease both; cursor: zoom-out;
}
.poly-lightbox-frame {
  margin: 0; background: #fff; padding: 14px 14px 46px; border-radius: 2px; cursor: default;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,.7); max-width: min(92vw, 760px); max-height: 88vh;
  display: flex; flex-direction: column; animation: lb-pop .4s cubic-bezier(.2,.8,.3,1) both;
}
.poly-lightbox-photo { overflow: hidden; background: var(--cream-deep); max-height: 72vh; }
.poly-lightbox-photo img { display: block; width: 100%; height: 100%; max-height: 72vh; object-fit: cover; }
.poly-lightbox-photo.is-wide { aspect-ratio: 4 / 3; }
/* testimonial notes: show the whole screenshot, never crop */
.is-note-frame { max-width: min(92vw, 560px); padding: 12px 12px 38px; }
.poly-lightbox-photo.is-note { overflow: visible; background: #fff; max-height: 80vh; }
.poly-lightbox-photo.is-note img { width: 100%; height: auto; max-height: 80vh; object-fit: contain; }
.poly-lightbox-cap {
  font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-soft);
  text-align: center; margin-top: 14px;
}
.poly-lightbox-close {
  position: fixed; top: 22px; right: 26px; z-index: 1001; width: 44px; height: 44px;
  border: 1px solid rgba(246,239,233,.4); border-radius: 50%; background: rgba(246,239,233,.08);
  color: var(--cream); font-size: 24px; line-height: 1; cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.poly-lightbox-close:hover { background: rgba(246,239,233,.2); transform: rotate(90deg); }
@media (prefers-reduced-motion: reduce) {
  .poly-lightbox, .poly-lightbox-frame { animation: none !important; }
  .poly-lightbox-close:hover { transform: none; }
}

/* ═══════════════════════════════════════════════════════════════
   PRICE — focused reservation "ticket" with a direct Stripe CTA
   ═══════════════════════════════════════════════════════════════ */
.price-inner { max-width: 720px; }
.price-ticket {
  position: relative;
  max-width: 540px;
  margin: clamp(32px,4vw,52px) auto 0;
  background: #FBF4EE;
  border-radius: 26px;
  padding: clamp(34px,4vw,52px) clamp(26px,3.4vw,46px);
  text-align: center;
  box-shadow: 0 30px 80px -28px rgba(63,61,63,.55);
}
/* punched ticket notches on the side edges */
.price-ticket::before,
.price-ticket::after {
  content: ""; position: absolute; top: 50%;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--rose); transform: translateY(-50%);
}
.price-ticket::before { left: -13px; }
.price-ticket::after  { right: -13px; }
.price-ticket-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(25px,3.2vw,29px);
  color: var(--ink-deep); line-height: 1; margin-bottom: 18px;
}
.price-ticket-lead {
  font-family: var(--sans); font-size: 16.5px; line-height: 1.62; color: var(--ink);
  margin: 0 auto 22px; max-width: 410px;
}
.price-ticket-lead em { color: var(--coral-hover); font-weight: 600; font-style: italic; }
.price-ticket-list {
  list-style: none; margin: 0 0 28px; padding: 22px 0; text-align: left;
  display: grid; gap: 14px;
  border-top: 1px solid var(--rose-soft); border-bottom: 1px solid var(--rose-soft);
}
.price-ticket-list li {
  display: flex; align-items: flex-start; gap: 11px;
  font-family: var(--sans); font-size: 15px; line-height: 1.45; color: var(--ink-deep);
}
.price-ticket-list li > svg { flex-shrink: 0; margin-top: 3px; }
/* coral pill CTA — mirrors the hero CTA */
.price-pay {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  background: var(--coral); color: #fff; text-decoration: none;
  font-family: var(--sans); font-size: 17px; font-weight: 600; letter-spacing: .02em;
  padding: 17px 32px; border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 14px 36px -14px rgba(233,124,123,.75);
  transition: background .2s ease, transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}
.price-pay:hover {
  background: var(--coral-hover); transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 20px 46px -14px rgba(233,124,123,.9);
}
.price-pay-arrow {
  width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.18); transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.price-pay:hover .price-pay-arrow { transform: translateX(3px); }
.price-ticket-fine {
  margin: 16px 0 0; font-family: var(--sans); font-size: 13px; color: var(--ink-soft); letter-spacing: .01em;
}
@media (max-width: 540px) {
  .price-ticket { padding: 34px 22px; }
  .price-ticket::before, .price-ticket::after { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   BRIDGE / transition pull-quotes — contained + ornamented
   (replaces the oversized full-width statement blocks)
   ═══════════════════════════════════════════════════════════════ */
.bridge-inner { max-width: 720px; margin: 0 auto; padding: 0 var(--gutter); text-align: center; }
.bridge-orn { display: inline-block; margin-bottom: 20px; line-height: 0; }
.bridge-orn svg { animation: twinkle 5s ease-in-out infinite; }
.bridge-quote {
  font-family: var(--serif); font-weight: 500; margin: 0;
  font-size: clamp(22px, 2.3vw, 30px); line-height: 1.42; letter-spacing: -.005em;
  color: var(--ink); text-wrap: balance;
}
.bridge-quote em { color: var(--coral); font-weight: 600; font-style: italic; }
.bridge-quote--alt { color: var(--ink-soft); font-size: clamp(20px, 2.05vw, 27px); }
.bridge .centered-cta { margin-top: 34px; }

/* ═══════════════════════════════════════════════════════════════
   ABOUT — closing statement as a full-width band under the 2 columns
   ═══════════════════════════════════════════════════════════════ */
.about-close-band {
  max-width: 880px; margin: clamp(44px,5vw,76px) auto 0;
  padding: clamp(34px,4vw,52px) var(--gutter) 0;
  border-top: 1px solid var(--hairline); text-align: center;
}
.about-close-orn { display: inline-block; margin-bottom: 16px; line-height: 0; }
.about-close-orn svg { animation: twinkle 5s ease-in-out infinite; }
.about-close-band .about-close {
  font-family: var(--serif); font-weight: 500; margin: 0 auto !important; max-width: none;
  font-size: clamp(22px, 2.1vw, 29px); line-height: 1.4; color: var(--ink); text-align: center;
}
.about-close-band .about-close em {
  display: block; margin-top: .28em; font-style: italic; color: var(--coral); font-weight: 600;
  font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; letter-spacing: -.005em;
}
@media (max-width: 880px) {
  .about-close-band { padding-top: clamp(28px,7vw,40px); margin-top: clamp(32px,8vw,52px); }
  .about-close-band .about-close { font-size: clamp(21px, 5.4vw, 28px); }
  .about-close-band .about-close em { font-size: clamp(26px, 7.4vw, 38px); }
}

/* ═══════════════════════════════════════════════════════════════
   SECTION ATMOSPHERE — a subtle drifting star/parasol field behind
   every content section (phone + web). Brings the rest of the page
   alive the same way the hero does, without touching any layout.
   Sits below content at z:0; content blocks render above it.
   ═══════════════════════════════════════════════════════════════ */
.sec-atmos { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.sec-atmos .cine-star { position: absolute; opacity: .5; will-change: transform, opacity; }
.sec-atmos .sa-umb { position: absolute; opacity: .5; }
.sa-s-1 { top: 14%; left: 7%;   animation: star-drift 10s ease-in-out infinite, twinkle 5.5s ease-in-out infinite; }
.sa-s-2 { top: 64%; left: 15%;  animation: star-drift 12s ease-in-out infinite -2s, twinkle 6s ease-in-out infinite -1s; }
.sa-s-3 { top: 28%; right: 10%; animation: star-drift 11s ease-in-out infinite -3s, twinkle 5.2s ease-in-out infinite -2s; }
.sa-s-4 { bottom: 18%; right: 17%; animation: star-drift 13s ease-in-out infinite -1s, twinkle 6.4s ease-in-out infinite -1.5s; }
.sa-umb-1 { bottom: 12%; left: 4%; --r: 14deg; animation: parasol-drift 9s ease-in-out infinite -2s; }
/* mirrored variant so neighbouring sections don't feel identical */
.sec-atmos--flip .sa-s-1 { left: auto; right: 7%; }
.sec-atmos--flip .sa-s-2 { left: auto; right: 15%; }
.sec-atmos--flip .sa-s-3 { right: auto; left: 10%; }
.sec-atmos--flip .sa-s-4 { right: auto; left: 17%; }
.sec-atmos--flip .sa-umb-1 { left: auto; right: 4%; }
/* lift the real content above the atmosphere layer */
.block > .prose-narrow, .includes-inner, .testimonios-grid, .price-inner,
.about-inner, .final-cta-inner, .bridge-inner, .first-sarao-intro,
.polaroid-stage, .about-close-band { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  .sa-s-1, .sa-s-2, .sa-s-3, .sa-s-4, .sa-umb-1 { animation: none !important; }
}

/* the hero toggle is a web-only review control */
@media (max-width: 880px) { .hero-toggle { display: none; } }
