:root,[data-theme=dark]{--bg-primary:#061110;--bg-surface:#0b1f1d;--bg-surface-elevated:#112c29;--bg-glass:#0b1f1dc7;--bg-glass-strong:#061110eb;--bg-glass-light:#2ea39314;--accent-teal:#1e8b7d;--accent-cyan:#3cd0bd;--accent-emerald:#2ea393;--teal-gradient:linear-gradient(135deg, #3cd0bd 0%, #1e8b7d 50%, #104e46 100%);--teal-glow:#3cd0bd40;--gold-primary:#d8a846;--gold-light:#f3c766;--gold-dark:#a97d26;--gold-gradient:linear-gradient(135deg, #f3c766 0%, #d8a846 50%, #a97d26 100%);--gold-glow:#d8a84640;--text-primary:#f7faf9;--text-secondary:#c0d3d0;--text-muted:#7b9692;--text-gold:#f3c766;--text-teal:#3cd0bd;--border-subtle:#ffffff17;--border-teal:#3cd0bd59;--border-gold:#d8a84661;--border-gold-strong:#f3c766bf;--font-serif:"Cormorant Garamond", "Playfair Display", Georgia, serif;--font-display:"Playfair Display", "Cormorant Garamond", Georgia, serif;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ease-luxury:cubic-bezier(.19, 1, .22, 1);--ease-smooth:cubic-bezier(.4, 0, .2, 1);--duration-fast:.25s;--duration-normal:.5s;--duration-slow:.9s;--shadow-sm:0 4px 14px #00000059;--shadow-md:0 10px 32px #030a098c;--shadow-lg:0 20px 55px #020807cc;--shadow-gold:0 12px 36px #d8a84638;--shadow-teal:0 12px 36px #3cd0bd33;--container-max:1320px;--radius-sm:8px;--radius-md:14px;--radius-lg:24px;--radius-pill:9999px;--header-height:88px}[data-theme=light]{--bg-primary:#f0f6fb;--bg-surface:#fff;--bg-surface-elevated:#e3eff9;--bg-glass:#ffffffe0;--bg-glass-strong:#fffffff5;--bg-glass-light:#1f7aa814;--accent-teal:#1f7aa8;--accent-cyan:#2aa2c8;--accent-emerald:#147087;--teal-gradient:linear-gradient(135deg, #2aa2c8 0%, #1f7aa8 50%, #11577a 100%);--teal-glow:#2aa2c838;--gold-primary:#bf8624;--gold-light:#dba238;--gold-dark:#8c5e11;--gold-gradient:linear-gradient(135deg, #dba238 0%, #bf8624 50%, #8c5e11 100%);--gold-glow:#bf862433;--text-primary:#0b2230;--text-secondary:#2c495e;--text-muted:#5f7c91;--text-gold:#bf8624;--text-teal:#1f7aa8;--border-subtle:#1f7aa829;--border-teal:#2aa2c861;--border-gold:#bf862461;--border-gold-strong:#bf8624cc;--shadow-sm:0 4px 14px #0b22300d;--shadow-md:0 10px 30px #0b223014;--shadow-lg:0 20px 48px #0b22301f;--shadow-gold:0 12px 32px #bf862438;--shadow-teal:0 12px 32px #1f7aa82e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6;overflow-x:clip}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;position:relative;overflow-x:clip}img,picture,video{object-fit:cover;max-width:100%;display:block}a{color:inherit;transition:color var(--duration-fast) var(--ease-smooth);text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}ul{list-style:none}h1,h2,h3,h4,.editorial-title,.serif-italic{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--text-primary);font-weight:500}.editorial-title{font-family:var(--font-serif);font-size:clamp(3rem,6.5vw,5.8rem);font-weight:500;line-height:1.05}.section-heading{font-family:var(--font-serif);margin-top:.4rem;margin-bottom:1.2rem;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:500;line-height:1.15}.editorial-quote{font-size:clamp(1.8rem,3.2vw,2.75rem);line-height:1.25}.section-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold-light);justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:inline-flex}.section-desc{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.gold-text{color:var(--gold-light)}.gold-italic{color:var(--gold-light);font-style:italic;font-family:var(--font-serif)}.serif-italic{font-style:italic;font-family:var(--font-serif);color:var(--gold-light)}.lead-text{color:var(--text-primary);margin-bottom:1rem;font-size:1.15rem;line-height:1.8}.letter-spacing{letter-spacing:.15em}.uppercase{text-transform:uppercase}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:clamp(1.25rem,4vw,2.5rem);padding-right:clamp(1.25rem,4vw,2.5rem)}.section{padding-top:clamp(2.75rem,4.5vw,4.25rem);padding-bottom:clamp(2.75rem,4.5vw,4.25rem);position:relative}#main-content>:first-child:not(.hero-section){padding-top:calc(var(--header-height) + clamp(1.25rem, 2.5vw, 2rem))}.section-header-split{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(2.5rem,4vw,4rem);display:flex}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:border-color var(--duration-normal) var(--ease-smooth), box-shadow var(--duration-normal) var(--ease-smooth)}.glass-panel:hover{border-color:var(--border-gold)}.text-center{text-align:center}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:2.5rem}.w-100{width:100%}.btn{border-radius:var(--radius-pill);letter-spacing:.04em;transition:all var(--duration-normal) var(--ease-luxury);white-space:nowrap;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.85rem;font-size:.92rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-large{padding:1.05rem 2.4rem;font-size:1rem}.btn-gold{background:var(--gold-gradient);color:#0d1014;border:1px solid var(--gold-light);box-shadow:var(--shadow-gold)}.btn-gold:hover{background:linear-gradient(135deg,#f0d49a 0%,#d8b26e 50%,#ad8a42 100%);transform:translateY(-3px);box-shadow:0 16px 36px #c5a05959}.btn-gold:active{transform:translateY(-1px)}.btn-outline-glass{background:var(--bg-glass-light);color:var(--text-primary);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.btn-outline-glass:hover{border-color:var(--gold-primary);color:var(--gold-light);background:#ffffff1a;transform:translateY(-3px)}.btn-outline-gold{color:var(--gold-light);border:1px solid var(--border-gold);background:0 0}.btn-outline-gold:hover{background:var(--gold-glow);border-color:var(--gold-light);color:#fff;transform:translateY(-2px)}.btn-arrow{transition:transform var(--duration-fast) var(--ease-smooth)}.btn:hover .btn-arrow{transform:translate(4px)}.custom-cursor{pointer-events:none;z-index:9999;mix-blend-mode:normal;display:none;position:fixed;top:0;left:0}@media (pointer:fine){.custom-cursor{display:block}}.cursor-dot{background-color:var(--gold-light);border-radius:50%;width:6px;height:6px;transition:transform 80ms ease-out;position:absolute;transform:translate(-50%,-50%)}.cursor-ring{border:1px solid #e5c38273;border-radius:50%;width:36px;height:36px;transition:width .3s,height .3s,border-color .3s,background-color .3s;position:absolute;transform:translate(-50%,-50%)}.custom-cursor.hovering .cursor-ring{border-color:var(--gold-light);background-color:#c5a0591f;width:54px;height:54px}.site-header{width:100%;height:var(--header-height);z-index:1000;transition:background-color var(--duration-normal) var(--ease-smooth), backdrop-filter var(--duration-normal) var(--ease-smooth), box-shadow var(--duration-normal) var(--ease-smooth), border-color var(--duration-normal) var(--ease-smooth), height var(--duration-normal) var(--ease-smooth);border-bottom:1px solid #0000;position:fixed;top:0;left:0}.site-header.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background-color:#090d10d9;height:76px;box-shadow:0 10px 30px #0009}.nav-container{max-width:var(--container-max);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);display:flex}.brand-logo{align-items:center;gap:.9rem;display:flex}.brand-logo-img{object-fit:cover;border:1.5px solid var(--border-gold-strong);background:var(--bg-surface);width:44px;height:44px;transition:transform var(--duration-fast) var(--ease-luxury), box-shadow var(--duration-fast) var(--ease-luxury);border-radius:50%;flex-shrink:0;box-shadow:0 0 16px #d8a84647}.brand-logo:hover .brand-logo-img{transform:scale(1.08)rotate(3deg);box-shadow:0 0 24px #f3c76673}.footer-logo-img{object-fit:cover;border:1.5px solid var(--border-gold-strong);background:var(--bg-surface);border-radius:50%;flex-shrink:0;width:52px;height:52px;box-shadow:0 0 16px #d8a84647}.logo-mark{border:1px solid var(--border-gold);width:44px;height:44px;font-family:var(--font-serif);color:var(--gold-light);background:linear-gradient(135deg,#c5a05926 0%,#11161b99 100%);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex;box-shadow:inset 0 0 12px #c5a05933}.logo-text{flex-direction:column;display:flex}.brand-name{font-family:var(--font-serif);letter-spacing:.08em;color:var(--text-primary);font-size:1.15rem;font-weight:600;line-height:1.1}.brand-sub{letter-spacing:.16em;color:var(--gold-light);margin-top:2px;font-size:.65rem;font-weight:600}.desktop-nav .nav-links{align-items:center;gap:clamp(1.2rem,2.2vw,2.2rem);display:flex}.nav-link{color:var(--text-secondary);letter-spacing:.03em;padding:.5rem 0;font-size:.88rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--gold-gradient);width:0;height:2px;transition:width var(--duration-normal) var(--ease-luxury);border-radius:2px;position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-dropdown{align-items:center;display:inline-flex;position:relative}.dropdown-toggle{cursor:pointer;color:var(--text-secondary);letter-spacing:.03em;transition:color var(--duration-fast) var(--ease-smooth);background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem 0;font-family:inherit;font-size:.88rem;font-weight:500;display:inline-flex;position:relative}.dropdown-toggle:after{content:"";background:var(--gold-gradient);width:0;height:2px;transition:width var(--duration-normal) var(--ease-luxury);border-radius:2px;position:absolute;bottom:0;left:0}.dropdown-toggle:hover,.nav-dropdown:hover .dropdown-toggle,.dropdown-toggle[aria-expanded=true],.nav-dropdown.is-active .dropdown-toggle{color:var(--text-primary)}.dropdown-toggle:hover:after,.nav-dropdown:hover .dropdown-toggle:after,.dropdown-toggle[aria-expanded=true]:after,.nav-dropdown.is-active .dropdown-toggle:after{width:100%}.dropdown-chevron{width:14px;height:14px;transition:transform var(--duration-fast) var(--ease-smooth);color:var(--gold-light);flex-shrink:0}.nav-dropdown:hover .dropdown-chevron,.dropdown-toggle[aria-expanded=true] .dropdown-chevron,.nav-dropdown.is-open .dropdown-chevron{transform:rotate(180deg)}.dropdown-menu{background:var(--bg-surface-elevated);-webkit-backdrop-filter:blur(24px);border:1px solid var(--border-gold);border-radius:var(--radius-md);min-width:230px;box-shadow:0 16px 45px #0000008c, var(--shadow-gold);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s var(--ease-luxury), transform .22s var(--ease-luxury), visibility .22s;z-index:1200;background:#0b1f1df2;margin-top:.5rem;padding:.45rem 0;list-style:none;position:absolute;top:100%;right:0;transform:translateY(8px)}.dropdown-menu:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.is-open .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-item{color:var(--text-secondary);transition:all var(--duration-fast) var(--ease-smooth);border-left:2.5px solid #0000;align-items:center;gap:.75rem;padding:.7rem 1.15rem;font-size:.86rem;font-weight:500;text-decoration:none;display:flex}.dropdown-item:hover,.dropdown-item.active{color:var(--text-primary);background:var(--bg-glass-light);border-left-color:var(--gold-primary);padding-left:1.35rem}.dropdown-item svg{width:16px;height:16px;color:var(--gold-light);opacity:.85;transition:transform var(--duration-fast) var(--ease-smooth);flex-shrink:0}.dropdown-item:hover svg{opacity:1;transform:scale(1.1)}[data-theme=light] .dropdown-menu{background:#fffffff5;border-color:#d8a84673;box-shadow:0 16px 40px #0000001f,0 4px 20px #d8a84626}.nav-actions{align-items:center;gap:1rem;display:flex}.theme-toggle-btn{border:1px solid var(--border-subtle);background:var(--bg-glass-light);width:44px;height:44px;color:var(--gold-light);cursor:pointer;transition:all var(--duration-fast) var(--ease-smooth);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.theme-toggle-btn:hover{border-color:var(--gold-primary);background:var(--gold-glow);transform:rotate(15deg)scale(1.06)}.theme-icon-sun,.theme-icon-moon{pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s,transform .3s;display:flex;position:absolute;inset:0}:root .theme-icon-sun,[data-theme=dark] .theme-icon-sun{opacity:1;color:var(--gold-light);transform:rotate(0)scale(1)}:root .theme-icon-moon,[data-theme=dark] .theme-icon-moon{opacity:0;pointer-events:none;transform:rotate(-90deg)scale(.5)}[data-theme=light] .theme-icon-sun{opacity:0;pointer-events:none;transform:rotate(90deg)scale(.5)}[data-theme=light] .theme-icon-moon{opacity:1;color:var(--accent-teal);transform:rotate(0)scale(1)}.menu-toggle{border:1px solid var(--border-subtle);background:var(--bg-glass-light);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.menu-toggle .bar{background-color:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s}.mobile-drawer{-webkit-backdrop-filter:blur(28px);z-index:99999;opacity:0;visibility:hidden;pointer-events:none;width:100vw;height:100dvh;transition:opacity .35s var(--ease-luxury), visibility .35s var(--ease-luxury), transform .35s var(--ease-luxury);-webkit-overflow-scrolling:touch;background:#090d10fa;position:fixed;inset:0;overflow-y:auto;transform:translateY(-10px)}.mobile-drawer.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-drawer-inner{flex-direction:column;justify-content:flex-start;gap:1.25rem;min-height:100%;padding:1.5rem 1.25rem 2.5rem;display:flex}.mobile-drawer-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.drawer-close-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:42px;height:42px;color:var(--text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.drawer-close-btn:hover{background:var(--gold-primary);color:#061110;border-color:var(--gold-light)}.mobile-nav-links{flex-direction:column;gap:.35rem;width:100%;display:flex}.mobile-nav-link{border-radius:var(--radius-md);color:var(--text-secondary);transition:all .25s var(--ease-smooth);background:0 0;border:1px solid #0000;justify-content:space-between;align-items:center;padding:.65rem .85rem;text-decoration:none;display:flex}.mobile-nav-link .nav-idx{font-family:var(--font-sans);color:var(--gold-light);letter-spacing:.08em;flex-shrink:0;width:22px;font-size:.72rem;font-weight:700}.mobile-nav-link .nav-label{font-family:var(--font-serif);color:var(--text-primary);letter-spacing:.01em;flex:1;margin-left:0;font-size:1.25rem;font-weight:500}.mobile-nav-link .nav-arrow{color:var(--text-muted);opacity:.6;font-size:.95rem;transition:transform .25s,color .25s}.mobile-nav-link:hover,.mobile-nav-link.active{background:var(--bg-surface-elevated);border-color:var(--border-gold);color:var(--gold-light);transform:translate(4px)}.mobile-nav-link:hover .nav-arrow,.mobile-nav-link.active .nav-arrow{color:var(--gold-light);opacity:1;transform:translate(3px)}.mobile-nav-divider{border-top:1px dashed var(--border-subtle);margin-top:.35rem;padding:.85rem .85rem .25rem;list-style:none}.mobile-nav-divider-label{font-family:var(--font-sans);letter-spacing:.14em;color:var(--gold-light);text-transform:uppercase;font-size:.65rem;font-weight:700}.mobile-nav-link.mobile-sub-link{background:#ffffff05;padding-left:1.1rem}.mobile-nav-link.mobile-sub-link .nav-label{color:var(--text-secondary);font-size:1.08rem}.mobile-nav-link.mobile-sub-link:hover .nav-label,.mobile-nav-link.mobile-sub-link.active .nav-label{color:var(--gold-light)}.mobile-drawer-footer{border-top:1px solid var(--border-subtle);flex-direction:column;gap:.65rem;margin-top:auto;padding-top:1.25rem;display:flex}.drawer-contact-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.drawer-phone-group{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.drawer-phone-chip{background:var(--bg-surface-elevated);border:1px solid var(--border-gold);border-radius:var(--radius-md);color:var(--gold-light);letter-spacing:.01em;white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;padding:.65rem .5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.drawer-phone-chip svg{color:var(--gold-light);flex-shrink:0}.drawer-phone-chip:hover{background:var(--gold-gradient);color:#061110;border-color:var(--gold-light)}.drawer-phone-chip:hover svg{color:#061110}.drawer-quick-actions{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.15rem;display:grid}.drawer-action-btn{border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-secondary);text-align:center;justify-content:center;align-items:center;padding:.5rem .4rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.drawer-action-btn:hover{border-color:var(--border-gold);color:var(--gold-light)}.drawer-wa-btn{color:#25d366;border-color:#25d3664d}.drawer-wa-btn:hover{color:#25d366;background:#25d3661f;border-color:#25d366}.hero-section{min-height:100vh;padding-top:calc(var(--header-height) + 2rem);justify-content:center;align-items:center;padding-bottom:7rem;display:flex;position:relative;overflow:hidden}.hero-carousel-container{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;transition:opacity 1.4s var(--ease-luxury), visibility 1.4s var(--ease-luxury);pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide-img{object-fit:cover;object-position:center 35%;width:100%;height:100%;transition:transform 9s ease-out;transform:scale(1.1)}.hero-slide.active .hero-slide-img{transform:scale(1.02)}.hero-gradient-overlay{z-index:3;pointer-events:none;background:radial-gradient(circle at 50% 35%,#06111066 0%,#061110e0 85%),linear-gradient(#0611104d 0%,#061110f5 100%);position:absolute;inset:0}.hero-noise-overlay{z-index:4;opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.hero-carousel-arrow{z-index:20;border:1px solid var(--border-teal);-webkit-backdrop-filter:blur(14px);width:54px;height:54px;color:var(--text-primary);cursor:pointer;transition:all .3s var(--ease-luxury);background:#0b1f1dbf;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 20px #00000073}.hero-carousel-arrow svg{pointer-events:none;stroke:currentColor;width:22px;height:22px;margin:0 auto;display:block}.hero-arrow-prev{left:2.2rem}.hero-arrow-next{right:2.2rem}.hero-carousel-arrow:hover{background:var(--gold-gradient);color:#061110;border-color:var(--gold-light);transform:translateY(-50%)scale(1.08);box-shadow:0 0 25px #d8a84673}.hero-content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:1080px;display:flex;position:relative}.hero-pill-badge{border-radius:var(--radius-pill);border:1px solid var(--border-gold);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1f1db3;align-items:center;gap:.6rem;margin-bottom:2rem;padding:.45rem 1.25rem;display:inline-flex}.pulse-dot{background-color:var(--gold-light);width:7px;height:7px;box-shadow:0 0 10px var(--gold-primary);border-radius:50%;animation:2s ease-in-out infinite pulseGold}@keyframes pulseGold{0%,to{opacity:1;box-shadow:0 0 8px var(--gold-primary), 0 0 3px var(--gold-light);transform:scale(1)}50%{opacity:.45;box-shadow:0 0 16px var(--gold-light), 0 0 6px #fff;transform:scale(1.4)}}.badge-text{letter-spacing:.22em;color:var(--gold-light);font-size:.76rem;font-weight:700}.hero-headline{width:100%;margin-bottom:1.5rem}.hero-brand-title{font-size:clamp(2.8rem,6vw,5.2rem);font-family:var(--font-serif);letter-spacing:.04em;text-transform:uppercase;font-weight:500;line-height:1.1}.hero-headline-sub{font-size:clamp(2.3rem,5vw,4.4rem);font-family:var(--font-serif);color:var(--gold-light);letter-spacing:.02em;text-transform:none;margin:.15rem 0;font-style:italic;line-height:1.15;display:inline-block}.hero-headline-tagline{font-size:clamp(1.45rem,3.7vw,3.3rem);font-family:var(--font-serif);letter-spacing:clamp(.04em,.15vw,.09em);white-space:nowrap;text-transform:uppercase;color:var(--text-primary);justify-content:center;align-items:center;font-weight:500;line-height:1.2;display:inline-flex}.hero-headline-tagline .pulse-dot{background-color:var(--gold-light);width:clamp(6px,.75vw,9px);height:clamp(6px,.75vw,9px);box-shadow:0 0 10px var(--gold-primary), 0 0 4px var(--gold-light);border-radius:50%;flex-shrink:0;margin:0 clamp(.35rem,1vw,.75rem);animation:2.2s ease-in-out infinite pulseGold;display:inline-block}.line-wrap{display:block;overflow:hidden}.line-inner{display:inline-block;transform:translateY(0)}.hero-subtitle{color:var(--text-secondary);max-width:700px;margin-bottom:2.5rem;font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.7}.hero-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.hero-floating-card{border:1px solid var(--border-gold);border-radius:var(--radius-pill);text-align:left;transition:all .4s var(--ease-luxury);background:#0b1f1dd9;align-items:center;gap:1.1rem;margin-top:2.8rem;padding:.75rem 1.4rem;display:flex;box-shadow:0 10px 30px #00000080}.floating-badge-thumb{border:1.5px solid var(--gold-light);border-radius:50%;flex-shrink:0;width:46px;height:46px;overflow:hidden}.floating-badge-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.hero-floating-card:hover .floating-badge-thumb img{transform:scale(1.15)}.floating-title{color:var(--text-primary);font-size:1rem;font-weight:600;font-family:var(--font-serif)}.floating-arrow{background:var(--gold-gradient);color:#061110;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;transition:transform .3s;display:flex}.hero-region-tabs{-webkit-backdrop-filter:blur(14px);border:1px solid var(--border-subtle);border-radius:var(--radius-pill);z-index:5;background:#0b141da6;justify-content:center;align-self:center;align-items:center;gap:.4rem;margin:1.85rem auto .75rem;padding:.35rem .45rem;display:inline-flex;position:relative;box-shadow:0 8px 24px #00000040}.region-tab{color:var(--text-muted);border-radius:var(--radius-pill);font-family:var(--font-sans);cursor:pointer;transition:all .3s var(--ease-smooth);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1.15rem;font-size:.82rem;font-weight:600;display:inline-flex}.region-tab:hover{color:var(--text-primary);background:#ffffff0f}.region-tab.active{background:var(--gold-gradient);color:#fff;text-shadow:0 1px 2px #0003;box-shadow:0 4px 14px #bf862459}.region-tab-icon{font-size:1.05rem;line-height:1}.region-tab-badge{border-radius:var(--radius-pill);letter-spacing:.04em;background:#00000040;padding:.12rem .5rem;font-size:.65rem;font-weight:700}.region-tab.active .region-tab-badge{color:#fff;background:#ffffff47}.hero-indicator.hidden-region{display:none!important}.hero-indicators-row{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(14px);border:1px solid var(--border-subtle);touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#0b141d73;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;max-width:min(1080px,96vw);margin:0 auto;padding:.65rem .85rem;transition:all .3s;display:flex}.hero-section,.hero-content,.hero-floating-card,.hero-indicators-cluster,.hero-indicator,.hero-region-tabs,.region-tab{touch-action:pan-y}.hero-indicator{border:1px solid var(--border-subtle);border-radius:var(--radius-pill);cursor:pointer;transition:all .3s var(--ease-smooth);background:#0b1f1d99;flex-direction:column;flex-shrink:0;gap:.3rem;padding:.42rem .95rem;display:flex;position:relative}.ind-progress{background:#ffffff26;border-radius:2px;width:100%;height:2px;position:relative;overflow:hidden}.ind-progress:after{content:"";background:var(--accent-cyan);width:0;height:100%;transition:width .3s;position:absolute;top:0;left:0}.hero-indicator.active .ind-progress:after{background:var(--gold-gradient);width:100%;animation:5s linear forwards progressTimer}@keyframes progressTimer{0%{width:0%}to{width:100%}}.ind-label{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:600;transition:color .3s}.hero-indicator:hover{border-color:var(--border-teal)}.hero-indicator:hover .ind-label{color:var(--text-primary)}.hero-indicator.active{border-color:var(--border-gold);background:#0b1f1dd9;box-shadow:0 0 15px #d8a84626}.hero-indicator.active .ind-label{color:var(--gold-light)}.floating-badge-thumb img{object-fit:cover;width:100%;height:100%}.floating-badge-text{flex-direction:column;display:flex}.floating-tag{text-transform:uppercase;letter-spacing:.14em;color:var(--gold-light);font-size:.68rem;font-weight:600}.floating-title{color:var(--text-primary);font-size:.95rem;font-weight:600}.floating-sub{color:var(--text-muted);font-size:.78rem}.floating-arrow{background:var(--gold-gradient);color:#000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;transition:transform .3s;display:flex}.hero-floating-card:hover .floating-arrow{transform:translate(4px)}.hero-scroll-indicator{z-index:2;color:var(--text-muted);flex-direction:column;align-items:center;gap:.6rem;transition:color .3s;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-indicator:hover{color:var(--gold-light)}.scroll-mouse{border:1.5px solid #ffffff4d;border-radius:12px;justify-content:center;width:22px;height:34px;padding-top:6px;display:flex}.scroll-wheel{background-color:var(--gold-light);border-radius:2px;width:3px;height:6px;animation:2s ease-in-out infinite scrollWheelPulse}@keyframes scrollWheelPulse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.scroll-label{letter-spacing:.18em;text-transform:uppercase;font-size:.72rem}.editorial-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2.5rem,6vw,6rem);display:grid}.experience-pillars{border-top:1px solid var(--border-subtle);flex-direction:column;gap:1.5rem;margin-top:2.2rem;padding-top:1.8rem;display:flex}.pillar-item{gap:1.25rem;display:flex}.pillar-num{font-family:var(--font-serif);color:var(--gold-light);opacity:.9;font-size:1.6rem;font-weight:600;line-height:1}.pillar-item h4{font-family:var(--font-sans);margin-bottom:.25rem;font-size:1.05rem;font-weight:600}.pillar-item p{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.asymmetric-image-stack{padding:1.5rem;position:relative}.image-frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.main-frame{border:1px solid var(--border-subtle);width:88%;height:480px;position:relative}.main-frame img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.main-frame:hover img{transform:scale(1.05)}.frame-caption{background:linear-gradient(#0000 0%,#061110f2 100%);padding:1.25rem 1.5rem;font-size:.85rem;position:absolute;bottom:0;left:0;right:0;color:#f7faf9!important}.secondary-frame{border:1px solid var(--border-gold);width:58%;height:280px;position:absolute;bottom:-2rem;right:0}.secondary-frame img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.secondary-frame:hover img{transform:scale(1.06)}.secondary-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);color:#f7faf9;border:1px solid var(--border-gold);background:#061110d9;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;display:flex;position:absolute;top:1rem;left:1rem}.stars-gold,.stars{color:var(--gold-light);letter-spacing:2px}.decorative-accent-stamp{pointer-events:none;z-index:4;width:118px;height:118px;position:absolute;top:-1.25rem;right:1.5rem}.rotating-text-svg{width:100%;height:100%;fill:var(--gold-light);font-size:7.2px;font-weight:700;font-family:var(--font-sans);letter-spacing:1.3px;text-transform:uppercase;animation:22s linear infinite rotateStamp}@keyframes rotateStamp{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stamp-icon{pointer-events:auto;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.stamp-logo-img{object-fit:cover;border:1.5px solid var(--border-gold-strong);background:var(--bg-surface);width:44px;height:44px;transition:transform var(--duration-fast) var(--ease-luxury), box-shadow var(--duration-fast) var(--ease-luxury);border-radius:50%;box-shadow:0 0 16px #d8a84659,0 4px 10px #00000040}.stamp-icon:hover .stamp-logo-img{transform:scale(1.12);box-shadow:0 0 24px #f3c76680}[data-theme=light] .rotating-text-svg{fill:#8c6a28}[data-theme=light] .stamp-logo-img{background:#fff;border-color:#8c6a28;box-shadow:0 4px 14px #8c6a2840}.filter-tabs{flex-wrap:wrap;gap:.6rem;display:flex}.filter-tab{border-radius:var(--radius-pill);color:var(--text-muted);border:1px solid var(--border-subtle);background:var(--bg-surface);padding:.6rem 1.35rem;font-size:.85rem;font-weight:600;transition:all .3s}.filter-tab:hover{color:var(--text-primary);border-color:var(--border-gold)}.filter-tab.active{background:var(--gold-gradient);color:#090d10;border-color:var(--gold-light);box-shadow:var(--shadow-gold)}.destinations-grid{grid-template-columns:repeat(3,1fr);gap:1.85rem;display:grid}.destination-card{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);height:440px;transition:all var(--duration-normal) var(--ease-luxury);cursor:pointer;position:relative;overflow:hidden}.destination-card.large-card{grid-column:span 2}.dest-media-wrapper{position:absolute;inset:0}.dest-media-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform 1.4s var(--ease-luxury)}.dest-overlay{transition:background var(--duration-normal) ease;background:linear-gradient(#0611100d 0%,#06111073 45%,#061110f2 100%);position:absolute;inset:0}.dest-content{z-index:2;transition:transform var(--duration-normal) var(--ease-luxury);padding:2rem 2.2rem;position:absolute;bottom:0;left:0;right:0;transform:translateY(24px)}.dest-tag{text-transform:uppercase;letter-spacing:.18em;text-shadow:0 1px 6px #0009;margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:block;color:var(--gold-light)!important}.dest-name{text-shadow:0 2px 12px #000000b3;margin-bottom:.5rem;font-size:1.95rem;line-height:1.15;color:#fff!important}.dest-desc{opacity:0;max-height:0;transition:opacity var(--duration-normal) ease, max-height var(--duration-normal) ease;text-shadow:0 1px 6px #0009;font-size:.88rem;line-height:1.5;color:#e2eef7!important}.dest-btn{opacity:0;transition:opacity var(--duration-normal) ease;text-shadow:0 1px 6px #0009;align-items:center;gap:.5rem;margin-top:1rem;font-size:.86rem;font-weight:700;display:inline-flex;color:var(--gold-light)!important}.dest-btn .arrow-icon{transition:transform .3s}.destination-card:hover{border-color:var(--gold-primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)}.destination-card:hover .dest-media-wrapper img{transform:scale(1.08)}.destination-card:hover .dest-overlay{background:linear-gradient(#0611101a 0%,#061110a6 40%,#061110fa 100%)}.destination-card:hover .dest-content{transform:translateY(0)}.destination-card:hover .dest-desc{opacity:1;max-height:80px}.destination-card:hover .dest-btn{opacity:1}.destination-card:hover .dest-btn:hover .arrow-icon{transform:translate(5px)}.packages-carousel-wrapper{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1.5rem;overflow-x:auto}.packages-carousel-wrapper::-webkit-scrollbar{display:none}.packages-track{gap:1.85rem;width:max-content;display:flex}.pkg-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);width:380px;box-shadow:var(--shadow-md);transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;display:flex;overflow:hidden}.pkg-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-lg);transform:translateY(-6px)}.pkg-image-wrapper{height:230px;position:relative;overflow:hidden}.pkg-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.pkg-card:hover .pkg-image-wrapper img{transform:scale(1.08)}.pkg-duration-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);text-shadow:0 1px 4px #000c;z-index:2;background:#061110e0;border:1px solid #ffffff40;padding:.35rem .85rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem;color:#fff!important}.pkg-dest-badge{background:var(--gold-gradient);text-shadow:0 1px 2px #00000059;border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;z-index:2;padding:.32rem .85rem;font-size:.72rem;font-weight:800;position:absolute;bottom:1rem;left:1rem;box-shadow:0 4px 12px #00000059;color:#fff!important}.pkg-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.pkg-rating-row{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.rating-num{color:var(--text-muted);font-size:.78rem}.pkg-title{margin-bottom:.4rem;font-size:1.45rem;line-height:1.25}.pkg-itinerary-line{color:var(--gold-light);margin-bottom:1rem;font-size:.85rem}.pkg-highlights-pills{flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;display:flex}.pkg-highlights-pills span{background:var(--bg-surface-elevated);border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid #ffffff0a;padding:.25rem .65rem;font-size:.75rem}.pkg-footer{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;padding-top:1.15rem;display:flex}.pkg-price-block{flex-direction:column;flex-shrink:0;justify-content:flex-end;display:flex}.pkg-footer .btn{flex-shrink:0;justify-content:center;align-items:center;height:38px;padding:0 1rem;font-size:.78rem;display:inline-flex}.price-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem}.price-amount{color:var(--text-primary);font-size:1.25rem;font-weight:700}.price-amount small{color:var(--text-muted);font-size:.75rem;font-weight:400}.carousel-nav-controls{gap:.75rem;display:flex}.slider-arrow{border:1px solid var(--border-subtle);background:var(--bg-surface);width:48px;height:48px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;transition:all .3s;display:inline-flex}.slider-arrow svg{pointer-events:none;width:20px;height:20px;margin:0 auto;display:block}.slider-arrow:hover{border-color:var(--gold-light);background:var(--gold-glow);color:var(--gold-light)}.hotels-section{position:relative;overflow:hidden}.hotels-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.hotel-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;display:flex;overflow:hidden}.hotel-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-lg), 0 12px 30px #d8a8461f;transform:translateY(-6px)}.hotel-image-wrapper{height:220px;position:relative;overflow:hidden}.hotel-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.hotel-card:hover .hotel-image-wrapper img{transform:scale(1.08)}.hotel-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);z-index:2;background:#061110e0;border:1px solid #ffffff38;padding:.32rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem;color:#fff!important}.hotel-rating-badge{background:var(--gold-gradient);text-shadow:0 1px 2px #00000059;border-radius:var(--radius-pill);letter-spacing:.04em;z-index:2;align-items:center;gap:.25rem;padding:.28rem .65rem;font-size:.72rem;font-weight:800;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 12px #00000059;color:#fff!important}.hotel-rating-badge svg{width:12px;height:12px;fill:#fff!important}.hotel-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.hotel-location{color:var(--gold-light);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.78rem;font-weight:600;display:inline-flex}.hotel-location svg{width:14px;height:14px}.hotel-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.6rem;font-size:1.35rem;font-weight:600;line-height:1.3}.hotel-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.25rem;font-size:.88rem;line-height:1.55}.hotel-amenities{flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;display:flex}.hotel-amenity-chip{border-radius:var(--radius-pill);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-secondary);padding:.25rem .6rem;font-size:.72rem}.hotel-footer{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;gap:1rem;padding-top:1rem;display:flex}.hotel-price{flex-direction:column;flex-shrink:0;justify-content:flex-end;display:flex}.hotel-footer .btn{flex-shrink:0;justify-content:center;align-items:center;height:38px;padding:0 1rem;font-size:.78rem;display:inline-flex}.hotel-price-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.68rem}.hotel-price-val{color:var(--text-primary);font-size:1.18rem;font-weight:700}.hotel-price-val small{color:var(--text-muted);font-size:.75rem;font-weight:400}.deals-section{background:linear-gradient(#0000 0%,#d8a84608 50%,#0000 100%);position:relative;overflow:hidden}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2.5rem;display:grid}.deal-card{background:var(--bg-surface);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;display:flex;position:relative;overflow:hidden}.deal-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-lg), 0 12px 35px #d8a84626;transform:translateY(-6px)}.deal-badge-ribbon{background:var(--gold-gradient);text-shadow:0 1px 2px #00000059;border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;z-index:2;white-space:nowrap;max-width:calc(100% - 2rem);padding:.32rem .8rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 14px #00000059;color:#fff!important}.deal-validity-badge{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-pill);z-index:2;background:#061110e0;border:1px solid #ffffff38;padding:.28rem .72rem;font-size:.68rem;font-weight:700;position:absolute;top:168px;right:1rem;box-shadow:0 4px 12px #0006;color:#fff!important}.deal-image-wrapper{height:210px;position:relative;overflow:hidden}.deal-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.deal-card:hover .deal-image-wrapper img{transform:scale(1.08)}.deal-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.deal-tagline{letter-spacing:.08em;color:var(--accent-cyan);text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:700}.deal-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.6rem;font-size:1.35rem;font-weight:600;line-height:1.3}.deal-desc{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.55}.deal-inclusions{flex-direction:column;flex-grow:1;gap:.45rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.deal-inclusions li{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.deal-inclusions li svg{width:14px;height:14px;color:var(--gold-light);flex-shrink:0}.deal-footer{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;gap:1rem;padding-top:1rem;display:flex}.deal-pricing{flex-direction:column;flex-shrink:0;justify-content:flex-end;display:flex}.deal-footer .btn{flex-shrink:0;justify-content:center;align-items:center;height:38px;padding:0 1rem;font-size:.78rem;display:inline-flex}.deal-original-price{color:var(--text-muted);font-size:.75rem;text-decoration:line-through}.deal-final-price{color:var(--gold-light);font-size:1.25rem;font-weight:800}.deal-final-price small{color:var(--text-muted);font-size:.75rem;font-weight:400}.price-reveal-wrap{justify-content:flex-start;align-items:center;min-width:120px;height:38px;display:inline-flex;position:relative}.blurred-price{-webkit-filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.55;letter-spacing:.02em;transition:all .3s var(--ease-smooth);font-weight:700}.revealing-soon-badge{-webkit-backdrop-filter:blur(12px);width:max-content;height:32px;color:var(--gold-light);letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border-gold-strong);border-radius:var(--radius-pill);white-space:nowrap;z-index:2;pointer-events:none;background:#0b141df0;align-items:center;gap:.35rem;padding:0 .65rem;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%);box-shadow:0 3px 12px #0000004d,0 0 8px #d8a84633}.revealing-soon-badge:after{content:"";background:linear-gradient(90deg,#0000 0%,#fff6 50%,#0000 100%);width:80%;height:100%;animation:3s ease-in-out infinite luxuryShine;position:absolute;top:0;left:-120%;transform:skew(-20deg)}@keyframes luxuryShine{0%{left:-120%}40%,to{left:200%}}.revealing-soon-badge:before{content:"✦";color:var(--gold-light);font-size:.75rem;line-height:1;animation:2s ease-in-out infinite starTwinkle;display:inline-block}@keyframes starTwinkle{0%,to{opacity:.75;transform:scale(.9)rotate(0)}50%{opacity:1;filter:drop-shadow(0 0 4px var(--gold-light));transform:scale(1.25)rotate(15deg)}}[data-theme=light] .blurred-price{opacity:.52;-webkit-filter:blur(3.5px);color:#2c495e}[data-theme=light] .revealing-soon-badge{color:#8c5e11;background:#fff;border:1px solid #bf8624a6;box-shadow:0 4px 14px #bf862433,0 1px 3px #0000000d}[data-theme=light] .revealing-soon-badge:before{color:#bf8624}[data-theme=light] .revealing-soon-badge:after{background:linear-gradient(90deg,#0000 0%,#dba2384d 50%,#0000 100%)}[data-theme=light] .hotel-card,[data-theme=light] .deal-card{background:var(--bg-surface);border-color:#00000014;box-shadow:0 8px 24px #0000000f}[data-theme=light] .hotel-card:hover,[data-theme=light] .deal-card:hover{border-color:var(--gold-primary);box-shadow:0 16px 36px #0000001a,0 0 20px #d8a84626}[data-theme=light] .hotel-amenity-chip{color:#2c3e50;background:#eaf1f7}.planner-card{border:1px solid var(--border-gold);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg), 0 0 40px #c5a05914;background:linear-gradient(135deg,#11161bf2 0%,#0c1014fa 100%);padding:clamp(2rem,5vw,4.5rem)}.planner-header{max-width:720px;margin:0 auto 3rem}.planner-step-group{border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem;padding-bottom:2rem}.step-label{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;display:flex}.step-num{background:var(--gold-gradient);color:#090d10;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.vibe-selectors{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.vibe-btn{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);transition:all .3s var(--ease-smooth);flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem 1rem;font-size:.9rem;font-weight:600;display:flex}.vibe-icon{width:38px;height:38px;color:var(--text-secondary);transition:all .3s var(--ease-smooth);justify-content:center;align-items:center;display:flex}.vibe-icon svg,.vibe-svg{stroke:currentColor;stroke-width:2px;width:24px;height:24px;transition:transform .3s var(--ease-smooth), stroke .3s var(--ease-smooth)}.vibe-btn:hover{border-color:var(--gold-light);transform:translateY(-2px)}.vibe-btn:hover .vibe-icon{color:var(--gold-light);transform:scale(1.12)}.vibe-btn.active{border-color:var(--gold-light);color:var(--gold-light);background:#c5a0591f;box-shadow:0 0 20px #c5a05926}.vibe-btn.active .vibe-icon{color:var(--gold-light);transform:scale(1.08)}.planner-inputs-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.planner-inputs-grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);outline:none;padding:.95rem 1.25rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-field select option{background:var(--bg-surface-elevated);color:var(--text-primary)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold-light);box-shadow:0 0 15px #c5a05933}.planner-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1rem;display:flex}.planner-live-summary{color:var(--text-secondary);gap:.75rem;font-size:.95rem;display:flex}.planner-live-summary strong{color:var(--gold-light)}.planner-btn-duo{flex-wrap:wrap;gap:1rem;display:flex}.about-image-composition{position:relative}.about-main-img{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);height:520px;box-shadow:var(--shadow-lg);overflow:hidden}.about-main-img img{object-fit:cover;width:100%;height:100%}.about-overlay-badge{border:1px solid var(--border-gold);max-width:280px;padding:1.5rem;position:absolute;bottom:-2rem;right:-1.5rem}.about-overlay-badge strong{color:var(--text-primary);margin:.25rem 0 .5rem;font-size:1.3rem;display:block}.about-overlay-badge p{color:var(--text-muted);font-size:.8rem;line-height:1.5}.stats-counters-grid{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-top:2.5rem;padding-top:2rem;display:grid}.stat-box{flex-direction:column;display:flex}.stat-number-wrap{font-family:var(--font-serif);color:var(--gold-light);font-size:2.8rem;font-weight:700;line-height:1.1}.stat-plus{color:var(--gold-primary)}.stat-label{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem}.split-panels-container{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.split-panel{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-surface);min-height:380px;transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,3.5rem);display:flex;position:relative;overflow:hidden}.split-panel:before{content:"";opacity:.12;transition:opacity .8s ease, transform 1.2s var(--ease-luxury);background-position:50%;background-size:cover;position:absolute;inset:0}.mission-panel:before{background-image:url(https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=1000&auto=format&fit=crop)}.vision-panel:before{background-image:url(https://images.unsplash.com/photo-1544735716-392fe2489ffa?q=80&w=1000&auto=format&fit=crop)}.split-panel:hover:before{opacity:.28;transform:scale(1.06)}.split-panel:hover{border-color:var(--gold-light);transform:translateY(-4px);box-shadow:0 16px 40px #0009,0 0 30px #c5a05926}.panel-content{z-index:2;position:relative}.panel-tag{letter-spacing:.2em;margin-bottom:1.2rem;font-size:.75rem;font-weight:700}.panel-title{margin-bottom:1rem;font-size:clamp(1.4rem,2.2vw,1.85rem);line-height:1.35}.panel-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.65}.panel-pill{color:var(--gold-light);border:1px solid var(--border-gold);border-radius:var(--radius-pill);background:#c5a0591a;padding:.35rem .9rem;font-size:.75rem;font-weight:600;display:inline-block}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.85rem;display:grid}.feature-card{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-surface);transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;padding:2.25rem 2rem;display:flex}.feature-card:hover{border-color:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-4px)}.feature-icon-box{border:1px solid var(--border-gold);width:56px;height:56px;color:var(--gold-light);background:#c5a0591f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-title{font-family:var(--font-sans);color:var(--text-primary);margin-bottom:.6rem;font-size:1.15rem;font-weight:600}.feature-text{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.masonry-gallery{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);cursor:pointer;height:320px;transition:opacity var(--duration-normal) var(--ease-luxury), transform var(--duration-normal) var(--ease-luxury);position:relative;overflow:hidden}.gallery-item.item-tall{height:480px}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease-luxury)}.gallery-caption-overlay{opacity:0;background:linear-gradient(#0000 0%,#061110eb 100%);flex-direction:column;justify-content:flex-end;padding:1.75rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-caption-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.08)}.cap-tag{letter-spacing:.16em;text-transform:uppercase;text-shadow:0 1px 4px #000c;font-size:.72rem;font-weight:700;color:var(--gold-light)!important}.gallery-caption-overlay h4{text-shadow:0 2px 10px #000c;margin:.25rem 0 .5rem;font-size:1.35rem;color:#fff!important}.cap-hint{text-shadow:0 1px 4px #000c;font-size:.75rem;color:#d0e4f2!important}.testimonials-track-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem;overflow-x:auto}.testimonials-track-container::-webkit-scrollbar{display:none}.testimonials-track{gap:1.85rem;width:max-content;display:flex}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-surface);flex-direction:column;justify-content:space-between;width:440px;padding:2.75rem 2.25rem;display:flex;position:relative}.test-quote-icon{font-family:var(--font-serif);color:var(--border-gold);pointer-events:none;font-size:4.5rem;line-height:1;position:absolute;top:1.5rem;right:1.8rem}.test-quote{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.75}.test-author-info{align-items:center;gap:1rem;display:flex}.author-avatar{background:var(--gold-gradient);color:#090d10;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:.95rem;font-weight:700;display:flex}.author-name{font-family:var(--font-sans);font-size:1rem;font-weight:600}.author-location{color:var(--gold-light);font-size:.8rem}.contact-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:clamp(2.5rem,5vw,5rem);display:grid}.contact-methods{flex-direction:column;gap:1.25rem;margin-top:2.5rem;display:flex}.contact-method-card{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);align-items:center;gap:1.25rem;padding:1.4rem 1.6rem;transition:all .3s;display:flex}.contact-method-card:hover{border-color:var(--gold-light);background:var(--bg-surface-elevated);transform:translate(6px)}.cm-icon{width:44px;height:44px;color:var(--gold-light);background:#c5a0591f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.wa-card .cm-icon{color:#25d366;background:#25d36626}.cm-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem;display:block}.cm-value{color:var(--text-primary);margin:.15rem 0;font-size:1.05rem;display:block}.cm-note{color:var(--gold-light);font-size:.78rem;display:block}.contact-form-wrapper{border:1px solid var(--border-gold);padding:clamp(2rem,4vw,3.5rem)}.form-title{margin-bottom:.4rem;font-size:1.85rem}.form-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.92rem}.enquiry-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.final-cta-section{text-align:center;padding:8rem 0;position:relative;overflow:hidden}.final-cta-bg{position:absolute;inset:0}.final-cta-bg img{object-fit:cover;width:100%;height:100%;transform:scale(1.05)}.final-cta-overlay{background:radial-gradient(circle,#090d10b3 0%,#090d10f5 90%);position:absolute;inset:0}.relative-z{z-index:2;position:relative}.final-cta-title{margin:.8rem 0 1.2rem;font-size:clamp(2.6rem,5.5vw,4.5rem)}.final-cta-subtitle{color:var(--text-secondary);max-width:620px;margin:0 auto 2.5rem;font-size:1.15rem}.final-cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.site-footer{border-top:1px solid var(--border-subtle);color:var(--text-secondary);background-color:#06080a;padding:5.5rem 0 2.5rem}.footer-top-grid{grid-template-columns:1.4fr .9fr 1fr 1.1fr;gap:3.5rem;margin-bottom:4rem;display:grid}.footer-logo{margin-bottom:1.25rem}.footer-brand-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-location-badge{color:var(--gold-light);align-items:center;gap:.5rem;font-size:.82rem;display:inline-flex}.footer-heading{font-family:var(--font-sans);letter-spacing:.05em;color:var(--text-primary);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--text-muted);font-size:.88rem;transition:color .25s,transform .25s;display:inline-block}.footer-links a:hover{color:var(--gold-light);transform:translate(4px)}.footer-address{color:var(--text-muted);margin-bottom:1rem;font-size:.88rem;line-height:1.6}.footer-phone,.footer-email{margin-bottom:.5rem;font-size:.9rem}.footer-phone a,.footer-email a{color:var(--text-secondary)}.footer-phone a:hover,.footer-email a:hover{color:var(--gold-light)}.footer-social-row{gap:.75rem;margin-top:1.5rem;display:flex}.social-circle{border:1px solid var(--border-subtle);background:var(--bg-surface);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-circle:hover{border-color:var(--gold-light);color:var(--gold-light);transform:translateY(-3px)}.social-circle.wa-social:hover{color:#25d366;border-color:#25d366}.footer-bottom-row{border-top:1px solid var(--border-subtle);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.82rem;display:flex}.footer-legal-links{gap:.75rem;display:flex}.footer-legal-links a:hover{color:var(--gold-light)}.footer-powered-by{text-align:center;width:100%;color:var(--text-muted);letter-spacing:.02em;border-top:1px solid #ffffff0f;margin-top:.25rem;padding-top:.85rem;font-size:.76rem}.powered-by-link{color:var(--gold-light);font-weight:600;text-decoration:none;transition:all .25s}.powered-by-link:hover{color:#fff;text-decoration:underline}[data-theme=light] .footer-powered-by{border-top-color:#0000000f}[data-theme=light] .powered-by-link{color:var(--gold-primary)}.floating-whatsapp-btn{z-index:900;cursor:pointer;transition:transform .3s var(--ease-luxury);justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:2rem;right:2rem}.wa-btn-inner{color:#fff;width:60px;height:60px;transition:transform .3s var(--ease-luxury);z-index:2;background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 10px 25px #25d36673}.floating-whatsapp-btn:hover .wa-btn-inner{transform:scale(1.08)}.wa-pulse-ring{z-index:1;background:#25d36673;border-radius:50%;width:60px;height:60px;animation:2.4s infinite waPulseAnimation;position:absolute}@keyframes waPulseAnimation{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.wa-tooltip{background:var(--bg-surface-elevated);border:1px solid var(--border-gold);color:var(--text-primary);border-radius:var(--radius-pill);white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-sm);padding:.45rem .9rem;font-size:.78rem;font-weight:600;transition:all .3s;position:absolute;right:72px;transform:translate(10px)}.floating-whatsapp-btn:hover .wa-tooltip{opacity:1;transform:translate(0)}.back-to-top-btn{z-index:900;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--ease-smooth), visibility .3s var(--ease-smooth), transform .3s var(--ease-luxury);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;bottom:6.5rem;right:2.35rem;transform:translateY(12px)scale(.9)}.back-to-top-btn.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.top-btn-inner{-webkit-backdrop-filter:blur(16px);border:1.5px solid var(--gold-primary);width:48px;height:48px;color:var(--gold-light);transition:all .3s var(--ease-luxury);background:#090d10e0;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 25px #0006,0 0 16px #d4af3740}.back-to-top-btn:hover .top-btn-inner{background:var(--gold-gradient);color:#061110;border-color:var(--gold-light);transform:translateY(-4px)scale(1.06);box-shadow:0 14px 30px #00000080,0 0 22px #d4af3773}[data-theme=light] .top-btn-inner{border-color:var(--border-gold);color:var(--gold-primary);background:#fffffff0;box-shadow:0 8px 24px #0b22301f}[data-theme=light] .back-to-top-btn:hover .top-btn-inner{background:var(--gold-gradient);color:#0b2230}.mobile-sticky-bar{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-subtle);z-index:950;background:#090d10f5;grid-template-columns:1fr 1.4fr 1fr;align-items:center;height:62px;padding:0 .5rem;display:none;position:fixed;bottom:0;left:0;right:0}.mob-bar-btn{border-radius:var(--radius-pill);justify-content:center;align-items:center;gap:.4rem;height:44px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.mob-bar-call{color:var(--text-secondary)}.mob-bar-plan{background:var(--gold-gradient);color:#090d10;box-shadow:0 4px 15px #d4af3740}.mob-bar-wa{color:#25d366}.mob-wa-icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.mob-wa-icon{filter:drop-shadow(0 2px 6px #25d36673);transform-origin:50%;animation:2.4s ease-in-out infinite mobWaIconPulse;display:block}.mob-wa-dot{background:#25d366;border-radius:50%;width:6px;height:6px;animation:1.8s cubic-bezier(0,0,.2,1) infinite mobWaDotPing;position:absolute;top:-1px;right:-1px;box-shadow:0 0 6px #25d366}@keyframes mobWaIconPulse{0%,to{transform:scale(1)rotate(0)}12%{transform:scale(1.22)rotate(-10deg)}24%{transform:scale(1.18)rotate(10deg)}36%{transform:scale(1.22)rotate(-6deg)}48%{transform:scale(1)rotate(0)}}@keyframes mobWaDotPing{0%{opacity:.9;transform:scale(.8)}70%,to{opacity:0;transform:scale(2.4)}}dialog{background:0 0;border:none;max-width:100vw;max-height:100vh;margin:auto;padding:0}dialog::backdrop{-webkit-backdrop-filter:blur(16px);transition:opacity .35s ease, display .35s allow-discrete, overlay .35s allow-discrete;background:#040709d9}dialog[open]{opacity:1;transition-property:opacity,transform,display,overlay;transition-duration:.35s;transition-timing-function:var(--ease-luxury);transition-behavior:allow-discrete;transform:scale(1)}@starting-style{dialog[open]{opacity:0;transform:scale(.92)translateY(15px)}}dialog{opacity:0;transition-behavior:allow-discrete;transition-property:opacity,transform,display,overlay;transition-duration:.3s;transition-timing-function:ease-out;transform:scale(.92)translateY(15px)}.luxury-modal{width:90%;max-width:780px}.modal-dialog-content{background:var(--bg-surface);border:1px solid var(--border-gold);border-radius:var(--radius-lg);flex-direction:column;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000d9}.modal-close-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:38px;height:38px;color:var(--text-primary);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .25s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.modal-close-btn:hover{background:var(--gold-primary);color:#090d10}.modal-body-scroll{padding:2.5rem;overflow-y:auto}.lightbox-dialog{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.lightbox-wrapper{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-figure{flex-direction:column;align-items:center;display:flex}.lightbox-figure img{border-radius:var(--radius-md);border:1px solid var(--border-gold);max-width:82vw;max-height:75vh;box-shadow:var(--shadow-lg);object-fit:contain}.lightbox-caption{text-align:center;margin-top:1.25rem}.lightbox-caption h4{color:var(--text-primary);font-size:1.35rem}.lightbox-caption span{color:var(--gold-light);font-size:.85rem}.lightbox-close{background:var(--bg-surface);border:1px solid var(--border-subtle);color:#fff;cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.8rem;display:flex;position:fixed;top:2rem;right:2rem}.lightbox-nav{background:var(--bg-surface);border:1px solid var(--border-subtle);color:#fff;cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}.lightbox-nav:hover,.lightbox-close:hover{background:var(--gold-gradient);color:#090d10;border-color:var(--gold-light)}.toast-notification{background:var(--bg-surface-elevated);border:1px solid var(--gold-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg), 0 0 25px #c5a05940;z-index:9999;opacity:0;transition:all .4s var(--ease-luxury);pointer-events:none;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:fixed;bottom:2.5rem;left:2.5rem;transform:translateY(120px)}.toast-notification.show{opacity:1;pointer-events:auto;transform:translateY(0)}.toast-icon{background:var(--gold-gradient);color:#090d10;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.toast-body strong{color:var(--text-primary);font-size:.95rem;display:block}.toast-body p{color:var(--text-secondary);font-size:.8rem}@media (max-width:1200px){.destinations-grid{grid-template-columns:repeat(2,1fr)}.destination-card.large-card{grid-column:span 2}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-top-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:992px){.desktop-nav,#nav-cta-btn{display:none}.menu-toggle{display:flex}.hero-carousel-arrow{display:none}.hero-scroll-indicator{display:none!important}.hero-section{min-height:auto;padding-top:calc(var(--header-height) + 1.25rem);padding-bottom:2.75rem;display:block;overflow:visible}.site-header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background-color:#061110f2}[data-theme=light] .site-header{border-bottom:1px solid var(--border-subtle);background-color:#fffffff5}.editorial-grid{grid-template-columns:1fr;gap:3.5rem}.split-panels-container,.contact-grid{grid-template-columns:1fr}.masonry-gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--header-height:72px}.hero-carousel-arrow{display:none}.hero-scroll-indicator{display:none!important}.hero-section{padding-top:calc(var(--header-height) + 1.25rem);min-height:auto;padding-bottom:2.75rem;display:block;overflow:visible}.hero-cta-group{flex-direction:column;gap:.85rem;width:100%;max-width:320px;margin:0 auto}.hero-cta-group .btn{justify-content:center;width:100%}.hero-floating-card{border-radius:var(--radius-md);text-align:left;align-items:center;gap:.85rem;width:100%;max-width:min(100%,380px);margin:1.5rem auto 0;padding:.85rem 1rem}.floating-badge-thumb{flex-shrink:0;width:44px;height:44px}.floating-badge-text{text-align:left;flex:1;min-width:0}.floating-tag{letter-spacing:.08em;color:var(--accent-cyan);font-size:.65rem}.floating-title{color:var(--text-primary);margin:.1rem 0;font-size:1.05rem;line-height:1.2}.floating-sub{color:var(--text-secondary);font-size:.74rem;line-height:1.35}.floating-arrow{flex-shrink:0;width:32px;height:32px;font-size:.9rem}.hero-region-tabs{gap:.25rem;max-width:min(94vw,420px);margin:1.25rem auto .5rem;padding:.25rem}.region-tab{gap:.35rem;padding:.38rem .75rem;font-size:.75rem}.region-tab-badge{padding:.1rem .35rem;font-size:.6rem}.decorative-accent-stamp{width:86px;height:86px;top:-.75rem;right:.5rem}.stamp-logo-img{width:34px;height:34px}.hero-indicators-row{gap:.45rem;margin-top:1.25rem}.hero-indicator{padding:.3rem .55rem}.ind-label{font-size:.65rem}.container{padding-left:1.25rem;padding-right:1.25rem}.section{padding-top:clamp(2rem,4vw,3rem);padding-bottom:clamp(2rem,4vw,3rem)}.destinations-grid{grid-template-columns:1fr;gap:1.25rem}.destination-card.large-card{grid-column:span 1}.destination-card{height:360px}.dest-content{padding:1.5rem;transform:translateY(0)}.dest-desc{opacity:1;max-height:80px}.dest-btn{opacity:1}.pkg-card{width:290px}.pkg-body{padding:1.25rem}.testimonial-card{width:300px;padding:1.75rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:1.25rem}.masonry-gallery{grid-template-columns:1fr;gap:1rem}.gallery-item.item-tall{height:320px}.gallery-item{height:280px}.form-row{grid-template-columns:1fr;gap:1rem}.footer-top-grid{grid-template-columns:1fr;gap:2.25rem}.site-footer{padding:3rem 0 1.5rem}.footer-top-grid{margin-bottom:2rem}.mobile-sticky-bar{display:grid}.floating-whatsapp-btn{display:none!important}.back-to-top-btn{bottom:5.25rem;right:1.15rem}.top-btn-inner{width:44px;height:44px}.top-btn-inner svg{width:20px;height:20px}body{padding-bottom:64px}.contact-method-card{gap:1rem;padding:1.15rem 1.25rem}.cm-value{word-break:break-word;font-size:.95rem}.planner-card{padding:1.5rem 1.25rem}.vibe-selectors{grid-template-columns:repeat(3,1fr);gap:.6rem}.vibe-btn{gap:.35rem;padding:.85rem .5rem;font-size:.8rem}.vibe-icon{font-size:1.3rem}.planner-actions{flex-direction:column;align-items:stretch;gap:1.25rem}.planner-live-summary{text-align:center;justify-content:center;font-size:.88rem}.planner-btn-duo{flex-direction:column;gap:.75rem;width:100%}.planner-btn-duo .btn{justify-content:center;width:100%}.editorial-title{font-size:clamp(2.2rem,7.5vw,3.2rem)}.section-heading{font-size:clamp(1.8rem,6vw,2.5rem)}.split-panel{min-height:auto;padding:2rem 1.5rem}.about-main-img{height:360px}.about-overlay-badge{max-width:100%;margin-top:1.5rem;position:static}.stats-counters-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.stat-number-wrap{font-size:2.2rem}.contact-form-wrapper{padding:1.5rem 1.25rem}}@media (max-width:576px){.hero-brand-title{font-size:clamp(2rem,9.5vw,2.6rem)}.hero-headline-sub{font-size:clamp(1.7rem,8vw,2.2rem)}.hero-headline-tagline{letter-spacing:.04em;font-size:clamp(1.02rem,4.8vw,1.4rem)}.vibe-selectors{grid-template-columns:repeat(2,1fr)}.brand-logo-img{width:38px;height:38px}.brand-name{font-size:1.05rem}.brand-sub{font-size:.6rem}.theme-toggle-btn,.menu-toggle{width:38px;height:38px}.nav-container{padding:0 1rem}.pkg-footer,.hotel-footer,.deal-footer{flex-wrap:wrap;align-items:center;gap:.85rem}.pkg-footer .btn,.hotel-footer .btn,.deal-footer .btn{justify-content:center;width:100%}.deal-badge-ribbon{padding:.25rem .65rem;font-size:.65rem}.deal-validity-badge{padding:.25rem .6rem;font-size:.62rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[data-theme=light] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=light] .site-header.scrolled{border-bottom:1px solid var(--border-subtle);background-color:#fffffff0;box-shadow:0 10px 30px #0b223014}[data-theme=light] .mobile-drawer{background:#fffffffa}[data-theme=light] .drawer-close-btn{background:var(--bg-surface-elevated);color:#0b2230}[data-theme=light] .mobile-nav-link:hover,[data-theme=light] .mobile-nav-link.active{border-color:var(--border-gold);background:#1f7aa814}[data-theme=light] .drawer-phone-chip{color:var(--gold-primary);border-color:var(--border-gold);background:#fff}[data-theme=light] .drawer-action-btn{color:#2c495e;border-color:var(--border-subtle);background:#fff}[data-theme=light] .hero-gradient-overlay{background:radial-gradient(circle at 50% 38%,#f0f6fb73 0%,#f0f6fbeb 80%),linear-gradient(#f0f6fb40 0%,#f0f6fb 100%)}[data-theme=light] .hero-pill-badge{border-color:var(--border-teal);box-shadow:var(--shadow-sm);background:#ffffffeb}[data-theme=light] .hero-floating-card{border-color:var(--border-gold);background:#fffffff2;box-shadow:0 10px 30px #0b223014}[data-theme=light] .hero-carousel-arrow{color:var(--text-primary);border-color:var(--border-teal);background:#ffffffeb;box-shadow:0 6px 20px #0b22301f}[data-theme=light] .hero-carousel-arrow:hover{background:var(--gold-gradient);color:#0b2230}[data-theme=light] .hero-region-tabs{background:#ffffffe0;border-color:#1f7aa833;box-shadow:0 6px 20px #0b223014}[data-theme=light] .region-tab{color:#2c495e}[data-theme=light] .region-tab:hover{color:var(--text-primary);background:#1f7aa814}[data-theme=light] .region-tab.active{background:var(--gold-gradient);color:#fff}[data-theme=light] .region-tab-badge{color:#2c495e;background:#0b223014}[data-theme=light] .region-tab.active .region-tab-badge{color:#fff;background:#ffffff47}[data-theme=light] .hero-indicators-row{background:#ffffffc7;border-color:#1f7aa82e;box-shadow:0 6px 24px #0b223012}[data-theme=light] .hero-indicator{background:#ffffffeb;border-color:#1f7aa82e;box-shadow:0 2px 8px #0b22300a}[data-theme=light] .hero-indicator .ind-label{color:#2c495e}[data-theme=light] .hero-indicator.active{border-color:var(--gold-primary);background:#fff;box-shadow:0 4px 18px #bf862438}[data-theme=light] .hero-indicator.active .ind-label{color:var(--gold-dark);font-weight:700}[data-theme=light] .glass-panel{border-color:var(--border-subtle);box-shadow:var(--shadow-md);background:#ffffffe6}[data-theme=light] .planner-card{border:1.5px solid var(--border-gold);box-shadow:var(--shadow-lg), 0 0 35px #bf862414;background:#fff}[data-theme=light] .form-field input,[data-theme=light] .form-field select,[data-theme=light] .form-field textarea{border:1px solid var(--border-subtle);color:var(--text-primary);background:#fff}[data-theme=light] .final-cta-overlay{background:radial-gradient(circle,#f0f6fb80 0%,#f0f6fbf2 85%)}[data-theme=light] .site-footer{border-top:1px solid var(--border-teal);color:#c5dbe9;background-color:#0b2230}[data-theme=light] .site-footer .brand-name{color:#fff}[data-theme=light] .site-footer .footer-brand-desc,[data-theme=light] .site-footer .footer-address,[data-theme=light] .site-footer .footer-links a{color:#9cbacf}[data-theme=light] .site-footer .footer-heading,[data-theme=light] .site-footer .footer-phone a,[data-theme=light] .site-footer .footer-email a{color:#fff}[data-theme=light] .modal-dialog-content{border-color:var(--border-gold);background:#fff;box-shadow:0 25px 60px #0b223040}[data-theme=light] .modal-close-btn{background:var(--bg-surface-elevated);color:var(--text-primary)}[data-theme=light] .mobile-sticky-bar{background:#fffffff2;box-shadow:0 -4px 20px #0b223014}[data-theme=light] .section-eyebrow{font-weight:700;color:#a46d14!important}[data-theme=light] .section-heading{color:#0b2230}[data-theme=light] .section-desc{color:#2c495e}[data-theme=light] .pkg-title{color:#0b2230;font-weight:700}[data-theme=light] .pkg-itinerary-line{font-weight:600;color:#a46d14!important}[data-theme=light] .pkg-highlights-pills span{color:#183c54;background:#eaf2f8;border:1px solid #1f7aa838;font-weight:600}[data-theme=light] .price-label{color:#5f7c91;font-weight:700}[data-theme=light] .price-amount{color:#0b2230;font-weight:800}[data-theme=light] .rating-num{color:#5f7c91;font-weight:600}[data-theme=light] .pkg-card{border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff}[data-theme=light] .pkg-card:hover{border-color:var(--gold-primary);box-shadow:0 12px 36px #0b22301f}[data-theme=light] .feature-card{border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff}[data-theme=light] .feature-card:hover{border-color:var(--gold-primary);box-shadow:0 10px 30px #bf86241f}[data-theme=light] .feature-icon-box{border-color:var(--border-gold);color:var(--gold-dark);background:#bf86241a}[data-theme=light] .feature-title{color:#0b2230}[data-theme=light] .feature-text{color:#2c495e}[data-theme=light] .testimonial-card{border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#fff}[data-theme=light] .test-quote{color:#223c4e}[data-theme=light] .author-name{color:#0b2230;font-weight:700}[data-theme=light] .author-location{color:#a46d14;font-weight:600}[data-theme=light] .contact-method-card{border:1px solid var(--border-subtle);background:#fff}[data-theme=light] .contact-form-wrapper{border:1.5px solid var(--border-gold);background:#fff}[data-theme=light] .split-panel{background:#fff}[data-theme=light] .split-panel .panel-title{color:#0b2230}[data-theme=light] .split-panel .panel-desc{color:#2c495e}[data-theme=light] .vibe-btn{background:var(--bg-surface-elevated);color:#0b2230}[data-theme=light] .vibe-btn .vibe-icon{color:#4a687d}[data-theme=light] .vibe-btn:hover .vibe-icon{color:var(--gold-dark)}[data-theme=light] .vibe-btn.active{color:var(--gold-dark);border-color:var(--gold-primary);background:#bf86241f}[data-theme=light] .vibe-btn.active .vibe-icon{color:var(--gold-dark)}[data-theme=light] .stat-number-wrap{color:var(--gold-primary)}[data-theme=light] .stat-label{color:#2c495e;font-weight:600}[data-theme=light] .filter-tab{color:#2c495e;border:1px solid var(--border-subtle);background:#fff}[data-theme=light] .filter-tab.active{background:var(--gold-gradient);color:#fff;border-color:var(--gold-primary);text-shadow:0 1px 2px #00000038;box-shadow:0 4px 14px #bf862447}[data-theme=light] .btn-gold{background:var(--gold-gradient);color:#fff;text-shadow:0 1px 2px #00000038;border-color:#bf862499;box-shadow:0 4px 16px #bf862447}[data-theme=light] .btn-gold:hover{color:#fff;box-shadow:0 8px 24px #bf862461}[data-theme=light] .btn-gold span,[data-theme=light] .btn-gold .btn-arrow,[data-theme=light] .btn-gold svg{color:#fff;fill:currentColor}[data-theme=light] .pkg-dest-badge,[data-theme=light] .hotel-rating-badge,[data-theme=light] .deal-badge-ribbon{text-shadow:0 1px 2px #00000059;color:#fff!important}[data-theme=light] .hotel-rating-badge svg{fill:#fff!important}.legal-cert-section{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);position:relative}.legal-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.legal-card{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--duration-normal) var(--ease-luxury);flex-direction:column;display:flex;position:relative;overflow:hidden}.legal-card:hover{border-color:var(--gold-light);box-shadow:var(--shadow-lg), 0 0 30px #d8a84626;transform:translateY(-6px)}.legal-card-header{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface-elevated);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.legal-badge-pill{border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);border:1px solid var(--border-gold);background:#d8a84626;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex}.legal-badge-verified{color:var(--accent-cyan);align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:inline-flex}.legal-preview-container{cursor:pointer;border-bottom:1px solid var(--border-subtle);background:#fff;height:290px;position:relative;overflow:hidden}.legal-preview-img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .6s var(--ease-luxury)}.legal-card:hover .legal-preview-img{transform:scale(1.04)}.legal-preview-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--duration-fast) var(--ease-smooth);background:#061110c7;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex;position:absolute;inset:0}.legal-preview-container:hover .legal-preview-overlay{opacity:1}.legal-preview-icon{background:var(--gold-gradient);color:#061110;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex;box-shadow:0 4px 15px #d8a84666}.legal-preview-text{letter-spacing:.1em;text-transform:uppercase;color:#fff;font-size:.82rem;font-weight:700}.legal-card-body{flex-direction:column;flex-grow:1;padding:1.5rem 1.75rem;display:flex}.legal-card-title{font-family:var(--font-serif);color:var(--text-primary);margin-bottom:.35rem;font-size:1.35rem;font-weight:600;line-height:1.25}.legal-card-subtitle{color:var(--gold-light);align-items:center;gap:.4rem;margin-bottom:1.2rem;font-size:.82rem;font-weight:600;display:flex}.legal-meta-list{flex-direction:column;gap:.65rem;margin-bottom:1.5rem;display:flex}.legal-meta-item{border-bottom:1px dashed #ffffff14;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.45rem;font-size:.82rem;display:flex}.legal-meta-label{color:var(--text-muted);flex-shrink:0;font-weight:500}.legal-meta-value{color:var(--text-primary);text-align:right;word-break:break-word;font-weight:600}.legal-meta-code{color:var(--gold-light);letter-spacing:.06em;background:#f3c7661f;border:1px solid #f3c7664d;border-radius:4px;padding:.2rem .5rem;font-family:Courier New,monospace;font-weight:700}.legal-card-actions{gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.legal-btn-view{flex:1;padding:.75rem 1rem;font-size:.84rem}.legal-btn-download{border-radius:var(--radius-pill);border:1px solid var(--border-subtle);background:var(--bg-surface-elevated);color:var(--text-primary);transition:all var(--duration-fast) var(--ease-smooth);align-items:center;gap:.4rem;padding:.75rem 1.1rem;font-size:.82rem;font-weight:600;display:inline-flex}.legal-btn-download:hover{border-color:var(--gold-light);color:var(--gold-light);background:var(--gold-glow);transform:translateY(-2px)}.legal-trust-banner{border-radius:var(--radius-lg);border:1px solid var(--border-gold);background:linear-gradient(135deg,#d8a84614 0%,#0b1f1dcc 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:3.5rem;padding:2rem 2.5rem;display:flex}.legal-trust-stats{flex-wrap:wrap;gap:3rem;display:flex}.legal-stat-item{flex-direction:column;display:flex}.legal-stat-title{font-family:var(--font-serif);color:var(--gold-light);font-size:1.7rem;font-weight:700;line-height:1.1}.legal-stat-desc{color:var(--text-secondary);font-size:.82rem}@media (max-width:992px){.legal-grid{grid-template-columns:1fr;max-width:540px;margin-left:auto;margin-right:auto}.legal-trust-stats{gap:1.5rem}}[data-theme=light] .legal-card{border:1px solid var(--border-subtle);background:#fff}[data-theme=light] .legal-card-header{background:var(--bg-surface-elevated)}[data-theme=light] .legal-meta-item{border-bottom:1px dashed #00000014}[data-theme=light] .legal-meta-label{color:#5f7c91}[data-theme=light] .legal-meta-value,[data-theme=light] .legal-card-title{color:#0b2230}[data-theme=light] .legal-trust-banner{border:1.5px solid var(--border-gold);background:#fff}.faq-section{background:linear-gradient(#0000 0%,#d4af3708 50%,#0000 100%);position:relative}.faq-container{max-width:920px;margin:0 auto}.faq-accordion-list{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.faq-item{border:1px solid var(--border-subtle);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);transition:all var(--duration-fast) var(--ease-smooth);background:#0e1c268c;overflow:hidden}.faq-item:hover{border-color:var(--border-gold);transform:translateY(-2px);box-shadow:0 8px 24px -6px #0000004d}.faq-item[open]{border-color:var(--border-gold-glow);background:#0e1c26d9;box-shadow:0 10px 30px -8px #d4af3726}.faq-summary{font-family:var(--font-sans);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--duration-fast) ease;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-summary::-webkit-details-marker{display:none}.faq-item[open] .faq-summary{color:var(--gold-light);border-bottom:1px solid #d4af3726}.faq-summary-left{flex:1;align-items:center;gap:.85rem;display:flex}.faq-num-pill{width:28px;height:28px;color:var(--gold-light);background:#d4af371f;border:1px solid #d4af3740;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:inline-flex}.faq-item[open] .faq-num-pill{background:var(--gold-primary);color:#08131a;border-color:var(--gold-light)}.faq-icon-toggle{width:32px;height:32px;color:var(--text-muted);transition:all var(--duration-fast) var(--ease-smooth);background:#ffffff0a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-item:hover .faq-icon-toggle{color:var(--gold-light);background:#d4af371f}.faq-item[open] .faq-icon-toggle{background:var(--gold-primary);color:#08131a;transform:rotate(180deg)}.faq-answer{color:var(--text-secondary);padding:1.25rem 1.5rem 1.5rem;font-size:.95rem;line-height:1.7;animation:.3s ease-in-out faqFadeIn}.faq-answer p{margin-bottom:.75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer strong{color:var(--text-primary);font-weight:600}.faq-answer .gold-text{color:var(--gold-light);font-weight:600}@keyframes faqFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .faq-item{background:#fff;border-color:#00000014}[data-theme=light] .faq-item:hover{border-color:var(--border-gold);box-shadow:0 8px 24px -6px #0000000f}[data-theme=light] .faq-item[open]{border-color:var(--gold-primary);background:#fff;box-shadow:0 10px 28px -6px #b8860b26}[data-theme=light] .faq-summary{color:#0b2230}[data-theme=light] .faq-item[open] .faq-summary{color:#8b6508;border-bottom:1px solid #0000000f}[data-theme=light] .faq-answer{color:#3b5364}[data-theme=light] .faq-answer strong{color:#0b2230}[data-theme=light] .faq-icon-toggle{color:#5f7c91;background:#0000000a}
