:root {
  --aqua: #1cbfd2;
  --deep: #075b69;
  --coral: #f45b69;
  --pink: #ff89ad;
  --sun: #f6c64a;
  --leaf: #087a50;
  --cream: #fff6e5;
  --ink: #12383b;
  --demo-panel: #fff6e5;
  --demo-ink: #12383b;
  --demo-muted: #4d6868;
  --demo-accent: #f45b69;
  --demo-button: #f45b69;
  --demo-focus: #f6c64a;
  --demo-radius: 999px;
  --demo-title-font: 800 2rem/1.05 Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, sans-serif; overflow-x: hidden; }
body.locked { overflow: hidden; }
a, button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }

.opening { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; min-height: 100svh; padding: 24px; overflow: hidden; background: linear-gradient(160deg, #61dbe2, #1ab6d4 56%, #0687ac); transition: opacity .8s ease, visibility .8s ease; }
.opening.opened { opacity: 0; visibility: hidden; }
.opening-water { position: absolute; inset: -20%; background: repeating-radial-gradient(ellipse at 25% 20%, transparent 0 28px, rgb(255 255 255 / .15) 30px 31px, transparent 33px 68px); transform: rotate(-8deg); }
.opening-leaf { position: absolute; width: 190px; height: 390px; background: var(--leaf); border-radius: 100% 0 100% 0; opacity: .9; }
.leaf-one { top: -180px; left: -70px; transform: rotate(28deg); }
.leaf-two { right: -100px; bottom: -200px; transform: rotate(210deg); }
.resort-card { position: relative; width: min(520px, 92vw); padding: clamp(38px, 7vw, 72px); color: var(--deep); background: #fff8e8; border: 10px solid #fff; box-shadow: 0 30px 80px rgb(4 63 75 / .35); transform: rotate(-1.5deg); }
.resort-card::before { content: ''; position: absolute; inset: 12px; pointer-events: none; border: 1px solid rgb(7 91 105 / .22); }
.opening-kicker, .section-no { margin: 0 0 18px; font-size: .69rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.resort-card h1 { margin: 0; font-size: clamp(3.3rem, 11vw, 7rem); line-height: .77; letter-spacing: -.09em; text-transform: uppercase; }
.resort-card h1 span { color: var(--coral); font-family: Georgia, serif; font-style: italic; font-weight: 400; text-transform: none; letter-spacing: -.06em; }
.opening-date { margin: 30px 0 12px; font-weight: 800; letter-spacing: .24em; }
.opening-guest { max-width: 34ch; margin: 0 0 24px; line-height: 1.5; overflow-wrap: anywhere; }
.resort-card button, .tropical-button { display: inline-flex; justify-content: center; padding: 15px 22px; color: white; background: var(--coral); border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 10px 0 #c93f4f; transition: transform .18s ease, box-shadow .18s ease; }
.resort-card button:hover, .tropical-button:hover { transform: translateY(3px); box-shadow: 0 7px 0 #c93f4f; }
.resort-card small { display: block; margin-top: 24px; text-transform: uppercase; letter-spacing: .15em; }
.postcard-stamp { position: absolute; top: 28px; right: 28px; display: grid; place-items: center; width: 58px; height: 68px; color: white; background: var(--leaf); border: 5px dotted #fff8e8; font-weight: 800; text-align: center; }

.music-control { position: fixed; right: 18px; bottom: 18px; z-index: 1000; display: flex; align-items: center; gap: 9px; padding: 10px 14px; color: var(--deep); background: rgb(255 246 229 / .92); border: 1px solid rgb(7 91 105 / .2); border-radius: 999px; box-shadow: 0 10px 30px rgb(0 61 74 / .16); cursor: pointer; }
.music-control[hidden] { display: none; }
.music-disc { width: 11px; height: 11px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgb(244 91 105 / .18); }
.music-control.is-playing .music-disc { animation: pulse 1.6s ease-in-out infinite; }
.music-label { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; padding: 24px clamp(24px, 6vw, 90px) clamp(58px, 9vw, 110px); color: white; overflow: hidden; background: linear-gradient(90deg, rgb(0 54 70 / .74), rgb(0 96 116 / .12)), url('fondo.png') center / cover; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(4 72 83 / .74), transparent 54%); }
.island-nav { position: absolute; z-index: 2; top: 24px; left: clamp(24px, 6vw, 90px); right: clamp(24px, 6vw, 90px); display: flex; justify-content: flex-end; gap: 22px; padding-bottom: 16px; border-bottom: 1px solid rgb(255 255 255 / .45); }
.island-nav a { font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.hero-copy { position: relative; z-index: 2; width: min(900px, 100%); }
.eyebrow { font-size: .7rem; font-weight: 800; letter-spacing: .21em; text-transform: uppercase; }
.hero h2 { margin: 12px 0 24px; font-size: clamp(4.3rem, 13vw, 11rem); line-height: .72; letter-spacing: -.085em; }
.hero h2 span { display: block; color: var(--sun); font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.hero-date { font-weight: 800; letter-spacing: .16em; }
.hero-date i { color: var(--pink); }
.guest-ticket { width: min(590px, 100%); margin: 26px 0; padding: 18px 22px; color: var(--deep); background: rgb(255 246 229 / .94); border-left: 7px solid var(--coral); }
.guest-ticket p { margin: 0 0 6px; line-height: 1.45; overflow-wrap: anywhere; }
.guest-ticket strong { color: var(--coral); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.scroll-cue { font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.hero-sun { position: absolute; z-index: 1; top: 13%; right: 9%; width: 180px; height: 180px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 28px rgb(246 198 74 / .16); }
.hibiscus { position: absolute; z-index: 2; width: 90px; aspect-ratio: 1; background: var(--pink); clip-path: polygon(50% 0, 62% 34%, 100% 22%, 70% 50%, 100% 78%, 62% 66%, 50% 100%, 38% 66%, 0 78%, 30% 50%, 0 22%, 38% 34%); }
.hibiscus-a { top: 25%; left: -25px; transform: rotate(-12deg); }
.hibiscus-b { right: 4%; bottom: -24px; width: 120px; background: var(--coral); transform: rotate(20deg); }

.welcome { display: grid; grid-template-columns: .5fr 1.4fr 1fr; gap: 5vw; padding: clamp(80px, 12vw, 160px) clamp(24px, 7vw, 110px); align-items: end; }
.welcome h2, .section-heading h2, .location h2, .dress h2, .envelope-section h2, .rsvp h2 { margin: 0; font: 400 clamp(2.7rem, 6vw, 6rem)/.94 Georgia, serif; letter-spacing: -.055em; }
.tropical-film { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; padding: clamp(80px, 11vw, 150px) clamp(24px, 7vw, 110px); color: var(--cream); background: var(--deep); }
.film-poster { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 28% 30%, var(--sun) 0 9%, transparent 10%), linear-gradient(145deg, var(--aqua), #075b69); border-radius: 48% 52% 7% 7%; box-shadow: 18px 18px 0 rgb(244 91 105 / .35); }
.film-poster::after { content: ''; position: absolute; inset: auto -8% -35% 35%; width: 72%; aspect-ratio: 1; background: var(--leaf); border-radius: 55% 0 55% 0; rotate: -25deg; }
.film-poster span { font-size: clamp(3.8rem, 10vw, 8rem); font-weight: 900; letter-spacing: -.08em; z-index: 1; }
.film-poster i { position: absolute; right: 25px; top: 20px; font: 400 3rem Georgia, serif; }
.tropical-film h2 { margin: 0 0 22px; font: 400 clamp(2.8rem, 6vw, 6rem)/.9 Georgia, serif; }
.tropical-film.is-playing .film-poster { animation: filmPulse 1.8s ease-in-out infinite alternate; }
.location-stops { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.location-stops p { margin: 0; padding: 13px; border: 1px solid rgb(18 56 59 / .2); }
.welcome > p:last-child { max-width: 34ch; margin: 0; line-height: 1.8; }
.handwritten { margin: 0 0 18px; color: var(--coral); font: italic 1.2rem Georgia, serif; }

.countdown-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; padding: clamp(52px, 7vw, 90px) clamp(24px, 7vw, 110px); color: white; background: var(--coral); }
.countdown-band h2 { margin: 0; font: 400 clamp(2rem, 4vw, 4.3rem)/1 Georgia, serif; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; }
.countdown div { padding: 10px 18px; border-left: 1px solid rgb(255 255 255 / .45); }
.countdown strong { display: block; font-size: clamp(1.8rem, 4.6vw, 4rem); line-height: 1; }
.countdown span { font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }

/* Aloha countdown: editorial resort treatment, shared by preview and public runtime. */
.countdown-band { position: relative; isolation: isolate; grid-template-columns: minmax(12rem, .72fr) minmax(0, 1.28fr); align-items: center; overflow: hidden; padding-block: clamp(4.4rem, 9vw, 8rem); background: linear-gradient(120deg, #075b69 0%, #087a80 48%, #f45b69 140%); box-shadow: inset 0 1px 0 rgb(255 255 255 / .25), inset 0 -18px 0 rgb(7 91 105 / .12); }
.countdown-band::before { content: ''; position: absolute; z-index: -2; top: -38%; right: -8%; width: clamp(15rem, 36vw, 32rem); aspect-ratio: 1; border: 1px solid rgb(255 246 229 / .35); border-radius: 46% 54% 58% 42%; box-shadow: 0 0 0 1.25rem rgb(246 198 74 / .12), 0 0 0 3rem rgb(255 137 173 / .08); transform: rotate(18deg); }
.countdown-band::after { content: ''; position: absolute; z-index: -1; right: 22%; bottom: -42%; width: 22rem; aspect-ratio: 1; background: rgb(28 191 210 / .28); border-radius: 50% 50% 12% 88%; transform: rotate(-22deg); }
.countdown-band > div:first-child { position: relative; z-index: 1; max-width: 20rem; }
.countdown-band > div:first-child::after { content: ''; display: block; width: 4.5rem; height: .28rem; margin-top: 1.7rem; background: var(--sun); border-radius: 999px; box-shadow: 1.2rem 0 0 rgb(255 137 173 / .75); }
.countdown-band .section-no { margin-bottom: 1rem; color: var(--sun); letter-spacing: .24em; }
.countdown-band h2 { max-width: 8ch; font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .9; letter-spacing: -.055em; text-wrap: balance; text-shadow: .08em .08em 0 rgb(7 91 105 / .22); }
.countdown { position: relative; z-index: 1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.55rem, 1.5vw, 1rem); align-items: stretch; counter-reset: countdown-unit; }
.countdown div { position: relative; min-width: 0; min-height: clamp(7.4rem, 13vw, 10.5rem); display: grid; align-content: center; justify-items: center; gap: .55rem; padding: 1.25rem .7rem 1rem; overflow: hidden; border: 1px solid rgb(255 246 229 / .72); border-radius: 1.5rem .45rem 1.5rem .45rem; background: linear-gradient(155deg, rgb(255 250 239 / .98), rgb(255 246 229 / .88)); color: var(--deep); box-shadow: .55rem .65rem 0 rgb(244 91 105 / .35), 0 1.5rem 2.5rem rgb(4 63 75 / .2); counter-increment: countdown-unit; transform: translateY(calc((var(--countdown-index, 0) * 1px)));
}
.countdown div:nth-child(2) { transform: translateY(.7rem); }
.countdown div:nth-child(3) { transform: translateY(-.25rem); }
.countdown div:nth-child(4) { transform: translateY(.45rem); }
.countdown div::before { content: '0' counter(countdown-unit); position: absolute; top: .7rem; left: .75rem; color: var(--coral); font-size: .54rem; font-weight: 800; letter-spacing: .12em; }
.countdown strong { color: var(--deep); font: 800 clamp(2.35rem, 5vw, 4.8rem)/.82 Arial, sans-serif; letter-spacing: -.09em; }
.countdown span { color: rgb(7 91 105 / .72); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.countdown-message { grid-column: 1 / -1; margin: 0; padding: clamp(1.4rem, 3vw, 2.5rem); border: 1px solid rgb(255 246 229 / .7); border-radius: 1.5rem .45rem 1.5rem .45rem; background: rgb(255 246 229 / .94); color: var(--deep); font: italic 400 clamp(1.4rem, 3vw, 2.4rem)/1.15 Georgia, serif; text-align: center; box-shadow: .55rem .65rem 0 rgb(244 91 105 / .35); }

.itinerary { padding: clamp(80px, 11vw, 150px) clamp(24px, 7vw, 110px); background: #fffaf0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 62px; }
.itinerary ol { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; border-top: 2px solid var(--deep); }
.itinerary li { position: relative; padding: 34px 24px 28px 0; border-right: 1px solid rgb(18 56 59 / .18); }
.itinerary li::before { content: ''; position: absolute; top: -8px; left: 0; width: 14px; height: 14px; background: var(--sun); border: 2px solid var(--deep); border-radius: 50%; }
.itinerary time { display: block; margin-bottom: 26px; color: var(--coral); font-size: 1.7rem; font-weight: 800; }
.itinerary span { display: block; font: 400 1.5rem Georgia, serif; }
.itinerary small { display: block; margin-top: 9px; line-height: 1.5; }

/* Aloha itinerary: a grounded editorial route instead of a floating rule. */
.itinerary { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(5rem, 9vw, 8.5rem); background: linear-gradient(145deg, #fffaf0 0%, #fff6e5 58%, #e7fbf7 100%); }
.itinerary::before { content: ''; position: absolute; z-index: -1; top: -8rem; right: -7rem; width: clamp(16rem, 36vw, 30rem); aspect-ratio: 1; border: 1px solid rgb(28 191 210 / .28); border-radius: 58% 42% 68% 32%; box-shadow: 0 0 0 1.2rem rgb(28 191 210 / .08), 0 0 0 2.6rem rgb(244 91 105 / .06); transform: rotate(19deg); }
.itinerary::after { content: ''; position: absolute; z-index: -1; bottom: -8rem; left: -5rem; width: 18rem; aspect-ratio: 1.35; background: rgb(246 198 74 / .18); border-radius: 50% 50% 8% 92%; transform: rotate(-18deg); }
.itinerary .section-heading { width: min(100%, 72rem); display: grid; grid-template-columns: minmax(8rem, .55fr) minmax(0, 1.45fr); align-items: end; gap: clamp(1rem, 4vw, 4rem); margin: 0 auto clamp(2.8rem, 6vw, 5rem); }
.itinerary .section-heading .section-no { align-self: start; margin: .45rem 0 0; color: var(--coral); letter-spacing: .22em; }
.itinerary .section-heading h2 { max-width: 12ch; color: var(--deep); font-size: clamp(3rem, 7vw, 6.5rem); line-height: .82; letter-spacing: -.07em; }
.itinerary .section-heading .builder-aloha-intro { grid-column: 2; max-width: 42ch; margin: 1.1rem 0 0; color: var(--demo-muted); font-size: .82rem; line-height: 1.7; }
.itinerary ol { position: relative; width: min(100%, 72rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); gap: clamp(.8rem, 2vw, 1.25rem); margin: 0 auto; padding: 2.2rem 0 0; border: 0; }
.itinerary ol::before { content: ''; position: absolute; z-index: -1; top: .75rem; right: 1.5rem; left: 1.5rem; height: .18rem; background: linear-gradient(90deg, var(--aqua), var(--coral), var(--sun)); border-radius: 999px; opacity: .85; }
.itinerary li { min-width: 0; display: flex; flex-direction: column; min-height: 14.5rem; padding: 1.4rem 1.25rem 1.25rem; border: 1px solid rgb(8 59 75 / .15); border-top: 4px solid var(--aqua); border-right: 0; border-radius: 1.15rem .35rem 1.15rem .35rem; background: rgb(255 250 240 / .82); box-shadow: .45rem .55rem 0 rgb(244 91 105 / .18), 0 1.2rem 2.4rem rgb(8 59 75 / .08); }
.itinerary li:nth-child(2n) { margin-top: .8rem; border-top-color: var(--coral); transform: rotate(.35deg); }
.itinerary li:nth-child(3n) { border-top-color: var(--sun); transform: rotate(-.25deg); }
.itinerary li::before { top: -2.62rem; left: 1.35rem; width: .78rem; height: .78rem; background: var(--cream); border: 3px solid var(--coral); box-shadow: 0 0 0 .28rem rgb(244 91 105 / .14); }
.itinerary li:nth-child(2n)::before { border-color: var(--aqua); }
.itinerary li:nth-child(3n)::before { border-color: var(--sun); }
.itinerary time { order: 0; display: inline-flex; align-items: center; width: fit-content; min-height: 2rem; margin: 0 0 1.3rem; padding: .42rem .7rem; color: var(--deep); background: rgb(28 191 210 / .13); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.itinerary span { order: 1; color: var(--deep); font: 400 clamp(1.55rem, 3vw, 2.25rem)/.96 Georgia, serif; letter-spacing: -.04em; overflow-wrap: anywhere; }
.itinerary small { order: 2; display: block; margin: auto 0 0; padding-top: 1rem; color: var(--demo-muted); border-top: 1px solid rgb(8 59 75 / .14); font-size: .72rem; line-height: 1.55; overflow-wrap: anywhere; }

.location { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 720px; background: #0b7f87; color: white; }
.location-visual { position: relative; min-height: 560px; background: linear-gradient(rgb(0 89 106 / .08), rgb(0 89 106 / .5)), url('fondo.png') center / cover; overflow: hidden; }
.pool-ring { position: absolute; right: 13%; bottom: 15%; width: 190px; aspect-ratio: 1; border: 35px solid var(--pink); border-radius: 50%; box-shadow: inset 0 0 0 7px rgb(255 255 255 / .35), 0 18px 40px rgb(0 0 0 / .2); transform: rotate(-12deg) scaleY(.78); }
.map-pin { position: absolute; top: 22%; left: 24%; width: 48px; height: 48px; background: var(--sun); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-pin::after { content: ''; position: absolute; inset: 15px; background: #0b7f87; border-radius: 50%; }
.location-copy { align-self: center; padding: clamp(58px, 8vw, 120px); }
.location-copy > p:not(.section-no) { max-width: 35ch; margin: 28px 0; line-height: 1.8; }
.action-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-action { font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-decoration: underline; text-underline-offset: 6px; text-transform: uppercase; }

/* Aloha locations: each destination owns its content and wayfinding actions. */
.location { min-height: 0; }
.location-copy { padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 6vw, 6.5rem); }
.location-copy > h2 { max-width: 9ch; margin-top: .45rem; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .86; letter-spacing: -.065em; }
.location-copy > p:not(.section-no) { max-width: 42ch; margin: 1.2rem 0 2.1rem; }
.aloha-location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(.75rem, 1.8vw, 1.1rem); margin: 0; }
.aloha-location-card { position: relative; min-width: 0; display: flex; flex-direction: column; min-height: 15rem; padding: 1.25rem 1.2rem 1.1rem; overflow: hidden; border: 1px solid rgb(255 246 229 / .55); border-left: 4px solid var(--aqua); border-radius: 1.2rem .35rem 1.2rem .35rem; background: linear-gradient(145deg, rgb(255 250 240 / .98), rgb(255 246 229 / .9)); color: var(--deep); box-shadow: .45rem .55rem 0 rgb(244 91 105 / .25), 0 1.2rem 2rem rgb(4 63 75 / .16); }
.aloha-location-card:nth-child(2n) { border-left-color: var(--coral); transform: translateY(.65rem); }
.aloha-location-card:nth-child(3n) { border-left-color: var(--sun); }
.aloha-location-card::after { content: ''; position: absolute; right: -1.6rem; bottom: -2rem; width: 6rem; aspect-ratio: 1; border: 1px solid rgb(28 191 210 / .25); border-radius: 50%; pointer-events: none; }
.aloha-location-type { margin: 0 0 .9rem; color: var(--coral); font-size: .58rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.aloha-location-card h3 { max-width: 16ch; margin: 0; font: 400 clamp(1.45rem, 3vw, 2.25rem)/.98 Georgia, serif; letter-spacing: -.04em; overflow-wrap: anywhere; }
.aloha-location-venue { margin: .45rem 0 0; color: var(--deep); font-size: .82rem; font-weight: 800; line-height: 1.35; overflow-wrap: anywhere; }
.aloha-location-details { margin: .8rem 0 0; color: var(--demo-muted); font-size: .7rem; line-height: 1.55; overflow-wrap: anywhere; }
.aloha-location-actions { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: auto; padding-top: 1rem; }
.aloha-location-actions .tropical-button { min-height: 2rem; padding: .55rem .7rem; border: 1px solid rgb(7 91 105 / .28); background: transparent; color: var(--deep); box-shadow: none; font-size: .57rem; letter-spacing: .06em; text-transform: uppercase; }
.aloha-location-actions .tropical-button:hover { color: white; background: var(--coral); border-color: var(--coral); transform: translateY(-1px); box-shadow: none; }
.aloha-location-subtitle { margin: clamp(2.5rem, 5vw, 4rem) 0 1rem; color: var(--cream); font: 400 clamp(1.6rem, 3.5vw, 2.6rem)/1 Georgia, serif; }
.aloha-accommodations { grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
.aloha-accommodation-card { min-height: 17rem; border: 1px solid rgb(255 246 229 / .72); border-top: 4px solid var(--coral); border-left: 0; border-radius: 1.35rem .45rem 1.35rem .45rem; background: radial-gradient(circle at 100% 0, rgb(28 191 210 / .2), transparent 42%), linear-gradient(145deg, rgb(255 250 240 / .98), rgb(246 198 74 / .22)); box-shadow: .55rem .7rem 0 rgb(8 122 80 / .18), 0 1.5rem 2.7rem rgb(4 63 75 / .14); }
.aloha-accommodation-card:nth-child(2n) { transform: none; }
.aloha-accommodation-card::before { content: 'STAY / ALOHA'; position: absolute; top: 1.05rem; right: 1.15rem; color: var(--deep); font-size: .5rem; font-weight: 800; letter-spacing: .16em; opacity: .62; }
.aloha-accommodation-card .aloha-location-type { color: var(--deep); }
.aloha-accommodation-card h3 { max-width: 18ch; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.aloha-stay-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .45rem .8rem; margin-top: 1rem; padding-top: .85rem; border-top: 1px solid rgb(8 59 75 / .14); }
.aloha-stay-details p { min-width: 0; margin: 0; color: var(--demo-muted); font-size: .7rem; line-height: 1.5; overflow-wrap: anywhere; }
.aloha-stay-address { grid-column: 1 / -1; color: var(--deep) !important; font-weight: 700; }
.aloha-stay-description, .aloha-stay-notes { grid-column: 1 / -1; }
.aloha-stay-code { color: var(--coral) !important; font-weight: 800; letter-spacing: .06em; }
.aloha-accommodation-card .aloha-location-actions .tropical-button:first-child { color: white; background: var(--coral); border-color: var(--coral); box-shadow: 0 .25rem 0 #c93f4f; }
.aloha-accommodation-card .aloha-location-actions .tropical-button:first-child:hover { background: #d94759; }
.aloha-logistics-links { margin-top: 1.5rem; }

.pool-note { position: relative; padding: clamp(80px, 12vw, 160px) clamp(24px, 7vw, 110px); text-align: center; overflow: hidden; }
.pool-title { display: flex; justify-content: center; align-items: center; gap: 24px; color: var(--deep); font-size: clamp(4rem, 13vw, 11rem); font-weight: 900; letter-spacing: -.09em; }
.pool-title i { color: var(--coral); font: italic 400 .5em Georgia, serif; }
.pool-tips { display: flex; justify-content: center; gap: 46px; margin-top: 36px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

.dress { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 7vw; padding: clamp(70px, 10vw, 140px) clamp(24px, 7vw, 110px); background: #f7c84d; overflow: hidden; }
.dress::before { content: 'ALOHA / STYLE NOTE'; position: absolute; top: 28px; right: clamp(24px, 7vw, 110px); color: rgb(5 109 104 / .5); font: 700 .66rem/1 Arial, sans-serif; letter-spacing: .18em; }
.dress-copy { display: grid; gap: 14px; align-content: center; }
.dress-copy > p:not(.section-no) { max-width: 37ch; margin: 0; line-height: 1.75; }
.dress-copy h2 { margin-bottom: 4px; }
.dress figure { margin: 0; padding: 18px; background: var(--cream); transform: rotate(2deg); box-shadow: 15px 18px 0 rgb(7 122 80 / .22); }
.dress figure[hidden] { display: none; }
.dress[data-dress-code-image="empty"] { grid-template-columns: minmax(0, 1fr); }
.dress[data-dress-code-image="empty"] .dress-copy { max-width: 58rem; }
.dress img { display: block; width: 100%; max-height: 630px; object-fit: cover; }
.dress figcaption { padding: 12px 4px 0; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dress-palette-group { margin-top: 14px; }
.dress-palette-label { margin: 0 0 8px; color: rgb(5 109 104 / .78); font: 700 .64rem/1.2 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.dress-palette-avoided .dress-palette-label { color: rgb(157 65 47 / .82); }
.swatches { display: flex; gap: 9px; margin-top: 0; }
.swatches i { width: 34px; height: 34px; border: 3px solid var(--cream); border-radius: 50%; background: var(--coral); }
.swatches i:nth-child(2) { background: var(--aqua); }.swatches i:nth-child(3) { background: var(--leaf); }.swatches i:nth-child(4) { background: var(--pink); }.swatches i:nth-child(5) { background: var(--cream); }

.dress-reference-media-hint { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 8px 0 24px; padding: 16px 18px; border: 1px solid rgb(7 122 80 / .18); border-radius: 18px; background: rgb(255 250 236 / .7); }
.dress-reference-media-hint p { margin: 4px 0 0; color: rgb(33 74 69 / .72); font-size: .86rem; }
.dress-reference-media-hint button { flex: 0 0 auto; border: 1px solid var(--deep); border-radius: 999px; padding: 10px 15px; background: transparent; color: var(--deep); font: 700 .72rem/1 Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }

.postcards { display: grid; grid-template-columns: 1fr 1.25fr .85fr; gap: clamp(14px, 3vw, 44px); padding: clamp(80px, 11vw, 150px) clamp(24px, 5vw, 80px); background: var(--deep); }
.postcard-card { min-height: 460px; display: flex; justify-content: space-between; align-items: flex-end; padding: 24px; color: white; background: url('fondo.png') center / cover; border: 10px solid var(--cream); }
.postcard-card:nth-child(2) { min-height: 610px; background-position: 50% 75%; transform: translateY(-30px) rotate(-1deg); }
.postcard-card:nth-child(3) { background-position: 100% 20%; transform: rotate(2deg); }
.postcard-card span { font-weight: 800; }.postcard-card p { font: italic 1.5rem Georgia, serif; }

.envelope-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 130px); }
.envelope-section p:last-child { max-width: 46ch; line-height: 1.75; }
.css-envelope { position: relative; width: min(390px, 100%); aspect-ratio: 1.5; background: #f9b08c; box-shadow: 18px 18px 0 rgb(244 91 105 / .22); overflow: hidden; }
.css-envelope::before, .css-envelope::after { content: ''; position: absolute; inset: 0; background: var(--coral); clip-path: polygon(0 0, 50% 58%, 100% 0); opacity: .42; }
.css-envelope::after { clip-path: polygon(0 100%, 50% 42%, 100% 100%); opacity: .28; }
.css-envelope span { position: absolute; z-index: 2; top: 45%; left: 50%; display: grid; place-items: center; width: 62px; height: 62px; color: white; background: var(--coral); border-radius: 50%; font: 700 1.5rem Georgia, serif; transform: translate(-50%, -50%); }

.social-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px clamp(24px, 7vw, 110px); color: white; background: var(--leaf); }
.social-strip p, .social-strip strong { margin: 0; }.social-strip strong { font: italic 1.6rem Georgia, serif; }.social-strip a { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rsvp { position: relative; min-height: 700px; display: grid; place-content: center; justify-items: center; padding: 90px 24px; color: white; text-align: center; background: var(--coral); overflow: hidden; }
.rsvp h2 { font-size: clamp(4rem, 10vw, 9rem); }.rsvp > p:not(.section-no) { margin: 28px 0; }.rsvp .tropical-button { color: var(--deep); background: var(--sun); box-shadow: 0 10px 0 #cd9720; }
.rsvp-flower { position: absolute; right: -70px; bottom: -90px; width: 330px; aspect-ratio: 1; background: var(--pink); clip-path: polygon(50% 0, 62% 34%, 100% 22%, 70% 50%, 100% 78%, 62% 66%, 50% 100%, 38% 66%, 0 78%, 30% 50%, 0 22%, 38% 34%); opacity: .5; }
footer { padding: 38px 24px; color: white; background: #063c43; text-align: center; }
footer b, footer span { display: block; letter-spacing: .15em; } footer span { margin-top: 8px; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

@keyframes pulse { 50% { transform: scale(.7); opacity: .55; } }

@media (max-width: 730px) {
  .resort-card { padding: 50px 26px 34px; transform: none; }.postcard-stamp { top: 14px; right: 14px; width: 48px; height: 54px; font-size: .75rem; }
  .island-nav { justify-content: space-between; gap: 10px; }.hero { min-height: 100svh; padding: 92px 20px 48px; background-position: 56% center; }.hero h2 { font-size: clamp(4.2rem, 22vw, 7rem); }.hero-sun { width: 100px; height: 100px; top: 16%; right: 8%; }.hibiscus-a { display: none; }
  .welcome { grid-template-columns: 1fr; gap: 22px; padding: 80px 24px; }.welcome h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .countdown-band { grid-template-columns: 1fr; padding: 58px 20px; }.countdown { margin-inline: -8px; }.countdown div { padding: 8px; }.countdown strong { font-size: clamp(1.65rem, 9vw, 2.8rem); }.countdown span { font-size: .52rem; }
  .tropical-film { grid-template-columns: 1fr; padding: 76px 24px; }.film-poster { min-height: 420px; }.location-stops { grid-template-columns: 1fr; }
  .section-heading { display: block; margin-bottom: 42px; }.itinerary { padding: 80px 24px; }.itinerary ol { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--deep); }.itinerary li { padding: 6px 0 40px 28px; border-right: 0; }.itinerary li::before { top: 3px; left: -8px; }
  .location { grid-template-columns: 1fr; }.location-visual { min-height: 48svh; }.location-copy { padding: 66px 24px 76px; }.action-row { align-items: flex-start; flex-direction: column; }
  .pool-note { padding: 84px 16px; }.pool-title { gap: 9px; font-size: 18vw; }.pool-tips { flex-direction: column; gap: 9px; font-size: .72rem; }
  .dress, .dress[data-dress-code-image="empty"] { grid-template-columns: 1fr; padding: 76px 24px; }.dress::before { right: 24px; }.dress figure { margin-top: 20px; box-shadow: 10px 12px 0 rgb(7 122 80 / .22); }.dress img { max-height: 480px; }.dress-reference-media-hint { align-items: flex-start; flex-direction: column; }
  .postcards { grid-template-columns: 1fr 1fr; padding: 80px 18px; }.postcard-card { min-height: 340px; border-width: 7px; }.postcard-card:nth-child(2) { min-height: 420px; transform: translateY(20px) rotate(-1deg); }.postcard-card:nth-child(3) { grid-column: 1 / -1; min-height: 280px; margin-top: 30px; }
  .envelope-section { grid-template-columns: 1fr; padding: 90px 24px; }.css-envelope { width: 90%; }
  .social-strip { align-items: flex-start; flex-direction: column; padding-block: 40px; }.rsvp { min-height: 78svh; }.rsvp-flower { width: 210px; }
}
@keyframes filmPulse { to { filter: saturate(1.25) brightness(1.08); transform: scale(.995); } }
.island-pass{position:relative;z-index:1;width:min(560px,100%);margin:30px auto;text-align:left}.island-pass-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:12px}.island-pass-tabs button{padding:9px 14px;color:var(--deep);background:transparent;border:1px solid var(--deep);border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.island-pass-tabs button[aria-pressed=true]{color:#fff;background:var(--deep)}.island-pass article{min-height:190px;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;padding:26px;color:var(--deep);background:linear-gradient(135deg,#fff6e5,#f7c84d);border:2px solid var(--deep);border-radius:25px 4px 25px 4px;box-shadow:10px 12px 0 rgb(7 122 80 / .2)}.island-pass article[hidden]{display:none}.island-pass article strong,.island-pass article small,.island-pass article span{display:block;letter-spacing:.1em}.island-pass article strong{font:400 1.7rem Georgia,serif}.island-code{width:105px;aspect-ratio:1;background:repeating-conic-gradient(var(--deep) 0 25%,transparent 0 50%) 0 0/18px 18px;border:10px solid #fff}

@media (max-width: 390px) {
  .resort-card h1 { font-size: 3.3rem; }.opening-guest { max-width: 25ch; }.hero h2 { font-size: 4.1rem; }.guest-ticket { padding: 15px; }.island-nav a { font-size: .58rem; }.postcards { grid-template-columns: 1fr; }.postcard-card:nth-child(2), .postcard-card:nth-child(3) { grid-column: auto; min-height: 340px; margin: 0; transform: none; }
}
@media(max-width:600px){.island-pass article{grid-template-columns:80px 1fr;padding:20px}.island-code{width:72px;border-width:7px}}

@media (max-width: 730px) {
  .itinerary { padding: 5.2rem 1.25rem 5.8rem; }
  .itinerary .section-heading { grid-template-columns: 1fr; gap: .65rem; margin-bottom: 2.8rem; }
  .itinerary .section-heading .section-no { margin: 0; }
  .itinerary .section-heading h2 { max-width: 10ch; font-size: clamp(3.3rem, 15vw, 5.3rem); }
  .itinerary .section-heading .builder-aloha-intro { grid-column: auto; margin-top: .35rem; }
  .itinerary ol { grid-template-columns: 1fr; gap: 1rem; padding: 0 0 0 1.2rem; }
  .itinerary ol::before { top: .35rem; bottom: .35rem; left: .33rem; right: auto; width: .18rem; height: auto; background: linear-gradient(180deg, var(--aqua), var(--coral), var(--sun)); }
  .itinerary li, .itinerary li:nth-child(2n), .itinerary li:nth-child(3n) { min-height: 0; margin: 0; padding: 1.15rem 1rem 1.15rem 1.2rem; border-top-width: 3px; transform: none; }
  .itinerary li::before, .itinerary li:nth-child(2n)::before, .itinerary li:nth-child(3n)::before { top: 1.35rem; left: -1.28rem; width: .7rem; height: .7rem; }
  .itinerary time { margin-bottom: .85rem; }
  .itinerary span { font-size: clamp(1.55rem, 8vw, 2.2rem); }
  .itinerary small { margin-top: 1.35rem; }
}
.reveal{opacity:0;transform:translateY(24px) scale(.98) rotate(-.25deg);transition:opacity .68s ease,transform .82s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

@media (max-width: 730px) {
  .countdown-band { gap: 2.2rem; padding: 4.8rem 1.25rem 5.4rem; }
  .countdown-band > div:first-child { max-width: 17rem; }
  .countdown-band h2 { max-width: 10ch; font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .countdown { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: 0; gap: .75rem; }
  .countdown div { min-height: 7.4rem; padding: 1rem .55rem .85rem; border-radius: 1.15rem .4rem 1.15rem .4rem; }
  .countdown div:nth-child(2) { transform: translateY(.45rem); }
  .countdown div:nth-child(3) { transform: translateY(-.2rem); }
  .countdown div:nth-child(4) { transform: translateY(.3rem); }
  .countdown strong { font-size: clamp(2rem, 12vw, 3.2rem); }
  .countdown span { font-size: .52rem; letter-spacing: .12em; }
}

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

/* Final layout polish */
.opening-water,.opening-leaf,.hero-sun,.hibiscus,.rsvp-flower{pointer-events:none}
.hero-copy,.location-copy,.dress-copy,.rsvp>*{position:relative;z-index:2}
.island-pass article{grid-template-columns:minmax(72px,120px) minmax(0,1fr)}
.island-pass article strong{overflow-wrap:anywhere}
@media(max-width:730px){.island-nav{align-items:center}.island-nav a{padding-block:8px}.resort-card{max-height:none}.postcards{overflow:hidden}}

@media (max-width: 730px) {
  .location-copy { padding: 4.3rem 1.25rem 5.2rem; }
  .location-copy > h2 { max-width: 10ch; font-size: clamp(3rem, 15vw, 5rem); }
  .aloha-location-grid { grid-template-columns: 1fr; gap: .9rem; }
  .aloha-location-card, .aloha-location-card:nth-child(2n) { min-height: 0; transform: none; padding: 1.15rem 1rem 1rem; }
  .aloha-location-card h3 { font-size: clamp(1.55rem, 8vw, 2.25rem); }
  .aloha-location-subtitle { margin-top: 3rem; }
  .aloha-location-actions .tropical-button { flex: 1 1 auto; }
  .aloha-accommodation-card { min-height: 0; padding: 1.25rem 1rem 1.1rem; }
  .aloha-stay-details { grid-template-columns: 1fr; }
  .aloha-stay-address, .aloha-stay-description, .aloha-stay-notes { grid-column: auto; }
}
@media(max-width:390px){.island-pass article{grid-template-columns:1fr}.island-code{width:68px}}

/* Numbered Aloha itinerary markers: one shared axis, one shared card height. */
.itinerary ol { grid-auto-rows: 1fr; align-items: stretch; padding-top: 4rem; }
.itinerary ol::before { top: 1.5rem; right: 1.5rem; left: 1.5rem; height: .2rem; }
.itinerary li,
.itinerary li:nth-child(2n),
.itinerary li:nth-child(3n) { height: 100%; min-height: 15rem; margin-top: 0; transform: none; }
.itinerary li::before,
.itinerary li:nth-child(2n)::before,
.itinerary li:nth-child(3n)::before { content: attr(data-itinerary-index); top: -4rem; left: 50%; display: grid; place-items: center; width: 2.9rem; height: 2.9rem; box-sizing: border-box; color: var(--deep); background: var(--cream); border: 4px solid var(--aqua); border-radius: 50%; box-shadow: 0 0 0 .35rem rgb(28 191 210 / .14), 0 .35rem .7rem rgb(8 59 75 / .14); font-size: .82rem; font-weight: 800; line-height: 1; text-align: center; transform: translateX(-50%); }
.itinerary li:nth-child(3n + 2)::before { border-color: var(--coral); box-shadow: 0 0 0 .35rem rgb(244 91 105 / .14), 0 .35rem .7rem rgb(8 59 75 / .14); }
.itinerary li:nth-child(3n)::before { border-color: var(--sun); box-shadow: 0 0 0 .35rem rgb(246 198 74 / .2), 0 .35rem .7rem rgb(8 59 75 / .14); }
@media (max-width: 730px) {
  .itinerary ol { padding-top: 0; }
  .itinerary li, .itinerary li:nth-child(2n), .itinerary li:nth-child(3n) { min-height: 13.5rem; }
  .itinerary li::before, .itinerary li:nth-child(2n)::before, .itinerary li:nth-child(3n)::before { top: 1.05rem; left: -1.8rem; width: 2.25rem; height: 2.25rem; font-size: .72rem; transform: none; }
}

@keyframes alohaItineraryCardTap { 0% { transform: translateY(0) rotate(0deg) scale(1); } 42% { transform: translateY(-.28rem) rotate(var(--aloha-tap-tilt, -.35deg)) scale(1.012); } 100% { transform: translateY(0) rotate(0deg) scale(1); } }
.itinerary li { --aloha-tap-tilt: -.35deg; }
.itinerary li:nth-child(2n) { --aloha-tap-tilt: .35deg; }
.itinerary li:nth-child(3n) { --aloha-tap-tilt: -.25deg; }
.itinerary li.aloha-itinerary-card-tap { animation: alohaItineraryCardTap 440ms cubic-bezier(.2,.75,.25,1); }

@media (max-width: 730px) {
  .itinerary ol { --aloha-timeline-axis: .42rem; --aloha-timeline-inset: 1.2rem; }
  .itinerary ol::before { left: calc(var(--aloha-timeline-axis) - .09rem); right: auto; width: .18rem; }
  .itinerary li::before,
  .itinerary li:nth-child(2n)::before,
  .itinerary li:nth-child(3n)::before { left: calc(var(--aloha-timeline-axis) - var(--aloha-timeline-inset) - 1.125rem); }
}

@media (prefers-reduced-motion: reduce) {
  .itinerary li.aloha-itinerary-card-tap { animation: none; }
}

/* Aloha Prestige gift registry: editorial tropical composition. */
.envelope-section { position: relative; isolation: isolate; grid-template-columns: minmax(16rem, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 8vw, 8rem); min-height: 44rem; overflow: hidden; padding-block: clamp(5rem, 10vw, 9rem); color: var(--deep); background: linear-gradient(155deg, #fffaf0 0%, #fff6e5 52%, #e4f5ef 100%); }
.envelope-section::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .07; background: radial-gradient(ellipse at 18% 15%, transparent 0 8rem, var(--deep) 8.1rem 8.16rem, transparent 8.2rem), radial-gradient(ellipse at 90% 82%, transparent 0 12rem, var(--leaf) 12.1rem 12.16rem, transparent 12.2rem); pointer-events: none; }
.envelope-section::after { content: ''; position: absolute; z-index: -1; right: -10%; bottom: -18%; width: 58%; height: 35%; border-top: 1px solid rgb(8 59 75 / .25); border-radius: 50% 50% 0 0; background: linear-gradient(165deg, rgb(8 122 80 / .16), transparent 62%); transform: rotate(-5deg); pointer-events: none; }
.gift-registry-hero { position: relative; display: grid; place-items: center; min-height: 24rem; }
.gift-registry-hero::before { content: ''; position: absolute; width: min(30rem, 100%); aspect-ratio: 1.2; border: 1px solid rgb(8 59 75 / .28); border-radius: 50%; background: radial-gradient(circle at 50% 48%, rgb(28 191 210 / .2), transparent 62%); box-shadow: 0 0 0 1rem rgb(246 198 74 / .1), 0 0 0 2.4rem rgb(244 91 105 / .06); transform: rotate(-12deg); }
.gift-envelope { z-index: 2; width: min(24rem, 88%); aspect-ratio: 1.45; overflow: visible; border: 1px solid rgb(180 138 74 / .7); border-radius: .25rem .25rem 1.2rem 1.2rem; background: linear-gradient(145deg, #ffd5c2, #f3a78c); box-shadow: .85rem 1rem 0 rgb(244 91 105 / .17), 0 2.2rem 3rem rgb(8 59 75 / .19); transform: rotate(-3deg); }
.gift-envelope::before { inset: 0; background: linear-gradient(135deg, transparent 0 48%, rgb(255 246 229 / .96) 49% 52%, transparent 53%), linear-gradient(45deg, transparent 0 48%, rgb(255 246 229 / .78) 49% 52%, transparent 53%); clip-path: none; opacity: 1; }
.gift-envelope::after { inset: 0; background: linear-gradient(90deg, transparent 46%, rgb(255 246 229 / .88) 47% 53%, transparent 54%), linear-gradient(0deg, transparent 44%, rgb(255 246 229 / .88) 45% 55%, transparent 56%); clip-path: none; opacity: 1; }
.gift-envelope span { top: 50%; width: 4.5rem; height: 4.5rem; color: var(--cream); background: var(--coral); border: 2px solid #d8c6a5; box-shadow: 0 .35rem .7rem rgb(8 59 75 / .18); font-size: 1.7rem; }
.gift-envelope span::after { content: ''; position: absolute; inset: .34rem; border: 1px solid rgb(255 246 229 / .65); border-radius: 50%; }
.gift-leaf { position: absolute; z-index: 1; width: 5.8rem; height: 11rem; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, #5e8b75, #087a50); box-shadow: inset -.55rem -.8rem 0 rgb(255 246 229 / .14); }
.gift-leaf::after { content: ''; position: absolute; left: 50%; top: 8%; width: 1px; height: 84%; background: rgb(255 246 229 / .45); transform: rotate(27deg); }
.gift-leaf--one { left: 2%; bottom: 10%; rotate: -36deg; }
.gift-leaf--two { right: 4%; top: 7%; rotate: 46deg; transform: scale(.72); }
.gift-flower { position: absolute; z-index: 3; width: 4rem; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, #f6c64a 0 10%, transparent 11%), conic-gradient(from 12deg, #fffaf0 0 12%, transparent 13% 25%, #fffaf0 26% 38%, transparent 39% 51%, #fffaf0 52% 64%, transparent 65% 77%, #fffaf0 78% 90%, transparent 91%); filter: drop-shadow(0 .35rem .5rem rgb(8 59 75 / .16)); }
.gift-flower--one { left: 9%; top: 8%; rotate: -18deg; }
.gift-flower--two { right: 7%; bottom: 4%; scale: .72; background: radial-gradient(circle, #f6c64a 0 10%, transparent 11%), conic-gradient(from 12deg, #f4a38d 0 12%, transparent 13% 25%, #f4a38d 26% 38%, transparent 39% 51%, #f4a38d 52% 64%, transparent 65% 77%, #f4a38d 78% 90%, transparent 91%); }
.gift-spark { position: absolute; z-index: 4; width: .45rem; aspect-ratio: 1; border: 1px solid #b48a4a; rotate: 45deg; }
.gift-spark--one { right: 19%; top: 18%; }
.gift-spark--two { left: 21%; bottom: 14%; scale: .7; }
.gift-registry-copy { align-self: center; position: relative; z-index: 3; max-width: 34rem; }
.gift-registry-eyebrow { color: var(--deep); letter-spacing: .28em; }
.gift-registry-ornament { display: flex; align-items: center; justify-content: center; gap: .7rem; margin: .6rem 0 1.8rem; }
.gift-registry-ornament span { width: 3.4rem; height: 1px; background: #b48a4a; }
.gift-registry-ornament svg { width: 2.2rem; height: 1.6rem; fill: none; stroke: #b48a4a; stroke-width: 1.1; stroke-linejoin: round; }
.gift-registry-title { max-width: 8ch; color: var(--deep); font-size: clamp(3.6rem, 7vw, 6.8rem) !important; line-height: .9 !important; letter-spacing: -.07em !important; text-wrap: balance; }
.gift-registry-divider { display: flex; align-items: center; gap: .7rem; width: min(13rem, 80%); margin: 1.8rem 0 1.3rem; }
.gift-registry-divider::before, .gift-registry-divider::after { content: ''; flex: 1; height: 1px; background: #b48a4a; }
.gift-registry-divider { height: .65rem; border-inline: 0; }
.gift-registry-divider::after { box-shadow: none; }
.gift-registry-divider { background: linear-gradient(45deg, transparent 42%, #b48a4a 43% 57%, transparent 58%) center / .65rem .65rem no-repeat; }
.gift-registry-description { max-width: 35ch; margin: 0 0 1.8rem; color: rgb(7 91 105 / .78); font-size: .9rem; line-height: 1.8; }
.gift-registry-links { display: grid; gap: .85rem; width: min(100%, 32rem); }
.gift-registry-card { position: relative; display: grid; grid-template-columns: 2.6rem 1px minmax(0, 1fr) auto; align-items: center; gap: .9rem; min-height: 4.5rem; padding: .8rem 1.2rem; overflow: hidden; border: 1px solid #d8c6a5; border-radius: 999px; color: var(--cream); text-decoration: none; box-shadow: 0 .7rem 1.5rem rgb(8 59 75 / .12), inset 0 1px 0 rgb(255 246 229 / .35); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.gift-registry-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgb(255 246 229 / .18), transparent 45%); pointer-events: none; }
.gift-registry-card--coral { background: linear-gradient(135deg, #e9947e, #d9646d); }
.gift-registry-card--sage { background: linear-gradient(135deg, #648b78, #33716e); }
.gift-registry-card:hover { border-color: #f6c64a; box-shadow: 0 1rem 1.8rem rgb(8 59 75 / .18), inset 0 1px 0 rgb(255 246 229 / .46); transform: translateY(-2px); }
.gift-registry-card:active { transform: translateY(1px) scale(.985); box-shadow: 0 .25rem .7rem rgb(8 59 75 / .16), inset 0 2px 0 rgb(8 59 75 / .12); }
.gift-registry-card:has(.gift-registry-monogram) { grid-template-columns: 2.6rem 1px minmax(0, 1fr) auto; }
.gift-registry-monogram { position: relative; display: grid; place-items: center; width: 2.35rem; aspect-ratio: 1; border: 1px double #fff6e1; border-radius: 50%; background: rgb(255 246 229 / .1); color: #fff6e1; font: 600 1.35rem Georgia, serif; text-shadow: 0 1px 3px rgb(8 59 75 / .25); box-shadow: inset 0 1px 0 rgb(255 255 255 / .35), 0 2px 5px rgb(8 59 75 / .14); transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.gift-registry-monogram::after { content: ''; position: absolute; inset: 3px; border: 1px solid rgb(255 246 229 / .28); border-radius: inherit; pointer-events: none; }
.gift-registry-card:hover .gift-registry-monogram { transform: scale(1.04); filter: brightness(1.08); box-shadow: inset 0 1px 0 rgb(255 255 255 / .45), 0 3px 7px rgb(8 59 75 / .18); }
.gift-registry-card:active .gift-registry-monogram { transform: scale(.96); }
.gift-registry-monogram { position: relative; display: grid; place-items: center; width: 2.35rem; aspect-ratio: 1; border: 1px solid rgb(255 246 229 / .65); border-radius: 50%; font: 400 1.15rem Georgia, serif; }
.gift-registry-card-separator { width: 1px; height: 1.7rem; background: rgb(255 246 229 / .45); }
.gift-registry-card-name { position: relative; min-width: 0; overflow: hidden; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.gift-registry-arrow { position: relative; font-size: 1.3rem; line-height: 1; transition: transform .22s ease; }
.gift-registry-card:hover .gift-registry-arrow { transform: translateX(4px); }
.gift-registry-card:focus-visible { outline: 2px solid #b48a4a; outline-offset: 4px; }
@keyframes giftRegistryReveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.gift-registry-card { animation: giftRegistryReveal .65s cubic-bezier(.2,.7,.2,1) both; }
.gift-registry-card:nth-child(2) { animation-delay: .08s; }
.gift-registry-card:nth-child(3) { animation-delay: .16s; }
.social-strip { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1.4rem 2rem; }
.aloha-actions-heading { grid-column: 1 / -1; display: flex; align-items: baseline; gap: .8rem; }
.aloha-actions-eyebrow { color: #f6c64a; font-size: .58rem; font-weight: 800; letter-spacing: .24em; }
.aloha-actions-heading h2 { margin: 0; color: #fff6e1; font: 500 clamp(1.35rem, 3vw, 2rem)/1 Georgia, serif; }
.aloha-actions-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr)); gap: .75rem; width: min(100%, 54rem); margin-inline: auto; }
.aloha-action-card { display: grid; grid-template-columns: 2.1rem minmax(0, 1fr) auto; align-items: center; gap: .7rem; min-height: 3.5rem; padding: .6rem .85rem; border: 1px solid rgb(255 246 225 / .42); border-radius: 1rem; background: rgb(255 246 225 / .1); color: #fff6e1; text-decoration: none; box-shadow: 0 .45rem 1rem rgb(8 59 75 / .12), inset 0 1px 0 rgb(255 255 255 / .16); transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease; }
.aloha-action-card.is-no-icon { grid-template-columns: minmax(0, 1fr) auto; }
.aloha-action-card:hover { transform: translateY(-2px); border-color: #f6c64a; background: rgb(255 246 225 / .17); box-shadow: 0 .7rem 1.2rem rgb(8 59 75 / .18); }
.aloha-action-card:active { transform: scale(.98); box-shadow: 0 .25rem .6rem rgb(8 59 75 / .16); }
.aloha-action-card:focus-visible { outline: 2px solid #f6c64a; outline-offset: 3px; }
.aloha-action-icon { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid rgb(255 246 225 / .5); border-radius: .7rem; color: #fff6e1; }
.aloha-action-svg { width: 1.35rem; height: 1.35rem; }
.aloha-action-label { min-width: 0; overflow: hidden; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.aloha-action-arrow { font-size: 1.25rem; transition: transform .22s ease; }
.aloha-action-card:hover .aloha-action-arrow { transform: translateX(4px); }
.social-strip > p { grid-column: 1; margin: 0; }
.social-strip > strong { grid-column: 2; margin: 0; }
@media (max-width: 650px) { .social-strip { grid-template-columns: 1fr; gap: 1rem; padding-inline: 20px; } .aloha-actions-heading, .aloha-actions-grid, .social-strip > p, .social-strip > strong { grid-column: 1; } .aloha-actions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .aloha-action-card { min-height: 3.5rem; padding-inline: .65rem; } .aloha-action-label { font-size: .64rem; } }
@media (prefers-reduced-motion: reduce) { .aloha-action-card, .aloha-action-arrow { transition: none; } }
@media (max-width: 730px) {
  .envelope-section { grid-template-columns: 1fr; gap: 1.8rem; min-height: 0; padding: 4.8rem 1.35rem 6.5rem; }
  .gift-registry-hero { min-height: 18rem; }
  .gift-envelope { width: min(21rem, 84vw); }
  .gift-leaf--one { left: -2%; bottom: 3%; scale: .72; }
  .gift-leaf--two { right: -2%; top: 3%; scale: .58; }
  .gift-flower--one { left: 6%; top: 2%; scale: .72; }
  .gift-flower--two { right: 4%; bottom: 0; scale: .52; }
  .gift-registry-copy { width: min(100%, 32rem); text-align: center; }
  .gift-registry-ornament, .gift-registry-divider { margin-inline: auto; }
  .gift-registry-title { max-width: 7ch; margin-inline: auto !important; font-size: clamp(3.35rem, 15vw, 5.2rem) !important; }
  .gift-registry-description { margin-inline: auto; }
  .gift-registry-links { margin-inline: auto; text-align: left; }
  .gift-registry-card { min-height: 4.35rem; padding-inline: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .gift-registry-card { animation: none; transition: none; }
}

@media (min-width: 1024px) {
  /* Historia / bienvenida: ornamento editorial Aloha, aislado en .welcome. */
  .welcome {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
      radial-gradient(circle at 84% 28%, rgb(246 198 74 / .09) 0 9rem, transparent 9.1rem),
      radial-gradient(circle at 11% 88%, rgb(28 191 210 / .045) 0 .16rem, transparent .2rem),
      radial-gradient(circle at 16% 76%, rgb(28 191 210 / .04) 0 .12rem, transparent .17rem),
      #fffaf0;
  }
  .welcome::before {
    position: absolute;
    z-index: -1;
    top: 4%;
    right: -2%;
    width: 43%;
    height: 92%;
    content: '';
    pointer-events: none;
    opacity: .78;
    background:
      radial-gradient(ellipse at 68% 32%, transparent 0 7.8rem, rgb(8 91 105 / .2) 7.9rem 8rem, transparent 8.1rem),
      radial-gradient(ellipse at 78% 58%, rgb(8 122 80 / .13) 0 20%, transparent 20.5%),
      linear-gradient(124deg, transparent 0 42%, rgb(8 91 105 / .17) 42.2% 42.6%, transparent 42.8%),
      linear-gradient(154deg, transparent 0 54%, rgb(244 91 105 / .11) 54.2% 54.7%, transparent 55%),
      radial-gradient(ellipse at 84% 48%, transparent 0 10.2rem, rgb(8 122 80 / .12) 10.3rem 10.42rem, transparent 10.5rem);
    border-radius: 48% 0 0 52%;
    transform: rotate(-4deg);
  }
  .welcome::after {
    position: absolute;
    z-index: 0;
    top: 14%;
    right: 15%;
    width: clamp(6rem, 9vw, 9.4rem);
    aspect-ratio: 1;
    content: '';
    pointer-events: none;
    opacity: .82;
    background:
      radial-gradient(circle at 50% 50%, var(--sun) 0 10%, transparent 11%),
      radial-gradient(ellipse at 50% 10%, rgb(244 91 105 / .72) 0 22%, transparent 23%),
      radial-gradient(ellipse at 88% 38%, rgb(244 91 105 / .64) 0 22%, transparent 23%),
      radial-gradient(ellipse at 74% 83%, rgb(244 91 105 / .62) 0 22%, transparent 23%),
      radial-gradient(ellipse at 26% 83%, rgb(244 91 105 / .62) 0 22%, transparent 23%),
      radial-gradient(ellipse at 12% 38%, rgb(244 91 105 / .64) 0 22%, transparent 23%);
    filter: drop-shadow(0 .8rem 1.2rem rgb(8 59 75 / .1));
    animation: alohaHistoryFlower 11s ease-in-out infinite;
  }
  .welcome > * { position: relative; z-index: 1; }
  .welcome > .section-no { display: inline-flex; align-items: center; gap: .7rem; }
  .welcome > .section-no::before {
    width: 2.8rem;
    height: 1px;
    content: '';
    background: var(--coral);
    box-shadow: 1.1rem 0 0 rgb(246 198 74 / .72);
  }
  .welcome > .section-no::after {
    width: .42rem;
    height: .42rem;
    content: '';
    border: 1px solid var(--coral);
    transform: rotate(45deg);
  }
  .welcome h2 { position: relative; }
  .welcome h2::after {
    position: absolute;
    right: -2.6rem;
    bottom: .2rem;
    width: 2.6rem;
    height: 2.6rem;
    content: '';
    opacity: .72;
    background: var(--coral);
    clip-path: polygon(50% 0, 61% 35%, 100% 21%, 70% 50%, 100% 79%, 61% 65%, 50% 100%, 39% 65%, 0 79%, 30% 50%, 0 21%, 39% 35%);
    transform: rotate(12deg);
  }
  .welcome > p:last-child { position: relative; }
  .welcome > p:last-child::after {
    position: absolute;
    bottom: -3.2rem;
    left: -1.2rem;
    width: 7rem;
    height: 3rem;
    content: '';
    border-top: 1px solid rgb(8 91 105 / .25);
    border-radius: 50%;
    transform: rotate(-12deg);
  }
  @keyframes alohaHistoryFlower {
    0%, 100% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(2deg) translateY(-5px); }
  }
}

/* Phase155: flores Aloha exclusivamente en video y countdown. */
@media (min-width: 1024px) {
  .tropical-film > div:last-child::after {
    position: absolute;
    z-index: -1;
    top: -2.6rem;
    right: -4.2rem;
    width: 8rem;
    height: 8rem;
    content: '';
    opacity: .68;
    background:
      radial-gradient(ellipse at 50% 8%, rgb(244 91 105 / .78) 0 21%, transparent 22%),
      radial-gradient(ellipse at 90% 36%, rgb(244 91 105 / .68) 0 21%, transparent 22%),
      radial-gradient(ellipse at 75% 84%, rgb(244 91 105 / .64) 0 21%, transparent 22%),
      radial-gradient(ellipse at 25% 84%, rgb(244 91 105 / .64) 0 21%, transparent 22%),
      radial-gradient(ellipse at 10% 36%, rgb(244 91 105 / .68) 0 21%, transparent 22%),
      radial-gradient(circle at 50% 50%, var(--sun) 0 10%, transparent 11%);
    filter: drop-shadow(0 .6rem 1rem rgb(4 63 75 / .16));
    pointer-events: none;
    animation: alohaFilmFlower 12s ease-in-out infinite;
  }
  .tropical-film::after {
    right: -7rem;
    bottom: -9rem;
    width: 34rem;
    height: 18rem;
    background:
      radial-gradient(ellipse at 72% 28%, rgb(255 137 173 / .3) 0 8%, transparent 8.5%),
      radial-gradient(ellipse at 84% 24%, rgb(255 137 173 / .22) 0 5%, transparent 5.5%),
      transparent;
  }
  .countdown-band::before {
    top: 28%;
    left: -4.5rem;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background:
      radial-gradient(ellipse at 50% 9%, rgb(244 91 105 / .62) 0 20%, transparent 21%),
      radial-gradient(ellipse at 89% 37%, rgb(244 91 105 / .52) 0 20%, transparent 21%),
      radial-gradient(ellipse at 73% 83%, rgb(244 91 105 / .48) 0 20%, transparent 21%),
      radial-gradient(ellipse at 27% 83%, rgb(244 91 105 / .48) 0 20%, transparent 21%),
      radial-gradient(ellipse at 11% 37%, rgb(244 91 105 / .52) 0 20%, transparent 21%),
      radial-gradient(circle at 50% 50%, rgb(246 198 74 / .78) 0 9%, transparent 10%);
    opacity: .62;
    box-shadow: none;
    transform: rotate(-18deg);
    pointer-events: none;
    animation: alohaCountdownFlower 13s ease-in-out infinite;
  }
  .countdown-band::after {
    right: -4.8rem;
    bottom: -3.5rem;
    width: 13rem;
    height: 13rem;
    border: 0;
    border-radius: 50%;
    background:
      radial-gradient(ellipse at 50% 9%, rgb(255 137 173 / .4) 0 20%, transparent 21%),
      radial-gradient(ellipse at 89% 37%, rgb(255 137 173 / .34) 0 20%, transparent 21%),
      radial-gradient(ellipse at 73% 83%, rgb(255 137 173 / .3) 0 20%, transparent 21%),
      radial-gradient(ellipse at 27% 83%, rgb(255 137 173 / .3) 0 20%, transparent 21%),
      radial-gradient(ellipse at 11% 37%, rgb(255 137 173 / .34) 0 20%, transparent 21%),
      radial-gradient(circle at 50% 50%, rgb(246 198 74 / .55) 0 9%, transparent 10%);
    box-shadow: none;
    transform: rotate(14deg);
    pointer-events: none;
  }
  @keyframes alohaFilmFlower {
    0%, 100% { transform: rotate(0deg) translateY(0); }
    50% { transform: rotate(3deg) translateY(-4px); }
  }
  @keyframes alohaCountdownFlower {
    0%, 100% { transform: rotate(-18deg) translateY(0); }
    50% { transform: rotate(-15deg) translateY(-4px); }
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .tropical-film > div:last-child::after, .countdown-band::before { animation: none; }
}

/* Countdown: composición central limpia y sin recortes en desktop. */
@media (min-width: 1024px) {
  .countdown-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 2.8rem;
    min-height: 34rem;
    padding: clamp(5.5rem, 8vw, 7.5rem) max(24px, 5vw);
    text-align: center;
    background:
      radial-gradient(circle at 8% 50%, rgb(28 191 210 / .13) 0 7rem, transparent 7.1rem),
      radial-gradient(circle at 92% 45%, rgb(246 198 74 / .14) 0 8rem, transparent 8.1rem),
      linear-gradient(124deg, #075b69 0%, #087a80 52%, #0a6a60 100%);
  }
  .countdown-band > div:first-child {
    display: block;
    align-self: auto;
    width: min(100%, 34rem);
    min-height: 0;
    max-width: 34rem;
    padding: 0;
    border: 0;
    background: none;
  }
  .countdown-band > div:first-child::before {
    display: block;
    width: 4.5rem;
    height: 1px;
    margin: 0 auto 1.4rem;
    content: '';
    background: var(--sun);
    box-shadow: 1.15rem 0 0 rgb(244 91 105 / .72), -1.15rem 0 0 rgb(244 91 105 / .72);
  }
  .countdown-band > div:first-child::after { display: none; }
  .countdown-band .section-no {
    display: inline-block;
    width: auto;
    margin: 0 0 1rem;
    padding: 0;
    color: var(--sun);
    font-size: .65rem;
    letter-spacing: .28em;
  }
  .countdown-band .section-no::before,
  .countdown-band .section-no::after { display: none; }
  .countdown-band h2 {
    max-width: none;
    margin: 0;
    color: var(--cream);
    font-size: clamp(3.4rem, 6vw, 6.2rem);
    line-height: .88;
    letter-spacing: -.06em;
    text-wrap: balance;
  }
  .countdown-band h2::after { display: none; }
  .countdown-band .countdown {
    display: grid;
    width: min(100%, 70rem);
    min-width: 0;
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(.8rem, 2vw, 1.5rem);
    align-items: stretch;
    overflow: visible;
  }
  .countdown-band .countdown div,
  .countdown-band .countdown div:nth-child(2),
  .countdown-band .countdown div:nth-child(3),
  .countdown-band .countdown div:nth-child(4) {
    min-width: 0;
    min-height: 10.5rem;
    margin: 0;
    padding: 1.5rem .75rem 1.2rem;
    overflow: visible;
    transform: none;
  }
  .countdown-band .countdown strong {
    min-width: 0;
    font-size: clamp(2.4rem, 4.8vw, 4.8rem);
    line-height: 1;
    letter-spacing: -.07em;
    white-space: nowrap;
  }
  .countdown-band .countdown span { font-size: .58rem; letter-spacing: .18em; }
  .countdown-band::before {
    top: 20%;
    left: -5rem;
    right: auto;
    width: 17rem;
    height: 25rem;
    border: 0;
    border-radius: 50% 0 50% 0;
    background: linear-gradient(145deg, transparent 22%, rgb(8 122 80 / .2) 23% 43%, transparent 44%), linear-gradient(35deg, transparent 42%, rgb(255 246 229 / .16) 43% 43.5%, transparent 44%);
    box-shadow: none;
    transform: rotate(-18deg);
    animation: none;
  }
  .countdown-band::after {
    right: -4rem;
    bottom: -5rem;
    width: 19rem;
    height: 15rem;
    border-top: 1px solid rgb(255 246 229 / .22);
    border-radius: 50%;
    box-shadow: 0 -2rem 0 -1rem rgb(244 91 105 / .12), 0 -4rem 0 -2rem rgb(246 198 74 / .1);
    transform: rotate(-12deg);
  }
}

/* Aloha video: tratamiento editorial Prestige, aislado exclusivamente en .tropical-film. */
@media (min-width: 1024px) {
  .tropical-film {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr);
    gap: clamp(3rem, 7vw, 8rem);
    min-height: 42rem;
    padding-inline: max(clamp(24px, 7vw, 110px), calc((100vw - 1240px) / 2));
    background:
      radial-gradient(circle at 82% 24%, rgb(246 198 74 / .16) 0 8rem, transparent 8.1rem),
      linear-gradient(132deg, #075b69 0%, #087a80 52%, #064a5d 100%);
  }
  .tropical-film::before {
    position: absolute;
    z-index: -2;
    top: -14rem;
    right: 19%;
    width: 33rem;
    height: 33rem;
    content: '';
    border: 1px solid rgb(255 246 229 / .24);
    border-radius: 48% 52% 58% 42%;
    box-shadow: 0 0 0 1.2rem rgb(246 198 74 / .08), 0 0 0 3rem rgb(255 137 173 / .05);
    transform: rotate(22deg);
    pointer-events: none;
  }
  .tropical-film::after {
    position: absolute;
    z-index: -1;
    right: -7rem;
    bottom: -9rem;
    width: 34rem;
    height: 18rem;
    content: '';
    border-top: 1px solid rgb(255 246 229 / .22);
    border-radius: 50%;
    box-shadow: 0 -2rem 0 -1rem rgb(28 191 210 / .14), 0 -4rem 0 -2rem rgb(244 91 105 / .1);
    transform: rotate(-9deg);
    pointer-events: none;
  }
  .tropical-film > div:last-child {
    position: relative;
    z-index: 2;
    order: 1;
    max-width: 31rem;
  }
  .tropical-film > div:last-child::before {
    display: block;
    width: 3.8rem;
    height: 1px;
    margin-bottom: 1.5rem;
    content: '';
    background: var(--sun);
    box-shadow: 1.2rem 0 0 rgb(244 91 105 / .72);
  }
  .tropical-film h2 {
    max-width: 8ch;
    margin-bottom: 1.5rem;
    font-size: clamp(3.8rem, 6vw, 6.4rem);
    line-height: .86;
    letter-spacing: -.06em;
  }
  .tropical-film > div:last-child > p:not(.section-no) {
    max-width: 34ch;
    color: rgb(255 246 229 / .78);
    line-height: 1.8;
  }
  .tropical-film .film-poster {
    position: relative;
    z-index: 1;
    order: 2;
    min-height: 34rem;
    border: 1px solid rgb(255 246 229 / .55);
    border-radius: 46% 54% .8rem .8rem;
    box-shadow: 1rem 1.1rem 0 rgb(244 91 105 / .28), 0 2rem 3.8rem rgb(3 38 54 / .28), inset 0 1px 0 rgb(255 255 255 / .3);
  }
  .tropical-film .film-poster::before {
    position: absolute;
    z-index: 2;
    inset: .9rem;
    content: '';
    border: 1px solid rgb(255 246 229 / .34);
    border-radius: 42% 48% .45rem .45rem;
    pointer-events: none;
  }
  .tropical-film .film-poster::after {
    opacity: .72;
    animation: alohaFilmLeaf 12s ease-in-out infinite;
  }
  .tropical-film .film-poster i {
    z-index: 3;
    color: var(--cream);
    text-shadow: 0 2px 10px rgb(4 63 75 / .25);
  }
  .tropical-film .prestige-video-button { position: relative; z-index: 3; }
  @keyframes alohaFilmLeaf {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -5px; }
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .tropical-film .film-poster::after { animation: none; }
}

/* Countdown Aloha / Prestige: tratamiento ceremonial aislado en .countdown-band. */
@media (min-width: 1024px) {
  .countdown-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 30rem;
    grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
    gap: clamp(3rem, 7vw, 8rem);
    padding-inline: max(clamp(24px, 7vw, 110px), calc((100vw - 1240px) / 2));
    background:
      radial-gradient(circle at 88% 18%, rgb(246 198 74 / .2) 0 8rem, transparent 8.1rem),
      linear-gradient(124deg, #075b69 0%, #087a80 52%, #0a6a60 100%);
  }
  .countdown-band::before {
    position: absolute;
    z-index: -2;
    top: -17rem;
    right: 19%;
    width: 31rem;
    height: 31rem;
    content: '';
    border: 1px solid rgb(255 246 229 / .26);
    border-radius: 48% 52% 64% 36%;
    box-shadow: 0 0 0 1.3rem rgb(246 198 74 / .08), 0 0 0 3rem rgb(255 137 173 / .05);
    transform: rotate(21deg);
    pointer-events: none;
    animation: alohaCountdownHalo 14s ease-in-out infinite;
  }
  .countdown-band::after {
    position: absolute;
    z-index: -1;
    right: -7rem;
    bottom: -10rem;
    width: 38rem;
    height: 18rem;
    content: '';
    border-top: 1px solid rgb(255 246 229 / .22);
    border-radius: 50%;
    box-shadow: 0 -2rem 0 -1rem rgb(28 191 210 / .13), 0 -4rem 0 -2rem rgb(244 91 105 / .1);
    transform: rotate(-8deg);
    pointer-events: none;
  }
  .countdown-band > div:first-child {
    max-width: 21rem;
    padding-block: 1rem;
  }
  .countdown-band > div:first-child::before {
    display: block;
    width: 3.4rem;
    height: 1px;
    margin-bottom: 1.4rem;
    content: '';
    background: var(--sun);
    box-shadow: 1.15rem 0 0 rgb(244 91 105 / .72);
  }
  .countdown-band .section-no {
    margin-bottom: 1.15rem;
    color: var(--sun);
    font-size: .65rem;
    letter-spacing: .28em;
  }
  .countdown-band h2 {
    max-width: 7ch;
    color: var(--cream);
    font-size: clamp(3.4rem, 5.6vw, 6.2rem);
    line-height: .84;
    letter-spacing: -.065em;
  }
  .countdown {
    gap: clamp(.9rem, 2vw, 1.6rem);
    align-items: stretch;
  }
  .countdown div {
    min-height: 10.5rem;
    padding: 1.5rem .8rem 1.15rem;
    border: 1px solid rgb(255 246 229 / .78);
    border-radius: 1.55rem .45rem 1.55rem .45rem;
    background: linear-gradient(155deg, rgb(255 250 239 / .99), rgb(255 246 229 / .88));
    box-shadow: .6rem .7rem 0 rgb(244 91 105 / .3), 0 1.6rem 2.8rem rgb(4 63 75 / .22), inset 0 1px 0 rgb(255 255 255 / .7);
  }
  .countdown div::after {
    position: absolute;
    right: 1rem;
    bottom: .8rem;
    width: 1.8rem;
    height: .2rem;
    content: '';
    border-radius: 999px;
    background: var(--sun);
    opacity: .8;
  }
  .countdown div:nth-child(2)::after { background: var(--coral); }
  .countdown div:nth-child(3)::after { background: var(--aqua); }
  .countdown div:nth-child(4)::after { background: var(--leaf); }
  .countdown strong { font-size: clamp(2.6rem, 5vw, 5rem); }
  .countdown span { letter-spacing: .2em; }
  @keyframes alohaCountdownHalo {
    0%, 100% { transform: rotate(21deg) translateY(0); opacity: .85; }
    50% { transform: rotate(23deg) translateY(-6px); opacity: .65; }
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .countdown-band::before { animation: none; }
}

/* RSVP / Island Access: centered Aloha Prestige composition. */
.rsvp {
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto auto auto auto auto;
  min-height: 0;
  padding: clamp(5.5rem, 8vw, 8rem) 24px clamp(5rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 50% 34%, rgb(255 246 229 / .16), transparent 29rem),
    radial-gradient(ellipse at 12% 90%, rgb(8 122 80 / .2), transparent 23rem),
    linear-gradient(145deg, #e95162 0%, var(--coral) 48%, #ef7180 100%);
}

.rsvp::before {
  content: '';
  position: absolute;
  z-index: -2;
  top: -12rem;
  left: 50%;
  width: min(70vw, 58rem);
  aspect-ratio: 1;
  border: 1px solid rgb(255 246 229 / .28);
  border-radius: 50%;
  box-shadow: 0 0 0 1.4rem rgb(255 246 229 / .06), 0 0 0 4rem rgb(246 198 74 / .08);
  transform: translateX(-50%);
  pointer-events: none;
}

.rsvp::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -3rem;
  bottom: -4rem;
  width: 18rem;
  height: 11rem;
  border-top: 1px solid rgb(255 246 229 / .35);
  border-radius: 50%;
  box-shadow: 0 -2.2rem 0 -1rem rgb(255 246 229 / .14), 0 -4.4rem 0 -2rem rgb(246 198 74 / .12);
  transform: rotate(-12deg);
  pointer-events: none;
}

.rsvp > .section-no {
  width: min(100%, 74rem);
  margin: 0 auto .9rem;
  color: var(--sun);
  font-size: .72rem;
  letter-spacing: .28em;
  text-align: center;
}

.rsvp > h2 {
  width: min(100%, 74rem);
  margin: 0 auto;
  color: var(--cream);
  font-size: clamp(3.5rem, 5vw, 6rem);
  line-height: .86;
  letter-spacing: -.065em;
  text-align: center;
  text-wrap: balance;
}

.rsvp > p:not(.section-no) {
  width: min(100%, 40rem);
  margin: 1.45rem auto 1.2rem;
  color: rgb(255 246 229 / .82);
  font: italic 400 clamp(1.2rem, 2vw, 1.55rem)/1.25 Georgia, serif;
  text-align: center;
}

.rsvp .island-pass {
  width: min(100%, 880px);
  margin: 1.4rem auto 0;
  padding-bottom: 3.1rem;
  text-align: left;
}

.rsvp .island-pass::after {
  content: 'Presenta este pase desde tu celular al llegar.';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgb(255 246 229 / .82);
  font-size: .78rem;
  line-height: 1.6;
  letter-spacing: .03em;
  text-align: center;
}

.rsvp .island-pass-tabs {
  justify-content: center;
  gap: .8rem;
  margin-bottom: 1.1rem;
}

.rsvp .island-pass-tabs button {
  padding: .65rem 1rem;
  color: var(--cream);
  border-color: rgb(255 246 229 / .58);
  background: rgb(255 246 229 / .08);
  font-size: .59rem;
  letter-spacing: .16em;
}

.rsvp .island-pass-tabs button[aria-pressed='true'] {
  color: var(--deep);
  background: var(--sun);
  border-color: var(--sun);
}

.rsvp .island-pass article {
  position: relative;
  grid-template-columns: minmax(120px, 156px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  min-height: 250px;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border: 1px solid rgb(255 255 255 / .8);
  border-radius: 1.7rem .5rem 1.7rem .5rem;
  background:
    radial-gradient(circle at 100% 0, rgb(28 191 210 / .2), transparent 35%),
    linear-gradient(135deg, #fffaf0 0%, #fff6e5 58%, #f7c84d 100%);
  box-shadow: .65rem .75rem 0 rgb(7 122 80 / .24), 0 1.8rem 3.6rem rgb(103 32 42 / .25), inset 0 1px 0 white;
}

.rsvp .island-pass article::before {
  content: 'PASE PERSONALIZADO';
  position: absolute;
  top: 1.1rem;
  right: clamp(1.4rem, 4vw, 2.8rem);
  color: var(--coral);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.rsvp .island-pass article > div {
  min-width: 0;
  align-self: center;
  padding-top: 1.2rem;
}

.rsvp .island-pass article > div::before {
  content: 'Este pase es personal';
  display: block;
  margin-bottom: .55rem;
  color: rgb(7 91 105 / .7);
  font: italic 400 1rem/1.2 Georgia, serif;
}

.rsvp .island-pass article small {
  color: var(--deep);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .2em;
}

.rsvp .island-pass article strong {
  margin-top: .65rem;
  color: var(--deep);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: .95;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.rsvp .island-pass article p {
  margin: .7rem 0 0;
  color: rgb(7 91 105 / .78);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rsvp .island-code {
  width: min(100%, 138px);
  margin: auto;
  padding: 10px;
  background-color: white;
  border: 8px solid white;
  box-shadow: 0 0 0 1px rgb(7 91 105 / .25), 0 .8rem 1.5rem rgb(7 91 105 / .16);
}

.rsvp > [data-pass-selector] {
  width: min(100%, 760px);
  margin: .2rem auto 0;
}

.rsvp > .tropical-button {
  margin: .7rem auto 0;
  justify-self: center;
}

.rsvp-flower {
  z-index: -1;
  right: -5rem;
  bottom: -6rem;
  width: 23rem;
  opacity: .3;
}

.rsvp-flower::before,
.rsvp-flower::after {
  content: '';
  position: absolute;
  width: 5.5rem;
  aspect-ratio: 1;
  background: var(--pink);
  clip-path: polygon(50% 0, 62% 34%, 100% 22%, 70% 50%, 100% 78%, 62% 66%, 50% 100%, 38% 66%, 0 78%, 30% 50%, 0 22%, 38% 34%);
  opacity: .7;
}

.rsvp-flower::before { top: -8rem; left: -5rem; transform: rotate(-18deg); }
.rsvp-flower::after { right: 13rem; bottom: 5rem; width: 4rem; background: var(--sun); transform: rotate(22deg); }

@media (max-width: 730px) {
  .rsvp { padding: 4.8rem 18px 4.5rem; }
  .rsvp > .section-no { letter-spacing: .2em; }
  .rsvp > h2 { font-size: clamp(3.4rem, 15vw, 5.8rem); }
  .rsvp .island-pass { margin-top: 1rem; padding-bottom: 3.4rem; }
  .rsvp .island-pass article { min-height: 0; gap: 1.1rem; padding: 2.4rem 1.15rem 1.25rem; }
  .rsvp .island-pass article::before { top: .8rem; right: 1.15rem; font-size: .48rem; }
  .rsvp .island-pass article > div { padding-top: .35rem; }
  .rsvp .island-pass article > div::before { font-size: .9rem; }
  .rsvp .island-code { width: min(100%, 100px); }
  .rsvp-flower { right: -6rem; bottom: -5rem; width: 18rem; }
  .rsvp::before { top: -7rem; width: 110vw; }
}

@media (max-width: 390px) {
  .rsvp .island-pass article { grid-template-columns: 1fr; text-align: center; }
  .rsvp .island-code { width: 84px; }
  .rsvp .island-pass article > div { padding-top: 0; }
}

/* Gallery heading and compact section finish; scoped to Aloha Gallery only. */
.gallery-section {
  background: var(--deep);
}

.gallery-heading {
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: clamp(70px, 8vw, 100px) max(24px, calc((100vw - 1240px) / 2)) 0;
  color: var(--cream);
}

.gallery-eyebrow {
  display: block;
  color: var(--sun);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .3em;
  line-height: 1;
}

.gallery-heading h2 {
  margin: 1rem 0 1.2rem;
  color: var(--cream);
  font: 500 clamp(3.5rem, 6vw, 6.5rem)/.9 Georgia, serif;
  letter-spacing: -.045em;
}

.gallery-heading-ornament {
  position: relative;
  display: block;
  width: 5rem;
  height: 1px;
  background: var(--sun);
  box-shadow: 1.2rem 0 0 rgb(244 91 105 / .72);
}

.gallery-heading-ornament::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background: var(--coral);
  content: "";
  pointer-events: none;
  transform: translate(-.15rem, -50%);
}

.gallery-section .postcards {
  min-height: 0 !important;
  padding-top: clamp(30px, 4vw, 50px);
  padding-bottom: clamp(56px, 6vw, 96px) !important;
}

@media (min-width: 731px) and (max-width: 1023px) {
  .gallery-section .postcards {
    padding-bottom: clamp(48px, 6vw, 80px) !important;
  }
}

@media (max-width: 730px) {
  .gallery-heading {
    padding: 60px 18px 0;
  }

  .gallery-heading h2 {
    margin-block: .85rem 1rem;
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .gallery-section .postcards {
    padding-top: 28px;
    padding-bottom: clamp(40px, 12vw, 72px) !important;
  }
}

/* Actions order: text hierarchy first, links second. Scoped to Aloha only. */
.social-strip {
  display: block;
  width: min(100%, 1240px);
  margin-inline: auto;
  padding: clamp(4.5rem, 8vw, 7rem) max(24px, 5vw);
}

.social-strip .aloha-actions-heading,
.social-strip .aloha-actions-copy,
.social-strip .aloha-actions-grid {
  width: min(100%, 750px);
  margin-inline: 0;
}

.social-strip .aloha-actions-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .85rem;
  margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}

.social-strip .aloha-actions-eyebrow {
  display: block;
  color: var(--sun);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .28em;
  line-height: 1;
}

.social-strip .aloha-actions-heading h2 {
  margin: 0;
  color: var(--cream);
  font: 500 clamp(3rem, 4vw, 5rem)/.96 Georgia, serif;
  letter-spacing: -.035em;
}

.social-strip .aloha-actions-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .65rem;
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 0;
}

.social-strip .aloha-actions-copy p,
.social-strip .aloha-actions-copy strong {
  margin: 0;
}

.social-strip .aloha-actions-copy p {
  color: rgb(255 246 229 / .78);
  font-size: .78rem;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.social-strip .aloha-actions-copy strong {
  color: var(--cream);
  font: italic 500 clamp(1.8rem, 3.5vw, 2.45rem)/1 Georgia, serif;
  letter-spacing: -.025em;
  text-shadow: 0 3px 16px rgb(4 63 75 / .24);
}

.social-strip .aloha-actions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: .9rem;
}

.social-strip .aloha-actions-grid > a {
  width: min(100%, 900px);
}

@media (max-width: 650px) {
  .social-strip {
    width: 100%;
    padding: 4.4rem 20px 4.8rem;
  }

  .social-strip .aloha-actions-heading,
  .social-strip .aloha-actions-copy,
  .social-strip .aloha-actions-grid {
    width: 100%;
  }

  .social-strip .aloha-actions-heading h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .social-strip .aloha-actions-copy {
    margin-bottom: 2.2rem;
  }

  .social-strip .aloha-actions-grid {
    grid-template-columns: 1fr;
  }

  .social-strip .aloha-actions-grid > a {
    width: 100%;
  }
}

/* Gallery editorial layout: visual-only, scoped to the postcard gallery. */
.postcards {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.42fr) minmax(0, .92fr);
  grid-template-rows: repeat(2, minmax(15rem, 1fr));
  gap: clamp(14px, 1.8vw, 24px);
  min-height: 42rem;
  padding: clamp(64px, 8vw, 112px) max(24px, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 8% 18%, rgb(246 198 74 / .12), transparent 28%),
    radial-gradient(circle at 92% 86%, rgb(244 91 105 / .14), transparent 30%),
    linear-gradient(145deg, #043f4b 0%, #075b60 56%, #087a50 100%);
}

.postcards::before,
.postcards::after {
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  content: "";
}

.postcards::before {
  top: -5rem;
  left: -4rem;
  width: 25rem;
  height: 25rem;
  border-radius: 58% 42% 60% 40%;
  background:
    radial-gradient(ellipse at 50% 8%, rgb(255 246 229 / .16) 0 12%, transparent 13%),
    radial-gradient(ellipse at 88% 34%, rgb(255 246 229 / .12) 0 12%, transparent 13%),
    radial-gradient(ellipse at 75% 82%, rgb(246 198 74 / .13) 0 14%, transparent 15%),
    radial-gradient(ellipse at 22% 82%, rgb(244 91 105 / .12) 0 14%, transparent 15%),
    radial-gradient(circle at 50% 50%, rgb(255 246 229 / .14) 0 9%, transparent 10%);
  opacity: .72;
  transform: rotate(-18deg);
}

.postcards::after {
  right: -6rem;
  bottom: -9rem;
  width: 30rem;
  height: 20rem;
  border: 1px solid rgb(255 246 229 / .22);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 22% 28%, rgb(8 122 80 / .24) 0 10%, transparent 11%),
    radial-gradient(ellipse at 35% 18%, rgb(8 122 80 / .18) 0 9%, transparent 10%),
    radial-gradient(ellipse at 78% 66%, rgb(255 246 229 / .12) 0 8%, transparent 9%);
  box-shadow: 0 -2.5rem 0 -1.2rem rgb(246 198 74 / .12), 0 -5rem 0 -2.4rem rgb(244 91 105 / .1);
  opacity: .72;
  transform: rotate(-12deg);
}

.postcards .postcard-card {
  position: relative;
  z-index: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
  border: 6px solid var(--cream);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgb(4 63 75 / .72), rgb(4 63 75 / .28));
  box-shadow: 0 1.25rem 2.8rem rgb(1 36 45 / .28), 0 0 0 1px rgb(255 246 229 / .12);
  transform: none;
}

.postcards .postcard-card:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 35rem;
  border-width: 8px;
}

.postcards .postcard-card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
}

.postcards .postcard-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  min-height: 0;
}

.postcards .postcard-card::before {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  pointer-events: none;
  content: "";
  opacity: .3;
  background:
    radial-gradient(ellipse at 50% 8%, rgb(255 246 229 / .78) 0 17%, transparent 18%),
    radial-gradient(ellipse at 90% 37%, rgb(244 91 105 / .62) 0 17%, transparent 18%),
    radial-gradient(ellipse at 73% 84%, rgb(246 198 74 / .58) 0 17%, transparent 18%),
    radial-gradient(ellipse at 27% 84%, rgb(244 91 105 / .58) 0 17%, transparent 18%),
    radial-gradient(ellipse at 10% 37%, rgb(255 246 229 / .62) 0 17%, transparent 18%),
    radial-gradient(circle at 50% 50%, rgb(246 198 74 / .9) 0 10%, transparent 11%);
}

.postcards .postcard-card::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgb(255 246 229 / .28);
  border-radius: 50%;
  pointer-events: none;
  content: "";
  opacity: .48;
}

.postcards .postcard-card > .demo-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  object-position: var(--photo-position, 50% 50%);
}

.postcards .postcard-card > :not(.demo-photo) {
  position: relative;
  z-index: 2;
}

@media (hover: hover) and (min-width: 731px) {
  .postcards .postcard-card {
    transition: transform .35s ease, box-shadow .35s ease;
  }

  .postcards .postcard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.6rem 3.2rem rgb(1 36 45 / .34), 0 0 0 1px rgb(255 246 229 / .2);
  }
}

@media (min-width: 731px) and (max-width: 1023px) {
  .postcards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(26rem, 1fr) minmax(17rem, 1fr);
    min-height: 0;
    padding-inline: clamp(20px, 5vw, 48px);
  }

  .postcards .postcard-card:first-child {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 26rem;
  }

  .postcards .postcard-card:nth-child(2),
  .postcards .postcard-card:nth-child(3) {
    grid-column: auto;
    grid-row: 2;
    min-height: 17rem;
  }
}

@media (min-width: 731px) {
  /* Keep sparse galleries intentional without changing the render order. */
  .postcards .postcard-card:only-child {
    grid-column: 1 / -1;
    grid-row: 1 / span 2;
    width: min(100%, 42rem);
    min-height: 35rem;
    margin-inline: auto;
  }

  .postcards .postcard-card:first-child:nth-last-child(2) {
    grid-column: 1;
    grid-row: 1;
    min-height: 35rem;
  }

  .postcards .postcard-card:nth-child(2):last-child {
    grid-column: 2;
    grid-row: 1;
    min-height: 35rem;
  }

  .postcards .postcard-card:nth-child(n + 4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 17rem;
  }
}

@media (max-width: 730px) {
  .postcards {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
    padding: 80px 18px;
  }

  .postcards .postcard-card:first-child,
  .postcards .postcard-card:nth-child(2),
  .postcards .postcard-card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
    transform: none;
  }

  .postcards .postcard-card:only-child,
  .postcards .postcard-card:first-child:nth-last-child(2),
  .postcards .postcard-card:nth-child(2):last-child,
  .postcards .postcard-card:nth-child(n + 4) {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    min-height: 340px;
    margin-inline: 0;
  }

  .postcards::before,
  .postcards::after {
    opacity: .34;
  }

  .postcards .postcard-card > .demo-photo {
    object-fit: cover;
  }

  .postcards .postcard-card::after {
    width: 3rem;
    height: 3rem;
    opacity: .3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .postcards .postcard-card { transition: none; }
}

/* Countdown: refuerzo visual de la columna izquierda, sin alterar el contador. */
@media (min-width: 1024px) {
  .countdown-band {
    grid-template-columns: minmax(19rem, .92fr) minmax(0, 1.08fr);
    gap: clamp(3.5rem, 7vw, 8rem);
  }
  .countdown-band > div:first-child {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 17rem;
    max-width: 26rem;
    padding: 2rem 3rem 2rem 0;
    border-right: 1px solid rgb(255 246 229 / .2);
    background:
      radial-gradient(ellipse at 20% 78%, rgb(28 191 210 / .18) 0 15%, transparent 15.6%),
      radial-gradient(ellipse at 40% 76%, transparent 0 27%, rgb(255 246 229 / .11) 27.2% 27.7%, transparent 28.1%);
  }
  .countdown-band > div:first-child::after {
    position: absolute;
    right: -1.8rem;
    bottom: -1.6rem;
    width: 10rem;
    height: 8rem;
    content: '';
    opacity: .2;
    border: 1px solid var(--sun);
    border-radius: 100% 0 100% 0;
    transform: rotate(-23deg);
    pointer-events: none;
  }
  .countdown-band .section-no {
    position: relative;
    width: fit-content;
    padding-left: 1.2rem;
  }
  .countdown-band .section-no::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: .45rem;
    height: .45rem;
    content: '';
    border: 1px solid var(--sun);
    border-radius: 50%;
    box-shadow: 0 0 0 .28rem rgb(246 198 74 / .1);
    transform: translateY(-50%);
  }
  .countdown-band h2 {
    position: relative;
    z-index: 1;
    text-wrap: balance;
  }
  .countdown-band h2::after {
    position: absolute;
    right: -2rem;
    bottom: .15rem;
    width: 2.2rem;
    height: 2.2rem;
    content: '';
    opacity: .72;
    background: var(--coral);
    clip-path: polygon(50% 0, 61% 35%, 100% 21%, 70% 50%, 100% 79%, 61% 65%, 50% 100%, 39% 65%, 0 79%, 30% 50%, 0 21%, 39% 35%);
    transform: rotate(13deg);
    pointer-events: none;
  }
  .countdown-band .countdown {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .welcome::after { animation: none; }
}

/* Aloha / Prestige: acciones públicas, aisladas de las demás secciones. */
.social-strip {
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.4rem, 3vw, 2.4rem);
  padding: clamp(4rem, 5.5vw, 5.5rem) clamp(24px, 8vw, 130px);
  border-top: 1px solid rgb(255 246 229 / .2);
  border-bottom: 1px solid rgb(255 246 229 / .16);
  background:
    radial-gradient(circle at 92% 16%, rgb(246 198 74 / .17), transparent 22rem),
    linear-gradient(130deg, var(--deep) 0%, var(--leaf) 58%, #0a6a60 100%);
}
.social-strip::before,
.social-strip::after {
  position: absolute;
  z-index: -1;
  content: '';
  pointer-events: none;
}
.social-strip::before {
  top: -9rem;
  right: -6rem;
  width: 25rem;
  height: 19rem;
  border: 1px solid rgb(255 246 229 / .16);
  border-radius: 52% 48% 64% 36%;
  transform: rotate(-18deg);
}
.social-strip::after {
  bottom: -8rem;
  left: -5rem;
  width: 22rem;
  height: 13rem;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(244 91 105 / .2), transparent 68%);
}
.social-strip > *,
.social-strip .aloha-actions-heading,
.social-strip .aloha-actions-grid {
  position: relative;
  z-index: 1;
}
.social-strip .aloha-actions-heading {
  align-items: start;
  gap: .8rem;
  margin-bottom: clamp(2.25rem, 3.5vw, 3rem);
}
.social-strip .aloha-actions-eyebrow {
  color: var(--sun);
  font-size: .62rem;
  letter-spacing: .28em;
}
.social-strip .aloha-actions-heading h2 {
  color: var(--cream);
  font: 500 clamp(1.8rem, 4vw, 2.7rem)/1.04 Georgia, serif;
  letter-spacing: -.025em;
}
.social-strip .aloha-actions-grid {
  gap: .9rem;
  width: min(100%, 56rem);
  margin-inline: auto;
}
.aloha-action-card {
  min-height: 4.7rem;
  padding: .8rem 1rem;
  border: 1px solid rgb(255 246 229 / .34);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgb(255 246 229 / .15), rgb(255 246 229 / .06));
  box-shadow: 0 .75rem 1.8rem rgb(4 63 75 / .2), inset 0 1px 0 rgb(255 255 255 / .2);
}
.aloha-action-card:hover {
  border-color: rgb(246 198 74 / .9);
  background: linear-gradient(135deg, rgb(255 246 229 / .22), rgb(255 246 229 / .1));
  box-shadow: 0 1rem 2.1rem rgb(4 63 75 / .25), inset 0 1px 0 rgb(255 255 255 / .24);
}
.aloha-action-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-color: rgb(255 246 229 / .58);
  border-radius: .8rem;
  background: rgb(255 246 229 / .08);
}
.aloha-action-svg { width: 1.3rem; height: 1.3rem; }
.aloha-action-label { color: var(--cream); font-size: .7rem; letter-spacing: .1em; }
.aloha-action-arrow { color: var(--sun); font-size: 1.4rem; }
.social-strip > p {
  align-self: end;
  color: rgb(255 246 229 / .74);
  font-size: .74rem;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}
.social-strip > strong {
  align-self: end;
  color: var(--cream);
  font: italic 500 clamp(1.5rem, 3.5vw, 2.15rem)/1 Georgia, serif;
  letter-spacing: -.02em;
  text-shadow: 0 3px 16px rgb(4 63 75 / .24);
}
@media (max-width: 650px) {
  .social-strip {
    gap: 1.35rem;
    padding: 4.4rem 20px 4.8rem;
  }
  .social-strip .aloha-actions-heading { margin-bottom: 2.25rem; }
  .social-strip .aloha-actions-grid { gap: .7rem; }
  .aloha-action-card { min-height: 4.15rem; padding-inline: .75rem; }
  .aloha-action-label { font-size: .62rem; letter-spacing: .075em; }
  .social-strip > p { margin-top: .4rem; }
  .social-strip > strong { font-size: 1.65rem; }
}

/* Final desktop override: keep countdown central and prevent clipped numerals. */
@media (min-width: 1024px) {
  .countdown-band { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 2.8rem; min-height: 34rem; padding: clamp(5.5rem, 8vw, 7.5rem) max(24px, 5vw); text-align: center; }
  .countdown-band > div:first-child { display: block; width: min(100%, 34rem); min-height: 0; max-width: 34rem; padding: 0; border: 0; background: none; }
  .countdown-band > div:first-child::before { display: block; width: 4.5rem; height: 1px; margin: 0 auto 1.4rem; background: var(--sun); box-shadow: 1.15rem 0 0 rgb(244 91 105 / .72), -1.15rem 0 0 rgb(244 91 105 / .72); }
  .countdown-band > div:first-child::after { display: none; }
  .countdown-band .section-no { display: inline-block; width: auto; margin: 0 0 1rem; padding: 0; }
  .countdown-band .section-no::before, .countdown-band .section-no::after, .countdown-band h2::after { display: none; }
  .countdown-band h2 { max-width: none; margin: 0; font-size: clamp(3.4rem, 6vw, 6.2rem); line-height: .88; text-wrap: balance; }
  .countdown-band .countdown { display: grid; width: min(100%, 70rem); min-width: 0; margin: 0 auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.5rem); overflow: visible; }
  .countdown-band .countdown div, .countdown-band .countdown div:nth-child(2), .countdown-band .countdown div:nth-child(3), .countdown-band .countdown div:nth-child(4) { min-width: 0; min-height: 10.5rem; margin: 0; padding: 1.5rem .75rem 1.2rem; overflow: visible; transform: none; }
  .countdown-band .countdown strong { min-width: 0; font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1; letter-spacing: -.07em; white-space: nowrap; }
  .countdown-band::before { top: 20%; left: -5rem; right: auto; width: 17rem; height: 25rem; border: 0; border-radius: 50% 0 50% 0; background: linear-gradient(145deg, transparent 22%, rgb(8 122 80 / .2) 23% 43%, transparent 44%), linear-gradient(35deg, transparent 42%, rgb(255 246 229 / .16) 43% 43.5%, transparent 44%); box-shadow: none; transform: rotate(-18deg); animation: none; }
  .countdown-band::after { right: -4rem; bottom: -5rem; width: 19rem; height: 15rem; border-top: 1px solid rgb(255 246 229 / .22); border-radius: 50%; box-shadow: 0 -2rem 0 -1rem rgb(244 91 105 / .12), 0 -4rem 0 -2rem rgb(246 198 74 / .1); transform: rotate(-12deg); }
}

@media (min-width: 1024px) {
  /* Flores laterales finales: quedan fuera del bloque central y de las cards. */
  .countdown-band::before {
    top: 28%; left: -4.5rem; right: auto; width: 15rem; height: 15rem;
    border: 0; border-radius: 50%; opacity: .62;
    background: radial-gradient(ellipse at 50% 9%, rgb(244 91 105 / .62) 0 20%, transparent 21%), radial-gradient(ellipse at 89% 37%, rgb(244 91 105 / .52) 0 20%, transparent 21%), radial-gradient(ellipse at 73% 83%, rgb(244 91 105 / .48) 0 20%, transparent 21%), radial-gradient(ellipse at 27% 83%, rgb(244 91 105 / .48) 0 20%, transparent 21%), radial-gradient(ellipse at 11% 37%, rgb(244 91 105 / .52) 0 20%, transparent 21%), radial-gradient(circle at 50% 50%, rgb(246 198 74 / .78) 0 9%, transparent 10%);
    box-shadow: none; transform: rotate(-18deg); animation: alohaCountdownFlower 13s ease-in-out infinite; pointer-events: none;
  }
  .countdown-band::after {
    right: -4.8rem; bottom: -3.5rem; width: 13rem; height: 13rem; border: 0; border-radius: 50%; opacity: .48;
    background: radial-gradient(ellipse at 50% 9%, rgb(255 137 173 / .4) 0 20%, transparent 21%), radial-gradient(ellipse at 89% 37%, rgb(255 137 173 / .34) 0 20%, transparent 21%), radial-gradient(ellipse at 73% 83%, rgb(255 137 173 / .3) 0 20%, transparent 21%), radial-gradient(ellipse at 27% 83%, rgb(255 137 173 / .3) 0 20%, transparent 21%), radial-gradient(ellipse at 11% 37%, rgb(255 137 173 / .34) 0 20%, transparent 21%), radial-gradient(circle at 50% 50%, rgb(246 198 74 / .55) 0 9%, transparent 10%);
    box-shadow: none; transform: rotate(14deg); pointer-events: none;
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .countdown-band::before { animation: none; }
}
