:root{--canyon-900: #1a0f0a;--canyon-800: #2a1d12;--canyon-700: #3d2a1c;--canyon-600: #5c4332;--canyon-500: #8a6b54;--canyon-400: #b89880;--canyon-300: #d8c0a8;--canyon-200: #ecdfd0;--canyon-100: #f5ede2;--canyon-50: #faf6f0;--clay: #c2410c;--clay-dark: #9a3412;--clay-light: #ea580c;--sage: #4d6049;--sky: #5a7a8c;--ink: #1a0f0a;--ink-soft: #4a3a2c;--ink-muted: #7a6a58;--ink-faint: #b5a890;--paper: #faf6f0;--line: rgba(26, 15, 10, .1);--line-soft: rgba(26, 15, 10, .06);--font-display: "Cinzel", Georgia, serif;--font-sans: "Montserrat", -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--shell: clamp(20px, 4vw, 80px);--ease: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--green-900: #0f1d16;--green-800: #162a1e;--green-700: #1f3b2d;--green-600: #2a5040;--sand-200: #e8d8b9;--sand-100: #f0e8d4;--cream: #faf6ec}@keyframes scrollCue{0%{transform:scaleY(1);opacity:.6}50%{transform:scaleY(.4);opacity:1}to{transform:scaleY(1);opacity:.6}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes kenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-12px)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-bg-img{animation:kenBurns 14s ease-in-out alternate infinite;will-change:transform}.hero-loaded .hero-eyebrow{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) .15s both}.hero-loaded .hero-h1{animation:heroFadeUp 1s cubic-bezier(.16,1,.3,1) .35s both}.hero-loaded .hero-trust{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) .65s both}.hero-loaded .hero-ctas{animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) .85s both}@media (prefers-reduced-motion: reduce){.hero-bg-img{animation:none}.hero-loaded .hero-eyebrow,.hero-loaded .hero-h1,.hero-loaded .hero-trust,.hero-loaded .hero-ctas{animation:none;opacity:1;transform:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--ink);background:var(--paper);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.display{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;line-height:.95}.eyebrow{font-family:var(--font-sans);font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--canyon-600)}.eyebrow .dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--clay);margin:0 10px 2px 0;vertical-align:middle}.serif-mark{font-family:var(--font-display);font-style:italic;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-sans);font-weight:500;font-size:14px;letter-spacing:.01em;padding:14px 24px;border-radius:999px;border:none;cursor:pointer;transition:all .25s var(--ease);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--green-700);color:var(--sand-200)}.btn-primary:hover{background:var(--green-600);transform:translateY(-1px)}.btn-clay{background:var(--clay);color:#fff}.btn-clay:hover{background:var(--clay-dark);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn-ghost:hover{background:var(--canyon-100);border-color:var(--canyon-400)}.btn-light{background:#fffffff2;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-light:hover{background:#fff}.btn-outline-light{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline-light:hover{background:#ffffff26;border-color:#ffffff80}.btn-block{width:100%}.btn-lg{padding:16px 32px;font-size:15px}.tour-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid var(--line-soft);cursor:pointer;transition:all .4s var(--ease);display:flex;flex-direction:column;box-shadow:0 2px 12px #1a0f0a0f}.tour-card:hover{transform:translateY(-5px);box-shadow:0 28px 56px -16px #1a0f0a33;border-color:transparent}.tour-card .img-wrap{aspect-ratio:3/2;position:relative;overflow:hidden}.tour-card .img-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,15,10,.22) 0%,transparent 40%);pointer-events:none;z-index:1}.tour-card .img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.tour-card:hover .img-wrap img{transform:scale(1.06)}.tour-card .badge{display:inline-flex;align-items:center;gap:5px;background:var(--ink);color:var(--paper);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:4px 8px;border-radius:4px}.tour-card .badge.clay{background:var(--clay);color:#fff}.tour-card .badge:before{content:"★";font-size:10px}.cat-ribbon{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:10px;letter-spacing:.11em;text-transform:uppercase;font-weight:600;z-index:3;background:#00000052;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;line-height:1}.cat-ribbon.group,.cat-ribbon.small-group,.cat-ribbon.private{background:#00000052;color:#fff}.cat-perk-pill{display:inline-flex;align-items:center;background:#ea580c17;color:var(--clay);font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:2px 8px;border-radius:999px;line-height:1.5;margin-left:auto}.promo-flag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:#ea580c1f;color:var(--clay-dark);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.promo-flag .pulse{width:6px;height:6px;border-radius:50%;background:var(--clay-light);box-shadow:0 0 #ea580c99;animation:pulse 1.8s infinite}@keyframes pulse{0%{box-shadow:0 0 #ea580c99}70%{box-shadow:0 0 0 8px #ea580c00}to{box-shadow:0 0 #ea580c00}}.save-badge{background:var(--clay);color:#fff;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:4px 8px;border-radius:4px;margin-left:8px}.tour-card .body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:11px;flex:1}.tour-card h3{font-family:var(--font-display);font-size:18px;font-weight:400;letter-spacing:-.01em;line-height:1.25;margin:0;color:var(--ink)}.tour-card .meta{display:flex;gap:14px;align-items:center;font-size:12px;color:var(--ink-muted)}.tour-card .footer{margin-top:auto;padding-top:14px;border-top:1px solid var(--line-soft);display:flex;justify-content:space-between;align-items:center}.tour-card .price{font-family:var(--font-sans);font-size:22px;color:var(--ink);font-weight:700;letter-spacing:-.02em}.tour-card .price-from{display:none}.tour-card .price-original{text-decoration:line-through;font-size:12px;color:var(--ink-faint);font-family:var(--font-sans)}.tour-card .arrow{width:34px;height:34px;border-radius:50%;background:transparent;border:1.5px solid var(--line-soft);color:var(--ink);display:grid;place-items:center;transition:all .25s var(--ease);flex-shrink:0}.tour-card:hover .arrow{background:var(--clay);border-color:var(--clay);color:#fff;transform:translate(3px)}.stars{display:inline-flex;gap:1px;align-items:center;color:var(--clay);font-size:13px;line-height:1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);font-weight:500}.field input,.field select,.field textarea{font-family:var(--font-sans);font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;padding:14px 16px;outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px #1a0f0a0f}.shell{padding-left:var(--shell);padding-right:var(--shell)}.section{padding-top:96px;padding-bottom:96px}.section-tight{padding-top:56px;padding-bottom:56px}@media (max-width: 760px){.section{padding:64px 0}}@media (min-width: 761px) and (max-width: 1024px){.tours-lp-grid{grid-template-columns:repeat(2,1fr)!important}.tours-lp-grid article:first-child{grid-column:span 2!important}}@media (min-width: 761px) and (orientation: portrait){.tours-grid,.tours-lp-grid{grid-template-columns:repeat(2,1fr)!important}.tours-lp-grid article:first-child{grid-column:span 2!important}.gallery-grid{grid-template-columns:1fr!important;height:clamp(300px,50vw,480px)!important}.gallery-side{display:none!important}.detail-grid{grid-template-columns:1fr!important;gap:40px!important}.related-grid{grid-template-columns:repeat(2,1fr)!important}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.nav-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;color:inherit;align-items:center;justify-content:center;border-radius:8px}.nav-menu-btn:hover{background:#1a0f0a0f}.nav-mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:190;background:#1a0f0a33}.nav-mobile-panel{position:absolute;top:8px;left:12px;right:12px;background:#fff;border-radius:16px;box-shadow:0 8px 40px #1a0f0a2e;border:1px solid var(--line-soft);overflow:hidden;max-height:calc(100vh - 24px);overflow-y:auto}.nav-mobile-panel a{display:block;padding:16px 24px;font-size:16px;font-weight:500;color:var(--sand-200);text-decoration:none;cursor:pointer;border-bottom:1px solid rgba(232,216,185,.07);transition:background .15s}.nav-mobile-panel a:hover{background:#e8d8b90f}.featured-mobile-grid{display:none}.featured-small-card{display:block!important;position:relative!important}.featured-small-card img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.featured-small-body{position:absolute!important;bottom:0!important;left:0!important;right:0!important}.bokunWidget,.bokunWidget>*,.bokunWidget iframe{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important;left:0!important;transform:none!important}.mobile-book-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid var(--line-soft);padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));gap:8px;align-items:center;box-shadow:0 -8px 32px #1a0f0a1a}@media (max-width: 800px){.nav-links,.nav-actions{display:none!important}.nav-menu-btn{display:flex!important}.nav-logo{height:38px!important;max-width:160px!important}.hero-content{padding:100px var(--shell) 120px!important;justify-content:flex-end!important}.hero-dots{bottom:24px!important}.hero-caption-v,.hero-desc{display:none!important}.hero-btns{flex-direction:column!important;align-items:stretch!important;margin-top:20px!important}.hero-btns .btn{justify-content:center!important}.hero-badges{overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:none;padding-bottom:2px;margin-top:16px!important}.hero-badges::-webkit-scrollbar{display:none}.strip-grid{grid-template-columns:repeat(2,1fr)!important;gap:0!important}.strip-grid>div{border-left:none!important;padding-left:0!important;border-top:1px solid var(--line);padding-top:24px;margin-top:24px;min-width:0;overflow:hidden}.strip-grid>div:first-child,.strip-grid>div:nth-child(2){border-top:none;margin-top:0}.strip-grid>div:nth-child(2n){border-left:1px solid var(--line)!important;padding-left:20px!important}.strip-grid .display{font-size:36px!important}.featured-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:32px!important}.featured-header h2{font-size:36px!important;margin:12px 0 0!important}.featured-header>p{font-size:14px!important;max-width:100%!important;margin:0!important}.featured-grid{display:none!important}.featured-mobile-grid{display:flex!important;flex-direction:column;gap:16px}.cat-filter-pills{flex-wrap:wrap!important;gap:6px!important}.cat-section-header{margin-bottom:24px!important}.cat-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.cat-grid article{padding:12px 10px!important;border-radius:12px!important}.cat-grid article>div:first-child{margin-bottom:7px!important}.cat-grid article>div:first-child>span{font-size:7.5px!important;padding:2px 5px!important}.cat-grid article>div:nth-child(2){font-size:13px!important;margin-bottom:8px!important}.cat-grid article ul{margin-bottom:10px!important;gap:4px!important}.cat-grid article ul li{font-size:9.5px!important;line-height:1.3!important;gap:4px!important}.cat-grid article ul li>span:first-child{font-size:8px!important}.cat-grid article>div:last-child{padding-top:8px!important}.cat-grid article>div:last-child>div{width:24px!important;height:24px!important}.cat-grid article>div:last-child>div:first-child>span:first-child{font-size:8px!important}.cat-grid article>div:last-child>div:first-child>span:nth-child(2){font-size:13px!important}.cat-grid article>div:last-child>div:first-child>span:last-child{display:none!important}.why-grid{grid-template-columns:1fr!important;gap:2px!important}.why-grid>div{border-radius:0!important}.why-grid>div:first-child{border-radius:16px 16px 0 0!important}.why-grid>div:last-child{border-radius:0 0 16px 16px!important}.why-stack,.hero-geo{display:none!important}.hero-split-grid{grid-template-columns:1fr!important;gap:0!important}.hero-collage{display:none!important}.tours-lp-grid{grid-template-columns:1fr!important}.tours-lp-grid article{grid-column:span 1!important;aspect-ratio:unset!important}.related-grid{grid-template-columns:1fr!important}.search-bar{flex-direction:column!important;border-radius:14px!important}.search-bar>div{border-right:none!important;border-bottom:1px solid #f0ece6}.search-bar>div:last-of-type{border-bottom:none}.search-bar>button{border-radius:0 0 14px 14px!important;padding:16px 28px!important;justify-content:center}.stops-strip{flex-wrap:nowrap;overflow-x:auto}.stops-strip>div:last-child{display:none!important}.cta-grid{grid-template-columns:1fr!important;gap:0!important}.cta-image{display:none!important}.cta-grid .btn{justify-content:center!important}.cta-grid>div:first-child{text-align:center}.cta-grid>div:first-child p{margin-left:auto!important;margin-right:auto!important}.cta-grid>div:first-child>div:first-child{justify-content:center!important}.cta-grid>div:first-child>div:last-child{justify-content:center!important}.gallery-wrapper{padding-top:16px!important}.gallery-grid{grid-template-columns:1fr!important;grid-template-rows:clamp(200px,56vw,320px) clamp(100px,28vw,160px)!important;height:auto!important;border-radius:14px!important}.gallery-side{display:grid!important;grid-template-rows:unset!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.detail-breadcrumb{font-size:11px!important;padding:12px 0 16px!important}.detail-grid{grid-template-columns:1fr!important;gap:40px!important}.booking-aside{display:none!important}.detail-body{padding-bottom:100px!important;padding-top:24px!important}.mobile-book-bar{display:flex!important}.itinerary-item{grid-template-columns:64px 24px 1fr!important;gap:12px!important}.includes-grid{grid-template-columns:1fr!important}.tour-card{border-radius:14px!important}.tour-card .img-wrap{aspect-ratio:4/3!important}.tour-card h3{font-size:16px!important}.tour-card .body{padding:14px 16px 16px!important;gap:9px!important}.tour-card .meta{font-size:11.5px!important;gap:6px!important}.tour-card .footer{padding-top:10px!important}.tour-card .price{font-size:21px!important}.tour-card .arrow{width:30px!important;height:30px!important}.tour-short-desc{display:none!important}.wa-fab{bottom:16px!important;right:16px!important;box-shadow:0 2px 10px #25d3664d!important}footer{padding-top:40px!important;padding-bottom:24px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important;margin-bottom:32px!important}.footer-grid>div:first-child{grid-column:1 / -1}.section{padding-top:56px!important;padding-bottom:56px!important}.btn{min-height:48px!important}.tours-index-header{padding-top:130px!important;padding-bottom:20px!important}.tours-index-header h1{font-size:28px!important;margin-bottom:16px!important}.tours-index-header input{font-size:13px!important;padding:11px 14px 11px 40px!important}.tours-index-header input::placeholder{font-size:12px!important}.tours-cat-tabs{overflow-x:visible!important;flex-wrap:wrap!important}.tours-cat-tabs button{padding:10px 14px!important;white-space:nowrap!important;flex:1 1 50%!important;box-sizing:border-box!important;justify-content:center!important}.tours-desc-panel{flex-direction:column!important;gap:10px!important}.tours-desc-panel p{font-size:13px!important}.tours-desc-panel>div{padding-top:0!important}.tours-grid{grid-template-columns:1fr!important}body{overflow-x:hidden!important}.featured-header h2{font-size:36px!important}.featured-header p{font-size:14px!important}.hero-content h1{font-size:32px!important;line-height:1.08!important}.home-strip{padding-top:48px!important;padding-bottom:40px!important}.home-story{padding-top:72px!important;padding-bottom:72px!important}.home-story .display{font-size:22px!important;line-height:1.5!important}.home-cta{padding-top:72px!important;padding-bottom:72px!important}.about-grid{grid-template-columns:1fr!important;gap:32px!important}.about-img{height:260px!important}.about-mission-img{order:2!important}.about-mission-text{order:1!important}.about-stats{grid-template-columns:repeat(2,1fr)!important}.diff-grid{grid-template-columns:1fr!important}.home-tours-section{padding-top:56px!important;padding-bottom:44px!important}.home-tours-header{margin-bottom:32px!important}.home-why-section{padding-top:56px!important;padding-bottom:56px!important}.home-cta-section{padding-top:64px!important;padding-bottom:64px!important}.hero-chips{flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:flex-start!important;max-width:100%!important;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero-chips::-webkit-scrollbar{display:none}.hero-trust-bar{gap:12px!important}.home-hero-h1{line-height:1.05!important;font-size:clamp(34px,9vw,48px)!important}.hero-ctas{flex-direction:column!important;align-items:stretch!important}.hero-ctas a,.hero-ctas button{justify-content:center!important;width:100%!important}}
