@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fira-sans-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fira-sans-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/fira-sans-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/fira-sans-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/fira-sans-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/fira-sans-800.woff2') format('woff2');
}

:root {
	--ink: #0b2540;
	--ink-soft: #506679;
	--paper: #f7faf9;
	--white: #fff;
	--sand: #e7f3ef;
	--sand-deep: #cce8dd;
	--orange: #089e40;
	--orange-action: #089e40;
	--orange-dark: #067832;
	--line: rgba(8, 158, 64, .18);
	--shell: min(1240px, calc(100vw - 48px));
	--serif: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--sans: 'Fira Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
/* Safety net: no form control may spill outside its container on any screen. */
input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']):not([type='image']),
select, textarea { max-width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input, select, textarea { color: inherit; font: inherit; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 700; line-height: 1.04; letter-spacing: -.032em; }
h1 { font-size: clamp(3.25rem, 7.2vw, 7rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.7rem); }
h3 { font-size: 1.4rem; line-height: 1.2; }
.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 500; line-height: 1.4; }
.section { padding-block: clamp(76px, 10vw, 144px); }
.section--sand { background: var(--sand); }
.section-kicker, .hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; font-size: .72rem; font-weight: 750; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.section-kicker::before, .hero-kicker::before { width: 36px; height: 1px; background: currentColor; content: ''; }
.section-kicker--light { color: #eadfce; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 48px; }
.section-heading h2 { max-width: 830px; margin-bottom: 0; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-block: 4px; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; }
.text-link span { color: var(--orange); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link--light { color: var(--white); }

.button, button.button, input[type='submit'] { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--orange-action); border-radius: 0; background: var(--orange-action); color: var(--white); font-size: .8rem; font-weight: 800; letter-spacing: .045em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover, button.button:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .7rem; }
.button--light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button--light:hover { border-color: var(--sand); background: var(--sand); }

.utility-bar { border-bottom: 1px solid rgba(255,255,255,.1); background: var(--ink); color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .03em; }
.utility-bar__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-bar p { margin: 0; }
.utility-bar a { color: inherit; text-decoration: none; }
.utility-bar__links { display: flex; align-items: center; gap: 24px; }
.esp-language-switcher { display: flex; align-items: center; gap: 7px; font-size: .62rem; letter-spacing: .035em; }
.esp-language-switcher span { opacity: .38; }
.esp-language-switcher a { border-bottom: 1px solid transparent; color: inherit; line-height: 1.35; text-decoration: none; }
.esp-language-switcher a:hover { border-bottom-color: currentColor; }
.esp-language-switcher a[aria-current='page'] { border-bottom-color: var(--orange); font-weight: 800; }
.mobile-language { display: none; }

.site-header { position: relative; z-index: 100; background: var(--paper); }
.site-header__main { display: grid; min-height: 88px; grid-template-columns: 176px 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; width: max-content; flex-direction: column; color: var(--ink); line-height: .8; text-decoration: none; text-transform: uppercase; }
.brand__name { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; letter-spacing: -.035em; }
.brand__place { margin-top: 8px; padding-top: 6px; border-top: 2px solid var(--orange); font-size: .62rem; font-weight: 850; letter-spacing: .27em; text-align: center; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { width: auto; max-height: 58px; }
.site-navigation { justify-self: center; }
.site-menu { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); padding: 0; margin: 0; list-style: none; }
.site-menu a { position: relative; display: block; padding: 33px 0 28px; font-size: .73rem; font-weight: 750; letter-spacing: .02em; text-decoration: none; }
.site-menu a::after { position: absolute; right: 0; bottom: 25px; left: 0; height: 2px; background: var(--orange); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-menu a:hover::after, .site-menu .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.site-menu > .site-menu__item--tours > a { color: inherit; font-weight: 850; }
/* Destination mega menu. The panel is absolutely positioned against .site-header,
   so .site-menu__item must stay static for it to span the full header width. */
.site-menu__item--mega { position: static; }
.site-menu__trigger { display: flex; align-items: center; gap: 7px; padding: 33px 0 28px; border: 0; background: transparent; color: inherit; font-family: inherit; font-size: .73rem; font-weight: 750; letter-spacing: .02em; cursor: pointer; }
.site-menu__trigger::after { position: absolute; content: none; }
.site-menu__trigger > span:first-child { position: relative; }
.site-menu__trigger > span:first-child::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--orange); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.site-menu__trigger:hover > span:first-child::after, .site-menu__trigger[aria-expanded='true'] > span:first-child::after, .site-menu__item--mega.current-menu-item .site-menu__trigger > span:first-child::after { transform: scaleX(1); transform-origin: left; }
.site-menu__chevron { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; opacity: .55; transform: translateY(-2px) rotate(45deg); transition: transform .22s ease; }
.site-menu__trigger[aria-expanded='true'] .site-menu__chevron { transform: translateY(1px) rotate(-135deg); opacity: 1; }

/* Capped to the space left under the header so the panel never runs past the
   fold; it scrolls internally on short viewports instead. */
.mega-menu { position: absolute; z-index: 120; top: 100%; right: 0; left: 0; max-height: calc(100dvh - 120px); overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 26px 52px -12px rgba(11, 37, 64, .18); }
.mega-menu[hidden] { display: none; }
.mega-menu__inner { display: grid; grid-template-columns: minmax(0, 196px) minmax(0, 1fr); gap: clamp(22px, 2.6vw, 40px); padding-block: 26px 30px; }
.mega-menu__intro { display: flex; flex-direction: column; align-items: flex-start; }
.mega-menu__kicker { margin: 0 0 10px; font-size: .66rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-dark); }
.mega-menu__copy { margin: 0 0 18px; color: var(--ink-soft); font-size: .81rem; line-height: 1.6; }
.site-menu .mega-menu__cta { display: inline-flex; align-items: center; padding: 0; gap: 8px; color: var(--ink); font-size: .77rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; }
.site-menu .mega-menu__cta::after { display: none; content: none; }
.mega-menu__arrow { width: 7px; height: 7px; border-top: 2px solid var(--orange-dark); border-right: 2px solid var(--orange-dark); transform: rotate(45deg); transition: transform .22s cubic-bezier(.16, 1, .3, 1); }
.site-menu .mega-menu__cta:hover { color: var(--orange-dark); }
.site-menu .mega-menu__cta:hover .mega-menu__arrow { transform: translateX(4px) rotate(45deg); }

.mega-menu__grid { display: grid; padding: 0; margin: 0; gap: 16px 14px; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; }
.site-menu .mega-menu__item { min-width: 0; border-bottom: 0; }
/* Neutralise the top-level .site-menu a rules, which would otherwise stack the
   card contents under 33px of nav padding and inject the nav underline. */
.site-menu .mega-menu__card { display: flex; flex-direction: column; padding: 0; margin: 0; gap: 10px; color: var(--ink); font-size: inherit; font-weight: 400; letter-spacing: normal; text-decoration: none; }
.site-menu .mega-menu__card::after { display: none; content: none; }
.mega-menu__media { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; border-radius: 10px; background: var(--sand); }
.mega-menu__media::after { position: absolute; inset: 0; border: 1px solid rgba(11, 37, 64, .07); border-radius: inherit; content: ''; }
.mega-menu__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.mega-menu__card:hover .mega-menu__media img, .mega-menu__card:focus-visible .mega-menu__media img { transform: scale(1.07); }
.site-menu .mega-menu__card:focus-visible { outline: 2px solid var(--orange-dark); outline-offset: 4px; border-radius: 12px; }
.mega-menu__body { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.mega-menu__name { position: relative; align-self: flex-start; font-size: .92rem; font-weight: 750; letter-spacing: -.012em; line-height: 1.2; }
.mega-menu__name::after { position: absolute; right: 0; bottom: -2px; left: 0; height: 2px; background: var(--orange); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .28s cubic-bezier(.16, 1, .3, 1); }
.mega-menu__card:hover .mega-menu__name::after, .mega-menu__card:focus-visible .mega-menu__name::after { transform: scaleX(1); transform-origin: left; }
.mega-menu__region { color: var(--ink-soft); font-size: .68rem; font-weight: 500; letter-spacing: .01em; line-height: 1.3; }
.mega-menu__chips { display: flex; flex-wrap: wrap; margin-top: 5px; gap: 4px; }
.mega-menu__chip { padding: 2px 7px; border-radius: 999px; background: var(--sand); color: var(--ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .01em; line-height: 1.5; white-space: nowrap; }

/* Cards fade up in sequence when the panel opens, so the eye lands on the grid
   rather than on nine images appearing at once. Keyed off [hidden] rather than a
   JS class: removing display:none restarts the animation on its own, and the
   panel still renders correctly if the script never runs. */
@media (prefers-reduced-motion: no-preference) {
	.mega-menu:not([hidden]) .mega-menu__intro,
	.mega-menu:not([hidden]) .mega-menu__item { animation: esp-mega-in .42s cubic-bezier(.16, 1, .3, 1) backwards; }
	.mega-menu:not([hidden]) .mega-menu__item { animation-delay: calc(var(--card-index, 0) * 32ms); }
}
@keyframes esp-mega-in { from { opacity: 0; transform: translateY(9px); } }

/* Without JS the button cannot toggle, so hover and keyboard focus still open
   the panel. Guarded by the class the script sets, otherwise :focus-within would
   keep the panel open after a click meant to close it. */
html:not(.has-mega-js) .site-menu__item--mega:hover > .mega-menu[hidden],
html:not(.has-mega-js) .site-menu__item--mega:focus-within > .mega-menu[hidden] { display: block; }
@media (prefers-reduced-motion: reduce) {
	.mega-menu__card:hover .mega-menu__media img { transform: none; }
	.site-menu__chevron, .mega-menu__name::after, .mega-menu__arrow { transition: none; }
}

.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-nav-actions { display: none; }
.header-cart { position: relative; font-size: .72rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-cart span { display: inline-block; min-width: 17px; margin-left: 5px; padding: 1px 4px; background: var(--orange-action, #089e40); color: var(--white); font-size: .62rem; line-height: 1.5; text-align: center; border-radius: 999px; }
.header-cart .esp-cart-count.is-pulse { animation: esp-cart-pop .32s ease; }
@keyframes esp-cart-pop { 0% { transform: scale(1); } 40% { transform: scale(1.45); } 100% { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .header-cart .esp-cart-count.is-pulse { animation: none; } }
.menu-toggle { display: none; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.menu-toggle:hover, .menu-toggle[aria-expanded='true'] { border-color: var(--orange-dark); background: #fff; color: var(--orange-dark); }
.menu-toggle__lines, .menu-toggle__lines::before { display: block; width: 22px; height: 1px; background: currentColor; content: ''; }
.menu-toggle__lines { margin-left: 10px; transition: transform .2s ease; }
.menu-toggle__lines::before { transition: transform .2s ease; transform: translateY(-6px); }
.menu-toggle[aria-expanded='true'] .menu-toggle__lines { transform: rotate(45deg); }
.menu-toggle[aria-expanded='true'] .menu-toggle__lines::before { transform: rotate(-90deg); }

.header-search-toggle, .catalog-search__close { position: relative; display: inline-grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--ink); }
.header-search-toggle::before, .catalog-search__close::before, .catalog-search__icon { display: block; width: 20px; height: 20px; background: currentColor; content: ''; -webkit-mask: url('../icons/search.svg') center / contain no-repeat; mask: url('../icons/search.svg') center / contain no-repeat; }
.catalog-search__close::before { width: 19px; height: 19px; -webkit-mask-image: url('../icons/x.svg'); mask-image: url('../icons/x.svg'); }
.header-search-toggle:hover, .header-search-toggle[aria-expanded='true'], .catalog-search__close:hover { border-color: var(--orange-dark); color: var(--orange-dark); }
.header-search-toggle--mobile { display: none; }
.mobile-nav-search { display: none; }
.locale-selector { position: relative; }
.locale-selector--mobile { display: none; }
.locale-selector__toggle { display: flex; min-width: 104px; height: 42px; align-items: center; justify-content: center; gap: 7px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: transparent; color: var(--ink); font-family: var(--sans); }
.locale-selector__toggle:hover, .locale-selector__toggle[aria-expanded='true'] { border-color: var(--orange-dark); color: var(--orange-dark); }
.locale-selector__toggle img, .locale-selector__menu img { display: block; flex: 0 0 auto; border: 1px solid rgba(20, 26, 23, .13); border-radius: 2px; object-fit: cover; }
.locale-selector__toggle > span { font-size: .7rem; font-weight: 800; }
.locale-selector__toggle > small { color: #757b77; font-size: .58rem; font-weight: 700; }
.locale-selector__toggle > i { display: block; width: 13px; height: 13px; background: currentColor; -webkit-mask: url('../icons/chevron-down.svg') center / contain no-repeat; mask: url('../icons/chevron-down.svg') center / contain no-repeat; transition: transform .18s ease; }
.locale-selector__toggle[aria-expanded='true'] > i { transform: rotate(180deg); }
.locale-selector__menu[hidden] { display: none !important; }
.locale-selector__menu { position: absolute; z-index: 145; top: calc(100% + 10px); right: 0; width: 258px; padding: 10px; border: 1px solid #d9dedb; border-radius: 11px; background: #fff; box-shadow: 0 18px 48px rgba(20, 28, 24, .18); }
.locale-selector__menu > p { padding: 5px 7px 9px; margin: 0; color: #757c77; font-size: .59rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.locale-selector__menu a, .locale-selector__option { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 11px; padding: 10px 9px; border-left: 3px solid transparent; border-radius: 6px; color: #232a26; text-decoration: none; }
.locale-selector__menu a:hover, .locale-selector__menu a:focus { outline: 0; background: #f3f5f3; }
.locale-selector__menu a[aria-current='page'] { border-left-color: var(--orange-dark); background: #f7f7f6; }
.locale-selector__menu a > span, .locale-selector__option > span { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.locale-selector__menu strong { font-size: .82rem; font-weight: 700; }
.locale-selector__menu small { color: #68706b; font-size: .64rem; font-weight: 750; }
.catalog-search[hidden] { display: none !important; }
.catalog-search { position: absolute; z-index: 120; top: 100%; right: 0; left: 0; overflow: auto; max-height: calc(100vh - 110px); border-top: 1px solid #dfe2df; background: #fff; box-shadow: 0 24px 60px rgba(20, 28, 24, .18); }
.catalog-search__inner { padding-block: 25px 30px; }
.catalog-search__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 13px; }
.catalog-search__heading p { margin: 0; color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.catalog-search__form { position: relative; display: flex; align-items: center; border-bottom: 2px solid #29332d; }
.catalog-search__icon { width: 25px; height: 25px; flex: 0 0 25px; margin-right: 14px; color: var(--orange-dark); }
.catalog-search__form input { width: 100%; min-height: 66px; padding: 8px 0; border: 0; outline: 0; background: transparent; color: #202622; font-family: var(--sans); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 600; }
.catalog-search__form input::placeholder { color: #8a908c; opacity: 1; }
.catalog-search__status { min-height: 21px; margin: 12px 0 0; color: #69716c; font-size: .76rem; }
.catalog-search__results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.catalog-search__result { display: grid; min-width: 0; grid-template-columns: 88px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 10px; border: 1px solid #e0e3e0; border-radius: 10px; background: #f7f8f7; color: #202622; text-decoration: none; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.catalog-search__result:hover, .catalog-search__result:focus { border-color: #aeb7b1; outline: 0; background: #fff; transform: translateY(-1px); }
.catalog-search__result img { width: 88px; height: 68px; border-radius: 7px; object-fit: cover; background: #e4e6e4; }
.catalog-search__result-copy { min-width: 0; }
.catalog-search__result-service { display: block; margin-bottom: 3px; color: var(--orange-dark); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-search__result-title { display: block; overflow: hidden; font-size: .91rem; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.catalog-search__result-meta { display: block; overflow: hidden; margin-top: 5px; color: #69716c; font-size: .67rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.catalog-search__result-price { min-width: 92px; color: var(--orange-dark); font-family: var(--sans); font-size: .9rem; font-weight: 800; text-align: right; white-space: nowrap; }
body.catalog-search-open { overflow: hidden; }
body.catalog-search-open::after { position: fixed; z-index: 90; inset: 0; background: rgba(18, 24, 21, .46); content: ''; }

.home-hero { position: relative; min-height: clamp(610px, 72vw, 790px); overflow: hidden; background: #5d392a; color: var(--white); }
.home-hero__media { position: absolute; inset: 0; overflow: hidden; transform: scale(1.01); }
.home-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.home-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,13,9,.78) 0%, rgba(16,13,9,.35) 48%, rgba(16,13,9,.06) 74%), linear-gradient(0deg, rgba(13,11,8,.35), transparent 50%); }
.home-hero__content { position: relative; display: flex; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 12px; padding-bottom: 90px; }
.home-hero h1 { max-width: 980px; margin-bottom: 28px; text-shadow: 0 2px 28px rgba(0,0,0,.18); }
.home-hero h1 em { font-weight: 400; }
.hero-kicker { color: #f2dfc9; }
.hero-copy { max-width: 620px; margin-bottom: 36px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }

.travel-search { position: relative; z-index: 5; margin-top: -62px; }
.travel-search .shell { background: var(--white); box-shadow: 0 20px 55px rgba(40,29,17,.15); }
.travel-search__tabs { display: flex; padding-inline: 28px; border-bottom: 1px solid var(--line); }
.travel-search__tabs button { position: relative; flex: 0 1 150px; padding: 18px 12px 15px; border: 0; background: transparent; color: #6a665e; font-size: .73rem; font-weight: 780; letter-spacing: .04em; text-transform: uppercase; }
.travel-search__tabs button::after { position: absolute; right: 12px; bottom: -1px; left: 12px; height: 3px; background: var(--orange); content: ''; opacity: 0; }
.travel-search__tabs button[aria-selected='true'] { color: var(--ink); }
.travel-search__tabs button[aria-selected='true']::after { opacity: 1; }
.travel-search__form { display: grid; grid-template-columns: 1.3fr 1fr 1fr .85fr auto; align-items: end; padding: 23px 28px 28px; }
.travel-search__form label { display: block; padding: 0 18px; border-right: 1px solid var(--line); }
.travel-search__form label:first-of-type { padding-left: 0; }
.travel-search__form label span, .catalog-filters label span { display: block; margin-bottom: 4px; color: #777168; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.travel-search input, .travel-search select, .catalog-filters input, .catalog-filters select { width: 100%; min-height: 36px; padding: 4px 0; border: 0; border-radius: 0; outline: 0; background: transparent; font-size: .87rem; font-weight: 650; }
.travel-search input:focus, .travel-search select:focus { box-shadow: inset 0 -2px var(--orange); }
.button--search { min-width: 150px; margin-left: 22px; }

.intro-section { padding-top: clamp(112px, 13vw, 180px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr); gap: clamp(70px, 12vw, 170px); }
.intro-grid h2 { margin-bottom: 0; }
.intro-copy { padding-top: 42px; }
.intro-copy > p:not(.lead) { max-width: 570px; color: var(--ink-soft); }
.intro-copy .text-link { margin-top: 18px; }

.tour-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.tour-card { min-width: 0; background: var(--white); }
.tour-card__media { position: relative; display: block; aspect-ratio: 1.35; overflow: hidden; background: #cdbca2; }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.tour-card:hover .tour-card__media img { transform: scale(1.035); }
.tour-card__body { padding: 24px 24px 22px; }
.tour-card__location { margin-bottom: 10px; color: var(--orange-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tour-card h2, .tour-card h3 { min-height: 2.3em; margin-bottom: 14px; font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.8rem); font-weight: 700; }
.tour-card h2 a, .tour-card h3 a { text-decoration: none; }
.tour-card__body > p:not(.tour-card__location) { min-height: 3em; color: var(--ink-soft); font-size: .88rem; }
.tour-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .72rem; }
.tour-card__footer span { max-width: 60%; font-weight: 650; }
.tour-card__footer a { font-weight: 780; text-decoration: none; white-space: nowrap; }

.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 310px); gap: 18px; }
.service-card { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 28px; background: #695343; color: var(--white); text-decoration: none; }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,9,7,.78), rgba(10,9,7,.02) 70%); content: ''; }
.service-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-card:hover > img { transform: scale(1.035); }
.service-card--large { grid-row: 1 / 3; }
.service-card--wide { grid-column: 2 / 4; background: var(--orange); color: var(--ink); }
.service-card--wide::after { display: none; }
.service-card__number { position: relative; z-index: 1; align-self: flex-end; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 800; letter-spacing: .08em; }
.service-card__body { position: relative; z-index: 1; display: flex; max-width: 430px; flex-direction: column; }
.service-card__body strong { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.25rem); font-weight: 700; line-height: 1.04; }
.service-card__body small { max-width: 390px; margin-top: 10px; color: rgba(255,255,255,.8); font-size: .84rem; }
.service-card--wide .service-card__body small { color: var(--ink); }
.service-card--wide .service-card__graphic { color: #48271a; opacity: 1; }
.service-card__graphic { position: absolute; top: 38px; left: 36px; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.8rem); letter-spacing: -.05em; line-height: 1; opacity: .3; }

.planner-callout { padding-block: clamp(85px, 10vw, 140px); background: var(--ink); color: var(--white); }
.planner-callout__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(70px, 12vw, 170px); }
.planner-callout__intro h2 { max-width: 720px; margin-bottom: 28px; }
.planner-callout__intro > p:not(.section-kicker) { max-width: 620px; color: rgba(255,255,255,.67); }
.planner-callout__intro .button { margin-top: 22px; }
.planner-steps { padding: 10px 0 0; margin: 0; list-style: none; }
.planner-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.18); }
.planner-steps li > span { color: var(--orange); font-family: var(--serif); font-size: 1.15rem; }
.planner-steps strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; }
.planner-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: .86rem; }

.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(80px, 12vw, 170px); }
.why-grid h2 { position: sticky; top: 140px; max-width: 610px; }
.why-list { border-top: 1px solid var(--line); }
.why-list > div { display: grid; grid-template-columns: .75fr 1fr; gap: 28px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.why-list strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; }
.why-list p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.catalog-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(330px, 42vw, 510px);
	display: flex;
	align-items: end;
	padding-block: clamp(62px, 8vw, 105px);
	background:
		linear-gradient(100deg, rgba(0, 0, 70, .9) 0%, rgba(0, 0, 70, .68) 52%, rgba(0, 35, 65, .34) 100%),
		#000046 var(--catalog-image, url('../images/hero-brasil.webp')) center / cover no-repeat;
	color: var(--white);
}
.catalog-hero--tours { --catalog-image: url('../images/destino-arraial-do-cabo.webp'); }
.catalog-hero--paquetes { --catalog-image: url('../images/destino-ilha-grande.webp'); }
.catalog-hero--traslados { --catalog-image: url('../images/destino-rio-de-janeiro.webp'); }
.catalog-hero--hoteles { --catalog-image: url('../images/destino-morro-de-sao-paulo.webp'); }
.catalog-hero__grid { display: grid; grid-template-columns: 1.5fr .5fr; align-items: end; gap: 80px; }
.catalog-hero h1 { max-width: 850px; margin-bottom: 0; }
.catalog-hero__grid > p { margin-bottom: 12px; color: rgba(255,255,255,.76); }
.catalog-hero__aside { max-width: 430px; padding-bottom: 10px; }
.catalog-hero__aside p { margin: 0 0 19px; color: rgba(255,255,255,.78); }
.catalog-hero__aside strong, .catalog-hero__aside small { display: block; }
.catalog-hero__aside strong { margin-bottom: 7px; color: #fff; font-size: .78rem; }
.catalog-hero__aside small { color: rgba(255,255,255,.62); font-size: .69rem; line-height: 1.45; }
.catalog-filters { display: grid; grid-template-columns: minmax(250px, 1fr) 220px auto; gap: 24px; align-items: end; padding: 22px; margin-bottom: 42px; border: 1px solid var(--line); background: var(--white); }
.catalog-filters input, .catalog-filters select { border-bottom: 1px solid var(--line); }
.tour-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
/* Destination landing and its per-service subpages. */
.destination-hero { position: relative; overflow: hidden; display: flex; min-height: clamp(340px, 40vw, 470px); align-items: end; padding-block: clamp(30px, 5vw, 52px) clamp(34px, 5vw, 56px); background: linear-gradient(102deg, rgba(0, 0, 70, .92) 0%, rgba(0, 0, 70, .7) 50%, rgba(0, 35, 65, .32) 100%), #000046 var(--destination-image, url('../images/hero-brasil.webp')) center / cover no-repeat; color: var(--white); }
.destination-hero__inner { width: var(--shell); }
.destination-crumbs { display: flex; flex-wrap: wrap; margin-bottom: 22px; gap: 8px; color: rgba(255, 255, 255, .62); font-size: .72rem; font-weight: 600; }
.destination-crumbs a { border-bottom: 1px solid transparent; color: rgba(255, 255, 255, .82); text-decoration: none; transition: border-color .18s ease, color .18s ease; }
.destination-crumbs a:hover { border-bottom-color: currentColor; color: var(--white); }
.destination-crumbs [aria-current] { color: var(--white); }
.destination-hero__kicker { margin: 0 0 12px; color: #7fe4a4; font-size: .68rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.destination-hero__title { max-width: 15ch; margin: 0 0 16px; font-size: clamp(2.5rem, 5.6vw, 4.4rem); }
.destination-hero__lead { max-width: 56ch; margin: 0 0 30px; color: rgba(255, 255, 255, .8); font-size: 1.02rem; line-height: 1.55; }
.destination-hero__facts { display: flex; flex-wrap: wrap; padding: 0; margin: 0; gap: 14px 40px; list-style: none; }
.destination-hero__facts li { display: flex; flex-direction: column; gap: 3px; }
.destination-hero__facts span { color: rgba(255, 255, 255, .58); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.destination-hero__facts strong { max-width: 42ch; font-size: .92rem; font-weight: 700; line-height: 1.35; }

/* Sticky so the visitor can switch service without scrolling back up a long grid.
   These chips are the page's main control, so they carry real weight: a thin
   underlined bar read as a utility strip next to the section headings below. */
.destination-tabs { position: sticky; z-index: 60; top: var(--esp-header-height, 113px); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px); }
.destination-tabs__inner { display: flex; align-items: center; overflow-x: auto; padding-block: 14px; gap: 8px; scrollbar-width: none; }
/* Sticks under the header like the destination tabs, so the filter follows the grid.
   Ten chips do not fit one line, and a horizontally scrolling bar reads as a
   short list rather than a scrollable one, so the filter wraps on wide screens
   and only falls back to swiping where there is no room to wrap. */
.destination-tabs--filter .destination-tabs__inner { flex-wrap: wrap; overflow-x: visible; }
.destination-tabs__label { flex: 0 0 auto; padding-right: 4px; color: var(--ink-soft); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.destination-tabs__inner::-webkit-scrollbar { display: none; }
.destination-tab { display: inline-flex; min-height: 46px; align-items: center; padding: 0 18px; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: .92rem; font-weight: 750; letter-spacing: -.005em; text-decoration: none; white-space: nowrap; transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.destination-tab:hover { border-color: var(--orange-action); transform: translateY(-1px); }
.destination-tab:active { transform: translateY(0); }
.destination-tab:focus-visible { outline: 2px solid var(--orange-dark); outline-offset: 3px; }
.destination-tab b { min-width: 24px; padding: 2px 8px; border-radius: 999px; background: var(--sand); color: var(--ink-soft); font-size: .74rem; font-weight: 800; line-height: 1.5; text-align: center; }
.destination-tab.is-current { border-color: var(--orange-action); background: var(--orange-action); color: var(--white); }
.destination-tab.is-current:hover { border-color: var(--orange-dark); background: var(--orange-dark); }
.destination-tab.is-current b { background: rgba(255, 255, 255, .26); color: var(--white); }

/* The tabs already act as the section break, so the default 144px of section
   padding under them reads as a hole in the page. */
.destination-tabs + .destination-block,
.destination-tabs + .destination-listing { padding-top: clamp(40px, 5vw, 68px); }
.destination-block + .destination-block { padding-top: 0; }
.destination-block__heading { margin-bottom: 32px; }
.destination-block__copy { max-width: 62ch; margin: 12px 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.6; }
.destination-block__more { margin: 34px 0 0; text-align: center; }
.destination-arrival-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.destination-arrival-card { display: grid; min-width: 0; align-items: center; grid-template-columns: 38px minmax(0, 1fr) 22px minmax(0, 1fr); gap: 9px 12px; padding: 20px; border: 1px solid #d5ddd8; border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(28,57,44,.06); color: var(--ink); text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.destination-arrival-card:hover { border-color: var(--orange-action); box-shadow: 0 16px 36px rgba(28,57,44,.11); transform: translateY(-2px); }
.destination-arrival-card:focus-visible { outline: 3px solid rgba(8,158,64,.28); outline-offset: 3px; }
.destination-arrival-card__icon { width: 38px; height: 38px; background: var(--orange-dark); grid-row: 1 / 3; -webkit-mask: url('../icons/map-pin.svg') center / 22px no-repeat; mask: url('../icons/map-pin.svg') center / 22px no-repeat; }
.destination-arrival-card__place { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.destination-arrival-card__place small { color: var(--ink-soft); font-size: .58rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.destination-arrival-card__place strong { overflow: hidden; font-size: .83rem; font-weight: 800; line-height: 1.3; text-overflow: ellipsis; }
.destination-arrival-card__arrow { color: var(--orange-dark); font-size: 1.05rem; font-weight: 850; text-align: center; }
.destination-arrival-card__cta { grid-column: 2 / -1; color: var(--orange-dark); font-size: .68rem; font-weight: 850; }

.destination-promise { padding-block: clamp(34px, 5vw, 58px); border-bottom: 1px solid var(--line); background: var(--paper); }
.destination-promise__inner { display: grid; grid-template-columns: 1fr minmax(280px, .65fr); align-items: center; gap: clamp(35px, 8vw, 110px); }
.destination-promise__inner > div { display: grid; gap: 7px; }
.destination-promise__inner p { margin: 0; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 2.65rem); font-weight: 700; line-height: 1.05; }
.destination-promise__inner strong { color: var(--orange-dark); font-size: .78rem; }
.destination-promise__inner span { color: var(--ink-soft); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.destination-promise__inner b { color: var(--ink); font-size: .86rem; line-height: 1.45; }

.destination-days { border-top: 1px solid var(--line); background: var(--forest-deep); color: var(--white); }
.destination-days__inner { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1fr); align-items: center; gap: clamp(44px, 8vw, 110px); }
.destination-days h2 { margin: 0; color: var(--white); font-size: clamp(2.5rem, 5vw, 4.7rem); }
.destination-days p { max-width: 54ch; margin: 18px 0 0; color: rgba(255,255,255,.68); line-height: 1.6; }
.destination-days__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.destination-days__options a { display: grid; min-height: 125px; align-content: center; padding: 22px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: var(--white); text-decoration: none; transition: background-color .18s ease; }
.destination-days__options a:hover, .destination-days__options a:focus-visible { background: rgba(255,255,255,.09); }
.destination-days__options a:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.destination-days__options strong { font-family: var(--serif); font-size: 2rem; line-height: 1; }
.destination-days__options span { margin-top: 8px; color: rgba(255,255,255,.68); font-size: .7rem; }

.catalog-transfer-search { position: relative; z-index: 2; padding: 0 0 28px; margin-top: -34px; }
.catalog-transfer-search__form { display: grid; grid-template-columns: 1.2fr 1fr .8fr .65fr auto; align-items: end; gap: 10px; padding: 22px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 60px rgba(0,0,46,.12); }
.catalog-transfer-search__form label { display: grid; gap: 7px; }
.catalog-transfer-search__form label > span { color: var(--forest-deep); font-size: .64rem; font-weight: 800; }
.catalog-transfer-search__form :is(input, select) { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: inherit; font-size: 16px; }
.catalog-transfer-search__form .button { min-height: 48px; white-space: nowrap; }
.button--ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button--ghost:hover { border-color: var(--orange-action); background: var(--orange-action); color: var(--white); }
.destination-help__inner { display: grid; align-items: center; gap: 32px; grid-template-columns: minmax(0, 1fr) auto; }
.destination-help__inner h2 { margin-bottom: 12px; }
.destination-help__inner p { max-width: 62ch; margin: 0; color: var(--ink-soft); }
.destination-help__actions { display: flex; align-items: center; gap: 20px; }
@media (prefers-reduced-motion: reduce) {
	.destination-tab, .destination-crumbs a { transition: none; }
	.destination-tab:hover { transform: none; }
}
@media (max-width: 900px) {
	.destination-hero { min-height: 300px; }
	.destination-hero__title { max-width: none; }
	.destination-hero__facts { gap: 12px 26px; }
	.destination-tabs { top: var(--esp-header-height, 72px); }
	.destination-tabs__inner { padding-block: 11px; gap: 7px; }
	.destination-tab { min-height: 44px; padding: 0 15px; gap: 8px; font-size: .86rem; }
	.destination-tab b { font-size: .7rem; }
	.destination-block__heading { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
	.destination-promise__inner, .destination-days__inner { grid-template-columns: 1fr; }
	.destination-help__inner { grid-template-columns: 1fr; }
	.destination-help__actions { flex-wrap: wrap; }
	.destination-arrival-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
	.catalog-transfer-search__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.catalog-transfer-search__form .button { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	.destination-promise__inner { gap: 24px; }
	.destination-days__options { grid-template-columns: 1fr; }
	.destination-days__options a { min-height: 96px; }
	.catalog-transfer-search { margin-top: -20px; }
	.catalog-transfer-search__form { grid-template-columns: 1fr; padding: 18px; }
	.catalog-transfer-search__form .button { grid-column: auto; }
	.destination-arrival-card { grid-template-columns: 32px minmax(0, 1fr); padding: 17px; }
	.destination-arrival-card__icon { width: 32px; height: 32px; grid-row: 1 / 4; }
	.destination-arrival-card__place, .destination-arrival-card__cta { grid-column: 2; }
	.destination-arrival-card__arrow { display: none; }
}

.tour-card__offers { display: grid; gap: 8px; margin-top: 10px; }
.empty-state { grid-column: 1 / -1; padding: 70px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.empty-state p { max-width: 630px; margin: 0 auto 28px; }
.service-booking-strip { position: relative; z-index: 2; background: var(--ink); color: var(--white); }
.service-booking-strip__form { display: grid; grid-template-columns: minmax(260px, 1.45fr) minmax(170px, .8fr) minmax(150px, .65fr) auto; gap: 0; align-items: stretch; }
.service-booking-strip__form label { display: flex; min-height: 96px; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.16); }
.service-booking-strip__form label span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-booking-strip__form input, .service-booking-strip__form select { width: 100%; min-height: 34px; padding: 0; border: 0; border-radius: 0; outline: 0; background: transparent; color: var(--white); font-size: .92rem; font-weight: 650; color-scheme: dark; }
.service-booking-strip__form select option { background: var(--ink); color: var(--white); }
.service-booking-strip__form .button { min-width: 150px; align-self: stretch; margin: 0; border-color: var(--orange); }
.service-catalog { background: var(--paper); }
.catalog-assurance { border-block: 1px solid var(--line); background: var(--white); }
.catalog-assurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.catalog-assurance__grid > div { min-height: 220px; padding: 42px clamp(25px, 4vw, 58px); border-right: 1px solid var(--line); }
.catalog-assurance__grid > div:last-child { border-right: 0; }
.catalog-assurance span { display: block; margin-bottom: 48px; color: var(--orange-dark); font-family: var(--serif); font-size: 1.05rem; }
.catalog-assurance strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 1.65rem; font-weight: 700; }
.catalog-assurance p { max-width: 290px; margin: 0; color: var(--ink-soft); font-size: .86rem; }

.page-hero { padding-block: clamp(85px, 11vw, 150px); }
.page-hero--compact {
	background:
		linear-gradient(100deg, rgba(0, 0, 70, .9), rgba(0, 36, 78, .52)),
		#000046 url('../images/hero-brasil.webp') center / cover no-repeat;
	color: var(--white);
}
.page-hero--compact h1 { max-width: 1050px; margin-bottom: 0; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero--image { position: relative; min-height: 620px; display: flex; align-items: end; background: var(--ink) var(--page-image) center / cover no-repeat; color: var(--white); }
.page-hero--image::before { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,10,8,.78), rgba(12,10,8,.08)); content: ''; }
.page-hero--image .shell { position: relative; }
.page-content { padding-block: clamp(65px, 8vw, 110px); }
.prose { max-width: 820px; }
.prose > * { max-width: 100%; }
.prose p, .prose li { color: var(--ink-soft); }
.prose h2 { margin-top: 1.2em; font-size: clamp(2rem, 4vw, 3.4rem); }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-block: 80px; }
.entry-card { background: var(--white); }
.entry-card__media { display: block; aspect-ratio: 1.4; overflow: hidden; }
.entry-card__media img { width: 100%; height: 100%; object-fit: cover; }
.entry-card__body { padding: 26px; }
.entry-card__body h2 { font-size: 2rem; }
.entry-card__body a { text-decoration: none; }
.entry-card__meta { color: var(--orange-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.flight-page-hero { padding-block: clamp(82px, 10vw, 145px); overflow: hidden; background: var(--ink); color: var(--white); }
.flight-page-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: clamp(70px, 10vw, 150px); }
.flight-page-hero__copy > p:not(.section-kicker) { max-width: 650px; color: rgba(255,255,255,.68); }
.flight-page-hero__copy .button { margin-top: 18px; }
.flight-route-board { border-top: 1px solid rgba(255,255,255,.3); }
.flight-route-board > div { display: grid; grid-template-columns: 42px 1fr; gap: 3px 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.flight-route-board span { grid-row: 1 / 3; color: var(--orange); font-family: var(--serif); }
.flight-route-board strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; }
.flight-route-board small { color: rgba(255,255,255,.54); }
.flight-method { border-bottom: 1px solid var(--line); background: var(--sand); }
.flight-method__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.flight-method__grid > div { min-height: 250px; padding: 42px clamp(24px, 4vw, 55px); border-right: 1px solid var(--line); }
.flight-method__grid > div:last-child { border-right: 0; }
.flight-method span { display: block; margin-bottom: 50px; color: var(--orange-dark); font-family: var(--serif); }
.flight-method strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.flight-method p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.flight-offers { background: var(--paper); }
.esp-flights__intro { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 28px 0 48px; border-bottom: 1px solid var(--line); }
.esp-flights__intro p { max-width: 680px; margin: 0; color: var(--ink-soft); }
.esp-flight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 40px; }
.esp-flight-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.esp-flight-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 8; background: var(--sand); }
.esp-flight-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.esp-flight-card:hover .esp-flight-card__media img { transform: scale(1.025); }
.esp-flight-card__body { padding: 28px; }
.esp-flight-card__route { color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.esp-flight-card__route span { padding-inline: 8px; }
.esp-flight-card h2 { margin-bottom: 24px; font-size: 2rem; }
.esp-flight-card dl { margin: 0 0 28px; }
.esp-flight-card dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .75rem; }
.esp-flight-card dt { color: #706b63; }
.esp-flight-card dd { margin: 0; font-weight: 700; text-align: right; }
.esp-flight-card__price { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.esp-flight-card__price span { font-size: .7rem; text-transform: uppercase; }
.esp-flight-card__price strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 800; }
.esp-flight-card__price--quote { align-items: flex-start; flex-direction: column; gap: 3px; }
.esp-flight-card__price--quote strong { font-size: 1.45rem; }
.esp-flight-card__price--quote small { color: var(--ink-soft); font-size: .72rem; }
.esp-empty { padding: 70px 0; }
.esp-empty h2, .esp-flight-request h2 { font-size: clamp(2.4rem, 4vw, 3.5rem); }
.esp-flight-request { padding: 70px 0 0; margin-top: 70px; border-top: 1px solid var(--line); }
.flight-conditions { padding-block: clamp(78px, 9vw, 130px); background: var(--orange); }
.flight-conditions__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px, 11vw, 160px); }
.flight-conditions h2 { max-width: 720px; margin: 0; }
.flight-conditions p { max-width: 570px; color: var(--ink); }
.planner-page-hero { padding-block: clamp(80px, 10vw, 145px); background: var(--orange); }
.planner-page-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(70px, 11vw, 160px); }
.planner-page-hero h1 { max-width: 880px; }
.planner-page-hero__grid > div:first-child > p:not(.section-kicker) { max-width: 680px; color: var(--ink); }
.esp-planner__progress button[aria-current='step'] span { color: var(--orange-dark) !important; }
.planner-page-sequence { border-top: 1px solid rgba(23,23,20,.4); }
.planner-page-sequence > div { padding: 18px 0; border-bottom: 1px solid rgba(23,23,20,.24); }
.planner-page-sequence span { display: block; margin-bottom: 3px; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.planner-page-sequence strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; }
.planner-page-content { overflow: hidden; background: var(--paper); }
.planner-page-assurance { padding-block: clamp(75px, 9vw, 125px); background: var(--ink); color: var(--white); }
.planner-page-assurance__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px, 11vw, 160px); }
.planner-page-assurance h2 { margin: 0; }
.planner-page-assurance p { color: rgba(255,255,255,.65); }
.flight-single__hero { padding-block: clamp(80px, 10vw, 140px); background: var(--ink); color: var(--white); }
.flight-single__hero-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.flight-single__route { margin-bottom: 18px; color: var(--orange); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.flight-single__route span { padding-inline: 12px; }
.flight-single__price { min-width: 245px; padding-left: 32px; border-left: 1px solid rgba(255,255,255,.25); }
.flight-single__price span, .flight-single__price small { display: block; color: rgba(255,255,255,.58); font-size: .68rem; }
.flight-single__price strong { display: block; margin-block: 6px; font-family: var(--serif); font-size: 2.35rem; font-weight: 800; }
.flight-single__layout { display: grid; grid-template-columns: 1fr 390px; gap: clamp(55px, 9vw, 120px); }
.flight-facts { border-top: 1px solid var(--line); }
.flight-single__image { overflow: hidden; margin-top: 0; margin-bottom: -40px; aspect-ratio: 16 / 7; background: var(--sand); }
.flight-single__image img { width: 100%; height: 100%; object-fit: cover; }
.flight-single__image + .section { padding-top: clamp(90px, 11vw, 164px); }
.flight-facts > div { padding: 17px 0; border-bottom: 1px solid var(--line); }
.flight-facts span { display: block; color: var(--orange-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flight-facts strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; }
.flight-single__cta { padding-block: clamp(70px, 8vw, 110px); background: var(--orange-dark); color: var(--white); }
.flight-single__cta .shell { display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.flight-single__cta h2 { max-width: 760px; margin: 0; }

.site-footer { padding-top: 86px; background: var(--ink); color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 52px; }
.brand--footer { margin-bottom: 28px; color: var(--white); }
.footer-brand p { max-width: 350px; color: rgba(255,255,255,.53); font-size: .88rem; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-family: var(--sans); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { font-size: .82rem; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.esp-tour-modal-view .site-header, .esp-tour-modal-view .site-footer, .esp-tour-modal-view #wpadminbar { display: none !important; }
html:has(.esp-tour-modal-view) { margin-top: 0 !important; scroll-padding-top: 0; }
.esp-tour-modal-view { padding-top: 0 !important; }
/* Modal preview: solo la ficha, sin panel de compra, opiniones ni tours relacionados. */
.esp-tour-modal-view .esp-tour-aside,
.esp-tour-modal-view .esp-tour-mobile-book,
.esp-tour-modal-view .esp-related,
.esp-tour-modal-view .tripadvisor-strip,
.esp-tour-modal-view #reservar { display: none !important; }
.esp-tour-modal-view .esp-tour-layout { display: block !important; width: auto !important; padding-bottom: 40px !important; }
.esp-tour-modal-view .esp-tour-main { max-width: 900px; margin: 0 auto; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact a { margin-bottom: 8px; color: var(--white); }
.footer-build-trip { margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-build-trip a { color: var(--white) !important; font-weight: 750; }
.footer-whatsapp-list { display: grid; gap: 8px; width: 100%; margin-bottom: 8px; }
/* Email shares the WhatsApp card shell so every direct channel reads as one set. */
.footer-whatsapp-contact, .footer-mail-contact { display: flex; align-items: center; gap: 9px; margin: 0 !important; padding: 9px 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.04); text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.footer-whatsapp-contact:hover, .footer-mail-contact:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.footer-mail-contact__icon { display: block; width: 18px; height: 18px; flex: 0 0 18px; background: currentColor; -webkit-mask: url('../icons/mail.svg') center / contain no-repeat; mask: url('../icons/mail.svg') center / contain no-repeat; }
.footer-mail-contact small { overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) { .footer-whatsapp-contact, .footer-mail-contact { transition: none; } }
.footer-whatsapp-contact__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.footer-whatsapp-contact strong, .footer-mail-contact strong { color: var(--white); font-size: .8rem; }
.footer-whatsapp-contact small, .footer-mail-contact small { color: rgba(255,255,255,.58); font-size: .72rem; }
.footer-whatsapp-contact.is-primary { border-color: rgba(71,201,109,.4); background: rgba(37,211,102,.09); }
.footer-contact p { margin-top: 18px; color: rgba(255,255,255,.5); font-size: .8rem; }
.footer-cadastur { display: flex; align-items: center; gap: 13px; }
.footer-cadastur img { width: 118px; height: auto; flex: 0 0 auto; }
.footer-cadastur > span { line-height: 1.45; }
.footer-cadastur b { display: block; color: rgba(255,255,255,.82); font-weight: 750; letter-spacing: .01em; }
.footer-social { display: flex; flex-wrap: wrap; margin-top: 16px; gap: 8px; }
.footer-social li { margin: 0; }
.site-footer .footer-social__link { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; gap: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 700; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.site-footer .footer-social__link:hover { border-color: var(--orange-action); background: var(--orange-action); color: var(--white); }
/* Masked so the brand marks pick up the link colour in both states. */
.footer-social__icon { display: block; width: 15px; height: 15px; flex: 0 0 15px; background: currentColor; -webkit-mask: center / contain no-repeat; mask: center / contain no-repeat; }
.footer-social__icon.is-instagram { -webkit-mask-image: url('../icons/instagram.svg'); mask-image: url('../icons/instagram.svg'); }
.footer-social__icon.is-tripadvisor { -webkit-mask-image: url('../icons/tripadvisor.svg'); mask-image: url('../icons/tripadvisor.svg'); }
.footer-social__icon.is-youtube { -webkit-mask-image: url('../icons/youtube.svg'); mask-image: url('../icons/youtube.svg'); }
@media (prefers-reduced-motion: reduce) { .site-footer .footer-social__link { transition: none; } }
@media (max-width: 620px) {
	.footer-cadastur { align-items: flex-start; }
}
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.46); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-credit { display: inline-flex; align-items: center; gap: 9px; }
.footer-credit a { display: inline-flex; align-items: center; }
.footer-credit img { display: block; width: auto; height: 20px; }
.footer-credit a:hover img, .footer-credit a:focus img { opacity: .82; }
.whatsapp-link { position: fixed; z-index: 90; right: 18px; bottom: 18px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.22); background: #1f6e46; box-shadow: 0 10px 28px rgba(0,0,0,.2); color: var(--white); font-size: .72rem; font-weight: 750; letter-spacing: .02em; text-decoration: none; }

/* WooCommerce: conservative overrides that keep checkout functionality intact. */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 24px; color: var(--ink-soft); font-size: .75rem; }
.woocommerce div.product, .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { width: var(--shell); margin: 60px auto 100px; }
.woocommerce div.product div.images img { background: var(--sand); }
.woocommerce div.product .product_title { font-family: var(--serif); font-weight: 700; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #respond input#submit.alt { border-radius: 0; background: var(--orange-action); }
.woocommerce input.input-text, .woocommerce select, .woocommerce textarea { width: 100%; max-width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }

@media (max-width: 1100px) {
	.site-header__main { grid-template-columns: 160px 1fr auto; gap: 20px; }
	.site-menu { gap: 16px; }
	.site-menu a { font-size: .68rem; }
	.site-menu__trigger { font-size: .68rem; }
	.mega-menu__inner { grid-template-columns: minmax(0, 176px) minmax(0, 1fr); }
	.mega-menu__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.header-cart { display: none; }
	.travel-search__form { grid-template-columns: 1.2fr 1fr 1fr auto; }
	.travel-search__form label:nth-of-type(4) { display: none; }
	.services-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }
	.service-card--large { grid-column: 1 / 3; grid-row: auto; }
	.service-card--wide { grid-column: 1 / 3; }
}

@media (max-width: 900px) {
	:root { --shell: min(100% - 36px, 760px); }
	.destination-tabs--filter .destination-tabs__inner { flex-wrap: nowrap; overflow-x: auto; }
	.utility-bar { display: none; }
	.site-header__main { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto 42px; grid-template-rows: 72px; gap: 8px; }
	.site-header__main > .brand { min-width: 0; grid-column: 1; grid-row: 1; align-self: center; }
	.header-actions { display: none; }
	.header-search-toggle--mobile { display: none; }
	.locale-selector--mobile { display: block; grid-column: 2; grid-row: 1; align-self: center; }
	.menu-toggle { width: 42px; height: 42px; grid-column: 3; grid-row: 1; align-self: center; justify-content: center; padding: 0; }
	.menu-toggle > span:first-child { display: none; }
	.menu-toggle__lines { margin-left: 0; }
	.locale-selector--mobile .locale-selector__toggle { min-width: 0; gap: 5px; padding-inline: 9px; }
	/* Keep the currency visible on mobile so it hints there are other currencies; hide only the chevron. */
	.locale-selector--mobile .locale-selector__toggle > small { display: inline; padding: 1px 5px; border-radius: 5px; background: #eaf3ec; color: var(--forest-deep, #1f3d31); font-size: .58rem; font-weight: 800; }
	.locale-selector--mobile .locale-selector__toggle > i { display: none; }
	.locale-selector--mobile .locale-selector__menu { right: 0; }
	.menu-toggle { display: flex; align-items: center; justify-self: end; }
	.site-navigation { position: fixed; z-index: 115; top: 72px; right: 0; bottom: 0; left: 0; display: none; width: 100vw; max-width: none; height: calc(100vh - 72px); height: calc(100dvh - 72px); justify-self: stretch; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 18px 18px 34px; margin: 0; background: #f7f7f6; }
	.site-navigation.is-open { display: block; }
	.mobile-nav-search { display: block; width: min(100%, 760px); margin: 0 auto 12px; }
	.site-navigation .mobile-nav-actions { display: flex; flex-direction: column; gap: 10px; width: min(100%, 760px); margin: 0 auto 18px; }
	.mobile-nav-cart { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 18px; border: 1px solid #cfd5d1; border-radius: 9px; background: #fff; color: var(--ink); font-family: var(--sans); font-size: 1.05rem; font-weight: 750; text-decoration: none; }
	.mobile-nav-cart b { min-width: 24px; padding: 2px 8px; border-radius: 999px; background: var(--orange-dark); color: #fff; font-size: .82rem; font-weight: 800; text-align: center; }
	.mobile-nav-build { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 54px; font-size: 1rem; }
	.mobile-nav-search__button { display: flex; width: 100%; min-height: 54px; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid #cfd5d1; border-radius: 9px; background: #fff; color: #69716c; font-family: var(--sans); font-size: .91rem; font-weight: 500; text-align: left; }
	.mobile-nav-search__button:hover, .mobile-nav-search__button:focus, .mobile-nav-search__button[aria-expanded='true'] { border-color: var(--orange-dark); outline: 0; color: var(--ink); }
	.mobile-nav-search__icon { display: block; width: 20px; height: 20px; flex: 0 0 20px; background: var(--orange-dark); -webkit-mask: url('../icons/search.svg') center / contain no-repeat; mask: url('../icons/search.svg') center / contain no-repeat; }
	.site-navigation .site-menu { width: min(100%, 760px); margin-inline: auto; flex-direction: column; align-items: stretch; gap: 0; }
	.mobile-language { display: block; width: min(100%, 760px); padding-top: 24px; margin: 24px auto 0; border-top: 1px solid var(--line); }
	.mobile-language .esp-language-switcher { gap: 12px; font-size: .72rem; }
	.mobile-language .esp-language-switcher a { padding-block: 7px; }

	.site-menu li { border-bottom: 1px solid var(--line); }
	.site-navigation .site-menu a { padding: 15px 4px; font-family: var(--sans); font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
	.site-menu a::after { display: none; }

	/* Inside the mobile drawer the panel is an in-flow accordion, and the cards
	   become horizontal rows so nine destinations stay scannable by thumb. */
	.site-menu__item--mega { border-bottom: 1px solid var(--line); }
	.site-menu__trigger { width: 100%; justify-content: space-between; padding: 15px 4px; font-family: var(--sans); font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
	.site-menu__chevron { width: 10px; height: 10px; }
	.site-menu__trigger > span:first-child::after { display: none; }
	/* The drawer already scrolls; a nested scroll area here traps the gesture. */
	.mega-menu { position: static; max-height: none; overflow: visible; border-top: 0; box-shadow: none; background: transparent; }
	.mega-menu__inner { display: block; width: 100%; padding: 0 0 12px; }
	.mega-menu__intro { display: none; }
	.mega-menu__grid { grid-template-columns: 1fr; gap: 2px; }
	.site-menu .mega-menu__card { flex-direction: row; align-items: center; padding: 9px 6px; gap: 13px; border-radius: 10px; }
	.site-menu .mega-menu__card:active { background: var(--sand); }
	.mega-menu__media { width: 78px; height: 58px; flex: 0 0 78px; aspect-ratio: auto; border-radius: 8px; }
	.mega-menu__name { font-size: 1.02rem; }
	.mega-menu__name::after { display: none; }
	.mega-menu__region { font-size: .72rem; }
	.mega-menu__chips { margin-top: 4px; }
	.mega-menu__chip { font-size: .64rem; }
	.catalog-search { position: fixed; z-index: 150; inset: 0; max-height: none; border: 0; box-shadow: none; }
	.catalog-search__inner { width: min(100% - 28px, 760px); padding-block: 20px 32px; }
	.catalog-search__form input { min-height: 61px; font-size: 1.1rem; }
	.catalog-search__results { grid-template-columns: 1fr; }
	.home-hero { min-height: 670px; }
	.home-hero__content { padding-bottom: 120px; }
	.home-hero h1 br { display: none; }
	.travel-search { margin-top: -82px; }
	.travel-search__tabs { overflow-x: auto; padding-inline: 12px; }
	.travel-search__tabs button { min-width: 108px; }
	.travel-search__form { grid-template-columns: 1fr 1fr; gap: 20px; }
	.travel-search__form label { padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.button--search { grid-column: 1 / -1; width: 100%; margin: 0; }
	.intro-grid, .planner-callout__grid, .why-grid, .catalog-hero__grid { grid-template-columns: 1fr; gap: 45px; }
	.intro-copy { padding-top: 0; }
	.tour-grid, .tour-grid--catalog { grid-template-columns: 1fr 1fr; }
	.planner-callout__intro h2 { max-width: none; }
	.why-grid h2 { position: static; }
	.catalog-hero__grid > p { max-width: 570px; }
	.service-booking-strip__form { grid-template-columns: 1fr 1fr; }
	.service-booking-strip__form .button { min-height: 58px; grid-column: 1 / -1; }
	.content-grid { grid-template-columns: 1fr 1fr; }
	.flight-page-hero__grid, .planner-page-hero__grid, .flight-conditions__grid, .planner-page-assurance__grid, .flight-single__layout { grid-template-columns: 1fr; gap: 48px; }
	.flight-method__grid { grid-template-columns: 1fr; }
	.flight-method__grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.flight-method__grid > div:last-child { border-bottom: 0; }
	.esp-flight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.flight-single__hero-grid { grid-template-columns: 1fr; }
	.flight-single__price { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; }
	.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
	.footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	:root { --shell: calc(100% - 28px); }
	.section { padding-block: 72px; }
	.brand__name { font-size: 1.35rem; }
	.home-hero { min-height: 610px; }
	.home-hero__shade { background: linear-gradient(0deg, rgba(12,10,8,.72), rgba(12,10,8,.15)); }
	.home-hero__content { justify-content: flex-end; padding-bottom: 126px; }
	.home-hero h1 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
	.home-hero h1 br { display: block; }
	.hero-copy { font-size: .98rem; }
	.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
	.travel-search { margin-top: -94px; }
	.travel-search__tabs { padding-inline: 0; }
	.travel-search__tabs button { min-width: 0; flex: 1 1 0; padding-inline: 2px; font-size: .56rem; }
	.travel-search__form { grid-template-columns: 1fr 1fr; padding: 20px; }
	.travel-search__form label:first-of-type { grid-column: 1 / -1; }
	.travel-search__form label:nth-of-type(4) { display: none; }
	.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
	.tour-grid, .tour-grid--catalog, .content-grid { grid-template-columns: 1fr; }
	.services-grid { display: flex; flex-direction: column; }
	.service-card { min-height: 330px; }
	.service-card--wide { min-height: 260px; }
	.why-list > div { grid-template-columns: 1fr; gap: 8px; }
	.catalog-filters { grid-template-columns: 1fr; }
	.service-booking-strip__form { grid-template-columns: 1fr; }
	.service-booking-strip__form label { min-height: 82px; padding-inline: 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
	.catalog-assurance__grid { grid-template-columns: 1fr; }
	.catalog-assurance__grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.catalog-assurance__grid > div:last-child { border-bottom: 0; }
	.catalog-assurance span { margin-bottom: 24px; }
	.empty-state { padding: 45px 24px; }
	.flight-page-hero, .planner-page-hero, .flight-single__hero { padding-block: 72px; }
	.flight-route-board > div { grid-template-columns: 34px 1fr; }
	.flight-method span { margin-bottom: 24px; }
	.esp-flights__intro, .flight-single__cta .shell { align-items: flex-start; flex-direction: column; }
	.esp-flight-grid { grid-template-columns: 1fr; }
	.flight-single__cta .button { width: 100%; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 46px 30px; }
	.footer-brand, .footer-contact { grid-column: 1 / -1; }
	.footer-bottom { flex-direction: column; gap: 8px; }
	.whatsapp-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Booking cart and checkout: intentionally editorial, compact and badge-free. */
.commerce-hero { padding-block: clamp(42px, 5vw, 72px); border-top: 4px solid var(--orange); border-bottom: 1px solid var(--line); background: #fff; }
.commerce-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: end; gap: clamp(50px, 8vw, 120px); }
.commerce-hero h1 { max-width: 760px; margin: 0 0 16px; font-size: clamp(2.7rem, 4.4vw, 4.5rem); line-height: .96; }
.commerce-hero__grid > div > p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: clamp(.94rem, 1.2vw, 1.08rem); }
.commerce-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; margin: 0; list-style: none; }
.commerce-steps--checkout { grid-template-columns: repeat(3, 1fr); }
.commerce-steps li { padding-top: 13px; border-top: 1px solid rgba(28,25,21,.25); color: rgba(28,25,21,.48); font-size: .69rem; font-weight: 750; letter-spacing: .035em; }
.commerce-steps li span { display: block; margin-bottom: 4px; font-size: .58rem; letter-spacing: .12em; }
.commerce-steps li.is-current { border-color: var(--orange-dark); color: var(--orange-dark); }
.commerce-steps li.is-complete { border-color: var(--ink); color: var(--ink); }
.commerce-main { padding-block: clamp(42px, 5vw, 72px) clamp(75px, 8vw, 110px); background: #fff; scroll-margin-top: 125px; }
.commerce-trip-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px 50px; padding: 24px 28px; margin-bottom: 34px; border: 1px solid #dce1dc; border-left: 4px solid var(--orange); border-radius: 12px; background: #fbfcfa; }
.commerce-trip-entry .section-kicker { margin-bottom: 5px; }
.commerce-trip-entry h2 { margin: 0 0 6px; font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.05; }
.commerce-trip-entry div > p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: .8rem; }
.commerce-trip-entry nav { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.commerce-trip-entry .button { min-height: 44px; padding: 11px 18px; border-radius: 7px; font-size: .7rem; }
.commerce-trip-entry .text-link { font-size: .72rem; }
.commerce-panel { padding: 0; border: 0; background: #fff; box-shadow: none; }
.commerce-panel .woocommerce { width: auto; margin: 0; }
.commerce-panel .woocommerce-notices-wrapper:empty { display: none; }
.commerce-panel .woocommerce-message, .commerce-panel .woocommerce-info, .commerce-panel .woocommerce-error { padding: 17px 20px 17px 48px; margin: 0 0 28px; border: 0; border-left: 3px solid var(--orange); background: var(--sand); color: var(--ink); }
.commerce-panel .woocommerce-message::before, .commerce-panel .woocommerce-info::before { color: var(--orange-dark); }
.commerce-panel table.shop_table { border: 0; border-collapse: collapse; border-radius: 0; }
.commerce-panel table.shop_table th { padding: 12px 14px; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink-soft); font-size: .64rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.commerce-panel table.shop_table td { padding: 24px 14px; border: 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.commerce-panel td.product-remove { width: 28px; padding-right: 0 !important; }
.commerce-panel a.remove { width: auto; height: auto; border: 0; border-radius: 0; background: transparent !important; color: var(--ink-soft) !important; font-family: var(--sans); font-size: 1.25rem; font-weight: 400; line-height: 1; }
.commerce-panel a.remove:hover { color: var(--orange-dark) !important; }
.commerce-panel td.product-thumbnail { width: 112px; }
.commerce-panel td.product-thumbnail .bg_image_area { width: 92px; height: 72px; margin: 0; overflow: hidden; background: var(--sand); }
.commerce-panel td.product-thumbnail .bg_image_area > div { width: 100%; height: 100%; background-position: center; background-size: cover; }
.commerce-panel .product-name > a { display: inline-block; margin-bottom: 13px; color: var(--ink); font-family: var(--serif); font-size: 1.26rem; line-height: 1.2; text-decoration: none; }
.commerce-panel dl.variation { display: grid; grid-template-columns: minmax(135px, .55fr) 1fr; gap: 5px 18px; margin: 0; color: var(--ink-soft); font-size: .78rem; }
.commerce-panel dl.variation dt, .commerce-panel dl.variation dd { float: none; padding: 0; margin: 0; }
.commerce-panel dl.variation dt { color: var(--ink); font-weight: 750; }
.commerce-panel dl.variation dd p { margin: 0; }
.woocommerce-cart .commerce-panel th.product-price, .woocommerce-cart .commerce-panel td.product-price,
.woocommerce-cart .commerce-panel th.product-quantity, .woocommerce-cart .commerce-panel td.product-quantity { display: none !important; }
.commerce-panel td.product-subtotal { color: var(--ink); font-size: 1rem; font-weight: 800; white-space: nowrap; }
.commerce-panel .coupon { display: flex; gap: 8px; }
.commerce-panel .coupon label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.commerce-panel .coupon .input-text { min-width: 190px; }
.commerce-panel .button { min-height: 46px; padding: 12px 19px !important; border: 1px solid var(--ink) !important; border-radius: 8px !important; background: transparent !important; color: var(--ink) !important; font-size: .7rem !important; font-weight: 800 !important; letter-spacing: .045em; }
.commerce-panel .button:hover { background: var(--ink) !important; color: var(--white) !important; }
.commerce-panel .button.alt, .commerce-panel #place_order, .commerce-panel .checkout-button { border-color: var(--orange-dark) !important; background: var(--orange-dark) !important; color: var(--white) !important; }
.commerce-panel .button.alt:hover, .commerce-panel #place_order:hover, .commerce-panel .checkout-button:hover { border-color: var(--ink) !important; background: var(--ink) !important; }
.woocommerce-cart .commerce-panel .cart-collaterals { display: flex; justify-content: flex-end; padding-top: 34px; }
.woocommerce-cart .commerce-panel .cart_totals { width: min(100%, 480px); }
.commerce-panel .cart_totals h2, .commerce-panel #order_review_heading, .commerce-panel .woocommerce-billing-fields > h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.25rem); font-weight: 700; }
.commerce-panel .cart_totals table th { color: var(--ink); font-size: .75rem; letter-spacing: 0; text-transform: none; }
.commerce-panel .wc-proceed-to-checkout { padding: 18px 0 0; }
.commerce-panel .checkout-button { width: 100%; margin: 0 !important; text-align: center; }
.woocommerce-checkout .commerce-panel form.checkout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: start; gap: 0 clamp(50px, 6vw, 90px); }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready { display: block; width: 100%; max-width: none; margin-inline: auto; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='3'] { width: 100%; max-width: none; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='1'] #order_review_heading,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='1'] #order_review,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='2'] #order_review_heading,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='2'] #order_review { display: none; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='3'] #customer_details { display: none; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='3'] #order_review_heading,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='3'] #order_review { display: block; width: 100%; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='1'] .esp-checkout-stage-two,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='1'] .woocommerce-additional-fields,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='1'] .esp-wizard-actions--activity { display: none; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='2'] .woocommerce-billing-fields > h3,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='2'] .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready[data-checkout-stage='2'] .esp-wizard-actions--contact { display: none; }
.woocommerce-checkout .commerce-panel #customer_details { grid-row: 1 / 3; grid-column: 1; width: 100%; }
.woocommerce-checkout .commerce-panel #customer_details .col-1, .woocommerce-checkout .commerce-panel #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout .commerce-panel #order_review_heading { grid-row: 1; grid-column: 2; }
.woocommerce-checkout .commerce-panel #order_review { grid-row: 2; grid-column: 2; }
.commerce-panel .woocommerce-billing-fields__field-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px 16px; }
.commerce-panel .form-row { width: 100% !important; margin: 0 0 15px !important; }
.commerce-panel .form-row-wide, .commerce-panel #billing_country_field, .commerce-panel #billing_address_1_field, .commerce-panel #billing_email_field { grid-column: 1 / -1; }
.commerce-panel form .form-row label { margin-bottom: 6px; color: var(--ink); font-size: .7rem; font-weight: 750; }
.commerce-panel form .form-row .required { color: var(--orange-dark); }
.commerce-panel input.input-text, .commerce-panel select, .commerce-panel textarea, .commerce-panel .select2-container .select2-selection--single { min-height: 50px; border: 1px solid #cfd4cf; border-radius: 8px; background: #fff; color: var(--ink); }
.commerce-panel input.input-text:focus, .commerce-panel select:focus, .commerce-panel textarea:focus, .commerce-panel .select2-container--focus .select2-selection--single { border-color: #315f48; outline: 2px solid rgba(49,95,72,.12); outline-offset: 1px; }
.commerce-panel #billing_phone_field .woocommerce-input-wrapper, .commerce-panel #billing_phone_field .esp-intl-phone { display: block; width: 100%; }
.commerce-panel #billing_phone_field .iti__tel-input { width: 100%; }
.commerce-panel #billing_phone_field .iti__selected-country-primary { min-width: 92px; border-right: 1px solid #d8ddd8; border-radius: 8px 0 0 8px; background: #f7f9f7; font-size: .75rem; font-weight: 800; }
.commerce-panel #billing_phone_field .iti__flag { width: 22px; height: 16px; border-radius: 2px; background-repeat: no-repeat !important; box-shadow: 0 0 0 1px rgba(34, 42, 36, .13); }
.commerce-panel #billing_phone_field .iti__country-selector { z-index: 30; overflow: hidden; border: 1px solid #d7ddd8; border-radius: 10px; box-shadow: 0 16px 38px rgba(28, 38, 31, .16); }
.commerce-panel #billing_phone_field .iti__search-input { min-height: 44px; border: 0; border-bottom: 1px solid #dfe3df; border-radius: 0; font-size: .76rem; }
.commerce-panel #billing_phone_field .iti__country { font-size: .74rem; }
.commerce-panel .select2-container .select2-selection--single .select2-selection__rendered { padding: 9px 13px; line-height: 28px; }
.commerce-panel .select2-container .select2-selection--single .select2-selection__arrow { height: 46px; }
.commerce-panel .woocommerce-checkout-review-order-table { margin-bottom: 15px !important; background: #fff; }
.commerce-panel .woocommerce-checkout-review-order-table .product-name { font-family: var(--sans); font-size: .8rem; }
.commerce-panel .woocommerce-checkout-payment { border: 0 !important; border-top: 1px solid #e0e3e0 !important; border-radius: 0 !important; background: #fff !important; }
.commerce-panel .woocommerce-checkout-payment::before { display: none !important; }
.commerce-panel .payment_box { background: #fff !important; }
.commerce-panel .payment_box::before { border-bottom-color: #fff !important; }
.commerce-panel .place-order { padding: 22px 0 0 !important; }
.commerce-panel #place_order { width: 100%; min-height: 56px; border-radius: 9px !important; font-size: .76rem !important; }
.woocommerce-checkout .commerce-panel #customer_details { padding: clamp(24px, 3vw, 38px); border: 1px solid #dce0dc; border-radius: 14px; background: #fff; }
.woocommerce-checkout .commerce-panel #order_review_heading { margin: 0 0 15px; font-family: var(--sans); font-size: 1.55rem; font-weight: 780; }
.woocommerce-checkout .commerce-panel #order_review { position: sticky; top: 105px; padding: 12px 26px 27px; border: 1px solid #dce0dc; border-radius: 14px; background: #fff; box-shadow: 0 16px 45px rgba(29,38,32,.08); }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready #order_review { position: static; top: auto; padding-top: 4px; box-shadow: 0 16px 45px rgba(29,38,32,.08); }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready #order_review_heading { padding-left: 2px; }
.woocommerce-checkout .commerce-panel form.checkout.esp-wizard-ready #order_review_heading::before { display: inline-grid; width: 46px; height: 46px; margin-right: 13px; place-items: center; border-radius: 50%; background: var(--orange-dark); color: #fff; content: '03'; font-size: .76rem; font-weight: 850; letter-spacing: .06em; vertical-align: middle; }
.woocommerce-checkout .commerce-panel .woocommerce-billing-fields > h3 { margin-bottom: 8px; font-family: var(--sans); font-size: 1.65rem; font-weight: 780; }
.woocommerce-checkout .commerce-panel .woocommerce-billing-fields > h3::after { display: block; max-width: 530px; margin-top: 8px; color: #69706b; content: 'Estos datos son del responsable de la reserva y se usarán también para el Viajero 1.'; font-size: .77rem; font-weight: 400; line-height: 1.5; }
html[lang^='pt'] .woocommerce-checkout .commerce-panel .woocommerce-billing-fields > h3::after { content: 'Estes dados são do responsável pela reserva e também serão usados para o Viajante 1.'; }
html[lang^='en'] .woocommerce-checkout .commerce-panel .woocommerce-billing-fields > h3::after { content: 'These are the lead booker’s details and will also be used for Traveler 1.'; }
.woocommerce-checkout .commerce-panel .woocommerce-billing-fields > h3::before { display: inline-grid; width: 46px; height: 46px; margin-right: 13px; place-items: center; border-radius: 50%; background: var(--orange-dark); color: #fff; content: '01'; font-size: .76rem; font-weight: 850; letter-spacing: .06em; vertical-align: middle; }
.esp-checkout-stage-two { padding-top: 2px; }
.esp-checkout-travelers { padding-top: 27px; margin-top: 27px; border-top: 1px solid #e1e4e1; }
.esp-checkout-travelers__heading { margin-bottom: 18px; }
.esp-checkout-travelers__heading h4 { margin: 0 0 5px; color: #202622; font-size: 1.1rem; font-weight: 820; }
.esp-checkout-travelers__heading p { max-width: 590px; margin: 0; color: #68706a; font-size: .74rem; line-height: 1.5; }
.esp-checkout-stage-heading { display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: start; gap: 13px; margin-bottom: 22px; }
.esp-checkout-stage-heading > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--orange-dark); color: #fff; font-size: .76rem; font-weight: 850; letter-spacing: .06em; }
.esp-checkout-stage-heading h3 { margin: 0 0 5px; color: #202622; font-family: var(--sans); font-size: 1.65rem; font-weight: 780; line-height: 1.15; }
.esp-checkout-stage-heading p { max-width: 570px; margin: 0; color: #68706a; font-size: .76rem; line-height: 1.5; }
.esp-checkout-activities { display: grid; gap: 12px; }
.esp-checkout-activity { display: grid; grid-template-columns: 132px minmax(0, 1fr); gap: 16px; padding: 12px; border: 1px solid #dfe3df; border-radius: 10px; background: #fff; }
.esp-checkout-activity img { width: 132px; height: 92px; border-radius: 7px; object-fit: cover; }
.esp-checkout-activity h4 { margin: 2px 0 7px; color: #202622; font-size: .9rem; font-weight: 820; line-height: 1.25; }
.esp-checkout-activity p { margin: 0 0 6px; color: #626a64; font-size: .72rem; }
.esp-checkout-activity strong { color: #2d513d; font-size: .72rem; }
.esp-checkout-passenger-list { display: grid; gap: 13px; }
.esp-checkout-passenger { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 15px; min-width: 0; padding: 17px; margin: 0; border: 1px solid #dce1dc; border-radius: 11px; background: #fafcfa; }
.esp-checkout-passenger legend { padding: 0 8px; color: #30483a; font-size: .71rem; font-weight: 850; }
.esp-checkout-passenger legend small { margin-left: 8px; color: #737a75; font-weight: 650; }
.esp-checkout-passenger label { display: grid; min-width: 0; gap: 6px; margin: 0; }
.esp-checkout-passenger label > span { color: #4f5751; font-size: .65rem; font-weight: 750; line-height: 1.3; }
.esp-checkout-passenger__wide { grid-column: 1 / -1; }
.commerce-panel .esp-checkout-passenger input.input-text { width: 100%; min-width: 0; margin: 0; background: #fff; }
.woocommerce-checkout .commerce-panel .woocommerce-additional-fields { padding-top: 25px; margin-top: 25px; border-top: 1px solid #e2e5e2; }
.woocommerce-checkout .commerce-panel .woocommerce-additional-fields > h3 { margin: 0 0 7px; font-family: var(--sans); font-size: 1.25rem; font-weight: 780; }
.esp-wizard-actions { display: none; align-items: center; justify-content: space-between; gap: 12px; padding-top: 22px; }
.esp-wizard-ready .esp-wizard-actions { display: flex; }
.esp-wizard-actions--contact { justify-content: flex-end; }
.esp-wizard-actions .button { min-width: 150px; }
.esp-payment-back { display: none; padding: 0; margin: 4px 0 18px; border: 0; background: transparent; color: #315b46; font-size: .7rem; font-weight: 800; cursor: pointer; }
.esp-wizard-ready[data-checkout-stage='3'] .esp-payment-back { display: inline-block; }
.esp-checkout-review-product { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 12px; }
.esp-checkout-review-product img { width: 76px; height: 58px; border-radius: 7px; object-fit: cover; }
.esp-cart-thumbnail { display: block; width: 92px; height: 72px; overflow: hidden; border-radius: 7px; }
.esp-cart-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.woocommerce-checkout .commerce-panel .form-row .description { display: block; margin-top: 5px; color: #707771; font-size: .67rem; line-height: 1.4; }
.woocommerce-checkout .commerce-panel textarea { min-height: 105px; padding: 12px; }
.woocommerce-checkout .commerce-panel .wc_payment_methods { padding: 20px 0 0 !important; border: 0 !important; }

/* Checkout Pro en pesos argentinos: mismo contenido que el recuadro oficial de Mercado Pago. */
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars { display: grid; gap: 13px; padding-top: 14px; border-top: 1px solid var(--line); }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__test { margin: 0; padding: 9px 12px; border-radius: 9px; background: #fff4e0; color: #8a5300; font-size: .72rem; font-weight: 700; line-height: 1.4; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__heading { margin: 0; color: var(--ink); font-size: .86rem; font-weight: 750; line-height: 1.35; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__benefits { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__benefits li { display: grid; grid-template-columns: 16px minmax(0, 1fr); align-items: start; gap: 9px; margin: 0; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__benefits img { width: 16px; height: 16px; margin: 2px 0 0; opacity: .8; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__benefits b { color: var(--ink); font-weight: 700; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__methods { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__methods img { width: 46px; height: 30px; margin: 0; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__redirect { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--ink); font-size: .8rem; font-weight: 750; line-height: 1.35; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__redirect img { width: 21px; height: 15px; margin: 0; }
.woocommerce-checkout .commerce-panel .payment_box .esp-mp-ars__note { margin: 0; }
.woocommerce-checkout .commerce-panel ul.wc_payment_methods li.wc_payment_method > label > img.esp-mp-ars-logo { max-height: 24px; }
/* WooCommerce cuelga ::before/::after de limpieza de cada li de la lista de pagos y
   un margen a sus imágenes, ambos con la fuerza de #payment: los pseudo-elementos
   entran como celdas y desarman la grilla de los beneficios. */
.woocommerce-checkout .commerce-panel #payment ul.payment_methods li.wc_payment_method::before,
.woocommerce-checkout .commerce-panel #payment ul.payment_methods li.wc_payment_method::after,
.woocommerce-checkout .commerce-panel #payment ul.payment_methods .esp-mp-ars li::before,
.woocommerce-checkout .commerce-panel #payment ul.payment_methods .esp-mp-ars li::after { display: none; }
.woocommerce-checkout .commerce-panel #payment ul.payment_methods .esp-mp-ars li { line-height: 1.45; }
.woocommerce-checkout .commerce-panel #payment ul.payment_methods .esp-mp-ars img { margin: 0; }
.woocommerce-checkout .commerce-panel #payment ul.payment_methods .esp-mp-ars__benefits img { margin: 2px 0 0; }
.esp-wizard-ready[data-checkout-stage='1'] .esp-checkout-itinerary,
.esp-wizard-ready[data-checkout-stage='2'] .esp-checkout-itinerary { display: none; }
.esp-checkout-itinerary { margin: 22px 0 30px; }
.esp-itinerary-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); align-items: end; gap: clamp(28px, 5vw, 72px); overflow: hidden; padding: clamp(28px, 4vw, 46px); border-radius: 20px; background: linear-gradient(132deg, #17261f 0%, #263d31 58%, #395543 100%); color: #fff; box-shadow: 0 22px 52px rgba(25,41,32,.17); }
.esp-itinerary-hero::after { position: absolute; right: -95px; bottom: -135px; width: 300px; height: 300px; border-radius: 50%; background: var(--orange-dark); content: ''; opacity: .2; }
.esp-itinerary-hero > * { position: relative; z-index: 1; }
.esp-itinerary-hero > div > p { margin: 0 0 9px; color: #f7a56b; font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.esp-itinerary-hero h2, .esp-itinerary-hero h3 { display: flex; max-width: 720px; align-items: center; gap: 13px; margin: 0 0 12px; color: #fff; font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 3.6rem); font-weight: 700; line-height: 1; }
.esp-itinerary-title-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.11); font-family: sans-serif; font-size: 1.45rem; box-shadow: 0 9px 22px rgba(0,0,0,.13); }
.esp-itinerary-hero > div > span { display: block; max-width: 620px; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.65; }
.esp-itinerary-hero dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0; }
.esp-itinerary-hero dl > div { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.esp-itinerary-hero dt { overflow: hidden; margin-bottom: 4px; color: rgba(255,255,255,.63); font-size: .59rem; font-weight: 750; text-overflow: ellipsis; text-transform: capitalize; white-space: nowrap; }
.esp-itinerary-hero dd { margin: 0; color: #fff; font-size: 1.42rem; font-weight: 850; line-height: 1; }
.esp-itinerary-days { display: grid; gap: 22px; margin-top: 22px; }
.esp-order-itinerary { margin: 30px 0; }
.esp-order-itinerary .esp-itinerary-hero { grid-template-columns: 1fr; }
.esp-order-itinerary__items { display: grid; gap: 10px; padding: 12px 0 0 68px; }
.esp-order-itinerary__item { display: flex; align-items: center; gap: 13px; padding: 12px; border: 1px solid #e2e5e2; border-radius: 14px; background: #fff; }
.esp-order-itinerary__item img { width: 88px; height: 68px; object-fit: cover; border-radius: 10px; }
.esp-order-itinerary__item > div { min-width: 0; }
.esp-order-itinerary__item small { display: block; color: var(--orange-dark); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.esp-order-itinerary__item strong { display: block; margin-top: 2px; color: #202622; }
.esp-order-itinerary__item p { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 5px 0 0; color: #607068; font-size: .78rem; }
.esp-itinerary-day { min-width: 0; }
.esp-itinerary-day__header { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 14px 17px; border: 1px solid #dfe3df; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(30,42,34,.06); }
.esp-itinerary-day__header > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; background: var(--orange-dark); color: #fff; font-size: 1.12rem; font-weight: 850; box-shadow: 0 8px 18px rgba(189,75,11,.2); }
.esp-itinerary-day__header small { display: block; margin-bottom: 2px; color: var(--orange-dark); font-size: .61rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.esp-itinerary-day__header h4 { margin: 0; color: #202622; font-family: var(--sans); font-size: 1.12rem; font-weight: 820; }
.esp-itinerary-day__header strong { padding: 8px 12px; border-radius: 999px; background: #f1f3f1; color: #526058; font-size: .64rem; white-space: nowrap; }
.esp-itinerary-timeline { position: relative; display: grid; gap: 15px; padding: 17px 0 0 28px; }
.esp-itinerary-timeline::before { position: absolute; top: 0; bottom: 12px; left: 10px; width: 2px; background: linear-gradient(var(--orange-dark), #e1e4e1); content: ''; }
.esp-itinerary-tour { position: relative; display: grid; grid-template-columns: minmax(220px, .78fr) minmax(330px, 1.35fr) minmax(205px, .67fr); overflow: hidden; border: 1px solid #dfe3df; border-radius: 18px; background: #fff; box-shadow: 0 14px 36px rgba(28,39,32,.08); }
.esp-itinerary-tour::before { position: absolute; top: 27px; left: -24px; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--orange-dark); box-shadow: 0 0 0 3px rgba(189,75,11,.15); content: ''; z-index: 2; }
.esp-itinerary-tour__media { min-height: 260px; overflow: hidden; background: #e7e9e7; }
.esp-itinerary-tour__media img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; transition: transform .45s ease; }
.esp-itinerary-tour:hover .esp-itinerary-tour__media img { transform: scale(1.025); }
.esp-itinerary-tour__media > span { display: grid; height: 100%; min-height: 260px; place-items: center; color: #9aa19c; font-size: 1rem; font-weight: 850; letter-spacing: .16em; }
.esp-itinerary-tour__content { min-width: 0; padding: 23px clamp(20px, 2.5vw, 32px); border-left: 1px solid #e3e6e3; }
.esp-itinerary-tour__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.esp-itinerary-tour__badges span { padding: 6px 9px; border-radius: 999px; background: #f1f4f2; color: #4a5b51; font-size: .59rem; font-weight: 780; }
.esp-itinerary-tour__content h5 { margin: 0 0 10px; color: #202622; font-family: var(--sans); font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 820; line-height: 1.12; }
.esp-itinerary-tour__content > p { display: -webkit-box; overflow: hidden; margin: 0 0 15px; color: #68706a; font-size: .75rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.esp-itinerary-tour__facts { display: flex; flex-wrap: wrap; gap: 7px 15px; padding-top: 13px; border-top: 1px solid #e6e8e6; color: #4f5e55; font-size: .64rem; }
.esp-itinerary-tour__facts strong { color: #315b46; }
.esp-itinerary-tour__facts span { color: #467657; }
.esp-itinerary-tour__content > a { display: inline-block; margin-top: 16px; border-bottom: 1px solid currentColor; color: var(--orange-dark); font-size: .64rem; font-weight: 850; text-decoration: none; }
.esp-itinerary-tour > .esp-itinerary-tour__remove { position: absolute; z-index: 8; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(139,68,48,.24); border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 7px 20px rgba(24,34,28,.14); color: #8b4430; font-family: var(--sans); font-size: 1.35rem; font-weight: 700; line-height: 1; text-decoration: none; transition: background-color .18s ease, color .18s ease, transform .18s ease; }
.esp-itinerary-tour > .esp-itinerary-tour__remove:hover,
.esp-itinerary-tour > .esp-itinerary-tour__remove:focus-visible { background: #8b4430; color: #fff; transform: scale(1.06); }
.woocommerce-cart .commerce-panel .esp-cart-itinerary ~ .woocommerce-cart-form { display: none; }
.woocommerce-cart .commerce-panel .esp-cart-itinerary { margin-top: 0; }
.woocommerce-cart .commerce-panel .esp-cart-itinerary ~ .cart-collaterals { padding-top: 28px; }
.esp-itinerary-tour__price { display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 18px; border-left: 1px solid #e3e6e3; background: linear-gradient(180deg,#f7f9f7,#fff); }
.esp-itinerary-tour__price > div { padding: 13px 2px; border-bottom: 1px solid #e1e5e1; }
.esp-itinerary-tour__price > div:last-child { border-bottom: 0; }
.esp-itinerary-tour__price > div > span { display: block; margin-bottom: 4px; color: #747c76; font-size: .57rem; font-weight: 780; letter-spacing: .05em; text-transform: uppercase; }
.esp-itinerary-tour__price strong { display: block; color: #243129; font-size: 1rem; font-weight: 850; line-height: 1.15; }
.esp-itinerary-tour__price strong .woocommerce-Price-amount { white-space: nowrap; }
.esp-itinerary-tour__price strong .woocommerce-Price-currencySymbol { display: inline; margin: 0; color: inherit; font: inherit; letter-spacing: 0; text-transform: none; }
.esp-itinerary-tour__price .is-highlight strong { color: var(--orange-dark); font-size: 1.2rem; }
.esp-itinerary-tour--flight .esp-itinerary-tour__badges span { background: #eef2fb; color: #33538c; }
.esp-itinerary-tour--hotel .esp-itinerary-tour__badges span { background: #f3eefb; color: #5a3f8c; }
.esp-itinerary-tour__price .is-quote strong { color: #33538c; font-size: .82rem; font-weight: 820; }
.esp-wizard-ready[data-checkout-stage='3'] #order_review { display: block !important; padding: clamp(22px, 3vw, 34px) !important; border-radius: 18px; }
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table { width: 100%; margin: 0 0 26px !important; border: 1px solid #e0e4e0 !important; border-radius: 13px; background: #fafbfa; }
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table thead,
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table tbody { display: none; }
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table tfoot th,
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table tfoot td { padding: 15px 16px; border-color: #e1e4e1; font-size: .74rem; }
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table .order-total th,
.esp-wizard-ready[data-checkout-stage='3'] #order_review .woocommerce-checkout-review-order-table .order-total td { color: #22362b; font-size: .9rem; }
.esp-wizard-ready[data-checkout-stage='3'] #payment { width: 100%; min-width: 0; padding: 25px 0 0; border: 0 !important; border-top: 1px solid #e1e4e1 !important; background: transparent !important; }
.commerce-assurance { display: grid; grid-template-columns: 1fr 1fr; margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.commerce-assurance > div { min-height: 170px; padding: 34px clamp(24px, 4vw, 48px); }
.commerce-assurance > div:first-child { border-right: 1px solid var(--line); }
.commerce-assurance h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 1.55rem; font-weight: 700; }
.commerce-assurance p { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.commerce-assurance a { display: inline-block; margin-top: 18px; color: var(--orange-dark); font-size: .75rem; font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
	.commerce-hero__grid, .woocommerce-checkout .commerce-panel form.checkout { grid-template-columns: 1fr; }
	.commerce-trip-entry { grid-template-columns: 1fr; }
	.commerce-steps { max-width: 620px; }
	.woocommerce-checkout .commerce-panel #customer_details, .woocommerce-checkout .commerce-panel #order_review_heading, .woocommerce-checkout .commerce-panel #order_review { grid-row: auto; grid-column: 1; }
	.woocommerce-checkout .commerce-panel #order_review_heading { margin-top: 42px; }
	.woocommerce-checkout .commerce-panel #order_review { position: static; }
	.esp-itinerary-hero { grid-template-columns: 1fr; }
	.esp-itinerary-tour { grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); }
	.esp-itinerary-tour__price { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e3e6e3; border-left: 0; }
	.esp-itinerary-tour__price > div { border-right: 1px solid #e1e5e1; border-bottom: 0; }
	.esp-itinerary-tour__price > div:last-child { border-right: 0; }
	.esp-wizard-ready[data-checkout-stage='3'] #order_review { grid-template-columns: 1fr; }
	.esp-wizard-ready[data-checkout-stage='3'] #payment { padding: 24px 0 0; border-top: 1px solid #e1e4e1 !important; border-left: 0 !important; }
}

@media (max-width: 620px) {
	.commerce-hero { padding-block: 52px; }
	.commerce-hero__grid { gap: 36px; }
	.commerce-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
	.commerce-steps { gap: 8px; }
	.commerce-trip-entry { padding: 21px 18px; }
	.commerce-trip-entry nav { align-items: stretch; flex-direction: column; gap: 13px; }
	.commerce-trip-entry nav .button { width: 100%; text-align: center; }
	.commerce-steps li { font-size: .58rem; }
	.commerce-panel { padding: 20px 16px 28px; }
	.woocommerce-checkout .commerce-panel { padding: 0; }
	.woocommerce-checkout .commerce-panel #customer_details { padding: 22px 17px; }
	.woocommerce-checkout .commerce-panel #order_review { padding: 10px 17px 22px; }
	.commerce-panel table.shop_table_responsive tr td { padding: 15px 8px; }
	.commerce-panel td.product-thumbnail { display: none !important; }
	.commerce-panel dl.variation { grid-template-columns: 1fr; gap: 2px; }
	.commerce-panel dl.variation dd { margin-bottom: 7px; }
	.commerce-panel .coupon { width: 100%; flex-direction: column; margin-bottom: 10px; }
	.commerce-panel .coupon .input-text, .commerce-panel .coupon .button, .commerce-panel td.actions > .button { width: 100% !important; }
	.commerce-panel .woocommerce-billing-fields__field-wrapper { grid-template-columns: 1fr; }
	.commerce-steps--checkout { grid-template-columns: repeat(3, 1fr); }
	.commerce-steps--checkout li { font-size: .53rem; }
	.esp-checkout-activity { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; padding: 10px; }
	.esp-checkout-activity img { width: 92px; height: 78px; }
	.esp-checkout-passenger { grid-template-columns: 1fr; padding: 15px 13px; }
	.esp-checkout-passenger__wide { grid-column: 1; }
	.esp-wizard-actions { align-items: stretch; flex-direction: column-reverse; }
	.esp-wizard-actions .button { width: 100%; }
	.esp-checkout-review-product { grid-template-columns: 64px minmax(0, 1fr); }
	.esp-checkout-review-product img { width: 64px; height: 52px; }
	.esp-itinerary-hero { padding: 24px 19px; border-radius: 15px; }
	.esp-itinerary-hero dl { gap: 6px; }
	.esp-itinerary-hero dl > div { padding: 11px 9px; }
	.esp-itinerary-day__header { grid-template-columns: 48px minmax(0, 1fr); gap: 11px; padding: 12px; }
	.esp-itinerary-day__header > span { width: 44px; height: 44px; }
	.esp-itinerary-day__header > strong { display: none; }
	.esp-order-itinerary__items { padding-left: 0; }
	.esp-order-itinerary__item { align-items: flex-start; }
	.esp-order-itinerary__item img { width: 72px; height: 60px; }
	.esp-itinerary-timeline { padding-left: 18px; }
	.esp-itinerary-timeline::before { left: 5px; }
	.esp-itinerary-tour { grid-template-columns: 1fr; border-radius: 14px; }
	.esp-itinerary-tour::before { left: -17px; }
	.esp-itinerary-tour__media, .esp-itinerary-tour__media img, .esp-itinerary-tour__media > span { min-height: 210px; height: 210px; }
	.esp-itinerary-tour__content { padding: 19px 17px; border-top: 1px solid #e3e6e3; border-left: 0; }
	.esp-itinerary-tour__price { grid-template-columns: 1fr; padding: 5px 17px; }
	.esp-itinerary-tour__price > div { border-right: 0; border-bottom: 1px solid #e1e5e1; }
	.esp-itinerary-tour__price > div:last-child { border-bottom: 0; }
	.esp-wizard-ready[data-checkout-stage='3'] #order_review { padding: 16px !important; }
	.commerce-panel .form-row { grid-column: 1 !important; }
	.commerce-assurance { grid-template-columns: 1fr; }
	.commerce-assurance > div { min-height: 0; padding: 28px 20px; }
	.commerce-assurance > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
}

/* Agency, contact and FAQ editorial pages. */
.editorial-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(390px, 48vw, 580px);
	display: flex;
	align-items: end;
	padding-block: clamp(76px, 10vw, 142px);
	background:
		linear-gradient(100deg, rgba(0, 0, 70, .92) 0%, rgba(0, 0, 70, .68) 56%, rgba(0, 54, 82, .32) 100%),
		#000046 url('../images/hero-brasil.webp') center / cover no-repeat;
	color: var(--white);
}
.editorial-hero__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: clamp(52px, 9vw, 130px); }
.editorial-hero .section-kicker { color: var(--orange); }
.editorial-hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.2rem, 6.6vw, 6.3rem); line-height: .93; }
.editorial-hero__grid > p { max-width: 550px; margin: 0; color: rgba(255,255,255,.66); font-size: clamp(.98rem, 1.35vw, 1.16rem); }
.agency-story__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(60px, 10vw, 150px); }
.agency-story h2 { max-width: 520px; margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.6rem); line-height: .98; }
.agency-story__grid > div { max-width: 680px; }
.agency-story p { margin: 0 0 22px; color: var(--ink-soft); font-size: 1.02rem; }
.agency-principles { padding-block: clamp(70px, 9vw, 120px); border-top: 1px solid var(--line); background: var(--sand); }
.agency-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid var(--ink); }
.agency-principles article { min-height: 285px; padding: 28px clamp(22px, 3vw, 42px) 36px; border-right: 1px solid rgba(28,25,21,.18); }
.agency-principles article:first-child { padding-left: 0; }
.agency-principles article:last-child { border-right: 0; }
.agency-principles article > span, .contact-routes article > span { display: block; margin-bottom: 65px; color: var(--orange-dark); font-size: .61rem; font-weight: 800; letter-spacing: .12em; }
.agency-principles h2, .contact-routes h2 { margin: 0 0 12px; font-size: 1.8rem; }
.agency-principles article p, .contact-routes article p { max-width: 350px; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.editorial-cta { padding-block: clamp(76px, 10vw, 138px); background: var(--orange-dark); color: var(--white); }
.editorial-cta h2 { max-width: 880px; margin: 0 0 35px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .98; }
.editorial-cta .section-kicker { color: rgba(255,255,255,.65); }
.contact-routes__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.contact-routes article { min-height: 310px; padding: 28px clamp(22px, 3vw, 42px) 38px; border-right: 1px solid var(--line); }
.contact-routes article:first-child { padding-left: 0; }
.contact-routes article:last-child { border-right: 0; }
.contact-routes article a { display: inline-block; margin-top: 28px; color: var(--orange-dark); font-size: .74rem; font-weight: 800; text-decoration: none; }
.contact-prepare { padding-block: clamp(70px, 9vw, 120px); background: var(--sand); }
.contact-prepare__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
.contact-prepare ol { padding: 0; margin: 30px 0 0; list-style: none; counter-reset: contact; }
.contact-prepare li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); counter-increment: contact; }
.contact-prepare li::before { content: counter(contact, decimal-leading-zero); color: var(--orange-dark); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.contact-prepare h2 { margin: 0 0 17px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.contact-prepare__grid > div:last-child > p { max-width: 520px; color: var(--ink-soft); }
.contact-prepare .button { margin-top: 20px; }
.faq-page__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: start; gap: clamp(55px, 9vw, 130px); }
.faq-page__list { border-top: 1px solid var(--ink); }
.faq-page details { border-bottom: 1px solid var(--line); }
.faq-page summary { display: grid; grid-template-columns: 45px 1fr 20px; gap: 16px; align-items: start; padding: 25px 0; cursor: pointer; list-style: none; }
.faq-page summary::-webkit-details-marker { display: none; }
.faq-page summary::after { content: '+'; color: var(--orange-dark); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; line-height: .8; }
.faq-page details[open] summary::after { content: '?'; }
.faq-page summary span { padding-top: 4px; color: var(--orange-dark); font-size: .6rem; font-weight: 800; letter-spacing: .1em; }
.faq-page summary strong { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 700; line-height: 1.2; }
.faq-page details > div { max-width: 720px; padding: 0 36px 28px 61px; }
.faq-page details p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.faq-page aside { position: sticky; top: 110px; padding: 32px; border-top: 3px solid var(--orange-dark); background: var(--sand); }
.faq-page aside h2 { margin: 0 0 15px; font-size: 1.8rem; line-height: 1.12; }
.faq-page aside a { display: inline-block; margin-top: 16px; color: var(--orange-dark); font-size: .74rem; font-weight: 800; text-decoration: none; }

/* Customer policies: readable long-form documents with an editorial index. */
.policy-hero h1 { max-width: 780px; }
.policy-page { background: var(--paper); }
.policy-page__grid { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1.58fr); align-items: start; gap: clamp(55px, 9vw, 145px); }
.policy-nav { position: sticky; top: 110px; }
.policy-nav > p, .policy-updated { margin: 0 0 20px; color: var(--ink-soft); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav ol { padding: 0; margin: 0; border-top: 1px solid var(--ink); list-style: none; }
.policy-nav li { border-bottom: 1px solid var(--line); }
.policy-nav a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 14px 0; color: var(--ink); font-size: .76rem; font-weight: 720; line-height: 1.35; text-decoration: none; }
.policy-nav a:hover { color: var(--orange-dark); }
.policy-nav a span, .policy-content > section > span { color: var(--orange-dark); font-size: .59rem; font-weight: 800; letter-spacing: .1em; }
.policy-content { max-width: 860px; }
.policy-updated { padding-bottom: 22px; margin-bottom: 0; border-bottom: 1px solid var(--ink); }
.policy-content > section { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding-block: clamp(34px, 5vw, 58px); border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.policy-content > section > span { padding-top: 8px; }
.policy-content h2 { margin: 0 0 18px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.08; }
.policy-content section p { max-width: 740px; margin: 0 0 16px; color: var(--ink-soft); font-size: .94rem; line-height: 1.75; }
.policy-content section p:last-child { margin-bottom: 0; }
.policy-contact { padding: clamp(30px, 5vw, 50px); margin-top: 50px; border-top: 3px solid var(--orange-dark); background: var(--sand); }
.policy-contact h2 { margin-bottom: 12px; font-size: 1.8rem; }
.policy-contact p { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.policy-contact a { display: inline-block; margin-top: 20px; color: var(--orange-dark); font-size: .75rem; font-weight: 800; text-decoration: none; }

@keyframes esp-internal-hero-arrival {
	from { opacity: 0; transform: translate3d(0, 16px, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.catalog-hero__grid,
.editorial-hero__grid,
.page-hero--compact .shell {
	animation: esp-internal-hero-arrival .85s cubic-bezier(.16, 1, .3, 1) both;
}

@media (max-width: 900px) {
	.editorial-hero__grid, .agency-story__grid, .contact-prepare__grid, .faq-page__grid, .policy-page__grid { grid-template-columns: 1fr; }
	.agency-story__grid, .contact-prepare__grid, .faq-page__grid, .policy-page__grid { gap: 48px; }
	.faq-page aside, .policy-nav { position: static; }
}

@media (max-width: 620px) {
	.editorial-hero { padding-block: 64px; }
	.editorial-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
	.agency-principles__grid, .contact-routes__grid { grid-template-columns: 1fr; }
	.agency-principles article, .contact-routes article { min-height: 0; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
	.agency-principles article > span, .contact-routes article > span { margin-bottom: 28px; }
	.faq-page details > div { padding-left: 0; }
	.policy-content > section { grid-template-columns: 34px 1fr; gap: 10px; }
}

/* Native date inputs render in the browser's locale, so the value is re-drawn on
   top in the catalog language's convention. The wrapper itself is styled inline
   by main.js so theme `label > span` rules cannot turn it into a caption. */
.esp-date-field:not(.is-editing) > input[type="date"] { color: transparent; }
.esp-date-field:not(.is-editing) > input[type="date"]::-webkit-datetime-edit { color: transparent; }
.esp-date-field > input[type="date"] { width: 100%; }
.esp-date-display {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	align-items: center;
	pointer-events: none;
	white-space: nowrap;
}
.esp-date-display.is-empty { opacity: .55; }
.esp-date-field.is-editing > .esp-date-display { display: none; }

/* Destination heading inside the itinerary. Only rendered when the trip spans
   more than one place, where a plain run of days would suggest a route that
   cannot be travelled. */
.esp-itinerary-destination {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 -6px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(8, 158, 64, .22);
}

.esp-itinerary-destination:first-child {
	margin-top: 0;
}

.esp-itinerary-destination > span {
	font-size: 1rem;
	line-height: 1;
}

.esp-itinerary-destination strong {
	font-size: 1.22rem;
	font-weight: 850;
	letter-spacing: -.015em;
}

.esp-itinerary-destination small {
	padding: 3px 10px;
	border-radius: 999px;
	background: #e9f6ee;
	color: #0a6b2f;
	font-size: .72rem;
	font-weight: 800;
}

/* Cart and checkout: the price before the group discount, next to the one being
   charged. A percentage on its own asks the reader to do the arithmetic. */
.esp-cart-was {
	margin-right: 6px;
	color: #7a8781;
	font-weight: 600;
	text-decoration: line-through;
}

.esp-cart-now {
	color: #067832;
	font-weight: 800;
	text-decoration: none;
}

/* Itinerary card: the price before the group discount, and what it saved.
   A single figure gives the traveller no way to see the promise was kept. */
.esp-itinerary-tour__was {
	display: block;
	color: #8a958f;
	font-size: .82rem;
	font-weight: 600;
	text-decoration: line-through;
}

.esp-itinerary-tour__promo {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 6px 0 0;
	padding: 5px 9px;
	border-radius: 7px;
	background: #e9f6ee;
	color: #0a6b2f;
	font-size: .72rem;
	font-weight: 700;
	gap: 4px;
	line-height: 1.35;
}

.esp-itinerary-tour__promo b { font-weight: 850; }
.esp-itinerary-tour__promo span { opacity: .85; }

/* Prices on the post-purchase itinerary, matching the cart and checkout. */
.esp-order-itinerary__item { align-items: start; }

.esp-order-itinerary__price {
	display: grid;
	min-width: 148px;
	margin-left: auto;
	gap: 7px;
	text-align: right;
}

.esp-order-itinerary__price small {
	display: block;
	color: #6b7a70;
	font-size: .64rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.esp-order-itinerary__price del {
	display: block;
	color: #8a958f;
	font-size: .78rem;
	font-weight: 600;
	text-decoration: line-through;
}

.esp-order-itinerary__price strong { font-size: .95rem; font-weight: 850; }

.esp-order-itinerary__promo {
	margin: 0;
	padding: 4px 9px;
	border-radius: 7px;
	background: #e9f6ee;
	color: #0a6b2f;
	font-size: .7rem;
	font-weight: 750;
}

@media (max-width: 700px) {
	.esp-order-itinerary__price { margin-left: 0; text-align: left; }
}

/* The floating WhatsApp button sat high enough to cover the last line of
   content on a phone. Lower it and keep it clear of the home indicator. */
@media (max-width: 900px) {
	.whatsapp-link {
		right: 12px;
		bottom: calc(8px + env(safe-area-inset-bottom));
	}
}

/* The wizard hero is a full screen of introduction before the first field. On a
   phone that is a thousand pixels of scrolling before anyone can do anything,
   so it shrinks to a heading and a line of context. */
@media (max-width: 900px) {
	body .planner-page-hero.planner-page-hero {
		padding-block: 30px 26px;
		/* A 540px floor on a 815px screen means the introduction fills two thirds
		   of the first view before anything can be chosen. */
		min-height: 0;
	}

	.planner-page-hero__grid {
		gap: 22px;
	}

	.planner-page-sequence {
		display: none;
	}

	.planner-page-content {
		padding-top: 0;
	}

	#configurador {
		scroll-margin-top: 64px;
	}
}

/* --- Prueba social bajo el hero: la version corta, para quien todavia duda --- */
.home-trust { padding: 18px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.home-trust__inner { display: flex; align-items: center; justify-content: center; gap: 14px 30px; flex-wrap: wrap; }
.home-trust__award { display: block; height: 42px; width: auto; }
.home-trust__list { display: flex; align-items: center; gap: 10px 26px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.home-trust__list li { position: relative; color: var(--ink-soft); font-size: .86rem; font-weight: 600; }
.home-trust__list li + li::before { content: ""; position: absolute; left: -14px; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: 50%; background: var(--sand-deep); }
@media (max-width: 720px) {
	.home-trust { padding: 14px 0; }
	.home-trust__inner { gap: 10px 18px; }
	.home-trust__award { height: 34px; }
	.home-trust__list { justify-content: center; gap: 8px 18px; }
	.home-trust__list li { font-size: .79rem; }
	.home-trust__list li + li::before { left: -11px; }
}

/* --- Selector de moneda: el simbolo hace de icono, sin banderas --- */
.locale-selector__symbol { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 22px; padding: 0 6px; border-radius: 6px; background: rgba(8,158,64,.12); color: #067832; font-size: .74rem; font-weight: 800; letter-spacing: .01em; }
.locale-selector__menu .locale-selector__symbol { min-width: 40px; height: 26px; font-size: .78rem; }
.locale-selector__menu a[aria-current="page"] .locale-selector__symbol { background: #089e40; color: #fff; }

/* Payment marks below the Brasil brand. */
.footer-brand { min-width: 0; }
.footer-payments { max-width: 350px; margin-top: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-payments__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.site-footer .footer-payments__heading h2 { margin: 0; color: rgba(255,255,255,.85); font-size: .65rem; letter-spacing: .1em; }
.footer-payments__currency { color: #98e0b4; font-size: .66rem; font-weight: 600; letter-spacing: .05em; }
.footer-payments__providers { display: flex; flex-wrap: wrap; gap: 8px; }
.site-footer .footer-payments__provider { display: flex; width: 132px; height: 49px; align-items: center; justify-content: center; margin: 0; padding: 9px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; background: #fff; }
.site-footer .footer-payments__provider--stripe { width: 88px; }
.footer-payments__provider img { width: 110px; height: 32px; object-fit: contain; }
.footer-payments__provider--stripe img { width: 58px; height: 26px; }
.footer-payments__cards { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 12px; }
.footer-payments__cards ul { display: flex; flex: 0 0 auto; gap: 5px; }
.site-footer .footer-payments__cards li { margin: 0; }
.footer-payments__cards img { width: 39px; height: 25px; border-radius: 3px; background: #fff; object-fit: contain; }
.footer-payments__cards > span { max-width: 155px; color: rgba(255,255,255,.65); font-size: .66rem; line-height: 1.5; }
:root {
	--paper: #f7faf9;
	--sand: #eef7f4;
	--sand-deep: #d4ece5;
	--forest: #000046;
	--forest-deep: #00002f;
	--mint: #e0f5ea;
	--mint-strong: #bfe9d1;
	--orange: #089e40;
	--orange-action: #089e40;
	--orange-dark: #067832;
	--line: rgba(8, 158, 64, .18);
}

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: none; }
.site-header .brand .custom-logo { filter: brightness(0) saturate(100%); }
.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 { display: inline-flex; position: absolute; z-index: 1; right: auto; bottom: 14px; left: 14px; max-width: calc(100% - 28px); align-items: center; gap: 7px; overflow: hidden; padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; background: rgba(31,61,49,.94); box-shadow: 0 8px 20px rgba(19,48,36,.2); color: #fff; font-size: .67rem; font-weight: 850; letter-spacing: .075em; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.tour-card__place::before { width: 15px; height: 15px; flex: 0 0 15px; background: #78e29c; content: ''; -webkit-mask: url('../icons/map-pin.svg') center / contain no-repeat; mask: url('../icons/map-pin.svg') center / contain no-repeat; }
.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,
.tour-card h2 a:visited, .tour-card h3 a:visited { color: #1f3d31; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.tour-card h2 a:hover, .tour-card h3 a:hover { color: #067832; }
.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; }
.esp-price-pair { display: inline-flex; align-items: flex-start; flex-direction: column; gap: 6px; vertical-align: top; }
.esp-price-pair del { display: block; color: #7b807b; font-size: .58em; font-weight: 650; line-height: 1.05; opacity: .9; text-decoration-thickness: 1.5px; white-space: nowrap; }
.esp-price-pair ins { display: block; color: var(--orange-dark); font-size: inherit; font-weight: 850; line-height: 1; text-decoration: none; white-space: nowrap; }
.tour-card__footer .esp-price-pair,
.tour-card__footer .esp-price-pair span { max-width: none; }
.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: #1f3d31; color: #fff; }
.tour-card__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 12px; padding: 2px 0 16px; margin: 0; list-style: none; }
.tour-card__features li { position: relative; padding-left: 14px; color: #59625c; font-size: .7rem; line-height: 1.35; }
.tour-card__features li::before { position: absolute; top: .42em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--orange-dark); content: ''; }
.tour-card__offers { display: grid; gap: 7px; margin: 3px 0 15px; }
.tour-card__group-discount,
.tour-card__deposit { display: flex !important; min-height: 50px !important; align-items: center; gap: 10px; margin: 0 !important; padding: 9px 11px !important; border: 1px solid transparent; border-radius: 10px; font-size: .75rem !important; line-height: 1.25; }
.tour-card__group-discount { align-self: stretch; border-color: #cadfd4; background: #f0f8f4; color: #155f39 !important; }
.tour-card__deposit { border-color: rgba(8,158,64,.32); background: #dff4e7; color: #064f25 !important; box-shadow: inset 3px 0 0 var(--orange-action); }
.tour-card__offer-icon { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 8px; background: var(--orange-dark); }
.tour-card__group-discount .tour-card__offer-icon { -webkit-mask: url('../icons/users.svg') center / 18px no-repeat; mask: url('../icons/users.svg') center / 18px no-repeat; }
.tour-card__deposit .tour-card__offer-icon { -webkit-mask: url('../icons/banknote.svg') center / 19px no-repeat; mask: url('../icons/banknote.svg') center / 19px no-repeat; }
.tour-card__offer-copy { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.tour-card__offer-copy small { color: inherit; font-size: .56rem; font-weight: 850; letter-spacing: .09em; line-height: 1.1; text-transform: uppercase; }
.tour-card__offer-copy strong { color: inherit; font-family: var(--sans); font-size: .75rem; font-weight: 850; line-height: 1.3; }
.tour-card__deposit .tour-card__offer-copy strong { font-size: 1.05rem; line-height: 1.08; }
.tour-card__deposit .woocommerce-Price-currencySymbol { font-size: .78em; }
.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-sequence small { display: block; margin-top: 4px; color: #50645a; font-size: .68rem; line-height: 1.5; }
.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; }
	.menu-toggle { border-color: rgba(8,158,64,.3); background: var(--sand); }
	.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) {
	.tour-card__features { grid-template-columns: 1fr; }
	.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; line-height: 1.68 !important; }
.esp-tour-description h3,
.esp-tour-description h4 { margin-top: 21px !important; color: #252c27 !important; }
/* Sizes: the theme's, unless the editor set one. Same deal as tour-description.css;
   both sheets carried an !important size, so both had to give way for the
   toolbar's size control to have any visible effect. */
.esp-tour-description p:not([style*="font-size"]),
.esp-tour-description li:not([style*="font-size"]),
.esp-tour-description blockquote:not([style*="font-size"]) { font-size: .96rem !important; }
.esp-tour-description h3:not([style*="font-size"]),
.esp-tour-description h4:not([style*="font-size"]) { 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 {
	right: 24px;
	bottom: 24px;
	display: inline-flex !important;
	width: auto;
	min-height: 54px;
	max-width: min(440px, calc(100vw - 48px));
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 18px !important;
	border-radius: 999px;
	font-size: .78rem;
	line-height: 1.2;
	white-space: nowrap;
	transition: width .2s ease, min-width .2s ease, padding .2s ease, transform .2s ease, box-shadow .2s ease;
}
.whatsapp-link:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.24); }
.whatsapp-link:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.whatsapp-link__label { display: inline-block; font-weight: 800; }
.whatsapp-link__label--mobile { display: none; }
.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; }
.whatsapp-link.is-compact {
	width: 54px;
	min-width: 54px;
	height: 54px;
	padding: 0 !important;
	gap: 0;
}
.whatsapp-link.is-compact .whatsapp-link__label { display: none; }

@media (max-width: 760px) {
	.whatsapp-link {
		right: max(18px, env(safe-area-inset-right, 0px));
		bottom: max(18px, env(safe-area-inset-bottom, 0px));
		min-height: 52px;
		max-width: calc(100vw - 36px);
		padding: 0 16px !important;
		font-size: .76rem;
	}
	.whatsapp-link__label--desktop { display: none; }
	.whatsapp-link__label--mobile { display: inline-block; }
	.whatsapp-link.is-compact {
		width: 52px;
		min-width: 52px;
		height: 52px;
		padding: 0 !important;
		gap: 0;
	}
	.whatsapp-link.is-compact .whatsapp-link__label { display: none; }
	body.page-template-page-home3 .whatsapp-link,
	body.page-template-page-home3-php .whatsapp-link {
		width: 52px;
		min-width: 52px;
		height: 52px;
		padding: 0 !important;
		gap: 0;
		bottom: calc(66px + max(18px, env(safe-area-inset-bottom, 0px)));
	}
	body.page-template-page-home3 .whatsapp-link__label,
	body.page-template-page-home3-php .whatsapp-link__label { display: none; }
}
.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'); }

/* Force TTBM gallery/slider images to height 100% everywhere, overriding the plugin's
   ttbm_plugin_global.css rule `.ttbm_style img:not(.ttbm_wp_editor img){height:auto}`.
   Loaded on all pages so it applies wherever TTBM renders. Editor content keeps its size. */
@media only screen and (min-width: 10px) {
	.ttbm_style img:not(.ttbm_wp_editor img) {
		width: 100% !important;
		height: 100% !important;
		max-width: 100% !important;
	}
}
.home3 {
	--h3-ink: #0b2540;
	--h3-forest: #000046;
	--h3-forest-deep: #00002f;
	--h3-moss: #24738a;
	--h3-coral: #089e40;
	--h3-coral-dark: #067832;
	--h3-gold: #62d98a;
	--h3-sand: #e5f3f1;
	--h3-cream: #f5f9f7;
	--h3-paper: #ffffff;
	--h3-muted: #607384;
	--h3-line: rgba(8, 158, 64, .18);
	--h3-radius: 28px;
	--h3-shadow: 0 24px 70px rgba(0, 22, 52, .14);
	overflow: clip;
	background: var(--h3-cream);
	color: var(--h3-ink);
	font-family: var(--sans);
}

.home3 *,
.home3 *::before,
.home3 *::after {
	box-sizing: border-box;
}

.home3-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.home3-section {
	padding: clamp(78px, 9vw, 132px) 0;
	scroll-margin-top: 108px;
}

.home3-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--h3-coral-dark);
	font-size: .7rem;
	font-weight: 850;
	letter-spacing: .17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home3-kicker > span {
	width: 25px;
	height: 1px;
	background: currentColor;
}

.home3-kicker--light {
	color: var(--h3-gold);
}

.home3-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 19px;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: .79rem;
	font-weight: 850;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.home3-button:hover,
.home3-button:focus-visible {
	transform: translateY(-2px);
}

.home3-button img {
	width: 19px;
	height: 19px;
	filter: brightness(0) invert(1);
}

.home3-button__emoji {
	font-size: 1.05rem;
	line-height: 1;
}

.home3-button--accent {
	background: var(--h3-coral);
	box-shadow: 0 12px 30px rgba(8, 158, 64, .25);
	color: #fff;
}

.home3-button--accent:hover,
.home3-button--accent:focus-visible {
	background: var(--h3-coral-dark);
	box-shadow: 0 16px 35px rgba(8, 158, 64, .34);
	color: #fff;
}

.home3-button--glass {
	border-color: rgba(255, 255, 255, .22);
	background: rgba(255, 255, 255, .1);
	color: #fff;
	backdrop-filter: blur(12px);
}

.home3-button--glass:hover,
.home3-button--glass:focus-visible {
	border-color: rgba(255, 255, 255, .45);
	background: rgba(255, 255, 255, .17);
	color: #fff;
}

.home3-button--outline {
	border-color: var(--h3-forest);
	background: transparent;
	color: var(--h3-forest);
}

.home3-hero {
	position: relative;
	isolation: isolate;
	min-height: min(850px, calc(100svh - 110px));
	overflow: hidden;
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-hero__media,
.home3-hero__media::after {
	position: absolute;
	z-index: -3;
	inset: 0;
}

.home3-hero__media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	opacity: 0;
	transition: opacity .9s ease;
}

.home3-hero__media video.is-playing {
	opacity: 1;
}



@media (prefers-reduced-motion: reduce) {
	.home3-hero__media video { display: none; }
}

.home3-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	transform: scale(1.015);
	animation: home3-hero-arrival 1.4s cubic-bezier(.2, .72, .2, 1) both;
}

@keyframes home3-hero-arrival {
	from {
		opacity: .82;
		transform: scale(1.045);
	}
	to {
		opacity: 1;
		transform: scale(1.015);
	}
}

.home3-hero__media::after {
	z-index: 1;
	/* Calibrated for the current still and clip, which are far brighter than the
	   photo this hero used to carry: without this the headline washes out. */
	background:
		linear-gradient(90deg, rgba(0, 0, 46, .9) 0%, rgba(0, 0, 46, .78) 26%, rgba(0, 0, 46, .5) 62%, rgba(0, 14, 46, .34) 100%),
		linear-gradient(0deg, rgba(0, 0, 38, .66), transparent 55%);
	content: "";
}

.home3-hero__content {
	display: grid;
	min-height: min(790px, calc(100svh - 110px));
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .65fr);
	align-items: center;
	gap: clamp(48px, 8vw, 108px);
	padding-block: clamp(72px, 8vw, 116px) 112px;
}

.home3-hero__copy {
	max-width: 750px;
}

.home3-hero__copy h1 {
	margin: 0 0 23px;
	color: #fff;
	font-family: var(--serif);
	font-size: clamp(3.7rem, 7.2vw, 7.3rem);
	font-weight: 650;
	letter-spacing: -.06em;
	line-height: .83;
	text-wrap: balance;
}

.home3-hero__copy h1 em {
	display: block;
	margin-top: .14em;
	color: var(--h3-gold);
	font-style: normal;
}

.home3-hero__lead {
	max-width: 650px;
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(.98rem, 1.4vw, 1.13rem);
	line-height: 1.65;
}

.home3-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.home3-hero__proof {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin-top: 44px;
}

.home3-hero__proof > span,
.home3-hero__proof > a {
	display: grid;
	min-width: 108px;
	align-content: center;
	padding: 1px 15px;
	border-left: 1px solid rgba(255, 255, 255, .19);
}

.home3-hero__proof > :first-child {
	padding-left: 0;
	border-left: 0;
}

.home3-hero__proof > a {
	color: inherit;
	text-decoration: none;
}

.home3-hero__proof b {
	color: #fff;
	font-family: var(--serif);
	font-size: 1.55rem;
	line-height: 1;
}

.home3-hero__proof i {
	margin-top: 4px;
	color: var(--h3-gold);
	font-size: .55rem;
	font-style: normal;
	letter-spacing: .06em;
}

.home3-hero__proof small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .62);
	font-size: .65rem;
	font-weight: 650;
}

.home3-compass {
	position: relative;
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: var(--h3-radius);
	background: rgba(255, 253, 249, .95);
	box-shadow: 0 30px 90px rgba(0, 0, 46, .34);
	color: var(--h3-ink);
	backdrop-filter: blur(18px);
}

.home3-compass::before {
	position: absolute;
	top: -9px;
	right: 34px;
	width: 76px;
	height: 18px;
	border-radius: 20px;
	background: var(--h3-coral);
	content: "";
}

.home3-compass__top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
}

.home3-compass h2 {
	margin: 0 0 23px;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.03;
}

.home3-paths {
	display: grid;
	gap: 9px;
}

.home3-paths a {
	display: grid;
	min-height: 91px;
	grid-template-columns: 50px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 13px 14px;
	border: 1px solid var(--h3-line);
	border-radius: 17px;
	background: #fff;
	color: var(--h3-ink);
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.home3-paths a:hover,
.home3-paths a:focus-visible {
	border-color: rgba(8, 158, 64, .56);
	background: #f4fcf6;
	box-shadow: 0 9px 24px rgba(0, 22, 52, .08);
	transform: translateX(4px);
}

.home3-paths a > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 15px;
	background: var(--h3-sand);
	font-size: 1.35rem;
}

.home3-paths a > span img {
	width: 24px;
	height: 24px;
	opacity: .72;
}

.home3-paths strong {
	color: var(--h3-forest);
	font-size: .82rem;
	line-height: 1.25;
}

.home3-paths small {
	display: block;
	margin-top: 4px;
	color: var(--h3-muted);
	font-size: .68rem;
	font-weight: 500;
	line-height: 1.4;
}

.home3-paths b {
	color: var(--h3-coral);
	font-size: 1.05rem;
}

.home3-marquee {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, .14);
	background: rgba(0, 0, 46, .82);
	backdrop-filter: blur(14px);
}

.home3-marquee > div {
	display: flex;
	min-width: max-content;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 4vw, 54px);
	padding: 20px 30px;
}

.home3-marquee span {
	color: rgba(255, 255, 255, .8);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.home3-marquee i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--h3-coral);
}

.home3-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(310px, .55fr);
	align-items: end;
	gap: 70px;
	margin-bottom: 50px;
}

.home3-heading h2,
.home3-planner__heading h2,
.home3-final h2 {
	max-width: 800px;
	margin: 0;
	color: var(--h3-forest-deep);
	font-family: var(--serif);
	font-size: clamp(2.65rem, 5.6vw, 5.3rem);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: .9;
	text-wrap: balance;
}

.home3-heading > div:last-child > p {
	margin: 0;
	color: var(--h3-muted);
	font-size: .93rem;
	line-height: 1.65;
}

.home3-heading > div:last-child > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 18px;
	color: var(--h3-forest);
	font-size: .75rem;
	font-weight: 850;
	text-decoration: none;
}

.home3-heading > div:last-child > a span {
	color: var(--h3-coral);
	font-size: 1rem;
}

.home3-heading--center {
	display: block;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.home3-heading--center .home3-kicker {
	justify-content: center;
}

.home3-destinations {
	background:
		radial-gradient(circle at 90% 10%, rgba(8, 158, 64, .12), transparent 30%),
		var(--h3-paper);
}

/* Destination cards. The photo carries the decision here -- someone picking
   a beach in Brazil is choosing on how the place looks -- so the image is the
   card and the text sits on top of it. The counts underneath keep it honest
   about what is actually bookable there. */
.home3-destination-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.home3-destination-card {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--h3-radius);
	color: #fff;
	isolation: isolate;
	overflow: hidden;
	text-decoration: none;
	transition: transform .45s cubic-bezier(.2, .7, .3, 1), box-shadow .45s ease;
}

.home3-destination-card:hover,
.home3-destination-card:focus-visible {
	box-shadow: 0 30px 64px rgba(0, 0, 47, .3);
	transform: translateY(-6px);
}

.home3-destination-card:focus-visible {
	outline: 2px solid var(--h3-gold);
	outline-offset: 3px;
}

.home3-destination-card[hidden] {
	display: none;
}

.home3-destination-card > img,
.home3-destination-card__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.home3-destination-card > img {
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .7, .3, 1);
}

/*
 * El velo oscurece en el azul de marca, no en gris neutro, y arranca recien
 * pasada la mitad: la parte de arriba de la foto queda intacta y el texto de
 * abajo siempre cae sobre un tono propio, nunca sobre agua clara.
 */
.home3-destination-card__shade {
	background: linear-gradient(178deg, rgba(0, 0, 47, 0) 30%, rgba(0, 0, 47, .34) 51%, rgba(0, 0, 47, .8) 74%, rgba(0, 0, 47, .96) 100%);
}

.home3-destination-card__shade::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(178deg, rgba(0, 0, 47, 0) 28%, rgba(0, 0, 47, .42) 100%);
	content: '';
	opacity: 0;
	transition: opacity .45s ease;
}

.home3-destination-card__content {
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 26px 24px 24px;
	transition: transform .45s cubic-bezier(.2, .7, .3, 1);
}

.home3-destination-card__identity {
	display: block;
	max-width: 100%;
}

/*
 * El estado es informacion de viaje, no decoracion: Bahia y Pernambuco son
 * vuelos distintos. Por eso sale del recuadro y encabeza la tarjeta.
 */
.home3-destination-card__identity small {
	display: block;
	position: relative;
	margin-bottom: 8px;
	padding-left: 16px;
	color: var(--h3-gold);
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.home3-destination-card__identity small::before {
	position: absolute;
	top: .48em;
	left: 0;
	width: 10px;
	height: 1px;
	background: var(--h3-gold);
	content: '';
}

.home3-destination-card__name {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.home3-destination-card__identity strong {
	font-size: clamp(1.5rem, 2.35vw, 2.05rem);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: .97;
	text-shadow: 0 2px 20px rgba(0, 0, 47, .45);
}

.home3-destination-card__name i {
	flex: none;
	color: var(--h3-gold);
	font-size: 1.05rem;
	font-style: normal;
	opacity: 0;
	transform: translateX(-8px);
	transition: opacity .3s ease, transform .4s cubic-bezier(.2, .7, .3, 1);
}

.home3-destination-card__tagline {
	margin-top: 11px;
	color: rgba(255, 255, 255, .82);
	font-size: .88rem;
	font-weight: 500;
	line-height: 1.35;
}

.home3-destination-card__note {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	max-width: calc(100% - 36px);
	padding: 7px 12px 6px;
	border-radius: 999px;
	background: #fff;
	color: var(--h3-forest-deep);
	font-size: .6rem;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.25;
	text-transform: uppercase;
	box-shadow: 0 6px 18px rgba(0, 0, 47, .28);
}

.home3-destination-card__chips {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
	padding-top: 13px;
	gap: 4px 0;
}

.home3-destination-card__chips::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .24);
	content: '';
}

.home3-destination-card__chips span {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, .88);
	font-size: .68rem;
	font-weight: 600;
	white-space: nowrap;
}

.home3-destination-card__chips span + span::before {
	margin: 0 8px;
	color: rgba(255, 255, 255, .38);
	content: "\00b7";
}

/* Un solo gesto coordinado: la foto respira, el velo cierra y el texto sube. */
.home3-destination-card:hover > img,
.home3-destination-card:focus-visible > img {
	transform: scale(1.06);
}

.home3-destination-card:hover .home3-destination-card__shade::after,
.home3-destination-card:focus-visible .home3-destination-card__shade::after {
	opacity: 1;
}

.home3-destination-card:hover .home3-destination-card__content,
.home3-destination-card:focus-visible .home3-destination-card__content {
	transform: translateY(-6px);
}

.home3-destination-card:hover .home3-destination-card__name i,
.home3-destination-card:focus-visible .home3-destination-card__name i {
	opacity: 1;
	transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
	.home3-destination-card,
	.home3-destination-card > img,
	.home3-destination-card__content,
	.home3-destination-card__shade::after,
	.home3-destination-card__name i {
		transition: none;
	}

	.home3-destination-card:hover,
	.home3-destination-card:focus-visible,
	.home3-destination-card:hover > img,
	.home3-destination-card:hover .home3-destination-card__content {
		transform: none;
	}

	.home3-destination-card__name i {
		opacity: 1;
		transform: none;
	}
}

.home3-tour-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.home3-tour-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--h3-line);
	border-radius: 23px;
	background: var(--h3-paper);
	box-shadow: 0 13px 38px rgba(33, 30, 24, .065);
	transition: transform .25s ease, box-shadow .25s ease;
}

.home3-tour-card:hover {
	box-shadow: var(--h3-shadow);
	transform: translateY(-5px);
}

.home3-tour-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.42 / 1;
	overflow: hidden;
	background: var(--h3-sand);
}

.home3-tour-card__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 52%, rgba(11, 28, 23, .58));
	content: "";
}

.home3-tour-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.home3-tour-card:hover .home3-tour-card__media > img {
	transform: scale(1.045);
}

.home3-tour-card__badge {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: var(--h3-forest);
	font-size: .61rem;
	font-weight: 850;
	backdrop-filter: blur(8px);
}

.home3-tour-card__arrow {
	position: absolute;
	z-index: 2;
	right: 14px;
	bottom: 14px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: rgba(255, 255, 255, .14);
	color: #fff;
	font-size: 1.1rem;
	backdrop-filter: blur(8px);
}

.home3-tour-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.home3-tour-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 11px;
	color: var(--h3-muted);
	font-size: .63rem;
	font-weight: 700;
}

.home3-tour-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.home3-tour-card__meta img {
	width: 14px;
	height: 14px;
	opacity: .62;
}

.home3-tour-card h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(1.55rem, 2.4vw, 2.05rem);
	font-weight: 650;
	letter-spacing: -.035em;
	line-height: 1.04;
}

.home3-tour-card h3 a {
	color: var(--h3-forest);
	text-decoration: none;
}

.home3-tour-card__body > p {
	margin: 11px 0 19px;
	color: var(--h3-muted);
	font-size: .77rem;
	line-height: 1.55;
}

.home3-tour-card__foot {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--h3-line);
}

.home3-tour-card__foot > span {
	display: grid;
}

.home3-tour-card__foot small {
	color: var(--h3-muted);
	font-size: .58rem;
	font-weight: 650;
}

.home3-tour-card__foot strong {
	margin-top: 2px;
	color: var(--h3-forest);
	font-size: 1.05rem;
}

.home3-tour-card__foot .esp-price-pair {
	display: inline-flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 5px;
}

.home3-tour-card__foot .esp-price-pair del {
	color: var(--h3-muted);
	font-size: .7em;
	font-weight: 650;
}

.home3-tour-card__foot .esp-price-pair ins {
	color: var(--h3-coral-dark);
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

.home3-tour-card__foot > a {
	color: var(--h3-coral-dark);
	font-size: .67rem;
	font-weight: 850;
	text-align: right;
	text-decoration: none;
}

.home3-tour-card__foot > a b {
	font-size: .95rem;
}

.home3-tours__all {
	display: flex;
	width: max-content;
	margin: 34px auto 0;
}

.home3-planner {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-planner::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
	background-size: 24px 24px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 68%);
}

.home3-planner__orb {
	position: absolute;
	z-index: -1;
	right: -280px;
	bottom: -340px;
	width: 780px;
	height: 780px;
	border: 1px solid rgba(241, 195, 111, .15);
	border-radius: 50%;
	box-shadow: 0 0 0 90px rgba(241, 195, 111, .02), 0 0 0 180px rgba(241, 195, 111, .012);
}

.home3-planner__heading {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(280px, .5fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 42px;
}

.home3-planner__heading .home3-kicker {
	grid-column: 1 / -1;
	margin-bottom: -38px;
}

.home3-planner__heading h2 {
	color: #fff;
}

.home3-planner__heading > p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, .65);
	font-size: .9rem;
	line-height: 1.65;
}

.home3-builder {
	display: grid;
	grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 30px;
	background: rgba(255, 255, 255, .06);
	box-shadow: 0 35px 100px rgba(0, 0, 0, .22);
	backdrop-filter: blur(12px);
}

.home3-builder__controls {
	padding: clamp(25px, 4vw, 45px);
	border-right: 1px solid rgba(255, 255, 255, .13);
}

.home3-builder__step {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.home3-builder__step div {
	display: grid;
}

.home3-builder__step small {
	color: var(--h3-gold);
	font-size: .61rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.home3-builder__step strong {
	margin-top: 3px;
	color: #fff;
	font-family: var(--serif);
	font-size: 1.35rem;
}

.home3-day-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
	gap: 7px;
}

.home3-day-options button {
	display: grid;
	min-width: 0;
	min-height: 74px;
	place-items: center;
	align-content: center;
	gap: 1px;
	padding: 8px 4px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
	color: rgba(255, 255, 255, .72);
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.home3-day-options button:hover,
.home3-day-options button:focus-visible {
	border-color: rgba(241, 195, 111, .62);
}

.home3-day-options button.is-active {
	border-color: var(--h3-coral);
	background: var(--h3-coral);
	box-shadow: 0 10px 25px rgba(8, 158, 64, .25);
	color: #fff;
	transform: translateY(-3px);
}

.home3-day-options b {
	font-family: var(--serif);
	font-size: 1.45rem;
	line-height: 1;
}

.home3-day-options small {
	font-size: .58rem;
	font-weight: 750;
}

.home3-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}

.home3-field--wide {
	grid-column: 1 / -1;
}

.home3-fields label {
	display: grid;
	gap: 7px;
}

.home3-fields label > span {
	color: rgba(255, 255, 255, .68);
	font-size: .65rem;
	font-weight: 800;
}

.home3-fields select,
.home3-fields input[type="date"] {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .17);
	border-radius: 13px;
	outline: 0;
	/* Opaque, not translucent: iOS composites form controls over its own light
	   chrome, which turned the white label text invisible on the phone. */
	background: var(--h3-forest-deep);
	color: #fff;
	font: inherit;
	/* 16px keeps iOS from zooming the page when a field is tapped. */
	font-size: 16px;
	font-weight: 700;
}

/* Without appearance:none mobile browsers draw their own light control and
   ignore the colours above, so the value disappeared against the background. */
.home3-fields select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 40px;
	background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.75) 50%), linear-gradient(135deg, rgba(255,255,255,.75) 50%, transparent 50%);
	background-position: calc(100% - 21px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.home3-fields input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
}

.home3-fields input[type="date"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	filter: invert(1);
	opacity: .75;
}

.home3-fields select:focus,
.home3-fields input[type="date"]:focus {
	border-color: var(--h3-gold);
}

.home3-fields option {
	background: var(--h3-forest-deep);
	color: #fff;
}

.home3-assurance {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 25px;
}

.home3-assurance span {
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .68);
	font-size: .58rem;
	font-weight: 700;
}

.home3-builder__result {
	padding: clamp(25px, 4vw, 45px);
	background: var(--h3-paper);
	color: var(--h3-ink);
}

.home3-result__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.home3-result__head > span {
	display: grid;
}

.home3-result__head small {
	color: var(--h3-coral-dark);
	font-size: .62rem;
	font-weight: 850;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.home3-result__head strong {
	margin-top: 4px;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: 1.7rem;
	line-height: 1.1;
}

.home3-itinerary {
	display: grid;
	gap: 8px;
}

.home3-itinerary__empty {
	min-height: 144px;
	display: grid;
	place-items: center;
	padding: 28px;
	margin: 0;
	border: 1px dashed rgba(31, 61, 49, .28);
	border-radius: 14px;
	background: #fff;
	color: var(--h3-muted);
	font-size: .8rem;
	line-height: 1.55;
	text-align: center;
}

.home3-itinerary > div {
	display: grid;
	grid-template-columns: 34px 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	padding: 9px;
	border: 1px solid var(--h3-line);
	border-radius: 14px;
	background: #fff;
}

.home3-itinerary > div.is-free-day {
	grid-template-columns: 34px minmax(0, 1fr);
	border-style: dashed;
	background: #f4f8f4;
}

.home3-itinerary > div > span {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 50%;
	background: var(--h3-forest);
	color: #fff;
	font-family: var(--serif);
	font-size: .8rem;
}

.home3-itinerary img {
	width: 58px;
	height: 46px;
	border-radius: 9px;
	object-fit: cover;
}

.home3-itinerary strong {
	min-width: 0;
	color: var(--h3-forest);
	font-size: .74rem;
	line-height: 1.25;
}

.home3-itinerary small {
	display: block;
	margin-top: 2px;
	color: var(--h3-muted);
	font-size: .59rem;
	font-weight: 550;
}

.home3-itinerary b {
	color: var(--h3-ink);
	font-size: .72rem;
	white-space: nowrap;
}

.home3-totals {
	display: grid;
	gap: 0;
	margin-top: 17px;
	border-top: 1px solid var(--h3-line);
}

.home3-totals > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 9px 1px;
	border-bottom: 1px solid var(--h3-line);
}

.home3-totals span {
	color: var(--h3-muted);
	font-size: .68rem;
}

.home3-totals strong {
	color: var(--h3-forest);
	font-size: .92rem;
}

.home3-totals > div:first-child {
	padding-top: 15px;
}

.home3-totals > div:first-child span {
	color: var(--h3-ink);
	font-weight: 800;
}

.home3-totals > div:first-child strong {
	font-family: var(--serif);
	font-size: 1.45rem;
}

.home3-totals__deposit {
	margin: 7px -10px 0;
	padding-right: 10px !important;
	padding-left: 10px !important;
	border: 0 !important;
	border-radius: 10px;
	background: #edf5ee;
}

.home3-totals__deposit span,
.home3-totals__deposit strong {
	color: #23633f;
	font-weight: 850;
}

.home3-result__cta {
	width: 100%;
	margin-top: 17px;
}

.home3-result__note {
	margin: 10px auto 0;
	color: var(--h3-muted);
	font-size: .6rem;
	line-height: 1.4;
	text-align: center;
}

.home3-process {
	background: var(--h3-paper);
}

.home3-process__intro {
	max-width: 650px;
	margin: 20px auto 0 !important;
}

.home3-process__rail {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin-top: 55px;
}

.home3-process__rail::before {
	position: absolute;
	top: 40px;
	right: 10%;
	left: 10%;
	height: 1px;
	background: var(--h3-line);
	content: "";
}

.home3-process__rail article {
	position: relative;
	z-index: 1;
	text-align: center;
}

.home3-process__rail i {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto 23px;
	border: 4px solid var(--h3-paper);
	border-radius: 50%;
	background: var(--h3-coral);
	box-shadow: 0 0 0 1px var(--h3-coral);
}

.home3-process__rail strong {
	display: block;
	color: var(--h3-forest);
	font-family: var(--serif);
	font-size: 1.35rem;
}

.home3-process__rail p {
	max-width: 190px;
	margin: 7px auto 0;
	color: var(--h3-muted);
	font-size: .76rem;
	line-height: 1.5;
}

.home3-final {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(95px, 12vw, 165px) 0;
	color: #fff;
	text-align: center;
}

.home3-final__media,
.home3-final__media::after {
	position: absolute;
	z-index: -2;
	inset: 0;
}

.home3-final__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home3-final__media::after {
	z-index: 1;
	background: linear-gradient(90deg, rgba(10, 35, 28, .94), rgba(10, 35, 28, .72));
	content: "";
}

.home3-final .home3-kicker {
	justify-content: center;
}

.home3-final h2 {
	max-width: 950px;
	margin-inline: auto;
	color: #fff;
}

.home3-final > .home3-shell > p:not(.home3-kicker) {
	max-width: 690px;
	margin: 22px auto 0;
	color: rgba(255, 255, 255, .73);
	font-size: .95rem;
	line-height: 1.65;
}

.home3-final .home3-actions {
	justify-content: center;
}

.home3.home3-ready [data-home3-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1);
}

.home3.home3-ready [data-home3-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.home3 *,
	.home3 *::before,
	.home3 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.home3.home3-ready [data-home3-reveal] {
		opacity: 1;
		transform: none;
	}

	.home3-hero__media img {
		animation: none;
	}
}

@media (max-width: 1060px) {
	.home3-hero__content {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .68fr);
		gap: 38px;
	}

	.home3-compass {
		padding: 23px;
	}

	.home3-tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home3-destination-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home3-builder {
		grid-template-columns: .8fr 1.2fr;
	}
}

@media (max-width: 820px) {
	.home3-shell {
		width: min(100% - 32px, 680px);
	}

	.home3-hero {
		min-height: auto;
	}

	.home3-hero__media::after {
		/* The stacked layout put the text over the middle of the frame, so the
		   overlay was pushed to near-opaque and the photo stopped reading as a
		   photo. Keep it dark enough behind the copy and let the image through
		   at the top, where nothing sits on it. */
		background: linear-gradient(180deg, rgba(0, 0, 38, .32) 0%, rgba(0, 0, 38, .58) 42%, rgba(0, 0, 38, .82) 100%);
	}

	.home3-hero__content {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 38px;
		padding-block: 72px 115px;
	}

	.home3-hero__copy {
		max-width: 670px;
	}

	.home3-compass {
		max-width: 620px;
	}

	.home3-heading,
	.home3-planner__heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.home3-destination-grid {
		grid-template-columns: 1fr;
	}

	.home3-destination-card {
		aspect-ratio: 3 / 2;
	}

	.home3-planner__heading .home3-kicker {
		grid-column: auto;
		margin-bottom: -8px;
	}

	.home3-builder {
		grid-template-columns: 1fr;
	}

	.home3-builder__controls {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .13);
	}

	.home3-process__rail {
		grid-template-columns: repeat(2, 1fr);
		gap: 42px 24px;
	}

	.home3-process__rail::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.home3 {
		padding-bottom: 68px;
	}

	.home3-section {
		padding: 70px 0;
	}

	.home3-hero__content {
		padding-top: 55px;
	}

	.home3-hero__copy h1 {
		font-size: clamp(2.9rem, 14.1vw, 4.15rem);
		line-height: .89;
	}

	.home3-hero__copy {
		min-width: 0;
	}

	.home3-hero__lead {
		font-size: .91rem;
	}

	.home3-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.home3-button {
		width: 100%;
	}

	.home3-hero__proof {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		align-items: stretch;
		margin-top: 32px;
	}

	.home3-hero__proof > span,
	.home3-hero__proof > a {
		min-width: 0;
		width: auto;
		padding: 1px 12px;
	}

	.home3-hero__proof > span:first-of-type {
		padding-left: 0;
		border-left: 0;
	}

	.home3-hero__proof b {
		font-size: 1.2rem;
	}

	.home3-hero__proof small {
		font-size: .55rem;
	}

	.home3-compass {
		padding: 22px 16px 16px;
		border-radius: 23px;
	}

	.home3-compass h2 {
		font-size: 1.8rem;
	}

	.home3-paths a {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		padding: 11px;
	}

	.home3-paths a > span {
		width: 44px;
		height: 44px;
	}

	.home3-marquee > div {
		justify-content: flex-start;
		animation: home3-marquee 24s linear infinite;
	}

	@keyframes home3-marquee {
		to { transform: translateX(-50%); }
	}

	.home3-heading h2,
	.home3-planner__heading h2,
	.home3-final h2 {
		font-size: clamp(2.55rem, 13vw, 4rem);
	}

	.home3-heading > div:last-child > a {
		display: none;
	}

	.home3-tour-grid {
		display: flex;
		width: calc(100% + 16px);
		margin-right: -16px;
		gap: 13px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.home3-destination-grid {
		display: flex;
		width: calc(100% + 16px);
		margin-right: -16px;
		gap: 13px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.home3-destination-grid::-webkit-scrollbar {
		display: none;
	}

	.home3-destination-card {
		min-width: min(82vw, 340px);
		aspect-ratio: 4 / 5;
		scroll-snap-align: start;
	}

	.home3-destination-card__content {
		padding: 23px;
	}

	.home3-tour-grid::-webkit-scrollbar {
		display: none;
	}

	.home3-tour-card {
		min-width: min(84vw, 350px);
		scroll-snap-align: start;
	}

	.home3-tour-card__media {
		aspect-ratio: 1.35 / 1;
	}

	.home3-tours__all {
		display: flex;
		width: 100%;
	}

	.home3-builder {
		margin-inline: -4px;
		border-radius: 23px;
	}

	.home3-builder__controls,
	.home3-builder__result {
		padding: 24px 16px;
	}

	.home3-day-options {
		gap: 5px;
	}

	.home3-day-options button {
		min-height: 64px;
		border-radius: 11px;
	}

	.home3-day-options b {
		font-size: 1.2rem;
	}

	.home3-fields {
		grid-template-columns: 1fr;
	}

	.home3-itinerary > div {
		grid-template-columns: 31px 50px minmax(0, 1fr);
		gap: 8px;
	}

	.home3-itinerary > div.is-free-day {
		grid-template-columns: 31px minmax(0, 1fr);
	}

	.home3-itinerary img {
		width: 50px;
		height: 43px;
	}

	.home3-itinerary b {
		grid-column: 3;
		font-size: .65rem;
	}

	.home3-process__rail {
		grid-template-columns: 1fr;
		margin-top: 35px;
	}

	.home3-process__rail article {
		display: block;
		padding-left: 16px;
		border-left: 2px solid var(--h3-coral);
		text-align: left;
	}

	.home3-process__rail i {
		display: none;
	}

	.home3-process__rail strong,
	.home3-process__rail p {
		max-width: none;
		margin: 0;
	}

	.home3-final .home3-actions {
		display: grid;
	}

}

/* --- Travelers Choice, a la izquierda del 4,8 --- */
/* Los demas items del bloque llevan min-width y padding 22px para separarse
   con la linea divisoria. El sello no es un dato: es una imagen, y hereda
   esas medidas dejando un hueco enorme. Por eso pide las suyas. */
.home3-hero__proof > .home3-hero__award,
.home3-hero__proof > .home3-hero__award:first-child {
	display: inline-flex;
	flex: 0 0 auto;
	min-width: 0;
	align-items: center;
	padding: 3px 7px;
	margin-right: 12px;
	border-left: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	line-height: 0;
}
.home3-hero__award img { display: block; height: 42px; width: auto; }
/* El sello y la nota son lo mismo: Tripadvisor. Van juntos, sin divisoria. */
.home3-hero__proof > .home3-hero__award + a { padding-left: 0; border-left: 0; }
@media (max-width: 720px) {
	/* El sello es lo unico de ancho fijo en la fila. Si no entra, que baje a su
	   propia linea en vez de aplastar los numeros. */
	.home3-hero__proof { flex-wrap: wrap; row-gap: 14px; }
	.home3-hero__proof > .home3-hero__award,
	.home3-hero__proof > .home3-hero__award:first-child { padding: 2px 6px; margin-right: 12px; }
	.home3-hero__award img { height: 28px; }
}

/* --- Los más reservados: producto, precio y seña --- */
.home3-booked__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.home3-booked__filters button { padding: 8px 16px; border: 1px solid rgba(11,37,64,.16); border-radius: 999px; background: #fff; color: #0b2540; font: inherit; font-size: .84rem; font-weight: 600; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.home3-booked__filters button:hover { border-color: #089e40; }
.home3-booked__filters button.is-active { border-color: #089e40; background: #089e40; color: #fff; }
.home3-booked__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home3-booked-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(11,37,64,.1); border-radius: 18px; background: #fff; }
.home3-booked-card[hidden] { display: none; }
.home3-booked-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.home3-booked-card__media img { width: 100%; height: 100%; object-fit: cover; }
.home3-booked-card__body { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 18px 20px 20px; }
.home3-booked-card__meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0; color: #506679; font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.home3-booked-card h3 { margin: 0; font-size: 1.06rem; line-height: 1.28; }
.home3-booked-card h3 a { color: inherit; text-decoration: none; }
.home3-booked-card h3 a:hover { color: #089e40; }
.home3-booked-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin-top: auto; padding-top: 8px; }
.home3-booked-card__price del { color: #93a3b1; font-size: .86rem; }
.home3-booked-card__price strong { font-size: 1.34rem; }
.home3-booked-card__price small { color: #506679; font-size: .78rem; }
.home3-booked-card__deposit { margin: 0; padding: 7px 11px; border-radius: 9px; background: #e7f3ef; color: #067832; font-size: .84rem; font-weight: 700; }
.home3-booked-card__cta { margin-top: 4px; color: #089e40; font-size: .88rem; font-weight: 700; text-decoration: none; }
.home3-booked-card__cta:hover { text-decoration: underline; }
.home3-booked__empty { margin: 22px 0 0; color: #506679; }
@media (max-width: 980px) { .home3-booked__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } }
@media (max-width: 620px) { .home3-booked__grid { grid-template-columns: 1fr; } .home3-booked__filters { gap: 6px; margin-bottom: 20px; } .home3-booked__filters button { padding: 7px 13px; font-size: .8rem; } }

.home3-booked__filters button:focus-visible,
.home3-booked-card__media:focus-visible,
.home3-booked-card__cta:focus-visible,
.home3-transfer-form :is(input, select, button):focus-visible {
	outline: 3px solid rgba(241, 195, 111, .88);
	outline-offset: 3px;
}

.home3-booked-card__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 5px 12px;
	padding: 2px 0 4px;
	margin: 0;
	list-style: none;
}

.home3-booked-card__features li {
	position: relative;
	padding-left: 14px;
	color: #506679;
	font-size: .7rem;
	line-height: 1.35;
}

.home3-booked-card__features li::before {
	position: absolute;
	top: .42em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--h3-coral);
	content: "";
}

.home3-transfers {
	background: #f2f7f3;
}

.home3-transfers__intro {
	max-width: 740px;
	margin-bottom: 34px;
}

.home3-transfers__intro h2,
.home3-trust h2 {
	margin: 0;
	color: var(--h3-forest-deep);
	font-family: var(--serif);
	font-size: clamp(2.4rem, 5vw, 4.7rem);
	font-weight: 650;
	letter-spacing: -.05em;
	line-height: .95;
}

.home3-transfers__intro p,
.home3-trust__inner > div > p {
	max-width: 62ch;
	margin: 18px 0 0;
	color: var(--h3-muted);
	font-size: .92rem;
	line-height: 1.65;
}

.home3-transfer-form {
	display: grid;
	grid-template-columns: 1.3fr 1fr .8fr .65fr auto;
	align-items: end;
	gap: 10px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid rgba(11, 37, 64, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(31, 61, 49, .09);
}

.home3-transfer-form label {
	display: grid;
	gap: 7px;
}

.home3-transfer-form label > span {
	color: var(--h3-forest);
	font-size: .66rem;
	font-weight: 850;
}

.home3-transfer-form :is(input, select) {
	width: 100%;
	min-height: 52px;
	padding: 0 13px;
	border: 1px solid rgba(11, 37, 64, .17);
	border-radius: 12px;
	background: #fff;
	color: var(--h3-ink);
	font: inherit;
	font-size: 16px;
}

.home3-transfer-form .home3-button {
	min-height: 52px;
	white-space: nowrap;
}

.home3-transfer-types {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 34px;
	margin-top: 18px;
}

.home3-transfer-types p {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
}

.home3-transfer-types strong {
	color: var(--h3-forest);
	font-size: .78rem;
}

.home3-transfer-types span {
	color: var(--h3-muted);
	font-size: .74rem;
}

.home3-trust {
	padding: clamp(64px, 8vw, 100px) 0;
	background: var(--h3-paper);
}

.home3-trust__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
	align-items: end;
	gap: clamp(45px, 8vw, 110px);
}

.home3-trust__inner ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--h3-line);
	border-bottom: 1px solid var(--h3-line);
	list-style: none;
}

.home3-trust__inner li {
	display: grid;
	align-content: center;
	min-height: 112px;
	padding: 16px;
	border-left: 1px solid var(--h3-line);
}

.home3-trust__inner li:first-child { border-left: 0; }
.home3-trust__inner li strong { color: var(--h3-forest); font-size: .9rem; line-height: 1.25; }
.home3-trust__inner li span { margin-top: 5px; color: var(--h3-muted); font-size: .65rem; line-height: 1.3; }

@media (max-width: 1060px) {
	.home3-transfer-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home3-transfer-form .home3-button { width: 100%; grid-column: 1 / -1; }
	.home3-trust__inner { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.home3-destination-card__content { padding: 18px; }
	.home3-destination-card__tagline { font-size: .82rem; }
	.home3-destination-card__note { font-size: .63rem; }
	.home3-booked__grid {
		display: flex;
		overflow-x: auto;
		padding: 0 18px 12px;
		margin-inline: -18px;
		scroll-padding-inline: 18px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.home3-booked__grid::-webkit-scrollbar { display: none; }
	.home3-booked-card { min-width: min(84vw, 330px); scroll-snap-align: start; }
	.home3-booked-card__features { grid-template-columns: 1fr; }
	.home3-transfer-form { grid-template-columns: 1fr; padding: 18px; }
	.home3-transfer-form .home3-button { grid-column: auto; white-space: normal; }
	.home3-transfer-types { display: grid; gap: 10px; }
	.home3-trust__inner ul { grid-template-columns: 1fr; }
	.home3-trust__inner li { min-height: 82px; border-top: 1px solid var(--h3-line); border-left: 0; }
	.home3-trust__inner li:first-child { border-top: 0; }
}

/* Keep small text readable on the Brasil palette (Home3 only). */
.home3 .home3-button--accent { background: var(--h3-coral-dark); }
body.page-template-page-home3 .header-actions > .button { background: #067832; }
body.page-template-page-home3 .footer-bottom { color: rgba(255,255,255,.68); }
.tripadvisor-strip { overflow: hidden; padding: clamp(44px, 5vw, 68px) 0; border-top: 1px solid #dededb; background: #f5f5f4; color: var(--forest-deep); }
.tripadvisor-strip__heading { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: end; gap: 28px; margin-bottom: 27px; }
.tripadvisor-strip__intro { max-width: 760px; }
.tripadvisor-strip__intro .section-kicker { margin-bottom: 10px; color: #007f5f; }
.tripadvisor-strip__intro h2 { margin-bottom: 12px; font-size: clamp(2.35rem, 4vw, 4rem); line-height: .98; }
.tripadvisor-strip__intro > p:last-child { max-width: 650px; margin: 0; color: #526159; }
.tripadvisor-strip__score { display: flex; min-width: 210px; flex-direction: column; gap: 7px; align-items: flex-start; padding: 16px 18px; border: 1px solid #cbd9cf; border-radius: 15px; background: #fff; color: #17291f; text-decoration: none; }
.tripadvisor-strip__score img { width: 158px; height: auto; }
.tripadvisor-strip__score strong { font-size: .67rem; letter-spacing: .035em; }
.tripadvisor-strip__actions { display: flex; gap: 8px; }
.tripadvisor-strip__actions button { width: 46px; height: 44px; border: 1px solid #c8d7cc; border-radius: 12px; background: #fff; color: var(--forest-deep); font-size: 1.05rem; transition: transform .2s ease, opacity .2s ease; }
.tripadvisor-strip__actions button:hover:not(:disabled) { transform: translateY(-2px); }
.tripadvisor-strip__actions button:disabled { opacity: .3; }
.tripadvisor-strip__viewport { overflow-x: auto; padding: 3px 3px 18px; outline: 0; scroll-behavior: smooth; scrollbar-width: none; }
.tripadvisor-strip__viewport::-webkit-scrollbar { display: none; }
.tripadvisor-strip__viewport:focus-visible { box-shadow: 0 0 0 3px rgba(0,170,108,.2); }
.tripadvisor-strip__track { display: grid; grid-auto-columns: calc((100% - 48px) / 3); grid-auto-flow: column; gap: 24px; }
.tripadvisor-card { display: flex; min-height: 350px; flex-direction: column; padding: 23px; border: 1px solid #d4e0d7; border-radius: 21px; background: #fff; box-shadow: 0 12px 30px rgba(25,59,41,.07); scroll-snap-align: start; }
.tripadvisor-card__media { display: block; overflow: hidden; height: 148px; margin: -23px -23px 20px; border-radius: 20px 20px 13px 13px; background: #e8efeb; }
.tripadvisor-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16,1,.3,1); }
.tripadvisor-card__media:hover img { transform: scale(1.025); }
.tripadvisor-card__person { display: flex; align-items: center; gap: 12px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #e2e9e4; }
.tripadvisor-card__person > img, .tripadvisor-card__initials { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; object-fit: cover; }
.tripadvisor-card__initials { display: grid; place-items: center; background: #e0f4e8; color: #006d52; font-size: .78rem; font-weight: 900; }
.tripadvisor-card__person > span:last-child { min-width: 0; }
.tripadvisor-card__person strong, .tripadvisor-card__person small { display: block; }
.tripadvisor-card__person strong { overflow: hidden; color: #17291f; font-size: .79rem; text-overflow: ellipsis; white-space: nowrap; }
.tripadvisor-card__person small { margin-top: 3px; color: #748078; font-size: .64rem; }
.tripadvisor-card__rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 11px; margin-bottom: 14px; }
.tripadvisor-card__rating img { width: 90px; height: auto; }
.tripadvisor-card__rating span { color: #68756d; font-size: .59rem; font-weight: 750; }
.tripadvisor-card h3 { margin-bottom: 11px; font-family: var(--sans); font-size: 1.5rem; font-weight: 700; line-height: 1.16; }
.tripadvisor-card blockquote { margin: 0 0 18px; color: #4c5a52; font-size: .79rem; line-height: 1.58; }
.tripadvisor-card footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; margin-top: auto; border-top: 1px solid #e2e9e4; font-size: .65rem; }
.tripadvisor-card time { color: #58635d; text-transform: capitalize; }
.tripadvisor-card footer a { color: #006d52; font-weight: 800; text-decoration: none; white-space: nowrap; }
.tripadvisor-strip__all { display: inline-flex; gap: 8px; align-items: center; padding-bottom: 3px; margin-top: 5px; border-bottom: 1px solid currentColor; color: #006d52; font-size: .75rem; font-weight: 850; text-decoration: none; }
@media (max-width: 1020px) {
	.tripadvisor-strip__heading { grid-template-columns: minmax(0, 1fr) auto; }
	.tripadvisor-strip__actions { grid-column: 2; }
	.tripadvisor-strip__score { grid-column: 2; grid-row: 1; }
	.tripadvisor-strip__track { grid-auto-columns: calc((100% - 22px) / 2); gap: 22px; }
}
@media (max-width: 700px) {
	.tripadvisor-strip { padding: 34px 0; }
	.tripadvisor-strip__heading { grid-template-columns: 1fr auto; gap: 18px 12px; margin-bottom: 22px; }
	.tripadvisor-strip__intro { grid-column: 1 / -1; }
	.tripadvisor-strip__intro h2 { max-width: 320px; font-size: 2.35rem; }
	.tripadvisor-strip__score { min-width: 0; grid-column: 1; grid-row: auto; padding: 12px 14px; }
	.tripadvisor-strip__score img { width: 138px; }
	.tripadvisor-strip__actions { grid-column: 2; grid-row: 2; }
	.tripadvisor-strip__track { grid-auto-columns: 88%; gap: 14px; }
	.tripadvisor-card { min-height: 330px; padding: 20px; }
	.tripadvisor-card__media { height: 142px; margin: -20px -20px 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.tripadvisor-card__media img { transition: none; }
}
