/* The itinerary collection shares the homepage's navigation and visual palette. */
.tours-page { --tour-ink:#193f35; --tour-paper:#f8f5ee; --tour-gold:#ecc581; background:var(--tour-paper); }
.tours-page [hidden] { display:none !important; }
.tours-page :is(button,select,input) { font-family:inherit; }
.tours-page :is(button,a,select,input,summary):focus-visible { outline:3px solid #af782c; outline-offset:5px; }
.tours-hero { position:relative; overflow:hidden; background:#153e35; color:#fff; padding:0; }
.tours-hero-photo,.tours-hero-shade { position:absolute; inset:0; width:100%; height:100%; }
.tours-hero-photo { object-fit:cover; object-position:center 56%; }
.tours-hero-shade { background:linear-gradient(90deg,#08251eed 0%,#0b30208c 46%,#0b302014 100%),linear-gradient(0deg,#072e29c9,transparent 45%); }
.tours-hero-inner { position:relative; min-height:650px; padding-block:80px 28px; display:grid; grid-template-columns:1fr 300px; gap:52px; align-items:center; }
.tours-eyebrow { font-size:.66em; font-weight:800; letter-spacing:.2em; color:#5b705e; margin:0 0 20px; }
.tours-hero .tours-eyebrow { color:#f0d2a0; }
.tours-hero h1 { font:400 clamp(3.2rem,5.4vw,5.7rem)/1.08 var(--font-family); letter-spacing:-.045em; color:white; margin:0 0 25px; }
.tours-hero h1 em { color:#f1cf93; font-weight:400; }
.tours-hero-intro { max-width:490px; color:#f0f1e9; font-size:1em; line-height:1.85; margin-bottom:30px; }
.tour-button { display:inline-flex; align-items:center; justify-content:center; gap:16px; border:1px solid transparent; border-radius:5px; padding:14px 22px; min-height:50px; font-size:.82em; font-weight:800; cursor:pointer; text-decoration:none; }
.tour-button:hover { text-decoration:none; }
.tour-button span { font-size:1.5em; }
.tour-button-gold { background:var(--tour-gold); color:#183e32; }
.tour-button-gold:hover { background:#f5d7a5; color:#183e32; }
.tour-button-green { background:#234f40; color:white; }
.tour-button-green:hover { background:#123a2c; color:white; }
.tour-button-outline { border-color:#bacabc; color:#244a38; background:transparent; }
.tour-button-outline:hover { background:#e6ecdf; color:#244a38; }
.tours-hero-pick { align-self:end; margin-bottom:10px; padding:27px; border:1px solid #ffffff73; background:#13362bac; backdrop-filter:blur(10px); border-radius:6px; color:white; display:grid; gap:15px; }
.tours-hero-pick:hover { background:#163e32ed; color:white; text-decoration:none; }
.tours-hero-pick .tours-eyebrow { font-size:.57em; margin:0; }
.tours-hero-pick strong { font:400 1.9rem/1.1 var(--font-family); }
.tours-hero-pick > span:not(.tours-eyebrow) { font-size:.8em; display:flex; justify-content:space-between; gap:10px; }
.tours-hero-pick small { font-size:.67em; color:#edc78d; }
.tours-hero-bottom { grid-column:1/-1; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; border-top:1px solid #ffffff4a; padding-top:20px; font-size:.64em; letter-spacing:.03em; color:#f0eee3; }
.tours-hero-bottom > span { display:flex; align-items:center; gap:12px; }
.tours-hero-bottom > span > i:not(.fas) { width:40px; height:1px; background:#dbd6c2; }
.tours-intro-strip { background:#eae6d8; border-bottom:1px solid #dddccd; }
.tours-intro-strip > div { display:flex; justify-content:space-between; align-items:center; gap:25px; padding-block:25px; }
.tours-intro-strip p { margin:0; font:italic 1.25em var(--font-family); color:#37523d; }
.tours-intro-strip > div > div { display:flex; flex-wrap:wrap; gap:28px; font-size:.75em; color:#456048; }
.tours-intro-strip strong { font-size:1.45em; margin-right:4px; }
.tours-collection { padding:80px 0 55px; scroll-margin-top:100px; }
.tours-collection-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; margin-bottom:38px; }
.tours-collection-heading h2 { font:400 clamp(2.2rem,3.3vw,3.3rem)/1.14 var(--font-family); letter-spacing:-.035em; color:var(--tour-ink); margin:0; max-width:630px; }
.tours-collection-heading > p { max-width:310px; color:#667360; font-size:.85em; margin:0; }
.tours-filters { border-top:1px solid #d8dece; border-bottom:1px solid #d8dece; padding-block:22px; }
.tours-themes { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; }
.tours-themes button { border:1px solid #cdd7c7; border-radius:25px; background:transparent; padding:11px 18px; min-height:46px; color:#38553f; font-size:.78em; font-weight:800; cursor:pointer; }
.tours-themes button[aria-pressed="true"] { background:#234f40; color:white; border-color:#234f40; }
.tours-themes button:hover { border-color:#234f40; }
.tours-filter-row { display:flex; flex-wrap:wrap; align-items:center; gap:18px; }
.tours-filter-row > label { display:flex; align-items:center; flex-wrap:wrap; gap:13px; color:#60715e; font-size:.75em; font-weight:700; }
.tours-filter-row select { border:1px solid #bdcbb8; background:#fffdf8; color:#244936; border-radius:5px; padding:10px 35px 10px 14px; min-height:44px; font-size:1em; width:auto; margin:0; }
.tour-saved-filter { margin-left:auto; background:transparent; border:1px solid #cdd7c7; color:#34513f; border-radius:5px; min-height:44px; padding:10px 16px; font-size:.76em; font-weight:800; cursor:pointer; display:flex; align-items:center; gap:10px; }
.tour-saved-filter[aria-pressed="true"] { background:#234f40; color:white; }
#tour-saved-count { font-size:.85em; }
.tour-reset { border:0; background:transparent; text-decoration:underline; color:#3e5c47; min-height:44px; font-size:.72em; cursor:pointer; padding:8px; }
.tours-results-line { display:flex; justify-content:space-between; gap:20px; padding:24px 0 18px; color:#6a7665; font-size:.72em; }
.tours-results-line p { margin:0; font-weight:800; color:#34513f; }
.tours-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; align-items:start; }
.tour-card { background:#fffdf8; border:1px solid #dadfce; border-radius:7px; overflow:hidden; scroll-margin-top:115px; transition:box-shadow .2s; }
.tour-card:target { border-color:#9a6d2f; box-shadow:0 0 0 2px #cfa362; }
.tour-card-photo { position:relative; height:300px; overflow:hidden; background:#365b44; }
.tour-card-photo::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,#092b29b8,transparent 60%); pointer-events:none; }
.tour-card-photo img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.tour-card:hover .tour-card-photo img { transform:scale(1.025); }
.tour-card[data-key="photography"] img { object-position:right center; }
.tour-card[data-key="gastronomy"] img { object-position:left center; }
.tour-card[data-key="culture"] img { object-position:80% center; }
.tour-card-theme { position:absolute; z-index:1; top:20px; left:20px; background:#fffdf4f5; color:#254735; border-radius:4px; padding:8px 12px; font-size:.66em; font-weight:800; max-width:calc(100% - 95px); }
.tour-card-theme i { margin-right:6px; }
.tour-bookmark { position:absolute; z-index:1; right:18px; top:18px; width:46px; height:46px; border:1px solid #fff9; border-radius:50%; background:#173a34a8; color:white; cursor:pointer; font-size:1em; }
.tour-bookmark[aria-pressed="true"] { background:#edc78d; color:#15392b; border-color:#edc78d; }
.tour-photo-caption { position:absolute; z-index:1; bottom:22px; left:24px; right:75px; color:white; font-size:.66em; }
.tour-photo-caption i { margin-right:6px; }
.tour-card-number { position:absolute; z-index:1; right:23px; bottom:9px; color:#fff9; font:italic 3.2rem var(--font-family); }
.tour-card-body { padding:29px 30px 0; }
.tour-places { font-size:.62em; text-transform:uppercase; letter-spacing:.12em; color:#657760; margin-bottom:13px; }
.tour-card h3 { font:400 clamp(1.7rem,2.5vw,2.3rem)/1.14 var(--font-family); letter-spacing:-.03em; color:#193f35; margin:0 0 14px; }
.tour-description { font-size:.82em; color:#5c6c59; min-height:3.5em; margin-bottom:24px; }
.tour-meta { display:flex; flex-wrap:wrap; gap:10px 20px; font-size:.67em; color:#405d44; padding-bottom:22px; }
.tour-meta span { display:inline-flex; align-items:center; gap:8px; }
.tour-plan { border-top:1px solid #dce2d4; }
.tour-plan > summary { display:flex; align-items:center; justify-content:space-between; gap:15px; min-height:75px; list-style:none; cursor:pointer; color:#214c39; font-size:.78em; font-weight:800; padding-block:15px; }
.tour-plan > summary::-webkit-details-marker { display:none; }
.tour-plan-arrow { display:grid; place-items:center; border:1px solid #bfcdb9; border-radius:50%; width:39px; height:39px; flex:0 0 39px; font-size:1.5em; }
.tour-plan[open] .tour-plan-arrow { transform:rotate(90deg); background:#e9eddf; }
.tour-plan-content { border-top:1px solid #dce2d4; padding-block:22px 28px; }
.tour-plan-intro { font-size:.76em; color:#647461; margin-bottom:24px; }
.tour-timeline { padding:0; margin:0; list-style:none; }
.tour-timeline > li { display:flex; gap:17px; position:relative; padding-bottom:25px; }
.tour-timeline > li:not(:last-child)::before { content:""; position:absolute; top:35px; bottom:0; left:17px; width:1px; background:#cdd8c3; }
.tour-day-number { flex:0 0 35px; height:35px; border:1px solid #b8cbb3; border-radius:50%; display:grid; place-items:center; font-size:.65em; font-weight:800; color:#3d6044; }
.tour-timeline h4 { font-size:.84em; color:#294e39; margin:5px 0 10px; }
.tour-timeline ul { margin:0; padding-left:16px; font-size:.77em; color:#52664f; }
.tour-timeline ul li { margin-bottom:10px; padding-left:3px; }
.tour-plan-actions { display:flex; gap:10px; flex-wrap:wrap; border-top:1px solid #dce2d4; padding-top:20px; }
.tour-plan-actions .tour-button { font-size:.7em; padding:12px 15px; }
.tour-copy { padding:10px 0; min-height:44px; background:transparent; border:0; color:#456344; text-decoration:underline; font-size:.72em; cursor:pointer; }
.tour-copy i { margin-right:6px; }
.tour-share-fallback { display:block; font-size:.75em; color:#3e5c45; margin-top:15px; }
.tour-share-fallback input { display:block; width:100%; min-width:0; margin-top:8px; border:1px solid #b5c8ac; padding:10px; }
.tour-storage-note { margin:25px 0 0; font-size:.7em; color:#637660; }
.tour-feedback:empty { display:none; }
.tour-feedback:not(:empty) { position:fixed; bottom:28px; left:24px; z-index:1200; max-width:min(400px,calc(100vw - 110px)); border:1px solid #819877; background:#193f35; color:white; padding:14px 20px; border-radius:7px; box-shadow:0 8px 30px #0002; font-size:.8em; }
.tour-empty { text-align:center; padding:60px 25px; border:1px dashed #bbcbb3; border-radius:7px; color:#4c6549; }
.tour-empty > i { font-size:2.5em; margin-bottom:15px; }
.tour-empty h3 { font:400 2rem var(--font-family); color:#284b37; }
.tour-empty p { max-width:520px; margin:15px auto 25px; font-size:.85em; }
.tours-next { background:#193f35; padding:65px 0; color:#e9eddf; }
.tours-next-inner { display:grid; grid-template-columns:1.3fr 1fr; gap:100px; align-items:center; }
.tours-next .tours-eyebrow { color:#d8c094; }
.tours-next h2 { font:400 clamp(2.5rem,4vw,3.8rem)/1.1 var(--font-family); letter-spacing:-.04em; margin-bottom:22px; color:white; }
.tours-next h2 em { color:#e9c98e; }
.tours-next p:not(.tours-eyebrow) { font-size:.85em; line-height:1.85; color:#d4dfcd; max-width:490px; }
.tours-next-guide { position:relative; padding:32px; border:1px solid #8b9f785e; border-radius:5px; }
.tours-compass { font:3.5rem var(--font-family); color:#d8b67b; display:block; margin-bottom:18px; line-height:1; }
.tours-next-guide h3 { color:#f3ecd7; font:400 1.7rem var(--font-family); }
.tours-next-guide a { display:inline-flex; align-items:center; gap:25px; min-height:44px; color:#edcf95; font-size:.8em; text-decoration:underline; }
.tours-credits { padding:25px 22px; margin:0; text-align:center; font-size:.65em; color:#667461; }
.tours-credits a { color:#45603f; text-decoration:underline; display:inline-block; padding:8px; }
body.tours-page.high-contrast :is(.tours-hero-inner,.tours-hero-copy,.tours-hero-bottom,.tour-card-photo,.tours-hero-pick strong,.tours-hero-pick small,.tours-hero-pick span) { background:transparent !important; }
body.tours-page.high-contrast .tours-hero-shade { background:#000b !important; }
body.tours-page.high-contrast button[aria-pressed="true"],body.tours-page.high-contrast button[aria-pressed="true"] * { background:#ffe500 !important; color:#000 !important; }
@media (max-width:1000px) {
    .tours-hero-inner { grid-template-columns:1fr 245px; gap:30px; padding-top:60px; min-height:620px; }
    .tours-hero h1 { font-size:4rem; }
    .tours-hero-pick { padding:22px; }
    .tours-intro-strip > div { flex-direction:column; align-items:flex-start; gap:16px; }
    .tours-collection-heading { gap:30px; }
    .tours-collection-heading > p { max-width:250px; }
    .tour-card-body { padding-inline:23px; }
    .tour-card-photo { height:265px; }
    .tours-next-inner { gap:50px; }
}
@media (max-width:700px) {
    .tours-hero-inner { grid-template-columns:1fr; padding-top:45px; gap:32px; min-height:0; }
    .tours-hero h1 { font-size:clamp(2.7rem,10vw,4.3rem); }
    .tours-hero-intro { font-size:.88em; line-height:1.8; }
    .tours-hero-pick { max-width:340px; gap:10px; margin:0; padding:20px; }
    .tours-hero-pick strong { font-size:1.6rem; }
    .tours-hero-bottom { font-size:.6em; }
    .tours-hero-bottom > span:last-child { display:none; }
    .tours-intro-strip > div > div { gap:10px 20px; }
    .tours-intro-strip p { font-size:1.14em; }
    .tours-collection { padding-block:50px 40px; scroll-margin-top:90px; }
    .tours-collection-heading { flex-direction:column; align-items:start; gap:20px; }
    .tours-collection-heading > p { max-width:none; }
    .tours-collection-heading h2 { font-size:2.4rem; }
    .tours-themes { gap:7px; }
    .tours-themes button { padding:10px 14px; font-size:.72em; }
    .tours-filter-row { gap:12px; }
    .tours-filter-row label { width:100%; justify-content:space-between; }
    .tour-saved-filter { margin-left:0; }
    .tours-results-line > span { display:none; }
    .tours-grid { grid-template-columns:1fr; gap:28px; }
    .tour-card-photo { height:265px; }
    .tour-card-body { padding:25px 22px 0; }
    .tour-card h3 { font-size:2rem; }
    .tour-description { min-height:0; }
    .tour-card { scroll-margin-top:90px; }
    .tours-next { padding:50px 0; }
    .tours-next-inner { grid-template-columns:1fr; gap:40px; }
    .tours-next-guide { padding:26px; }
}
@media (prefers-reduced-motion:reduce) {
    .tours-page *, .tours-page *::before, .tours-page *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}
