@keyframes ms-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ms-fadeDown{to{opacity:1;transform:translateY(0)}}@keyframes ms-shimmer{0%,to{opacity:.6}50%{opacity:1}}.ms-page{margin:0;padding:0;font-family:"Jost",sans-serif;font-weight:300;letter-spacing:.01em;background:#1a1814;color:#f5f0e8;line-height:1.6;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}.ms-page *,.ms-page ::after,.ms-page ::before{box-sizing:border-box;margin:0;padding:0}.ms-page img{display:block;max-width:100%}.ms-page ::selection{background:#c8a455;color:#1a1814}.ms-page{--gold:#c8a455;--gold-soft:#dcc27a;--bg:#1a1814;--bg-card:#211f1a;--fg:#f5f0e8;--fg-muted:#9a9488;--border:rgba(154, 148, 136, 0.2);--gradient-gold:linear-gradient(135deg, #c8a455, #dcc27a);--shadow-gold:0 20px 60px -20px rgba(200, 164, 85, 0.35)}.ms-container{max-width:1280px;margin:0 auto;padding:0 2rem}.ms-back{position:fixed;top:16px;left:16px;z-index:1000;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:rgba(26,24,20,.85);backdrop-filter:blur(10px);color:var(--fg);font-size:.75rem;font-weight:400;text-decoration:none;border-radius:8px;border:1px solid var(--border);opacity:0;transform:translateY(-8px);animation:ms-fadeDown .5s ease 1s forwards;transition:background .2s,border-color .2s}.ms-back:hover{background:#1a1814;border-color:var(--gold)}.ms-back svg{width:14px;height:14px}.ms-eyebrow{font-family:"Jost",sans-serif;font-size:.7rem;letter-spacing:.35em;text-transform:uppercase;font-weight:400;color:var(--gold)}.ms-hairline{height:1px;background:linear-gradient(90deg,transparent,var(--gold) 50%,transparent)}.ms-text-gold{background-image:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ms-header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(12px);background:rgba(26,24,20,.6);border-bottom:1px solid var(--border)}.ms-header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.ms-logo,.ms-nav a{text-decoration:none}.ms-logo{display:flex;align-items:center;gap:12px;color:var(--fg)}.ms-logo-icon,.ms-logo-text{font-family:"Cormorant Garamond",serif}.ms-logo-icon{width:32px;height:32px;border-radius:50%;background:var(--gradient-gold);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#1a1814}.ms-logo-text{font-size:1.25rem;letter-spacing:.04em}.ms-nav{display:flex;gap:2.5rem;font-size:.85rem;color:var(--fg-muted)}.ms-nav a{color:inherit;position:relative;transition:color .3s}.ms-nav a::after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.ms-nav a:hover{color:var(--gold)}.ms-nav a:hover::after{width:100%}.ms-btn-gold,.ms-btn-gradient{display:inline-flex;align-items:center;gap:6px;font-family:"Jost",sans-serif;font-size:.7rem;font-weight:400;text-decoration:none;cursor:pointer}.ms-btn-gold{padding:10px 20px;background:0 0;border:1px solid rgba(200,164,85,.6);color:var(--gold);letter-spacing:.35em;text-transform:uppercase;transition:background .3s,color .3s}.ms-btn-gold:hover{background:var(--gold);color:var(--bg)}.ms-btn-gradient{padding:14px 32px;background:var(--gradient-gold);color:#1a1814;box-shadow:var(--shadow-gold);transition:transform .2s}.ms-btn-gradient:hover{transform:scale(1.02)}.ms-btn-gradient,.ms-btn-outline,.ms-hero-scroll span{letter-spacing:.35em;text-transform:uppercase}.ms-btn-outline{display:inline-flex;align-items:center;gap:6px;padding:14px 32px;border:1px solid rgba(245,240,232,.3);color:var(--fg);font-family:"Jost",sans-serif;font-size:.7rem;font-weight:400;text-decoration:none;cursor:pointer;transition:border-color .3s,color .3s}.ms-btn-outline:hover{border-color:var(--gold);color:var(--gold)}.ms-hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden}.ms-dest-card-img img,.ms-hero-bg{width:100%;height:100%;object-fit:cover}.ms-hero-bg{transition:transform 8s ease-out}.ms-dest-card:hover .ms-dest-card-img img,.ms-hero.ms-visible .ms-hero-bg{transform:scale(1.05)}.ms-hero-bg,.ms-hero-overlay,.ms-hero-overlay::before{position:absolute;inset:0}.ms-hero-overlay::before{content:"";background:linear-gradient(to top,var(--bg) 0%,rgba(26,24,20,.7) 40%,rgba(26,24,20,.3) 100%)}.ms-hero-overlay::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(26,24,20,.8),transparent,transparent)}.ms-hero-content{position:relative;z-index:10;max-width:720px;padding-bottom:6rem;padding-top:10rem}.ms-hero-title{font-family:"Cormorant Garamond",serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:1.05;letter-spacing:-.01em;margin-top:1.5rem}.ms-hero-title em,.ms-manifesto-title em{display:block;font-style:italic}.ms-hero-desc{font-size:1.1rem;color:var(--fg-muted);max-width:540px;margin-top:2rem;font-weight:300;line-height:1.7}.ms-hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.ms-hero-scroll{position:absolute;bottom:2rem;right:2rem;display:flex;flex-direction:column;align-items:flex-end;gap:12px;color:var(--fg-muted);font-size:.65rem}.ms-hero-scroll-line{width:1px;height:64px;background:linear-gradient(to bottom,transparent,var(--gold))}.ms-hero-scroll span{writing-mode:vertical-rl}.ms-hero-content .ms-eyebrow{opacity:0;animation:ms-fadeUp .8s ease .3s forwards,ms-shimmer 4s ease-in-out 1.5s infinite}.ms-hero-title{opacity:0;transform:translateY(24px);animation:ms-fadeUp 1s ease .5s forwards}.ms-hero-desc{opacity:0;transform:translateY(20px);animation:ms-fadeUp .8s ease .8s forwards}.ms-hero-ctas{opacity:0;transform:translateY(16px);animation:ms-fadeUp .8s ease 1s forwards}.ms-manifesto{padding:8rem 0;text-align:center}.ms-manifesto-title{font-family:"Cormorant Garamond",serif;font-size:clamp(1.75rem,4vw,3.2rem);font-weight:400;line-height:1.3;max-width:800px;margin:0 auto;margin-top:2rem}.ms-manifesto-title em{margin-top:.5rem}.ms-manifesto-text{font-size:1.1rem;color:var(--fg-muted);max-width:700px;margin:0 auto;margin-top:3rem;font-weight:300;line-height:1.8}.ms-destinations{padding:6rem 0;background:rgba(33,31,26,.4)}.ms-destinations-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.ms-destinations-title{font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;line-height:1.1;max-width:540px}.ms-contact-title em,.ms-destinations-title em,.ms-exp-title em,.ms-testi-title em{font-style:italic}.ms-destinations-sub{color:var(--fg-muted);max-width:360px;font-size:.95rem}.ms-dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.ms-dest-card{border:1px solid var(--border);background:var(--bg);overflow:hidden;transition:border-color .5s}.ms-dest-card:hover{border-color:rgba(200,164,85,.6)}.ms-dest-card-img{position:relative;aspect-ratio:4/5;overflow:hidden}.ms-dest-card-img img{transition:transform 1.8s ease}.ms-dest-card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--bg),rgba(26,24,20,.2) 50%,transparent)}.ms-dest-tag{position:absolute;top:20px;left:20px;z-index:2;padding:6px 12px;background:rgba(26,24,20,.7);backdrop-filter:blur(8px);font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold)}.ms-dest-body{padding:2rem}.ms-dest-name{font-family:"Cormorant Garamond",serif;font-size:1.6rem;margin-bottom:.5rem}.ms-dest-price{font-size:.85rem;color:var(--gold);margin-bottom:1rem}.ms-dest-desc{font-size:.9rem;color:var(--fg-muted);line-height:1.7;margin-bottom:1.5rem}.ms-dest-link,.ms-form label{font-size:.7rem;letter-spacing:.35em;text-transform:uppercase}.ms-dest-link{display:inline-flex;align-items:center;gap:8px;color:var(--fg);text-decoration:none;transition:color .3s}.ms-dest-link:hover,.ms-footer-links a:hover{color:var(--gold)}.ms-dest-link span{transition:transform .3s}.ms-dest-card:hover .ms-dest-link span{transform:translateX(4px)}.ms-experiences{padding:6rem 0}.ms-exp-grid{display:grid;grid-template-columns:1fr 2fr;gap:5rem}.ms-exp-title{font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15;margin-top:1rem}.ms-exp-card p,.ms-exp-intro{color:var(--fg-muted);line-height:1.7}.ms-exp-intro{font-size:.95rem;margin-top:1.5rem}.ms-exp-cards{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}.ms-exp-card{background:var(--bg);padding:2.5rem;transition:background .3s}.ms-exp-card:hover{background:rgba(33,31,26,.6)}.ms-exp-card-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.ms-exp-card-num{font-family:"Cormorant Garamond",serif;font-size:1.8rem;color:var(--gold)}.ms-exp-card-line{flex:1;height:1px;background:var(--border);transition:background .3s}.ms-exp-card:hover .ms-exp-card-line{background:rgba(200,164,85,.6)}.ms-exp-card-title{font-family:"Cormorant Garamond",serif;font-size:1.5rem;margin-bottom:.75rem}.ms-exp-card p{font-size:.85rem}.ms-testimonials{padding:6rem 0 8rem;background:rgba(33,31,26,.4)}.ms-testi-title{font-family:"Cormorant Garamond",serif;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:400;text-align:center;line-height:1.2;max-width:700px;margin:0 auto;margin-top:1rem;margin-bottom:5rem}.ms-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.5rem}.ms-testi-item{position:relative}.ms-testi-quote,.ms-testi-quote-mark{font-family:"Cormorant Garamond",serif}.ms-testi-quote-mark{font-size:5rem;color:var(--gold);opacity:.4;position:absolute;top:-2rem;left:-.5rem;line-height:1}.ms-testi-quote{font-size:1.3rem;font-style:italic;line-height:1.5;margin-bottom:1.5rem;position:relative}.ms-testi-author{font-size:.9rem;color:var(--fg)}.ms-testi-context{font-size:.75rem;color:var(--fg-muted);margin-top:.25rem}.ms-contact{padding:6rem 0 8rem;position:relative}.ms-contact-title{font-family:"Cormorant Garamond",serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;line-height:1.15;margin-top:1rem}.ms-contact-sub{color:var(--fg-muted);margin-top:1.5rem;max-width:520px;font-size:.95rem;line-height:1.7}.ms-form{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:720px;margin:4rem auto 0}.ms-form-full{grid-column:1/-1}.ms-form label{display:block;color:var(--fg-muted);margin-bottom:.75rem}.ms-form input,.ms-form textarea{width:100%;background:0 0;border:0;border-bottom:1px solid var(--border);padding:.75rem 0;color:var(--fg);font-family:"Jost",sans-serif;font-size:1rem;font-weight:300;outline:0;transition:border-color .3s}.ms-form input::placeholder,.ms-form textarea::placeholder{color:rgba(154,148,136,.5)}.ms-form input:focus,.ms-form textarea:focus{border-color:var(--gold)}.ms-form textarea{resize:vertical}.ms-form-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.5rem}.ms-form-footer p{font-size:.75rem;color:var(--fg-muted)}.ms-footer{border-top:1px solid var(--border);padding:3.5rem 0}.ms-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-size:.85rem;color:var(--fg-muted)}.ms-footer-brand{display:flex;align-items:center;gap:10px}.ms-footer-brand-icon{width:28px;height:28px;border-radius:50%;background:var(--gradient-gold);display:flex;align-items:center;justify-content:center;font-family:"Cormorant Garamond",serif;font-size:.9rem;color:#1a1814}.ms-footer-brand-name{font-family:"Cormorant Garamond",serif;font-size:1rem;color:var(--fg)}.ms-footer-links{display:flex;gap:2rem}.ms-footer-links a{color:var(--fg-muted);text-decoration:none;transition:color .3s}.ms-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.ms-reveal-stagger.ms-visible>*,.ms-reveal.ms-visible{opacity:1;transform:translateY(0)}.ms-reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.ms-reveal-stagger.ms-visible>:nth-child(1){transition-delay:0s}.ms-reveal-stagger.ms-visible>:nth-child(2){transition-delay:.12s}.ms-reveal-stagger.ms-visible>:nth-child(3){transition-delay:.24s}.ms-reveal-stagger.ms-visible>:nth-child(4){transition-delay:.36s}.ms-title-line{position:relative;padding-bottom:1rem}.ms-title-line::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,var(--gold),transparent);transition:width .8s ease}.ms-title-line.ms-visible::after,.ms-visible .ms-title-line::after{width:80px}.ms-title-line-center::after{left:50%;transform:translateX(-50%)}.ms-title-line-center.ms-visible::after,.ms-visible .ms-title-line-center::after{width:64px}@media (min-width:769px){.ms-destinations-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media (max-width:1024px){.ms-exp-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.ms-container{padding:0 1.25rem}.ms-header .ms-btn-gold,.ms-nav{display:none}.ms-header-inner{height:64px}.ms-hero-content{padding-bottom:3rem;padding-top:8rem}.ms-hero-scroll{display:none}.ms-hero-ctas{flex-direction:column}.ms-manifesto{padding:5rem 0}.ms-destinations{padding:4rem 0}.ms-dest-grid{grid-template-columns:1fr;gap:2rem}.ms-dest-card-img{aspect-ratio:3/2}.ms-experiences{padding:4rem 0}.ms-exp-grid{gap:2rem}.ms-exp-cards,.ms-exp-grid{grid-template-columns:1fr}.ms-testimonials{padding:4rem 0 5rem}.ms-testi-grid{grid-template-columns:1fr;gap:3rem}.ms-contact{padding:4rem 0 5rem}.ms-form{grid-template-columns:1fr}.ms-footer-inner,.ms-form-footer{flex-direction:column;text-align:center}.ms-footer-inner{gap:1rem}.ms-back{top:auto;bottom:16px;left:16px}}