:root {
	--paper: #fbfaf5;
	--sand: #f1f5ee;
	--sand-deep: #d8e6dc;
	--forest: #254236;
	--forest-deep: #172d25;
	--mint: #dff3e7;
	--mint-strong: #acdcbc;
	--orange: #f27922;
	--orange-action: #c4471f;
	--orange-dark: #bd4b0b;
	--line: rgba(31, 59, 47, .17);
}

body { background: var(--paper); }
.utility-bar { border: 0; background: var(--mint); color: var(--forest-deep); }
.utility-bar__links, .utility-bar p { font-weight: 650; }
.site-header { position: sticky; top: 0; border-bottom: 1px solid rgba(37,66,54,.14); background: rgba(251,250,245,.97); backdrop-filter: blur(12px); }
.site-header__main { min-height: 78px; }
.brand { width: min(230px, 100%); }
.brand .custom-logo { width: 100%; max-width: 190px; max-height: 50px; object-fit: contain; object-position: left center; filter: brightness(0) saturate(100%) invert(20%) sepia(14%) saturate(1100%) hue-rotate(102deg) brightness(88%) contrast(90%); }
.footer-logo { width: 230px; max-width: 100%; height: 50px; object-fit: contain; object-position: left center; }
.site-menu a { padding-top: 28px; padding-bottom: 24px; }
.site-menu a::after { bottom: 20px; background: var(--orange); }
.esp-language-switcher a[aria-current='page'] { border-bottom-color: var(--forest); }
.header-actions .button { box-shadow: 3px 3px 0 var(--forest-deep); }
.button, button.button, input[type='submit'] { border-color: var(--orange-action); border-radius: 3px; background: var(--orange-action); }
.button:hover, button.button:hover { border-color: var(--orange-dark); background: var(--orange-dark); }

