:root{--ink:#142e32;--green:#234b48;--paper:#f8f9f6;--line:#d8dfdb}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #dca654;outline-offset:6px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:28px;background:var(--paper)}.brand{font-size:21px;font-weight:750;letter-spacing:2px;line-height:1.4}.brand-light{font-weight:350}.brand small{display:block;font-size:12px;font-weight:400;letter-spacing:3px;margin-top:5px}nav,.nav-right{display:flex;align-items:center;gap:30px}nav a,.language{font-size:14px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;background:var(--ink);color:white;padding:16px 25px;font-size:15px;transition:transform .2s,background .2s}.button:hover{background:#35615b;transform:translateY(-2px)}.compact{padding:12px 20px}.light{background:#f9faf5;color:var(--ink)}.light:hover{background:#dbe5dd}.hero{min-height:660px;height:calc(90vh - 100px);max-height:950px;position:relative;color:white;margin:0 22px;overflow:hidden;background:#264751}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero-image{object-position:center 53%}.hero-shade{background:linear-gradient(90deg,rgba(5,25,33,.66),rgba(5,25,33,.08)),linear-gradient(0deg,rgba(5,25,33,.45),transparent 45%)}.hero-content{position:relative;padding:85px 6%;max-width:900px}.eyebrow{font-size:12px;letter-spacing:2.3px;font-weight:600;margin:0 0 26px}h1{font-family:"Songti SC","STSong",serif;font-size:clamp(48px,5.1vw,78px);line-height:1.35;letter-spacing:3px;font-weight:400;margin:0 0 25px}.hero-copy{font-size:18px;line-height:1.9;margin:0 0 32px;color:#f0f4f2}.hero-bottom{position:absolute;bottom:25px;left:6%;right:6%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.8px}.hero-bottom span span{margin-left:25px;font-size:20px}.intro,.journeys,.questions{max-width:1320px;margin:auto;padding:100px 5%}.intro>div:first-of-type{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}h2{font-family:"Songti SC","STSong",serif;font-size:clamp(30px,3vw,44px);font-weight:400;line-height:1.5;margin:0}p{margin:0 0 16px}.intro>div>p{color:#536462;max-width:530px}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:65px;padding-top:30px;border-top:1px solid var(--line)}.values span{font-size:12px;color:#697f76}.values h3{font-size:19px;font-weight:500;margin:15px 0 10px}.values p{font-size:14px;color:#65736e}.journeys{padding-top:30px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.section-heading>p{font-size:14px;color:#69746d;margin:0}.section-heading .eyebrow{margin-bottom:13px}.tour-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:26px}.featured{background:white;border:1px solid var(--line)}.tour-image{height:335px;position:relative;overflow:hidden}.tour-image img{height:100%;width:100%;object-fit:cover;transition:transform .7s}.featured:hover img{transform:scale(1.035)}.tag{position:absolute;top:22px;left:22px;background:var(--paper);padding:6px 14px;font-size:12px}.tour-content{padding:30px}.tour-label{font-size:12px;letter-spacing:1.8px;margin-bottom:16px}.tour-grid h3{font-size:25px;font-weight:450;margin:0 0 15px}.tour-grid p:not(.tour-label){font-size:15px}.facts{display:flex;gap:15px;flex-wrap:wrap;font-size:12px;color:#65736e;margin:25px 0}.text-link{border-top:1px solid #bfcfc8;padding-top:17px;display:flex;justify-content:space-between;font-size:14px;gap:15px}.text-link:hover{text-decoration:underline}.other-tours{display:grid;gap:26px}.tour-small{padding:35px;display:flex;flex-direction:column}.tour-small .text-link{margin-top:auto}.aurora{background:#183c3e;color:#f6f9f6}.aurora p{color:#cfddda}.snow{background:#e6ece8}.note{font-size:12px!important;opacity:.85}.booking-note{font-size:12px;color:#68756f;margin-top:24px}.questions{border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding-top:80px;padding-bottom:85px}.faq details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;padding:23px 32px 23px 0;font-size:16px;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:4px}details[open] summary:after{content:'−'}.faq p{font-size:15px;color:#52645d;padding-bottom:20px}.contact{background:#173b3b;color:#f4f7f1;padding:80px max(7%,calc((100vw - 1190px)/2));display:grid;grid-template-columns:1.3fr 1fr;gap:70px}.contact h2{margin-bottom:25px}.contact p:not(.eyebrow){color:#c6d5cd;font-size:15px}.contact-actions{display:flex;flex-direction:column;align-items:start;justify-content:center;gap:14px}.contact-actions .button{margin-bottom:15px;min-width:260px}.contact-actions small{font-size:12px;color:#c6d5cd}footer{padding:40px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px}footer p,footer>a:last-child{font-size:12px;color:#617068;margin:0}.skip{position:fixed;top:-100px;background:white;padding:10px;z-index:10}.skip:focus{top:0}@media(max-width:950px){nav{gap:18px}.nav-right{gap:18px}.brand{font-size:17px}.hero{margin:0 12px}.hero-content{padding:70px 6%}.intro>div:first-of-type{gap:40px}.tour-grid{grid-template-columns:1fr 1fr}.tour-small{padding:25px}.questions{gap:35px}.contact{gap:40px}}@media(max-width:700px){header{height:83px;padding:0 6%;gap:15px}nav,.nav-right .compact{display:none}.brand{font-size:15px;letter-spacing:1.4px}.brand small{font-size:10px;letter-spacing:1.3px}.language{font-size:12px}.hero{min-height:650px;height:80vh;max-height:800px;margin:0 8px}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(90deg,rgba(5,25,33,.65),rgba(5,25,33,.2))}.hero-content{padding:70px 7%}h1{font-size:46px;letter-spacing:1px}.hero-copy{font-size:16px}.eyebrow{font-size:11px;letter-spacing:1.6px}.hero-bottom{left:7%;right:7%;font-size:10px}.hero-bottom>span:last-child{display:none}.intro,.journeys,.questions{padding:65px 7%}.intro>div:first-of-type,.tour-grid,.questions,.contact{grid-template-columns:1fr;gap:28px}.intro>div:first-of-type>p{margin-top:8px}.values{gap:24px;grid-template-columns:1fr;margin-top:35px}.values>div{display:grid;grid-template-columns:38px 1fr;column-gap:12px}.values h3{margin:0}.values p{grid-column:2;margin:5px 0 0}.values span{padding-top:6px}.section-heading{align-items:start}.section-heading>p{display:none}.journeys{padding-top:5px}.tour-image{height:260px}.tour-content,.tour-small{padding:26px}.tour-grid h3{font-size:23px}.other-tours{gap:20px}.tour-small .text-link{margin-top:14px}.contact{padding:60px 7%}.contact-actions .button{width:100%}.contact-actions{align-items:stretch}footer{padding:35px 7%;flex-wrap:wrap}footer p{display:none}html{scroll-padding-top:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.catalog-intro{max-width:760px;color:#536462}.catalog-heading{font-size:24px;font-weight:500;margin:42px 0 22px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalog-card{padding:28px;background:white;border:1px solid var(--line);display:flex;flex-direction:column}.catalog-card h3{font-size:22px;font-weight:500;line-height:1.5;margin:20px 0 15px}.catalog-card>p:not(.tour-label){font-size:15px;color:#536462;margin-bottom:24px}.catalog-card .text-link{margin-top:auto}.language-tag{font-size:12px;background:#e2eee6;color:#1c5140;padding:5px 10px;align-self:flex-start;display:inline-block}.catalog-pending{padding:25px;border:1px solid var(--line);margin-top:25px}.catalog-pending p{font-size:15px}.product-page{max-width:1200px;margin:auto;padding:45px 6% 100px}.back-link{display:inline-block;margin-bottom:50px;font-size:14px}.product-page h1{font-size:clamp(32px,4vw,55px);margin-bottom:20px}.product-page h2{font-size:25px;margin:20px 0}.product-lead{font-size:20px;max-width:800px;margin:25px 0 45px}.product-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:60px}.product-layout li{margin-bottom:15px}.booking-panel{background:#e6ece8;padding:30px;align-self:start}.booking-panel .button{width:100%;margin:15px 0}.booking-language-note{font-size:13px;color:#52645d}.booking-panel h2{margin-top:0}@media(max-width:950px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.product-layout{gap:25px}}@media(max-width:700px){.catalog-grid,.product-layout{grid-template-columns:1fr}.catalog-card{padding:25px}.product-page{padding:30px 7% 65px}.product-lead{font-size:18px}.product-page h1{font-size:34px}.back-link{margin-bottom:30px}}/* Photo-led featured journeys */
.journeys{padding-top:80px}.featured-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.featured-heading .eyebrow{margin-bottom:12px}.featured-heading h2{font-size:clamp(28px,3vw,42px)}.carousel-arrows{display:flex;gap:10px;flex-shrink:0}.carousel-arrows button{width:48px;height:48px;border:1px solid #bac9c1;border-radius:50%;background:transparent;color:var(--ink);font-size:23px;cursor:pointer}.carousel-arrows button:hover{background:var(--ink);color:white}.carousel-arrows button:disabled{opacity:.3;cursor:default}.featured-track{display:flex;overflow-x:auto;gap:24px;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.featured-track::-webkit-scrollbar{display:none}.spotlight{flex:0 0 94%;display:grid;grid-template-columns:1.25fr 1fr;min-height:460px;background:#e8ede6;scroll-snap-align:start;position:relative;overflow:hidden}.spotlight:last-child{margin-right:6%}.spotlight-photo{position:relative;min-height:460px}.spotlight-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.spotlight-photo:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#071c287d)}.pick-badge{position:absolute;z-index:1;top:22px;left:22px;padding:7px 13px;background:#f7f8ef;color:#234b48;font-size:12px;letter-spacing:1px}.photo-place{position:absolute;z-index:1;bottom:25px;left:25px;font-size:13px;letter-spacing:2px;color:white}.spotlight-copy{padding:45px 36px 48px;display:flex;flex-direction:column;align-items:start;position:relative}.spotlight-copy .tour-label{color:#526b5d;font-size:12px}.spotlight-copy h3{font-family:"Songti SC","STSong",serif;font-weight:400;font-size:clamp(28px,2.7vw,39px);line-height:1.5;margin:10px 0 22px;max-width:330px}.product-name{font-size:16px;font-weight:500;margin-bottom:12px}.spotlight-description{font-size:14px;color:#536462;margin-bottom:30px}.spotlight-copy .button{margin-top:auto;font-size:14px;gap:25px}.slide-number{position:absolute;right:22px;bottom:12px;color:#697f76;font-size:11px;letter-spacing:2px}.carousel-bottom{display:flex;justify-content:space-between;align-items:center;margin:24px 0 64px;color:#63746c;font-size:12px}.carousel-dots{display:flex;gap:10px}.carousel-dots button{border:0;width:28px;height:5px;padding:0;background:#c9d3ca;cursor:pointer;border-radius:3px}.carousel-dots button[aria-pressed=true]{background:#234b48;width:48px}button:focus-visible,.featured-track:focus-visible{outline:3px solid #dca654;outline-offset:5px}.catalog-heading{border-top:1px solid var(--line);padding-top:36px}.intro{border-top:1px solid var(--line)}
@media(max-width:700px){.journeys{padding-top:55px}.featured-heading{align-items:center}.featured-heading h2{max-width:240px;font-size:27px}.carousel-arrows{gap:6px}.carousel-arrows button{width:35px;height:35px;font-size:18px}.spotlight{flex-basis:94%;grid-template-columns:1fr}.spotlight-photo{min-height:270px}.spotlight-copy{padding:27px 25px 40px}.spotlight-copy h3{font-size:29px;margin:0 0 15px}.spotlight-copy .tour-label{margin-bottom:12px}.spotlight-description{min-height:74px;margin-bottom:24px}.spotlight-copy .button{width:100%;padding:14px 16px}.featured-track{gap:14px}.carousel-bottom{margin-bottom:42px}.carousel-bottom>span{font-size:10px}.pick-badge{top:16px;left:16px}.photo-place{left:18px;bottom:18px}}
/* All products share a compact horizontal catalogue. */
.featured-track{gap:20px;padding-bottom:4px}.spotlight{display:flex;flex-direction:column;flex:0 0 calc((100% - 40px)/3);min-height:0;background:white;border:1px solid var(--line);border-radius:14px}.spotlight:last-child{margin-right:0}.spotlight-photo{display:block;min-height:0;height:230px;flex-shrink:0}.spotlight-copy{padding:22px;flex:1;gap:0}.spotlight-copy h3{font-family:inherit;font-size:21px;font-weight:600;line-height:1.5;margin:0 0 14px;max-width:none;min-height:63px}.spotlight-copy .tour-label{font-size:13px;margin-bottom:10px;letter-spacing:.5px}.spotlight-copy .language-tag{font-size:14px;margin-bottom:16px}.spotlight-description{font-size:16px;margin-bottom:22px}.price-link{margin-top:auto;font-size:18px;font-weight:600;width:100%;display:flex;justify-content:space-between;padding:12px 0 18px}.spotlight-copy .text-link{width:100%;font-size:14px}.photo-place{font-size:12px;bottom:12px;left:16px}.pick-badge{border-radius:5px;top:14px;left:14px;font-size:14px}.carousel-bottom{margin-bottom:24px;font-size:14px}.featured-heading{margin-bottom:16px}.catalog-intro{font-size:14px;margin-bottom:25px}.carousel-bottom>span{font-size:14px}@media(max-width:1000px){.spotlight{flex-basis:calc((100% - 20px)/2)}}@media(max-width:700px){.spotlight{flex-basis:86%}.spotlight-photo{height:230px}.spotlight-copy{padding:20px}.spotlight-copy h3{font-size:21px}.spotlight-description{min-height:0}.featured-heading h2{font-size:27px}.carousel-bottom>span{font-size:12px}}
.inline-booking{margin-top:35px;padding:32px;background:#fff;border:1px solid var(--line);border-radius:14px;scroll-margin-top:25px}.booking-inline-heading{display:flex;align-items:center;justify-content:space-between;gap:25px}.booking-inline-heading h2{font-family:inherit;font-size:25px;font-weight:600}.booking-inline-heading .eyebrow{margin-bottom:10px}.booking-inline-heading .text-link{border:0;white-space:nowrap}.booking-hint{font-size:15px;color:#536462;margin:18px 0 25px}.inline-booking iframe{display:block;width:100%;height:1000px;border:0;background:white}.booking-fallback{font-size:14px;margin:18px 0 0;color:#536462}.booking-fallback a{text-decoration:underline}@media(max-width:700px){.inline-booking{padding:20px 12px}.booking-inline-heading{align-items:start;gap:12px}.booking-inline-heading h2{font-size:21px}.booking-inline-heading .text-link{font-size:12px}.inline-booking iframe{height:1250px}.booking-hint{font-size:14px}}
/* Each product has its own always-visible live booking calendar. */
.spotlight{flex-basis:calc((100% - 20px)/2)}.spotlight-copy{flex:0 0 auto;min-height:310px}.spotlight-description{min-height:84px}.spotlight-copy .text-link{margin-top:auto}.card-calendar{border-top:1px solid var(--line);padding:20px 12px;background:#fff}.card-calendar h4{font-size:16px;margin:0 10px 16px;font-weight:600}.card-calendar iframe{display:block;width:100%;height:1120px;border:0;background:#fff}.calendar-fallback{display:inline-block;font-size:13px;text-decoration:underline;margin:12px 10px;color:#536462}.featured-track{align-items:flex-start}.spotlight-photo{height:270px}.carousel-arrows{position:sticky;top:12px}@media(max-width:700px){.spotlight{flex-basis:96%}.spotlight-photo{height:220px}.spotlight-copy{min-height:330px}.spotlight-description{min-height:84px}.card-calendar{padding:18px 4px}.card-calendar iframe{height:1280px}}

/* Make the next product visibly discoverable on touch screens. */
.carousel-arrows{position:static;gap:10px}.carousel-arrows button{width:auto;min-width:100px;min-height:48px;padding:10px 16px;border:1px solid #234b48;border-radius:24px;background:#234b48;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.carousel-arrows button:disabled{background:#e4eae6;color:#69766f;border-color:#d8dfdb;opacity:1;cursor:default}.swipe-hint{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:#234b48;margin:0 0 16px}.swipe-hint>span:first-child{font-size:25px}.swipe-hint>span:last-child{margin-left:auto;font-variant-numeric:tabular-nums}.featured-track{scrollbar-width:thin;scrollbar-color:#53796b #e4eae6;padding-bottom:14px}.spotlight{flex-basis:calc((100% - 68px)/2)}
@media(max-width:700px){.featured-heading{flex-wrap:wrap;gap:16px}.carousel-arrows{width:100%;justify-content:space-between}.carousel-arrows button{min-height:48px;min-width:112px}.spotlight{flex-basis:88%}.featured-track{gap:12px}.swipe-hint{font-size:14px}.spotlight-copy{padding:18px}}

.spotlight-copy .book-trip{width:100%;margin:0 0 14px;border-radius:8px;min-height:48px;justify-content:space-between;font-size:16px;font-weight:600}.spotlight-copy .text-link{border-top:0;padding-top:0;color:#52645d}.card-calendar{scroll-margin-top:24px}.card-calendar:focus{outline:3px solid #53796b;outline-offset:-3px}

/* Photo-led experience navigation and a visible, operable carousel rail. */
.experience-categories{display:flex;justify-content:space-between;gap:22px;overflow-x:auto;padding:38px 4px 44px;margin-bottom:22px}.experience-categories button{flex:0 0 118px;border:0;background:none;color:var(--ink);font:inherit;cursor:pointer;padding:6px;text-align:center}.experience-categories img{width:100px;height:100px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 12px;border:4px solid transparent;outline:1px solid #d8dfdb;transition:transform .2s}.experience-categories button[aria-pressed=true] img{border-color:#fff;outline:3px solid #234b48}.experience-categories button:hover img{transform:translateY(-4px)}.experience-categories span{font-size:15px;font-weight:600}.spotlight[hidden]{display:none!important}.spotlight{box-shadow:0 8px 30px #142e3209;border-radius:18px;overflow:hidden}.spotlight-photo{height:290px}.spotlight-copy h3{font-weight:650;letter-spacing:-.4px}.language-tag{display:inline-block;border-radius:6px;background:#edf3f0;padding:4px 9px}.tour-progress{display:flex;align-items:center;gap:18px;margin:22px 0 0}.tour-progress label{font-size:14px;white-space:nowrap;color:#52645d}.tour-progress input{width:100%;height:28px;accent-color:#234b48;cursor:ew-resize}.guest-reviews{max-width:1188px;margin:20px auto 70px;padding:40px;border:1px solid var(--line);border-radius:20px;background:#edf3f0;display:flex;align-items:center;justify-content:space-between;gap:30px}.guest-reviews h2{font-size:30px;margin-bottom:14px}.guest-reviews p{max-width:580px}.guest-reviews .button{white-space:nowrap;border-radius:8px}.guest-reviews .eyebrow{margin-bottom:12px}.featured-heading h2{font-family:inherit;font-weight:600}.hero{border-radius:0 0 24px 24px}
@media(max-width:700px){.experience-categories{gap:10px;justify-content:flex-start;padding-top:8px;padding-bottom:24px}.experience-categories button{flex-basis:88px}.experience-categories img{width:76px;height:76px}.experience-categories span{font-size:14px}.spotlight-photo{height:230px}.guest-reviews{margin:12px 5% 40px;padding:26px;display:block}.guest-reviews h2{font-size:25px}.guest-reviews .button{margin-top:10px}.tour-progress{gap:12px}.tour-progress label{font-size:13px}}
@media(prefers-reduced-motion:reduce){.experience-categories img{transition:none}}
