.hero-section[data-astro-cid-yg6xhirs]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 3rem 6rem}.hero-background[data-astro-cid-yg6xhirs]{position:absolute;inset:0;background:linear-gradient(165deg,var(--sky-light) 0%,var(--white-cloud) 25%,var(--ocean-light) 60%,var(--sky-blue) 100%)}.wave[data-astro-cid-yg6xhirs]{position:absolute;width:200%;height:200%;opacity:.1}.wave-1[data-astro-cid-yg6xhirs]{background:radial-gradient(circle at 30% 40%,var(--ocean-blue) 0%,transparent 50%);animation:wave1 20s ease-in-out infinite}.wave-2[data-astro-cid-yg6xhirs]{background:radial-gradient(circle at 70% 60%,var(--sunset-coral) 0%,transparent 50%);animation:wave2 25s ease-in-out infinite}.wave-3[data-astro-cid-yg6xhirs]{background:radial-gradient(circle at 50% 50%,var(--ocean-blue) 0%,transparent 50%);animation:wave3 30s ease-in-out infinite}@keyframes wave1{0%,to{transform:translate(-10%,-10%) rotate(0)}50%{transform:translate(-5%,-5%) rotate(180deg)}}@keyframes wave2{0%,to{transform:translate(5%,5%) rotate(0)}50%{transform:translate(10%,10%) rotate(-180deg)}}@keyframes wave3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-5%,5%) rotate(90deg)}}.hero-content[data-astro-cid-yg6xhirs]{position:relative;z-index:10;max-width:1000px;width:100%;margin:0 auto;text-align:center}.hero-text-wrapper[data-astro-cid-yg6xhirs]{animation:heroFadeIn 1s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow[data-astro-cid-yg6xhirs]{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;opacity:0;animation:fadeInUp .8s ease-out .2s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title[data-astro-cid-yg6xhirs]{font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.title-line[data-astro-cid-yg6xhirs]{display:block;background:linear-gradient(135deg,#5bbfb5,#9addd8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;animation:fadeInUp .8s ease-out .4s forwards}.title-line[data-astro-cid-yg6xhirs]:nth-child(3){animation-delay:.6s}.title-connector[data-astro-cid-yg6xhirs]{font-size:.5em;color:var(--sand-gold);opacity:0;animation:fadeInScale .8s ease-out .5s forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.hero-tagline[data-astro-cid-yg6xhirs]{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.8;color:var(--text-primary);font-weight:300;margin-bottom:3rem;opacity:0;animation:fadeInUp .8s ease-out .8s forwards}.hero-features[data-astro-cid-yg6xhirs]{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;opacity:0;animation:fadeInUp .8s ease-out 1s forwards}.feature-badge[data-astro-cid-yg6xhirs]{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);cursor:default}.feature-badge[data-astro-cid-yg6xhirs]:before{content:"";display:inline-block;width:6px;height:6px;background:var(--sunset-coral);border-radius:50%;flex-shrink:0}.hero-cta[data-astro-cid-yg6xhirs]{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,var(--sky-blue),var(--deep-ocean));color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #38c9d066;opacity:0;animation:fadeInUp .8s ease-out 1.2s forwards}.hero-cta[data-astro-cid-yg6xhirs]:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #38c9d099}.hero-cta[data-astro-cid-yg6xhirs] svg[data-astro-cid-yg6xhirs]{transition:transform .3s ease}.hero-cta[data-astro-cid-yg6xhirs]:hover svg[data-astro-cid-yg6xhirs]{transform:translateY(4px)}.hero-decoration[data-astro-cid-yg6xhirs]{position:absolute;width:300px;height:300px;color:var(--ocean-blue);opacity:.15;animation:rotate 40s linear infinite}.decoration-1[data-astro-cid-yg6xhirs]{top:10%;right:5%}.decoration-2[data-astro-cid-yg6xhirs]{bottom:15%;left:5%;animation-direction:reverse}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scroll-indicator[data-astro-cid-yg6xhirs]{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:0;animation:fadeIn 1s ease-out 2s forwards}@keyframes fadeIn{to{opacity:.6}}.scroll-line[data-astro-cid-yg6xhirs]{width:1px;height:40px;background:linear-gradient(to bottom,transparent,var(--text-primary));animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleY(1);opacity:.6}50%{transform:scaleY(1.5);opacity:1}}.scroll-text[data-astro-cid-yg6xhirs]{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-primary)}.intro-section[data-astro-cid-yg6xhirs]{padding:8rem 0;background:var(--white-cloud);position:relative}.intro-section[data-astro-cid-yg6xhirs]:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,var(--sunset-coral),transparent);opacity:.1}.intro-wrapper[data-astro-cid-yg6xhirs]{max-width:1400px;margin:0 auto;padding:0 3rem}.intro-content[data-astro-cid-yg6xhirs]{max-width:900px;margin:0 auto;text-align:center}.intro-badge[data-astro-cid-yg6xhirs]{display:inline-block;padding:.5rem 1.5rem;background:#fff;border:1px solid var(--sand-light);border-radius:2rem;font-size:.875rem;font-weight:600;letter-spacing:.05em;color:var(--sunset-coral);margin-bottom:2rem}.intro-title[data-astro-cid-yg6xhirs]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.3;color:var(--text-primary);margin-bottom:2rem}.intro-text[data-astro-cid-yg6xhirs]{font-size:1.125rem;line-height:2;color:var(--ocean-blue);font-weight:300}.stays-section[data-astro-cid-yg6xhirs]{padding:8rem 0 10rem;background:linear-gradient(to bottom,var(--sand-light),var(--sand-medium));position:relative}.stays-wrapper[data-astro-cid-yg6xhirs]{max-width:1400px;margin:0 auto;padding:0 3rem}.stays-header[data-astro-cid-yg6xhirs]{text-align:center;margin-bottom:5rem}.stays-subtitle[data-astro-cid-yg6xhirs]{display:block;font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--sunset-coral);margin-bottom:1rem}.stays-title[data-astro-cid-yg6xhirs]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.stays-title-decoration[data-astro-cid-yg6xhirs]{width:100px;height:3px;background:linear-gradient(90deg,transparent,var(--sand-gold),transparent);margin:0 auto}.stays-grid[data-astro-cid-yg6xhirs]{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,500px),1fr));gap:4rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.hero-section[data-astro-cid-yg6xhirs]{min-height:100vh;padding:4rem 1.5rem 3rem}.hero-eyebrow[data-astro-cid-yg6xhirs]{font-size:.75rem;letter-spacing:.15em;margin-bottom:1rem}.hero-title[data-astro-cid-yg6xhirs]{font-size:2.75rem;gap:.25rem}.title-connector[data-astro-cid-yg6xhirs]{font-size:.45em;margin:.25rem 0}.hero-tagline[data-astro-cid-yg6xhirs]{font-size:1rem;line-height:1.6;margin-bottom:2rem;padding:0 1rem}.hero-features[data-astro-cid-yg6xhirs]{gap:.75rem;margin-bottom:2rem}.feature-badge[data-astro-cid-yg6xhirs]{font-size:.8125rem;padding:.5rem 1.125rem}.hero-cta[data-astro-cid-yg6xhirs]{padding:1.125rem 2.5rem;font-size:1rem;width:100%;max-width:320px;justify-content:center}.hero-decoration[data-astro-cid-yg6xhirs]{width:150px;height:150px;opacity:.08}.decoration-1[data-astro-cid-yg6xhirs]{top:5%;right:-5%}.decoration-2[data-astro-cid-yg6xhirs]{bottom:10%;left:-5%}.scroll-indicator[data-astro-cid-yg6xhirs]{bottom:2rem}.intro-section[data-astro-cid-yg6xhirs]{padding:5rem 0}.intro-title[data-astro-cid-yg6xhirs]{font-size:2rem;line-height:1.4}.intro-text[data-astro-cid-yg6xhirs]{font-size:1rem;line-height:1.8}.stays-section[data-astro-cid-yg6xhirs]{padding:5rem 0 6rem}.stays-header[data-astro-cid-yg6xhirs]{margin-bottom:3rem}.stays-title[data-astro-cid-yg6xhirs]{font-size:2.25rem}.stays-grid[data-astro-cid-yg6xhirs]{gap:2rem}}@media(max-width:480px){.hero-section[data-astro-cid-yg6xhirs]{padding:3rem 1rem 2.5rem}.hero-title[data-astro-cid-yg6xhirs]{font-size:2.25rem}.hero-cta[data-astro-cid-yg6xhirs]{width:100%;font-size:.9375rem}}@media(max-width:768px)and (pointer:coarse){.hero-cta[data-astro-cid-yg6xhirs]{min-height:48px}}
