/* Featured journeys carousel below the search form. */
.feature-carousel{padding-top:46px}
.feature-carousel-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.feature-track{position:relative;display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;border-radius:25px;outline-offset:4px}
.feature-track::-webkit-scrollbar{display:none}
.feature-slide{position:relative;isolation:isolate;flex:0 0 100%;min-width:0;min-height:350px;display:flex;justify-content:flex-end;scroll-snap-align:start;overflow:hidden;border-radius:25px;background:#263d3d;box-shadow:0 12px 26px rgba(30,39,35,.11);--feature-shade-rgb:38,53,49}
.feature-slide::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.02) 20%,rgba(var(--feature-shade-rgb),.2) 39%,rgba(var(--feature-shade-rgb),.7) 61%,rgba(var(--feature-shade-rgb),.86) 100%);pointer-events:none}
.feature-photo{position:absolute;z-index:0;inset:0;overflow:hidden;background:#dce6ec}
.feature-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.feature-slide:hover .feature-photo img{transform:scale(1.035)}
.feature-content{position:relative;z-index:2;width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:38px clamp(30px,4vw,62px);background:transparent;color:#f8f3e9}
.feature-eyebrow{display:inline-flex;align-items:center;gap:9px;color:#dccdb5;font-size:12px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}
.feature-eyebrow::before{content:"";width:23px;height:2px;border-radius:2px;background:#c9a37b}
.feature-content h3{max-width:420px;margin:16px 0 12px;font-size:clamp(28px,2.6vw,39px);line-height:1.16;letter-spacing:-.035em;font-weight:900}
.feature-content p{max-width:410px;margin:0;color:#e1e0d7;font-size:16px;line-height:1.55;font-weight:650}
.feature-content a{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;margin-top:27px;padding:12px 25px;border:1px solid rgba(255,255,255,.36);border-radius:8px;background:#cd6848;color:#fffaf4;font-size:15px;font-weight:900;box-shadow:0 7px 18px rgba(20,27,23,.24);transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
.feature-content a:hover,.feature-content a:focus-visible{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 10px 23px rgba(20,27,23,.32)}
.feature-content a span{font-size:20px;line-height:1;transition:transform .2s ease}
.feature-content a:hover span,.feature-content a:focus-visible span{transform:translateX(3px)}
.feature-navigation{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:20px}
.feature-arrow{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid #d2c9b9;border-radius:50%;background:#f0e9dc;color:#263733;font-size:18px;line-height:1;transition:background .2s,border-color .2s,transform .2s}
.feature-arrow:hover,.feature-arrow:focus-visible{background:#ddcbb0;border-color:#cbb592;transform:translateY(-2px)}
.feature-dots{display:flex;align-items:center;gap:9px}
.feature-dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#c7c6bb;transition:width .25s ease,background .25s ease}
.feature-dots button:hover{background:#7a8374}
.feature-dots button[aria-current=true]{width:28px;background:#263733}
.feature-carousel+.categories{padding-top:45px}
@media(max-width:820px){
  .feature-carousel{padding-top:38px}
  .feature-slide{min-height:310px}
  .feature-content{width:56%;padding:28px}
  .feature-content h3{font-size:27px}
  .feature-content p{font-size:14px}
}
@media(max-width:620px){
  .feature-carousel{padding-top:28px}
  .feature-track,.feature-slide{border-radius:18px}
  .feature-slide{min-height:390px}
  .feature-slide::before{background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(var(--feature-shade-rgb),.15) 29%,rgba(var(--feature-shade-rgb),.7) 54%,rgba(var(--feature-shade-rgb),.9) 100%)}
  .feature-photo img{object-position:center 48%}
  .feature-content{width:100%;min-height:390px;justify-content:flex-end;padding:28px 25px 27px}
  .feature-eyebrow{font-size:10px}
  .feature-content h3{font-size:25px;margin:10px 0 7px}
  .feature-content p{font-size:13px;line-height:1.45}
  .feature-content a{min-height:44px;margin-top:20px;padding:9px 17px;font-size:13px}
  .feature-navigation{margin-top:14px}
  .feature-carousel+.categories{padding-top:43px}
}
@media(prefers-reduced-motion:reduce){.feature-track{scroll-behavior:auto}.feature-photo img,.feature-content a,.feature-content a span,.feature-arrow,.feature-dots button{transition:none}}

/* A smaller postcard carousel with the next card visible only at the right edge. */
.feature-carousel{max-width:var(--width)}
.feature-stage{position:relative;padding:0 66px 0 0}
.feature-stage::before{display:none}
.feature-peek{position:absolute;z-index:1;inset:14px 0 0 34px;overflow:hidden;border-radius:25px;background:#35473e;box-shadow:0 8px 20px rgba(29,41,34,.15)}
.feature-peek-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 53%;opacity:0;transform:scale(1.035);transition:opacity .55s ease,transform .8s ease}
.feature-peek-image.is-visible{opacity:1;transform:scale(1)}
.feature-track{z-index:2;box-shadow:0 10px 24px rgba(29,41,34,.13)}
.feature-navigation{margin-top:26px}
.feature-arrow{position:absolute;z-index:3;top:calc(50% - 28px);width:44px;height:44px;border-color:rgba(255,255,255,.68);background:#f0e9dc;box-shadow:0 6px 18px rgba(22,32,26,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background .2s ease}
.feature-prev{left:16px}
.feature-next{right:84px}
.feature-stage:hover .feature-arrow,.feature-stage:focus-within .feature-arrow{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.feature-stage .feature-arrow:hover,.feature-stage .feature-arrow:focus-visible{background:#ddcbb0;transform:scale(1.07)}
@media(min-width:621px) and (max-width:820px){.feature-stage{padding-right:54px}.feature-next{right:72px}}
@media(max-width:620px){
  .feature-stage{padding:0 34px 0 0}
  .feature-peek{inset:10px 0 0 17px;border-radius:18px}
  .feature-navigation{margin-top:20px}
}
@media(max-width:360px){.feature-stage{padding-right:29px}}
@media(hover:none),(max-width:620px){.feature-arrow{display:none}}
@media(prefers-reduced-motion:reduce){.feature-arrow,.feature-peek-image{transition:none}}

/* Supplied Sinope Tur wordmark, sized consistently in the header and footer. */
.brand-logo{line-height:0}
.brand-logo img{display:block;width:220px;max-width:100%;height:auto}
.brand-footer.brand-logo{padding:2px 6px;border-radius:10px;background:#fff}
@media(max-width:1050px){.site-header .brand-logo img{width:198px}}
@media(max-width:620px){.site-header .brand-logo img{width:181px}.brand-footer.brand-logo img{width:195px}}

/* Destination cards below the featured journey slider. */
.route-discovery{margin:48px 0 0;padding:52px 0 62px;border-radius:28px;background:#f7f9fc}
.route-discovery-heading{display:block}
.route-discovery-heading h2{margin:8px 0 0;color:#213c55;font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.2;letter-spacing:-.035em}
.route-discovery-heading p{max-width:600px;margin:11px 0 0;color:#647489;font-size:15px;font-weight:650;line-height:1.5}
.route-filters{display:flex;align-items:center;gap:34px;margin:25px 0 26px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #e2e9f0}
.route-filters::-webkit-scrollbar{display:none}
.route-filters button{position:relative;flex:none;padding:0 0 15px;border:0;background:none;color:#6e7d8e;font:inherit;font-size:16px;font-weight:750;white-space:nowrap;cursor:pointer;transition:color .2s ease}
.route-filters button::after{content:"";position:absolute;right:3px;bottom:0;left:3px;height:2px;border-radius:999px;background:#cd6848;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.route-filters button[aria-pressed=true],.route-filters button:hover{color:#1c415f}
.route-filters button[aria-pressed=true]::after{transform:scaleX(1)}
.route-filters button:focus-visible,.route-cards:focus-visible,.route-card:focus-visible{outline:3px solid #2582bd;outline-offset:4px}
.route-cards{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:3px 2px 12px;margin:0 -2px;outline:none}
.route-cards::-webkit-scrollbar{display:none}
.route-card{position:relative;flex:0 0 calc((100% - 54px)/4);align-self:flex-start;min-width:0;aspect-ratio:4/5;overflow:hidden;border-radius:18px;background:#dce8ec;scroll-snap-align:start;box-shadow:0 6px 16px rgba(17,51,78,.1);transition:transform .25s ease,box-shadow .25s ease}
.route-card[hidden]{display:none}
.route-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(17,51,78,.18)}
.route-card img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.route-card:hover img{transform:scale(1.045)}
.route-card::after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(180deg,transparent,rgba(5,31,51,.86));pointer-events:none}
.route-card-kind{position:absolute;z-index:1;top:16px;left:16px;padding:7px 11px;border:1px solid rgba(255,255,255,.7);border-radius:99px;background:rgba(10,39,63,.68);backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:850}
.route-card-copy{position:absolute;z-index:1;right:18px;bottom:19px;left:18px;color:#fff}
.route-card-copy strong{display:block;margin-bottom:5px;font-size:21px;font-weight:900;line-height:1.15;text-shadow:0 1px 6px rgba(0,0,0,.2)}
.route-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#e7f2f8;font-size:12px;font-weight:750}
.route-card-arrow{display:grid;flex:none;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(255,255,255,.16);color:#fff;font-size:18px;line-height:1;transition:background .2s ease,color .2s ease,transform .2s ease}
.route-card:hover .route-card-arrow,.route-card:focus-visible .route-card-arrow{background:#fff;color:#172f43;transform:translate(2px,-2px)}
.route-discovery+.categories{padding-top:65px}
@media(max-width:900px){.route-card{flex-basis:calc((100% - 18px)/2.2)}}
@media(max-width:620px){
  .route-discovery{margin-top:36px;padding:36px 0 40px;border-radius:20px}
  .route-discovery-heading{display:block}
  .route-discovery-heading h2{font-size:27px}
  .route-discovery-heading p{max-width:none;margin-top:8px;font-size:13px}
  .route-filters{gap:23px;margin:20px 0 21px}
  .route-filters button{font-size:13px;padding-bottom:12px}
  .route-card{flex-basis:76%}
  .route-card-copy strong{font-size:20px}
  .route-discovery+.categories{padding-top:44px}
}
@media(prefers-reduced-motion:reduce){.route-cards{scroll-behavior:auto}.route-card,.route-card img,.route-filters button,.route-filters button::after{transition:none}}

