*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--ink: #0a0a0f;--parchment: #f5f0e8;--gold: #c9a84c;--gold-light: #e8c96a;--teal: #2dd4bf;--teal-dark: #0d9488;--rust: #c2541a;--cream: #faf7f2;--muted: #6b6760;--border: rgba(201,168,76,.25)}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--parchment);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden;cursor:none}.cursor{width:12px;height:12px;background:var(--gold);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .1s,width .3s,height .3s,background .3s;mix-blend-mode:screen}.cursor-ring{width:40px;height:40px;border:1px solid rgba(201,168,76,.5);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .15s ease-out,width .3s,height .3s}.cursor.hover{width:24px;height:24px;background:var(--teal)}.cursor-ring.hover{width:60px;height:60px;border-color:var(--teal)}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--ink)}::-webkit-scrollbar-thumb{background:var(--gold)}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 4rem;display:flex;align-items:center;justify-content:space-between;transition:background .4s,padding .4s}nav.scrolled{background:#0a0a0ff2;backdrop-filter:blur(20px);padding:1rem 4rem;border-bottom:1px solid var(--border)}.logo{font-family:Bebas Neue,sans-serif;font-size:1.8rem;letter-spacing:.15em;color:var(--gold);text-decoration:none}.logo span{color:var(--parchment)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--parchment);text-decoration:none;opacity:.75;transition:opacity .3s,color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}.nav-links a:hover{opacity:1;color:var(--gold)}.nav-links a:hover:after{width:100%}.nav-phone{background:transparent;border:1px solid var(--gold);color:var(--gold)!important;padding:.5rem 1rem;font-size:.74rem!important;letter-spacing:.08em!important;text-transform:none!important;white-space:nowrap;transition:background .3s!important}.nav-phone:hover{background:var(--gold)!important;color:var(--ink)!important}.nav-call-quick{display:none}.mobile-call-strip{display:none;position:fixed;top:4.9rem;left:1rem;right:1rem;z-index:98;align-items:center;justify-content:center;border:1px solid var(--gold);background:#0a0a0feb;color:var(--gold);text-decoration:none;font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.12em;padding:.6rem .8rem;white-space:nowrap;backdrop-filter:blur(10px);transition:background .3s,color .3s}.mobile-call-strip:hover{background:var(--gold);color:var(--ink)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.hamburger span{display:block;width:26px;height:1.5px;background:var(--parchment);transition:.3s}.mobile-nav{display:none;position:fixed;inset:0;z-index:99;background:var(--ink);flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.mobile-nav.open{display:flex}.mobile-nav a{font-family:Bebas Neue,sans-serif;font-size:2.5rem;letter-spacing:.1em;color:var(--parchment);text-decoration:none;transition:color .3s}.mobile-nav a:hover{color:var(--gold)}.mobile-phone{border:1px solid var(--gold);color:var(--gold)!important;padding:.85rem 1.2rem;font-size:1.25rem!important;letter-spacing:.06em!important;line-height:1.2;text-transform:none}.mobile-phone:hover{background:var(--gold);color:var(--ink)!important}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(45,212,191,.06) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 20% 70%,rgba(201,168,76,.08) 0%,transparent 50%)}.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 1px);background-size:60px 60px}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:8rem 3rem 8rem 6rem;position:relative;z-index:2}.hero-eyebrow{font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.hero-eyebrow:before{content:"";display:block;width:40px;height:1px;background:var(--gold)}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.5rem,6vw,6.5rem);font-weight:300;line-height:.95;margin-bottom:2rem;opacity:0;transform:translateY(40px);animation:fadeUp 1s .3s forwards}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:1rem;color:#f5f0e899;max-width:380px;line-height:1.8;margin-bottom:3rem;opacity:0;transform:translateY(20px);animation:fadeUp 1s .6s forwards}.hero-actions{display:flex;gap:1.5rem;align-items:center;opacity:0;transform:translateY(20px);animation:fadeUp 1s .9s forwards}.btn-primary{background:var(--gold);color:var(--ink);padding:1rem 2.5rem;font-size:.78rem;font-family:DM Sans,sans-serif;font-weight:500;letter-spacing:.15em;text-transform:uppercase;border:none;cursor:pointer;transition:background .3s,transform .2s;text-decoration:none;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}.btn-ghost{color:var(--parchment);background:none;border:none;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;display:flex;align-items:center;gap:.7rem;cursor:pointer;transition:color .3s;text-decoration:none}.btn-ghost:hover{color:var(--gold)}.btn-ghost .play-icon{width:36px;height:36px;border:1px solid rgba(245,240,232,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:border-color .3s,background .3s}.btn-ghost:hover .play-icon{border-color:var(--gold);background:#c9a84c1a}.hero-stats{position:absolute;bottom:3rem;left:6rem;display:flex;gap:3rem;opacity:0;animation:fadeUp 1s 1.2s forwards}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-num{font-family:Bebas Neue,sans-serif;font-size:2.2rem;color:var(--gold);line-height:1}.stat-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;opacity:.5}.hero-right{position:relative;overflow:hidden;opacity:0;animation:fadeIn 1.5s .2s forwards}.hero-img-stack{position:relative;width:100%;height:100%}.hero-img-main{width:100%;height:100%;object-fit:cover;filter:saturate(.85) brightness(.75)}.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(105deg,var(--ink) 0%,rgba(10,10,15,.3) 40%,transparent 70%)}.hero-floating-card{position:absolute;bottom:4rem;right:3rem;background:#0a0a0fd9;backdrop-filter:blur(20px);border:1px solid var(--border);padding:1.5rem;width:220px;animation:float 4s ease-in-out infinite}.card-badge{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem}.card-dest{font-family:Cormorant Garamond,serif;font-size:1.3rem}.card-price{color:var(--gold);font-size:.9rem;margin-top:.5rem}.card-rating{display:flex;gap:2px;margin-top:.5rem;color:var(--gold);font-size:.75rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.search-section{background:var(--ink);padding:0 6rem;position:relative;z-index:3;margin-top:-2px}.search-bar{background:#f5f0e80a;border:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr 1fr auto;overflow:hidden;transform:translateY(-40px);box-shadow:0 30px 80px #00000080}.search-field{padding:1.8rem 2rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:.3rem}.search-field:last-child{border-right:none}.field-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:.8}.field-input{background:none;border:none;outline:none;font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--parchment);cursor:pointer;width:100%}.field-input::placeholder{color:#f5f0e859}.search-btn{background:var(--gold);border:none;cursor:pointer;padding:0 2.5rem;display:flex;align-items:center;gap:.8rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--ink);transition:background .3s;white-space:nowrap}.search-btn:hover{background:var(--gold-light)}.search-btn svg{width:16px;height:16px}.marquee-section{overflow:hidden;padding:1.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-top:3rem;background:#c9a84c08}.marquee-track{display:flex;gap:3rem;animation:marquee 25s linear infinite;width:max-content}.marquee-item{display:flex;align-items:center;gap:1rem;font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.15em;color:#f5f0e859;white-space:nowrap}.marquee-item .dot{color:var(--gold);font-size:.6rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}section{padding:7rem 6rem}.section-header{margin-bottom:4rem}.section-tag{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.section-tag:before{content:"";width:30px;height:1px;background:var(--gold)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.05}.section-title em{font-style:italic;color:var(--gold)}.section-subtitle{color:#f5f0e88c;max-width:500px;line-height:1.8;margin-top:1rem}.destinations{background:var(--ink)}.dest-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:320px 320px;gap:1.5px;margin-top:3rem}.dest-card{position:relative;overflow:hidden;cursor:pointer;background:#111}.dest-card:first-child{grid-row:1 / 3}.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease,filter .5s;filter:saturate(.7) brightness(.7)}.dest-card:hover img{transform:scale(1.08);filter:saturate(1) brightness(.6)}.dest-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,15,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;transition:background .3s}.dest-card:hover .dest-overlay{background:linear-gradient(to top,#0a0a0ff2,#0a0a0f33 60%)}.dest-country{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem}.dest-name{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:300}.dest-card:first-child .dest-name{font-size:2.8rem}.dest-info{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;transform:translateY(10px);opacity:0;transition:transform .3s,opacity .3s}.dest-card:hover .dest-info{transform:translateY(0);opacity:1}.dest-price{color:var(--gold);font-size:.9rem}.dest-tag{background:#2dd4bf26;border:1px solid rgba(45,212,191,.3);color:var(--teal);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .8rem}.dest-num{position:absolute;top:1.5rem;right:1.5rem;font-family:Bebas Neue,sans-serif;font-size:3rem;line-height:1;color:#f5f0e80f;transition:color .3s}.dest-card:hover .dest-num{color:#c9a84c1f}.packages{background:#f5f0e805}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem}.pkg-card{background:#f5f0e808;border:1px solid var(--border);padding:2.5rem;position:relative;overflow:hidden;transition:background .3s,transform .3s;cursor:pointer}.pkg-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .3s}.pkg-card:hover{background:#f5f0e80f;transform:translateY(-4px)}.pkg-card:hover:before{opacity:1}.pkg-card.featured{background:linear-gradient(135deg,#c9a84c14,#2dd4bf0a);border-color:#c9a84c66}.pkg-badge{display:inline-block;background:var(--gold);color:var(--ink);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;padding:.3rem .8rem;margin-bottom:1.5rem}.pkg-icon{font-size:2.5rem;margin-bottom:1rem}.pkg-name{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:300;margin-bottom:.8rem}.pkg-desc{font-size:.88rem;color:#f5f0e88c;line-height:1.7;margin-bottom:1.5rem}.pkg-features{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.pkg-features li{font-size:.83rem;color:#f5f0e8b3;display:flex;align-items:center;gap:.7rem}.pkg-features li:before{content:"✦";color:var(--gold);font-size:.5rem;flex-shrink:0}.pkg-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.pkg-price-label{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.pkg-price{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--gold)}.pkg-price span{font-size:.9rem}.pkg-btn{background:none;border:1px solid var(--border);color:var(--parchment);padding:.7rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .3s}.pkg-btn:hover,.pkg-card.featured .pkg-btn{background:var(--gold);border-color:var(--gold);color:var(--ink)}.offers{background:var(--ink)}.offers-row{display:grid;grid-template-columns:1.4fr 1fr;gap:2px;margin-top:3rem}.offer-main{position:relative;overflow:hidden;min-height:480px;cursor:pointer}.offer-main img{width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.8);transition:transform .7s,filter .5s}.offer-main:hover img{transform:scale(1.05);filter:brightness(.45) saturate(1)}.offer-main-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem;background:linear-gradient(to top,rgba(10,10,15,.9) 0%,transparent 60%)}.offer-label{display:inline-flex;align-items:center;gap:.5rem;background:var(--rust);color:#fff;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;padding:.4rem 1rem;margin-bottom:1rem;align-self:flex-start}.offer-main-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;margin-bottom:.5rem}.offer-main-desc{color:#f5f0e899;font-size:.88rem;margin-bottom:1.5rem;line-height:1.7}.offer-main-price{color:var(--gold);font-size:1.5rem;font-family:Cormorant Garamond,serif}.offer-main-price s{color:#f5f0e859;font-size:1rem;margin-right:.5rem}.offer-stack{display:flex;flex-direction:column;gap:2px}.offer-small{flex:1;position:relative;overflow:hidden;min-height:160px;cursor:pointer;background:#111;display:flex;align-items:stretch}.offer-small img{width:120px;object-fit:cover;flex-shrink:0;filter:brightness(.6) saturate(.7);transition:filter .4s}.offer-small:hover img{filter:brightness(.5) saturate(1)}.offer-small-content{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.offer-small-badge{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--teal)}.offer-small-title{font-family:Cormorant Garamond,serif;font-size:1.3rem}.offer-small-price{color:var(--gold);font-size:.9rem}.offer-small-old{color:#f5f0e859;text-decoration:line-through;font-size:.8rem}.offer-discount{position:absolute;top:1rem;right:1rem;background:var(--rust);color:#fff;font-family:Bebas Neue,sans-serif;font-size:1.3rem;letter-spacing:.05em;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%}.experience{background:linear-gradient(135deg,#0a0a0f,#0f1318);position:relative;overflow:hidden}.experience:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 70% at 80% 50%,rgba(45,212,191,.04),transparent)}.exp-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.exp-visual{position:relative}.exp-img-frame{position:relative;overflow:hidden;aspect-ratio:4/5}.exp-img-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) brightness(.8)}.exp-img-frame:after{content:"";position:absolute;inset:0;border:1px solid var(--border);pointer-events:none}.exp-accent-box{position:absolute;bottom:-2rem;right:-2rem;width:160px;height:160px;background:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;z-index:2}.exp-accent-num{font-family:Bebas Neue,sans-serif;font-size:3.5rem;color:var(--ink);line-height:1}.exp-accent-label{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink)}.exp-dots{position:absolute;top:-1.5rem;left:-1.5rem;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;opacity:.3}.exp-dots span{width:4px;height:4px;background:var(--gold);border-radius:50%;display:block}.exp-content{position:relative;z-index:2}.exp-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.exp-item{display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.exp-item:last-child{border-bottom:none}.exp-item-num{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:var(--gold);line-height:1;flex-shrink:0;width:2.5rem}.exp-item-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;margin-bottom:.3rem}.exp-item-desc{font-size:.85rem;color:#f5f0e88c;line-height:1.7}.testimonials{background:#f5f0e805}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:3rem}.testi-card{padding:2.5rem;border:1px solid var(--border);position:relative;overflow:hidden;transition:background .3s}.testi-card:hover{background:#f5f0e80a}.testi-card:before{font-family:Cormorant Garamond,serif;content:"“";font-size:8rem;line-height:.5;color:#c9a84c14;position:absolute;top:1.5rem;left:1.5rem;pointer-events:none}.testi-stars{color:var(--gold);font-size:.75rem;margin-bottom:1.2rem;letter-spacing:.2em}.testi-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem;line-height:1.7;color:#f5f0e8d9;margin-bottom:2rem}.testi-author{display:flex;align-items:center;gap:1rem}.testi-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--border);filter:saturate(.5)}.testi-name{font-size:.85rem;font-weight:500}.testi-dest{font-size:.72rem;color:var(--teal);letter-spacing:.1em}.newsletter{background:linear-gradient(135deg,#c9a84c14,#2dd4bf0a);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.newsletter-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300}.newsletter-title em{font-style:italic;color:var(--gold)}.newsletter-sub{color:#f5f0e88c;line-height:1.8;margin-top:1rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);opacity:.8}.form-input{background:#f5f0e80a;border:1px solid var(--border);color:var(--parchment);padding:.9rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .3s;width:100%}.form-input::placeholder{color:#f5f0e840}.form-input:focus{border-color:var(--gold)}.form-select{background:#f5f0e80a;border:1px solid var(--border);color:var(--parchment);padding:.9rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;width:100%;cursor:pointer;transition:border-color .3s;appearance:none}.form-select:focus{border-color:var(--gold)}.form-select option{background:var(--ink)}.form-submit{background:var(--gold);border:none;color:var(--ink);padding:1rem 2.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:background .3s,transform .2s;align-self:flex-start}.form-submit:hover{background:var(--gold-light);transform:translateY(-2px)}.form-privacy{font-size:.72rem;color:#f5f0e859;line-height:1.6}footer{padding:5rem 6rem 3rem;border-top:1px solid var(--border)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:.15em;color:var(--gold);margin-bottom:1rem;display:block}.footer-tagline{font-family:Cormorant Garamond,serif;font-style:italic;color:#f5f0e880;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:38px;height:38px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--parchment);text-decoration:none;font-size:.8rem;transition:border-color .3s,color .3s,background .3s}.social-link:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c14}.footer-col-title{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:#f5f0e880;text-decoration:none;font-size:.88rem;transition:color .3s}.footer-links a:hover{color:var(--parchment)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.75rem;color:#f5f0e84d}.footer-legal{display:flex;gap:2rem}.footer-legal a{font-size:.75rem;color:#f5f0e84d;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--parchment)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.back-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:var(--ink);border:1px solid var(--border);color:var(--gold);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;opacity:0;pointer-events:none;transition:opacity .3s,background .3s;z-index:50}.back-top.visible{opacity:1;pointer-events:all}.back-top:hover{background:#c9a84c1a}.progress-bar{position:fixed;top:0;left:0;height:2px;background:var(--gold);z-index:200;width:0%;transition:width .1s linear}.loader{position:fixed;inset:0;z-index:1000;background:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:opacity .8s .5s,visibility .8s .5s}.loader.hidden{opacity:0;visibility:hidden}.loader-logo{font-family:Bebas Neue,sans-serif;font-size:3rem;letter-spacing:.2em;color:var(--gold);animation:pulse 1.5s ease-in-out infinite}.loader-line{width:200px;height:1px;background:#c9a84c33;overflow:hidden}.loader-line:after{content:"";display:block;width:40%;height:100%;background:var(--gold);animation:loadLine 1.5s ease-in-out infinite}@keyframes loadLine{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:1100px){nav{padding:1.5rem 2.5rem}nav.scrolled{padding:1rem 2.5rem}.nav-links{display:none}.mobile-call-strip{display:inline-flex}.hamburger{display:flex}.hero{grid-template-columns:1fr}.hero-right{display:none}.hero-left{padding:8rem 2.5rem 6rem}.hero-stats{left:2.5rem}section{padding:5rem 2.5rem}.search-section{padding:0 2.5rem}.search-bar{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.search-btn{grid-column:1 / -1;justify-content:center}.dest-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.dest-card:first-child{grid-column:1 / -1;grid-row:auto;height:300px}.packages-grid,.offers-row{grid-template-columns:1fr}.newsletter-inner{grid-template-columns:1fr;gap:3rem}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.exp-layout{grid-template-columns:1fr;gap:3rem}.exp-visual{max-width:500px}.testi-grid{grid-template-columns:1fr}}@media(max-width:640px){.hero-title{font-size:2.8rem}.mobile-call-strip{top:4.4rem;left:.75rem;right:.75rem;font-size:.68rem;letter-spacing:.08em;padding:.5rem .6rem}.hero-stats{display:none}.dest-grid{grid-template-columns:1fr}.dest-card{height:250px}.dest-card:first-child{grid-column:auto}.form-row,.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.search-bar{grid-template-columns:1fr;grid-template-rows:auto}.search-field{border-right:none;border-bottom:1px solid var(--border)}}.pkg-card-img{width:100%;height:200px;object-fit:cover;margin-bottom:2rem;border-radius:4px;filter:saturate(.85) brightness(.85);transition:filter .3s}.pkg-card:hover .pkg-card-img{filter:saturate(1) brightness(1)}
