:root{--ink:#0b2d36;--muted:#536970;--teal:#1ea9a5;--teal-dark:#087d7b;--sand:#f5efe4;--cream:#fffaf1;--white:#fff;--line:#d9e1df;--shadow:0 18px 50px rgba(4,43,52,.12);--radius:22px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08}h1{font-size:clamp(2.55rem,5vw,5.2rem);letter-spacing:-.045em;margin:.2em 0}h2{font-size:clamp(1.9rem,3vw,3rem);letter-spacing:-.025em}h3{font-size:1.35rem}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:999;background:#fff;padding:10px;transform:translateY(-160%)}.skip-link:focus{transform:none}.top-note{background:var(--ink);color:#d8ffff;text-align:center;padding:7px 16px;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase}.site-header{position:relative;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.header-inner{width:min(1260px,calc(100% - 32px));margin:auto;min-height:84px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;line-height:1}.brand-mark{width:46px;height:46px;border-radius:50% 50% 42% 42%;display:grid;place-items:center;background:var(--teal);color:white;font-family:Georgia,serif;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-size:1.05rem;letter-spacing:.08em}.brand small{font-size:.7rem;letter-spacing:.25em;margin-top:4px}.desktop-nav{display:flex;gap:24px;margin-left:auto}.desktop-nav a{font-size:.92rem;font-weight:700;text-decoration:none}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--teal-dark)}.language-select select{border:1px solid var(--line);background:#fff;padding:9px;border-radius:999px;color:var(--ink)}.mobile-menu{display:none;margin-left:auto}.mobile-menu summary{cursor:pointer;border:1px solid var(--line);padding:8px 12px;border-radius:999px;font-weight:700}.mobile-menu nav{position:absolute;left:16px;right:16px;top:116px;background:#fff;padding:16px;border-radius:14px;box-shadow:var(--shadow)}.mobile-menu nav a{display:block;padding:10px;border-bottom:1px solid var(--line);text-decoration:none}.breadcrumbs{display:flex;gap:10px;align-items:center;padding-block:18px;font-size:.82rem;color:var(--muted);white-space:nowrap;overflow:hidden}.breadcrumbs a{color:var(--teal-dark)}.tour-hero{padding:34px 0 64px;background:linear-gradient(145deg,var(--cream) 0%,#edf9f7 100%)}.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800;color:var(--teal-dark)}.lead{font-size:1.14rem;max-width:56ch;color:var(--muted)}.hero-price{display:inline-flex;gap:16px;align-items:center;margin-top:18px;padding:11px 16px;background:#fff;border:1px solid var(--line);border-radius:14px}.hero-price span{font-size:.78rem;color:var(--muted)}.hero-price strong{font-size:1.25rem}.gallery{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:1fr 1fr;gap:12px;min-height:500px}.gallery-item{margin:0;overflow:hidden;border-radius:18px;background:#cdd}.gallery-item:first-child{grid-row:1/3}.gallery img{width:100%;height:100%;object-fit:cover}.gallery-item:nth-child(n+3){display:none}.quick-strip{background:var(--ink);color:white;padding:30px 0}.quick-strip h2{font-size:1.2rem;margin:0 0 18px;color:#bdf2ef}.quick-strip dl{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin:0}.quick-strip dl div{border-left:1px solid rgba(255,255,255,.22);padding-left:15px}.quick-strip dt{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#aad0d2}.quick-strip dd{margin:4px 0 0;font-weight:750;line-height:1.35}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:54px;padding-block:70px}.tour-content>section{padding:6px 0 34px;border-bottom:1px solid var(--line)}.tour-content h2{margin-bottom:16px}.tour-content p,.tour-content li{color:#334e55}.tour-content ul,.tour-content ol{padding-left:22px}.split-list{display:grid;grid-template-columns:1fr 1fr;gap:28px}.panel{background:var(--sand);padding:22px;border-radius:16px}.itinerary{counter-reset:stop;list-style:none!important;padding:0!important}.itinerary li{position:relative;padding:0 0 22px 46px}.itinerary li:before{counter-increment:stop;content:counter(stop);position:absolute;left:0;top:0;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--teal);color:#fff;font-weight:800}.tour-content details{border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin:10px 0}.tour-content summary{cursor:pointer;font-weight:800}.editorial-todo{border-left:4px solid #c77a00;background:#fff4d8;padding:14px 16px;color:#6b4806}.booking-card{position:sticky;top:24px;align-self:start;padding:28px;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);border:1px solid var(--line)}.booking-card h2{font-size:1.7rem}.booking-placeholder{padding:20px;background:var(--teal);color:#fff;border-radius:14px;font-weight:850;text-align:center}.booking-help{font-size:.82rem;color:var(--muted)}.related-section{padding:70px 0;background:var(--sand)}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.related-card{background:#fff;border-radius:16px;padding:24px}.related-card h3 a{text-decoration:none}.related-meta{font-size:.76rem;color:var(--teal-dark);font-weight:800}.text-link{font-weight:800;color:var(--teal-dark)}.site-footer{background:#061f27;color:#d8e6e7;padding:58px 0 24px}.footer-grid{width:min(var(--max),calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:48px}.site-footer h2{font:800 1rem/1.2 Inter,sans-serif;text-transform:uppercase;letter-spacing:.1em;color:#9be5df}.site-footer a{color:#fff}.brand-light .brand-mark{background:#fff;color:var(--ink)}.footer-bottom{width:min(var(--max),calc(100% - 40px));margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;font-size:.82rem}
@media(max-width:980px){.desktop-nav,.language-select{display:none}.mobile-menu{display:block}.hero-grid{grid-template-columns:1fr}.gallery{min-height:420px}.quick-strip dl{grid-template-columns:repeat(3,1fr)}.content-layout{grid-template-columns:1fr}.booking-card{position:static;order:-1}.related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 28px,var(--max))}.header-inner{min-height:72px}.brand-mark{width:40px;height:40px}.brand strong{font-size:.9rem}.top-note{font-size:.67rem}.mobile-menu nav{top:103px}.tour-hero{padding-top:18px;padding-bottom:36px}.hero-grid{gap:28px}.gallery{min-height:300px;grid-template-columns:1fr 1fr;grid-template-rows:210px 90px}.gallery-item:first-child{grid-column:1/3;grid-row:1}.gallery-item:nth-child(2){grid-column:1/3}.quick-strip dl{grid-template-columns:1fr 1fr;gap:14px}.quick-strip dl div{padding:10px;border:1px solid rgba(255,255,255,.16);border-radius:10px}.content-layout{padding-block:42px}.split-list{grid-template-columns:1fr}.related-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.breadcrumbs{font-size:.74rem}.related-section{padding:46px 0}}
.language-select{display:flex;gap:4px;border:1px solid var(--line);background:#fff;padding:4px;border-radius:999px}.language-select a{padding:4px 7px;border-radius:999px;text-decoration:none;font-size:.78rem;font-weight:800}.language-select a[aria-current="page"]{background:var(--ink);color:#fff}.owner-check{font-size:.76rem;max-width:58ch;color:#755000}.owner-check-dark{color:#ffe8a6;margin-top:-10px}
.price-secondary{font-size:.86rem;color:var(--muted)}.booking-action{display:block;padding:16px;background:var(--teal);color:#fff;border-radius:14px;text-align:center;text-decoration:none;font-weight:850}.gallery-placeholder{grid-column:1/-1;display:grid;place-content:center;text-align:center;min-height:360px;padding:32px;border:2px dashed var(--teal);border-radius:18px;background:#eef9f7}.gallery-placeholder span{display:block;margin-top:8px;color:var(--muted)}

/* Full-screen tour hero based on the established public product layout. */
.tour-hero{--hero-overlay-left:.66;--hero-overlay-middle:.4;--hero-overlay-right:.12;position:relative;isolation:isolate;padding:0;background:#183c45 center/cover no-repeat}
.tour-hero.has-hero-image{background-image:linear-gradient(90deg,rgba(2,22,28,var(--hero-overlay-left)) 0%,rgba(2,22,28,var(--hero-overlay-middle)) 50%,rgba(2,22,28,var(--hero-overlay-right)) 100%),var(--tour-hero-image)}
.hero-height-compact{min-height:clamp(620px,68svh,720px)}
.hero-height-medium{min-height:clamp(700px,78svh,840px)}
.hero-height-full{min-height:calc(100svh - 115px)}
.hero-image-top{background-position:center top}
.hero-image-center{background-position:center center}
.hero-image-bottom{background-position:center bottom}
.hero-overlay-light{--hero-overlay-left:.52;--hero-overlay-middle:.28;--hero-overlay-right:.08}
.hero-overlay-medium{--hero-overlay-left:.66;--hero-overlay-middle:.4;--hero-overlay-right:.12}
.hero-overlay-strong{--hero-overlay-left:.8;--hero-overlay-middle:.58;--hero-overlay-right:.25}
.tour-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(2,22,28,.35),transparent 48%)}
.hero-shell{min-height:inherit;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:42px;align-items:center;padding-block:34px}
.hero-main{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;min-width:0}
.hero-breadcrumbs{display:flex;gap:9px;align-items:center;color:rgba(255,255,255,.88);font-size:.8rem;text-shadow:0 1px 4px rgba(0,0,0,.45)}
.hero-breadcrumbs a{color:#fff}
.hero-copy{padding:42px 0 70px;max-width:820px}
.hero-badge{display:inline-block;margin:0 0 22px;padding:7px 15px;background:#e6f3cf;color:#142f35;font-size:.78rem;line-height:1;text-transform:uppercase;letter-spacing:.08em;border-radius:3px}
.hero-copy h1{max-width:16ch;margin:0;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:clamp(3.25rem,4.6vw,4.8rem);font-weight:800;line-height:.98;letter-spacing:-.045em;text-wrap:balance;text-shadow:0 3px 22px rgba(0,0,0,.38)}
.hero-title-compact .hero-copy h1{font-size:clamp(2.75rem,3.8vw,4rem)}
.hero-title-medium .hero-copy h1{font-size:clamp(3.25rem,4.6vw,4.8rem)}
.hero-title-large .hero-copy h1{font-size:clamp(3.6rem,5.2vw,5.5rem)}
.hero-summary{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 0;color:#fff}
.hero-summary span{padding:7px 12px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:rgba(3,30,37,.42);font-size:.82rem;font-weight:750;backdrop-filter:blur(6px)}
.hero-booking-card{overflow:hidden;align-self:center;background:#fff;color:#142f35;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.hero-card-image{height:240px;margin:0;background:#d8e2df}
.hero-card-image img{width:100%;height:100%;object-fit:cover}
.hero-card-placeholder{display:grid;place-items:center;color:var(--muted)}
.hero-card-body{padding:22px 20px}
.hero-single-price{display:flex;align-items:baseline;justify-content:center;gap:9px;margin:0 0 16px;text-align:center}
.hero-single-price strong{font-size:1.85rem;line-height:1;color:#142f35}
.hero-single-price span{font-size:.78rem;line-height:1.3;color:var(--muted)}
.hero-booking-action{display:block;width:100%;padding:15px 18px;background:#4eb3c0;color:#071f26;text-align:center;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;font-weight:750}
.hero-booking-action.is-placeholder{cursor:default}
.tour-summary-card{position:sticky;top:24px;align-self:start;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--sand)}
.tour-summary-card>p:last-child{color:#334e55}
.tour-summary-price{margin:6px 0 20px;font-size:2.2rem;font-weight:850;line-height:1.1}
.tour-summary-price small{font-size:.9rem;font-weight:700;color:var(--muted)}
@media(max-width:980px){.tour-hero{min-height:auto}.hero-shell{grid-template-columns:1fr;gap:8px;padding-block:22px 42px}.hero-main{min-height:560px}.hero-copy{padding:80px 0 44px}.hero-copy h1{max-width:15ch}.hero-title-compact .hero-copy h1{font-size:clamp(2.7rem,7vw,4.2rem)}.hero-title-medium .hero-copy h1{font-size:clamp(3rem,8vw,5rem)}.hero-title-large .hero-copy h1{font-size:clamp(3.2rem,9vw,5.4rem)}.hero-booking-card{width:min(100%,560px);justify-self:center}.hero-card-image{height:280px}.tour-summary-card{position:static;order:-1}}
@media(max-width:620px){.tour-hero.has-hero-image.hero-image-top{background-position:42% top}.tour-hero.has-hero-image.hero-image-center{background-position:42% center}.tour-hero.has-hero-image.hero-image-bottom{background-position:42% bottom}.hero-shell{width:100%;padding:0 0 28px}.hero-main{min-height:68svh;padding:18px 18px 0}.hero-breadcrumbs{font-size:.7rem}.hero-copy{padding:70px 0 30px}.hero-copy h1{max-width:11ch}.hero-title-compact .hero-copy h1{font-size:clamp(2.25rem,10vw,3.25rem)}.hero-title-medium .hero-copy h1{font-size:clamp(2.6rem,12vw,4rem)}.hero-title-large .hero-copy h1{font-size:clamp(2.9rem,13vw,4.35rem)}.hero-summary{margin-top:18px}.hero-booking-card{width:calc(100% - 28px)}.hero-card-image{height:210px}.hero-single-price{align-items:center;flex-direction:column;gap:5px}.quick-strip{padding-top:26px}}

/* Commercial tour body. Every section remains editable in the block editor. */
.quick-strip{padding:27px 0}
.quick-strip dl div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;padding-left:0;border-left:0}
.quick-strip dt{display:contents}
.quick-strip dt span{grid-row:1/3;display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#bdf2ef;font-size:1rem;font-weight:800}
.quick-strip dd{grid-column:2;font-size:.87rem}
.content-layout{display:block;width:min(920px,calc(100% - 40px));padding-block:80px}
.tour-content>section{padding:0 0 64px;margin:0 0 64px}
.tour-content>section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.tour-content h2{max-width:18ch;margin:6px 0 24px;font-size:clamp(2.1rem,4vw,3.55rem)}
.tour-content h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.tour-content p,.tour-content li{font-size:1.02rem}
.section-kicker{margin:0!important;color:var(--teal-dark)!important;font-size:.76rem!important;font-weight:850;text-transform:uppercase;letter-spacing:.15em}
.tour-intro{max-width:800px;margin-inline:auto!important;text-align:center}
.tour-intro h2{max-width:15ch;margin-inline:auto}
.tour-intro-lead{font-size:1.22rem!important;line-height:1.7}
.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.highlight-grid>div{min-height:190px;padding:28px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(4,43,52,.06)}
.highlight-grid strong{display:block;margin-bottom:12px;font:700 1.35rem/1.2 Georgia,"Times New Roman",serif;color:var(--ink)}
.highlight-grid p{margin:0;font-size:.94rem}
.panel{padding:30px;border:1px solid transparent}
.panel h3{margin-top:0}
.panel ul{list-style:none;padding:0;margin-bottom:0}
.panel li{position:relative;padding:7px 0 7px 28px}
.panel li:before{position:absolute;left:0;top:7px;font-weight:900}
.panel-included{background:#edf8f5;border-color:#cae8e2}
.panel-included li:before{content:"✓";color:var(--teal-dark)}
.panel-excluded{background:#f8f4ee;border-color:#eadfce}
.panel-excluded li:before{content:"–";color:#8a6543}
.route-note{margin:-7px 0 34px;padding:13px 16px;border-left:3px solid var(--teal);background:#eef9f7;font-size:.88rem!important}
.itinerary{display:grid;grid-template-columns:1fr 1fr;gap:0 34px}
.itinerary li{min-height:112px;padding:0 0 26px 54px;border-left:1px solid #b9d8d5}
.itinerary li:before{left:-18px;width:36px;height:36px;box-shadow:0 0 0 7px #fff}
.itinerary li strong,.itinerary li span{display:block}
.itinerary li strong{margin-bottom:5px;font-size:1.04rem;color:var(--ink)}
.itinerary li span{font-size:.91rem;color:var(--muted)}
.tour-content details{padding:0;border-radius:14px;background:#fff;overflow:hidden}
.tour-content summary{position:relative;padding:18px 52px 18px 20px;list-style:none}
.tour-content summary::-webkit-details-marker{display:none}
.tour-content summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.35rem;color:var(--teal-dark)}
.tour-content details[open] summary:after{content:"−"}
.tour-content details p,.tour-content details ul{margin:0;padding:0 20px 18px;font-size:.94rem}
.tour-final-cta{padding:64px 0;background:var(--sand)}
.tour-final-cta>.container{display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:center}
.tour-final-cta h2{margin:4px 0 10px;font-size:clamp(2rem,4vw,3.3rem)}
.tour-final-cta p{margin:0;color:var(--muted)}
.final-cta-action{padding:22px;background:#fff;border-radius:16px;box-shadow:var(--shadow)}
.final-cta-action>p{display:flex;align-items:baseline;justify-content:center;gap:8px;margin:0 0 15px;text-align:center}
.final-cta-action strong{font-size:1.8rem;color:var(--ink)}
.final-cta-action span{font-size:.76rem}
@media(max-width:980px){.highlight-grid{grid-template-columns:1fr}.highlight-grid>div{min-height:0}.tour-final-cta>.container{grid-template-columns:1fr}.tour-final-cta{padding:48px 0}.final-cta-action{width:min(100%,500px)}}
@media(max-width:720px){.quick-strip dl{grid-template-columns:1fr 1fr}.content-layout{width:min(100% - 28px,920px);padding-block:54px}.tour-content>section{padding-bottom:45px;margin-bottom:45px}.split-list,.itinerary{grid-template-columns:1fr}.itinerary{padding-left:18px!important}.itinerary li{min-height:0}.tour-content h2{font-size:2.15rem}.tour-intro{text-align:left}.tour-intro h2{margin-inline:0}.tour-intro-lead{font-size:1.08rem!important}.tour-final-cta>.container{gap:26px}}
@media(max-width:480px){.quick-strip dl{grid-template-columns:1fr}.quick-strip dl div{padding:4px 0}.quick-strip dd{font-size:.82rem}.panel{padding:23px 20px}.tour-final-cta{padding:40px 0}}

/* Master tour template: Blocksy child theme, editable per tour. */
.master-hero{position:relative;isolation:isolate;min-height:clamp(590px,72svh,760px);display:flex;align-items:flex-end;background:#173942 center/cover no-repeat;color:#fff;overflow:hidden}.master-hero.has-image{background-image:var(--hero-image)}.master-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,28,35,.84) 0%,rgba(5,28,35,.58) 48%,rgba(5,28,35,.12) 78%),linear-gradient(0deg,rgba(5,28,35,.54),transparent 58%)}.master-hero-inner{padding-block:38px 62px}.master-hero-copy{max-width:760px}.master-hero-copy h1{max-width:17ch;margin:14px 0 20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:clamp(2.8rem,4.2vw,4.25rem);font-weight:800;line-height:1.02;letter-spacing:-.045em;text-wrap:balance}.hero-lead{max-width:620px;font-size:1.08rem;line-height:1.65;color:rgba(255,255,255,.88)}.hero-rating{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:25px 0 0;font-size:.86rem;color:rgba(255,255,255,.82)}.hero-rating span{color:#f1aa00;letter-spacing:.08em}.hero-rating strong{color:#fff}.master-hero .hero-badge{background:#dff5f1;color:var(--ink)}
.quick-strip{margin:0;background:#fff;color:var(--ink);border-bottom:1px solid var(--line);box-shadow:0 12px 34px rgba(4,43,52,.06)}.quick-strip dl{grid-template-columns:repeat(4,1fr)}.quick-strip dl div{display:block;padding:0 24px;border-left:1px solid var(--line)}.quick-strip dl div:first-child{border-left:0}.quick-strip dt{display:block;color:var(--muted)}.quick-strip dd{display:block;margin-top:5px;font-size:.9rem}
.master-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:76px;align-items:start;padding-block:76px 100px}.master-layout .tour-content{min-width:0}.master-layout .tour-content>section,.master-layout .tour-content>.wp-block-group{padding:0 0 64px;margin:0 0 64px;border-bottom:1px solid var(--line)}.master-layout .tour-content h2{max-width:18ch;margin:8px 0 22px;font-size:clamp(2.1rem,3.8vw,3.35rem)}.master-layout .tour-intro{text-align:left;max-width:none;margin-inline:0!important}.master-layout .tour-intro h2{margin-inline:0}.master-layout .tour-content p,.master-layout .tour-content li{font-size:1rem;line-height:1.75}.master-booking{position:sticky;top:24px}.booking-card{position:static;border-radius:0;padding:28px;box-shadow:0 18px 55px rgba(4,43,52,.13)}.booking-label{margin:0 0 8px;color:var(--muted);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.booking-price{display:grid;gap:5px;margin:0 0 22px}.booking-price strong{font:700 2.55rem/1 Georgia,"Times New Roman",serif}.booking-price span{color:var(--muted);font-size:.78rem}.bookeo-preview{display:grid;gap:8px;padding-top:18px;border-top:1px solid var(--line)}.bookeo-preview label{margin-top:7px;font-size:.75rem;font-weight:800}.bookeo-preview>span{padding:14px;border:1px solid #cfdadb;color:var(--muted);font-size:.85rem}.book-button{display:flex;justify-content:space-between;width:100%;margin-top:20px;padding:16px 18px;border:0;background:var(--teal);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:850}.book-button:hover{background:var(--teal-dark);color:#fff}.book-button.is-placeholder{cursor:default}.booking-note{text-align:center;margin:11px 0 17px;font-size:.7rem;color:var(--muted)}.booking-benefits{list-style:none;margin:0;padding:15px 0 0;border-top:1px solid var(--line)}.booking-benefits li{position:relative;padding:5px 0 5px 22px;font-size:.76rem;color:#42585e}.booking-benefits li:before{content:"✓";position:absolute;left:0;color:var(--teal-dark);font-weight:900}.help-card{display:grid;gap:4px;margin-top:14px;padding:20px 22px;background:var(--ink);color:#fff;text-decoration:none}.help-card small{color:#b7c8cb}.route-map-block figure{margin:28px 0 14px;border:1px solid var(--line);background:#edf7f5;overflow:hidden}.route-map-block figure img{width:100%;height:auto}.meeting-master{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.meeting-visual{position:relative;min-height:260px;display:grid;place-items:center;background:#dff3f0;overflow:hidden}.meeting-visual:before{content:"";position:absolute;inset:-30px;opacity:.75;background:linear-gradient(25deg,transparent 47%,#fff 48%,#fff 51%,transparent 52%),linear-gradient(115deg,transparent 46%,#fff 47%,#fff 50%,transparent 51%);background-size:86px 72px,118px 96px;transform:rotate(6deg)}.meeting-visual span,.meeting-visual strong{position:relative;z-index:1}.meeting-visual span{font-size:2.5rem;color:var(--teal-dark)}.meeting-visual strong{position:absolute;bottom:30px;background:#fff;padding:8px 13px;font-size:.75rem}.tour-final-cta>.container{grid-template-columns:1fr 300px}.tour-final-cta .book-button{align-self:center;margin:0}
.master-layout .tour-intro-fr-compact h2{max-width:32ch;font-size:clamp(2rem,3.25vw,3rem)}
.one-hour-route-title{max-width:25ch!important}
@media(max-width:980px){.master-layout{grid-template-columns:1fr;gap:40px}.master-booking{position:static;grid-row:1;width:min(100%,560px);margin-inline:auto}.quick-strip dl{grid-template-columns:1fr 1fr}.quick-strip dl div{padding:14px 20px}.master-hero{min-height:620px}}
@media(max-width:640px){.master-hero{min-height:570px;background-position:62% center}.master-hero-overlay{background:linear-gradient(0deg,rgba(5,28,35,.92) 0%,rgba(5,28,35,.55) 62%,rgba(5,28,35,.12) 100%)}.master-hero-inner{padding:24px 20px 34px}.master-hero-copy h1{max-width:12ch;font-size:clamp(2.35rem,10.8vw,3.2rem)}.master-layout{width:min(100% - 30px,var(--max));padding-block:52px 70px}.master-booking{display:none}.quick-strip dl{grid-template-columns:1fr 1fr;gap:0}.quick-strip dl div{border-left:0;border-bottom:1px solid var(--line);min-height:88px}.highlight-grid,.meeting-master{grid-template-columns:1fr}.route-map-block figure{margin-inline:-6px}.tour-final-cta>.container{grid-template-columns:1fr;gap:24px}.tour-final-cta .book-button{max-width:320px}}

/* Mobile conversion refinements. */
.mobile-booking-bar{display:none}
@media(max-width:640px){body.single-tour{padding-bottom:74px}.master-hero{min-height:520px}.master-hero-inner{padding:22px 20px 30px}.master-hero-copy h1{max-width:15ch;font-size:clamp(2rem,8.7vw,2.65rem);line-height:1.01}.hero-lead{font-size:.98rem;line-height:1.55}.hero-rating{margin-top:18px}.master-layout{padding-block:34px 70px}.master-booking{display:block;width:100%;margin-bottom:18px}.master-booking .help-card{display:none}.mobile-booking-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid;grid-template-columns:auto minmax(132px,1fr);gap:14px;align-items:center;padding:10px 15px calc(10px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 28px rgba(4,43,52,.15)}.mobile-booking-bar p{display:grid;margin:0;line-height:1.05}.mobile-booking-bar p strong{font:700 1.25rem/1 Georgia,"Times New Roman",serif;color:var(--ink)}.mobile-booking-bar p span{margin-top:4px;font-size:.65rem;color:var(--muted)}.mobile-booking-bar a{display:flex;justify-content:space-between;padding:13px 15px;background:var(--teal);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:850}}

/* Compact booking card in the first desktop viewport. */
.master-layout{width:min(1280px,calc(100% - 40px));grid-template-columns:minmax(0,1fr) 400px;gap:64px}
.booking-card-compact{padding:32px;background:linear-gradient(180deg,#fff 0%,#fffaf1 100%)}
.booking-price-prefix{align-self:end;margin-bottom:-2px;color:var(--teal-dark)!important;font-size:.72rem!important;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.booking-summary{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.booking-summary div+div{padding-left:18px;border-left:1px solid var(--line)}
.booking-summary dt{color:var(--muted);font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.booking-summary dd{margin:3px 0 0;color:var(--ink);font-size:.84rem;font-weight:750}
.booking-card-compact .book-button{padding:17px 19px;border-radius:3px;box-shadow:0 9px 22px rgba(30,169,165,.22)}
.booking-date-button{justify-content:flex-start;gap:12px}.booking-date-button>span:last-child{margin-left:auto}.booking-button-copy{white-space:nowrap}.calendar-symbol{position:relative;flex:0 0 18px;width:18px;height:17px;border:2px solid currentColor;border-radius:3px}.calendar-symbol:before{content:"";position:absolute;left:-2px;right:-2px;top:3px;border-top:2px solid currentColor}.calendar-symbol:after{content:"";position:absolute;top:-5px;left:3px;width:2px;height:6px;background:currentColor;box-shadow:8px 0 0 currentColor}
.booking-card-compact .booking-note{margin-bottom:15px}
@media(min-width:1181px){.master-hero-copy{max-width:calc(100% - 490px)}.master-booking{z-index:3;margin-top:-500px}}
@media(max-width:1180px){.master-layout{width:min(100% - 40px,var(--max));grid-template-columns:1fr;gap:40px}.master-booking{position:static;grid-row:1;width:min(100%,520px);margin:0 auto}.master-hero-copy{max-width:760px}}
@media(max-width:640px){.master-layout{width:min(100% - 30px,var(--max))}.booking-card-compact{padding:26px}.booking-summary{grid-template-columns:1fr 1fr}}

@media(max-width:700px){.mobile-booking-bar a{font-size:.66rem;letter-spacing:.035em}}

/* 1.0.7: compact, indexable disclosures and end-of-page tour discovery. */
.master-layout .tour-content>section,.master-layout .tour-content>.wp-block-group{padding-bottom:46px;margin-bottom:46px}
.content-disclosure,.itinerary-disclosure{margin-top:24px!important;border:1px solid var(--line)!important;border-radius:0!important;background:#fff!important;overflow:hidden}
.content-disclosure>summary,.itinerary-disclosure>summary{display:grid;grid-template-columns:1fr auto;gap:3px 24px;align-items:center;padding:20px 58px 20px 22px!important;background:#f7fbfa;list-style:none}
.content-disclosure>summary span,.itinerary-disclosure>summary span{color:var(--ink);font-size:1rem;font-weight:850}
.content-disclosure>summary small,.itinerary-disclosure>summary small{grid-column:1;color:var(--muted);font-size:.78rem;font-weight:500}
.content-disclosure>summary:after,.itinerary-disclosure>summary:after{grid-column:2;grid-row:1/3;right:22px!important}
.content-disclosure-body,.itinerary-disclosure-body{padding:24px}
.content-disclosure-body>.split-list{margin:0}
.content-disclosure .panel ul{padding:0 0 0 2px}
.route-visual{position:relative;margin:28px 0 14px;border:1px solid var(--line);background:#edf7f5;overflow:hidden}
.route-visual figure{margin:0}
.route-visual figure img{width:100%;height:auto}
.route-map-link{position:absolute;right:18px;bottom:18px;padding:11px 14px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(4,43,52,.16);font-size:.78rem;font-weight:850;text-decoration:none}
.route-overview{min-height:270px;padding:38px 34px 30px;background:linear-gradient(135deg,#e8f7f4 0%,#fffaf1 100%)}
.route-visual-label{margin:0 0 44px!important;color:var(--teal-dark)!important;font-size:.72rem!important;font-weight:850;text-transform:uppercase;letter-spacing:.14em}
.route-overview-line{position:absolute;left:9%;right:9%;top:122px;height:2px;background:var(--teal)}
.route-overview ol{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:0!important;margin:0;list-style:none;counter-reset:none}
.route-overview li{position:relative;min-width:0;padding:38px 4px 0!important;text-align:center;color:var(--ink)!important;font-size:.72rem!important;font-weight:800;line-height:1.2!important}
.route-overview li:before{content:""!important;position:absolute;display:block;left:50%!important;top:0!important;width:18px!important;height:18px!important;border-radius:50%;transform:translateX(-50%);background:var(--teal)!important;border:4px solid #fff!important;box-shadow:0 0 0 2px var(--teal)!important}
.route-overview>p:last-child{max-width:560px;margin:28px auto 0!important;text-align:center;color:var(--muted)!important;font-size:.86rem!important}
.itinerary-disclosure{margin-top:14px!important}
.itinerary-disclosure-body>.itinerary{margin:4px 0 0}
.related-master{padding:76px 0 88px;background:#f5efe4}
.related-heading{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:30px}
.related-heading h2{margin:6px 0 0;font-size:clamp(2rem,3.4vw,3rem)}
.related-master .related-grid{gap:22px}
.related-master .related-card{display:flex;flex-direction:column;min-height:360px;padding:0;border:1px solid rgba(11,45,54,.1);border-radius:4px;overflow:hidden;box-shadow:0 12px 36px rgba(4,43,52,.07)}
.related-route-mark{position:relative;min-height:118px;padding:24px;background:linear-gradient(135deg,var(--ink),#125d65);overflow:hidden}
.related-route-mark:after{content:"";position:absolute;left:-8%;right:-8%;bottom:28px;height:2px;background:rgba(255,255,255,.28);transform:rotate(-7deg)}
.related-route-mark span{position:relative;z-index:1;color:#fff;font:700 2rem/1 Georgia,"Times New Roman",serif}
.related-image{display:block;aspect-ratio:16/8;overflow:hidden}
.related-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.related-image:hover img{transform:scale(1.035)}
.related-card-body{display:flex;flex:1;flex-direction:column;padding:25px}
.related-card-body h3{margin:8px 0 12px;font-size:1.3rem}
.related-card-body h3 a{text-decoration:none}
.related-card-body>p:not(.related-meta){margin:0 0 20px;color:var(--muted);font-size:.9rem;line-height:1.55}
.related-link{display:flex;justify-content:space-between;margin-top:auto;color:var(--teal-dark);font-size:.82rem;font-weight:850;text-decoration:none}
@media(max-width:980px){.related-master .related-grid{grid-template-columns:1fr 1fr}.related-master .related-card:last-child{grid-column:1/-1;min-height:300px}}
@media(max-width:720px){.master-layout .tour-content>section,.master-layout .tour-content>.wp-block-group{padding-bottom:38px;margin-bottom:38px}.content-disclosure-body,.itinerary-disclosure-body{padding:18px}.content-disclosure>summary,.itinerary-disclosure>summary{padding:17px 48px 17px 17px!important}.content-disclosure-body .split-list{grid-template-columns:1fr}.route-overview{min-height:350px;padding:28px 22px}.route-overview-line{top:102px;bottom:75px;left:44px;right:auto;width:2px;height:auto}.route-overview ol{grid-template-columns:1fr 1fr;gap:24px 20px}.route-overview li{padding:0 0 0 38px!important;text-align:left}.route-overview li:before{left:13px!important;top:1px!important;transform:none}.related-heading{align-items:start}.related-heading>.text-link{display:none}.related-master .related-grid{grid-template-columns:1fr}.related-master .related-card:last-child{grid-column:auto}.related-master .related-card{min-height:0}.related-master{padding:54px 0 64px}}

/* 1.0.9: a genuinely brighter hero and lightweight, locally drawn maps. */
.master-hero-overlay{background:linear-gradient(90deg,rgba(5,28,35,.38) 0%,rgba(5,28,35,.14) 48%,rgba(5,28,35,0) 78%),linear-gradient(0deg,rgba(5,28,35,.24),transparent 50%)}
.master-hero-copy{position:relative;isolation:isolate}
.master-hero-copy:before{content:"";position:absolute;z-index:-1;inset:-38px -70px -42px -44px;background:radial-gradient(ellipse at 35% 55%,rgba(5,28,35,.38),rgba(5,28,35,.14) 56%,transparent 76%);filter:blur(12px);pointer-events:none}
.master-hero-copy h1{ text-shadow:0 3px 18px rgba(0,0,0,.42)}
.route-map-illustration{aspect-ratio:1400/800;background:#dfe7e8}
.route-map-illustration figure{position:relative;display:block;width:100%;height:100%;margin:0;overflow:hidden}
.route-map-illustration img{display:block;width:100%;height:100%;object-fit:cover}
.route-map-illustration .route-map-overlay{position:absolute;inset:0}
.meeting-map{position:relative;display:block;height:290px;border:1px solid var(--line);background:#f6efe4;overflow:hidden;text-decoration:none}
.meeting-map img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.meeting-map span{position:absolute;right:16px;bottom:16px;padding:9px 12px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(4,43,52,.16);font-size:.76rem;font-weight:850}
.meeting-map:hover img{transform:scale(1.018)}
.help-card-whatsapp{background:#176b5e}
.help-card-whatsapp:hover,.help-card-whatsapp:focus-visible{background:#10584e;color:#fff}
.tour-final-cta{background:#fffaf1;border-top:1px solid rgba(11,45,54,.08)}
.site-footer{position:relative;isolation:isolate;min-height:390px;background:#284e59 url(../images/footer-skyline.webp) center bottom/cover no-repeat;color:#e8f3f4;padding:62px 0 28px}
.site-footer:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(40,78,89,.12),rgba(40,78,89,.02))}
.site-footer h2{color:#b8f0eb}
.footer-bottom{border-top-color:rgba(255,255,255,.24)}
@media(max-width:640px){.master-hero-overlay{background:linear-gradient(0deg,rgba(5,28,35,.58) 0%,rgba(5,28,35,.18) 62%,rgba(5,28,35,0) 100%)}.master-hero-copy:before{inset:-24px -18px -26px}.route-map-illustration{aspect-ratio:4/3}.route-map-illustration img{object-position:center}.meeting-map{height:260px}.site-footer{min-height:500px;background-position:center bottom}}

/* 1.0.10: complete Montjuic route, lazy meeting-point map and consistent intro heading. */
.tour-intro h2,.tour-intro h2 *{font-family:Georgia,"Times New Roman",serif!important;font-size:clamp(2.1rem,3.8vw,3.35rem)!important;font-weight:700!important;line-height:1.08!important;letter-spacing:-.035em!important}
.meeting-map-google{position:relative}
.meeting-map-google iframe{display:block;width:100%;height:100%;border:0}
.meeting-map-google>a{position:absolute;right:16px;bottom:16px;padding:9px 12px;background:#fff;color:var(--ink);box-shadow:0 8px 24px rgba(4,43,52,.16);font-size:.76rem;font-weight:850;text-decoration:none}
.meeting-map-google:hover iframe{transform:none}
@media(max-width:640px){.route-map-illustration{aspect-ratio:1400/800}.route-map-illustration img{object-fit:contain}}

/* 1.0.11: official logos, friendlier booking copy and lightweight social proof. */
.site-logo{display:block;width:auto;object-fit:contain}
.site-logo-header{height:68px;max-width:172px}
.site-logo-footer{width:230px;max-width:100%;height:auto}
.brand-light{display:inline-flex}
.trustindex-strip{background:#edf7f5;border-bottom:1px solid var(--line)}
.trustindex-strip-inner{min-height:94px;display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center}
.trustindex-stars{color:#f1aa00;font-size:1.05rem;letter-spacing:.1em;white-space:nowrap}
.trustindex-strip p{display:grid;gap:2px;margin:0;line-height:1.35}
.trustindex-strip p strong{color:var(--ink);font-size:.96rem}
.trustindex-strip p span{color:var(--muted);font-size:.78rem}
.trustindex-ready{padding:8px 12px;border:1px solid rgba(8,125,123,.25);color:var(--teal-dark);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}

/* 1.1.23: conversion-led All Activities archive, aligned with the approved Blocksy Travel home. */
.activities-page{background:#fff;color:var(--ink)}
.activities-page h1,.activities-page h2,.activities-page h3{font-family:Inter,"Segoe UI",sans-serif}
.activities-hero{position:relative;width:min(1650px,calc(100% - 9vw));min-height:clamp(590px,68vh,760px);margin:36px auto 82px;overflow:hidden;border-radius:6px 54px 6px 54px;background:#183e43}
.activities-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,33,39,.76) 0%,rgba(4,33,39,.52) 38%,rgba(4,33,39,.08) 68%,transparent 100%)}
.activities-hero-copy{position:relative;z-index:2;width:min(820px,62%);padding:clamp(62px,8vw,120px);color:#fff}
.activities-hero-copy>span,.activities-segway span,.activities-help>span{display:block;margin-bottom:18px;color:#008f90;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.activities-hero h1{max-width:760px;margin:0 0 24px;color:#fff;font-size:clamp(2.8rem,5vw,5.25rem);line-height:1;letter-spacing:-.035em}
.activities-hero p{max-width:680px;margin:0;color:#fff;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.7}
.activities-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:saturate(1.06) brightness(1.04)}
.activities-hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.activities-hero-badges b{padding:9px 12px;background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.7);border-radius:99px;color:#123d46;font-size:.75rem}
.activities-divider-top{width:min(1650px,calc(100% - 9vw));margin:0 auto 62px}
.activities-tours{padding-top:0}.activities-tours .travel-heading,.activities-compare .travel-heading,.activities-faq .travel-heading{max-width:1050px;margin-inline:auto;text-align:center}.activities-tours .travel-tour-grid{margin-top:54px}
.activities-compare{padding-top:40px}.activities-compare .travel-heading h2{white-space:nowrap;font-size:clamp(2.2rem,4.1vw,4.4rem)}.activities-compare-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:48px}.activities-compare-grid a{display:flex;min-height:350px;flex-direction:column;padding:18px 18px 24px;background:#f2faf8;border:1px solid #cce5e3;border-top:4px solid #35b7c4;color:var(--ink);text-decoration:none;transition:.2s}.activities-compare-grid a:nth-child(even){background:#fff8ec;border-top-color:#ee9b25}.activities-compare-grid a:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(8,54,64,.12)}.activities-route-thumb{width:100%;height:118px;margin-bottom:18px;object-fit:contain;background:#fff;border:1px solid #d9e5e5}.activities-compare-grid b{color:#008f90;font-size:1.5rem}.activities-compare-grid span{margin:11px 0 8px;font-weight:800}.activities-compare-grid small{color:#526b70;line-height:1.45}.activities-compare-grid strong{margin-top:auto;padding-top:16px;color:#087d7b}.activities-divider-after-compare{margin:72px 0 0}
.activities-segway{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;padding-block:75px}.activities-segway img{width:100%;height:520px;object-fit:cover;border-radius:5px 0 0 38px;filter:saturate(1.08) brightness(1.05)}.activities-segway>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,88px);background:#f0f9f7;border-radius:0 38px 5px 0}.activities-segway h2,.activities-help h2{margin:0 0 20px;font-size:clamp(2.4rem,4.5vw,4.8rem);line-height:1.04;letter-spacing:-.04em}.activities-segway p{color:#405f65;line-height:1.7}.activities-segway a,.activities-help a{align-self:flex-start;margin-top:16px;padding:15px 22px;background:#078986;color:#fff;font-weight:800;text-decoration:none}
.activities-trust{padding:34px 4.5vw;background:#073944;color:#fff}.activities-trust>div{width:min(1480px,100%);margin:auto;display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:26px;align-items:center}.activities-trust span{font-weight:800;text-transform:uppercase;letter-spacing:.14em}.activities-trust b{font-size:.92rem}
.activities-faq{padding-block:100px}.activities-faq .home-faq-list{margin-top:48px}.activities-help{position:relative;margin-bottom:100px;padding:70px clamp(35px,8vw,120px);overflow:hidden;background:linear-gradient(100deg,#e8f7f4,#fff6e8);border-radius:6px 48px 6px 48px}.activities-help p{position:relative;max-width:720px;color:#405f65;font-size:1.08rem;line-height:1.7}.activities-corner-panot{position:absolute;right:-24px;top:-25px;width:155px;height:155px;opacity:.13;transform:rotate(12deg)}
@media(max-width:1050px){.activities-hero{min-height:620px}.activities-hero-copy{width:min(760px,80%)}.activities-compare .travel-heading h2{white-space:normal}.activities-compare-grid{grid-template-columns:repeat(2,1fr)}.activities-segway{grid-template-columns:1fr}.activities-segway img{height:420px;border-radius:5px 38px 0 0}.activities-segway>div{border-radius:0 0 5px 38px}.activities-trust>div{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.activities-hero{width:calc(100% - 28px);min-height:620px;margin:18px auto 58px;border-radius:4px 28px 4px 28px}.activities-hero:after{background:linear-gradient(180deg,rgba(4,33,39,.67) 0%,rgba(4,33,39,.34) 50%,rgba(4,33,39,.04) 78%)}.activities-hero>img{object-position:52% 62%}.activities-hero-copy{width:100%;padding:46px 24px 38px}.activities-hero h1{font-size:2.5rem}.activities-hero-badges{gap:6px}.activities-divider-top{width:calc(100% - 28px);margin-bottom:48px}.activities-tours,.activities-compare,.activities-segway,.activities-faq,.activities-help{width:calc(100% - 28px)}.activities-tours .travel-tour-grid{display:grid;grid-template-columns:1fr;gap:24px}.activities-tours .travel-tour-card{width:100%;max-width:none}.activities-compare-grid{grid-template-columns:1fr}.activities-compare-grid a{min-height:315px}.activities-segway{padding-block:48px}.activities-segway img{height:280px}.activities-segway>div{padding:32px 24px}.activities-trust{padding:32px 20px}.activities-trust>div{grid-template-columns:1fr;gap:15px}.activities-faq{padding-block:70px}.activities-help{margin-bottom:70px;padding:40px 25px}.activities-help h2{font-size:2.45rem}}
@media(max-width:640px){.site-logo-header{height:55px;max-width:138px}.trustindex-strip-inner{grid-template-columns:auto 1fr;gap:12px;min-height:88px;padding-block:14px}.trustindex-ready{display:none}.trustindex-strip p span{font-size:.72rem}}

/* 1.0.20: live, Tuk-Tuk-only Trustindex widget. */
.trustindex-live{padding:22px 0 18px}
.trustindex-widget{min-height:220px}
.trustindex-widget .ti-widget{margin:0!important}
.trustindex-widget .ti-header-write-btn,
.trustindex-widget .ti-write-review,
.trustindex-widget [class*="write-review"],
.trustindex-widget a[href*="write-a-review"]{display:none!important}
@media(max-width:760px){.trustindex-live{padding:16px 0 12px}.trustindex-widget{min-height:250px}}
.trustindex-lower{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}

/* 1.0.22: warmer storytelling and conversion-focused tour page. */
:root{--warm-cream:#fff8ec;--warm-sand:#f3eadb;--aqua-wash:#eaf7f4;--sun:#e9a23b;--sun-soft:#fff0cf}
.master-layout{position:relative}
.master-layout:before{content:"";position:absolute;z-index:-1;left:50%;top:0;width:100vw;height:480px;transform:translateX(-50%);background:linear-gradient(180deg,var(--warm-cream) 0%,rgba(255,248,236,0) 100%);pointer-events:none}
.tour-intro-warm{position:relative;padding:34px 36px 42px!important;background:var(--warm-cream);border:0!important}
.tour-intro-warm:before{content:"“";position:absolute;right:24px;top:1px;color:rgba(233,162,59,.22);font:700 8rem/1 Georgia,"Times New Roman",serif;pointer-events:none}
.tour-intro-warm .experience-promise{position:relative;max-width:19ch;margin:8px 0 24px!important;color:var(--ink)!important;font:italic 700 clamp(1.65rem,3vw,2.55rem)/1.17 Georgia,"Times New Roman",serif!important;letter-spacing:-.025em}
.tour-intro-warm h2{font-size:clamp(1.65rem,2.6vw,2.35rem)!important}
.conversion-benefits{padding:50px 0 58px!important;border-bottom:0!important}
.conversion-benefits h2{max-width:17ch!important}
.conversion-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.conversion-benefit-grid article{position:relative;min-height:250px;padding:30px 24px 26px;background:#fff;border:1px solid rgba(11,45,54,.1);box-shadow:0 16px 42px rgba(4,43,52,.07);overflow:hidden}
.conversion-benefit-grid article:nth-child(2){background:var(--aqua-wash)}
.conversion-benefit-grid article:nth-child(3){background:var(--warm-cream)}
.conversion-benefit-grid article>span{display:block;margin-bottom:28px;color:var(--sun);font:700 .8rem/1 Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:.16em}
.conversion-benefit-grid article>span:after{content:"";display:inline-block;width:36px;margin:0 0 3px 10px;border-top:2px solid currentColor}
.conversion-benefit-grid h3{margin:0 0 12px;color:var(--ink);font-size:1.35rem}
.conversion-benefit-grid p{margin:0;color:var(--muted)!important;font-size:.9rem!important;line-height:1.65!important}
.inline-conversion-cta{display:inline-flex;align-items:center;gap:24px;margin-top:26px;padding:13px 17px;background:var(--ink);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.07em;font-size:.74rem;font-weight:850;transition:background .2s ease,transform .2s ease}
.inline-conversion-cta:hover,.inline-conversion-cta:focus-visible{background:var(--teal-dark);color:#fff;transform:translateY(-2px)}
.booking-price-equivalent{margin:-11px 0 20px!important;padding:11px 13px;background:var(--sun-soft);color:#65440e!important;font-size:.76rem!important;font-weight:750;line-height:1.45!important}
.experience-gallery{padding:58px 0 66px!important;border-bottom:0!important}
.experience-gallery-heading{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:end;margin-bottom:26px}
.experience-gallery-heading h2{margin-bottom:0!important}
.experience-gallery-heading>p{margin:0!important;color:var(--muted)!important;font-size:.92rem!important}
.experience-gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:12px;height:520px}
.experience-gallery-item{margin:0;overflow:hidden;background:#d8e6e5}
.experience-gallery-item:first-child{grid-row:1/3}
.experience-gallery-item:only-child{grid-column:1/-1;grid-row:1/-1}
.experience-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.experience-gallery-item:hover img{transform:scale(1.025)}
.local-guides-story{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;padding:0!important;background:var(--ink);border:0!important;color:#fff;overflow:hidden}
.local-guides-story figure{min-height:390px;margin:0;overflow:hidden}
.local-guides-story figure img{width:100%;height:100%;object-fit:cover}
.local-guides-story>div{display:flex;flex-direction:column;justify-content:center;padding:46px 44px}
.local-guides-story .section-kicker{color:#159c99!important}
.local-guides-story h2{margin:10px 0 18px!important;color:#fff;font-size:clamp(2rem,3.4vw,3rem)!important}
.local-guides-story p{color:rgba(255,255,255,.82)!important}
.local-guides-signoff{padding-top:18px;border-top:1px solid rgba(255,255,255,.2);font-family:Georgia,"Times New Roman",serif;font-style:italic}
.conversion-faq{padding:62px 0!important;border-bottom:0!important}
.conversion-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:28px}
.conversion-faq-list details{margin:0!important;border:1px solid rgba(11,45,54,.12)!important;border-radius:0!important;background:var(--warm-cream)!important}
.conversion-faq-list details:nth-child(3n+2){background:var(--aqua-wash)!important}
.conversion-faq-list summary{min-height:72px;display:flex;align-items:center;font-size:.91rem}
.trustindex-lower{padding-top:40px;background:#fff}
.trustindex-conversion{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:22px;padding:22px 26px;background:var(--warm-cream);border-left:4px solid var(--sun)}
.trustindex-conversion p{margin:0;color:var(--ink);font:700 1.2rem/1.3 Georgia,"Times New Roman",serif}
.trustindex-conversion .inline-conversion-cta{flex:0 0 auto;margin:0}
.related-master{background:var(--warm-sand)}
.related-master .related-card{border:0;box-shadow:0 16px 42px rgba(4,43,52,.09)}
.tour-final-cta{padding:72px 0;background:linear-gradient(115deg,var(--aqua-wash),var(--warm-cream));border-top:0}
.tour-final-cta>.container{grid-template-columns:minmax(0,1fr) 390px}
.tour-final-cta h2{max-width:13ch;margin-bottom:14px}
.final-conversion-action{padding:25px;background:#fff;box-shadow:0 18px 48px rgba(4,43,52,.1)}
.final-conversion-action>p{display:grid;margin:0 0 15px!important;text-align:center;line-height:1.2}
.final-conversion-action>p strong{color:var(--ink);font:700 2rem/1 Georgia,"Times New Roman",serif}
.final-conversion-action>p span{margin-top:5px;color:var(--muted);font-size:.72rem}
.final-conversion-action .book-button{max-width:none;margin:0;padding-inline:16px;font-size:.7rem}
.tour-content>section:nth-of-type(4n+2):not(.conversion-benefits):not(.experience-gallery):not(.local-guides-story):not(.meeting-master){position:relative}
.tour-content>section:nth-of-type(4n+2):not(.conversion-benefits):not(.experience-gallery):not(.local-guides-story):not(.meeting-master):before{content:"";position:absolute;z-index:-1;inset:-30px -26px;background:rgba(234,247,244,.48)}
@media(max-width:900px){.conversion-benefit-grid{grid-template-columns:1fr}.conversion-benefit-grid article{min-height:0}.experience-gallery-heading,.local-guides-story{grid-template-columns:1fr}.local-guides-story figure{min-height:300px}.experience-gallery-grid{height:430px}.conversion-faq-list{grid-template-columns:1fr}.tour-final-cta>.container{grid-template-columns:1fr}.final-conversion-action{width:min(100%,520px)}}
@media(max-width:640px){.tour-intro-warm{margin-inline:-5px!important;padding:27px 22px 32px!important}.tour-intro-warm:before{right:8px;font-size:6rem}.tour-intro-warm .experience-promise{font-size:1.72rem!important}.conversion-benefits{padding-top:34px!important}.conversion-benefit-grid{gap:10px}.conversion-benefit-grid article{padding:24px 21px}.experience-gallery-heading{grid-template-columns:1fr;gap:12px}.experience-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:1.25fr .75fr;height:460px}.experience-gallery-item:first-child{grid-column:1/-1;grid-row:1}.experience-gallery-item:only-child{grid-row:1/-1}.local-guides-story>div{padding:34px 25px}.local-guides-story figure{min-height:240px}.conversion-faq{padding-top:42px!important}.conversion-faq-list summary{min-height:64px}.trustindex-conversion{align-items:flex-start;flex-direction:column;padding:20px}.trustindex-conversion .inline-conversion-cta{width:100%;justify-content:space-between}.tour-final-cta{padding:52px 0}.final-conversion-action{padding:20px}.final-conversion-action .book-button{font-size:.64rem;letter-spacing:.045em}.tour-content>section:nth-of-type(4n+2):not(.conversion-benefits):not(.experience-gallery):not(.local-guides-story):not(.meeting-master):before{inset:-20px -14px}}

/* 1.0.12: consistent intro copy. */
.master-layout .tour-intro p,.master-layout .tour-intro .tour-intro-lead{font-size:1.08rem!important;line-height:1.75!important}

/* 1.0.13: Tripadvisor in the hero, Trustindex strip restored and accurate grey-blue route map. */
.hero-tripadvisor{display:flex;align-items:center;gap:10px;width:max-content;max-width:100%;margin-top:20px;color:#fff;font-size:.78rem}
.hero-tripadvisor-logo{display:flex;align-items:center;width:137px;height:38px;padding:4px 8px;border-radius:4px;background:rgba(255,255,255,.94);overflow:hidden}
.hero-tripadvisor-logo img{display:block;width:121px;height:auto}
.hero-tripadvisor-stars{color:#f1c40f;font-size:.9rem;letter-spacing:.06em;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.hero-tripadvisor strong{font-size:.82rem;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.45)}
@media(max-width:760px){.master-layout .tour-intro p,.master-layout .tour-intro .tour-intro-lead{font-size:1.02rem!important}}
@media(max-width:480px){.hero-tripadvisor{gap:7px}.hero-tripadvisor-logo{width:119px;height:34px;padding:4px 7px}.hero-tripadvisor-logo img{width:105px}.hero-tripadvisor-stars{font-size:.78rem}}

/* 1.0.14: exact supplied route and complete footer. */
.route-map-illustration{aspect-ratio:1100/680;background:#edf2f3}
.route-map-illustration .route-map-accurate{object-fit:contain;background:#edf2f3}
.route-map-illustration .route-map-markers{position:absolute;inset:0;object-fit:contain;pointer-events:none}
.site-footer{min-height:440px}
.footer-grid{grid-template-columns:1.05fr 1.2fr .8fr 1.2fr;gap:42px;align-items:start}
.site-footer h2{margin:0 0 22px;color:#fff;font-size:1rem;letter-spacing:.04em}
.footer-brand-column{display:grid;justify-items:start;gap:22px}
.footer-socials{display:flex;gap:10px;align-items:center}
.footer-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:50%;text-decoration:none;transition:background .2s ease,border-color .2s ease}
.footer-socials a:hover,.footer-socials a:focus-visible{background:var(--teal);border-color:var(--teal)}
.footer-socials svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-socials a:first-child svg{fill:currentColor;stroke:none}
.footer-contact ul,.footer-links ul{list-style:none;margin:0;padding:0}
.footer-contact li{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;margin:0 0 13px;line-height:1.45}
.footer-contact a,.footer-links a{text-decoration:none}
.footer-contact a:hover,.footer-contact a:focus-visible,.footer-links a:hover,.footer-links a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.footer-item-icon{width:27px;height:27px;display:grid;place-items:center;color:#fff}
.footer-item-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.footer-links li{margin:0 0 7px;line-height:1.4}
.footer-accreditations img{width:100%;max-width:300px;height:auto;margin-top:4px}
@media(max-width:980px){.footer-grid{grid-template-columns:1fr 1fr}.footer-accreditations img{max-width:340px}}
@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:36px}.footer-brand-column{justify-items:center}.footer-socials{justify-content:center}.footer-contact,.footer-links,.footer-accreditations{text-align:left}.footer-accreditations img{max-width:330px}.site-footer{min-height:760px}}

/* 1.0.17: genuinely light map — white streets, pale grey blocks and slate route. */
.route-map-illustration,.route-map-illustration figure,.route-map-illustration .route-map-accurate{background:#fff}

/* Editable route layers and a continuous, uniform route stroke. */
.route-map-illustration .route-map-route{position:absolute;inset:0;z-index:1;object-fit:contain;pointer-events:none}
.route-map-illustration .route-map-markers{z-index:2}
.route-map-link{z-index:4}
@media(max-width:640px){.route-map-link{position:static;display:flex;justify-content:center;margin:0;padding:13px 14px;box-shadow:none;border-top:1px solid var(--line)}}

/* Final 1.0.22 cascade guard: keep the warm conversion layer above legacy version rules. */
.master-layout .tour-intro-warm .experience-promise{font:italic 700 clamp(1.65rem,3vw,2.55rem)/1.17 Georgia,"Times New Roman",serif!important;letter-spacing:-.025em!important}
.master-layout .tour-intro-warm h2{font-size:clamp(1.65rem,2.6vw,2.35rem)!important}
.local-guides-story.no-image{grid-template-columns:1fr;background:linear-gradient(120deg,var(--ink),#165862)}
.local-guides-story.no-image>div{max-width:720px}
.tour-final-cta{background:linear-gradient(115deg,var(--aqua-wash),var(--warm-cream));border-top:0}
@media(max-width:640px){.master-layout .tour-intro-warm .experience-promise{font-size:1.72rem!important}}

/* 1.0.24: Barcelona warmth, commercial clarity and Elementor-ready slider. */
body{font-family:"Avenir Next",Avenir,"Trebuchet MS","Segoe UI",sans-serif;background:#fffdf9}
h1,h2,h3,.booking-price strong,.final-conversion-action>p strong{font-family:Inter,"Segoe UI",Arial,sans-serif}
.site-header{box-shadow:0 8px 30px rgba(4,43,52,.05)}
.top-note{background:#0b3540;color:#fff1d2}
.master-hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:url('../images/trencadis-strip.svg') center/cover no-repeat;z-index:3}
.master-hero-copy:after{content:"";display:block;width:52px;height:52px;margin-top:24px;background:url('../images/panot-flor.svg') center/contain no-repeat;filter:drop-shadow(0 8px 18px rgba(0,0,0,.14));transform:rotate(-5deg)}
.master-layout:after{content:"";position:absolute;right:-78px;top:510px;width:160px;height:160px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.11;transform:rotate(11deg);pointer-events:none}
.section-kicker{color:#b86244;letter-spacing:.15em}
.tour-intro-warm{border-radius:0 32px 0 32px!important;box-shadow:0 20px 55px rgba(86,58,29,.08)}
.tour-intro-warm:after{content:"";position:absolute;left:-15px;bottom:-15px;width:58px;height:58px;background:url('../images/panot-flor.svg') center/contain no-repeat;transform:rotate(8deg)}
.conversion-benefit-grid article{border-radius:4px 28px 4px 28px}
.conversion-benefit-grid article:after{content:"";position:absolute;right:-17px;bottom:-17px;width:68px;height:68px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.17;transform:rotate(16deg)}
.local-guides-story{border-radius:4px 42px 4px 42px;box-shadow:0 25px 65px rgba(4,43,52,.16)}
.local-guides-story>div{position:relative}
.local-guides-story>div:after{content:"";position:absolute;right:22px;bottom:20px;width:72px;height:72px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.18}
.related-master,.tour-final-cta{position:relative;overflow:hidden}
.related-master:before{content:"";position:absolute;left:0;right:0;top:0;height:7px;background:url('../images/trencadis-strip.svg') center/cover no-repeat}
.tour-final-cta:after{content:"";position:absolute;right:3%;bottom:-58px;width:190px;height:190px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.1;transform:rotate(-8deg)}
.book-button,.inline-conversion-cta{border-radius:3px 16px 3px 16px}
.booking-card{border-top:6px solid var(--sun);border-radius:4px 26px 4px 26px}
.experience-gallery{position:relative}
.experience-slider{position:relative}
.experience-slider-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
.experience-slider-track::-webkit-scrollbar{display:none}
.experience-gallery-item{flex:0 0 78%;height:480px;margin:0;overflow:hidden;scroll-snap-align:start;border-radius:4px 34px 4px 34px;background:#d8e6e5}
.experience-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.experience-gallery-item:hover img{transform:scale(1.025)}
.experience-slider-button{position:absolute;z-index:3;top:50%;width:48px;height:48px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 8px 28px rgba(4,43,52,.18);font-size:1.25rem;cursor:pointer}
.experience-slider-button.is-prev{left:16px}.experience-slider-button.is-next{right:16px}
.experience-slider-status{display:inline-flex!important;gap:4px;margin:15px 0 0!important;padding:7px 12px;background:var(--ink);color:#fff!important;border-radius:999px;font-size:.72rem!important}
.elementor-editor-active .master-layout:after{display:none}
@media(max-width:900px){.master-layout:after{display:none}.experience-gallery-item{flex-basis:88%;height:400px}}
@media(max-width:640px){.master-hero-copy:after{width:42px;height:42px}.tour-intro-warm,.local-guides-story,.booking-card{border-radius:3px 22px 3px 22px!important}.experience-gallery-item{flex-basis:92%;height:330px}.experience-slider-button{width:40px;height:40px}.experience-slider-button.is-prev{left:9px}.experience-slider-button.is-next{right:9px}.tour-final-cta:after{display:none}}

/* 1.0.25: warmer typography, authentic panot, visible trencadis and editable promotions. */
body{font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;letter-spacing:-.006em}
h1,h2,h3,.booking-price strong,.final-conversion-action>p strong{font-family:"Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;font-weight:700;letter-spacing:-.035em}
.top-note{background:var(--top-note-background,#0b3540);color:var(--top-note-color,#fff1d2)}
.top-note a{display:block;color:inherit;text-decoration:none}
.top-note a:hover,.top-note a:focus-visible{text-decoration:underline}
.booking-price-equivalent{background:var(--promo-background,var(--sun-soft));color:var(--promo-color,#65440e)!important}
.master-hero:after{height:18px;background-size:900px 38px;background-position:center 48%}
.related-master{padding-top:84px}
.related-master:before{height:22px;background-size:900px 42px;background-position:center 45%}
.trustindex-lower{position:relative;padding-bottom:38px}
.trustindex-lower:after{content:"";position:absolute;left:0;right:0;bottom:0;height:18px;background:url('../images/trencadis-strip.svg') center 45%/900px 38px repeat-x}
.master-hero-copy:after{width:58px;height:58px;opacity:.88;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
.tour-intro-warm:after,.conversion-benefit-grid article:after,.local-guides-story>div:after,.tour-final-cta:after{filter:grayscale(.15);opacity:.16}
.section-kicker{font-family:"Trebuchet MS","Segoe UI",sans-serif;font-weight:800}
.conversion-benefit-grid h3{font-family:"Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;font-size:1.48rem}
@media(max-width:640px){.master-hero:after,.trustindex-lower:after{height:14px}.related-master{padding-top:70px}.related-master:before{height:17px}}

/* 1.0.26: compact editorial flow, supplied panot and quieter Barcelona details. */
h1,h2,h3,.booking-price strong,.final-conversion-action>p strong,.conversion-benefit-grid h3{font-family:Inter,"Segoe UI",Arial,sans-serif;font-weight:700;letter-spacing:-.025em}
.master-hero:after,.related-master:before,.trustindex-lower:after{content:none!important;display:none!important;background:none!important}
.related-master{padding-top:70px}
.trustindex-lower{padding-bottom:18px}
.master-hero-copy:after{opacity:.92;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
.tour-intro-warm:after{opacity:.28;filter:none}
.conversion-benefit-grid article:after{opacity:.2;filter:none}
.local-guides-story>div:after{opacity:.24;filter:none}
.tour-final-cta:after{opacity:.12;filter:none}
.experience-gallery{padding:42px 0 46px!important}
.moments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.moments-grid .experience-gallery-item{display:block!important;width:auto;min-width:0;flex:none;height:220px;margin:0;border-radius:3px 22px 3px 22px}
.moments-grid .experience-gallery-item img{width:100%;height:100%;object-fit:cover}
.local-guides-slider{position:relative;min-width:0;min-height:390px;overflow:hidden;background:#d8e6e5}
.local-guides-slider-track{display:flex;width:100%;height:100%;min-height:390px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
.local-guides-slider-track::-webkit-scrollbar{display:none}
.local-guides-slider-track figure{display:block!important;flex:0 0 100%;width:100%;min-height:390px;height:auto;margin:0;overflow:hidden;scroll-snap-align:start}
.local-guides-slider-track img{width:100%;height:100%;min-height:390px;object-fit:cover}
.local-guides-slider .experience-slider-status{position:absolute;z-index:3;left:16px;bottom:14px;margin:0!important}
.conversion-faq-list details{background:var(--warm-cream)!important}
.conversion-faq-list details:nth-child(4n+2),.conversion-faq-list details:nth-child(4n+3){background:var(--aqua-wash)!important}
.conversion-faq-list details:nth-child(3n+2){background:var(--warm-cream)!important}
.conversion-faq-list details:nth-child(2),.conversion-faq-list details:nth-child(3),.conversion-faq-list details:nth-child(6){background:var(--aqua-wash)!important}
@media(max-width:900px){.local-guides-slider,.local-guides-slider-track,.local-guides-slider-track figure,.local-guides-slider-track img{min-height:300px}.moments-grid .experience-gallery-item{height:190px}}
@media(max-width:640px){.moments-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.moments-grid .experience-gallery-item{height:125px;border-radius:2px 12px 2px 12px}.experience-gallery-heading{margin-bottom:18px}.local-guides-slider,.local-guides-slider-track,.local-guides-slider-track figure,.local-guides-slider-track img{min-height:250px}.related-master{padding-top:54px}.trustindex-lower{padding-bottom:10px}}

/* 1.0.27: simpler photography and clearer commercial typography. */
h1,h2,h3,.conversion-benefit-grid h3{font-family:Cambria,Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.025em}
.booking-price strong,.final-conversion-action>p strong,.hero-price strong{font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;font-weight:800;letter-spacing:-.035em}
.experience-gallery,.tuktuk-elementor-moments,.tuktuk-elementor-slider{display:none!important}
.local-guides-story figure{min-height:390px;margin:0;overflow:hidden}
.local-guides-story figure img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.local-guides-story figure{min-height:300px}}
@media(max-width:640px){.local-guides-story figure{min-height:240px}}

/* 1.0.28: lighter headings, review context and detailed Premium itinerary. */
h1,h2,h3,.conversion-benefit-grid h3{font-weight:600}
.reviews-intro{max-width:720px;padding:18px 0 8px}
.reviews-intro .section-kicker{margin:0 0 6px}
.reviews-intro h2{margin:0 0 10px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.08}
.reviews-intro>p:last-child{margin:0;color:var(--muted);font-size:.96rem}
.trustindex-live{padding-top:34px}
.premium-itinerary-disclosure{margin-top:12px!important}
.premium-itinerary-list{counter-reset:premium-stop;display:grid;grid-template-columns:1fr 1fr;gap:0 30px;margin:0!important;padding:0!important;list-style:none!important}
.premium-itinerary-list li{counter-increment:premium-stop;position:relative;padding:18px 0 18px 46px!important;border-bottom:1px solid var(--line)}
.premium-itinerary-list li:before{content:counter(premium-stop);position:absolute;left:0;top:18px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--teal);color:#fff;font-weight:800}
.premium-itinerary-list h3{margin:0 0 5px!important;font-family:"Trebuchet MS","Segoe UI",Arial,sans-serif;font-size:1rem!important;font-weight:800;letter-spacing:-.01em}
.premium-itinerary-list h3 small{color:var(--teal-dark);font-size:.75rem;font-weight:700}
.premium-itinerary-list p{margin:0!important;color:var(--muted)!important;font-size:.84rem!important;line-height:1.55!important}
@media(max-width:720px){.premium-itinerary-list{grid-template-columns:1fr}.reviews-intro{padding-top:8px}.trustindex-live{padding-top:26px}}

/* 1.0.29: stronger announcement colour and tighter conversion copy. */
.top-note{background:var(--top-note-background,#b84f36);color:var(--top-note-color,#fff8ed)}
#why-love-title{max-width:26ch!important;font-size:clamp(2rem,3vw,3rem)!important}
.booking-label{line-height:1.45}
@media(max-width:640px){#why-love-title{max-width:18ch!important}}

/* 1.0.30: lighter hero title and turquoise framed editorial cards. */
.master-hero-copy h1{font-weight:600}
.local-guides-story{background:#fff!important;color:var(--ink)!important;border:4px solid #49b7c6!important;border-radius:12px!important;box-shadow:0 10px 22px rgba(4,43,52,.14)!important}
.local-guides-story h2{color:var(--ink)!important}
.local-guides-story p{color:var(--ink)!important}
.local-guides-story .section-kicker{color:#159c99!important}
.local-guides-signoff{border-top-color:rgba(11,53,64,.18)!important}
.related-master .related-card{border:4px solid #49b7c6!important;border-radius:12px!important;box-shadow:0 8px 16px rgba(4,43,52,.13)!important}

/* 1.0.31: brighter white surfaces, Stripe reassurance and responsive Bookeo modal. */
body.single-tour,.master-layout,.related-section,.related-master,.trustindex-lower{background:#fff!important}
.tour-intro-warm{background:#fff!important}
.tour-content>section:nth-of-type(4n+2):not(.conversion-benefits):not(.experience-gallery):not(.local-guides-story):not(.meeting-master):before{display:none!important;background:none!important}
.payment-trust{display:grid;gap:11px;margin-top:18px;padding-top:17px;border-top:1px solid var(--line)}
.payment-trust-copy{display:flex;align-items:center;gap:10px}
.payment-trust-copy p{display:grid;gap:2px;margin:0;line-height:1.25}
.payment-trust-copy strong{color:var(--ink);font-size:.76rem}
.payment-trust-copy small{color:var(--muted);font-size:.66rem}
.payment-lock{position:relative;flex:0 0 24px;width:24px;height:22px;border:2px solid var(--teal-dark);border-radius:4px}
.payment-lock:before{content:"";position:absolute;left:5px;top:-11px;width:10px;height:10px;border:2px solid var(--teal-dark);border-bottom:0;border-radius:8px 8px 0 0}
.payment-lock:after{content:"";position:absolute;left:9px;top:7px;width:3px;height:6px;border-radius:2px;background:var(--teal-dark)}
.payment-marks{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.payment-marks>span{height:27px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #d9e1e2;border-radius:4px;background:#fff}
.stripe-mark{color:#635bff;font:800 1rem/1 "Trebuchet MS",sans-serif;letter-spacing:-.06em}
.visa-mark{color:#1434cb;font:900 .82rem/1 Arial,sans-serif;font-style:italic;letter-spacing:-.04em}
.mastercard-mark{position:relative;min-width:72px;padding-left:32px!important;color:#222;font:700 .55rem/1 Arial,sans-serif}
.mastercard-mark i{position:absolute;left:8px;width:17px;height:17px;border-radius:50%;background:#eb001b}
.mastercard-mark i:nth-child(2){left:18px;background:#f79e1b;opacity:.92}
.mastercard-mark b{position:relative;font-weight:700}
.booking-modal{width:min(980px,94vw);max-width:none;height:min(860px,92vh);max-height:none;padding:0;border:0;border-radius:16px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.32);overflow:hidden}
.booking-modal::backdrop{background:rgba(3,25,32,.7);backdrop-filter:blur(3px)}
.booking-modal-shell{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fff}
.booking-modal-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 22px;border-bottom:1px solid var(--line);background:#fff}
.booking-modal-header p{margin:0;color:var(--teal-dark);font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.booking-modal-header h2{margin:3px 0 0;font-family:"Trebuchet MS","Segoe UI",sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}
.booking-modal-close{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:1.65rem;line-height:1;cursor:pointer}
.booking-modal-close:hover,.booking-modal-close:focus-visible{background:var(--aqua-wash);border-color:var(--teal)}
.booking-modal-content{min-height:0;overflow:auto;background:#fff}
.booking-modal-content iframe{display:block;width:100%;height:100%;min-height:680px;border:0;background:#fff}
.booking-modal-widget{width:100%;min-height:680px;padding:18px;background:#fff}
.booking-modal-footer{display:flex;align-items:center;gap:9px;padding:12px 22px;border-top:1px solid var(--line);background:#f8fbfb;color:var(--muted);font-size:.72rem}
.booking-modal-footer .payment-lock{transform:scale(.72);transform-origin:center}
.booking-modal-footer a{margin-left:auto;color:var(--teal-dark);font-weight:800;text-decoration:none}
.booking-modal-open{overflow:hidden}
@media(max-width:768px){.booking-modal{display:none}.payment-trust{padding-bottom:2px}}

/* 1.0.32: seamless white desktop, authentic trust treatment and disclosure rhythm. */
html,body,body.single,body.single-tour,.site,.site-main,#main-content{background:#fff!important}
.master-layout:before{display:none!important}
.local-guides-story>div:after{right:-17px;bottom:-17px;width:68px;height:68px;opacity:.2;transform:rotate(16deg);filter:none}
.payment-marks{gap:12px}
.payment-marks>a,.payment-marks>span{box-sizing:border-box;height:30px;background:#fff}
.stripe-badge{display:flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid #d9e1e2;border-radius:5px;color:#0a2540;text-decoration:none}
.stripe-badge small{font:500 .52rem/1.05 Arial,sans-serif;color:#425466}
.stripe-badge strong{color:#635bff;font:800 1rem/1 Arial,sans-serif;letter-spacing:-.065em}
.visa-brand{display:inline-flex;align-items:center;padding:0 8px;border:0!important;color:#1434cb;font:900 italic 1rem/1 Arial,sans-serif;letter-spacing:-.075em}
.mastercard-brand{position:relative;display:inline-flex;align-items:flex-end;justify-content:center;width:62px;padding-bottom:1px;border:0!important}
.mastercard-brand i{position:absolute;top:1px;width:20px;height:20px;border-radius:50%;background:#eb001b}
.mastercard-brand i:first-child{left:13px}
.mastercard-brand i:nth-child(2){left:27px;background:#f79e1b;mix-blend-mode:multiply}
.mastercard-brand small{position:relative;color:#161616;font:600 .48rem/1 Arial,sans-serif;letter-spacing:-.02em}
.know-before-section details{background:var(--warm-cream)!important}
.know-before-section details:nth-of-type(even){background:var(--aqua-wash)!important}
@media(max-width:900px){
  .conversion-faq-list details:nth-child(odd){background:var(--warm-cream)!important}
  .conversion-faq-list details:nth-child(even){background:var(--aqua-wash)!important}
}

/* v1.1.45 — Blocksy-safe sticky booking column and All Activities interactions */
@media (min-width:1181px){
  html body.single-tour,
  body.single-tour #page,
  body.single-tour .site,
  body.single-tour .site-content,
  body.single-tour .content-area,
  body.single-tour .ct-container,
  body.single-tour .ct-container-full,
  body.single-tour .ct-container-fluid,
  body.single-tour .ct-content-container,
  body.single-tour #main,
  body.single-tour #main-container,
  body.single-tour #main-content,
  body.single-tour main,
  body.single-tour .site-main,
  body.single-tour article,
  body.single-tour .entry-content,
  body.single-tour .tour-main,
  body.single-tour .master-layout{
    overflow:visible!important;
    overflow-y:visible!important;
    contain:none!important;
  }
  body.single-tour .master-layout{
    align-items:start!important;
    transform:none!important;
  }
  body.single-tour .master-booking{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:24px!important;
    align-self:start!important;
    height:max-content!important;
    z-index:40!important;
  }
}

.activities-page .tour-view,
.activities-page .tour-book,
.activities-page .travel-button,
.activities-page .activities-hero-copy a,
.activities-page .activities-segway a,
.activities-page .activities-help a,
.activities-page .floating-all-tours{
  transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease!important;
}
.activities-page .tour-view{
  background:#fff!important;
  color:#087e83!important;
  border-color:#42b6c6!important;
}
.activities-page .tour-view:hover,
.activities-page .tour-view:focus-visible{
  background:#edf8f6!important;
  color:#e97713!important;
  border-color:#e97713!important;
  transform:translateY(-2px);
}
.activities-page .tour-book,
.activities-page .travel-button,
.activities-page .activities-hero-copy a,
.activities-page .activities-segway a,
.activities-page .activities-help a,
.activities-page .floating-all-tours{
  background:#0b8884!important;
  color:#fff!important;
  border-color:#0b8884!important;
}
.activities-page .tour-book:hover,
.activities-page .tour-book:focus-visible,
.activities-page .travel-button:hover,
.activities-page .travel-button:focus-visible,
.activities-page .activities-hero-copy a:hover,
.activities-page .activities-hero-copy a:focus-visible,
.activities-page .activities-segway a:hover,
.activities-page .activities-segway a:focus-visible,
.activities-page .activities-help a:hover,
.activities-page .activities-help a:focus-visible,
.activities-page .floating-all-tours:hover,
.activities-page .floating-all-tours:focus-visible{
  background:#e97713!important;
  color:#fff!important;
  border-color:#e97713!important;
  transform:translateY(-2px);
}

/* Definitive Blocksy compatibility overrides — 1.1.43 */
body.single-tour .master-hero-copy h1,
body.single-tour .master-hero-copy .hero-lead,
body.single-tour .master-hero-copy .hero-rating strong{color:#fff!important}
body.single-tour .master-hero-copy h1{text-shadow:0 3px 18px rgba(3,28,35,.32)!important}
body.single-tour .master-hero .hero-badge{background:#fff!important;color:#092f38!important}
body.single-tour .tour-content h2,
body.single-tour .tour-content h3,
body.single-tour .booking-card h2,
body.single-tour .booking-card h3,
body.single-tour .booking-price strong{color:#092f38!important}
body.single-tour .tour-content p,
body.single-tour .tour-content li,
body.single-tour .booking-card p,
body.single-tour .booking-card li,
body.single-tour .booking-price span{color:#42585e}
body.single-tour .section-kicker,
body.single-tour .booking-label{color:#008b88!important}
body.single-tour .book-button,
body.single-tour .booking-date-button,
body.single-tour .mobile-booking-bar a,
body.single-tour .tour-final-cta .book-button{
  background:#0b8884!important;
  color:#fff!important;
  border-color:#0b8884!important;
}
body.single-tour .book-button:hover,
body.single-tour .booking-date-button:hover,
body.single-tour .mobile-booking-bar a:hover,
body.single-tour .tour-final-cta .book-button:hover{background:#076f6c!important;color:#fff!important}
body.single-tour .route-map-illustration{position:relative!important}
body.single-tour .route-map-link{display:flex!important;visibility:visible!important;opacity:1!important;background:#fff!important;color:#092f38!important}
@media(min-width:1181px){
  body.single-tour .site,
  body.single-tour .site-content,
  body.single-tour .content-area,
  body.single-tour .ct-container,
  body.single-tour .ct-container-full,
  body.single-tour #main,
  body.single-tour #main-container,
  body.single-tour #main-content,
  body.single-tour .site-main,
  body.single-tour .master-layout{overflow:visible!important;contain:none!important}
  body.single-tour .master-booking{position:sticky!important;top:24px!important;align-self:start!important;height:max-content!important}
}

/* Blocksy compatibility and approved tour palette — 1.1.43 */
body.single-tour{
  --ink:#0b2d36;
  --muted:#536970;
  --teal:#1ea9a5;
  --teal-dark:#087d7b;
  --line:#d7e2e2;
}
body.single-tour .master-hero-copy h1,
body.single-tour .master-hero-copy .hero-lead{color:#fff!important}
body.single-tour .master-hero-copy h1{text-shadow:0 3px 18px rgba(3,28,35,.28)}
body.single-tour .master-hero .hero-badge{background:#fff!important;color:#0b2d36!important}
body.single-tour .master-layout h2,
body.single-tour .master-layout h3,
body.single-tour .master-layout h4,
body.single-tour .booking-card,
body.single-tour .booking-card strong,
body.single-tour .booking-price strong{color:#0b2d36!important}
body.single-tour .master-layout p,
body.single-tour .master-layout li,
body.single-tour .booking-price span{color:#42585e}
body.single-tour .booking-label,
body.single-tour .booking-kicker,
body.single-tour .section-kicker{color:#087d7b!important}
body.single-tour .book-button,
body.single-tour .booking-date-button,
body.single-tour .inline-conversion-cta,
body.single-tour .mobile-booking-bar a{background:#087d7b!important;color:#fff!important}
body.single-tour .book-button:hover,
body.single-tour .booking-date-button:hover,
body.single-tour .inline-conversion-cta:hover,
body.single-tour .mobile-booking-bar a:hover{background:#075f5e!important;color:#fff!important}
body.single-tour .tour-content a:not(.book-button):not(.route-map-link){color:#087d7b}
body.single-tour .route-map-illustration,
body.single-tour .route-map-illustration figure{position:relative!important;overflow:visible!important}
body.single-tour .route-map-link{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:12!important;
  background:#fff!important;
  color:#0b2d36!important;
}
@media(min-width:1181px){
  body.single-tour #main,
  body.single-tour #main-content,
  body.single-tour .site-main,
  body.single-tour .content-area,
  body.single-tour .ct-container,
  body.single-tour .ct-container-full,
  body.single-tour .master-layout{overflow:visible!important}
  body.single-tour .master-layout{align-items:start!important}
  body.single-tour .master-booking{
    position:sticky!important;
    top:24px!important;
    align-self:start!important;
    height:max-content!important;
    z-index:8!important;
  }
}

/* 1.1.40: preserve the approved brand palette under Blocksy and finish All Activities. */
.site-header .desktop-nav a,
.site-header .desktop-tour-trigger,
.site-header .mobile-menu summary,
.site-header .mobile-menu a{
  color:var(--ink)!important;
}
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible,
.site-header .desktop-tour-trigger:hover,
.site-header .desktop-tour-trigger:focus-visible,
.site-header .mobile-menu a:hover,
.site-header .mobile-menu a:focus-visible{
  color:var(--teal-dark)!important;
}
.site-header .language-select a{color:var(--ink)!important}
.site-header .language-select a.current,
.site-header .language-select a[aria-current="page"]{
  background:var(--ink)!important;
  color:var(--white)!important;
}
.btn,.tour-book,.activities-page .activities-segway a,.activities-page .activities-help a{
  background:var(--teal-dark)!important;
  color:var(--white)!important;
}
.activities-panot-divider{
  width:min(var(--home-content-width),calc(100% - 96px));
  height:34px;
  margin:clamp(58px,7vw,100px) auto 0;
  background:
    linear-gradient(90deg,transparent,#4bb4c3 88%,transparent) left center/46% 1px no-repeat,
    linear-gradient(90deg,transparent,#4bb4c3 12%,transparent) right center/46% 1px no-repeat,
    url('../images/panot-flor.svg') center/26px 26px no-repeat;
}
.activities-page .activities-help{
  margin-bottom:clamp(56px,6vw,96px)!important;
}
@media(max-width:700px){
  .activities-panot-divider{
    width:calc(100% - 32px);
    margin-top:52px;
  }
  .route-map-illustration .route-map-link{
    position:static!important;
    display:flex!important;
    width:100%!important;
    min-height:48px;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    visibility:visible!important;
    opacity:1!important;
  }
  .activities-page .activities-help{
    margin-bottom:56px!important;
  }
}


/* Mobile carousel controls and conversion layout 1.1.04 */
.mobile-carousel-controls{display:none}
@media(max-width:700px){
  .travel-hero-inner{text-align:center}
  .travel-hero h1,.travel-hero p,.travel-hero .hero-tripadvisor{margin-left:auto!important;margin-right:auto!important}
  .travel-hero .hero-tripadvisor{justify-content:center}
  .mobile-carousel-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin:4px auto 24px}
  .mobile-carousel-controls button{display:grid;place-items:center;width:46px;height:46px;padding:0;border:2px solid #42b6c6;border-radius:50%;background:#fff;color:#102f37;font-size:1.45rem;font-weight:900;line-height:1;box-shadow:0 7px 18px rgba(7,48,57,.12);cursor:pointer}
  .mobile-carousel-controls button:active{background:#42b6c6;color:#fff}
  .mobile-carousel-controls .carousel-status{min-width:48px;color:#102f37;font-family:Trebuchet MS,sans-serif;font-size:.82rem;font-weight:900;text-align:center}
  .tour-actions{display:flex!important;flex-direction:column!important}
  .tour-actions .tour-book{order:1}
  .tour-actions .tour-view{order:2}
  .floating-whatsapp{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:none!important;min-height:58px!important;justify-content:center;border-width:1px 0 0!important;border-radius:0!important;margin:0!important;padding:0 18px!important}
  body{padding-bottom:58px}
}

/* Guaranteed separators around What's included 1.1.10 */
.tour-inclusions-divider{display:none!important}
.tour-inclusions:before,.tour-inclusions:after{content:"";display:block!important;width:100%;height:34px;background:linear-gradient(90deg,transparent,#4bb4c3 88%,transparent) left center/46% 1px no-repeat,linear-gradient(90deg,transparent,#4bb4c3 12%,transparent) right center/46% 1px no-repeat,url('../images/panot-flor.svg') center/26px 26px no-repeat!important}
.tour-inclusions:before{margin:0 0 44px}
.tour-inclusions:after{margin:44px 0 0}
.tour-content>section:has(+.tour-inclusions-divider-top){border-bottom:0!important}
@media(max-width:700px){
  .tour-inclusions:before,.tour-inclusions:after{height:30px;background-size:44% 1px,44% 1px,24px 24px}
  .tour-inclusions:before{margin-bottom:34px}
  .tour-inclusions:after{margin-top:34px}
}

/* 1.0.33: official Bookeo embed and warmer, more playful disclosure cards. */
.payment-marks img{display:block;width:175px;max-width:100%;height:auto;object-fit:contain}
.conversion-faq,.know-before-section{position:relative;isolation:isolate}
.conversion-faq:after,.know-before-section:after{content:"";position:absolute;z-index:-1;right:8px;top:14px;width:118px;height:118px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.075;transform:rotate(13deg);pointer-events:none}
.conversion-faq-list{counter-reset:tuktuk-faq}
.conversion-faq-list details{counter-increment:tuktuk-faq;border-left:4px solid #e0a43a!important;box-shadow:0 5px 14px rgba(4,43,52,.055);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.conversion-faq-list details:nth-child(even){border-left-color:var(--teal)!important}
.conversion-faq-list details[open],.know-before-section details[open]{border-color:var(--teal)!important;box-shadow:0 10px 24px rgba(4,43,52,.1);transform:translateY(-1px)}
.conversion-faq-list summary{padding-left:62px!important}
.conversion-faq-list summary:before{content:counter(tuktuk-faq,decimal-leading-zero);position:absolute;left:19px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--teal-dark);font-size:.67rem;font-weight:900;letter-spacing:.03em;box-shadow:0 2px 8px rgba(4,43,52,.09)}
.know-before-section details{border-left:4px solid #e0a43a!important;box-shadow:0 5px 14px rgba(4,43,52,.055);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.know-before-section details:nth-of-type(even){border-left-color:var(--teal)!important}
.know-before-section summary{font-weight:800}
@media(min-width:900px){html[lang^="fr"] .know-before-section>h2{font-size:clamp(1.75rem,2.55vw,2.7rem)!important;white-space:nowrap}}
@media(max-width:640px){.conversion-faq:after,.know-before-section:after{width:82px;height:82px;right:0;top:18px;opacity:.065}.conversion-faq-list summary{padding-left:54px!important}.conversion-faq-list summary:before{left:15px;width:26px;height:26px}}

/* 1.0.34: uninterrupted white desktop canvas and reliable external booking. */
body.single-tour #main-container,body.single-tour .site-main,body.single-tour #main-content{background:#fff!important}
.master-layout{background:#fff!important;box-shadow:none!important;clip-path:none!important;overflow:visible!important}
.master-layout:before{display:none!important}

/* 1.0.38: supplied soft wave background, with conversion surfaces kept crisp. */
body.single-tour #main-container,body.single-tour .site-main,body.single-tour #main-content{background-color:#fff!important;background-image:url('../images/page-background.webp')!important;background-position:center top!important;background-size:100% auto!important;background-repeat:repeat-y!important;background-attachment:fixed!important}
.master-layout{background:transparent!important}
.tour-content>section,.tour-content>.wp-block-group{position:relative}
.booking-card,.local-guides-story,.conversion-benefit-grid article,.conversion-faq-list details,.know-before-section details,.related-card{background-color:#fff}
@media(max-width:760px){body.single-tour #main-container,body.single-tour .site-main,body.single-tour #main-content{background-attachment:scroll!important;background-size:auto 900px!important}}

/* 1.0.39: cleaner conversion canvas and clearer Barcelona panot accents. */
body.single-tour #main-container,body.single-tour .site-main,body.single-tour #main-content{background:#fff!important;background-image:none!important}
.master-layout{background:#fff!important}
.master-layout:after{opacity:.18!important;filter:saturate(1.3)}

/* 1.0.46: production accessibility, LCP and overflow safeguards. */
html,body{overflow-x:hidden}
@supports(overflow:clip){html,body{overflow-x:clip}}
.master-layout:after{right:8px}
.booking-date-button,.tour-final-cta .book-button,.mobile-booking-bar a{background:#087d7b}
.booking-date-button:hover,.booking-date-button:focus-visible,.tour-final-cta .book-button:hover,.tour-final-cta .book-button:focus-visible,.mobile-booking-bar a:hover,.mobile-booking-bar a:focus-visible{background:#075f5e}
.conversion-faq:after,.know-before-section:after{opacity:.11;filter:saturate(1.3)}
.local-guides-story>div:after{opacity:.24;filter:saturate(1.3)}

/* 1.0.41: official digital-wallet acceptance marks. */
.payment-marks{column-gap:10px;row-gap:8px}
.payment-marks img.card-payment-marks{width:158px;height:auto}
.payment-marks img.wallet-mark{width:auto;height:27px;max-width:none;object-fit:contain}
@media(max-width:420px){.payment-marks img.card-payment-marks{width:145px}.payment-marks img.wallet-mark{height:25px}}

/* 1.0.74: final 1.5 h route controls and aligned merchandising cards. */
.one-half-intro-title,.one-half-route-title{max-width:none;font-size:clamp(2rem,3vw,3.15rem)!important;line-height:1.06!important;white-space:nowrap}
.one-half-intro-title br,.one-half-route-title br{display:block}
.route-map-link-one-half{right:auto;left:18px}
.route-map-link-three-hour{right:auto;left:18px}
.related-image{position:relative}
.related-popular{position:absolute;z-index:2;top:16px;right:16px;padding:7px 13px;border:1px solid #879034;background:#e8e8a7;color:#172f35;font-size:.7rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;box-shadow:0 4px 12px rgba(4,43,52,.12)}
.related-summary{position:absolute;z-index:2;top:16px;left:16px;padding:7px 13px;border:1px solid rgba(8,134,133,.22);border-radius:3px;background:rgba(255,255,255,.94);color:var(--teal-dark);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px rgba(4,43,52,.12)}
.related-card-body>p.related-highlights{display:grid!important;grid-template-columns:28px 1fr;align-items:start;gap:10px;margin:4px 0 22px!important;padding:12px 13px;background:#edf8f6;border-left:3px solid var(--teal);border-radius:0 8px 8px 0;color:var(--ink)!important;font-size:.84rem!important;line-height:1.4!important}
.related-highlights-icon{width:24px;height:24px;fill:var(--teal-dark)}
.related-highlights strong{display:inline;color:#1699a6;font-weight:850}
.related-master .related-card-body>p:not(.related-meta):not(.related-highlights){min-height:4.2em}
.related-master .related-highlights{min-height:78px}
.payment-marks img.wallet-mark[alt="Apple Pay"]{height:23px}
.payment-marks img.wallet-mark-google{height:31px}
@media(max-width:420px){.payment-marks img.wallet-mark[alt="Apple Pay"]{height:21px}.payment-marks img.wallet-mark-google{height:28px}}
@media(max-width:720px){.one-half-intro-title,.one-half-route-title{white-space:normal}.related-master .related-card-body>p:not(.related-meta):not(.related-highlights),.related-master .related-highlights{min-height:0}.route-map-link-one-half,.route-map-link-three-hour{left:auto}}

/* Slightly richer rendering for the 1.5-hour photograph without adding a
   second image request or increasing the LCP asset weight. */
body.single-tour .master-hero.has-image{background-color:#16454d;background-blend-mode:normal}
.three-hour-intro-title{max-width:20ch;font-size:clamp(2rem,2.65vw,2.85rem)!important;line-height:1.06!important}
@media(max-width:720px){.three-hour-intro-title{max-width:none}}

/* 1.0.60: language-safe Know before cards. Legacy translated posts retain
   the tour-before class, so both selectors intentionally share the palette. */
.tour-before details,.know-before-section details{background:var(--warm-cream)!important;border-left:4px solid #e0a43a!important}
.tour-before details:nth-of-type(even),.know-before-section details:nth-of-type(even){background:var(--aqua-wash)!important;border-left-color:var(--teal)!important}
.tour-before details[open],.know-before-section details[open]{border-color:var(--teal)!important;box-shadow:0 10px 24px rgba(4,43,52,.1)}

/* Home inspired by the approved Blocksy Travel starter site */
.travel-home{--ink:#102f37;--teal:#0a918e;--orange:#e97713;--paper:#fff;--soft:#f5f7f7;background:#fff;color:var(--ink)}.travel-home h1,.travel-home h2,.travel-home h3{font-family:Georgia,"Times New Roman",serif}.travel-hero{min-height:82vh;display:flex;align-items:flex-end;position:relative;background-image:linear-gradient(90deg,rgba(5,28,35,.78),rgba(5,28,35,.18) 65%),var(--hero);background-size:cover;background-position:center}.travel-hero-inner{width:min(1540px,calc(100% - 48px));margin:0 auto;padding:clamp(90px,12vw,170px) 0;color:#fff}.travel-hero-inner>span,.travel-heading>span,.travel-about>div>span,.travel-values header>span{display:block;margin-bottom:14px;font-family:Trebuchet MS,sans-serif;font-size:.8rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.travel-hero h1{max-width:940px;margin:0;font-size:clamp(3.3rem,6.4vw,7rem);line-height:.98;color:#fff}.travel-hero p{max-width:760px;margin:25px 0 34px;font-size:1.18rem;line-height:1.65}.travel-button{display:inline-flex;min-height:54px;align-items:center;padding:0 28px;background:#fff;color:var(--ink);font-weight:900;text-decoration:none;border-radius:2px}.travel-button:hover{background:var(--orange);color:#fff}.travel-section{width:min(1620px,calc(100% - 48px));margin:auto;padding:105px 0}.travel-heading{margin-bottom:55px}.travel-heading>span,.travel-about>div>span{color:var(--teal)}.travel-heading h2,.travel-about h2,.travel-values h2{max-width:970px;margin:0;font-size:clamp(2.8rem,4.8vw,5.4rem);line-height:1}.travel-destinations{display:grid;grid-template-columns:repeat(5,1fr);gap:26px}.travel-destinations>a{position:relative;min-height:560px;overflow:hidden;border-radius:12px;background-image:linear-gradient(0deg,rgba(5,25,32,.82),rgba(5,25,32,0) 65%),var(--card);background-size:cover;background-position:center;color:#fff;text-decoration:none;box-shadow:0 14px 34px rgba(7,35,43,.1);transition:.3s}.travel-destinations>a:hover{transform:translateY(-7px);box-shadow:0 22px 45px rgba(7,35,43,.18)}.travel-destinations>a>div{position:absolute;inset:auto 26px 25px}.travel-destinations h3{margin:0 0 8px;color:#fff;font-size:1.75rem}.travel-destinations p{margin:0;font-size:1rem}.travel-center{text-align:center;margin:38px 0 0}.travel-text-link{color:var(--ink);font-weight:900;text-decoration:none;border-bottom:2px solid var(--orange)}.travel-about{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:105px max(24px,calc((100vw - 1540px)/2));background-color:#f7f8f8;background-image:url('../images/page-background.webp');background-size:900px auto}.travel-about>div{padding-right:clamp(40px,8vw,140px)}.travel-about h2{font-size:clamp(2.8rem,4.5vw,5rem)}.travel-about p{font-size:1.13rem;line-height:1.75}.travel-about img{width:100%;height:560px;object-fit:cover;border-radius:12px;box-shadow:20px 22px 0 rgba(10,145,142,.12)}.travel-choice{display:grid;grid-template-columns:1fr 1fr;gap:35px}.travel-choice>a{min-height:610px;position:relative;border-radius:12px;overflow:hidden;background-image:linear-gradient(0deg,rgba(5,25,32,.84),rgba(5,25,32,.04) 70%),var(--choice);background-size:cover;background-position:center;color:#fff;text-decoration:none}.travel-choice>a>div{position:absolute;left:42px;right:42px;bottom:38px}.travel-choice h3{margin:0;color:#fff;font-size:clamp(2.2rem,3.3vw,4rem)}.travel-choice p{max-width:520px;font-size:1.08rem}.travel-values{position:relative;padding:110px max(24px,calc((100vw - 1540px)/2));background-image:linear-gradient(rgba(4,35,43,.8),rgba(4,35,43,.8)),var(--values);background-size:cover;background-attachment:fixed;color:#fff}.travel-values header{text-align:center}.travel-values h2{margin:0 auto;color:#fff}.travel-values>div{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:60px}.travel-values article{min-height:260px;padding:38px;background:rgba(255,255,255,.94);color:var(--ink);border-top:5px solid var(--teal);border-radius:3px}.travel-values i{color:var(--orange);font-size:1.8rem}.travel-values h3{font-size:1.45rem}.travel-values p{line-height:1.65}.travel-gallery>div{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:22px}.travel-gallery figure{margin:0;overflow:hidden;border-radius:10px}.travel-gallery figure.wide{grid-column:span 2;grid-row:span 2}.travel-gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}.travel-gallery figure:hover img{transform:scale(1.04)}.travel-reviews{border-top:1px solid #dce5e5}.travel-reviews .travel-heading{text-align:center;margin-left:auto;margin-right:auto}.travel-reviews .travel-heading h2{margin:auto}.travel-reviews .travel-heading p{font-size:1.1rem}
@media(max-width:1100px){.travel-destinations{grid-template-columns:repeat(2,1fr)}.travel-destinations>a:last-child{grid-column:span 2}.travel-values>div{grid-template-columns:1fr 1fr}.travel-about{grid-template-columns:1fr;gap:55px}.travel-about>div{padding:0}.travel-choice>a{min-height:520px}}
@media(max-width:700px){.travel-hero{min-height:700px}.travel-hero-inner{width:calc(100% - 34px);padding:80px 0}.travel-hero h1{font-size:3rem}.travel-section{width:calc(100% - 34px);padding:75px 0}.travel-heading h2,.travel-about h2,.travel-values h2{font-size:2.8rem}.travel-destinations{display:block}.travel-destinations>a{display:block;min-height:470px;margin-bottom:22px}.travel-choice{display:block}.travel-choice>a{display:block;min-height:480px;margin-bottom:22px}.travel-choice>a>div{left:24px;right:24px;bottom:26px}.travel-about{padding:75px 20px}.travel-about img{height:400px}.travel-values{padding:75px 20px;background-attachment:scroll}.travel-values>div{display:block}.travel-values article{margin-top:20px}.travel-gallery>div{grid-template-columns:1fr 1fr;grid-auto-rows:210px}.travel-gallery figure.wide{grid-column:span 2}.travel-gallery figure:last-child{grid-column:span 2}}

/* Home refinement 1.0.87 */
.travel-hero{min-height:590px;height:min(68vw,690px);align-items:center;background-image:linear-gradient(90deg,rgba(4,29,35,.65),rgba(4,29,35,.04) 68%),var(--hero);background-position:center 58%}.travel-hero-inner{padding:60px 0}.travel-hero h1{max-width:800px;font-family:Trebuchet MS,sans-serif;font-size:clamp(2.8rem,5vw,5.3rem);font-weight:800;letter-spacing:.02em}.travel-hero p{max-width:710px;font-size:clamp(1.05rem,1.6vw,1.45rem);font-weight:700}.with-panot{position:relative}.with-panot:after{content:"";position:absolute;right:0;top:-28px;width:115px;height:115px;background:url('../images/panot-flor.svg') center/contain no-repeat;opacity:.1}.travel-tour-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px}.travel-tour-card{grid-column:span 2;overflow:hidden;background:#fff;border:4px solid #42b6c6;border-radius:14px;box-shadow:0 12px 30px rgba(7,48,57,.1)}.travel-tour-card:nth-child(1),.travel-tour-card:nth-child(2){grid-column:span 3}.tour-photo{position:relative;display:block;min-height:330px;overflow:hidden}.travel-tour-card:nth-child(-n+2) .tour-photo{min-height:390px}.tour-photo>img{position:absolute;width:100%;height:100%;object-fit:cover}.tour-photo:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(4,25,31,.34))}.tour-facts{position:absolute;z-index:2;left:22px;bottom:22px;display:flex;gap:8px;flex-wrap:wrap;max-width:74%}.tour-facts span{padding:7px 10px;background:rgba(255,255,255,.94);color:#172f35;font-size:.74rem;font-weight:900;text-transform:uppercase;border-radius:3px}.tour-price{position:absolute;z-index:2;right:20px;bottom:22px;padding:6px 10px;background:rgba(18,31,35,.82);color:#fff;text-align:center;text-transform:uppercase;border-radius:4px;font-size:.72rem}.tour-price strong{display:block;font-size:1.7rem}.tour-photo>em{position:absolute;z-index:3;right:22px;top:20px;padding:9px 18px;background:#dce9bc;color:#182b30;font-style:normal;font-weight:900;text-transform:uppercase;border-radius:4px}.tour-copy{padding:28px}.tour-copy h3{margin:0 0 13px;font-size:clamp(1.65rem,2.1vw,2.2rem)}.tour-copy>p{min-height:54px;line-height:1.55}.tour-copy>a{color:#078d8a;font-weight:900;text-decoration:none}.tour-highlight{display:flex;gap:13px;align-items:center;margin:22px 0;padding:15px 0;border-top:1px solid #e0e8e8;border-bottom:1px solid #e0e8e8}.tour-highlight>span{font-size:2rem;color:#083640}.tour-highlight p{margin:0}.tour-highlight b{color:#42b6c6}.travel-about{position:relative;min-height:760px;padding:90px max(24px,calc((100vw - 1540px)/2));background-image:linear-gradient(90deg,rgba(5,35,43,.15),rgba(5,35,43,.05)),url('../images/one-hour-barcelona-essential.webp');background-size:cover;background-position:center}.about-card{position:relative;z-index:2;max-width:600px;padding:58px;background:rgba(255,255,255,.94);border:4px solid #42b6c6;border-radius:14px;box-shadow:0 25px 60px rgba(0,0,0,.18)}.about-card .travel-button{background:#42b6c6;color:#fff}.about-panot{position:absolute!important;right:25px;top:25px!important;width:90px!important;height:90px!important;min-height:0!important;object-fit:contain!important;opacity:.12}.about-photo{display:none}.travel-values{padding-top:95px;padding-bottom:110px;background-image:linear-gradient(rgba(3,34,42,.43),rgba(3,34,42,.43)),var(--values)}.travel-values>div{grid-template-columns:repeat(3,1fr);max-width:1450px;margin:55px auto 0}.travel-values article{min-height:330px;border:4px solid #42b6c6;border-top-width:4px;background:rgba(255,255,255,.93);text-align:center;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.15)}.travel-values article:nth-child(4){grid-column:2}.travel-values i{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 22px;border:2px solid #42b6c6;border-radius:50%;font-size:2rem;color:#42b6c6}.travel-reviews{padding:95px max(24px,calc((100vw - 1540px)/2));background-image:linear-gradient(rgba(234,249,251,.74),rgba(234,249,251,.74)),var(--reviews);background-size:cover;background-position:center}.travel-reviews>div{padding:50px;background:rgba(255,255,255,.88);border:4px solid #42b6c6;border-radius:14px}.travel-reviews .travel-heading{text-align:center}.travel-reviews .travel-heading h2{margin:auto}.travel-reviews .with-panot:after{right:40px}
@media(max-width:1050px){.travel-tour-card,.travel-tour-card:nth-child(1),.travel-tour-card:nth-child(2){grid-column:span 3}.travel-tour-card:last-child{grid-column:2/span 4}.travel-values>div{grid-template-columns:1fr 1fr}.travel-values article:nth-child(4){grid-column:auto}}
@media(max-width:700px){.travel-hero{height:620px;min-height:620px;background-position:center}.travel-hero h1{font-size:2.75rem}.travel-hero p{font-size:1rem}.travel-tour-grid{display:block}.travel-tour-card{margin-bottom:24px}.travel-tour-card:last-child{width:auto}.tour-photo,.travel-tour-card:nth-child(-n+2) .tour-photo{min-height:310px}.tour-facts{left:13px;bottom:15px;max-width:72%}.tour-price{right:12px;bottom:15px}.tour-copy{padding:22px}.with-panot:after{width:75px;height:75px;top:-5px}.travel-about{min-height:700px;padding:70px 16px}.about-card{padding:38px 25px}.travel-values>div{display:block}.travel-values article{min-height:0}.travel-reviews{padding:70px 16px}.travel-reviews>div{padding:28px 18px}}

/* Hero and commercial cards refinement 1.0.88 */
.travel-hero{height:min(60vw,650px);min-height:530px;display:grid;align-items:center;overflow:hidden;background:none}.travel-hero>picture{position:absolute;inset:0}.travel-hero>picture img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.travel-hero-inner{position:relative;z-index:2;width:min(1540px,calc(100% - 48px));padding:0}.travel-hero h1{max-width:670px;margin-left:clamp(10px,4vw,68px);font-size:clamp(2.35rem,4.2vw,4.35rem);font-weight:800}.travel-hero p{max-width:650px;margin:18px 0 20px clamp(10px,4vw,68px);font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.45}.travel-hero .hero-tripadvisor{margin-left:clamp(10px,4vw,68px)}.tour-summary{position:absolute;z-index:4;left:20px;top:20px;padding:9px 13px;background:rgba(255,255,255,.94);color:#087e83;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;border-radius:3px}.tour-photo>em{top:20px}.tour-photo>em+.tour-summary{top:68px}.tour-copy{display:flex;flex-direction:column;height:calc(100% - 330px)}.travel-tour-card:nth-child(-n+2) .tour-copy{height:calc(100% - 390px)}.tour-copy>p{min-height:118px}.travel-tour-card:nth-child(-n+2) .tour-copy>p{min-height:92px}.tour-highlight svg{flex:0 0 42px;width:42px;height:42px;fill:#083640}.tour-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto;padding-top:10px}.tour-actions a{display:flex;min-height:48px;align-items:center;justify-content:center;padding:10px 14px;font-weight:900;text-align:center;text-transform:uppercase;text-decoration:none;border-radius:3px}.tour-view{border:2px solid #42b6c6;color:#087e83}.tour-book{background:#42b6c6;color:#fff}.tour-book:hover{background:#087e83;color:#fff}
@media(max-width:1050px){.tour-copy,.travel-tour-card:nth-child(-n+2) .tour-copy{height:auto}.tour-copy>p,.travel-tour-card:nth-child(-n+2) .tour-copy>p{min-height:0}}
@media(max-width:700px){.travel-hero{height:690px;min-height:690px}.travel-hero>picture img{object-position:center}.travel-hero-inner{width:calc(100% - 30px);align-self:center}.travel-hero h1{margin-left:12px;font-size:2.25rem}.travel-hero p{max-width:330px;margin-left:12px;font-size:.96rem}.travel-hero .hero-tripadvisor{margin-left:12px;flex-wrap:wrap}.tour-summary{left:12px;top:12px}.tour-photo>em{right:12px;top:12px}.tour-actions{grid-template-columns:1fr}.tour-copy>p{min-height:0}}
.travel-tour-card:first-child .tour-summary{top:68px}
/* Final alignment pass for hero and tour catalogue 1.0.89 */
.travel-hero-inner,.travel-section{width:min(1260px,calc(100% - 40px))}.travel-hero>picture img{object-position:center bottom}.travel-hero h1,.travel-hero p,.travel-hero .hero-tripadvisor{margin-left:0}.travel-section#tours{padding-top:74px}.tours-heading{max-width:100%;margin:0 auto 48px;text-align:center}.tours-heading h2{max-width:100%;margin:auto;font-family:Trebuchet MS,sans-serif;font-size:clamp(1.55rem,2.25vw,2.35rem);font-weight:850;letter-spacing:.025em}.travel-tour-grid{gap:24px}.travel-tour-card{border-width:3px}.tour-photo{min-height:255px}.travel-tour-card:nth-child(-n+2) .tour-photo{min-height:330px}.tour-copy{height:calc(100% - 255px);padding:24px}.travel-tour-card:nth-child(-n+2) .tour-copy{height:calc(100% - 330px)}.tour-copy h3{font-size:clamp(1.45rem,1.75vw,1.85rem)}.tour-copy>p{font-size:.92rem;line-height:1.52}.tour-facts{left:15px;bottom:15px;gap:6px}.tour-facts span{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;font-size:.68rem}.tour-facts img{width:17px;height:17px;object-fit:contain}.tour-facts span:last-child img{width:21px}.tour-price{right:14px;bottom:15px}.tour-price strong{font-size:1.5rem}.travel-tour-card:first-child .tour-summary{top:20px}.tour-summary{left:15px;top:15px;padding:7px 10px}.tour-photo>em{right:15px;top:15px;padding:7px 12px;font-size:.7rem}.tour-highlight{margin:16px 0;padding:12px 0}.tour-highlight svg{flex-basis:34px;width:34px;height:34px}.tour-highlight p{font-size:.85rem}.tour-actions a{min-height:44px;font-size:.75rem}
@media(max-width:1050px){.travel-hero-inner,.travel-section{width:min(920px,calc(100% - 34px))}.tour-copy,.travel-tour-card:nth-child(-n+2) .tour-copy{height:auto}}
@media(max-width:700px){.travel-hero-inner,.travel-section{width:calc(100% - 28px)}.travel-hero>picture img{object-position:center bottom}.travel-section#tours{padding-top:58px}.tours-heading h2{font-size:1.5rem}.tour-photo,.travel-tour-card:nth-child(-n+2) .tour-photo{min-height:300px}.tour-facts{max-width:76%}.tour-facts span{font-size:.63rem}.tour-summary{top:12px!important;left:12px}.tour-photo>em{top:50px;left:12px;right:auto}.tour-copy{padding:20px}.tour-copy h3{font-size:1.6rem}}

/* Hero and tour catalogue refinement 1.0.90 */
.top-note{background:#dce9bc!important;color:#102f37!important}
.travel-hero-inner,.travel-section{width:min(1450px,calc(100% - 120px))}
.travel-hero p{max-width:790px;font-size:clamp(1.2rem,1.52vw,1.48rem);line-height:1.35}
.hero-panot{width:52px;height:52px;margin-top:14px;object-fit:contain}
.tours-heading:after{content:"";display:block;width:290px;height:24px;margin:25px auto 0;background:linear-gradient(90deg,transparent 0,#42b6c6 16%,#42b6c6 46%,transparent 46%,transparent 54%,#42b6c6 54%,#42b6c6 84%,transparent 100%) center/100% 2px no-repeat,url('../images/panot-flor.svg') center/20px 20px no-repeat}
.tour-facts img{filter:brightness(0) saturate(100%);opacity:.9}
@media(max-width:1050px){.travel-hero-inner,.travel-section{width:min(920px,calc(100% - 44px))}}
@media(max-width:700px){.travel-hero-inner,.travel-section{width:calc(100% - 28px)}.travel-hero p{max-width:350px;font-size:1.06rem}.hero-panot{width:43px;height:43px;margin-left:12px}.tours-heading:after{width:220px}}

/* Homepage catalogue and About Us refinement 1.0.91 */
.site-header{padding-top:35px}.top-note{position:fixed;top:0;left:0;right:0;z-index:9999;box-shadow:0 2px 8px rgba(7,47,55,.12)}.admin-bar .top-note{top:32px}
.travel-home .travel-hero-inner,.travel-home .travel-section{width:min(1400px,calc(100% - 64px))!important;max-width:1400px!important}
.travel-about{min-height:760px;padding:78px max(32px,calc((100vw - 1400px)/2));background-image:url('../images/home-about-bg.webp');background-size:cover;background-position:center}
.about-card{max-width:660px;padding:50px 54px;background:rgba(255,255,255,.95)}
.about-card>p{margin:13px 0;font-size:1.02rem;line-height:1.62}
.about-card>p a{color:#087e83;font-weight:900}
.about-links{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.about-links>a{display:flex;min-height:112px;flex-direction:column;justify-content:center;padding:18px 20px;border:2px solid #42b6c6;border-radius:8px;background:#fff;color:#102f37;text-decoration:none;transition:.2s}
.about-links>a:hover,.about-links>a:focus-visible{transform:translateY(-2px);background:#edfafa;box-shadow:0 10px 24px rgba(7,48,57,.12)}
.about-links strong{font-size:1rem;text-transform:uppercase;letter-spacing:.04em}
.about-links span{margin-top:6px;font-size:.82rem;line-height:1.35;color:#31515a}
@media(max-width:1050px){.travel-home .travel-hero-inner,.travel-home .travel-section{width:min(920px,calc(100% - 44px))!important}.travel-about{padding:65px 30px}}
@media(max-width:782px){.admin-bar .top-note{top:46px}}
@media(max-width:700px){.site-header{padding-top:31px}.travel-home .travel-hero-inner,.travel-home .travel-section{width:calc(100% - 28px)!important}.travel-about{min-height:0;padding:58px 18px;background-position:66% center}.about-card{padding:38px 24px}.about-links{grid-template-columns:1fr}.about-links>a{min-height:98px}}

/* Visually verified homepage spacing 1.0.92 */
.travel-home #tours{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
.travel-home #tours .travel-tour-grid{width:min(1320px,calc(100% - 96px))!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important}
.travel-home #tours .travel-center{width:min(1320px,calc(100% - 96px));margin-left:auto;margin-right:auto}
.travel-hero p{width:620px;max-width:calc(100% - 24px);font-size:clamp(1.32rem,1.7vw,1.58rem);line-height:1.38}
.travel-about{min-height:940px;background-size:92% auto;background-repeat:no-repeat;background-color:#eef0e7}
.about-card h2{max-width:15ch;font-size:clamp(2.05rem,3vw,3.35rem);line-height:1.04}
@media(max-width:1050px){.travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:min(920px,calc(100% - 54px))!important}.travel-about{min-height:780px;background-size:cover}}
@media(max-width:700px){.travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:calc(100% - 32px)!important}.travel-hero p{width:330px;font-size:1.12rem}.travel-about{min-height:0;background-size:cover}.about-card h2{max-width:16ch;font-size:2.15rem}}

/* One shared alignment grid across the complete homepage 1.0.93 */
.travel-home{--home-content-width:1320px}
.top-note{background:#e97713!important;color:#fff!important}
.travel-home .travel-hero-inner,.travel-home .travel-section,.travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:min(var(--home-content-width),calc(100% - 96px))!important;max-width:var(--home-content-width)!important;margin-left:auto!important;margin-right:auto!important}
.travel-home #tours{width:min(var(--home-content-width),calc(100% - 96px))!important;max-width:var(--home-content-width)!important;padding-left:0!important;padding-right:0!important}
.travel-about,.travel-values,.travel-reviews{padding-left:max(48px,calc((100vw - var(--home-content-width))/2))!important;padding-right:max(48px,calc((100vw - var(--home-content-width))/2))!important}
.travel-values>header,.travel-values>div,.travel-reviews>div{width:100%;max-width:var(--home-content-width);margin-left:auto;margin-right:auto}
.travel-about{min-height:820px;background-image:linear-gradient(90deg,rgba(4,34,42,.1),rgba(4,34,42,.02)),url('../images/three-hour-panoramic-barcelona.webp');background-size:cover;background-position:center;background-repeat:no-repeat;background-color:transparent}
.about-card{margin-left:0}
@media(max-width:1050px){.travel-home .travel-hero-inner,.travel-home .travel-section,.travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:min(920px,calc(100% - 54px))!important}.travel-about,.travel-values,.travel-reviews{padding-left:27px!important;padding-right:27px!important}}
@media(max-width:700px){.travel-home .travel-hero-inner,.travel-home .travel-section,.travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:calc(100% - 32px)!important}.travel-about,.travel-values,.travel-reviews{padding-left:16px!important;padding-right:16px!important}.travel-about{min-height:0;background-position:58% center}}

/* Home refinement: contrast, separators and six conversion reasons */
.travel-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(3,22,29,.84) 0%,rgba(3,22,29,.67) 27%,rgba(3,22,29,.28) 48%,rgba(3,22,29,0) 70%)}
.travel-hero-inner{position:relative;z-index:2}
.home-section-divider{width:min(var(--home-content-width),calc(100% - 96px));height:34px;margin:52px auto -20px;background:linear-gradient(90deg,transparent,#4bb4c3 88%,transparent) left center/46% 1px no-repeat,linear-gradient(90deg,transparent,#4bb4c3 12%,transparent) right center/46% 1px no-repeat,url('../images/panot-flor.svg') center/26px 26px no-repeat}
.travel-choice-section .travel-heading{max-width:none}
.travel-choice-section .travel-heading span,.travel-choice-section .travel-heading h2{max-width:none;white-space:nowrap}
.travel-choice-section .travel-heading h2{font-size:clamp(2.4rem,3.25vw,4rem)}
.travel-choice>a{background-image:linear-gradient(0deg,rgba(4,25,32,.58) 0%,rgba(4,25,32,.15) 42%,rgba(4,25,32,0) 72%),var(--choice)!important;filter:saturate(1.12) brightness(1.08)}
.travel-values{background-image:linear-gradient(rgba(3,34,42,.14),rgba(3,34,42,.2)),url('../images/home-values-desktop.webp')!important;background-size:cover!important;background-position:center!important}
.travel-values>div{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important}
.travel-values article{min-height:360px!important;padding:42px 34px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}
.travel-values article:nth-child(4){grid-column:auto!important}
.travel-values .value-icon{display:block;width:66px;height:66px;object-fit:contain;margin:0 auto 20px}
.travel-values article h3{margin:0 0 16px}.travel-values article p{margin:0}
@media(max-width:1050px){.travel-values{background-image:linear-gradient(rgba(3,34,42,.14),rgba(3,34,42,.2)),url('../images/home-values-tablet.webp')!important}.travel-values>div{grid-template-columns:repeat(2,minmax(0,1fr))!important}.travel-choice-section .travel-heading span,.travel-choice-section .travel-heading h2{white-space:normal}}
@media(max-width:700px){.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.84),rgba(3,22,29,.57) 60%,rgba(3,22,29,.2))}.home-section-divider{width:calc(100% - 32px);margin-top:34px}.travel-values{background-image:linear-gradient(rgba(3,34,42,.16),rgba(3,34,42,.22)),url('../images/home-values-mobile.webp')!important}.travel-values>div{grid-template-columns:1fr!important}.travel-values article{min-height:0!important;padding:34px 26px!important}.travel-choice-section .travel-heading h2{font-size:clamp(2rem,10vw,3rem)}}

/* Home refinement 1.0.95 */
.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.62) 0%,rgba(3,22,29,.42) 28%,rgba(3,22,29,.14) 50%,rgba(3,22,29,0) 70%)}
#tours .tours-heading{margin-bottom:78px}
.travel-about{isolation:isolate;overflow:hidden;background-image:none!important;background-color:#fff!important}
.travel-about:before{content:"";position:absolute;inset:0;z-index:0;background:url('../images/three-hour-panoramic-barcelona.webp') center/cover no-repeat;filter:brightness(1.12) saturate(1.18) contrast(1.03);transform:scale(1.01)}
.travel-about .about-card{position:relative;z-index:2}
.values-gallery-divider{margin-top:58px;margin-bottom:-24px}
.gallery-heading h2{font-size:clamp(2.4rem,3.25vw,4rem)}
.floating-whatsapp{position:fixed;right:28px;bottom:28px;z-index:9990;display:flex;align-items:center;gap:12px;min-height:62px;padding:0 24px;background:#dce9bc;color:#102f37;border:1px solid rgba(16,47,55,.18);border-radius:4px;box-shadow:0 12px 34px rgba(4,31,38,.24);font-family:Trebuchet MS,sans-serif;font-size:1rem;font-weight:900;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:transform .2s,box-shadow .2s}
.floating-whatsapp:hover,.floating-whatsapp:focus-visible{color:#102f37;transform:translateY(-3px);box-shadow:0 16px 38px rgba(4,31,38,.3)}
.floating-whatsapp svg{width:25px;height:25px;fill:currentColor}
@media(max-width:700px){.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.66) 0%,rgba(3,22,29,.43) 62%,rgba(3,22,29,.12) 100%)}#tours .tours-heading{margin-bottom:58px}.travel-about:before{background-position:58% center;filter:brightness(1.09) saturate(1.15) contrast(1.02)}.gallery-heading h2{font-size:clamp(2rem,10vw,3rem)}.floating-whatsapp{right:14px;bottom:14px;min-height:54px;padding:0 17px;font-size:.82rem}.floating-whatsapp svg{width:23px;height:23px}}

/* Hero typography and visual consistency test 1.0.96 */
.travel-hero:after{display:none}
.travel-hero h1{color:#fff;text-shadow:0 3px 5px rgba(2,19,24,.88),0 1px 1px rgba(2,19,24,.95),1px 0 1px rgba(2,19,24,.78),-1px 0 1px rgba(2,19,24,.78)}
.travel-hero-inner>p{color:#fff;text-shadow:0 2px 4px rgba(2,19,24,.95),0 1px 1px rgba(2,19,24,.95),1px 0 1px rgba(2,19,24,.7),-1px 0 1px rgba(2,19,24,.7)}
#tours .tours-heading:after{width:100%;height:34px;margin-top:28px;background:linear-gradient(90deg,transparent,#4bb4c3 88%,transparent) left center/46% 1px no-repeat,linear-gradient(90deg,transparent,#4bb4c3 12%,transparent) right center/46% 1px no-repeat,url('../images/panot-flor.svg') center/26px 26px no-repeat}
.travel-values header>span{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 18px;padding:9px 17px;background:rgba(7,46,55,.84);color:#fff;border:1px solid rgba(255,255,255,.28);border-radius:4px;box-shadow:0 7px 20px rgba(3,25,31,.22);text-shadow:0 1px 2px rgba(0,0,0,.45)}
.travel-values header h2{text-shadow:0 2px 5px rgba(2,20,25,.7)}
.floating-whatsapp{gap:11px}
.floating-whatsapp .whatsapp-icon{display:grid;place-items:center;width:37px;height:37px;flex:0 0 37px;background:#25d366;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.floating-whatsapp .whatsapp-icon svg{width:23px;height:23px;fill:#fff}
@media(max-width:700px){#tours .tours-heading:after{height:30px;background-size:44% 1px,44% 1px,23px 23px}.travel-hero h1{text-shadow:0 3px 5px rgba(2,19,24,.9),0 1px 1px #061a20}.travel-hero-inner>p{text-shadow:0 2px 4px rgba(2,19,24,.95),0 1px 1px #061a20}.floating-whatsapp .whatsapp-icon{width:34px;height:34px;flex-basis:34px}.floating-whatsapp .whatsapp-icon svg{width:21px;height:21px}}

/* Lighter hero and identity details 1.0.97 */
.travel-hero:after{display:block;background:linear-gradient(90deg,rgba(3,22,29,.34) 0%,rgba(3,22,29,.19) 30%,rgba(3,22,29,.06) 52%,rgba(3,22,29,0) 68%)}
.travel-hero h1,.travel-hero-inner>p{text-shadow:none}
.hero-panot{display:block;width:88px;height:88px;margin:18px 0 0 58px;padding:7px;background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.55);border-radius:50%;box-shadow:0 7px 18px rgba(3,25,31,.2);transform:rotate(-9deg);opacity:.96}
.floating-whatsapp .whatsapp-icon{background:transparent;border:2px solid currentColor;box-shadow:none}
.floating-whatsapp .whatsapp-icon svg{fill:currentColor}
@media(max-width:700px){.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.38) 0%,rgba(3,22,29,.21) 64%,rgba(3,22,29,.05) 100%)}.hero-panot{width:68px;height:68px;margin:15px 0 0 30px;padding:6px;border-width:1.5px}.travel-hero h1,.travel-hero-inner>p{text-shadow:none}}

/* Clean hero Panot and tour heading hierarchy 1.0.98 */
.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.27) 0%,rgba(3,22,29,.14) 31%,rgba(3,22,29,.035) 52%,rgba(3,22,29,0) 66%)}
.hero-panot{width:112px;height:112px;margin:18px 0 0 52px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;transform:rotate(-11deg);opacity:.95}
#tours .tours-heading{text-align:left}
#tours .tours-heading>span{color:#0a918e}
#tours .tours-heading h2{max-width:none;font-size:clamp(2.4rem,3.25vw,4rem);text-transform:none}
@media(max-width:700px){.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.3) 0%,rgba(3,22,29,.16) 66%,rgba(3,22,29,.035) 100%)}.hero-panot{width:82px;height:82px;margin:14px 0 0 25px;padding:0;border:0}#tours .tours-heading h2{font-size:clamp(2rem,10vw,3rem)}}

/* Homepage completion and conversion sections 1.0.99 */
.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.27) 0%,rgba(3,22,29,.14) 40%,rgba(3,22,29,.035) 69%,rgba(3,22,29,0) 80%)}
.travel-tour-grid{align-items:stretch}
.travel-tour-card{display:flex;flex-direction:column;height:100%}
.travel-tour-card:nth-child(n+3) .tour-photo{height:255px;min-height:255px;flex:0 0 255px}
.travel-tour-card:nth-child(n+3) .tour-copy{height:auto;flex:1;display:flex;flex-direction:column}
.travel-tour-card:nth-child(n+3) .tour-actions{margin-top:auto}
.travel-choice-section{padding-bottom:92px}
.travel-values{margin-top:78px}
.travel-values:before{content:"";position:absolute;left:0;right:0;top:-78px;height:78px;background:linear-gradient(180deg,#fff 0%,#f7fbfb 54%,#edf8f7 100%);pointer-events:none}
.home-faqs{padding-top:92px;padding-bottom:78px}
.home-faqs .travel-heading{max-width:900px}
.home-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px}
.home-faq-list details{align-self:start;overflow:hidden;border:1px solid #cfe1e1;border-left:4px solid #42b6c6;border-radius:10px;background:#f5fbfa;box-shadow:0 8px 22px rgba(8,47,56,.06)}
.home-faq-list details:nth-child(3n+1),.home-faq-list details:nth-child(3n+4){background:#fff9ef;border-left-color:#e97713}
.home-faq-list summary{position:relative;padding:22px 58px 22px 24px;cursor:pointer;list-style:none;color:#102f37;font-size:1.02rem;font-weight:900}
.home-faq-list summary::-webkit-details-marker{display:none}
.home-faq-list summary:after{content:"+";position:absolute;right:22px;top:50%;translate:0 -50%;color:#0a918e;font-size:1.55rem;font-weight:400}
.home-faq-list details[open] summary:after{content:"−"}
.home-faq-list details div{padding:0 24px 22px;color:#334f56;line-height:1.65}
.home-faq-list p{margin:0}
.home-final-cta{padding-top:28px;padding-bottom:110px}
.home-final-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:28px;align-items:stretch}
.home-meeting-card{display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden;border:3px solid #42b6c6;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(7,48,57,.1)}
.home-meeting-copy{padding:42px 34px}
.home-meeting-copy>span,.home-booking-callout>span{display:block;margin-bottom:12px;color:#0a918e;font-family:Trebuchet MS,sans-serif;font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.home-meeting-copy h2,.home-booking-callout h2{margin:0 0 24px;color:#102f37;font-size:clamp(2rem,3vw,3.2rem);line-height:1.02}
.home-meeting-copy strong{display:block;margin-bottom:12px}
.home-meeting-copy p{line-height:1.6}
.home-meeting-copy a{color:#087f7d;font-weight:900;text-decoration:none;border-bottom:2px solid #e97713}
.home-meeting-map{display:block;min-height:390px;background:#eaf4f3}
.home-meeting-map img{width:100%;height:100%;object-fit:cover}
.home-booking-callout{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:52px;background:#0d5661;color:#fff;border-radius:14px;box-shadow:0 18px 42px rgba(7,48,57,.16)}
.home-booking-callout>img{position:absolute;right:-18px;top:-14px;width:150px;height:150px;opacity:.1;transform:rotate(-12deg)}
.home-booking-callout>span{color:#8de0dc}
.home-booking-callout h2{position:relative;color:#fff;max-width:12ch}
.home-booking-callout p{position:relative;max-width:46ch;margin:0 0 30px;font-size:1.05rem;line-height:1.7}
.home-booking-callout>a{position:relative;display:inline-flex;align-self:flex-start;min-height:52px;align-items:center;padding:0 25px;background:#e97713;color:#fff;font-weight:900;text-decoration:none;border-radius:4px}
.home-booking-callout>a:hover{background:#fff;color:#0d5661}
@media(max-width:1050px){.home-faq-list{grid-template-columns:1fr}.home-final-grid{grid-template-columns:1fr}.home-meeting-card{grid-template-columns:1fr 1fr}.travel-values{margin-top:60px}.travel-values:before{top:-60px;height:60px}}
@media(max-width:700px){.travel-hero:after{background:linear-gradient(90deg,rgba(3,22,29,.3) 0%,rgba(3,22,29,.16) 78%,rgba(3,22,29,.035) 100%)}.travel-tour-card:nth-child(n+3) .tour-photo{height:300px;min-height:300px;flex-basis:300px}.travel-choice-section{padding-bottom:60px}.travel-values{margin-top:48px}.travel-values:before{top:-48px;height:48px}.home-faqs{padding-top:70px;padding-bottom:54px}.home-faq-list summary{padding:19px 50px 19px 19px}.home-final-cta{padding-top:16px;padding-bottom:80px}.home-meeting-card{grid-template-columns:1fr}.home-meeting-copy{padding:32px 24px}.home-meeting-map{min-height:270px}.home-booking-callout{padding:42px 26px}.home-booking-callout>img{width:110px;height:110px}}

/* Typography, FAQ and final CTA refinements 1.1.00 */
#tours .tours-heading h2{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:normal;line-height:1}
.home-faqs .travel-heading{max-width:none;position:relative}
.home-faqs .travel-heading h2{max-width:none;white-space:nowrap}
.faq-panot{display:block;width:54px;height:54px;margin:25px auto 0;object-fit:contain}
.home-faq-list details:nth-child(5){background:#fff9ef;border-left-color:#e97713}
.home-meeting-map iframe{display:block;width:100%;height:100%;min-height:390px;border:0}
.home-booking-callout{background:#eaf7f5;color:#24464d;border:3px solid #8bcfd0;box-shadow:0 18px 42px rgba(7,48,57,.09)}
.home-booking-callout>span{color:#087f7d}
.home-booking-callout h2{color:#102f37}
.home-booking-callout>img{opacity:.13}
.home-booking-callout>a:hover{background:#0d5661;color:#fff}
@media(max-width:900px){.home-faqs .travel-heading h2{white-space:normal}}
@media(max-width:700px){#tours .tours-heading h2{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:normal;line-height:1}.faq-panot{width:45px;height:45px;margin-top:20px}.home-meeting-map iframe{min-height:270px}}

/* Inline FAQ Panot and single-line tour promise 1.1.01 */
#tours .tours-heading h2{white-space:nowrap;font-size:clamp(2.3rem,3.05vw,3.75rem)}
.home-faqs .travel-heading h2{display:flex;align-items:center;gap:24px;font-size:clamp(2.65rem,4.35vw,4.95rem)}
.faq-panot{display:inline-block;flex:0 0 auto;width:62px;height:62px;margin:0;object-fit:contain}
@media(max-width:1050px){#tours .tours-heading h2{white-space:normal}.home-faqs .travel-heading h2{font-size:clamp(2.4rem,5.7vw,4.2rem)}}
@media(max-width:700px){.home-faqs .travel-heading h2{display:block;font-size:clamp(2.25rem,10vw,3rem)}.faq-panot{display:inline-block;width:42px;height:42px;margin:0 0 -6px 10px}#tours .tours-heading h2{white-space:normal;font-size:clamp(2rem,10vw,3rem)}}

/* Cleaner mobile width and reduced Panot repetition 1.1.02 */
.home-faqs .travel-heading h2{display:block}
@media(max-width:700px){
  .travel-home #tours{width:calc(100% - 24px)!important}
  .travel-home #tours .travel-tour-grid,.travel-home #tours .travel-center{width:100%!important;max-width:none!important}
  .travel-tour-card{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
  .travel-about{padding-left:12px!important;padding-right:12px!important;background-position:58% center}
  .travel-about .about-card{width:100%;max-width:none;margin:0;padding:34px 20px}
}

.travel-gallery figure.mobile-gallery-extra{display:none}
/* Mobile swipe carousels and even photo collage 1.1.03 */
@media(max-width:700px){
  .travel-home #tours .travel-tour-grid{
    display:flex!important;
    gap:14px!important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    padding:2px 0 18px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .travel-home #tours .travel-tour-grid::-webkit-scrollbar,.travel-values>div::-webkit-scrollbar{display:none}
  .travel-home #tours .travel-tour-card{
    flex:0 0 calc(100% - 24px)!important;
    width:calc(100% - 24px)!important;
    min-width:0;
    scroll-snap-align:start;
    scroll-snap-stop:always;
    margin:0!important;
  }
  .travel-values>div{
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    gap:14px!important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    padding:4px 0 20px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .travel-values article{
    flex:0 0 calc(100% - 28px)!important;
    width:calc(100% - 28px)!important;
    min-height:350px!important;
    margin:0!important;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .travel-gallery>div{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:185px;gap:12px}
  .travel-gallery figure.mobile-gallery-extra{display:block}
  .travel-gallery figure.wide,.travel-gallery figure:last-child{grid-column:auto;grid-row:auto}
}

/* Homepage separators and true mobile carousel loop 1.1.05 */
.site-header{padding-top:0!important}
.about-choice-divider{margin-top:56px;margin-bottom:-34px}
.reviews-faq-divider{margin-top:64px;margin-bottom:-34px}
.mobile-carousel-shell{display:contents}
.carousel-clone{display:none!important}
@media(max-width:700px){
  .about-choice-divider,.reviews-faq-divider{width:calc(100% - 32px);margin-top:38px;margin-bottom:-20px}
  .mobile-carousel-shell{position:relative;display:block;width:100%}
  .carousel-clone{display:flex!important}
  .travel-values .carousel-clone{display:flex!important}
  .mobile-carousel-controls{position:absolute;z-index:8;inset:0;display:block!important;margin:0;pointer-events:none}
  .mobile-carousel-controls button{position:absolute;top:50%;width:42px;height:42px;translate:0 -50%;border:2px solid #42b6c6;background:rgba(255,255,255,.96);font-family:Arial,sans-serif;font-size:2rem;line-height:1;box-shadow:0 8px 20px rgba(7,48,57,.18);pointer-events:auto}
  .mobile-carousel-controls .carousel-prev{left:-7px}
  .mobile-carousel-controls .carousel-next{right:-7px}
  .mobile-carousel-controls .carousel-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .floating-whatsapp{left:auto!important;right:14px!important;bottom:14px!important;width:56px!important;max-width:56px!important;height:56px!important;min-height:56px!important;padding:0!important;border:1px solid rgba(16,47,55,.18)!important;border-radius:50%!important;justify-content:center!important;box-shadow:0 9px 24px rgba(4,31,38,.24)!important}
  .floating-whatsapp>span:last-child{display:none!important}
  .floating-whatsapp .whatsapp-icon{width:38px!important;height:38px!important;flex:0 0 38px!important}
  body{padding-bottom:0!important}
}

/* Reliable Why-book carousel, refreshed gallery image and mobile hero framing 1.1.06 */
@media(max-width:700px){
  .travel-values>.values-carousel-shell{position:relative;display:block!important;width:100%!important;max-width:none!important;margin:55px auto 0!important;overflow:visible!important;padding:0!important}
  .travel-values>.values-carousel-shell>div:first-child{display:flex!important;width:100%!important;max-width:none!important;gap:14px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:4px 0 20px;margin:0!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .travel-values>.values-carousel-shell>div:first-child::-webkit-scrollbar{display:none}
  .travel-hero>picture img{object-position:center 88%!important}
}

/* Contextual About links and compact mobile navigation 1.1.07 */
.mobile-menu summary{list-style:none}
.mobile-menu summary::-webkit-details-marker{display:none}
.menu-lines{display:grid;width:25px;gap:5px}
.menu-label{font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:.72rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.04em;color:#102f37}
.menu-lines i{display:block;width:100%;height:1.5px;background:#102f37;border-radius:2px;transition:transform .2s ease,opacity .2s ease}
.mobile-menu[open] .menu-lines i:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.mobile-menu[open] .menu-lines i:nth-child(2){opacity:0}
.mobile-menu[open] .menu-lines i:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
@media(max-width:700px){
  .header-inner{min-height:54px!important;width:calc(100% - 24px)!important;gap:14px!important}
  .site-logo-header{height:42px!important;max-width:112px!important}
  .mobile-menu summary{display:flex!important;align-items:center;justify-content:center;gap:8px;width:auto;height:38px;padding:0 3px!important;border:0!important;border-radius:4px!important}
  .mobile-menu nav{top:100%!important;left:12px!important;right:12px!important;border-radius:0 0 12px 12px!important}
}

/* Tour-page Panot dividers and mobile Continue exploring carousel 1.1.08 */
.tour-panot-divider{width:min(1260px,calc(100% - 40px));height:34px;margin:54px auto;background:linear-gradient(90deg,transparent,#4bb4c3 88%,transparent) left center/46% 1px no-repeat,linear-gradient(90deg,transparent,#4bb4c3 12%,transparent) right center/46% 1px no-repeat,url('../images/panot-flor.svg') center/26px 26px no-repeat}
.tour-content .tour-panot-divider{width:100%;margin:34px 0 52px}
.tour-reviews-divider{margin-top:10px;margin-bottom:44px}
@media(max-width:700px){
  .tour-panot-divider{width:calc(100% - 32px);height:30px;margin:38px auto;background-size:44% 1px,44% 1px,24px 24px}
  .tour-content .tour-panot-divider{width:100%;margin:28px 0 40px}
  .tour-reviews-divider{margin-top:0;margin-bottom:32px}
  .related-master .related-carousel-shell{position:relative;display:block!important;width:100%!important;max-width:none!important;overflow:visible!important;padding:0!important}
  .related-master .related-carousel-shell>.related-grid{display:flex!important;width:100%!important;max-width:none!important;gap:14px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:0;padding:3px 0 20px;margin:0!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .related-master .related-carousel-shell>.related-grid::-webkit-scrollbar{display:none}
  .related-master .related-carousel-shell .related-card{flex:0 0 calc(100% - 24px)!important;width:calc(100% - 24px)!important;min-width:0!important;grid-column:auto!important;margin:0!important;scroll-snap-align:start;scroll-snap-stop:always}
}

/* Panot divider placement cleanup 1.1.09 */
.tour-content>section:has(+.tour-panot-divider){border-bottom:0!important}
.tour-content>.tour-panot-divider+section{border-top:0!important}
.tour-intro-divider,.tour-before-divider{margin-top:-18px!important}
.tour-inclusions-divider{margin-top:0!important;margin-bottom:38px!important}
.tour-inclusions-divider-top{margin-bottom:44px!important}
.tour-inclusions{border-bottom:0!important;margin-bottom:0!important}
.meeting-master{border-bottom:0!important;margin-bottom:0!important;padding-bottom:0!important}
.tour-meeting-divider{margin-top:42px!important;margin-bottom:0!important}
@media(max-width:700px){
  .tour-intro-divider,.tour-before-divider{margin-top:-10px!important}
  .tour-inclusions-divider{margin-bottom:30px!important}
  .tour-inclusions-divider-top{margin-bottom:34px!important}
  .tour-meeting-divider{margin-top:30px!important}
}

/* Clearer typography and final divider placement 1.1.11 */
body{font-family:"Nunito Sans","Source Sans Pro",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
h1,h2,.master-layout .tour-content h2,.tour-intro h2,.tour-intro h2 *,.travel-heading h2,.travel-about h2,.travel-choice-section h2,.home-faqs h2,.home-final-cta h2,#tours .tours-heading h2{
  font-family:Inter,"Open Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}
.tour-copy h3,.related-card h3,.travel-values h3,.booking-card h2,.booking-label,.booking-price,.booking-price strong,.tour-price,.tour-price strong,.tour-facts,.tour-actions,.book-button,.content-disclosure summary,.section-kicker,.eyebrow,.travel-heading>span,.home-meeting-copy>span,.home-booking-callout>span{
  font-family:Inter,"Open Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
}

/* Contemporary all-sans heading system matching the established site 1.1.12 */
.tour-copy h3,.related-card h3{font-weight:400!important}
.travel-values h3,.conversion-benefit-grid h3{font-weight:700!important}
.tour-copy h3,.related-card h3{font-weight:400!important;letter-spacing:normal!important;line-height:1.28!important}
.booking-price strong,.tour-price strong{font-weight:700!important;letter-spacing:normal!important}
.tour-content>section:has(+.tour-inclusions),.tour-content>.wp-block-group:has(+.tour-inclusions){border-bottom:0!important}
.tour-inclusions{border-top:0!important;border-bottom:0!important;margin-top:0!important;margin-bottom:64px!important;padding-top:0!important;padding-bottom:0!important}
.tour-inclusions:before,.tour-inclusions:after{content:none!important;display:none!important}
.tour-inclusions-divider{display:none!important}
.tour-meeting-divider{margin-top:0!important;margin-bottom:42px!important}
.tour-meeting-divider+.meeting-master{border-top:0!important}
@media(max-width:700px){
  .tour-inclusions{margin-bottom:48px!important}
  .tour-meeting-divider{margin-top:0!important;margin-bottom:30px!important}
}

/* Mobile sticky booking bar typography 1.1.13 */
@media(max-width:640px){
  .mobile-booking-bar,
  .mobile-booking-bar p,
  .mobile-booking-bar p strong,
  .mobile-booking-bar p span,
  .mobile-booking-bar a,
  .mobile-booking-bar a span{
    font-family:Inter,"Open Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  }
  .mobile-booking-bar p strong{
    font-size:1.25rem!important;
    font-weight:700!important;
    letter-spacing:normal!important;
    line-height:1!important;
  }
  .mobile-booking-bar a{
    font-weight:800!important;
    letter-spacing:.035em!important;
  }
}

/* Home FAQs: continuous beige / green alternation 1.1.14 */
.home-faq-list details:nth-child(odd){
  background:#fff9ef!important;
  border-left-color:#e97713!important;
}
.home-faq-list details:nth-child(even){
  background:#f5fbfa!important;
  border-left-color:#42b6c6!important;
}

/* Original hero photo: focused copy contrast and earlier mobile subject reveal 1.1.17 */
.travel-hero-inner>p{
  padding:9px 14px 10px;
  background:linear-gradient(90deg,rgba(3,22,29,.42) 0%,rgba(3,22,29,.25) 72%,rgba(3,22,29,0) 100%);
  border-radius:4px;
}
@media(max-width:700px){
  .travel-hero{
    height:590px!important;
    min-height:590px!important;
  }
  .travel-hero>picture img{
    object-position:center bottom!important;
  }
  .travel-hero-inner>p{
    width:min(340px,100%)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:9px 12px 10px;
    background:linear-gradient(90deg,rgba(3,22,29,.38),rgba(3,22,29,.24) 78%,rgba(3,22,29,.10));
  }
}

/* Cleaner decorative balance 1.1.18 */
.about-panot,
.travel-reviews .with-panot:after,
.conversion-faq:after,
.know-before-section:after{
  content:none!important;
  display:none!important;
}

/* 1.1.34: full-bleed activities imagery and clean comparison layout. */
.activities-page .activities-hero{
  width:100%;
  margin-top:0;
  border-radius:0;
}
.activities-page .activities-hero>img{
  object-position:center bottom;
}
.activities-page .activities-tours .travel-tour-card:nth-child(-n+2) .tour-photo>img{
  object-position:center bottom;
}
.activities-page .home-section-divider>img,
.activities-page .home-section-divider>span{
  display:none!important;
}
.activities-page .activities-compare-grid a{
  min-height:245px;
}
.activities-page .activities-help{
  width:100%;
  margin:0;
  padding:0;
  border-radius:0;
  background:
    linear-gradient(90deg,rgba(4,33,39,.82),rgba(4,33,39,.46)),
    url('../images/activities-still-deciding-1135089.webp') center 62%/cover no-repeat;
  color:#fff;
}
.activities-page .activities-help>.travel-section{
  padding-top:clamp(72px,8vw,125px);
  padding-bottom:clamp(72px,8vw,125px);
}
.activities-page .activities-help h2,
.activities-page .activities-help p{color:#fff}
.activities-page .activities-help>div>span{
  display:block;
  margin-bottom:18px;
  color:#74d4cf;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.activities-page .activities-corner-panot{display:none!important}
@media(max-width:700px){
  .activities-page .activities-hero{width:100%;margin-top:0;border-radius:0}
  .activities-page .activities-hero>img{object-position:center bottom}
  .activities-page .activities-tours .travel-tour-card:nth-child(-n+2) .tour-photo>img{object-position:center bottom}
  .activities-page .activities-help{width:100%}
  .activities-page .activities-help>.travel-section{width:calc(100% - 28px)}
}

/* Home cards and mobile hero refinement 1.1.19 */
.travel-home .tour-highlight{
  display:grid!important;
  grid-template-columns:28px 1fr!important;
  align-items:start!important;
  gap:10px!important;
  margin:4px 0 22px!important;
  padding:12px 13px!important;
  background:#edf8f6!important;
  border:0!important;
  border-left:3px solid var(--teal)!important;
  border-radius:0 8px 8px 0!important;
  color:var(--ink)!important;
}
.travel-home .tour-highlight svg{
  width:24px!important;
  height:24px!important;
  flex:none!important;
  fill:var(--teal-dark)!important;
}
.travel-home .tour-highlight p{
  margin:0!important;
  font-size:.84rem!important;
  line-height:1.4!important;
}
.travel-home .tour-highlight b{
  color:#1699a6!important;
  font-weight:850!important;
}

/* Keep small conversion labels at WCAG AA contrast on light backgrounds. */
.home-meeting-copy>span,
.home-booking-callout>span,
.travel-home .tour-highlight b{
  color:var(--teal-dark)!important;
}
@media(max-width:700px){
  .travel-hero>picture img{
    object-position:43% bottom!important;
  }
  .travel-hero-inner{
    transform:translateY(-40px)!important;
  }
}

/* Focused mobile navigation and persistent Home tour CTA 1.1.20 */
.floating-all-tours{
  position:fixed;
  left:28px;
  bottom:28px;
  z-index:9989;
  display:inline-flex;
  min-height:58px;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 25px;
  background:var(--teal-dark);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  border-radius:4px;
  box-shadow:0 12px 34px rgba(4,31,38,.24);
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.035em;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.floating-all-tours:hover,.floating-all-tours:focus-visible{
  background:var(--teal);
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(4,31,38,.3);
}
@media(max-width:700px){
  .floating-all-tours{
    left:14px;
    bottom:14px;
    min-height:52px;
    max-width:calc(100% - 92px);
    padding:0 18px;
    font-size:.76rem;
  }
}

/* Accessible tour navigation and audit refinements 1.1.21 */
a:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible{outline:3px solid #e97713;outline-offset:3px}
.desktop-tour-menu{position:relative;margin:0}
.desktop-tour-trigger{display:flex;align-items:center;gap:5px;font-size:.92rem;font-weight:700;line-height:1.6;text-decoration:none}
.desktop-tour-trigger span{font-size:.85rem;transition:transform .2s ease}
.tour-menu-panel{position:absolute;z-index:100;left:50%;top:100%;width:330px;padding:10px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(4,43,52,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,8px);transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s}
.desktop-nav .tour-menu-panel a{display:block;padding:10px 12px;border-bottom:1px solid #edf1f0;font-size:.84rem;font-weight:650;line-height:1.35}
.desktop-nav .tour-menu-panel a:last-child{border-bottom:0}
.tour-menu-panel .tour-menu-all,.mobile-tour-submenu .tour-menu-all{color:var(--teal-dark);font-weight:850!important}
.mobile-tour-submenu{margin:0;border-bottom:1px solid var(--line)}
.mobile-tour-submenu>summary{display:flex;align-items:center;justify-content:space-between;padding:10px;cursor:pointer;list-style:none;font-weight:750}
.mobile-tour-submenu>summary::-webkit-details-marker{display:none}
.mobile-tour-submenu[open]>summary span{transform:rotate(45deg)}
.mobile-tour-submenu>div{padding:0 0 7px 13px;border-left:3px solid #eaf7f4}
.mobile-menu nav .mobile-tour-submenu a{padding:9px 10px;font-size:.88rem}
@media(max-width:1180px) and (min-width:981px){.desktop-nav{gap:15px}.desktop-nav>a,.desktop-tour-trigger{font-size:.82rem}.header-inner{gap:16px}}

/* Open the product menu on pointer hover while retaining click and keyboard support. */
@media(min-width:981px){
  .desktop-tour-menu:hover .tour-menu-panel,
  .desktop-tour-menu:focus-within .tour-menu-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);transition-delay:0s}
  .desktop-tour-menu:hover .desktop-tour-trigger span,
  .desktop-tour-menu:focus-within .desktop-tour-trigger span{transform:rotate(180deg)}
}

/* All Activities responsive layout correction 1.1.39 */
.activities-page .activities-hero{
  min-height:clamp(590px,68vh,760px)!important;
  background:
    linear-gradient(90deg,rgba(4,33,39,.76) 0%,rgba(4,33,39,.50) 38%,rgba(4,33,39,.08) 68%,transparent 100%),
    url('../images/activities-hero-1135158-crop.webp') center bottom/cover no-repeat!important;
}
.activities-page .activities-hero:after{display:none!important}
.activities-page .activities-hero>img{display:none!important}
.activities-page .activities-compare{display:none!important}

@media(max-width:700px){
  .activities-page .activities-hero{
    width:calc(100% - 24px)!important;
    min-height:680px!important;
    margin:12px auto 52px!important;
    background:
      linear-gradient(180deg,rgba(4,33,39,.58) 0%,rgba(4,33,39,.32) 52%,rgba(4,33,39,.12) 100%),
      url('../images/activities-hero-1135158-crop.webp') 58% bottom/cover no-repeat!important;
  }
  .activities-page .activities-hero-copy{
    width:100%!important;
    padding:42px 22px 34px!important;
    box-sizing:border-box!important;
  }
  .activities-page .activities-tours{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
  .activities-page .activities-tours .travel-tour-grid{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin-right:0!important;
    margin-left:0!important;
  }
  .activities-page .activities-tours .travel-tour-card,
  .activities-page .activities-tours .travel-tour-card:last-child{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 24px!important;
    box-sizing:border-box!important;
  }
  .activities-page .activities-tours .tour-photo,
  .activities-page .activities-tours .travel-tour-card:nth-child(-n+2) .tour-photo{
    display:block!important;
    width:100%!important;
    min-height:285px!important;
  }
  .activities-page .activities-tours .tour-photo>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .activities-page .activities-tours .travel-tour-card:nth-child(-n+2) .tour-photo>img{
    object-position:center bottom!important;
  }
  .activities-page .activities-tours .tour-copy{
    width:100%!important;
    height:auto!important;
    box-sizing:border-box!important;
  }
}

/* Final cascade lock for Blocksy — keep this block at EOF. */
body.single-tour .master-hero-copy h1,
body.single-tour .master-hero-copy .hero-lead,
body.single-tour .master-hero-copy .hero-rating strong{color:#fff!important}
body.single-tour .master-hero-copy h1{text-shadow:0 3px 18px rgba(3,28,35,.32)!important}
body.single-tour .master-hero .hero-badge{background:#fff!important;color:#092f38!important}
body.single-tour .tour-content h2,
body.single-tour .tour-content h3,
body.single-tour .booking-card h2,
body.single-tour .booking-card h3,
body.single-tour .booking-price strong{color:#092f38!important}
body.single-tour .tour-content p,
body.single-tour .tour-content li,
body.single-tour .booking-card p,
body.single-tour .booking-card li,
body.single-tour .booking-price span{color:#42585e}
body.single-tour .section-kicker,
body.single-tour .booking-label{color:#008b88!important}
body.single-tour .book-button,
body.single-tour .booking-date-button,
body.single-tour .mobile-booking-bar a,
body.single-tour .tour-final-cta .book-button{background:#0b8884!important;color:#fff!important;border-color:#0b8884!important}
body.single-tour .book-button:hover,
body.single-tour .booking-date-button:hover,
body.single-tour .mobile-booking-bar a:hover,
body.single-tour .tour-final-cta .book-button:hover{background:#076f6c!important;color:#fff!important}
body.single-tour .route-map-illustration{position:relative!important}
body.single-tour .route-map-link{display:flex!important;visibility:visible!important;opacity:1!important;background:#fff!important;color:#092f38!important}
@media(min-width:1181px){
  body.single-tour .site,
  body.single-tour .site-content,
  body.single-tour .content-area,
  body.single-tour .ct-container,
  body.single-tour .ct-container-full,
  body.single-tour #main,
  body.single-tour #main-container,
  body.single-tour #main-content,
  body.single-tour .site-main,
  body.single-tour .master-layout{overflow:visible!important;contain:none!important}
  body.single-tour .master-booking{position:sticky!important;top:24px!important;align-self:start!important;height:max-content!important}
}
/* v1.1.44 — approved brand palette recovery after Blocksy */
body.single-tour .master-layout::after{content:none!important;display:none!important;background-image:none!important}
body.single-tour .master-hero .hero-badge{background:#dce9bc!important;color:#092f38!important;border:1px solid #c9d99f!important}
body.single-tour .related-master .related-card{background:#fff!important;border-color:#42b6c6!important}
body.single-tour .related-card-body h3,body.single-tour .related-card-body h3 a{color:#092f38!important}
body.single-tour .related-card-body h3 a:hover,body.single-tour .related-card-body h3 a:focus-visible{color:#e97713!important}
body.single-tour .related-card-body>p:not(.related-meta):not(.related-highlights){color:#42585e!important}
body.single-tour .related-meta,body.single-tour .related-link,body.single-tour .related-highlights strong,body.single-tour .related-master .related-view-all{color:#087e83!important}
body.single-tour .related-card-body>p.related-highlights{background:#edf8f6!important;border-left-color:#42b6c6!important;color:#092f38!important}
body.single-tour .related-highlights-icon{fill:#087e83!important;color:#087e83!important}
body.single-tour .related-link:hover,body.single-tour .related-link:focus-visible,body.single-tour .related-master .related-view-all:hover,body.single-tour .related-master .related-view-all:focus-visible{color:#e97713!important}
body.single-tour a[href*="maps.app.goo.gl"],body.single-tour a[href*="google.com/maps"]{color:#087e83!important;text-decoration-color:#42b6c6!important}
body.single-tour a[href*="maps.app.goo.gl"]:hover,body.single-tour a[href*="maps.app.goo.gl"]:focus-visible,body.single-tour a[href*="google.com/maps"]:hover,body.single-tour a[href*="google.com/maps"]:focus-visible{color:#e97713!important;text-decoration-color:#e97713!important}
.travel-home .tour-copy h3,.travel-home .tour-copy h3 a{color:#092f38!important}
.travel-home .tour-copy h3 a:hover,.travel-home .tour-copy h3 a:focus-visible{color:#e97713!important}
.travel-home .tour-highlight strong,.travel-home .tour-highlight b{color:#087e83!important}
.travel-home .tour-view{background:#fff!important;color:#087e83!important;border-color:#42b6c6!important}
.travel-home .tour-view:hover,.travel-home .tour-view:focus-visible{background:#edf8f6!important;color:#e97713!important;border-color:#e97713!important}
.travel-home .tour-book,.travel-home .travel-button{background:#0b8884!important;color:#fff!important;border-color:#0b8884!important}
.travel-home .tour-book:hover,.travel-home .tour-book:focus-visible,.travel-home .travel-button:hover,.travel-home .travel-button:focus-visible{background:#e97713!important;color:#fff!important;border-color:#e97713!important}
.travel-home .about-card>p a,.travel-home .home-meeting-copy a,.travel-home a[href*="maps.app.goo.gl"],.travel-home a[href*="google.com/maps"]{color:#087e83!important;text-decoration-color:#42b6c6!important;border-bottom-color:#42b6c6!important}
.travel-home .about-card>p a:hover,.travel-home .about-card>p a:focus-visible,.travel-home .home-meeting-copy a:hover,.travel-home .home-meeting-copy a:focus-visible,.travel-home a[href*="maps.app.goo.gl"]:hover,.travel-home a[href*="maps.app.goo.gl"]:focus-visible,.travel-home a[href*="google.com/maps"]:hover,.travel-home a[href*="google.com/maps"]:focus-visible{color:#e97713!important;text-decoration-color:#e97713!important;border-bottom-color:#e97713!important}
.travel-home .about-links>a{background:#fff!important;color:#102f37!important;border-color:#42b6c6!important}
.travel-home .about-links>a:hover,.travel-home .about-links>a:focus-visible{background:#edf8f6!important;color:#e97713!important;border-color:#e97713!important}
.travel-home .travel-choice>a,.travel-home .travel-choice>a h3,.travel-home .travel-choice>a p{color:#fff!important}
.travel-home .travel-choice .travel-text-link{color:#fff!important;border-bottom-color:#42b6c6!important}
.travel-home .travel-choice>a:hover .travel-text-link,.travel-home .travel-choice>a:focus-visible .travel-text-link{color:#dce9bc!important;border-bottom-color:#dce9bc!important}
.travel-home .home-booking-callout>a{background:#e97713!important;color:#fff!important;border-color:#e97713!important}
.travel-home .home-booking-callout>a:hover,.travel-home .home-booking-callout>a:focus-visible{background:#0b8884!important;color:#fff!important;border-color:#0b8884!important}
.travel-home .floating-all-tours{background:#0b8884!important;color:#fff!important;border-color:#0b8884!important}
.travel-home .floating-all-tours:hover,.travel-home .floating-all-tours:focus-visible{background:#e97713!important;color:#fff!important;border-color:#e97713!important}
.travel-home a.travel-text-link:hover,.travel-home a.travel-text-link:focus-visible{color:#e97713!important;border-bottom-color:#e97713!important}
.travel-home .tour-actions a,.travel-home .travel-button,.travel-home .about-links>a,.travel-home .home-booking-callout>a,.travel-home .floating-all-tours,.travel-home a.travel-text-link,body.single-tour .related-card a,body.single-tour a[href*="maps"]{transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.travel-home a:focus-visible,body.single-tour a:focus-visible{outline:3px solid rgba(233,119,19,.35);outline-offset:3px}

/* Global UI consistency fixes 2026-08-21 */
body.single-tour .conversion-benefit-grid>article{position:relative!important;overflow:hidden!important;isolation:isolate}
body.single-tour .book-button:hover,
body.single-tour .book-button:focus-visible,
body.single-tour .booking-date-button:hover,
body.single-tour .booking-date-button:focus-visible,
body.single-tour .mobile-booking-bar a:hover,
body.single-tour .mobile-booking-bar a:focus-visible,
body.single-tour .tour-final-cta .book-button:hover,
body.single-tour .tour-final-cta .book-button:focus-visible,
body.single-tour .inline-conversion-cta:hover,
body.single-tour .inline-conversion-cta:focus-visible,
body.single-tour .related-master .related-view-all:hover,
body.single-tour .related-master .related-view-all:focus-visible{background:#e97713!important;color:#fff!important;border-color:#e97713!important}
.travel-home .home-booking-callout>a{background:#0b8884!important;color:#fff!important;border-color:#0b8884!important}
.travel-home .home-booking-callout>a:hover,
.travel-home .home-booking-callout>a:focus-visible{background:#e97713!important;color:#fff!important;border-color:#e97713!important}
.travel-home .home-meeting-copy a{font-variant-emoji:text;color:#087e83!important}
.travel-home .home-meeting-copy a:hover,.travel-home .home-meeting-copy a:focus-visible{color:#e97713!important}
body.page-id-453 .corp-hero,body.page-id-455 .corp-hero,body.page-id-457 .corp-hero{background-position:center,68% center!important}
.corp-page .corp-btn:hover,.corp-page .corp-btn:focus-visible{background:#e97713!important;color:#fff!important;border-color:#e97713!important}

/* Global typography, footer and booking consistency 2026-08-21 */
body.single-tour .local-guides-story h2,
body.single-tour .meeting-master h2{line-height:1.08!important;letter-spacing:-.035em!important}
body.single-tour .local-guides-story .section-kicker,
body.single-tour .meeting-master .section-kicker{line-height:1.45!important;letter-spacing:.10em!important}
body .site-footer{background-color:#284e59!important;color:#e8f3f4!important}
body .site-footer h2,body .site-footer h3,body .site-footer p,body .site-footer li,
body .site-footer strong,body .site-footer span,body .site-footer address{color:#e8f3f4!important}
body .site-footer a,body .site-footer a:link,body .site-footer a:visited{color:#e8f3f4!important;background-color:transparent!important}
body .site-footer a:hover,body .site-footer a:focus-visible{color:#e8f3f4!important;background-color:transparent!important;text-decoration:underline!important;text-underline-offset:4px!important;transform:none!important;box-shadow:none!important}

/* Tour heading rhythm consistency 2026-08-21 */
body.single-tour .conversion-benefits h2,
body.single-tour .tour-route h2,
body.single-tour .tour-practical h2,
body.single-tour .tour-inclusions h2,
body.single-tour .conversion-faq h2,
body.single-tour .related-master h2,
body.single-tour .tour-final-cta h2{line-height:1.08!important}

/* Preserve long translated tour headings without horizontal overflow */
body.single-tour .one-half-intro-title,
body.single-tour .one-half-route-title{white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
