@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Serif+Display:ital@0;1&display=swap");:root{--teal:#00c2b8;--teal-bright:#00e5d8;--teal-dim:rgba(0,194,184,.12);--teal-glow:0 0 40px rgba(0,194,184,.35);--coral:#ff6b4a;--coral-dim:rgba(255,107,74,.12);--gold:#f4c842;--gold-dim:rgba(244,200,66,.12);--green-ok:#00d68f;--cta:#1a56db;--cta-hover:#1648c0;--cta-glow:0 8px 32px rgba(26,86,219,.45);--bg-0:#08101e;--bg-1:#0d1a2e;--bg-2:#111f36;--bg-3:#192840;--bg-pill:#1a2d45;--text-white:#f0f6ff;--text-light:#8fa8c8;--text-muted:#4e6580;--border:hsla(0,0%,100%,.07);--border-teal:rgba(0,194,184,.3);--r-xs:6px;--r-sm:10px;--r-md:16px;--r-lg:24px;--r-xl:36px;--r-full:999px;--shadow-sm:0 2px 12px rgba(0,0,0,.25);--shadow-md:0 8px 32px rgba(0,0,0,.4);--shadow-lg:0 20px 60px rgba(0,0,0,.55);--shadow-card:0 4px 24px rgba(0,0,0,.35);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in:cubic-bezier(0.4,0,1,1);--ease-back:cubic-bezier(0.175,0.885,0.32,1.275);--max-w:1280px;--gutter:clamp(1.25rem,4vw,2rem)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,system-ui,sans-serif;background-color:var(--bg-0);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--text-white)}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:800;letter-spacing:-.025em;line-height:1.1}.serif{font-family:"DM Serif Display",Georgia,serif;font-weight:400}p{color:var(--text-light);line-height:1.75}a{color:inherit;text-decoration:none;transition:color .2s ease}img,video{max-width:100%;display:block}ul{list-style:none}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:2rem}.grid-2,.grid-3{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:2rem;gap:2rem}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{display:flex;align-items:center}.flex-between{justify-content:space-between}.flex-col{display:flex;flex-direction:column}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.label{font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--teal)}.section-heading{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:1rem}.section-sub{font-size:1.1rem;color:var(--text-light);max-width:640px}.text-teal{color:var(--teal)}.text-gold{color:var(--gold)}.text-coral{color:var(--coral)}.text-muted{color:var(--text-muted)}.text-white{color:var(--text-white)}.text-center{text-align:center}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;border-radius:var(--r-full);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.pill-teal{background:var(--teal-dim);color:var(--teal);border:1px solid var(--border-teal)}.pill-gold{background:var(--gold-dim);color:var(--gold);border:1px solid rgba(244,200,66,.3)}.pill-coral{background:var(--coral-dim);color:var(--coral);border:1px solid rgba(255,107,74,.3)}.pill-green{background:rgba(0,214,143,.1);color:var(--green-ok);border:1px solid rgba(0,214,143,.3)}.pill-blue{background:rgba(26,86,219,.12);color:#60a5fa;border:1px solid rgba(96,165,250,.25)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 2rem;background:var(--cta);color:#fff!important;border:none;border-radius:var(--r-sm);font-family:Inter,sans-serif;font-size:.92rem;font-weight:800;letter-spacing:.02em;cursor:pointer;box-shadow:var(--cta-glow);transition:transform .2s var(--ease-back),background .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.btn-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.15),transparent 60%);opacity:0;transition:opacity .2s ease}.btn-cta:hover{background:var(--cta-hover);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px rgba(26,86,219,.55)}.btn-cta:hover:before{opacity:1}.btn-cta:active{transform:translateY(0) scale(.99)}.btn-cta-lg{padding:1.15rem 2.5rem;font-size:1rem}.btn-cta-lg,.btn-cta-xl{border-radius:var(--r-md)}.btn-cta-xl{padding:1.35rem 3rem;font-size:1.1rem;width:100%}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.8rem;background:transparent;color:var(--teal)!important;border:1.5px solid var(--teal);border-radius:var(--r-sm);font-size:.88rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-ghost:hover{background:var(--teal-dim);box-shadow:var(--teal-glow);transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.04);color:var(--text-white)!important;border:1px solid var(--border);border-radius:var(--r-sm);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15);transform:translateY(-2px)}.btn-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--teal);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:gap .2s ease}.btn-link:hover{gap:.7rem}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(26,86,219,.5)}70%{box-shadow:0 0 0 14px rgba(26,86,219,0)}to{box-shadow:0 0 0 0 rgba(26,86,219,0)}}.btn-cta.pulse{animation:pulse-ring 2s ease infinite}.main-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;padding:0;background:rgba(8,16,30,.6);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);transition:background .4s ease,box-shadow .4s ease}.main-header.scrolled{background:rgba(8,16,30,.95);box-shadow:0 4px 30px rgba(0,0,0,.5);border-bottom-color:rgba(0,194,184,.12)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.logo{display:flex;align-items:baseline;gap:0;font-size:1.35rem;font-weight:900;letter-spacing:-.03em;text-decoration:none;color:var(--text-white)}.logo-info{color:var(--teal)}.logo-tahiti{color:var(--text-white)}.logo-tag{display:inline-block;font-size:.55rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;background:var(--gold);color:#0d1a2e;padding:2px 5px;border-radius:4px;margin-left:5px;align-self:flex-start;margin-top:4px}.nav-list{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);position:relative;padding:4px 0;transition:color .2s ease}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--teal);border-radius:2px;transition:width .25s var(--ease-out)}.nav-link:hover{color:var(--text-white)}.nav-link:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-white);cursor:pointer;padding:4px}.hero,.nav-menu{display:flex;align-items:center}.hero{position:relative;min-height:100svh;flex-direction:column;justify-content:center;overflow:hidden;padding:8rem var(--gutter) 4rem}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scale(1.04);transition:transform 12s ease}.hero:hover .hero-bg{transform:scale(1)}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(8,16,30,.5) 0,rgba(8,16,30,.2) 50%,rgba(8,16,30,.95)),radial-gradient(ellipse at 20% 50%,rgba(0,194,184,.08) 0,transparent 60%)}.hero-content{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto}.hero-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:1.75rem;padding:.45rem 1.1rem;background:var(--teal-dim);border:1px solid var(--border-teal);border-radius:var(--r-full)}.hero-eyebrow:before{content:"";width:6px;height:6px;background:var(--teal-bright);border-radius:50%;animation:blink 2s ease infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:-.04em;line-height:1;color:#fff;margin-bottom:1.5rem}.hero-title .accent{color:transparent;background:linear-gradient(135deg,var(--teal-bright),var(--teal));-webkit-background-clip:text;background-clip:text}.hero-sub{font-size:1.2rem;color:hsla(0,0%,100%,.72);max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-panel{position:relative;z-index:2;width:100%;max-width:var(--max-w);margin:3rem auto 0;display:grid;grid-template-columns:1fr 1.2fr;grid-gap:1.5rem;gap:1.5rem;padding:0 var(--gutter)}.hero-search-box{background:rgba(13,26,46,.85);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;transition:border-color .3s ease}.hero-search-box:hover{border-color:rgba(0,194,184,.25)}.hero-search-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.hero-search-icon{width:42px;height:42px;background:var(--teal-dim);border:1px solid var(--border-teal);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;color:var(--teal);flex-shrink:0}.hero-map-box{border-radius:var(--r-lg);overflow:hidden;min-height:460px;border:1px solid var(--border);box-shadow:var(--shadow-lg);background:var(--bg-2)}.trust-strip{position:relative;z-index:2;width:100%;max-width:var(--max-w);margin:2rem auto 0;padding:0 var(--gutter)}.trust-strip-inner{gap:0;background:rgba(13,26,46,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.trust-item,.trust-strip-inner{display:flex;align-items:center;justify-content:center}.trust-item{gap:.6rem;padding:1.1rem 2rem;font-size:.82rem;font-weight:700;color:var(--text-white);flex:1 1;border-right:1px solid var(--border);transition:background .2s ease}.trust-item:last-child{border-right:none}.trust-item:hover{background:hsla(0,0%,100%,.03)}.trust-item-icon{width:28px;height:28px;border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-title{margin-bottom:3rem}.section-title .label{margin-bottom:.75rem;display:block}.section-title h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;margin-bottom:.75rem}.section-title p{font-size:1.05rem;color:var(--text-light);max-width:580px}.section-title.center{text-align:center}.section-title.center p{margin:0 auto}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s var(--ease-out),box-shadow .4s ease,border-color .3s ease;position:relative}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:rgba(0,194,184,.2)}.card-featured{border:2px solid rgba(244,200,66,.45);box-shadow:0 0 0 1px rgba(244,200,66,.12),0 6px 28px rgba(244,200,66,.1);position:relative}.card-featured:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),#ffb800,var(--gold));z-index:2;border-radius:var(--r-lg) var(--r-lg) 0 0}.card-featured:hover{border-color:rgba(244,200,66,.75);box-shadow:0 0 0 1px rgba(244,200,66,.25),0 20px 50px rgba(244,200,66,.18);transform:translateY(-10px)}.card-img{position:relative;overflow:hidden;aspect-ratio:4/3;background:var(--bg-3)}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out)}.card:hover .card-img img{transform:scale(1.07)}.card-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,16,30,.7) 0,transparent 50%)}.card-img-badges{top:1rem;gap:.5rem;flex-wrap:wrap}.card-img-badges,.card-img-stars{position:absolute;left:1rem;display:flex}.card-img-stars{bottom:1rem;gap:2px}.card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1 1;gap:.75rem}.card-type{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}.card-title{font-size:1.2rem;font-weight:800;color:var(--text-white);line-height:1.25}.card-desc{font-size:.88rem;color:var(--text-light);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1 1}.card-title-link{color:inherit;display:block;transition:color .2s ease}.card-title-link:hover{color:var(--gold)}.card-desc-link{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1 1;cursor:pointer;transition:color .2s ease}.card-desc-link:hover{color:var(--text-white)}.card-meta{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-muted);font-weight:600}.card-footer{padding:0 1.5rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.price-badge{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:rgba(0,214,143,.1);border:1px solid rgba(0,214,143,.25);border-radius:var(--r-xs);font-size:.7rem;font-weight:800;color:var(--green-ok);letter-spacing:.05em;text-transform:uppercase}.island-card{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:3/4;display:block;background:var(--bg-3);transition:transform .4s var(--ease-out),box-shadow .4s ease}.island-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:var(--shadow-lg)}.island-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-out)}.island-card:hover img{transform:scale(1.08)}.island-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,16,30,.92) 0,rgba(8,16,30,.2) 55%,transparent)}.island-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.75rem}.island-card-name{font-size:1.5rem;font-weight:900;color:#fff;margin-bottom:.4rem;letter-spacing:-.02em}.island-card-count{font-size:.78rem;color:hsla(0,0%,100%,.65);font-weight:600;margin-bottom:1rem}.island-card-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);padding:.5rem 1.1rem;background:var(--teal-dim);border:1px solid var(--border-teal);border-radius:var(--r-full);transition:background .2s ease}.island-card:hover .island-card-cta{background:rgba(0,194,184,.2)}.featured-section{background:linear-gradient(135deg,var(--bg-1) 0,var(--bg-2) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:5rem 0}.value-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;transition:transform .3s ease,border-color .3s ease}.value-card:hover{transform:translateY(-4px);border-color:rgba(0,194,184,.2)}.value-icon{width:52px;height:52px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.value-title{font-size:1.1rem;font-weight:800;margin-bottom:.6rem;color:var(--text-white)}.value-desc{font-size:.9rem;color:var(--text-light);line-height:1.7}.booking-sidebar{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;position:-webkit-sticky;position:sticky;top:88px}.booking-sidebar-header{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.booking-sidebar-label{font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--green-ok);display:block;margin-bottom:.5rem}.booking-sidebar-title{font-size:1.5rem;font-weight:900;color:var(--text-white)}.booking-perks{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.booking-perk{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--green-ok)}.trust-card{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;background:var(--teal-dim);border:1px solid var(--border-teal);border-radius:var(--r-sm);margin-top:1.25rem}.trust-card-icon{color:var(--teal);flex-shrink:0;margin-top:1px}.trust-card-text{font-size:.8rem;font-weight:600;color:var(--text-light);line-height:1.5}.detail-layout{display:grid;grid-template-columns:1fr 380px;grid-gap:3rem;gap:3rem;align-items:start}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-gap:1rem;gap:1rem;margin-bottom:3rem}.photo-grid a:first-child{grid-column:span 2;grid-row:span 2}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-md);transition:transform .4s ease,filter .4s ease}.photo-grid a{display:block;overflow:hidden;border-radius:var(--r-md)}.photo-grid a:first-child img{min-height:400px}.photo-grid a:not(:first-child) img{min-height:190px}.photo-grid a:hover img{transform:scale(1.04);filter:brightness(1.05)}.content-section{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem;margin-bottom:2rem}.content-section h2{font-size:1.6rem;margin-bottom:1.25rem}.content-body{font-size:1rem;color:var(--text-light);line-height:1.85;white-space:pre-wrap}.feature-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.feature-chip{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);font-size:.82rem;font-weight:700;color:var(--text-white)}.map-container{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md)}.leaflet-container{background:var(--bg-1)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;color:var(--text-muted);margin-bottom:2rem;flex-wrap:wrap}.breadcrumb a{color:var(--teal);transition:color .2s ease}.breadcrumb a:hover{color:var(--teal-bright)}.breadcrumb-sep{color:var(--border)}.island-chips{display:flex;flex-wrap:wrap;gap:.6rem}.island-chip{padding:.55rem 1.1rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-full);font-size:.8rem;font-weight:700;color:var(--text-light);transition:all .2s ease;white-space:nowrap}.island-chip:hover{background:var(--teal-dim);border-color:var(--border-teal);color:var(--teal);transform:translateY(-2px)}.internal-link-list{display:flex;flex-direction:column;gap:.75rem}.internal-link-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);transition:all .2s ease;color:var(--text-white)}.internal-link-item:hover{background:var(--bg-pill);border-color:rgba(0,194,184,.2);transform:translateX(4px)}.internal-link-img{width:52px;height:52px;border-radius:var(--r-xs);object-fit:cover;flex-shrink:0}.internal-link-name{font-size:.88rem;font-weight:700;color:var(--text-white);margin-bottom:2px}.internal-link-meta{font-size:.72rem;color:var(--teal);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.nearby-section{padding:4rem 0;border-top:1px solid var(--border)}.island-header{position:relative;height:420px;border-radius:var(--r-xl);overflow:hidden;margin-bottom:3rem;display:flex;align-items:flex-end}.island-header img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.island-header-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,16,30,.95) 0,rgba(8,16,30,.2) 70%)}.island-header-content{position:relative;z-index:2;padding:2.5rem;width:100%}.island-header h1,.island-header-h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;margin-bottom:.5rem;letter-spacing:-.03em}.island-header p,.island-header-p{color:hsla(0,0%,100%,.72);font-size:1.05rem;max-width:640px;line-height:1.7;margin-top:.5rem}.mobile-sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;padding:1rem;background:rgba(8,16,30,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.main-footer,.mobile-sticky-cta{border-top:1px solid var(--border)}.main-footer{background:#050d1a;padding:6rem 0 0}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;grid-gap:4rem;gap:4rem;padding-bottom:5rem}.footer-brand-desc{font-size:.92rem;color:var(--text-muted);line-height:1.8;margin-top:1.25rem;margin-bottom:2rem}.footer-heading{font-size:.7rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.85rem}.footer-link{font-size:.88rem;color:var(--text-muted);font-weight:500;transition:color .2s ease;display:flex;align-items:center;gap:.4rem}.footer-link:hover{color:var(--teal)}.footer-link:hover:before{transform:translateX(3px)}.footer-bottom{border-top:1px solid var(--border);padding:1.75rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-copy{font-size:.8rem;color:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.reveal{opacity:0;animation:fadeUp .75s var(--ease-out) forwards}@media (max-width:1200px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.detail-layout{grid-template-columns:1fr 340px;gap:2rem}}@media (max-width:1024px){.hero-panel{grid-template-columns:1fr}.hero-map-box{min-height:340px}.detail-layout{grid-template-columns:1fr}.booking-sidebar{position:static}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero{padding:7rem var(--gutter) 3rem}.hero-title{font-size:2.8rem}.hero-sub{font-size:1rem}.trust-strip-inner{flex-direction:column}.trust-item{border-right:none;border-bottom:1px solid var(--border)}.trust-item:last-child{border-bottom:none}.footer-grid{gap:2.5rem}.footer-grid,.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-auto{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr 1fr}.photo-grid a:first-child{grid-column:span 2}.nav-list{display:none}.mobile-menu-btn{display:flex}.nav-menu.is-open .nav-list{display:flex;flex-direction:column;position:fixed;inset:68px 0 0 0;background:rgba(8,16,30,.98);padding:2rem;gap:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:999;align-items:flex-start}.nav-menu.is-open .nav-link{font-size:1.1rem}.mobile-sticky-cta{display:block}.hero-actions .btn-cta-lg{font-size:.9rem;padding:1rem 1.5rem}.island-header{height:300px;border-radius:var(--r-lg)}.content-section{padding:1.75rem}}@media (max-width:480px){.hero-title{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-cta-lg,.hero-actions .btn-outline{width:100%}.grid-4,.photo-grid{grid-template-columns:1fr}.photo-grid a:first-child{grid-column:auto}}.leaflet-control-attribution{background:rgba(8,16,30,.75)!important;color:var(--text-muted)!important;font-size:.65rem}.leaflet-control-zoom a{background:var(--bg-2)!important;color:var(--text-white)!important;border-color:var(--border)!important}.leaflet-control-zoom a:hover{background:var(--bg-3)!important;color:var(--teal)!important}.leaflet-popup-content-wrapper{border:1px solid var(--border)!important;border-radius:var(--r-md)!important;color:var(--text-white)!important;box-shadow:var(--shadow-lg)!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--bg-2)!important}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}