@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Cinzel:wght@400;600&family=Jost:wght@300;400;500&family=Outfit:wght@200;300;400;500;600&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,440;1,9..144,400&family=Inter:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300..600;1,9..144,400..500&family=Work+Sans:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--forest-green:#0f3b2e;--deep-forest:#123c31;--emerald-green:#1e4d3d;--dark-jungle:#0a241d;--misty-green:#5e7c6f;--soft-ivory:#f6f3ee;--warm-cream:#f3e7c9;--sand-beige:#e8d8b0;--light-beige:#ede4d2;--off-white:#faf8f4;--luxury-gold:#d4b87a;--muted-gold:#b8924c;--soft-gold:#d6b56c;--golden-sand:#e0c98c;--dark-gold:#9c7736;--deep-charcoal:#1d1b18;--soft-charcoal:#2e2a25;--warm-gray:#6b665f;--muted-gray:#8a847a;--light-muted:#b7b1a7;--blue:#3dd6c0;--hero-shadow:#08120f80;--green-overlay:#0f3b2ed1;--gold-overlay:#c9a45a2e;--card-green:#184838;--card-shadow:#00000038;--border-soft:#ffffff14;--border-gold:#c9a45a40;--button-green:#174434;--button-hover:#205340;--button-text:#f8f6f1;--footer-green:#5f7f71;--footer-dark:#486558;--leaf-light:#d8c9a4;--leaf-muted:#bda97b;--text-dark:#1f2a2e;--text-light:#fff;--bg-main:#fff;--bg-soft:#f7f9f9;--border-color:#dcdcdc;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 6px #00000014;--shadow-md:0 6px 20px #0000001f;--transition:all .3s ease}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--bg-main);color:var(--text-dark);-webkit-font-smoothing:antialiased;font-family:Inter,Poppins,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}ul,ol,li{text-decoration:none}h1,h2,h3,h4{color:var(--primary);font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}p{color:var(--text-dark);font-size:1rem}.explore-btn{border:2px solid var(--button-text);color:var(--button-text);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-md);background:0 0;align-items:center;gap:10px;padding:12px 26px;font-size:.7rem;font-weight:700;display:inline-flex}.explore-btn:hover{background:var(--luxury-gold);color:var(--button-text);border-color:var(--dark-gold)}.music-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;z-index:9999;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(22px,5vw,34px);height:clamp(22px,5vw,34px);font-size:clamp(.95rem,2vw,1.15rem);transition:transform .3s,background .3s;display:flex;bottom:clamp(16px,3vw,24px);right:clamp(16px,3vw,24px)}.music-btn:hover{background:#000000bf;transform:scale(1.08)}.music-btn:active{transform:scale(.96)}@media (hover:none){.music-btn:hover{background:#0000008c;transform:none}.music-btn:active{background:#000000bf;transform:scale(.93)}}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:auto;backface-visibility:hidden;max-width:100%;height:auto;transform:translateZ(0)}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){img{image-rendering:-webkit-optimize-contrast}}.navbar{z-index:500;justify-content:space-between;align-items:center;padding:1rem 2.5rem 1rem 3.5rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar-home{background:0 0}.navbar-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(90deg,#3c1e1459,#140a0a40)}.navbar-logo img{height:clamp(40px,2.5vw,50px);margin:.5rem;transform:scale(2)}.navbar-right{align-items:center;gap:2rem;display:flex}.navbar-link{cursor:pointer;letter-spacing:.15em;text-transform:uppercase;color:var(--button-text);background:0 0;border:none;align-items:center;gap:.4rem;font-family:inherit;font-size:.75rem;text-decoration:none;transition:color .4s,opacity .4s;display:flex}.navbar-link:hover{opacity:.7}.navbar-link-home{color:var(--button-text)}.navbar-dropdown-wrapper{position:relative}.navbar-arrow{font-size:.9rem;transition:transform .5s;display:inline-block}.navbar-arrow-open{transform:rotate(180deg)}.navbar-dropdown{background:var(--button-text);border:1px solid #1a25351a;border-radius:12px;min-width:220px;position:absolute;top:calc(100% + .8rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #1a253526}.navbar-dropdown-item{cursor:pointer;text-align:left;width:100%;color:var(--emerald-green);background:0 0;border:none;padding:.85rem 1.4rem;font-size:.82rem;text-decoration:none;transition:background .2s,color .2s;display:block}.navbar-dropdown-border{border-bottom:1px solid #1a253514}.navbar-dropdown-item:hover{background:var(--button-hover);color:var(--button-text)}.mobile-menu{background:var(--soft-ivory);z-index:999;flex-direction:column;gap:1.5rem;width:100%;height:calc(80vh - 80px);padding:2rem 1.5rem;transition:transform .4s;display:flex;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.show{transform:translate(0)}.mobile-item{flex-direction:column;display:flex}.mobile-link,.mobile-nav-link{color:var(--emerald-green);letter-spacing:.08em;cursor:pointer;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;text-decoration:none;display:flex}.arrow{color:var(--luxury-gold);transition:transform .3s}.arrow.open{transform:rotate(180deg)}.mobile-submenu{border-left:1px solid var(--luxury-gold);flex-direction:column;gap:1rem;margin-top:1.2rem;padding-left:1rem;display:flex}.mobile-submenu-link{color:var(--deep-forest);font-size:.95rem;text-decoration:none;transition:opacity .3s}.mobile-submenu-link:hover{opacity:.7}.mobile-cta{margin-top:auto}.mobile-cta-btn{border:2px solid var(--button-text);background:linear-gradient(90deg, var(--luxury-gold), var(--soft-gold));color:var(--button-text);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:var(--radius-md);align-items:center;gap:10px;padding:12px 26px;font-size:.7rem;font-weight:700;display:inline-flex;box-shadow:0 10px 30px #cba44d33}.mobile-menu-btn{cursor:pointer;color:var(--off-white);z-index:1001;background:0 0;border:none;font-size:2rem;display:none}.mobile-menu-btn-home{color:var(--off-white)}.mobile-controls{align-items:center;gap:.5rem;display:none}.mobile-music-toggle{align-items:center;display:flex}@media (width>=1600px){.navbar{padding:2rem 3rem 2rem 4.5rem}.navbar-right{gap:2rem}.navbar-link{font-size:1.1rem}.explore-btn{font-size:.9rem}.music-btn{width:3rem;height:3rem}}@media (width<=1280px){.navbar{padding:1.5rem 1.8rem 1.5rem 2.9rem}.navbar-right{gap:1rem}.navbar-link{font-size:.68rem}}@media (width<=1024px){.navbar{padding:1rem 2rem 1rem 2.5rem}.navbar-logo img{height:42px;transform:scale(1.5)}}@media (width<=768px){.navbar{padding:1rem 3rem 1rem 2rem}.navbar-right{display:none}.mobile-menu-btn{color:var(--off-white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.9rem;display:flex}.mobile-link{justify-content:flex-start;gap:.5rem}.navbar-logo img{height:42px;transform:scale(1.5)}.mobile-controls{display:flex}.music-btn{width:1.9rem;height:1.9rem;font-size:.8rem;position:fixed;top:2rem;right:1rem}}@media (width<=480px){.navbar{padding:1rem 3rem 1rem 1.5rem}.navbar-right{display:none}.navbar-logo img{height:38px;transform:scale(1.5)}}.hero{background-position:50%;background-size:cover;align-items:center;min-height:100vh;transition:background-image .7s;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(90deg,#00000005,#0000001a);position:absolute;inset:0}.hero-content{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:3rem;width:100%;padding:12rem 5%;display:grid;position:relative}.hero-left{max-width:650px;margin-top:7rem}.hero-tag{color:var(--golden-sand);text-transform:uppercase;letter-spacing:.15em;font-family:Jost;font-size:.75rem;font-weight:500}.hero-left h1{color:var(--off-white);margin-top:1rem;font-family:Jost Garamond;font-size:clamp(3rem,5vw,5.5rem);font-weight:400;line-height:1}.hero-left p{color:#fffc;max-width:520px;margin-top:1.5rem;font-family:Cormorant Jost;font-size:1rem;line-height:1.8}.hero-buttons{gap:1rem;margin-top:2rem;display:flex}.hero-stack{width:100%;height:500px;position:relative}.stack-card{cursor:pointer;background-position:50%;background-size:cover;border-radius:28px;width:300px;height:480px;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,filter .6s;position:absolute;top:0;right:0;overflow:hidden;box-shadow:0 20px 60px #00000059}.stack-card.active{filter:brightness()}.stack-card:not(.active){filter:brightness(.8)}.stack-overlay{flex-direction:column;justify-content:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.stack-overlay span{color:var(--golden-sand);letter-spacing:.15em;background:var(--hero-shadow);text-align:center;border-radius:12px;padding:.2rem;font-size:.7rem}@media (width>=1600px){.hero-content{grid-template-columns:1fr 700px;gap:2rem;padding:8rem 2% 8rem 4%}.hero-left{max-width:100%;margin-top:5rem}.hero-left h1{font-size:4.5rem}.hero-left p{font-size:1.2rem}.explore-btn,.hero-tag{font-size:.9rem}}@media (width<=1280px){.hero-content{grid-template-columns:1fr 520px;gap:2rem;padding:8rem 2% 8rem 4%}.hero-left{max-width:100%;margin-top:4rem}.hero-left h1{font-size:4rem}.hero-left p{font-size:1rem}.explore-btn,.hero-tag{font-size:.7rem}}@media (width<=1024px){.hero-content{grid-template-columns:1fr 420px;gap:2rem;padding:8rem 4%}.hero-left{margin-top:4rem}.hero-left h1{font-size:3.7rem}.stack-card{width:250px;height:400px}.stack-overlay span{font-size:.5rem}.stack-overlay h4{font-size:1.8rem}.hero-stack{height:420px}}@media (width<=768px){.hero-stack{display:none}.hero{min-height:100vh}.hero-content{grid-template-columns:1fr;padding:7rem 1.5rem 4rem}.hero-left{max-width:100%;margin-top:2rem}.hero-tag{letter-spacing:.2em;font-size:.6rem}.hero-left h1{font-size:3rem;line-height:1.05}.hero-left p{max-width:60%;font-size:.9rem;line-height:1.7}.hero-buttons{width:60%}}@media (width<=480px){.hero{text-align:center}.hero-left{flex-direction:column;align-items:center;max-width:100%;margin-top:2rem;display:flex}.hero-left h1{font-size:2.7rem}.hero-left p{max-width:100%;font-size:.85rem}.hero-buttons{justify-content:center;width:90%}}.marquee{background:var(--button-green);padding:.9rem 0;overflow:hidden}.marquee-track{width:max-content;animation:15s linear infinite mq;display:flex}.marquee-item{letter-spacing:.2em;text-transform:uppercase;color:var(--button-text);white-space:nowrap;align-items:center;gap:2.5rem;padding:0 2.5rem;font-family:Jost,serif;font-size:.8rem;display:flex}.marquee-dot{opacity:.5;color:var(--luxury-gold);font-size:.9rem}@media (width<=640px){.marquee-item{letter-spacing:.14em;gap:1.5rem;padding:0 1.6rem;font-size:.75rem}}@keyframes mq{to{transform:translate(-50%)}}.rh-hero{--rh-font-display:"Fraunces", serif;--rh-font-body:"Work Sans", sans-serif;--rh-font-mono:"Space Mono", monospace;background:var(--dark-jungle);overflow:hidden}.rh-hero__inner{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:5.5rem 2rem 3rem;display:flex;container-type:inline-size}.rh-hero__eyebrow{opacity:0;justify-content:center;align-items:center;gap:12px;margin-bottom:1.4rem;transition:opacity .6s,transform .6s;display:flex;transform:translateY(-6px)}.rh-hero--in .rh-hero__eyebrow{opacity:1;transform:translateY(0)}.rh-hero__eyebrow-line{background:var(--light-beige);width:32px;height:.5px}.rh-hero__eyebrow-text{font-family:var(--rh-font-mono);letter-spacing:.32em;text-transform:uppercase;color:var(--light-beige);font-size:.72rem}.rh-hero__title{font-family:var(--rh-font-display);letter-spacing:-.01em;color:var(--dark-gold);width:100%;margin:0 0 1.7rem;font-weight:500;line-height:1.22}.rh-typewriter-wrap{justify-content:center;align-items:center;width:100%;min-height:clamp(34px,5.5cqw,52px);display:flex}.rh-typewriter{font-family:var(--rh-font-display);letter-spacing:.01em;color:var(--dark-gold);white-space:nowrap;width:0;max-width:100%;font-size:clamp(1rem,5cqw,2.5rem);font-weight:500;display:inline-block;overflow:hidden}.rh-typewriter em{color:var(--luxury-gold);font-style:italic;font-weight:400}.rh-typewriter--l1.rh-typewriter--play{animation:2.2s steps(29,end) .2s forwards rh-type}.rh-typewriter--l2.rh-typewriter--play{animation:2.8s steps(35,end) 2.6s forwards rh-type}@keyframes rh-type{0%{width:0}to{width:100%}}.rh-hero__stamps{flex-wrap:wrap;justify-content:center;gap:10px 14px;margin:0 0 2.2rem;padding:0;list-style:none;display:flex}.rh-stamp{background:var(--soft-ivory);border:1.5px dashed var(--misty-green);opacity:0;border-radius:3px;flex-direction:column;align-items:center;gap:2px;padding:8px 14px;transition:opacity .6s,transform .6s;display:flex;box-shadow:0 2px 6px #00000038}.rh-hero--in .rh-stamp:nth-child(odd){opacity:1;transition-delay:1.9s;transform:translateY(0)rotate(-1.4deg)}.rh-hero--in .rh-stamp:nth-child(2n){opacity:1;transition-delay:1.9s;transform:translateY(0)rotate(1.2deg)}.rh-stamp__code{font-family:var(--rh-font-mono);letter-spacing:.05em;color:var(--rh-clay);font-size:.65rem;font-weight:700}.rh-stamp__label{font-family:var(--rh-font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--rh-stamp-text);white-space:nowrap;font-size:.58rem}.rh-hero__copy{max-width:100%;margin:0 auto}.rh-hero__copy p{font-family:var(--rh-font-body);color:var(--leaf-light);letter-spacing:.01em;opacity:0;margin:0 0 1.1rem;font-size:.9rem;line-height:1.75;transition:opacity .7s,transform .7s;transform:translateY(8px)}.rh-hero__copy p:last-child{margin-bottom:0}.rh-hero--in .rh-hero__copy p:first-child{transition-delay:2.9s}.rh-hero--in .rh-hero__copy p:nth-child(2){transition-delay:3.02s}.rh-hero--in .rh-hero__copy p:nth-child(3){transition-delay:3.14s}.rh-hero--in .rh-hero__copy p{opacity:1;transform:translateY(0)}.rh-hero__footer{justify-content:center;align-items:center;gap:16px;max-width:760px;margin:0 auto;padding:0 2rem 3.5rem;display:flex}.rh-hero__footer-line{background:linear-gradient(to right, transparent, var(--golden-sand), transparent);flex:1;max-width:180px;height:1px}.rh-hero__footer-text{font-family:var(--rh-font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--golden-sand);white-space:nowrap;font-size:.68rem}@media (width>=1600px){.rh-hero__inner{max-width:900px;padding:7rem 2.5rem 4rem}.rh-hero__copy p{font-size:1rem;line-height:1.8}.rh-hero__footer{max-width:900px;padding-bottom:5rem}}@media (width<=1280px){.rh-hero__inner{padding:5rem 2rem 3rem}}@media (width<=1024px){.rh-hero__inner{padding:4.5rem 1.75rem 2.5rem}.rh-hero__stamps{gap:8px 12px}.rh-hero__copy p{font-size:.88rem}.rh-hero__footer{padding:0 1.75rem 3rem}}@media (width<=768px){.rh-hero__inner{padding:4rem 1.25rem 2rem}.rh-hero__stamps{grid-template-columns:repeat(2,auto);justify-content:center;gap:8px 10px;display:grid}.rh-hero__eyebrow-line{width:20px}.rh-hero__copy p{font-size:.85rem;line-height:1.72}.rh-hero__footer{padding:0 1.25rem 2.5rem}.rh-hero__footer-line{max-width:80px}}@media (width<=480px){.rh-hero__inner{padding:3rem 1rem 1.75rem}.rh-hero__stamps{grid-template-columns:1fr;width:100%;max-width:260px}.rh-stamp{text-align:center;width:100%}.rh-hero__eyebrow-line{width:14px}.rh-hero__eyebrow-text{letter-spacing:.24em;font-size:.65rem}.rh-hero__copy p{font-size:.82rem;line-height:1.7}.rh-hero__footer{gap:10px;padding:0 1rem 2.5rem}.rh-hero__footer-line{max-width:40px}.rh-hero__footer-text{letter-spacing:.1em;font-size:.6rem}}@media (prefers-reduced-motion:reduce){.rh-hero__eyebrow,.rh-stamp,.rh-hero__copy p{opacity:1!important;transition:none!important;transform:none!important}.rh-typewriter{width:100%!important;animation:none!important}}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform 3s cubic-bezier(.16,1,.3,1)}.reveal-visible{opacity:1;transform:none}.reveal-up{transform:translateY(36px)}.reveal-left{transform:translate(-36px)}.reveal-right{transform:translate(36px)}.reveal-scale{transform:scale(.93)}.dest-card{cursor:pointer;isolation:isolate;border-radius:18px;width:100%;min-height:260px;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(0)}.dest-card:hover{transform:translateY(-12px);box-shadow:0 22px 45px #0000002e,0 8px 18px #00000014}.dest-card-bg{background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:transform .8s;position:absolute;inset:0;transform:scale(1)}.dest-card:hover .dest-card-bg{transform:scale(1.08)}.dest-card-hero{letter-spacing:.1em;opacity:.08;pointer-events:none;z-index:1;justify-content:center;align-items:center;font-family:Cormorant Garamond,serif;font-weight:300;display:flex;position:absolute;inset:0}.dest-card-overlay{z-index:2;transform-origin:bottom;background:linear-gradient(#1a253514 0%,#1a253573 58%,#1a2535f5 100%);transition:transform 1.75s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scaleY(1)}.dest-card:hover .dest-card-overlay{transform:scaleY(0)}.dest-card-content{z-index:3;padding:1.6rem;transition:transform .45s;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.dest-card:hover .dest-card-content{transform:translateY(-4px)}.dest-card-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--leaf-light);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.45rem;font-size:.62rem;font-weight:600;display:flex}.dest-card-line{background:var(--light-muted);flex-shrink:0;width:14px;height:1px;font-weight:200;display:block}.dest-card-title{color:var(--off-white);word-break:break-word;font-family:Cormorant Garamond,serif;font-size:clamp(1.4rem,1.6vw + 1rem,2rem);font-weight:400;line-height:1.1}.dest-card-tagline{color:#ffffffad;max-width:95%;margin-top:.45rem;font-size:.78rem;font-style:italic;line-height:1.5}.dest-card-link{letter-spacing:.12em;text-transform:uppercase;color:#c9a050;margin-top:1rem;font-size:.68rem}@media (width<=768px){.dest-card:hover{transform:translateY(-8px)}}@media (width<=640px){.dest-card{border-radius:14px;min-height:260px}.dest-card-content{padding:1rem}.dest-card-title{font-size:1.45rem!important}.dest-card-tagline{font-size:.72rem}.dest-card:hover{transform:translateY(-5px)}}.destinations-section{background:var(--light-beige);padding:2rem 1rem;overflow:hidden}.destinations-header{text-align:center;margin-bottom:3.5rem}.destinations-subtitle{letter-spacing:.28em;text-transform:uppercase;color:var(--dark-gold);flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;margin-top:2.5rem;margin-bottom:.8rem;font-size:.7rem;display:flex}.destinations-line{background:var(--dark-gold);width:24px;height:1px;display:block}.destinations-title{color:var(--deep-charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;line-height:1.1}.destinations-highlight{color:var(--luxury-gold);font-style:italic}.destinations-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(550px,auto);gap:1rem;width:100%;display:grid}.destinations-grid .dest-card:first-child,.destinations-grid .dest-card:nth-child(2),.destinations-grid .dest-card:nth-child(3){grid-column:span 2}.destinations-grid .dest-card:nth-child(4),.destinations-grid .dest-card:nth-child(5){grid-column:span 3}@media (width>=1600px){.destinations-grid{grid-auto-rows:minmax(700px,auto);gap:1.25rem}}@media (width<=1280px){.destinations-grid{grid-auto-rows:minmax(400px,auto)}}@media (width<=1024px){.destinations-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(340px,auto);gap:.9rem}.destinations-grid .dest-card:first-child,.destinations-grid .dest-card:nth-child(2),.destinations-grid .dest-card:nth-child(3),.destinations-grid .dest-card:nth-child(4),.destinations-grid .dest-card:nth-child(5){grid-column:span 1}}@media (width<=768px){.destinations-grid{grid-auto-rows:minmax(300px,auto);gap:.75rem}}@media (width<=480px){.destinations-grid{grid-template-columns:1fr;grid-auto-rows:minmax(280px,auto);gap:.75rem}.destinations-grid .dest-card{grid-column:span 1!important}}.features-section{background:var(--deep-forest);padding:3rem 2.5rem 5rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.feature-card{background:var(--card-green);background:#ffffff14;border:1px solid #ffffff14;padding:2.2rem 1.8rem}.feature-icon{width:42px;height:42px;color:var(--luxury-gold);border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.1rem;display:flex}.feature-title{color:#fff;margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400}.feature-text{color:#ffffff8c;font-size:.78rem;font-weight:300;line-height:1.7}@media (width<=960px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.features-section{padding:4rem 1.2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.8rem 1.4rem}}.process-section{background:var(--light-beige);padding:3rem 2.5rem 7rem;overflow:hidden}.process-header{text-align:center;margin-bottom:4rem}.process-subtitle{letter-spacing:.28em;text-transform:uppercase;color:var(--luxury-gold);justify-content:center;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:.65rem;font-weight:400;display:inline-flex}.process-subtitle:before,.process-subtitle:after{content:"";background:var(--luxury-gold);width:55px;height:1px}.process-title{color:var(--deep-charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300}.process-highlight{color:var(--luxury-gold);font-style:italic}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.process-card{text-align:center;transition:transform .35s}.process-card:hover{transform:translateY(-6px)}.process-number{width:60px;height:60px;color:var(--off-white);background:var(--emerald-green);border:1px solid #1a253526;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.2rem;font-family:Jost ,serif;font-size:1.1rem;font-weight:300;transition:all .4s;display:flex;box-shadow:0 4px 20px #1a25350f}.process-card:hover .process-number{background:var(--dark-gold);color:var(--light-beige)}.process-card-title{color:#1a2535;margin-bottom:.5rem;font-family:Garamond,serif;font-size:1.2rem;font-weight:400}.process-card-text{color:var(--warm-gray);font-family: Garamond,serif;font-size:.8rem;font-weight:300;line-height:1.7}@media (width<=960px){.process-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}}@media (width<=640px){.process-section{padding:5rem 1.2rem}.process-grid{grid-template-columns:1fr;gap:2.5rem}.process-card{max-width:340px;margin:0 auto}.process-subtitle:before,.process-subtitle:after{width:35px}}@media (width<=420px){.process-subtitle:before,.process-subtitle:after{width:24px}}.parallax-quote{background:linear-gradient(135deg, var(--dark-jungle));justify-content:center;align-items:center;min-height:55vh;padding:3rem 0;display:flex;position:relative;overflow:hidden}.parallax-bg{will-change:transform;background:radial-gradient(70% 60%,#3dd6c01a,#0000 65%);position:absolute;inset:-35%}.parallax-content{z-index:2;text-align:center;max-width:620px;padding:0 2rem;position:relative}.quote-mark{color:var(--dark-gold);margin-bottom:.6rem;font-family:Cormorant Garamond,serif;font-size:4rem;line-height:.6}.quote-text{color:var(--off-white);font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.8vw,2.4rem);font-style:italic;font-weight:300;line-height:1.35}.quote-highlight{color:var(--dark-gold);font-weight:300}.quote-footer{letter-spacing:.28em;text-transform:uppercase;color:#fff6;justify-content:center;align-items:center;gap:1rem;margin-top:1.8rem;margin-bottom:1rem;font-size:.62rem;display:flex}.quote-line{background:#ffffff40;width:36px;height:1px;display:block}@media (width>=1600px){.parallax-quote{min-height:60vh;padding:4rem 0}.parallax-content{max-width:760px;padding:0 2rem}.quote-mark{margin-bottom:.8rem;font-size:4.5rem}.quote-text{font-size:clamp(2.2rem,2.4vw,2.8rem)}.quote-footer{margin-top:2.2rem;font-size:.68rem}.quote-line{width:42px}}@media (width<=1280px){.parallax-quote{min-height:60vh;padding:3.5rem 0}.parallax-content{max-width:580px;padding:0 2rem}.quote-mark{font-size:3.6rem}.quote-text{font-size:clamp(1.4rem,2.6vw,2.2rem)}}@media (width<=1024px){.parallax-quote{min-height:60vh;padding:3rem 0}.parallax-content{max-width:520px;padding:0 1.8rem}.quote-mark{margin-bottom:.6rem;font-size:3.2rem}.quote-text{font-size:clamp(1.3rem,2.6vw,2rem)}.quote-footer{margin-top:1.6rem;font-size:.58rem}}@media (width<=768px){.parallax-quote{min-height:45vh;padding:2.5rem 0}.parallax-content{max-width:460px;padding:0 1.5rem}.quote-mark{margin-bottom:.4rem;font-size:2.8rem}.quote-text{font-size:clamp(1.2rem,3.2vw,1.8rem);line-height:1.3}.quote-footer{letter-spacing:.22em;gap:.8rem;margin-top:1.4rem;font-size:.56rem}.quote-line{width:28px}}@media (width<=450px){.parallax-quote{min-height:50vh;padding:2rem 0}.parallax-content{max-width:100%;padding:0 1.2rem}.quote-mark{margin-bottom:.2rem;font-size:2.2rem}.quote-text{font-size:clamp(1.1rem,5vw,1.5rem);line-height:1.3}.quote-footer{letter-spacing:.18em;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem;font-size:.52rem}.quote-line{width:24px}}.testimonials-section{background:var(--light-beige);padding:5rem 0;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:3.5rem;padding:0 2.5rem}.testimonials-subtitle{letter-spacing:.28em;text-transform:uppercase;color:var(--luxury-gold);margin-bottom:.8rem;font-size:.65rem}.testimonials-title{color:var(--deep-charcoal);font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300}.testimonials-highlight{color:var(--luxury-gold);font-style:italic}.testimonials-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%)}.testimonials-track{gap:1.5rem;width:max-content;animation:38s linear infinite testimonials-scroll;display:flex}.testimonials-marquee:hover .testimonials-track{animation-play-state:paused}@keyframes testimonials-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:#fff;border:1px solid #1a25351a;border-radius:16px;flex:none;width:360px;padding:1.8rem;transition:border-color .3s,box-shadow .3s;box-shadow:0 4px 20px #1a25350d}.testimonial-card:hover{border-color:var(--emerald-green);box-shadow:0 12px 40px #1a6b8a1a}.testimonial-stars{color:#c9a050;letter-spacing:.05em;margin-bottom:.9rem;font-size:.75rem}.testimonial-quote{color:#1a2535;opacity:.85;margin-bottom:1.2rem;font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:300;line-height:1.6}.testimonial-user{align-items:center;gap:.8rem;display:flex}.testimonial-avatar{color:#ffffffb3;border:1px solid #1a25351a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Cormorant Garamond,serif;font-size:.9rem;display:flex}.testimonial-name{color:#1a2535;font-size:.82rem;font-weight:500}.testimonial-role{letter-spacing:.1em;text-transform:uppercase;color:#1a253580;font-size:.65rem}@media (width>=1600px){.testimonials-section{padding:6rem 0}.testimonials-header{margin-bottom:4rem;padding:0 4rem}.testimonials-track{gap:2rem}.testimonial-card{width:420px;padding:2.2rem}.testimonial-quote{font-size:1.1rem}}@media (width<=1280px){.testimonials-header{padding:0 2rem}.testimonials-track{gap:1.4rem}.testimonial-card{width:340px;padding:1.7rem}}@media (width<=1024px){.testimonials-section{padding:4rem 0}.testimonials-header{margin-bottom:3rem;padding:0 1.8rem}.testimonials-track{gap:1.2rem;animation-duration:32s}.testimonial-card{width:320px;padding:1.6rem}.testimonial-quote{font-size:.95rem}}@media (width<=768px){.testimonials-section{padding:3.5rem 0}.testimonials-header{margin-bottom:2.5rem;padding:0 1.4rem}.testimonials-track{gap:1rem;animation-duration:28s}.testimonial-card{width:280px;padding:1.4rem}.testimonial-stars{font-size:.7rem}.testimonial-quote{margin-bottom:1rem;font-size:.9rem}.testimonial-avatar{width:36px;height:36px;font-size:.8rem}}@media (width<=480px){.testimonials-section{padding:3rem 0}.testimonials-header{margin-bottom:2rem;padding:0 1rem}.testimonials-track{gap:.8rem;animation-duration:24s}.testimonial-card{border-radius:12px;width:240px;padding:1.2rem}.testimonial-quote{font-size:.85rem;line-height:1.5}.testimonial-name{font-size:.78rem}.testimonial-role{font-size:.6rem}.testimonial-avatar{width:32px;height:32px;font-size:.75rem}}@media (prefers-reduced-motion:reduce){.testimonials-track{animation:none}}.glimpse-section{background:var(--light-beige);padding:72px 0 80px;font-family:Outfit,DM Sans,sans-serif;overflow:hidden}.glimpse-header{margin-bottom:48px;padding:0 60px}.glimpse-eyebrow{letter-spacing:.26em;text-transform:uppercase;color:var(--dark-gold);align-items:center;gap:12px;margin-bottom:12px;font-size:11px;display:flex}.glimpse-eyebrow-line{background:var(--dark-gold);flex-shrink:0;width:28px;height:1px}.glimpse-heading{color:var(--deep-charcoal);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.1}.glimpse-heading em{color:var(--luxury-gold);font-style:italic}.glimpse-viewport{padding:20px 0 40px;position:relative;overflow:hidden}.glimpse-track{will-change:transform;align-items:flex-start;gap:20px;width:max-content;padding:0 60px;display:flex}.glimpse-fade{z-index:5;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.photo-card{cursor:pointer;transition:transform .55s var(--ease), box-shadow .55s var(--ease);border-radius:18px;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f1e2d2e}.photo-bg{color:#ffffff1f;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.photo-shimmer{pointer-events:none;background:linear-gradient(135deg,#0000 35%,#ffffff0d 50%,#0000 65%);position:absolute;inset:0}.photo-overlay{background:linear-gradient(#0000 0%,#0a142380 50%,#0a1423eb 100%);flex-direction:column;gap:4px;padding:40px 18px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.photo-tag{letter-spacing:.18em;text-transform:uppercase;color:#3dd6c0;font-size:9px}.photo-label{color:#fff;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;line-height:1.2}.photo-image{object-fit:cover;width:100%;height:100%;transition:transform 9s;display:block}.photo-card:hover .photo-image{transform:scale(1.8)}@media (width<=1024px){.glimpse-header{margin-bottom:36px;padding:0 32px}.glimpse-track{gap:16px;padding:0 32px}.photo-card{border-radius:16px}}@media (width<=768px){.glimpse-section{padding:56px 0 64px}.glimpse-header{margin-bottom:28px;padding:0 20px}.glimpse-track{gap:14px;padding:0 20px}.glimpse-heading{line-height:1.15}.photo-overlay{padding:28px 14px 14px}.photo-label{font-size:.95rem}.photo-card{margin-top:0!important}.photo-card:nth-child(2n){margin-top:40px!important}.photo-card:nth-child(3n){margin-top:80px!important}}@media (width<=480px){.glimpse-section{padding:48px 0 56px}.glimpse-header{padding:0 16px}.glimpse-track{gap:12px;padding:0 16px}.glimpse-heading{font-size:1.75rem}.glimpse-eyebrow{letter-spacing:.18em;font-size:10px}.photo-card{border-radius:14px}.photo-overlay{padding:22px 12px 12px}.photo-label{font-size:.9rem}.photo-tag{font-size:8px}.photo-card:nth-child(2n){margin-top:24px!important}.photo-card:nth-child(3n){margin-top:48px!important}}.exp-section{background:var(--deep-forest);grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:600px;padding:80px 60px;font-family:Outfit,sans-serif;display:grid;overflow:hidden}.exp-left{width:100%;min-width:0}.exp-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--light-beige);align-items:center;gap:12px;margin-bottom:20px;font-size:11px;display:flex}.exp-eyebrow-line{background:var(--light-beige);width:28px;height:1px;display:inline-block}.exp-heading{color:#f0ece3;margin-bottom:44px;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:300;line-height:1.1}.exp-heading em{color:#c9a050;font-style:italic}.exp-list{flex-direction:column;display:flex}.exp-row{cursor:pointer;border-bottom:1px solid #f0ece312;border-radius:4px;grid-template-columns:36px 1fr auto;align-items:center;gap:16px;padding:20px 0;transition:padding-left .35s cubic-bezier(.16,1,.3,1);display:grid;position:relative}.exp-row:first-child{border-top:1px solid #f0ece312}.exp-row:hover,.exp-row-active{padding-left:8px}.exp-row-dot{background:#c9a050;border-radius:50%;width:8px;height:8px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:-18px;transform:translateY(-50%)scale(0)}.exp-row:hover .exp-row-dot,.exp-row-active .exp-row-dot{transform:translateY(-50%)scale(1)}.exp-row-num{color:#f0ece359;font-family:Cormorant Garamond,serif;font-size:13px;font-style:italic;transition:color .3s}.exp-row:hover .exp-row-num,.exp-row-active .exp-row-num{color:var(--luxury-gold)}.exp-row-name{color:#f0ece380;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;transition:color .3s}.exp-row:hover .exp-row-name,.exp-row-active .exp-row-name{color:var(--off-white)}.exp-row-badge{letter-spacing:.14em;text-transform:uppercase;color:#f0ece359;white-space:nowrap;border:1px solid #f0ece32e;border-radius:100px;padding:5px 12px;font-size:10px;transition:border-color .3s,color .3s}.exp-row:hover .exp-row-badge,.exp-row-active .exp-row-badge{color:var(--luxury-gold);border-color:#c9a05066}.exp-right{perspective:1000px;width:100%;height:420px;position:relative}.curated-card-stack{width:100%;height:100%;position:relative}.curated-stack-card{cursor:default;border-radius:20px;width:95%;height:90%;transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .5s,top .7s cubic-bezier(.16,1,.3,1),left .7s cubic-bezier(.16,1,.3,1),right .7s cubic-bezier(.16,1,.3,1),bottom .7s cubic-bezier(.16,1,.3,1);position:absolute;overflow:hidden;box-shadow:0 20px 40px #00000038}.curated-stack-card-0{z-index:3}.curated-stack-card-1{z-index:2}.curated-stack-card-2{z-index:1}.curated-stack-card:hover{z-index:20;transform:rotate(0)scale(1.04)translateY(-10px)!important}.card-click-text{color:#fff;opacity:0;z-index:5;transition:opacity .35s,transform .35s;position:absolute;bottom:1rem;left:1.2rem;right:1.2rem;transform:translateY(20px)}.card-click-text h3{margin-bottom:8px;font-family: Garamond,serif;font-size:28px;font-weight:400}.card-click-text p{color:#ffffffbf;font-family:Cormorant,serif;font-size:12px;line-height:1.6}.card-label-sub{letter-spacing:.15em;text-transform:uppercase;color:#f0ece373;margin-top:4px;font-size:10px;display:block}.curated-stack-card.show-text .card-click-text{opacity:1;transform:translateY(0)}.curated-stack-card.show-text:after{content:"";z-index:2;background:linear-gradient(#0000,#000000bf);position:absolute;inset:0}@media (width<=1200px){.exp-section{gap:40px;padding:70px 40px}.exp-right{height:380px}.card-click-text{bottom:1rem;left:1.2rem;right:1.2rem}.card-click-text h3{font-size:24px}.card-click-text p{font-size:11px;line-height:1.5}.card-label-sub{font-size:10px}}@media (width>=768px) and (width<=980px){.exp-section{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:70px 28px}.exp-right{max-width:100%;height:360px;margin:0}.curated-stack-card{width:90%;height:75%}.exp-row-name{font-size:1.2rem}.exp-heading{font-size:2.5rem}.card-click-text{bottom:1rem;left:1.2rem;right:1.2rem}.card-click-text h3{font-size:14px}.card-click-text p{font-size:9px;line-height:1.5}.card-label-sub{font-size:8px}}@media (width<=767px){.exp-section{grid-template-columns:1fr;gap:40px;padding:60px 20px}.exp-heading{margin-bottom:30px}.exp-row{grid-template-columns:28px 1fr auto;gap:12px;padding:18px 0}.exp-row-badge{white-space:nowrap}.exp-row-name{font-size:1.2rem}.exp-right{width:100%;height:300px;overflow:visible}.curated-card-stack{width:100%;height:100%;position:relative}.curated-stack-card{width:82%;max-width:calc(100vw - 52px);height:68%}}@media (width<=540px){.exp-section{gap:36px;padding:54px 16px}.exp-heading{font-size:2rem;line-height:1.15}.exp-eyebrow{letter-spacing:.18em;font-size:10px}.exp-row{grid-template-rows:auto auto;grid-template-columns:28px 1fr;padding:14px 0}.exp-row-badge{grid-column:2;justify-self:start;margin-top:5px;padding:4px 10px;font-size:8px}.exp-row-name{font-size:1.05rem}.exp-row-num{grid-row:1;font-size:11px}.exp-right{height:260px}.curated-stack-card{border-radius:16px;width:85%;max-width:calc(100vw - 44px);height:66%}.curated-stack-card:hover{transform:rotate(0)scale(1.02)translateY(-4px)!important}.card-label-sub{font-size:8px}.card-click-text{bottom:1rem;left:1.2rem;right:1.2rem}.card-click-text h3{font-size:18px}.card-click-text p{font-size:9px;line-height:1.4}.curated-stack-card.show-text:after{background:linear-gradient(#0000,#000000d9)}}@media (hover:none){.curated-stack-card:hover{transform:none!important}.exp-row:hover{padding-left:0}}.rs-footer *{box-sizing:border-box;margin:0;padding:0}.rs-footer{width:100%;font-family:Jost,sans-serif}.rs-footer a{text-decoration:none}.rs-body{grid-template-columns:1fr 1fr;display:grid}.rs-left{background:#0f2a1c;flex-direction:column;gap:20px;padding:36px 32px 28px;display:flex;position:relative}.rs-left:after{content:"";background:linear-gradient(#0000,#c9a84c40 40% 60%,#0000);width:1px;position:absolute;top:20%;bottom:20%;right:0}.footer-brand{flex-direction:column;display:flex}.footer-brand img{object-fit:contain;width:clamp(150px,18vw,220px);margin-bottom:1.5rem}.rs-subtitle{color:#daa617;letter-spacing:.2em;text-transform:uppercase;opacity:.7;margin-top:.3rem;font-size:.6rem;font-weight:400}.rs-desc{color:#ffffff4d;font-size:.75rem;line-height:1.8}.rs-right{background:#0f2a1c;padding:36px 40px 28px}.rs-nav-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.rs-nav-col h4{color:#c9a84c;text-transform:uppercase;letter-spacing:.22em;margin-bottom:16px;font-size:9px;font-weight:400}.rs-nav-col ul{flex-direction:column;gap:10px;list-style:none;display:flex}.rs-nav-col a,.rs-nav-col span{color:#ffffff73;align-items:center;gap:6px;font-size:12px;transition:all .25s;display:flex}.rs-nav-col span{cursor:pointer}.rs-nav-col a:before,.rs-nav-col span:before{content:"";background:0 0;width:12px;height:1px;transition:all .25s}.rs-nav-col a:hover,.rs-nav-col span:hover{color:#ffffffd9;gap:8px}.rs-nav-col a:hover:before,.rs-nav-col span:hover:before{background:#c9a84c99;width:14px}.rs-bottom{background:#0a1d12;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 32px;display:grid}.rs-copyright{color:#fff3;letter-spacing:.06em;font-size:.7rem}.rs-bottom-social{justify-content:center;gap:2rem;display:flex}.rs-bottom-social a{color:#ffffff59;font-size:1.8rem;transition:all .25s}.rs-bottom-social a:hover{color:#c9a84c}.rs-badge{color:#c9a84c59;letter-spacing:.1em;justify-content:center;align-items:center;gap:6px;font-family:Cormorant Garamond,serif;font-size:.8rem;font-style:italic;display:flex}.rs-badge:before{content:"";background:#c9a84c4d;border-radius:50%;width:4px;height:4px}@media (width<=768px){.rs-body{grid-template-columns:1fr}.rs-left:after{display:none}.rs-bottom{text-align:center;grid-template-columns:1fr;gap:16px}.rs-badge{justify-content:center}}.cursor-dot{background:var(--luxury-gold);pointer-events:none;z-index:9999;border-radius:50%;width:10px;height:10px;transition:transform .2s,width .2s,height .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{border:1px solid var(--muted-gold);pointer-events:none;z-index:9998;border-radius:50%;width:44px;height:44px;transition:transform .25s,width .25s,height .25s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}@media (hover:none),(pointer:coarse){.cursor-dot,.cursor-ring{display:none}}.rs-about{background:var(--soft-cream);color:var(--soft-gold);font-family:Outfit,sans-serif;overflow-x:hidden}.rs-inner{max-width:1040px;margin:0 auto}.ey{letter-spacing:.24em;text-transform:uppercase;color:var(--muted-gold);align-items:center;gap:9px;margin-bottom:20px;font-size:10px;display:inline-flex}.ey-line{background:var(--muted-gold);flex-shrink:0;width:20px;height:1px;display:block}.rs-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:80px 40px;display:flex;position:relative;overflow:hidden}.rs-hero-bg{z-index:0;background-color:#0000;background-image:linear-gradient(#0a0f1673,#0a0f1673),url(/bg_img.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.rs-hero-content{z-index:2;max-width:780px;position:relative}.rs-wordmark{color:var(--soft-gold);letter-spacing:-.01em;margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:clamp(4rem,10vw,7.5rem);font-style:italic;font-weight:300;line-height:.9;display:block}.rs-hero-tagline{color:var(--light-beige);max-width:560px;margin:0 auto 40px;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2.5vw,1.7rem);font-style:italic;font-weight:300;line-height:1.5}.rs-hero-meaning{border:2px solid #edebe859;border-radius:100px;display:inline-flex;overflow:hidden}.rs-hero-part{letter-spacing:.16em;text-transform:uppercase;color:var(--rs-cream);padding:10px 20px;font-size:11px;position:relative}.rs-hero-part+.rs-hero-part:before{content:"";background:var(--light-muted);width:1px;position:absolute;top:20%;bottom:20%;left:0}.rs-hero-part span{color:var(--sand-beige);letter-spacing:0;margin-top:2px;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;font-weight:400;display:block}.rs-name{background:var(--dark-jungle);padding:100px 40px}.rs-name-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.rs-name-h{color:var(--light-beige);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.rs-name-h em{color:var(--golden-sand);font-style:italic}.rs-name-body{color:#f5ede08c;font-size:15px;line-height:1.85}.rs-word-wrap{background:var(--deep-forest);border:1px solid #ffffff0f;border-radius:22px;overflow:hidden;box-shadow:0 20px 60px #00000040}.rs-word-card{border-bottom:1px solid #ffffff12;grid-template-columns:80px 1fr;align-items:center;gap:22px;padding:24px 28px;transition:background .35s;display:grid}.rs-word-card:last-child{border-bottom:none}.rs-word-card:hover{background:#ffffff08}.rs-script-col{flex-direction:column;align-items:center;gap:10px;display:flex}.rs-script-symbol{color:var(--dark-gold);line-height:1}.rs-arabic-script{font-family:Noto Naskh Arabic,serif;font-size:1.2rem}.rs-dev-script{font-family:Noto Sans Devanagari,sans-serif;font-size:1.2rem}.rs-script-divider{background:#c89c5a59;width:1px;height:14px}.rs-tag-row{flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.rs-lang-tag{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;font-size:.5rem}.rs-meaning{color:#f3ead9;font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,1vw,1.7rem);font-style:italic;line-height:1.15}.rs-romanization-row{flex-wrap:wrap;gap:14px;margin-top:6px;display:flex}.rs-roman-item{letter-spacing:.04em;color:#ffffff61;font-size:13px}.rs-script-label{color:#c89c5aa6;margin-right:4px}.rs-story{background:var(--off-white);padding:40px}.rs-story-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.rs-story-h{color:var(--soft-charcoal);margin-bottom:24px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.rs-story-h em{color:var(--dark-gold);font-style:italic}.rs-story-body{color:#1a110899;margin-bottom:20px;font-size:15px;line-height:1.9}.rs-story-right{padding-top:60px}.rs-story-pill{background:var(--warm-cream);border-radius:100px;align-items:center;gap:10px;margin-bottom:28px;padding:10px 20px 10px 14px;display:inline-flex}.rs-story-pill span:last-child{letter-spacing:.14em;text-transform:uppercase;color:var(--soft-charcoal);font-size:11px}.rs-story-dot{background:var(--rs-gold);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:block}.rs-story-quote{color:var(--deep-charcoal);border-left:2px solid var(--soft-charcoal);background:var(--gold-overlay);margin-bottom:24px;padding:2.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(1rem,2vw,1.4rem);font-style:italic;font-weight:300;line-height:1.5}.rs-purpose{padding:100px 40px;position:relative;overflow:hidden}.rs-purpose:before{content:"";pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.rs-purpose:after{content:"";pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute;top:-60px;right:-60px}.rs-purpose-inner{z-index:1;max-width:720px;position:relative}.rs-purpose-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.rs-purpose-big{color:var(--forest-green);margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:1.1}.rs-purpose-big em{color:var(--muted-gray);font-style:italic}.rs-purpose-right{padding-top:60px}.rs-purpose-body{color:var(--emerald-green);font-size:.9rem;line-height:1.9}.rs-founders{background:var(--dark-jungle);padding:100px 40px}.rs-founders-h{color:var(--leaf-muted);margin-bottom:16px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.rs-founders-h em{color:var(--leaf-light);font-style:italic}.rs-founders-sub{color:var(--off-white);max-width:560px;margin-bottom:60px;font-size:1rem;line-height:1.7}.rs-founders-sub em{color:var(--muted-gold)}.rs-founders-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.rs-founder-card{background:#f5ede00a;border:1px solid #c9a0501f;border-radius:16px;height:100%;padding:32px}.rs-founder-num{color:#c9a05026;margin-bottom:20px;font-family:Jost Cormorant,serif;font-size:2rem;font-weight:300;line-height:1}.rs-founder-role{letter-spacing:.2em;text-transform:uppercase;color:var(--rs-teal);margin-bottom:12px;font-size:10px}.rs-founder-desc{color:#f5ede080;font-size:14px;line-height:1.8}.rs-values{background:var(--soft-ivory);padding:100px 40px}.rs-values-top{text-align:center;max-width:600px;margin:0 auto 72px}.rs-values-top .ey{justify-content:center}.rs-values-h{color:var(--deep-charcoal);margin-bottom:16px;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.1}.rs-values-h em{color:var(--dark-gold);font-style:italic}.rs-values-sub{color:var(--soft-charcoal);font-size:15px;line-height:1.7}.rs-values-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.rs-val-card{border:1px solid var(--border-gold);background:var(--leaf-light);border-radius:16px;height:100%;padding:36px 28px;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;position:relative;overflow:hidden}.rs-val-card-active{background:var(--soft-ivory)}.rs-val-card:before{content:"";background:linear-gradient(90deg, var(--rs-gold), transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.rs-val-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #1a110814}.rs-val-card:hover:before{opacity:1}.rs-val-icon{background:#c9a0501a;border:1px solid #c9a05033;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;display:flex}.rs-val-icon svg{width:20px;height:20px;stroke:var(--rs-gold);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.rs-val-name{color:var(--dark-gold);margin-bottom:12px;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500}.rs-val-card-active h3{color:var(--dark-gold)}.rs-val-desc{color:#1a11088c;font-size:13.5px;line-height:1.8}.rs-closing{background:var(--deep-forest);text-align:center;padding:120px 40px;position:relative;overflow:hidden}.rs-closing-rings{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rs-closing-rings span{border:1px solid #c9a05012;border-radius:50%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rs-closing-rings span:first-child{width:700px;height:700px}.rs-closing-rings span:nth-child(2){border-color:#c9a05017;width:500px;height:500px}.rs-closing-rings span:nth-child(3){border-color:#c9a0501c;width:300px;height:300px}.rs-closing-inner{z-index:1;max-width:700px;margin:0 auto;position:relative}.rs-closing-big{color:var(--warm-cream);margin-bottom:32px;font-family:Cormorant Garamond,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-style:italic;font-weight:300;line-height:1.05}.rs-closing-big em{color:var(--dark-gold);font-style:italic}.rs-closing-body{color:#f5ede073;max-width:520px;margin:0 auto 48px;font-size:15px;line-height:1.9}.rs-closing-btn{color:var(--rs-gold);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #c9a05066;border-radius:100px;align-items:center;gap:10px;padding:16px 36px;font-family:Outfit,sans-serif;font-size:11px;transition:background .3s,color .3s;display:inline-flex}.rs-closing-btn:hover{background:#c9a0501f}.about-contact-strip{background:var(--misty-green);border:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;width:100%;padding:1.2rem 2rem;display:flex;position:relative;overflow:hidden}.acs-brand{letter-spacing:.12em;color:var(--off-white);font-size:clamp(1rem,1vw,1.2rem);font-weight:400}.acs-info{color:var(--off-white);align-items:center;gap:2rem;font-size:.95rem;display:flex}.acs-phone,.acs-email{white-space:nowrap}.acs-watermark{letter-spacing:.2em;color:#0000000d;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;font-size:clamp(1.5rem,8vw,4rem);font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=1600px){.rs-inner{max-width:1200px}.rs-hero-content{max-width:880px}.rs-story,.rs-name,.rs-purpose,.rs-founders,.rs-values,.rs-closing{padding-left:60px;padding-right:60px}.rs-name-grid,.rs-story-grid,.rs-purpose-grid{gap:100px}.rs-values-grid{gap:32px}.rs-closing-rings span:first-child{width:820px;height:820px}.rs-closing-rings span:nth-child(2){width:600px;height:600px}.rs-closing-rings span:nth-child(3){width:380px;height:380px}}@media (width<=1280px){.rs-inner{max-width:920px;padding-inline:10px}.rs-name-grid,.rs-story-grid,.rs-purpose-grid{gap:50px}.rs-values-grid{gap:20px}}@media (width<=1024px){.rs-hero{min-height:auto;padding:120px 24px 90px}.rs-name-grid,.rs-story-grid,.rs-purpose-grid,.rs-founders-grid{grid-template-columns:1fr;gap:50px}.rs-values-grid{grid-template-columns:repeat(2,1fr)}.rs-story-right,.rs-purpose-right{padding-top:0}.rs-name,.rs-story,.rs-purpose,.rs-founders,.rs-values,.rs-closing{padding:80px 24px}.rs-purpose-inner{max-width:100%}.rs-values-top{margin-bottom:50px}.rs-founder-card{padding:24px}.rs-founder-img{height:240px}.rs-closing-rings span:first-child{width:500px;height:500px}.rs-closing-rings span:nth-child(2){width:360px;height:360px}.rs-closing-rings span:nth-child(3){width:220px;height:220px}}@media (width<=768px){.rs-wordmark{margin-bottom:20px;line-height:1}.rs-hero-tagline{margin-bottom:28px}.rs-hero-meaning{border-radius:2rem;width:100%;max-width:320px}.rs-hero-part{padding:14px 18px}.rs-hero-part+.rs-hero-part:before{display:none}.rs-hero-part:not(:last-child){border-bottom:1px solid #c9a0502e}.rs-name-h,.rs-story-h,.rs-founders-h,.rs-values-h,.rs-purpose-big,.rs-closing-big{line-height:1.15}.rs-name-body,.rs-story-body,.rs-purpose-body,.rs-founders-sub,.rs-values-sub,.rs-closing-body{font-size:14px;line-height:1.8}.rs-word-card{text-align:center;grid-template-columns:1fr;padding:22px 20px}.rs-script-col{flex-direction:row;justify-content:center}.rs-script-divider{width:14px;height:1px}.rs-tag-row,.rs-romanization-row{justify-content:center}.rs-values-grid{grid-template-columns:1fr}.rs-val-card{padding:28px 22px}.rs-founder-img{height:220px}.rs-closing-btn{justify-content:center;width:100%;padding:15px 20px}.explore-btn{justify-content:center;width:30%;padding:15px 20px}.about-contact-strip{text-align:center;justify-content:center;padding:1.5rem}.acs-info{flex-direction:column;gap:.5rem}.acs-watermark{font-size:3rem}}@media (width<=480px){.rs-hero{padding:110px 18px 80px}.rs-name,.rs-story,.rs-purpose,.rs-founders,.rs-values,.rs-closing{padding:60px 18px}.ey{letter-spacing:.18em;margin-bottom:16px;font-size:9px}.rs-wordmark{font-size:3.4rem}.rs-hero-tagline{font-size:1rem}.rs-hero-part{font-size:10px}.rs-hero-part span{font-size:1rem}.rs-word-wrap{border-radius:18px}.rs-word-card{gap:16px;padding:18px 16px}.rs-arabic-script{font-size:24px}.rs-dev-script{font-size:20px}.rs-meaning{font-size:1.5rem}.rs-lang-tag{font-size:9px}.rs-roman-item{font-size:11px}.rs-story-pill{padding:8px 14px 8px 10px}.rs-story-quote{padding:1.5rem;font-size:1.2rem}.rs-founder-card{border-radius:14px;padding:18px}.rs-founder-img{border-radius:12px;height:200px}.rs-val-card{border-radius:14px;padding:24px 18px}.rs-val-name{font-size:1.35rem}.rs-closing-rings{display:none}.rs-closing-body{margin-bottom:36px}.rs-closing-btn{letter-spacing:.14em;font-size:10px}.explore-btn{letter-spacing:.14em;width:50%;font-size:10px}.about-contact-strip{gap:1.25rem;padding:1.25rem 1rem}.acs-brand{font-size:.9rem}.acs-info{font-size:.85rem}.acs-watermark{font-size:1.8rem}.acs-btn{width:100%;padding:.85rem 1.4rem}}.location-card{border:1px solid #c9a24a1a;border-radius:16px;width:100%;transition:border-color .4s,box-shadow .4s;display:grid;overflow:hidden}.location-card.hovered{border-color:#c9a24a4d;box-shadow:0 20px 60px #c9a24a1f,0 2px 8px #0000000f}.location-card-image{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.location-card-image img{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;display:block}.location-card-tag{letter-spacing:.14em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#c9a24ae0;border-radius:2px;padding:.3rem .75rem;font-size:.62rem;position:absolute;top:1rem;left:1rem}.location-card-body{flex-direction:column;justify-content:space-between;padding:2.5rem 2.5rem 2rem;display:flex}.location-card-type{letter-spacing:.18em;text-transform:uppercase;margin-bottom:.6rem;font-size:.65rem}.location-card-title{white-space:pre-line;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:400;line-height:1.1}.location-card-description{font-size:.88rem;line-height:1.75}.location-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.location-card-highlights{flex-wrap:wrap;gap:.5rem;display:flex}.location-card-pill{background:var(--forest-green);color:var(--off-white);border:1px solid #c9a24a1f;border-radius:20px;padding:.3rem .7rem;font-size:.68rem}.location-card-link{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.75rem;text-decoration:none;transition:gap .3s;display:flex}@media (width>=1600px){.location-card{border-radius:20px}.location-card-body{padding:3.5rem 3.5rem 3rem}.location-card-title{margin-bottom:1.25rem;font-size:clamp(2.2rem,2.2vw,2.8rem)}.location-card-description{max-width:640px;font-size:1rem;line-height:1.85}.location-card-tag{padding:.4rem .9rem;font-size:.68rem;top:1.25rem;left:1.25rem}.location-card-pill{padding:.35rem .85rem;font-size:.75rem}.location-card-footer{margin-top:2.5rem}}@media (width<=1280px){.location-card-body{padding:2.25rem 2rem 1.75rem}.location-card-title{font-size:clamp(1.5rem,2.6vw,2rem)}.location-card-description{font-size:.86rem;line-height:1.7}}@media (width<=1024px){.location-card{grid-template-columns:1fr!important}.location-card-image,.location-card-body{order:unset!important}.location-card-image img{aspect-ratio:16/10}.location-card-body{padding:2rem}.location-card-description{font-size:.85rem;line-height:1.7}}@media (width<=768px){.location-card{border-radius:14px}.location-card-image img{aspect-ratio:16/11}.location-card-body{padding:1.5rem 1.25rem}.location-card-tag{padding:.28rem .6rem;font-size:.55rem;top:.8rem;left:.8rem}.location-card-type{letter-spacing:.14em;font-size:.58rem}.location-card-title{margin-bottom:.8rem;font-size:clamp(1.5rem,7vw,2rem)}.location-card-description{font-size:.82rem;line-height:1.65}.location-card-footer{margin-top:1.5rem}.location-card-pill{padding:.28rem .6rem;font-size:.62rem}.location-card-link{font-size:.68rem}}@media (width<=480px){.location-card-body{padding:1.2rem 1rem}.location-card-title{font-size:1.45rem;line-height:1.05}.location-card-description{font-size:.8rem;line-height:1.6}.location-card-tag{font-size:.5rem}}.dest-page{background:var(--light-beige);overflow-x:hidden}.dest-hero{z-index:2;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:space-between;align-items:flex-end;gap:2rem;width:100%;min-height:100vh;padding:0 3rem 4rem;display:flex;position:relative}.dest-hero-map{z-index:3;flex-shrink:0;padding-bottom:1rem}.dest-wave{z-index:2;line-height:0;position:absolute;bottom:-5px;left:0;right:0}.dest-wave-svg{width:100%;height:80px;display:block}.dest-hero-content{z-index:1;flex:1;max-width:700px;padding:7rem 2.5rem 5rem;position:relative}.dest-title{color:#fff;font-family:Cormorant Jost,serif;font-size:clamp(2.2rem,5vw,4.2rem);font-weight:300;line-height:1.05;animation:.9s .25s both slide-up}.dest-tagline{color:#ffffffb3;margin-top:1rem;font-family:Jost Garamond;font-size:1rem;font-style:italic;font-weight:300;animation:.9s .4s both slide-up}.dest-tabs-wrap{background:#f5ede0;padding:2.5rem 2.5rem 0}.dest-tabs{border-bottom:1px solid #1a25351a;gap:0;max-width:400px;display:flex}.dest-tab-btn{font:inherit;cursor:pointer;letter-spacing:.15em;text-transform:capitalize;color:#1a253580;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.6rem;font-size:.72rem;font-weight:300;transition:all .3s}.dest-tab-btn.active{color:#1a6b8a;border-bottom-color:#1a6b8a;font-weight:500}.dest-section{max-width:1200px;margin:0 auto;padding:3.5rem 2.5rem 7rem}.locations-list{flex-direction:column;gap:2rem;display:flex}.dest-hero-spinner{z-index:1;pointer-events:none;border:2px solid #ffffff40;border-top-color:#c9a24a;border-radius:50%;width:28px;height:28px;margin:-14px 0 0 -14px;animation:.8s linear infinite dest-hero-spin;position:absolute;top:50%;left:50%}@keyframes dest-hero-spin{to{transform:rotate(360deg)}}@media (width>=1600px){.dest-hero{padding:0 5rem 5rem}.dest-hero-content{max-width:860px;padding:8rem 3rem 6rem}.dest-title{font-size:clamp(3.2rem,4.5vw,5.2rem)}.dest-tagline{max-width:600px;font-size:1.15rem}.dest-hero-map{transform-origin:100% 100%;padding-bottom:1.5rem;transform:scale(1.1)}.dest-section{max-width:1500px;padding:4.5rem 3rem 8rem}.dest-tabs-wrap{padding:3rem 3rem 0}}@media (width<=1280px){.dest-hero{padding:0 2.5rem 4rem}.dest-hero-content{max-width:600px;padding:6.5rem 1.5rem 4.5rem}.dest-section{max-width:1100px;padding:3.25rem 2rem 6rem}}@media (width<=1024px){.dest-hero{padding:0 2rem 4rem}.dest-hero-content{max-width:480px;padding:6rem 1rem 4rem}.dest-hero-map{padding-bottom:1rem}.dest-section{padding:3rem 2rem 5rem}.dest-title{font-size:clamp(2.1rem,5.5vw,3.6rem)}}@media (width<=768px){.dest-hero{flex-direction:column;justify-content:flex-end;align-items:center;min-height:100vh;padding:0 1rem 1rem}.dest-hero-content{text-align:center;flex:unset;width:90%;max-width:100%;padding:0;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.dest-title{font-size:clamp(2rem,8vw,3rem)}.dest-tagline{max-width:280px;margin:1rem auto 0;font-size:.95rem}.dest-hero-map{z-index:3;justify-content:center;width:100%;margin-bottom:1rem;padding-bottom:0;display:flex;position:relative}.dest-wave-svg{height:55px}.dest-tabs-wrap{padding:1.25rem}.dest-tabs{scrollbar-width:none;max-width:100%;overflow-x:auto}.dest-tabs::-webkit-scrollbar{display:none}.dest-tab-btn{flex-shrink:0;padding:.75rem 1rem}.dest-section{padding:2rem 1rem 6rem}}@media (width<=480px){.dest-title{font-size:1.9rem}.dest-tagline{font-size:.85rem;line-height:1.8}.dest-wave-svg{height:45px}.dest-tab-btn{letter-spacing:.08em;font-size:.65rem}}.map-card{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #c9a24a40;border-radius:clamp(8px,1.5vw,14px);flex-shrink:0;width:clamp(200px,18vw,300px);transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.map-card:hover{transform:translateY(-2px)}.map-card.hovered{border-color:#c9a24a;box-shadow:0 16px 48px #c9a24a40}.map-img-wrap{border-radius:inherit;aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.map-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.map-card:hover .map-img{transform:scale(1.04)}.map-meta{color:#e8c97a;letter-spacing:.12em;text-transform:uppercase;background:#0a08058c;justify-content:space-between;align-items:center;gap:.5rem;padding:clamp(.5rem,1.5vw,.75rem) clamp(.75rem,2vw,1rem);font-size:clamp(.62rem,1.2vw,.72rem);display:flex}.map-lightbox{z-index:1000;background:#0a0805eb;justify-content:center;align-items:center;padding:clamp(.75rem,3vw,2rem);display:flex;position:fixed;inset:0}.map-lightbox-inner{border:1px solid #c9a24a4d;border-radius:clamp(8px,2vw,18px);width:min(95vw,720px);max-height:90vh;position:relative;overflow:hidden}.map-full{object-fit:contain;width:100%;max-height:85vh;display:block}.map-close{color:#e8c97a;cursor:pointer;background:#0a0805b3;border:1px solid #c9a24a66;border-radius:50%;justify-content:center;align-items:center;width:clamp(30px,5vw,40px);height:clamp(30px,5vw,40px);font-size:clamp(16px,3vw,22px);transition:background .2s,border-color .2s;display:flex;position:absolute;top:clamp(8px,2vw,14px);right:clamp(8px,2vw,14px)}.map-close:hover{background:#c9a24a26;border-color:#c9a24a}.map-spinner{z-index:2;pointer-events:none;border:2px solid #ffffff4d;border-top-color:#c9a24a;border-radius:50%;width:22px;height:22px;margin:-11px 0 0 -11px;animation:.8s linear infinite map-spin;position:absolute;top:50%;left:50%}@keyframes map-spin{to{transform:rotate(360deg)}}@media (width>=1600px){.map-card{border-radius:16px;width:clamp(260px,14vw,340px)}.map-meta{padding:.85rem 1.1rem;font-size:.78rem}.map-lightbox-inner{width:min(70vw,820px)}}@media (width<=1280px){.map-card{width:clamp(190px,20vw,280px)}.map-lightbox-inner{width:min(90vw,680px)}}@media (width<=1024px){.map-card{border-radius:12px;width:clamp(180px,28vw,260px)}.map-img-wrap{aspect-ratio:4/3}.map-meta{padding:.6rem .85rem;font-size:.68rem}.map-lightbox-inner{width:min(92vw,600px)}}@media (width<=768px){.map-card{border-radius:10px;width:clamp(200px,70vw,280px)}.map-img-wrap{aspect-ratio:16/9}.map-meta{padding:.55rem .8rem;font-size:.66rem}.map-lightbox-inner{border-radius:12px;width:94vw;max-height:88vh}.map-full{max-height:80vh}.map-close{top:8px;right:8px}}@media (width<=480px){.map-card{border-radius:10px;width:clamp(160px,80vw,240px)}.map-img-wrap{aspect-ratio:4/3}.map-meta{gap:.4rem;padding:.5rem .7rem;font-size:.62rem}.map-lightbox{padding:.5rem}.map-lightbox-inner{border-radius:10px;width:96vw;max-height:90vh}.map-close{width:30px;height:30px;font-size:16px}}.carousel-root{background:var(--light-beige);padding:40px 20px;font-family:DM Sans,sans-serif;overflow:hidden}.scene{perspective:1800px;justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative}.card{cursor:pointer;border-radius:20px;width:650px;height:420px;transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .9s,filter .9s,box-shadow .9s;position:absolute;overflow:hidden}.card.active-card{box-shadow:0 40px 80px #00000040,0 0 50px #b8860b26}.activity-card-image{width:100%;height:100%;overflow:hidden}.activity-card-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s}.active-card img{transform:scale(1.05)}.card:hover img{transform:scale(1.08)}.info-block{text-align:center;max-width:900px;margin:0 auto;padding:30px 20px;transform:translateY(-60px)}.info-title{color:#2a1f14;margin-bottom:12px;font-family:Cormorant Garamond,cursive;font-size:42px;animation:.6s fadeUp}.info-desc{color:#5c4f3f;font-size:16px;line-height:1.8;animation:.8s fadeUp}.nav-row{justify-content:center;align-items:center;gap:20px;display:flex}.arrow-carousel{cursor:pointer;background:#fff;border:none;border-radius:50%;width:46px;height:46px;font-size:24px;transition:all .3s;box-shadow:0 8px 20px #0000001f}.arrow-carousel:hover{transform:translateY(-2px)}.dots{gap:12px;display:flex}.dot-wrap{cursor:pointer;width:12px;height:12px;position:relative}.dot-wrap.active{width:42px}.dot-bg{background:#2a1f142e;border-radius:999px;position:absolute;inset:0}.dot-fill{background:#b8860b;border-radius:999px;height:100%;position:absolute;inset:0 auto 0 0}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=1200px){.scene{height:550px}.card{width:520px;height:340px}.info-title{font-size:36px}}@media (width<=900px){.scene{height:450px}.card{width:420px;height:280px}.info-title{font-size:32px}.info-desc{font-size:15px}}@media (width<=768px){.carousel-root{padding:30px 16px}.scene{perspective:1000px;height:320px;overflow:hidden}.card{width:85vw;max-width:340px;height:220px}.info-block{padding:24px 10px}.info-title{font-size:28px}.info-desc{font-size:14px;line-height:1.7}.arrow-carousel{width:40px;height:40px;font-size:20px}}@media (width<=480px){.scene{height:280px}.card{width:90vw;max-width:300px;height:190px}.info-title{font-size:24px}.info-desc{font-size:13px}.dots{gap:8px}.dot-wrap.active{width:32px}}.trf-container{background:url(/bg_img.png) 50%/cover no-repeat fixed;justify-content:center;align-items:center;min-height:100vh;padding:7rem 1.5rem;display:flex;position:relative;overflow:hidden}.trf-container:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(160deg,#0a0805b8 0%,#1a140aa6 100%);position:absolute;inset:0}.trf-card{z-index:1;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#fdfcfa0f;border:1px solid #c9a24a33;border-radius:24px;width:100%;max-width:650px;position:relative;overflow:hidden}.trf-card:before{content:"";background:linear-gradient(90deg,#0000,#c9a24a99,#0000);height:1px;position:absolute;top:0;left:0;right:0}.trf-header{border-bottom:1px solid #c9a24a1f;align-items:baseline;gap:12px;padding:32px 40px 24px;display:flex}.trf-logo{color:#fff;letter-spacing:.02em;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600}.trf-logo span{color:var(--accent,var(--gold));transition:color .4s}.trf-header-sub{letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-left:auto;font-size:.68rem}.trf-stepper{border-bottom:1px solid #c9a24a1f;align-items:center;gap:0;padding:20px 40px;display:flex}.trf-stepper-item{flex:1;align-items:center;gap:8px;display:flex}.trf-stepper-item:last-child{flex:0}.trf-step-dot{border:1.5px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .3s,background .3s;display:flex}.trf-step-dot.active{background:#c9a24a1a}.trf-step-dot.done{background:var(--accent,var(--gold));border-color:var(--accent,var(--gold))!important}.trf-step-check{color:#fff;font-size:12px;font-weight:600}.trf-step-num{color:#fff6;font-size:.75rem;font-weight:500;transition:color .3s}.trf-step-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;white-space:nowrap;font-size:.7rem;transition:color .3s}.trf-step-line{background:#ffffff1f;flex:1;height:1px;margin:0 10px;transition:background .4s}.trf-step-line.done{background:var(--accent,var(--gold))}.trf-body{padding:32px 40px 36px;animation:.35s cubic-bezier(.16,1,.3,1) both trf-slide-in}@keyframes trf-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.trf-step-heading{margin-bottom:28px}.trf-step-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent,var(--gold));margin-bottom:6px;font-size:.65rem;display:block}.trf-step-title{color:#fff;margin:0;font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:300;line-height:1.15}.trf-field{margin-bottom:20px}.trf-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;margin-bottom:8px;font-size:.7rem;display:block}.trf-input,.trf-select,.trf-textarea{color:#fff;appearance:none;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;width:100%;padding:13px 16px;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .25s,background .25s,box-shadow .25s}.trf-input::placeholder,.trf-textarea::placeholder{color:#ffffff40}.trf-input:focus,.trf-select:focus,.trf-textarea:focus{border-color:var(--accent,var(--gold));background:#c9a24a0f;box-shadow:0 0 0 3px #c9a24a14}.trf-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}.trf-textarea{resize:vertical;min-height:110px;line-height:1.6}.trf-select-wrap{position:relative}.trf-select{cursor:pointer;padding-right:36px}.trf-select-arrow{color:#fff6;pointer-events:none;font-size:12px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.trf-select option{color:#fff;background:#1a1410}.trf-fade-in{animation:.3s both trf-fade}@keyframes trf-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.trf-duration-row{align-items:center;gap:12px;display:flex}.trf-duration-box{flex:1;position:relative}.trf-duration-box .trf-input{text-align:center;padding-right:52px;font-family:Cormorant Garamond,serif;font-size:1.1rem}.trf-duration-unit{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;pointer-events:none;font-size:.68rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.trf-duration-sep{color:#fff3;flex-shrink:0;font-size:1.4rem;line-height:1}.trf-date-grid,.trf-two-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}.trf-traveller-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.trf-traveller-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 18px;transition:border-color .3s;display:flex}.trf-traveller-card:hover{border-color:#c9a24a4d}.trf-traveller-info{flex-direction:column;gap:2px;display:flex}.trf-traveller-name{color:#fff;font-size:.88rem;font-weight:500}.trf-traveller-hint{color:#ffffff59;letter-spacing:.04em;font-size:.68rem}.trf-counter{align-items:center;gap:12px;display:flex}.trf-counter-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;line-height:1;transition:border-color .2s,background .2s,color .2s;display:flex}.trf-counter-btn:hover{border-color:var(--accent,var(--gold));color:var(--accent,var(--gold));background:#c9a24a14}.trf-counter-val{color:#fff;text-align:center;min-width:20px;font-family:Cormorant Garamond,serif;font-size:1.2rem}.trf-budget-row{gap:10px;display:flex}.trf-currency-wrap{flex-shrink:0;width:100px}.trf-currency-select{text-align:center}.trf-budget-input{flex:1}.trf-summary-pill{color:var(--accent,var(--gold));letter-spacing:.06em;background:#c9a24a14;border:1px solid #c9a24a33;border-radius:100px;align-items:center;gap:8px;margin-bottom:4px;padding:6px 16px;font-size:.75rem;display:inline-flex}.trf-consent{cursor:pointer;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.trf-checkbox{color:#fff;background:#ffffff0d;border:1.5px solid #fff3;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:12px;transition:border-color .2s,background .2s;display:flex}.trf-checkbox.checked{background:var(--accent,var(--gold));border-color:var(--accent,var(--gold))}.trf-consent-text{color:#ffffff73;font-size:.8rem;line-height:1.55}.trf-nav{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;margin-top:28px;padding-top:24px;display:flex}.trf-nav-ghost{width:90px;display:block}.trf-btn-back{letter-spacing:.06em;color:#fff6;cursor:pointer;background:0 0;border:none;padding:10px 0;font-family:DM Sans,sans-serif;font-size:.8rem;transition:color .2s}.trf-btn-back:hover{color:#ffffffbf}.trf-btn-next,.trf-btn-submit{background:var(--accent,var(--gold));color:#1a1410;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:13px 24px;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:opacity .2s,transform .2s,box-shadow .2s,background .4s;display:flex}.trf-btn-next:hover,.trf-btn-submit:not(:disabled):hover{opacity:.9;transform:translateY(-1px);box-shadow:0 8px 28px #c9a24a59}.trf-btn-arrow{transition:transform .2s}.trf-btn-next:hover .trf-btn-arrow{transform:translate(3px)}.trf-btn-submit:disabled{color:#ffffff40;cursor:not-allowed;box-shadow:none;transform:none;background:#ffffff1a!important}.trf-label-hint{letter-spacing:.08em;color:#ffffff40;text-transform:none;font-size:.62rem;font-weight:400}.trf-location-grid{flex-wrap:wrap;gap:8px;display:flex}.trf-loc-chip{color:#ffffff8c;letter-spacing:.02em;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:6px;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:.78rem;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.trf-loc-chip:hover{color:#fffc;background:#c9a24a0f;border-color:#c9a24a66}.trf-loc-chip.selected{border-color:var(--accent,#c9a24a);color:var(--accent,#c9a24a);background:#c9a24a1f}.trf-loc-check{color:var(--accent,#c9a24a);font-size:10px;font-weight:700}.trf-segment{margin-bottom:8px;position:relative}.trf-segment-header{border-bottom:1px solid #c9a24a26;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.trf-segment-label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent,#c9a24a);font-size:.68rem;font-weight:500}.trf-segment-remove{letter-spacing:.08em;color:#ffffff4d;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-family:DM Sans,sans-serif;font-size:.72rem;transition:color .2s,border-color .2s}.trf-segment-remove:hover{color:#e07070;border-color:#e0707066}.trf-segment-sep{background:linear-gradient(90deg,#0000,#c9a24a40,#0000);height:1px;margin:24px 0}.trf-add-segment{color:#c9a24ab3;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px dashed #c9a24a59;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:13px 20px;font-family:DM Sans,sans-serif;font-size:.8rem;transition:border-color .2s,color .2s,background .2s;display:flex}.trf-add-segment:hover{border-color:var(--accent,#c9a24a);color:var(--accent,#c9a24a);background:#c9a24a0d}.trf-add-icon{font-size:18px;font-weight:300;line-height:1}.trf-success-card{z-index:1;background:#fafaf7;border-radius:20px;width:100%;max-width:580px;animation:.5s cubic-bezier(.16,1,.3,1) both trf-slide-in;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000059}.trf-success-topbar{background:linear-gradient(90deg,#c9a24a,#e8c97a,#c9a24a);height:4px}.trf-success-header{border-bottom:1px solid #ede9e1;justify-content:space-between;align-items:baseline;padding:20px 32px 18px;display:flex}.trf-success-logo{color:#1a1a1a;letter-spacing:-.02em;font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;font-style:italic;font-weight:600}.trf-success-tagline{letter-spacing:.2em;text-transform:uppercase;color:#aaa;font-size:.65rem}.trf-success-hero{text-align:center;background:#fafaf7;padding:40px 32px 32px}.trf-success-emblem{color:#c9a24a;margin-bottom:14px;font-size:1.8rem;animation:2.5s ease-in-out infinite trf-pulse;display:block}@keyframes trf-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.trf-success-title{color:#1a1a1a;margin:0 0 12px;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;line-height:1.15}.trf-success-sub{color:#777;max-width:360px;margin:0 auto;font-size:.88rem;line-height:1.75}.trf-success-sub strong{color:#1a1a1a;font-weight:500}.trf-success-summary{background:#f5f1e8;border:1px solid #e0d9ce;border-radius:12px;margin:0 32px;overflow:hidden}.trf-success-summary-item{justify-content:space-between;align-items:center;gap:16px;padding:13px 20px;display:flex}.trf-success-summary-label{letter-spacing:.14em;text-transform:uppercase;color:#999;white-space:nowrap;flex-shrink:0;font-size:.68rem}.trf-success-summary-value{color:#1a1a1a;text-align:right;font-family:Cormorant Garamond,Georgia,serif;font-size:.95rem;line-height:1.4}.trf-success-divider{background:#e0d9ce;height:1px;margin:0 20px}.trf-success-seg-label{letter-spacing:.18em;text-transform:uppercase;color:#c9a24a;margin:0;padding:10px 20px 4px;font-size:.68rem}.trf-success-seg-divider{background:#ede9e1;height:6px}.trf-success-notice{text-align:center;color:#aaa;margin:20px 32px 8px;font-size:.78rem;line-height:1.6}.trf-success-notice strong{color:#c9a24a;font-weight:400}.trf-success-home-btn{color:#c9a24a;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #c9a24a;border-radius:10px;width:calc(100% - 64px);margin:12px 32px 32px;padding:14px;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;transition:background .2s,color .2s,transform .2s;display:block}.trf-success-home-btn:hover{color:#1a1410;background:#c9a24a;transform:translateY(-1px)}@media (width<=540px){.trf-card{border-radius:16px}.trf-header,.trf-body,.trf-stepper{padding-left:24px;padding-right:24px}.trf-step-label{display:none}.trf-date-grid,.trf-two-col,.trf-traveller-grid{grid-template-columns:1fr}.trf-step-title{font-size:1.4rem}.trf-success-card{border-radius:16px}.trf-success-header,.trf-success-hero,.trf-success-notice{padding-left:20px;padding-right:20px}.trf-success-summary,.trf-success-home-btn{margin-left:20px;margin-right:20px}.trf-success-home-btn{width:calc(100% - 40px)}.trf-location-grid{gap:6px}.trf-loc-chip{padding:6px 12px;font-size:.72rem}}.stt-btn{z-index:999;cursor:pointer;background:var(--luxury-gold,#c9973a);opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px)}.stt-btn--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.stt-btn:hover{background:var(--dark-gold,#a87c2a);transform:translateY(-2px)}.stt-btn:active{transform:translateY(0)}.app-loader{z-index:9999;background:linear-gradient(90deg,#00000005,#0000001a);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.app-loader__ring-wrap{justify-content:center;align-items:center;width:clamp(140px,28vw,200px);height:clamp(140px,28vw,200px);display:flex;position:relative}.app-loader__ring{width:100%;height:100%;position:absolute;transform:rotate(-90deg)}.app-loader__ring-bg{stroke:#c9a05c2e}.app-loader__ring-fg{stroke:#c9a05c;stroke-linecap:round;transition:stroke-dashoffset .3s}.app-loader__center{flex-direction:column;align-items:center;display:flex;position:relative}.app-loader__percent{color:#f1ead8;margin-bottom:6px;font-family:Jost Garamond,serif;font-size:1.6rem;font-weight:400}.app-loader__logo{width:clamp(70px,18vw,140px);height:auto;display:block}.app-loader__sub{color:#c9a05c;letter-spacing:.3em;text-transform:uppercase;margin-top:28px;font-family:Jost,sans-serif;font-size:.7rem}