.home-hero { min-height: clamp(590px, 64vw, 720px); background: #d7e4da; color: var(--forest-deep); }
.home-hero__media picture, .home-hero__media img { display: block; width: 100%; height: 100%; }
.home-hero__media img { object-position: 60% 50%; }
.home-hero__shade { background: linear-gradient(90deg, rgba(251,250,245,.98) 0%, rgba(251,250,245,.91) 31%, rgba(251,250,245,.5) 58%, rgba(251,250,245,.04) 83%), linear-gradient(0deg, rgba(251,250,245,.8), transparent 45%); }
.home-hero__content { padding-bottom: 92px; }
.home-hero h1 { max-width: 820px; color: var(--forest-deep); font-size: clamp(3.7rem, 6.2vw, 6rem); text-shadow: none; }
.home-hero h1 em { color: var(--orange-dark); }
.hero-kicker { color: var(--forest); }
.hero-copy { max-width: 570px; color: #324b40; }
.home-hero .text-link--light { color: var(--forest-deep); }
.travel-search .shell { border-top: 4px solid var(--orange); box-shadow: 0 18px 46px rgba(27,54,42,.14); }
.travel-search__tabs button[aria-selected='true'] { color: var(--forest-deep); }
.tour-card { border: 1px solid #d7dfd7; box-shadow: 0 12px 30px rgba(28,57,44,.05); }
.tour-card__body { background: #fff; }
.tour-card__location, .tour-card__footer a { color: var(--orange-dark); }
.tour-card { display: flex; overflow: hidden; flex-direction: column; border-color: #d5dad6; border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(32,48,41,.08); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.tour-card:hover { border-color: #b9c1bc; box-shadow: 0 20px 44px rgba(32,48,41,.13); transform: translateY(-3px); }
.tour-card__media { aspect-ratio: 1.42; background: #e1e3e1; }
.tour-card__media::after { position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(0deg, rgba(11,18,15,.65), transparent); content: ''; pointer-events: none; }
.tour-card__place { position: absolute; z-index: 1; right: 20px; bottom: 16px; left: 20px; overflow: hidden; color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.tour-card__body { display: flex; min-height: 340px; flex: 1; flex-direction: column; padding: 22px; }
.tour-card__facts { display: flex; flex-wrap: wrap; gap: 8px 16px; min-height: 20px; margin-bottom: 13px; color: #59625c; font-size: .68rem; font-weight: 750; }
.tour-card__facts span { display: inline-flex; align-items: center; gap: 6px; }
.tour-card__facts span::before { width: 15px; height: 15px; flex: 0 0 auto; background: var(--orange-dark); content: ''; }
.tour-card__facts .is-duration::before { -webkit-mask: url('../icons/clock.svg') center / contain no-repeat; mask: url('../icons/clock.svg') center / contain no-repeat; }
.tour-card__facts .is-group::before { -webkit-mask: url('../icons/users.svg') center / contain no-repeat; mask: url('../icons/users.svg') center / contain no-repeat; }
.tour-card__facts .is-age::before { -webkit-mask: url('../icons/person-standing.svg') center / contain no-repeat; mask: url('../icons/person-standing.svg') center / contain no-repeat; }
.tour-card h2, .tour-card h3 { min-height: 0; margin: 0 0 11px; font-size: clamp(1.42rem, 1.8vw, 1.72rem); font-weight: 750; line-height: 1.14; letter-spacing: -.018em; }
.tour-card h2 a, .tour-card h3 a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.tour-card__body > p:not(.tour-card__location) { display: -webkit-box; min-height: 0; margin: 0 0 18px; overflow: hidden; color: #5a625d; font-size: .78rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tour-card__commercial { display: flex; align-items: stretch; flex-direction: column; gap: 14px; padding-top: 18px; margin-top: auto; border-top: 1px solid #dde1de; }
.tour-card__commercial > div { display: flex; min-width: 0; align-items: flex-start; flex-direction: column; }
.tour-card__commercial small { display: block; color: #68706b; font-size: .62rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.tour-card__commercial strong { display: block; max-width: 100%; margin: 5px 0 0; color: var(--orange-dark); font-family: var(--sans); font-size: clamp(1.7rem, 2.25vw, 2.05rem); font-weight: 800; line-height: 1; white-space: nowrap; }
.tour-card__commercial strong .woocommerce-Price-currencySymbol { font-size: .72em; }
.tour-card__commercial em { display: none; }
.tour-card__commercial > a { display: inline-flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 7px; padding: 12px 16px; border-radius: 9px; background: var(--orange-dark); color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .025em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; }
.tour-card__commercial > a:hover { background: var(--forest-deep); color: #fff; }
.home-slider-track > .tour-card { min-width: 0; scroll-snap-align: start; }
.home-slider-track .tour-card__body { min-height: 320px; }
.service-card { border: 1px solid rgba(255,255,255,.2); }
.service-card--wide { background: var(--mint-strong); color: var(--forest-deep); }
.planner-callout { background: var(--forest-deep); }
.why-list, .why-list > div { border-color: rgba(37,66,54,.18); }

.planner-page-hero { position: relative; display: flex; min-height: clamp(455px, 52vw, 580px); align-items: center; overflow: hidden; padding-block: clamp(54px, 7vw, 82px); background: #d7e4da var(--planner-image) center 48% / cover no-repeat; color: var(--forest-deep); }
.planner-page-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,250,245,.98) 0%, rgba(251,250,245,.86) 45%, rgba(251,250,245,.22) 78%), linear-gradient(0deg, rgba(251,250,245,.7), transparent 52%); }
.planner-page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .55fr); align-items: end; gap: clamp(42px, 7vw, 86px); }
.planner-page-hero__copy h1 { max-width: 820px; margin-bottom: 18px; color: var(--forest-deep); font-size: clamp(3.05rem, 5.5vw, 5rem); }
.planner-page-hero__copy > p:not(.section-kicker) { max-width: 650px; color: #385045; font-size: 1.05rem; }
.planner-page-hero__copy .button { margin-top: 15px; box-shadow: 4px 4px 0 var(--forest-deep); }
.planner-page-sequence { padding: 0; margin: 0; border-top: 1px solid rgba(37,66,54,.35); list-style: none; }
.planner-page-sequence li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid rgba(37,66,54,.28); }
.planner-page-sequence span { color: var(--orange-dark); font-family: var(--serif); font-size: .9rem; }
.planner-page-sequence strong { color: var(--forest-deep); font-size: .85rem; font-weight: 700; line-height: 1.45; }
.planner-page-content { scroll-margin-top: 100px; overflow: visible; background: #f5f5f4; }
.planner-page-assurance { padding-block: clamp(48px, 6vw, 74px); background: var(--forest-deep); color: #fff; }
.planner-page-assurance__grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: clamp(55px, 9vw, 120px); }
.planner-page-assurance h2 { max-width: 740px; margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.6rem); }
.planner-page-assurance p { color: rgba(255,255,255,.72); }
.planner-page-assurance .text-link { color: #fff; }

.esp-planner__form, .esp-planner__progress { border-color: #d4dfd6; }
.esp-planner__form { box-shadow: 0 18px 50px rgba(31,66,50,.08); }
.esp-planner__progress button[aria-current='step'] { border-bottom-color: var(--orange); color: var(--forest-deep); }
.esp-plan-card__surface { border-color: #d4dfd6; }
.esp-plan-card > input:checked + .esp-plan-card__surface { border-color: var(--orange); box-shadow: inset 0 0 0 2px var(--orange); }
.esp-plan-summary { border-color: #cfddd2; border-top-color: var(--orange); background: #edf4ee; }
.esp-tour-aside, .esp-plan-summary { top: 116px; }

@media (max-width: 1080px) {
	.site-header__main { grid-template-columns: 170px 1fr auto; gap: 18px; }
	.site-menu { gap: 14px; }
	.header-actions { gap: 10px; }
}

@media (max-width: 900px) {
	.site-header { position: sticky; }
	.site-navigation .site-menu a { padding-top: 15px; padding-bottom: 15px; }
	.planner-page-hero__grid, .planner-page-assurance__grid { grid-template-columns: 1fr; gap: 42px; }
	.planner-page-sequence { max-width: 520px; }
	.esp-tour-aside, .esp-plan-summary { top: 18px; }
}

@media (max-width: 620px) {
	.utility-bar { display: none; }
	.brand .custom-logo { max-width: 164px; }
	.home-hero { min-height: 650px; }
	.home-hero__media img { object-position: 62% center; }
	.home-hero__shade { background: linear-gradient(0deg, rgba(251,250,245,.98) 0%, rgba(251,250,245,.9) 48%, rgba(251,250,245,.23) 82%); }
	.home-hero__content { justify-content: end; padding-bottom: 92px; }
	.home-hero h1 { font-size: clamp(3.2rem, 14vw, 4.5rem); }
	.planner-page-hero { min-height: 540px; align-items: end; padding-block: 48px; background-position: 62% center; }
	.planner-page-hero__shade { background: linear-gradient(0deg, rgba(251,250,245,.98), rgba(251,250,245,.78) 65%, rgba(251,250,245,.18)); }
	.planner-page-hero__copy h1 { font-size: clamp(3rem, 14vw, 4.35rem); }
	.planner-page-sequence { display: none; }
	.planner-page-assurance { padding-block: 46px; }
}

/* Tour descriptions: editorial and scannable, without decorative double cards. */
.esp-tour-description { display: block; margin: 0 0 36px; color: #343a36; }
.esp-tour-description__intro,
.esp-tour-description__section { padding: 0 0 27px; border: 0; border-bottom: 1px solid #dfe2df; border-radius: 0; background: #fff; box-shadow: none; }
.esp-tour-description__section { padding-top: 27px; }
.esp-tour-description__intro::before,
.esp-tour-description__section::before { display: none; content: none; }
.esp-tour-description__intro > h2,
.esp-tour-description__section > h2 { max-width: 680px; margin: 0 0 15px !important; padding: 0 !important; border: 0 !important; color: #202622 !important; font-size: clamp(1.42rem, 2.2vw, 1.82rem) !important; line-height: 1.15 !important; }
.esp-tour-description__intro > h2 { font-size: clamp(1.85rem, 3vw, 2.35rem) !important; }
.esp-tour-description__intro > p:not(.section-kicker):first-of-type { max-width: 720px; color: #444b46 !important; font-size: 1.02rem !important; line-height: 1.68 !important; }
.esp-tour-description p,
.esp-tour-description li,
.esp-tour-description blockquote { max-width: 730px; color: #4d544f !important; font-size: .96rem !important; line-height: 1.68 !important; }
.esp-tour-description h3,
.esp-tour-description h4 { margin-top: 21px !important; color: #252c27 !important; font-size: 1.05rem !important; }
.esp-tour-description__nav { position: static; z-index: 1; gap: 18px; margin: 18px 0 0; padding: 11px 0; border: 0; border-top: 1px solid #dfe2df; border-bottom: 1px solid #dfe2df; border-radius: 0; background: #fff; box-shadow: none; }
.esp-tour-description__nav a { padding: 7px 0 5px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; color: #454c47; white-space: nowrap; }
.esp-tour-description__nav a:hover,
.esp-tour-description__nav a:focus { border: 0; border-bottom-color: var(--orange); background: transparent; color: #1f2822; }
.esp-tour-description__feature-grid { gap: 10px; }
.esp-tour-description__feature-grid article,
.esp-tour-description__columns > div { padding: 20px; border: 1px solid #dde1dd; border-radius: 10px; background: #f6f7f6; }
.esp-tour-description img,
.esp-tour-description iframe,
.esp-tour-description video { border-radius: 10px; }
.esp-tour-description__timeline article { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding-bottom: 16px; }
.esp-tour-description__timeline article:not(:last-child)::after { top: 40px; left: 20px; background: #d8dcd8; }
.esp-tour-description__timeline article > span { width: 40px; height: 40px; border-radius: 7px; }
.esp-tour-description__timeline article > div { padding: 16px 18px; border-radius: 9px; background: #fff; }
.esp-tour-description details { border-radius: 8px; }
.esp-tour-description summary { padding: 16px 48px 16px 17px; }
.esp-tour-description blockquote { margin: 22px 0; padding: 2px 0 2px 18px; border-left: 3px solid var(--orange); }
.esp-tour-description table { width: 100%; border-collapse: collapse; }
.esp-tour-description th,
.esp-tour-description td { padding: 12px 10px; border-bottom: 1px solid #e0e3e0; text-align: left; }
.esp-tour-description th { color: #242b26; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 760px) {
	.tour-card__body { min-height: 300px; padding: 20px; }
	.tour-card__commercial { grid-template-columns: 1fr; align-items: stretch; }
	.tour-card__commercial > a { width: 100%; }
	.esp-tour-description { margin-bottom: 36px; }
	.esp-tour-description__intro,
	.esp-tour-description__section { padding: 0 0 27px; border-radius: 0; }
	.esp-tour-description__section { padding-top: 27px; }
	.esp-tour-description__nav { position: static; margin-top: 17px; padding: 6px; border-radius: 8px; }
	.esp-tour-description__nav a { padding: 8px 9px; }
	.esp-tour-description__feature-grid,
	.esp-tour-description__columns { grid-template-columns: 1fr; }
	.esp-tour-description__feature-grid article,
	.esp-tour-description__columns > div { padding: 17px; }
}

/* Official WhatsApp brand mark (Simple Icons), kept local for speed and privacy. */
.whatsapp-link { display: inline-flex !important; width: 54px; height: 54px; align-items: center; justify-content: center; padding: 0 !important; border-radius: 14px; font-size: 0; }
.whatsapp-link::before,
.footer-contact a[href*='wa.me']::before,
.contact-grid a[href*='wa.me']::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: currentColor;
	content: '';
	-webkit-mask: url('../icons/whatsapp.svg') center / contain no-repeat;
	mask: url('../icons/whatsapp.svg') center / contain no-repeat;
	vertical-align: -.2em;
}
.footer-contact a[href*='wa.me'] { display: inline-flex; align-items: center; gap: 7px; }
.whatsapp-link::before { width: 25px; height: 25px; flex-basis: 25px; }
.footer-credit strong { color: rgba(255,255,255,.82); font-weight: 750; letter-spacing: .035em; }

/* Official Lucide section icons replace emojis stored in legacy descriptions. */
.esp-tour-description__heading { display: flex !important; align-items: center; gap: 11px; }
.esp-tour-description__heading::before {
	display: inline-block;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	background: var(--orange-dark);
	content: '';
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}
.esp-tour-description__heading--banknote::before { -webkit-mask-image: url('../icons/banknote.svg'); mask-image: url('../icons/banknote.svg'); }
.esp-tour-description__heading--clock::before { -webkit-mask-image: url('../icons/clock.svg'); mask-image: url('../icons/clock.svg'); }
.esp-tour-description__heading--mountain::before { -webkit-mask-image: url('../icons/mountain.svg'); mask-image: url('../icons/mountain.svg'); }
.esp-tour-description__heading--backpack::before { -webkit-mask-image: url('../icons/backpack.svg'); mask-image: url('../icons/backpack.svg'); }
.esp-tour-description__heading--circle-check-big::before { -webkit-mask-image: url('../icons/circle-check-big.svg'); mask-image: url('../icons/circle-check-big.svg'); }
.esp-tour-description__heading--triangle-alert::before { -webkit-mask-image: url('../icons/triangle-alert.svg'); mask-image: url('../icons/triangle-alert.svg'); }
.esp-tour-description__heading--shield-x::before { -webkit-mask-image: url('../icons/shield-x.svg'); mask-image: url('../icons/shield-x.svg'); }
.esp-tour-description__heading--circle-question-mark::before { -webkit-mask-image: url('../icons/circle-question-mark.svg'); mask-image: url('../icons/circle-question-mark.svg'); }
