@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,9..144,300..900,0..100,0..1;1,9..144,300..900,0..100,0..1&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400..700;1,9..40,400..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap");:root{--brand-blue:#1E9BE8;--brand-blue-deep:#0F5A8A;--brand-blue-ink:#0A2E47;--brand-orange:#F4873C;--brand-orange-warm:#E86B1A;--surface-cream:#FFF8EF;--surface-sky:#EAF6FE;--surface-sand:#FCEFDC;--surface-white:#FFFFFF;--surface-ink:#0F1B24;--text-primary:#0A2E47;--text-secondary:#4A6577;--text-muted:#8396A3;--text-inverse:#FFF8EF;--border-soft:#E5D9C5;--border-line:#D8E4ED;--success:#2D9A6B;--danger:#C9413A;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-xl:32px;--radius-pill:999px;--shadow-soft:0 2px 12px -2px rgba(244,135,60,0.08),0 1px 3px rgba(10,46,71,0.04);--shadow-lift:0 8px 32px -8px rgba(30,155,232,0.18),0 2px 6px rgba(10,46,71,0.06);--shadow-glow:0 0 0 4px rgba(244,135,60,0.12);--space-section-y:clamp(3rem,6vw,6rem);--space-container-x:clamp(1rem,3vw,2.5rem);--font-display:"Fraunces",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--fraunces-opsz:72;--fraunces-soft:50;--fraunces-wonk:1}[data-theme=sky]{--surface-cream:#EAF6FE;--surface-sand:#D8ECFB;--surface-white:#FFFFFF;--border-soft:#C7DCEC}[data-theme=dark]{--surface-cream:#0F1B24;--surface-sand:#17293A;--surface-sky:#1F3A52;--surface-white:#17293A;--text-primary:#FFF8EF;--text-secondary:#B8C9D6;--text-muted:#7A8C99;--border-soft:#2A3E52;--border-line:#2A3E52;--brand-blue:#3EB4F5;--surface-ink:#FFF8EF;--text-inverse:#0F1B24}*{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-primary);background:var(--surface-cream);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease}iframe,img,svg,video{max-width:100%}img{display:block}button{font-family:inherit;cursor:pointer}a{color:inherit}.display{font-weight:500;letter-spacing:-.02em;line-height:1.02;font-variation-settings:"opsz" var(--fraunces-opsz),"SOFT" var(--fraunces-soft),"WONK" var(--fraunces-wonk)}.display,.display-italic{font-family:var(--font-display)}.display-italic{font-style:italic;font-weight:400;font-variation-settings:"opsz" var(--fraunces-opsz),"SOFT" var(--fraunces-soft),"WONK" var(--fraunces-wonk)}.eyebrow{font-family:var(--font-body);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary)}.btn,.eyebrow{font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border:1px solid transparent;border-radius:var(--radius-pill);font-size:14px;text-decoration:none;transition:all .2s ease;cursor:pointer;white-space:nowrap}.btn:focus-visible{outline:none;box-shadow:var(--shadow-glow)}.btn-primary{background:var(--brand-orange);color:#FFF}.btn-primary:hover{background:var(--brand-orange-warm);transform:translateY(-1px);box-shadow:0 6px 20px -6px rgba(244,135,60,.5)}.btn-ghost{background:transparent;color:var(--brand-blue-deep);border-color:var(--brand-blue)}.btn-ghost:hover{background:var(--brand-blue);color:#FFF}.btn-dark{background:var(--surface-ink);color:var(--text-inverse)}.contact-bar{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1px;background:var(--border-soft);border-radius:var(--radius-pill);overflow:hidden;border:1px solid var(--border-soft)}.contact-bar .contact-bar-static,.contact-bar a,.contact-bar button{background:var(--surface-white);color:var(--brand-blue-deep);border:none;padding:13px 10px;font-size:13px;font-weight:500;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;text-decoration:none;transition:all .18s ease;min-height:46px}.contact-bar .contact-bar-static{cursor:default}.contact-bar>:first-child{background:var(--brand-orange);color:#FFF}.contact-bar>:first-child:hover{background:var(--brand-orange-warm)}.contact-bar a:hover,.contact-bar button:hover{background:var(--surface-sky)}.contact-bar .contact-bar-wa{background:#25D366!important;color:#FFF!important;font-weight:600}.contact-bar .contact-bar-wa:hover{background:#1DA851!important}.card-base{background:var(--surface-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card-base:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}.pill{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-pill);background:var(--surface-white);border:1px solid var(--border-line);font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;cursor:pointer;transition:all .2s ease}.pill:hover{border-color:var(--brand-blue)}.pill.active{background:var(--brand-orange);border-color:var(--brand-orange);color:#FFF}.scroll-x{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.scroll-x::-webkit-scrollbar{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:fadeUp .8s cubic-bezier(.2,.7,.3,1) forwards}@keyframes waveDrift{0%{transform:translateX(0)}to{transform:translateX(-140px)}}.wave-l1{animation:waveDrift 18s linear infinite}.wave-l2{animation:waveDrift 24s linear infinite reverse}.wave-l3{animation:waveDrift 30s linear infinite}@keyframes sunPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.9}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.ph{background:linear-gradient(90deg,var(--surface-sand) 0,var(--surface-cream) 50%,var(--surface-sand) 100%);background-size:200% 100%;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}@media (max-width:1024px){:root{--space-container-x:32px;--space-section-y:72px}.hero-split,.hotel-detail,.hotel-list,.pkg-detail,.pkg-list-cta,.pkg-list-hero{grid-template-columns:1fr!important;gap:32px!important}.hotel-detail aside,.hotel-list aside,.pkg-detail aside{position:static!important;top:auto!important}.blog-grid{grid-template-columns:1fr!important}.cat-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}.card-base[style*=grid-template-columns],.pkg-inc-grid{grid-template-columns:1fr!important}.header-tursab{display:none!important}.gallery-grid{aspect-ratio:16/10!important;grid-template-columns:1.4fr 1fr!important;grid-template-rows:1fr 1fr!important}.gallery-grid>img:nth-child(n+4){display:none}.gallery-grid>img:first-child{grid-row:span 2}}@media (max-width:900px){.desktop-nav,.hotel-category-header{display:none!important}.burger-btn{display:inline-flex!important}.header-phone-text{display:none!important}.header-phone{padding:10px 12px!important}.hero-bento{grid-template-columns:1fr!important;gap:28px!important;padding:32px var(--space-container-x) 40px!important}.hero-bento-grid{aspect-ratio:5/4!important}.hero-bento h1{font-size:clamp(40px,10vw,64px)!important}.why-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.why-grid article{padding:22px!important;min-height:180px!important}.final-cta-grid{grid-template-columns:1fr!important;gap:28px!important}.final-cta-buttons{min-width:0!important;width:100%}.hotel-carousel+div,.pkg-carousel+div{display:none}}@media (max-width:768px){section[style*="var(--surface-paper)"] article{padding:22px 20px!important}.display-italic[style*="clamp(56px"]{font-size:48px!important}.pkg-gallery-thumbs{scrollbar-width:none}.pkg-gallery-thumbs::-webkit-scrollbar{display:none}section>div[data-reveal]>div[style*="align-items: baseline"]{gap:16px!important;margin-bottom:32px!important}.hotel-carousel>div,.pkg-carousel>div{flex-basis:78vw!important;max-width:320px!important}.dest-marquee-wrap{padding:24px 0!important}.dest-marquee-wrap span[style*="font-style: italic"]{font-size:clamp(22px,6vw,36px)!important}.why-grid{grid-template-columns:1fr!important}.why-grid article{min-height:0!important}section .display[style*="clamp(32px, 5vw, 64px)"]{font-size:clamp(28px,8vw,42px)!important}}@media (max-width:640px){:root{--space-container-x:20px;--space-section-y:56px}.collage{grid-template-columns:1fr!important;grid-auto-rows:auto!important}.collage>div{grid-column:auto!important;grid-row:auto!important;aspect-ratio:4/3!important}.collage>div:first-child{aspect-ratio:4/5!important}.card-base{min-width:0!important}.display{font-size:clamp(28px,8vw,42px)!important}.scroll-x:not(.hotel-carousel):not(.pkg-carousel)>*{min-width:78vw!important}footer .footer-grid{grid-template-columns:1fr!important;gap:32px!important}.wave-divider svg{height:40px!important}[style*="minmax(300px, 360px)"],[style*="minmax(320px, 380px)"]{grid-template-columns:1fr!important}article[style*="min-width: 320"]{min-width:0!important}.hero-split>div[style*=aspect-ratio]{aspect-ratio:4/3!important}section .display-italic[style*="font-size: 64px"],section .display-italic[style*="font-size: 88px"]{font-size:42px!important}.gallery-grid{grid-template-columns:1fr!important;grid-template-rows:auto!important;aspect-ratio:auto!important;gap:8px!important}.gallery-grid>img{aspect-ratio:4/3!important;display:block}.gallery-grid>img:nth-child(n+4){display:none}section[style*="min(78vh, 720px)"]{min-height:480px}section[style*="min(78vh, 720px)"]>div[style*="padding: 60px"]{padding:40px var(--space-container-x) 32px!important}section[style*="min(78vh, 720px)"] div[style*="rgba(255,255,255,0.14)"]{flex-wrap:wrap!important;gap:10px!important;padding:12px 16px!important}main>div>section[style*="-120px auto 0"]{margin-top:-60px!important;padding:32px var(--space-container-x)!important}.display-italic[style*="font-size: 96px"]{font-size:64px!important}.contact-bar .contact-bar-static,.contact-bar a,.contact-bar button{padding:11px 6px!important;font-size:12px!important;gap:4px!important}.display-italic[style*="font-size: 120px"]{font-size:80px!important}div[style*="width: 46px"][style*="height: 46px"]{width:40px!important;height:40px!important;font-size:14px!important}.hotel-detail [style*="minmax(140px"]{grid-template-columns:repeat(2,1fr)!important}.hero-bento{padding:24px var(--space-container-x) 32px!important;gap:24px!important}.hero-bento h1{font-size:clamp(36px,11vw,56px)!important;line-height:1!important}.hero-bento .eyebrow{margin-bottom:14px!important}.hero-bento p{font-size:15px!important;margin-top:18px!important}.hero-bento .btn{padding:12px 18px!important;font-size:13px!important}.hero-bento-grid{gap:8px!important;aspect-ratio:4/3!important}.hero-bento-grid figcaption{left:10px!important;right:10px!important;bottom:8px!important}.hero-bento-grid figcaption div:first-child{font-size:14px!important}.hero-bento-grid figcaption div:last-child{font-size:10px!important}.hotel-carousel,.pkg-carousel{gap:14px!important;padding-bottom:8px!important}.hotel-carousel>div,.pkg-carousel>div{flex-basis:82vw!important;max-width:300px!important}.hotel-carousel article[class*=card-base],.pkg-carousel article[class*=card-base]{min-width:0!important}section>div[data-reveal]>div[style*="align-items: baseline"]{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}section>div[data-reveal]>div[style*="align-items: baseline"]>div:first-child{font-size:clamp(48px,14vw,72px)!important}.dest-marquee-wrap{padding:18px 0!important}.dest-marquee-wrap>div{gap:32px!important}.dest-marquee-wrap span[style*="font-style: italic"]{font-size:22px!important;gap:16px!important}.dest-marquee-wrap span[style*="font-style: italic"]>span{margin-left:16px!important}section[style*="--brand-blue-ink"] .final-cta-grid h2{font-size:clamp(28px,9vw,40px)!important}.final-cta-buttons a,section[style*="--brand-blue-ink"] .final-cta-grid p{font-size:14px!important}.final-cta-buttons a{padding:14px 18px!important}.mobile-drawer{padding:14px var(--space-container-x) 24px!important}footer div[style*="filter: 'brightness(0) invert(1)'"]{margin-bottom:14px!important}footer p[style*="maxWidth: 320"]{max-width:100%!important;font-size:13.5px!important}footer div[style*=border-top]{flex-direction:column!important;align-items:flex-start!important}footer div[style*=border-top]>div:last-child{flex-wrap:wrap!important}}@media (max-width:380px){:root{--space-container-x:16px}.contact-bar a,.contact-bar button{padding:10px 4px!important;font-size:11px!important}.contact-bar svg{display:none}.header-phone{padding:8px 10px!important}.btn{padding:12px 18px!important;font-size:13px!important}.header-whatsapp .header-phone-text{display:none!important}.header-whatsapp{padding:8px 10px!important}.hero-bento .btn{flex:1 1 100%!important;min-width:0!important}.hotel-carousel>div,.pkg-carousel>div{flex-basis:86vw!important}}.contact-float{position:fixed;right:24px;bottom:24px;z-index:90;display:flex;flex-direction:column;align-items:stretch;gap:10px;width:256px}.contact-float-link{display:inline-flex;min-height:66px;align-items:center;gap:12px;padding:12px 14px;border:1px solid transparent;border-radius:16px;text-decoration:none;color:#fff;box-shadow:0 16px 36px rgba(10,46,71,.18),0 4px 10px rgba(10,46,71,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.contact-float-link:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(10,46,71,.24),0 6px 14px rgba(10,46,71,.12)}.contact-float-link:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(244,135,60,.18),0 16px 36px rgba(10,46,71,.18)}.contact-float-phone{background:var(--brand-blue-ink);border-color:rgba(255,248,239,.18)}.contact-float-phone:hover{background:#123852}.contact-float-whatsapp{background:#25D366;border-color:rgba(255,255,255,.22);box-shadow:0 16px 36px rgba(37,211,102,.26),0 4px 10px rgba(10,46,71,.08)}.contact-float-whatsapp:hover{background:#1DA851}.contact-float-icon{display:inline-flex;width:42px;height:42px;flex-shrink:0;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.16)}.contact-float-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.contact-float-title{font-size:14px;font-weight:800;line-height:1.15}.contact-float-desc{font-size:12px;font-weight:500;line-height:1.25;opacity:.86}@media (max-width:720px){.contact-float{right:16px;bottom:18px;width:auto;align-items:flex-end;gap:10px}.contact-float-link{width:56px;min-height:56px;height:56px;justify-content:center;padding:0;border-radius:999px}.contact-float-icon{width:100%;height:100%;border-radius:999px;background:transparent}.contact-float-copy{display:none}}@media (prefers-reduced-motion:reduce){.contact-float-link,.contact-float-link:hover{transform:none}}.contact-float,.wa-float,a[href*="api.whatsapp.com"],a[href*="whatsapp.com/send"],a[href^="http://wa.me"],a[href^="https://wa.me"],a[href^="tel:"],a[href^="whatsapp:"]{display:none!important;pointer-events:none!important}