:root{--indigo-core: #4455C7;--indigo-deep: #27307F;--indigo-calm: #8B9AE5;--sun-spirit: #F6C25B;--earth-core: #B66A3C;--forest-heart: #264736;--river-flow: #3E7C79;--human-clay: #E3B598;--quiet-light: #F6F1E9;--soul-ink: #243033;--bg: #ffffff;--bg-alt: var(--quiet-light);--card-bg: #ffffff;--text: var(--soul-ink);--muted: #6B7280;--accent: var(--indigo-core);--accent-soft: rgba(68, 85, 199, .12);--border: #E5E7EB;--radius-lg: 18px;--radius-pill: 999px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background-color:var(--bg);color:var(--text);scroll-behavior:smooth}.page{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,#4455c7fa,#4455c7eb,#4455c7db);border-bottom:1px solid rgba(15,23,42,.15);margin:0}.header-content{display:flex;align-items:center;justify-content:space-between;height:4.5rem}.logo{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;letter-spacing:.06em;font-size:.95rem}.logo-mark{width:100px;height:100px;border-radius:12px;object-fit:contain}.logo-link{display:inline-flex;align-items:center;gap:.15rem}.logo-text{color:#f9faff;font-size:1.5rem;display:inline-flex;align-items:center}.logo-sun{display:inline-block;margin:0 -.05em;transform:translateY(1px);font-size:1.1em}.logo-text-blue{color:var(--sun-spirit);font-size:1.5rem}.nav{display:flex;gap:1.25rem;font-size:1rem}.nav-item{position:relative;display:flex;align-items:center}.nav-link,.nav-link-parent{color:var(--bg);padding:.35rem .6rem;border-radius:var(--radius-pill);font-size:1rem;display:inline-flex;align-items:center;gap:.25rem;border:none;background:transparent;cursor:pointer;transition:background .18s ease,color .18s ease,transform .1s ease}.nav-link:hover,.nav-link-parent:hover{background:var(--sun-spirit);color:var(--forest-heart);transform:translateY(-1px)}.nav-caret{font-size:1rem;opacity:.9}.has-submenu{position:relative}.nav-submenu{position:absolute;top:100%;left:0;min-width:9rem;margin-top:.3rem;background:#285e5e;color:var(--bg);border-radius:.75rem;padding:.4rem .35rem;box-shadow:0 12px 30px #0f172a38;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;z-index:30}.has-submenu:hover .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu-link{display:block;padding:.4rem .65rem;border-radius:.5rem;font-size:1rem;color:var(--bg);white-space:nowrap}.nav-submenu-link:hover{background:var(--sun-spirit);color:var(--forest-heart)}.hamburger{display:none;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid rgba(246,194,91,.75);background:#285e5e;align-items:center;justify-content:center;padding:0;cursor:pointer;gap:4px}.hamburger-icon{width:24px;height:24px;display:block}.hamburger-icon rect{fill:#fffaf1;transition:transform .18s ease,opacity .18s ease}.hamburger:hover{background:var(--sun-spirit)}.hamburger:hover .hamburger-icon rect{fill:var(--teal-deep)}.icon-menu{opacity:1;transform:scale(1);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.icon-close{opacity:0;transform:scale(.6);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.hamburger.is-open .icon-menu{opacity:0;transform:scale(.6)}.hamburger.is-open .icon-close{opacity:1;transform:scale(1)}.nav-mobile{display:none}.lang-dropdown{position:relative;margin-left:.75rem}.lang-current{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .7rem;border-radius:999px;border:1px solid rgba(191,219,254,.65);background:#173f40d1;color:#e0e7ff;font-size:.8rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease}.lang-current:hover{background:#285e5e;border-color:var(--sun-spirit);box-shadow:0 8px 20px #0f172a4d;transform:translateY(-1px)}.lang-globe{font-size:.9rem}.lang-code{font-weight:600;letter-spacing:.06em}.lang-caret{font-size:.7rem;opacity:.9}.lang-flag{font-size:1rem}.lang-menu{position:absolute;right:0;top:100%;margin-top:.35rem;background:#285e5e;border-radius:.75rem;padding:.35rem;box-shadow:0 12px 30px #0f172a40;min-width:10rem;z-index:40}.lang-option{width:100%;display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;border-radius:.55rem;border:none;background:transparent;cursor:pointer;font-size:.85rem;color:#fffaf1;text-align:left;transition:background .15s ease,color .15s ease,transform .1s ease}.lang-option:hover{background:var(--sun-spirit);color:var(--teal-deep);transform:translateY(-.5px)}.lang-option.is-active{background:#f6c25b2e;color:var(--sun-spirit);font-weight:600}.lang-option.is-active:hover{background:var(--sun-spirit);color:var(--teal-deep)}.lang-option-code{font-size:.8rem;font-weight:600;letter-spacing:.07em;padding:.1rem .45rem;border-radius:999px;background:#fffaf124}.lang-option-label{font-size:.85rem}.nav-mobile-lang{margin-top:.9rem;padding-top:.6rem;border-top:1px solid rgba(246,194,91,.35);display:flex;flex-direction:column;gap:.4rem}.nav-mobile-lang-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--sun-spirit);opacity:.9}.nav-mobile-lang-options{display:flex;gap:.4rem}.lang-chip{border:1px solid rgba(246,194,91,.7);background:#173f4059;color:#fffaf1;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;letter-spacing:.06em;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;transition:background .15s ease,color .15s ease,border-color .15s ease}.lang-chip:hover{background:var(--sun-spirit);color:var(--teal-deep);border-color:var(--sun-spirit)}.lang-chip.is-active{background:var(--sun-spirit);color:var(--teal-deep);border-color:var(--sun-spirit);font-weight:600}.lang-flag-small{font-size:.9rem}.footer{border-top:1px solid rgba(15,23,42,.12);padding:1.5rem 0 2rem;background:var(--indigo-deep);margin:0;color:var(--bg)}.footer-content{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:1rem}.footer-links a{color:var(--bg)}.footer-links a:hover{color:var(--sun-spirit)}ul{text-decoration:none}@media(max-width:900px){.grid{grid-template-columns:minmax(0,1fr)}.header-content{flex-direction:row;align-items:center;height:auto;padding-top:.75rem;padding-bottom:.75rem;gap:.5rem}.nav-desktop{display:none}.hamburger{display:inline-flex}.nav-mobile{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.5rem 1rem;background:#285e5e;border-bottom:1px solid rgba(246,194,91,.35)}.nav-mobile-link{font-size:.95rem;padding:.4rem .2rem;border-radius:.5rem;color:#fffaf1}.nav-mobile-link:hover{color:var(--teal-deep);background:var(--sun-spirit)}.nav-mobile-sub{padding-left:1.5rem;font-size:.9rem;opacity:.9}.logo-mark{width:72px;height:72px}.nav{flex-wrap:wrap;row-gap:.5rem}}.hero{position:relative;overflow:hidden;background:#000;color:#f9faff}.hero-media-wrapper{position:relative;width:100%;max-height:480px;overflow:hidden}.hero-media{width:100%;height:100%;max-height:480px;object-fit:cover;display:block;filter:saturate(1.05)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#0f172aad,#0f172a85 40%,#0f172a40,#0000000d);pointer-events:none}.hero-content{position:relative;margin-top:-260px;padding-bottom:3rem;display:flex;flex-direction:column;justify-content:space-between;min-height:260px}.hero-text{max-width:560px}.hero-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .7rem;border-radius:999px;background:#f6c25b2e;color:#fef9c3;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem}.hero-pill-dot{width:7px;height:7px;border-radius:999px;background:#f6c25b}.hero-title{font-size:2.4rem;line-height:1.1;margin:0 0 .75rem;text-shadow:0 14px 30px rgba(15,23,42,.8)}.hero-subtitle{font-size:1rem;line-height:1.6;margin:0 0 1.5rem;color:#e5e7eb}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.hero-cta{border:none;border-radius:999px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,var(--earth-core),var(--sun-spirit));color:#111827;box-shadow:0 12px 30px #0f172a80;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.hero-cta:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 16px 40px #0f172a99}.hero-ghost{border-radius:999px;padding:.7rem 1.3rem;font-size:.95rem;font-weight:500;cursor:pointer;border:1px solid rgba(209,213,219,.7);background:#0f172a66;color:#e5e7eb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease}.hero-ghost:hover{background:#f9faff;color:#111827;border-color:transparent;transform:translateY(-1px)}.hero-meta{font-size:.85rem;color:#e5e7eb;opacity:.9}.hero-dots{margin-top:1.5rem;display:flex;gap:.4rem;align-items:center}.hero-dot{width:9px;height:9px;border-radius:999px;border:1px solid rgba(209,213,219,.8);background:transparent;padding:0;cursor:pointer;transition:background .15s ease,transform .15s ease,border-color .15s ease}.hero-dot.is-active{background:#f6c25b;border-color:#f6c25b;transform:scale(1.1)}@media(max-width:900px){.hero-media-wrapper,.hero-media{max-height:420px}.hero-content{margin-top:-220px;padding-bottom:2.25rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}}@media(max-width:640px){.hero-content{margin-top:-210px}.hero-title{font-size:1.7rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-cta,.hero-ghost{width:100%;justify-content:center;text-align:center}}.hero-media-youtube{position:relative;width:100%;max-height:480px;overflow:hidden;display:flex}.hero-youtube-iframe{width:100%;height:100%;min-height:260px;border:none;pointer-events:none}.products-section{text-align:center}.products-header-arrows{display:flex;gap:.5rem}.carousel-arrow-header{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#0f172af2;color:#e5e7eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;padding:0;transition:background .18s ease,border-color .18s ease,transform .1s ease}.carousel-arrow-header:hover{background:var(--accent-soft);border-color:var(--accent);transform:translateY(-1px)}.product-carousel{position:relative;margin-top:2rem}.product-carousel-track{display:flex;justify-content:center;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem 0 1rem;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.product-carousel-track::-webkit-scrollbar{display:none}.product-slide{flex:0 0 min(340px,80vw);max-width:340px;scroll-snap-align:center}.product-slide .card{height:100%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid var(--indigo-deep);background:radial-gradient(circle at 30% 20%,var(--sun-spirit));color:var(--indigo-deep);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;padding:0;transition:background .18s ease,border-color .18s ease,transform .1s ease,box-shadow .18s ease}.carousel-arrow-left{left:-18px}.carousel-arrow-right{right:-18px}.carousel-arrow:hover{background:var(--indigo-deep);border-color:var(--sun-spirit);color:var(--sun-spirit);box-shadow:0 14px 40px var(--indigo-deep);transform:translateY(-50%) translateY(-2px)}.product-card{display:flex;flex-direction:column;gap:.75rem;height:100%}.product-card p{text-align:start}.product-card-media{border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.35);background:radial-gradient(circle at 30% 20%,#020617,#0f172a)}.product-card-media img{width:100%;object-fit:cover;display:block}.product-card-link{margin-top:.25rem;font-size:.85rem;color:var(--accent);display:inline-flex;align-items:center;gap:.25rem;text-decoration:none;opacity:.9;transition:opacity .18s ease,transform .1s ease}.product-card-link:hover{opacity:1;transform:translateY(-1px)}@media(max-width:768px){.carousel-arrow{display:none}.products-header{flex-direction:column;align-items:flex-start}}@media(min-width:900px){.product-slide{flex:0 0 340px;max-width:340px}}@media(max-width:600px){.product-slide{flex:0 0 90vw;max-width:90vw}}.header{background:#173f40f5;border-bottom-color:#fffaf124}.header-content{position:relative}.logo-link{gap:.7rem}.logo-mark{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(246,194,91,.7);border-radius:50%;color:var(--sun-spirit);font-family:Georgia,Times New Roman,serif;font-size:1.6rem;line-height:1}.logo-lockup{display:inline-flex;flex-direction:column;gap:.05rem}.logo-text,.logo-text-blue{font-size:1.1rem;letter-spacing:.03em;line-height:1}.logo-text-blue{color:var(--sun-spirit);font-size:.75rem;letter-spacing:.24em;text-transform:uppercase}.header-journey-link{display:inline-flex;align-items:center;gap:.45rem;margin-left:1rem;padding:.55rem .9rem;border:1px solid rgba(246,194,91,.6);border-radius:var(--radius-pill);color:var(--sun-spirit);font-size:.78rem;font-weight:700;transition:background .2s ease,color .2s ease}.header-journey-link:hover{background:var(--sun-spirit);color:var(--teal-deep)}.hero-content{padding-top:1rem}.hero-pill{border:1px solid rgba(246,194,91,.35);background:#173f4057;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-slide-count{position:absolute;right:1.5rem;bottom:4.1rem;display:flex;align-items:center;gap:.7rem;color:#fffaf1bf;font-size:.7rem;font-weight:700;letter-spacing:.15em}.hero-slide-count span:first-child{color:var(--sun-spirit)}.hero-slide-count i{display:block;width:3.5rem;height:1px;background:#fffaf173}.hero-scroll-cue{position:absolute;right:1.5rem;bottom:.75rem;display:inline-flex;align-items:center;gap:.6rem;color:#fffaf1c7;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.hero-scroll-line{display:block;width:2.5rem;height:1px;background:var(--sun-spirit)}.trust-strip-inner span{display:inline-flex;align-items:center;gap:.7rem}.trust-strip-inner span:before{content:"✦";color:var(--earth-core);font-size:.8rem}.home-section:nth-of-type(odd){background:#fffdf9}.section-heading{position:relative}.section-heading:after{content:"";position:absolute;right:0;bottom:-.75rem;left:0;height:1px;background:linear-gradient(90deg,var(--sand-deep),transparent 78%)}.section-heading h2{max-width:780px}.destination-card{position:relative}.destination-number{position:absolute;right:1.25rem;bottom:1.1rem;color:#fffaf1c7;font-family:Georgia,Times New Roman,serif;font-size:2.8rem;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.25)}.destination-card-body{min-height:245px;display:flex;flex-direction:column;align-items:flex-start}.destination-card-body .text-link{margin-top:auto;padding-top:1.2rem;font-size:.85rem}.feature-card{position:relative;min-height:250px;padding:2.2rem;background:linear-gradient(145deg,#fffdf9,#f7f0e6)}.feature-card:nth-child(2){background:var(--teal-deep)}.feature-card:nth-child(2) h3,.feature-card:nth-child(2) p{color:#fffaf1}.feature-card:nth-child(2) p{color:#fffaf1b8}.feature-card:nth-child(2) .feature-icon{background:#f6c25b29;color:var(--sun-spirit)}.feature-number,.testimonial-number{position:absolute;top:1.35rem;right:1.5rem;color:#173f4038;font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.feature-card:nth-child(2) .feature-number{color:#fffaf14d}.story-section{position:relative;overflow:hidden}.story-section:before{content:"✦";position:absolute;top:4rem;right:7vw;color:#b66a3c33;font-size:4rem}.story-image-wrap{box-shadow:1.5rem 1.5rem 0 var(--sand-deep)}.story-copy{padding-right:1rem}.quote-section{position:relative;overflow:hidden}.quote-section:before{content:"Ecuador · Peru";position:absolute;top:3rem;right:-1rem;color:#fffaf10f;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,10vw,10rem);line-height:1;white-space:nowrap}.quote-image-wrap{border:1px solid rgba(246,194,91,.35);box-shadow:1rem 1rem #f6c25b2b}.testimonial-card{position:relative;min-height:275px;padding:2.2rem;background:transparent}.testimonial-card:nth-child(2){background:var(--sand)}.testimonial-number{color:#173f402e}.testimonial-card blockquote{max-width:30rem}.contact-cta{position:relative;overflow:hidden;background:linear-gradient(125deg,var(--earth-core),#92502f)}.contact-cta:before,.contact-cta:after{position:absolute;color:#fffaf11a;font-family:Georgia,Times New Roman,serif;font-size:14rem;line-height:.6}.contact-cta:before{content:"☼";top:2rem;left:-2rem}.contact-cta:after{content:"✦";right:4rem;bottom:-2rem}.contact-cta-inner{position:relative;z-index:1}.footer{padding:3.5rem 0 1.5rem;background:#102f30;border-top:0}.footer-top,.footer-content{display:flex;justify-content:space-between;gap:2rem}.footer-top{align-items:flex-start;padding-bottom:3rem}.footer-brand{display:inline-flex;align-items:center;gap:.65rem;color:#fffaf1;font-family:Georgia,Times New Roman,serif;font-size:1.25rem}.footer-brand-mark{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid var(--sun-spirit);border-radius:50%;color:var(--sun-spirit)}.footer-note{margin:1rem 0 0 2.65rem;color:#fffaf19e;font-size:.85rem}.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1.2rem;color:#fffaf1cc;font-size:.82rem}.footer-nav a:hover{color:var(--sun-spirit)}.footer-content{padding-top:1.25rem;border-top:1px solid rgba(255,250,241,.14);color:#fffaf180;font-size:.75rem}@media(max-width:900px){.header-journey-link{display:none}}@media(max-width:800px){.hero-slide-count,.hero-scroll-cue{right:1.5rem}.hero-slide-count{bottom:4.5rem}.hero-scroll-cue{bottom:1rem}.story-image-wrap{margin-right:.75rem}.footer-top,.footer-content{flex-direction:column}.footer-nav{justify-content:flex-start}}.info-hero{min-height:470px;display:flex;align-items:flex-end;background:linear-gradient(135deg,var(--teal-deep),#285e5e);color:#fffaf1}.info-hero-short{min-height:390px}.info-hero-content{width:100%;padding-bottom:4.5rem}.info-hero h1{max-width:850px;margin:.7rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;letter-spacing:-.05em;line-height:.96}.info-hero-content>p:not(.eyebrow){max-width:620px;margin:0;color:#fffaf1cc;font-size:1.1rem;line-height:1.7}.about-story,.review-section,.policy-section{padding:7rem 0}.about-story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);align-items:center;gap:clamp(3rem,8vw,8rem)}.about-story-grid>img{width:100%;height:570px;object-fit:cover;border-radius:1.25rem;box-shadow:1.25rem 1.25rem 0 var(--sand-deep)}.about-story-grid h2{max-width:620px;margin:0 0 1.5rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,4vw,4.2rem);font-weight:400;letter-spacing:-.04em;line-height:1}.about-story-grid p:not(.eyebrow){max-width:590px;color:var(--ink-soft);line-height:1.75}.company-facts{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--sand-deep)}.company-facts div{display:flex;flex-direction:column;gap:.35rem}.company-facts strong{color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:400}.company-facts span,.review-card>span,.review-card small{color:var(--ink-soft);font-size:.78rem}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.review-card{display:flex;min-height:290px;flex-direction:column;align-items:flex-start;padding:2rem;border:1px solid var(--sand-deep);border-radius:1rem;background:#fffdf9}.review-card blockquote{margin:1.2rem 0 1.5rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.3rem;line-height:1.45}.review-card strong{color:var(--teal-deep)}.review-card small{margin-top:auto;padding-top:1.25rem;color:var(--earth-core);font-weight:700}.policy-section{background:#fffdf9}.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.policy-card{padding:2.2rem;border:1px solid var(--sand-deep);border-radius:1rem;background:var(--sand)}.policy-card h2{margin:1.5rem 0 .75rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.8rem;font-weight:400}.policy-card p,.policy-card li{color:var(--ink-soft);line-height:1.65}.policy-card ul{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding-left:1.1rem}.info-cta{padding:5rem 0;background:var(--earth-core)}.info-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.info-cta h2{margin:0;color:#fffaf1;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.6rem);font-weight:400}.not-found-main{display:flex;min-height:70vh;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1.5rem;background:var(--sand);text-align:center}.not-found-main h1{max-width:760px;margin:.5rem 0 1rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6rem);font-weight:400;letter-spacing:-.05em;line-height:.95}.not-found-main>p:not(.eyebrow){max-width:500px;margin:0 0 2rem;color:var(--ink-soft);line-height:1.7}@media(max-width:800px){.info-hero-content{padding-bottom:3.5rem}.about-story,.review-section,.policy-section{padding:5rem 0}.about-story-grid,.review-grid,.policy-grid{grid-template-columns:1fr}.about-story-grid>img{height:380px}.info-cta-inner{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.destination-hero{position:relative;min-height:min(650px,78vh);overflow:hidden;color:#fffaf1}.destination-hero>img,.destination-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.destination-hero>img{object-fit:cover}.destination-hero-overlay{background:linear-gradient(90deg,#0e2423d9,#0e242347 75%)}.destination-hero-content{position:relative;z-index:1;display:flex;min-height:650px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding-bottom:5rem}.destination-hero h1{max-width:800px;margin:.8rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,6.5rem);font-weight:400;letter-spacing:-.05em;line-height:.96}.destination-hero-content>p:not(.eyebrow){max-width:560px;margin:0;color:#fffaf1d9;font-size:1.15rem;line-height:1.65}.back-link{margin-bottom:auto;padding-top:2rem;color:#fffaf1cc;font-size:.85rem;font-weight:700}.back-link:hover{color:var(--sun-spirit)}.destination-intro,.destination-gallery{padding:7rem 0;background:#fffdf9}.destination-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,10vw,9rem);align-items:end}.destination-intro h2,.destination-section-heading h2,.destination-trust h2,.trust-section-heading h2{max-width:680px;margin:0;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.3rem,4vw,4rem);font-weight:400;letter-spacing:-.04em;line-height:1.02}.destination-intro-grid>div:last-child>p,.destination-trust-inner>p:not(.eyebrow),.trust-section-heading>p:not(.eyebrow){max-width:550px;margin:0 0 1.5rem;color:var(--ink-soft);font-size:1.05rem;line-height:1.75}.destination-button{border:0}.destination-highlights{padding:7rem 0}.destination-section-heading{margin-bottom:2.5rem}.destination-highlight-grid,.trust-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.destination-highlight,.trust-card{padding:2rem;border:1px solid var(--sand-deep);border-radius:1rem;background:#fffdf9}.destination-highlight>span,.trust-card-number{color:var(--earth-core);font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.destination-highlight h3,.trust-card h3{margin:2.5rem 0 .75rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.6rem;font-weight:400}.destination-highlight p,.trust-card p{margin:0;color:var(--ink-soft);line-height:1.65}.destination-gallery-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}.destination-gallery-grid img{width:100%;height:360px;object-fit:cover;border-radius:1rem}.destination-gallery-grid img:first-child{height:460px}.image-carousel{width:100%}.image-carousel-stage{position:relative;height:clamp(360px,56vw,680px);overflow:hidden;border-radius:1.25rem;background:var(--teal-deep)}.image-carousel-image{width:100%;height:100%;display:block;object-fit:cover;animation:carousel-image-in .45s ease both}@keyframes carousel-image-in{0%{opacity:.45;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}.image-carousel-stage:after{position:absolute;right:0;bottom:0;left:0;height:35%;background:linear-gradient(transparent,#0e24238c);content:"";pointer-events:none}.image-carousel-control{position:absolute;z-index:1;top:50%;display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border:1px solid rgba(255,250,241,.65);border-radius:50%;background:#173f40b3;color:#fffaf1;cursor:pointer;font-size:1.25rem;transform:translateY(-50%);transition:background .2s ease,color .2s ease,transform .2s ease}.image-carousel-control:hover{background:var(--sun-spirit);color:var(--teal-deep);transform:translateY(-50%) scale(1.06)}.image-carousel-control-prev{left:1.25rem}.image-carousel-control-next{right:1.25rem}.image-carousel-counter{position:absolute;z-index:1;right:1.5rem;bottom:1.25rem;color:#fffaf1;font-size:.75rem;font-weight:700;letter-spacing:.12em}.image-carousel-navigation{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem}.image-carousel-dots{display:flex;gap:.45rem}.image-carousel-dot{width:2rem;height:.25rem;padding:0;border:0;border-radius:var(--radius-pill);background:var(--sand-deep);cursor:pointer;transition:background .2s ease,width .2s ease}.image-carousel-dot.is-active{width:3.5rem;background:var(--earth-core)}.image-carousel-thumbnails{display:flex;gap:.6rem}.image-carousel-thumbnail{width:4.5rem;height:3.25rem;overflow:hidden;padding:0;border:2px solid transparent;border-radius:.45rem;background:transparent;cursor:pointer;opacity:.55;transition:border-color .2s ease,opacity .2s ease,transform .2s ease}.image-carousel-thumbnail:hover,.image-carousel-thumbnail.is-active{border-color:var(--earth-core);opacity:1;transform:translateY(-2px)}.image-carousel-thumbnail img{width:100%;height:100%;object-fit:cover}.destination-trust{padding:7rem 0;background:var(--teal-deep)}.destination-trust-inner{display:flex;flex-direction:column;align-items:flex-start}.destination-trust h2{color:#fffaf1}.destination-trust-inner>p:not(.eyebrow){color:#fffaf1c2}.trust-section{padding:6rem 0 7rem;background:#fffdf9}.trust-section-heading{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:2.5rem}.trust-card{position:relative;min-height:245px;background:var(--sand)}.trust-card:nth-child(2){background:var(--teal-deep)}.trust-card:nth-child(2) h3,.trust-card:nth-child(2) p,.trust-card:nth-child(2) .trust-card-number{color:#fffaf1}.trust-card:nth-child(2) p{color:#fffaf1b8}.trust-card-icon{display:block;margin-top:1.5rem;color:var(--earth-core);font-size:1.5rem}.trust-card:nth-child(2) .trust-card-icon{color:var(--sun-spirit)}@media(max-width:800px){.destination-hero-content{min-height:590px;padding-bottom:3rem}.destination-intro,.destination-highlights,.destination-gallery,.destination-trust{padding:5rem 0}.destination-intro-grid,.destination-highlight-grid,.trust-card-grid,.destination-gallery-grid{grid-template-columns:1fr}.destination-gallery-grid img,.destination-gallery-grid img:first-child{height:300px}.image-carousel-navigation{align-items:flex-start;flex-direction:column}.image-carousel-thumbnails{width:100%;overflow-x:auto;padding-bottom:.25rem}}:root{--ink-soft: #58615b;--sand: #f8f4ed;--sand-deep: #efe6d8;--teal-deep: #173f40}button,a{-webkit-tap-highlight-color:transparent}.hero{min-height:min(720px,calc(100vh - 4.5rem))}.hero-media-wrapper,.hero-media{max-height:720px;min-height:600px}.hero-media-stack{position:absolute;inset:0;overflow:hidden}.hero-media{position:absolute;inset:0;object-position:center;opacity:0;transition:opacity 1.1s ease-in-out}.hero-media.is-active{opacity:1}.hero-overlay{background:linear-gradient(90deg,#0e2423d6,#0e242394 42%,#0e242314)}.hero-content{margin-top:-430px;min-height:430px;padding-bottom:3.75rem}.hero-text{max-width:650px}.hero-kicker{margin:1.15rem 0 .6rem;color:var(--sun-spirit);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-title{max-width:620px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:400;letter-spacing:-.04em;line-height:.98}.hero-subtitle{max-width:540px;font-size:1.12rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:3rem;padding:.75rem 1.35rem;border:1px solid transparent;border-radius:var(--radius-pill);font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover,.text-link:hover{transform:translateY(-2px)}.button-warm{background:var(--sun-spirit);color:var(--teal-deep);box-shadow:0 12px 28px #081f1e40}.button-quiet{border-color:#ffffff8c;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button-light{background:#fffaf1;color:var(--teal-deep)}.trust-strip{border-bottom:1px solid var(--sand-deep);background:var(--sand)}.trust-strip-inner{display:flex;justify-content:space-between;gap:1rem;padding-top:1.1rem;padding-bottom:1.1rem;color:var(--teal-deep);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-section,.story-section{padding:7rem 0;scroll-margin-top:4.5rem}.section-alt{background:var(--sand)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.eyebrow{margin:0 0 .7rem;color:var(--earth-core);font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.section-heading h2,.story-copy h2,.quote-grid h2,.contact-cta h2{max-width:720px;margin:0;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:400;letter-spacing:-.035em;line-height:1.03}.section-description{max-width:620px;margin:1rem 0 0;color:var(--ink-soft);font-size:1.08rem;line-height:1.7}.section-action{flex:0 0 auto;padding-bottom:.25rem}.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--teal-deep);font-weight:800;transition:transform .2s ease,color .2s ease}.text-link:hover{color:var(--earth-core)}.destination-grid,.feature-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.destination-card,.feature-card,.testimonial-card{overflow:hidden;border:1px solid var(--sand-deep);border-radius:1.25rem;background:#fffdf9}.destination-card{transition:transform .25s ease,box-shadow .25s ease}.destination-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #23392d1f}.destination-image-wrap{position:relative;height:290px;overflow:hidden}.destination-image-wrap img,.story-image-wrap img,.quote-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.destination-card:hover img{transform:scale(1.05)}.destination-tag{position:absolute;top:1rem;left:1rem;padding:.45rem .75rem;border-radius:var(--radius-pill);background:#fffaf1e6;color:var(--teal-deep);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.destination-card-body{padding:1.5rem}.card-kicker{margin:0 0 .5rem;color:var(--earth-core);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.destination-card h3,.feature-card h3{margin:0;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.7rem;font-weight:400}.destination-card p:not(.card-kicker),.feature-card p,.testimonial-card blockquote{color:var(--ink-soft);line-height:1.65}.feature-card{padding:2rem}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1.5rem;border-radius:50%;background:var(--sand-deep);color:var(--earth-core);font-size:1.4rem}.story-grid,.quote-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:clamp(3rem,8vw,8rem)}.story-image-wrap,.quote-image-wrap{position:relative;height:540px;overflow:hidden;border-radius:1.5rem}.story-stamp{position:absolute;right:1.5rem;bottom:1.5rem;padding:.8rem 1rem;border-radius:.7rem;background:var(--sun-spirit);color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.1rem;transform:rotate(-3deg)}.story-copy p:not(.eyebrow),.quote-grid p:not(.eyebrow),.contact-cta p:not(.eyebrow){max-width:540px;color:var(--ink-soft);font-size:1.05rem;line-height:1.75}.story-copy .text-link,.quote-grid .text-link{margin-top:.75rem}.quote-section{padding:7rem 0;background:var(--teal-deep);color:#fff;scroll-margin-top:4.5rem}.quote-grid h2{color:#fffaf1}.quote-grid p:not(.eyebrow){color:#fffaf1c7}.eyebrow-light,.quote-grid .text-link{color:var(--sun-spirit)}.quote-image-wrap{height:480px}.testimonial-card{padding:2rem}.testimonial-stars{color:var(--earth-core);letter-spacing:.2em}.testimonial-card blockquote{margin:1.25rem 0 2rem;color:var(--teal-deep);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;line-height:1.45}.testimonial-author{margin:0;color:var(--ink-soft);font-size:.85rem;font-weight:700}.testimonial-author span{margin:0 .3rem;color:var(--earth-core)}.contact-cta{padding:7rem 0;background:var(--earth-core);text-align:center;scroll-margin-top:4.5rem}.contact-cta-inner{display:flex;flex-direction:column;align-items:center}.contact-cta h2{color:#fffaf1}.contact-cta p:not(.eyebrow){color:#fffaf1db}.contact-cta .button{margin-top:1rem}@media(max-width:800px){.hero-media-wrapper,.hero-media{min-height:650px}.hero-content{margin-top:-500px;min-height:500px}.trust-strip-inner,.section-heading{align-items:flex-start;flex-direction:column}.trust-strip-inner{gap:.55rem}.home-section,.story-section,.quote-section,.contact-cta{padding:5rem 0}.destination-grid,.feature-grid,.testimonial-grid,.story-grid,.quote-grid{grid-template-columns:1fr}.story-image-wrap,.quote-image-wrap{height:360px}}@media(max-width:600px){.hero-media-wrapper,.hero-media{min-height:690px}.hero-content{margin-top:-540px;min-height:540px}.hero-actions{align-items:stretch}.hero-actions .button{width:100%}}
