/* A single animated scene, with a central, readable logo. */
.vacation-hero{max-width:1240px;margin:0 auto;padding:0 16px}.vacation-scene{height:580px;position:relative;isolation:isolate;overflow:clip;border:1px solid #604178;border-radius:22px;background:radial-gradient(ellipse at 50% 35%,#4b2861 0%,#251835 43%,#161123 80%)}
.scene-atmosphere{position:absolute;inset:-12%;z-index:-1;background:radial-gradient(ellipse at 20% 30%,#8252b33b,transparent 45%),radial-gradient(ellipse at 80% 55%,#565fc92e,transparent 40%);animation:atmosphere var(--tv-cycle) ease-in-out infinite}
.scene-landscape{position:absolute;width:100%;height:100%;bottom:0;left:0;pointer-events:none}
.scene-brand{position:absolute;top:25%;left:50%;transform:translateX(-50%);width:min(600px,70%);text-align:center;z-index:2}.eyebrow{display:block;color:#cba4ed;font-size:11px;font-weight:750;letter-spacing:.16em;text-transform:uppercase;line-height:1.6}.scene-brand .eyebrow{font-size:10px;color:#ddc7ef;letter-spacing:.18em}.hero-wordmark{display:block;width:min(390px,86%);height:auto;aspect-ratio:920/335;margin:22px auto 19px;filter:drop-shadow(0 8px 25px #ae6cee35);animation:logo-float var(--tv-cycle) ease-in-out infinite}.scene-brand h1{font:700 clamp(18px,2vw,25px)/1.35 'Orbitron',system-ui,sans-serif;letter-spacing:-.035em;color:#fff}.scene-brand h1 span{color:#dbb3fa}.scene-brand p{font-size:14px;color:#d2bfde;margin-top:12px}.scene-sun{position:absolute;right:11%;top:10%;width:88px;filter:drop-shadow(0 0 35px #e6a27940)}.scene-sun svg{display:block;width:100%}.sun-rays{transform-origin:60px 60px;animation:sun-turn var(--tv-cycle) linear infinite}.scene-flight{position:absolute;top:13%;left:0;width:100%;pointer-events:none;animation:plane-pass var(--tv-cycle) linear infinite;z-index:1}.scene-flight svg{width:112px;height:63px;display:block;filter:drop-shadow(0 5px 8px #140d2740)}.scene-waves{animation:wave-sway var(--tv-cycle) ease-in-out infinite}.scene-clouds{animation:cloud-drift var(--tv-cycle) ease-in-out infinite}.traveller-wave{transform-box:fill-box;transform-origin:0 100%;animation:traveller-wave var(--tv-cycle) ease-in-out infinite}.scene-ball{transform-box:fill-box;transform-origin:center;animation:beach-ball var(--tv-cycle) ease-in-out infinite}.scene-hat{animation:hat-breeze var(--tv-cycle) ease-in-out infinite;transform-box:fill-box;transform-origin:center}.scene-control{position:absolute;right:18px;bottom:14px;z-index:3;display:flex;align-items:center;gap:8px;padding:9px 12px;min-height:40px;border:1px solid #9980af;border-radius:10px;color:#eee3f7;background:#231830e8;font-size:11px}.scene-control[hidden]{display:none}.scene-coordinate{position:absolute;bottom:23px;left:22px;font-size:9px;letter-spacing:.15em;color:#dac6e6}
.vacation-scene.is-paused *{animation-play-state:paused!important}
@keyframes logo-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes atmosphere{0%,100%{transform:translateX(-2%);opacity:.6}50%{transform:translateX(3%);opacity:1}}
@keyframes plane-pass{0%{transform:translate(-15%,25px);opacity:0}5%{opacity:1}45%{transform:translate(49%,-24px);opacity:1}85%{opacity:1}100%{transform:translate(112%,-62px);opacity:0}}
@keyframes sun-turn{from{transform:rotate(0)}to{transform:rotate(90deg)}}
@keyframes wave-sway{0%,100%{transform:translateX(-14px)}50%{transform:translateX(14px)}}
@keyframes cloud-drift{0%,100%{transform:translateX(0)}50%{transform:translateX(22px)}}
@keyframes traveller-wave{0%,20%,70%,100%{transform:rotate(0)}30%,50%{transform:rotate(-12deg)}40%,60%{transform:rotate(8deg)}}
@keyframes beach-ball{0%,100%{transform:translateX(0) rotate(0)}50%{transform:translateX(24px) rotate(35deg)}}
@keyframes hat-breeze{0%,65%,100%{transform:rotate(0)}75%{transform:rotate(-5deg)}85%{transform:rotate(3deg)}}
/* Realistic scenery: depth comes from lighting, materials and subtle camera motion. */
.scene-render{position:absolute;inset:0;display:block;animation:scene-camera var(--tv-cycle) ease-in-out infinite;transform-origin:50% 60%;will-change:transform}
.scene-render img{width:100%;height:100%;object-fit:cover;object-position:center}
.scene-depth-light{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 50% 34%,#160f2b80 0%,#160f2b38 27%,transparent 58%),linear-gradient(0deg,#140e29a6,transparent 18%,transparent 80%,#170e2926);animation:scene-light var(--tv-cycle) ease-in-out infinite}
.scene-brand{top:18%;text-shadow:0 2px 16px #100a24cc}
.scene-brand .eyebrow{color:#f0e2fa}.scene-brand p{color:#f1e5f5}.scene-brand h1 span{color:#e6c7ff}
.hero-wordmark{filter:drop-shadow(0 8px 20px #160a32aa)}
.scene-flight{top:12%;opacity:.9}.scene-flight svg{width:130px;height:62px;filter:drop-shadow(0 7px 7px #1b10285c)}
.scene-coordinate{color:#fff;text-shadow:0 1px 5px #000}.scene-control{min-height:44px;background:#21172cdd;backdrop-filter:blur(8px)}
@keyframes scene-camera{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}
@keyframes scene-light{0%,100%{opacity:.9}50%{opacity:1}}
@media(min-width:601px) and (max-width:992px){.vacation-scene{height:auto;aspect-ratio:1.75}.scene-brand{top:15%;width:68%}.hero-wordmark{width:290px;margin:15px auto}.scene-brand h1{font-size:17px}.scene-brand p{font-size:12px}}
@media(max-width:600px){.vacation-scene{height:580px}.scene-brand{top:16%;width:92%}.scene-render img{object-position:center bottom}.scene-depth-light{background:linear-gradient(0deg,#120c27a6,transparent 15%,transparent 52%,#1a112b33),radial-gradient(ellipse at 50% 28%,#1b112955,transparent 55%)}.scene-flight{top:8%}.scene-flight svg{width:90px;height:43px}.scene-coordinate{bottom:16px;max-width:135px}.scene-control{bottom:8px;min-height:44px}}
/* Local motion stays within the open water and the palm, leaving travelers stable. */
.scene-environment{position:absolute;inset:0;animation:scene-camera var(--tv-cycle) ease-in-out infinite;transform-origin:50% 60%;will-change:transform}
.scene-render{animation:none;will-change:auto}
.scene-ocean{mask-image:radial-gradient(ellipse 30% 12% at 51% 70%,#000 45%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 30% 12% at 51% 70%,#000 45%,transparent 100%)}
.scene-ocean img{animation:shore-flow var(--tv-cycle) ease-in-out infinite;transform-origin:50% 59%;will-change:transform}
.scene-palm{mask-image:radial-gradient(ellipse 30% 38% at 0% 0%,#000 52%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 30% 38% at 0% 0%,#000 52%,transparent 100%)}
.scene-palm img{animation:palm-breeze var(--tv-cycle) ease-in-out infinite;transform-origin:2% 3%;will-change:transform}
.scene-flight{top:1%;animation-name:branded-plane-pass;opacity:1;z-index:1}
.scene-flight img{width:260px;height:auto;max-width:none;filter:drop-shadow(0 7px 10px #180e2540)}
@keyframes shore-flow{0%,100%{transform:translate(0,0) scale(1);filter:brightness(1)}35%{transform:translate(3px,3px) scaleY(1.018);filter:brightness(1.06)}70%{transform:translate(-3px,1px) scaleY(1.008);filter:brightness(1.02)}}
@keyframes palm-breeze{0%,100%{transform:rotate(0) skewX(0)}30%{transform:rotate(1.1deg) skewX(.6deg)}65%{transform:rotate(-.6deg) skewX(-.3deg)}}
@keyframes branded-plane-pass{0%{transform:translate(calc(-1 * var(--plane-width,260px)),5px);opacity:0}7%{opacity:1}90%{opacity:1}100%{transform:translate(105%,-20px);opacity:0}}
@media(max-width:600px){.scene-flight{top:3%;--plane-width:175px}.scene-flight img{width:175px}.scene-ocean{mask-image:radial-gradient(ellipse 32% 10% at 51% 78%,#000 42%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 32% 10% at 51% 78%,#000 42%,transparent 100%)}.scene-palm{mask-image:radial-gradient(ellipse 25% 20% at 0% 44%,#000 45%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 25% 20% at 0% 44%,#000 45%,transparent 100%)}.scene-palm img{transform-origin:0% 57%}}
.scene-flight{--plane-width:145px;top:5%;z-index:1}
.scene-flight img{width:145px;filter:drop-shadow(0 3px 4px #180e2526)}
.scene-palm{z-index:2;pointer-events:none}
.scene-palm img{animation-name:foreground-palm-wind}
@keyframes foreground-palm-wind{0%,100%{transform:rotate(0) skewX(0)}25%{transform:rotate(2.3deg) skewX(1.5deg)}45%{transform:rotate(.8deg) skewX(.3deg)}70%{transform:rotate(-1.3deg) skewX(-.7deg)}}
@media(max-width:600px){.scene-flight{--plane-width:100px;top:5%}.scene-flight img{width:100px}}
/* Small branded jet: depth, banking and a gently rising route across the sky. */
.scene-flight{--plane-width:180px;top:4%;perspective:650px;perspective-origin:90px 50%;animation-name:stylized-flight-route;animation-timing-function:linear}
.scene-flight .plane-model{display:block;width:180px;height:auto;overflow:visible;transform-origin:50% 50%;transform-style:preserve-3d;animation:stylized-flight-bank var(--tv-cycle) ease-in-out infinite;filter:drop-shadow(0 4px 5px #1b102533);will-change:transform}
@keyframes stylized-flight-route{0%{transform:translate(-190px,9px);opacity:0}6%{opacity:1}40%{transform:translate(35%,1px);opacity:1}72%{transform:translate(73%,-9px);opacity:1}94%{opacity:1}100%{transform:translate(108%,-17px);opacity:0}}
@keyframes stylized-flight-bank{0%,100%{transform:translateZ(-95px) rotateY(-17deg) rotateX(10deg) rotateZ(-3deg) scale(.75)}28%{transform:translateZ(-24px) rotateY(-6deg) rotateX(15deg) rotateZ(3deg) scale(.91)}52%{transform:translateZ(8px) rotateY(5deg) rotateX(-9deg) rotateZ(-4deg) scale(1)}76%{transform:translateZ(-30px) rotateY(16deg) rotateX(5deg) rotateZ(-7deg) scale(.88)}}
@media(max-width:600px){.scene-flight{--plane-width:115px;top:4%;perspective-origin:58px 50%}.scene-flight .plane-model{width:115px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.vacation-scene *{animation:none!important}.scene-flight{transform:translate(36%,0)}.scene-ocean{display:none}.button{transition:none}}

/* RDV identity: scoped to the homepage hero. */
.rdv-nav,.rdv-vacation-hero{box-sizing:border-box;width:calc(100% - 32px);max-width:var(--container-w,1240px)}
.rdv-vacation-hero{--tv-cycle:8s;padding:0;margin:0 auto 24px}
.rdv-vacation-hero *{box-sizing:border-box}
.rdv-vacation-hero .vacation-scene{height:660px;aspect-ratio:auto}
.rdv-vacation-hero .scene-brand{top:12%;width:min(620px,65%);display:flex;flex-direction:column;align-items:center;gap:0}
.rdv-hero-eyebrow{font:700 10px/1.5 system-ui,sans-serif;letter-spacing:.25em;color:#f3e7ff}
.rdv-hero-logo{display:block;width:250px;max-width:70%;height:auto;aspect-ratio:2770/2140;margin:14px auto 18px;filter:drop-shadow(0 5px 20px #160a3280);animation:logo-float var(--tv-cycle) ease-in-out infinite}
.rdv-vacation-hero .scene-brand h1{margin:0;font-size:clamp(18px,1.8vw,23px);line-height:1.35;font-weight:800;text-transform:none}
.rdv-vacation-hero .scene-brand .rdv-hero-description{margin:12px 0 0;font:14px/1.5 system-ui,sans-serif;color:#f3e8fa}
.rdv-hero-endorsement{display:flex;flex-direction:column;align-items:center;margin-top:24px;padding-top:16px;position:relative}
.rdv-hero-endorsement:before{content:'';position:absolute;top:0;width:94px;height:1px;background:linear-gradient(90deg,transparent,#d8b4f4,transparent)}
.rdv-tourvibe-logo{display:block;width:120px;height:44px;filter:drop-shadow(0 2px 8px #12091e)}
.rdv-vacation-hero .rdv-hero-endorsement p{font:15px/1.6 system-ui,sans-serif;letter-spacing:.035em;color:#e8d6f4;margin:7px 0 0}
.rdv-hero-endorsement strong{font-weight:650;color:#fff}
.rdv-vacation-hero .scene-control{font:11px/1.4 system-ui,sans-serif;cursor:pointer}
.rdv-vacation-hero .scene-control:focus-visible{outline:3px solid #e6c5ff;outline-offset:3px}
.rdv-vacation-hero .scene-coordinate{font:8px/1.5 system-ui,sans-serif;letter-spacing:.12em}
@media(max-width:992px) and (min-width:601px){.rdv-vacation-hero .vacation-scene{height:620px}.rdv-vacation-hero .scene-brand{top:11%;width:76%}.rdv-hero-logo{width:230px}}
@media(max-width:600px){.rdv-vacation-hero .vacation-scene{height:660px;border-radius:18px}.rdv-vacation-hero .scene-brand{top:11%;width:94%}.rdv-hero-logo{width:215px;margin:15px auto 20px}.rdv-vacation-hero .scene-brand h1{font-size:16px;max-width:310px}.rdv-vacation-hero .scene-brand .rdv-hero-description{font-size:11px;max-width:250px}.rdv-hero-endorsement{margin-top:20px;padding-top:14px}.rdv-vacation-hero .scene-coordinate{left:12px;bottom:18px;font-size:6px;max-width:150px}.rdv-vacation-hero .scene-control{right:8px;bottom:8px;font-size:10px;padding:8px}}

/* Keep the mobile brand and menu button separated within the homepage gutter. */
@media(max-width:600px){.rdv-nav{gap:8px;border-radius:12px}.rdv-brand{min-width:0}.rdv-toggle{flex:0 0 40px;width:40px;height:40px}}
@media(max-width:380px){.rdv-brand{gap:6px}.rdv-logo{flex:0 0 30px;width:30px;height:30px}.rdv-title{font-size:clamp(12px,3.5vw,13px);line-height:1.25;letter-spacing:.2px;white-space:normal}}

/* User-provided Riccione artwork: separate views into the original desktop/mobile composition. */
.rdv-riccione-scenery .scene-environment{animation:none;transform:none;will-change:auto}
.rdv-riccione-scenery .scene-render{overflow:hidden}
.rdv-scenery-desktop,.rdv-scenery-mobile{display:block;width:100%;height:100%;overflow:hidden}
.rdv-scenery-mobile{display:none}
.rdv-riccione-scenery .vacation-scene{height:600px}
.rdv-riccione-scenery .scene-depth-light{animation:none;background:radial-gradient(ellipse at 50% 40%,#25113b96,transparent 64%),linear-gradient(180deg,#25133955,transparent 48%)}
.rdv-riccione-scenery .scene-brand{top:40%;transform:translate(-50%,-50%);width:min(600px,76%);text-shadow:0 2px 5px #140b26e6,0 0 20px #140b2699}
.rdv-riccione-scenery .rdv-hero-eyebrow{font-size:10px;letter-spacing:.18em;color:#fff}
.rdv-riccione-scenery .rdv-hero-logo{width:170px;max-width:70%;margin:8px auto 10px;animation:none}
.rdv-riccione-scenery .scene-brand h1{font-size:23px;line-height:1.4;color:#fff;text-wrap:balance}
.rdv-riccione-scenery .scene-brand h1 span{color:#f3e8ff}
.rdv-riccione-scenery .scene-brand .rdv-hero-description{font-size:15px;font-weight:500;line-height:1.6;margin-top:10px;color:#fff;text-wrap:balance}
.rdv-riccione-scenery .rdv-hero-endorsement{flex-direction:row;gap:12px;margin-top:14px;padding-top:0}
.rdv-riccione-scenery .rdv-hero-endorsement:before{display:none}
.rdv-riccione-scenery .rdv-tourvibe-logo{width:100px;height:37px;flex-shrink:0}
.rdv-riccione-scenery .rdv-hero-endorsement p{font-size:12px;font-weight:500;line-height:1.5;letter-spacing:.01em;margin:0;text-align:left;color:#fff}
.rdv-riccione-scenery .rdv-hero-endorsement strong{font-weight:700}
.rdv-riccione-scenery .scene-flight{top:1%}
@media(min-width:601px) and (max-width:992px){.rdv-riccione-scenery .vacation-scene{height:580px}.rdv-riccione-scenery .scene-brand{width:80%}.rdv-riccione-scenery .rdv-hero-logo{width:160px}.rdv-riccione-scenery .scene-brand h1{font-size:21px}}
@media(max-width:600px){
 .rdv-riccione-scenery .rdv-scenery-desktop{display:none}.rdv-riccione-scenery .rdv-scenery-mobile{display:block}
 .rdv-riccione-scenery .vacation-scene{height:660px}.rdv-riccione-scenery .scene-brand{width:90%}
 .rdv-riccione-scenery .rdv-hero-logo{width:150px;margin:8px auto 12px}
 .rdv-riccione-scenery .scene-brand h1{font-size:17px;max-width:320px}
 .rdv-riccione-scenery .scene-brand .rdv-hero-description{font-size:13px;max-width:300px}
 .rdv-riccione-scenery .rdv-hero-endorsement{gap:9px;margin-top:12px}
 .rdv-riccione-scenery .rdv-tourvibe-logo{width:76px;height:28px}
 .rdv-riccione-scenery .rdv-hero-endorsement p{font-size:11px}
 .rdv-riccione-scenery .scene-depth-light{background:radial-gradient(ellipse at 50% 40%,#25113ba6,transparent 65%),linear-gradient(180deg,#25133940,transparent 50%)}
}
