/* ==========================================================================
   Voyzotrip design system: "premium marketplace" (approved canvas 2026-09-26)
   Type: Bricolage Grotesque (display) · Hanken Grotesk (UI/body) · Newsreader italic (accent)
   Colour: photos carry the colour; ink on warm white; sunset only for booking actions.
   Sections: tokens · base · layout · buttons · header · hero & search · pickers · quick ·
   guarantees · tabs & rails · cards · destinations · feature band · guides · newsletter ·
   footer · tour page · booking card · archive & pages · blog · forms · Woo · Elementor · motion
   ========================================================================== */

:root {
	--ink: #111418;
	--ink-2: #3a4250;
	--muted: #646c7b;
	--faint: #9aa3ae;
	--line: #e8e5e0;
	--line-2: #d9d5ce;
	--line-3: #b9b4ac;
	--canvas: #f7f5f2;
	--surface: #ffffff;
	--sand: #efe8dc;
	--brand: #0b5d5b;
	--brand-soft: #e6f0ef;
	--brand-light: #7fd4c9;
	--cta: #d63b1a;
	--cta-dark: #b8311a;
	--cta-soft: #fdece6;
	--gold: #f5a524;
	--wa: #0e7466;
	--night: #111418;
	--night-text: #b9c0c9;
	--night-line: #262d35;

	--display: "Bricolage Grotesque", "Brico Fallback", system-ui, sans-serif;
	--ui: "Hanken Grotesk", "Hanken Fallback", system-ui, -apple-system, "Segoe UI", sans-serif;
	--serif: "Newsreader", Georgia, "Times New Roman", serif;

	--r: 18px;
	--r-md: 22px;
	--r-lg: 28px;
	--shadow-card: 0 30px 60px -30px rgba(17, 20, 24, .35);
	--shadow-pop: 0 24px 60px -18px rgba(17, 20, 24, .32), 0 2px 6px rgba(17, 20, 24, .06);
	--shadow-soft: 0 4px 14px -8px rgba(17, 20, 24, .25);

	--max: 1280px;
	--gut: clamp(16px, 5.5vw, 80px);
	--section: clamp(64px, 8vw, 104px);
	--header-h: 76px;
	--ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 72px); }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 400 16px/1.6 var(--ui); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: clip; }
h1, h2, h3, h4 { font-family: var(--display); color: inherit; margin: 0; letter-spacing: -.035em; line-height: 1.05; font-weight: 700; text-wrap: balance; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); letter-spacing: -.04em; }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.75rem); }
h3 { font-size: 1.2rem; letter-spacing: -.02em; line-height: 1.2; }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--brand); }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; color: inherit; }
h1 em, h2 em, .vz-serif { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.02em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 8px; }
::selection { background: var(--brand); color: #fff; }
.vz-icon { flex: none; display: inline-block; vertical-align: -.2em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { position: fixed !important; top: 12px; left: 12px; width: auto; height: auto; clip: auto; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow-pop); }
#vz-main:focus { outline: none; }
[hidden] { display: none !important; }

/* ---------- Layout ---------- */
.vz-container { width: 100%; max-width: calc(var(--max) + var(--gut) * 2); margin-inline: auto; padding-inline: var(--gut); }
.vz-narrow { max-width: 760px; margin-inline: auto; }
.vz-section { padding-block: var(--section); }
.vz-section--tight { padding-block: clamp(40px, 5vw, 64px); }
.vz-section--sand { background: var(--sand); }
.vz-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(24px, 3vw, 32px); flex-wrap: wrap; }
.vz-section-head > div { max-width: 720px; display: grid; gap: 8px; }
.vz-section-head p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.vz-eyebrow { display: inline-block; font: 700 .8rem/1.4 var(--ui); letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.vz-lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--muted); }
.vz-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .95rem; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1.5px; }
.vz-link .vz-icon { display: none; }

/* ---------- Buttons ---------- */
.vz-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font: 700 1rem/1.2 var(--ui); cursor: pointer; white-space: nowrap; text-align: center; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .15s var(--ease); }
.vz-btn:active { transform: scale(.98); }
.vz-btn--primary { background: var(--cta); color: #fff; }
.vz-btn--primary:hover { background: var(--cta-dark); color: #fff; }
.vz-btn--ink, .vz-btn--brand { background: var(--ink); color: #fff; }
.vz-btn--ink:hover, .vz-btn--brand:hover { background: #2a3038; color: #fff; }
.vz-btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.vz-btn--outline:hover { background: var(--ink); color: #fff; }
.vz-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
.vz-btn--ghost:hover { background: #fff; color: var(--ink); }
.vz-btn--whatsapp { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.vz-btn--whatsapp:hover { border-color: var(--wa); color: var(--wa); }
.vz-btn--lg { min-height: 56px; font-size: 1.06rem; border-radius: 14px; }
.vz-btn--block { display: flex; width: 100%; }
.vz-btn--sm { min-height: 42px; padding: 0 18px; font-size: .94rem; }
.vz-iconbtn { width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--surface); display: inline-grid; place-items: center; cursor: pointer; color: var(--ink); position: relative; transition: border-color .2s; flex: none; }
.vz-iconbtn:hover { border-color: var(--ink); color: var(--ink); }
.vz-iconbtn:disabled { opacity: .4; cursor: default; }
.vz-iconbtn__count { position: absolute; top: -4px; right: -4px; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--cta); color: #fff; font-size: .7rem; font-weight: 700; display: grid; place-items: center; }

/* ---------- Header ---------- */
.vz-header { position: sticky; top: 0; z-index: 60; background: var(--canvas); transition: box-shadow .25s var(--ease), background-color .25s; }
.vz-header.is-scrolled, .vz-header--solid { background: var(--surface); box-shadow: 0 1px 0 var(--line); }
.admin-bar .vz-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .vz-header { top: 46px; } }
.vz-header__bar { display: flex; align-items: center; gap: 36px; height: var(--header-h); }
.vz-logo { display: inline-flex; align-items: center; gap: 10px; flex: none; font: 800 1.5rem/1 var(--display); letter-spacing: -.04em; color: var(--ink); }
.vz-logo:hover { color: var(--ink); }
.vz-logo svg { width: 36px; height: 36px; }
.vz-logo b { color: var(--brand); font-weight: 800; }
.vz-nav { display: flex; gap: 4px; }
.vz-nav__item { position: relative; }
.vz-nav__link { display: inline-flex; align-items: center; gap: 4px; padding: 10px 14px; border-radius: 999px; border: 0; background: none; font: 600 .95rem/1.2 var(--ui); color: var(--ink); cursor: pointer; }
.vz-nav__link:hover, .vz-nav__item.is-open > .vz-nav__link, .vz-nav__link[aria-current="page"] { background: rgba(17, 20, 24, .06); color: var(--ink); }
.vz-nav__link .vz-icon--chevron { transition: transform .2s var(--ease); }
.vz-nav__item.is-open .vz-icon--chevron { transform: rotate(180deg); }
.vz-header__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.vz-header__help { font-weight: 600; font-size: .95rem; padding: 10px 14px; }
.vz-header__cta { min-height: 44px; padding: 0 20px; font-size: .95rem; }
.vz-minisearch { margin-inline: auto; display: flex; align-items: center; gap: 14px; height: 50px; min-width: 0; width: min(460px, 36vw); padding: 0 6px 0 22px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--surface); box-shadow: var(--shadow-soft); font-size: .92rem; color: var(--muted); cursor: pointer; transition: box-shadow .2s; }
.vz-minisearch:hover { box-shadow: 0 8px 20px -10px rgba(17, 20, 24, .35); color: var(--muted); }
.vz-minisearch strong { color: var(--ink); font-weight: 650; white-space: nowrap; }
.vz-minisearch i { width: 1px; height: 22px; background: var(--line-2); flex: none; }
.vz-minisearch span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vz-minisearch b { margin-left: auto; width: 38px; height: 38px; border-radius: 999px; background: var(--cta); color: #fff; display: grid; place-items: center; flex: none; }
.vz-header--home .vz-minisearch { visibility: hidden; opacity: 0; transition: opacity .2s; }
.vz-header--home.is-past-hero .vz-minisearch { visibility: visible; opacity: 1; }
@media (max-width: 1180px) { .vz-minisearch, .vz-header__help { display: none !important; } }

/* Mega menus */
.vz-mega { position: absolute; top: calc(100% + 10px); left: 0; width: min(880px, 92vw); background: var(--surface); border-radius: 24px; box-shadow: var(--shadow-pop); padding: 28px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s var(--ease), transform .18s var(--ease), visibility .18s; }
.vz-mega::before { content: ""; position: absolute; inset: -12px 0 auto; height: 12px; }
.vz-nav__item.is-open > .vz-mega { opacity: 1; visibility: visible; transform: none; }
.vz-mega--sm { width: min(540px, 92vw); }
.vz-mega__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 28px; }
.vz-mega__h { font: 700 .74rem/1.4 var(--ui); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.vz-mega__dest { display: flex; align-items: center; gap: 12px; padding: 7px; margin: 0 -7px; border-radius: 14px; font-weight: 650; color: var(--ink); }
.vz-mega__dest:hover { background: var(--canvas); color: var(--ink); }
.vz-mega__dest img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.vz-mega__dest small { display: block; color: var(--muted); font-weight: 500; font-size: .82rem; }
.vz-mega__foot { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: .92rem; }
.vz-mega__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 12px; }
.vz-mega__list a { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 14px; font-weight: 650; }
.vz-mega__list a:hover { background: var(--canvas); color: var(--ink); }
.vz-mega__list .vz-icon { color: var(--brand); }
.vz-mega__list span { margin-left: auto; color: var(--muted); font-weight: 500; font-size: .85rem; }

/* Drawer (mobile menu) */
.vz-burger { display: none; }
@media (max-width: 1023px) {
	:root { --header-h: 64px; }
	.vz-nav, .vz-header__cta { display: none !important; }
	.vz-burger { display: inline-grid; }
	.vz-header__bar { gap: 12px; }
	.vz-logo { font-size: 1.3rem; } .vz-logo svg { width: 32px; height: 32px; }
}
.vz-drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.vz-drawer.is-open { visibility: visible; }
.vz-drawer__shade { position: absolute; inset: 0; background: rgba(17, 20, 24, .5); opacity: 0; transition: opacity .25s var(--ease); }
.vz-drawer.is-open .vz-drawer__shade { opacity: 1; }
.vz-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(390px, 90vw); background: var(--surface); padding: 16px 20px 28px; overflow-y: auto; transform: translateX(100%); transition: transform .3s var(--ease); display: flex; flex-direction: column; gap: 4px; }
.vz-drawer.is-open .vz-drawer__panel { transform: none; }
.vz-drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.vz-drawer details { border-bottom: 1px solid var(--line); }
.vz-drawer summary, .vz-drawer__link { display: flex; justify-content: space-between; align-items: center; padding: 16px 2px; font: 700 1.1rem/1.2 var(--display); letter-spacing: -.02em; color: var(--ink); cursor: pointer; list-style: none; border-bottom: 1px solid var(--line); }
.vz-drawer details summary { border-bottom: 0; }
.vz-drawer summary::-webkit-details-marker { display: none; }
.vz-drawer details[open] .vz-icon--chevron { transform: rotate(180deg); }
.vz-drawer__sub { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding-bottom: 16px; }
.vz-drawer__sub a { display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: 12px; background: var(--canvas); font-weight: 600; font-size: .95rem; }
.vz-drawer__sub img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.vz-drawer .vz-btn { margin-top: 16px; }

/* ---------- Hero (billboard) ---------- */
.vz-hero { position: relative; margin-inline: 16px; }
.vz-hero__frame { position: relative; height: clamp(520px, 72vh, 640px); border-radius: var(--r-lg); overflow: hidden; background: #1b2a33; isolation: isolate; }
.vz-hero__media { position: absolute; inset: 0; z-index: -2; }
.vz-hero__slide { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-hero__frame::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 16, 22, .1) 0%, rgba(10, 16, 22, .05) 40%, rgba(10, 16, 22, .62) 100%); }
.vz-hero__content { position: absolute; left: clamp(22px, 4.5vw, 64px); right: clamp(22px, 4.5vw, 64px); bottom: clamp(80px, 9vw, 108px); display: flex; flex-direction: column; gap: 18px; max-width: 780px; color: #fff; }
.vz-hero__tag { align-self: flex-start; padding: 7px 14px; border-radius: 999px; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .35); font-size: .88rem; font-weight: 600; backdrop-filter: blur(6px); }
.vz-hero__credit { position: absolute; right: 28px; bottom: 76px; font-size: .75rem; color: rgba(255, 255, 255, .75); margin: 0; }
.vz-hero__slide + .vz-hero__slide { opacity: 0; }
.vz-hero__media.is-cycling .vz-hero__slide { opacity: 0; animation: vz-fade calc(var(--n) * 7s) infinite; animation-delay: calc(var(--i) * 7s - 1.2s); }
.vz-hero__media[data-count="2"] { --n: 2; } .vz-hero__media[data-count="3"] { --n: 3; }
@keyframes vz-fade { 0% { opacity: 0; transform: scale(1.05); } 5% { opacity: 1; } 33% { opacity: 1; } 38% { opacity: 0; transform: scale(1); } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .vz-hero__media .vz-hero__slide { animation: none !important; opacity: 0 !important; } .vz-hero__media .vz-hero__slide:first-child { opacity: 1 !important; } }
@media (max-width: 860px) { .vz-hero { margin-inline: 12px; } .vz-hero__frame { height: 520px; border-radius: 26px; } .vz-hero__content { bottom: 56px; } .vz-hero__tag, .vz-hero__credit { display: none; } }

/* ---------- Search pill ---------- */
.vz-hero .vz-search { position: absolute; left: 50%; bottom: -44px; transform: translateX(-50%); width: min(1080px, calc(100% - 48px)); z-index: 5; }
.vz-search { display: flex; align-items: center; height: 88px; padding: 8px 8px 8px 12px; background: var(--surface); border-radius: 999px; box-shadow: var(--shadow-pop); }
.vz-search__seg { position: relative; flex: 1; min-width: 0; height: 100%; padding: 0 28px; display: flex; flex-direction: column; justify-content: center; gap: 2px; border-radius: 999px; cursor: pointer; transition: background-color .15s; }
.vz-search__seg--where { flex: 1.5; }
.vz-search__seg + .vz-search__seg::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: var(--line); }
.vz-search__seg:hover, .vz-search__seg.is-open { background: var(--canvas); }
.vz-search__seg:hover::before, .vz-search__seg.is-open::before, .vz-search__seg:hover + .vz-search__seg::before, .vz-search__seg.is-open + .vz-search__seg::before { opacity: 0; }
.vz-search__label { font-size: .82rem; font-weight: 700; color: var(--ink); cursor: pointer; }
.vz-search__input, .vz-datebtn { width: 100%; border: 0; outline: 0; padding: 0; margin: 0; background: transparent; font: 400 .95rem/1.4 var(--ui); color: var(--ink); text-align: left; cursor: pointer; }
.vz-search__input::placeholder { color: var(--muted); }
.vz-search__btnfield, .vz-datebtn { color: var(--muted); }
.vz-search__btnfield.has-value, .vz-datebtn.has-value { color: var(--ink); }
.vz-search__go { flex: none; height: 72px; padding: 0 30px 0 26px; border: 0; border-radius: 999px; background: var(--cta); color: #fff; font: 700 1.06rem/1 var(--ui); display: inline-flex; align-items: center; gap: 10px; cursor: pointer; transition: background-color .2s; }
.vz-search__go:hover { background: var(--cta-dark); }
@media (max-width: 860px) {
	.vz-hero .vz-search { position: relative; left: auto; bottom: auto; transform: none; width: auto; margin: -30px 12px 0; }
	.vz-search { height: auto; flex-direction: column; align-items: stretch; border-radius: 26px; padding: 8px; }
	.vz-search__seg, .vz-search__seg--where { flex: none; height: 62px; padding: 0 18px; border-radius: 18px; }
	.vz-search__seg + .vz-search__seg::before { left: 18px; right: 18px; top: 0; bottom: auto; width: auto; height: 1px; }
	.vz-search__go { height: 56px; justify-content: center; border-radius: 18px; margin-top: 6px; }
}

/* ---------- Popovers & pickers ---------- */
.vz-pop { position: absolute; top: calc(100% + 12px); left: 0; z-index: 30; min-width: 340px; background: var(--surface); border-radius: 24px; box-shadow: var(--shadow-pop); padding: 20px; cursor: default; }
.vz-search__seg .vz-pop { top: calc(100% + 18px); }
.vz-pop__title { margin: 0 8px 8px; font-size: .82rem; font-weight: 700; color: var(--muted); }
.vz-pop__dests { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; max-height: 380px; overflow-y: auto; }
.vz-pop__dests li { display: flex; align-items: center; gap: 14px; padding: 8px; border-radius: 14px; cursor: pointer; }
.vz-pop__dests li:hover, .vz-pop__dests li.is-active { background: var(--canvas); }
.vz-pop__dests img { width: 52px; height: 52px; border-radius: 12px; object-fit: cover; }
.vz-pop__dests span { display: flex; flex-direction: column; line-height: 1.3; }
.vz-pop__dests strong { font-size: .98rem; }
.vz-pop__dests small { font-size: .85rem; color: var(--muted); }
.vz-pop--party { min-width: 340px; padding: 8px 24px 20px; right: 0; left: auto; }
.vz-pop--party .vz-stepper { padding: 16px 0; border-bottom: 1px solid var(--line); }
.vz-pop__done { display: block; margin: 16px 0 0 auto; min-height: 42px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; cursor: pointer; }
.vz-pop--cal { width: 360px; padding: 22px; }
@media (max-width: 860px) {
	.vz-pop, .vz-pop--party, .vz-pop--cal { position: fixed; left: 12px; right: 12px; top: auto; bottom: 12px; width: auto; min-width: 0; max-height: 80vh; overflow-y: auto; z-index: 95; }
}
.vz-stepper { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vz-stepper__label { display: flex; flex-direction: column; line-height: 1.3; }
.vz-stepper__label strong { font-size: 1rem; }
.vz-stepper__label small { font-size: .85rem; color: var(--muted); }
.vz-stepper__ctl { display: inline-flex; align-items: center; gap: 12px; }
.vz-stepper__btn { width: 36px; height: 36px; border-radius: 999px; border: 1px solid var(--faint); background: var(--surface); font-size: 1.15rem; line-height: 1; display: grid; place-items: center; cursor: pointer; color: var(--ink); }
.vz-stepper__btn:hover { border-color: var(--ink); }
.vz-stepper__btn:disabled { opacity: .3; cursor: default; }
.vz-stepper input { width: 26px; text-align: center; border: 0; background: transparent; font: 700 1rem var(--ui); color: var(--ink); -moz-appearance: textfield; padding: 0; }
.vz-stepper input::-webkit-outer-spin-button, .vz-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.vz-cal { display: grid; gap: 14px; }
.vz-cal__head { display: flex; align-items: center; justify-content: space-between; }
.vz-cal__head strong { font: 700 1.12rem/1 var(--display); letter-spacing: -.02em; }
.vz-cal__nav { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); display: grid; place-items: center; cursor: pointer; }
.vz-cal__nav:disabled { opacity: .35; cursor: default; }
.vz-cal__nav--prev .vz-icon { transform: rotate(90deg); } .vz-cal__nav--next .vz-icon { transform: rotate(-90deg); }
.vz-cal__dow, .vz-cal__grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; text-align: center; }
.vz-cal__dow span { font-size: .78rem; font-weight: 700; color: var(--muted); }
.vz-cal__day { height: 42px; border: 0; border-radius: 999px; background: transparent; font: 500 .92rem var(--ui); color: var(--ink); cursor: pointer; }
.vz-cal__day:hover:not(:disabled) { box-shadow: inset 0 0 0 1px var(--ink); }
.vz-cal__day[aria-pressed="true"] { background: var(--ink); color: #fff; font-weight: 700; }
.vz-cal__day.is-today { text-decoration: underline; text-underline-offset: 3px; }
.vz-cal__day:disabled { color: var(--faint); text-decoration: line-through; cursor: default; }
.vz-cal__foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; }
.vz-cal__clear { border: 0; background: none; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.vz-cal__foot .vz-pop__done { margin: 0; }

/* ---------- Quick destinations ---------- */
.vz-quick { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.vz-quick__item { display: flex; flex-direction: column; align-items: center; gap: 10px; font-weight: 600; font-size: .88rem; color: var(--ink); }
.vz-quick__item img { width: 68px; height: 68px; border-radius: 999px; object-fit: cover; box-shadow: 0 0 0 3px var(--canvas), 0 0 0 4px var(--line-2); transition: box-shadow .2s, transform .2s var(--ease); }
.vz-quick__item:hover { color: var(--ink); }
.vz-quick__item:hover img { box-shadow: 0 0 0 3px var(--canvas), 0 0 0 5px var(--ink); transform: translateY(-2px); }
@media (max-width: 860px) { .vz-quick { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; gap: 18px; padding: 4px 4px 6px; scrollbar-width: none; } .vz-quick__item { flex: none; font-size: .82rem; } .vz-quick__item img { width: 60px; height: 60px; } }

/* ---------- Guarantees ---------- */
.vz-guarantees { list-style: none; margin: 0; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.vz-guarantees li { display: flex; gap: 14px; align-items: flex-start; font-size: .92rem; line-height: 1.45; color: var(--ink-2); }
.vz-guarantees .vz-icon { color: var(--brand); }
.vz-guarantees strong { display: block; color: var(--ink); }
@media (max-width: 960px) { .vz-guarantees { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 520px) { .vz-guarantees { grid-template-columns: 1fr; } }

/* ---------- Tabs & rails ---------- */
.vz-tabs { display: grid; gap: 24px; }
.vz-tabs__bar { display: flex; gap: 36px; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: none; margin-right: var(--gut); }
.vz-tabs__bar::-webkit-scrollbar { display: none; }
.vz-tabs__tab { flex: none; display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 4px 2px 14px; margin-bottom: -1px; border-bottom: 2px solid transparent; font-size: .85rem; font-weight: 650; color: var(--muted); transition: color .15s, border-color .15s; }
.vz-tabs__tab:hover { color: var(--ink); border-color: var(--line-2); }
.vz-tabs__tab.is-active { color: var(--ink); border-color: var(--ink); }
.vz-tabs__tab .vz-icon { stroke-width: 1.6; }
.vz-tabs__empty { color: var(--muted); }
.vz-rail { position: relative; }
.vz-tours--rail { display: grid; grid-auto-flow: column; grid-auto-columns: 302px; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-right: var(--gut); overscroll-behavior-x: contain; }
.vz-tours--rail::-webkit-scrollbar { display: none; }
.vz-tours--rail > * { scroll-snap-align: start; }
.vz-tours--rail > .is-hidden { display: none; }
@media (max-width: 640px) { .vz-tours--rail { grid-auto-columns: 80%; gap: 14px; } }
.vz-rail__nav { position: absolute; top: -72px; right: var(--gut); display: flex; gap: 10px; }
.vz-railnav { display: flex; align-items: center; gap: 10px; }
.vz-railnav .vz-link { margin-right: 8px; }
.vz-railnav .vz-iconbtn .vz-icon { transform: rotate(-90deg); }
.vz-railnav .vz-iconbtn[data-dir="-1"] .vz-icon { transform: rotate(90deg); }
@media (max-width: 860px) { .vz-railnav .vz-iconbtn, .vz-rail__nav { display: none; } }

/* ---------- Tour cards ---------- */
.vz-tours--grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 24px; }
@media (max-width: 1100px) { .vz-tours--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 820px) { .vz-tours--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 16px; } }
@media (max-width: 520px) { .vz-tours--grid { grid-template-columns: 1fr; } }
.vz-card { position: relative; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.vz-card__media { position: relative; aspect-ratio: 10 / 9; border-radius: var(--r); overflow: hidden; background: var(--line); isolation: isolate; }
.vz-card__strip { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.vz-card__strip::-webkit-scrollbar { display: none; }
.vz-card__strip img, .vz-card__strip .woocommerce-placeholder { flex: 0 0 100%; width: 100% !important; height: 100% !important; object-fit: cover; scroll-snap-align: start; transition: transform .6s var(--ease); }
.vz-card:hover .vz-card__strip img { transform: scale(1.03); }
.vz-card__nav { position: absolute; top: 50%; z-index: 3; width: 32px; height: 32px; margin-top: -16px; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .94); display: grid; place-items: center; cursor: pointer; opacity: 0; transition: opacity .2s; box-shadow: 0 2px 8px rgba(17, 20, 24, .18); }
.vz-card__nav--prev { left: 10px; } .vz-card__nav--prev .vz-icon { transform: rotate(90deg); }
.vz-card__nav--next { right: 10px; } .vz-card__nav--next .vz-icon { transform: rotate(-90deg); }
.vz-card:hover .vz-card__nav, .vz-card__nav:focus-visible { opacity: 1; }
.vz-card__nav[disabled] { opacity: 0 !important; pointer-events: none; }
@media (hover: none) { .vz-card__nav { display: none; } }
.vz-card__dots { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); z-index: 2; display: flex; gap: 5px; pointer-events: none; }
.vz-card__dots i { width: 6px; height: 6px; border-radius: 99px; background: rgba(255, 255, 255, .55); transition: background-color .2s, transform .2s; }
.vz-card__dots i.is-on { background: #fff; transform: scale(1.15); }
.vz-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 5px 11px; border-radius: 999px; background: var(--surface); font-size: .78rem; font-weight: 700; color: var(--ink); box-shadow: 0 2px 8px rgba(17, 20, 24, .12); }
.vz-save { position: absolute; top: 8px; right: 8px; z-index: 3; width: 44px; height: 44px; border: 0; background: none; display: grid; place-items: center; cursor: pointer; }
.vz-save .vz-icon { fill: rgba(17, 20, 24, .35); stroke: #fff; width: 24px; height: 24px; transition: transform .2s var(--ease), fill .2s; }
.vz-save:hover .vz-icon { transform: scale(1.1); }
.vz-save[aria-pressed="true"] .vz-icon { fill: var(--cta); }
.vz-card__body { display: flex; flex-direction: column; gap: 4px; }
.vz-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); font-weight: 500; }
.vz-card__title { font: 650 1.06rem/1.35 var(--ui); letter-spacing: -.01em; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.vz-card__title a { color: var(--ink); }
.vz-card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.vz-card__perk { margin: 0; font-size: .84rem; font-weight: 600; color: var(--brand); }
.vz-card__foot { margin-top: 4px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.vz-card__partner { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-2); border-radius: 999px; padding: 2px 8px; }
.vz-rating { display: inline-flex; align-items: center; gap: 4px; font-size: .86rem; color: var(--ink); font-weight: 600; }
.vz-rating .vz-icon { width: 14px; height: 14px; }
.vz-rating span { color: var(--muted); font-weight: 500; }
.vz-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 5px; font-size: .94rem; color: var(--ink-2); }
.vz-price__was { color: var(--muted); }
.vz-price__now { font-size: 1.06rem; font-weight: 700; color: var(--ink); }
.vz-price__was + .vz-price__now { color: var(--cta); }

/* ---------- Destinations ---------- */
.vz-dests { display: grid; gap: 16px; }
.vz-dests--bento { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 250px; }
.vz-dests--bento .vz-dest--lg { grid-column: span 2; grid-row: span 2; }
.vz-dests--grid { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 320px; }
@media (max-width: 960px) { .vz-dests--bento, .vz-dests--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; gap: 10px; } .vz-dests--bento .vz-dest--lg { grid-row: span 1; } }
.vz-dest { position: relative; display: block; border-radius: var(--r-md); overflow: hidden; background: #1b2a33; color: #fff; isolation: isolate; }
.vz-dest:hover { color: #fff; }
.vz-dest > img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; z-index: -2; transition: transform .8s var(--ease); }
.vz-dest:hover > img { transform: scale(1.05); }
.vz-dest__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 16, 22, 0) 40%, rgba(10, 16, 22, .72) 100%); }
.vz-dest__text { position: absolute; left: 22px; right: 22px; bottom: 18px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.vz-dest__copy { display: flex; flex-direction: column; gap: 1px; }
.vz-dest__country { font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.vz-dest__name { font: 700 1.9rem/1.05 var(--display); letter-spacing: -.035em; }
.vz-dest__count, .vz-dest__tagline { font-size: .86rem; opacity: .9; }
.vz-dest--lg .vz-dest__text { left: 32px; right: 32px; bottom: 28px; }
.vz-dest--lg .vz-dest__name { font-size: clamp(2.4rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.04em; }
.vz-dest--lg .vz-dest__tagline { font-size: .95rem; }
.vz-dest__pill { flex: none; padding: 8px 14px; border-radius: 999px; background: var(--surface); color: var(--ink); font-size: .88rem; font-weight: 700; }
.vz-dest--more { background: var(--night); padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.vz-dest--more strong { font: 700 1.75rem/1.1 var(--display); letter-spacing: -.03em; max-width: 10ch; }
.vz-dest--more > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .94rem; color: #c9d1d8; }
.vz-dest__go { width: 44px; height: 44px; border-radius: 999px; background: var(--cta); display: grid; place-items: center; color: #fff; flex: none; transition: transform .2s var(--ease); }
.vz-dest--more:hover .vz-dest__go { transform: translateX(3px); }
@media (max-width: 960px) { .vz-dest__name { font-size: 1.5rem; } .vz-dest--lg { grid-column: span 2; } .vz-dest__pill { display: none; } .vz-dest--more { padding: 18px; } .vz-dest--more strong { font-size: 1.2rem; } .vz-dest--more > span { font-size: .8rem; } }

/* ---------- Night feature band ---------- */
.vz-night { background: var(--night); color: #fff; }
.vz-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 5vw, 72px); align-items: center; }
@media (max-width: 960px) { .vz-feature { grid-template-columns: 1fr; } }
.vz-feature__copy { display: flex; flex-direction: column; gap: 22px; }
.vz-checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #e3e7eb; }
.vz-checks li { display: flex; align-items: center; gap: 12px; }
.vz-checks .vz-i { color: var(--brand-light); }
.vz-collage { position: relative; height: 480px; }
.vz-collage__a { position: absolute; top: 0; right: 0; width: 90%; height: 420px; border-radius: 24px; overflow: hidden; }
.vz-collage__b { position: absolute; left: 0; bottom: 0; width: 38%; height: 180px; border-radius: 20px; overflow: hidden; box-shadow: 0 0 0 8px var(--night); }
.vz-collage img { width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-collage__card { position: absolute; right: 24px; bottom: 16px; width: min(300px, 70%); padding: 20px 22px; border-radius: 20px; background: var(--surface); color: var(--ink); display: grid; gap: 6px; box-shadow: 0 24px 60px -20px rgba(0, 0, 0, .6); }
.vz-collage__card .vz-eyebrow { font-size: .78rem; letter-spacing: .08em; }
.vz-collage__card strong { font: 700 1.25rem/1.2 var(--display); letter-spacing: -.02em; }
.vz-collage__card > span:last-child { font-size: .9rem; color: var(--ink-2); }
.vz-collage__card a { color: var(--cta); font-weight: 700; }
@media (max-width: 640px) { .vz-collage { height: 320px; } .vz-collage__a { width: 100%; height: 250px; } .vz-collage__b { display: none; } .vz-collage__card { right: 12px; left: 12px; width: auto; } }

/* ---------- Guides ---------- */
.vz-mag { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
@media (max-width: 900px) { .vz-mag { grid-template-columns: 1fr; gap: 28px; } }
.vz-mag__lead { display: flex; flex-direction: column; gap: 14px; color: var(--ink); }
.vz-mag__lead:hover, .vz-mag__row:hover, .vz-guide:hover { color: var(--ink); }
.vz-mag__media { display: block; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16 / 10; }
.vz-mag__media img, .vz-mag__thumb img, .vz-guide__media img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .7s var(--ease); }
.vz-mag__lead:hover img, .vz-mag__row:hover img, .vz-guide:hover img { transform: scale(1.04); }
.vz-mag__title { font: 700 clamp(1.5rem, 2.2vw, 1.9rem)/1.12 var(--display); letter-spacing: -.03em; }
.vz-mag__excerpt { color: var(--muted); }
.vz-mag__list { display: flex; flex-direction: column; gap: 28px; }
.vz-mag__row { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 22px; align-items: center; color: var(--ink); }
.vz-mag__thumb { display: block; height: 150px; border-radius: var(--r); overflow: hidden; }
.vz-mag__text { display: flex; flex-direction: column; gap: 6px; }
.vz-mag__text strong { font: 700 1.3rem/1.2 var(--display); letter-spacing: -.02em; }
.vz-mag .vz-eyebrow, .vz-guide .vz-eyebrow { font-size: .76rem; }
@media (max-width: 520px) { .vz-mag__row { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; } .vz-mag__thumb { height: 84px; border-radius: 14px; } .vz-mag__text strong { font-size: 1.05rem; } }
.vz-guides { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 24px; }
@media (max-width: 900px) { .vz-guides { grid-template-columns: 1fr; } }
.vz-guide { display: flex; flex-direction: column; gap: 10px; color: var(--ink); }
.vz-guide__media { display: block; aspect-ratio: 16 / 10; border-radius: var(--r); overflow: hidden; }
.vz-guide__title { font: 700 1.25rem/1.2 var(--display); letter-spacing: -.02em; }

/* ---------- Newsletter band ---------- */
.vz-band { position: relative; margin-inline: 16px; min-height: 340px; border-radius: var(--r-lg); overflow: hidden; color: #fff; display: flex; align-items: center; isolation: isolate; }
.vz-band__bg { position: absolute; inset: 0; z-index: -2; }
.vz-band__bg img { width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10, 24, 28, .86) 0%, rgba(10, 24, 28, .55) 55%, rgba(10, 24, 28, .1) 100%); }
.vz-band__copy { padding: 48px clamp(24px, 5.5vw, 80px); width: min(640px, 100%); display: flex; flex-direction: column; gap: 16px; }
.vz-newsletter { display: flex; gap: 8px; padding: 6px; background: var(--surface); border-radius: 999px; margin-top: 6px; flex-wrap: wrap; }
.vz-newsletter input { flex: 1 1 200px; min-width: 0; height: 50px; border: 0; outline: 0; padding: 0 20px; background: transparent; font: 400 1rem var(--ui); color: var(--ink); }
.vz-newsletter .vz-btn { min-height: 50px; }
.vz-newsletter .vz-alert { flex-basis: 100%; margin: 4px 8px 6px; }
@media (max-width: 520px) { .vz-newsletter { border-radius: 20px; } .vz-newsletter .vz-btn { width: 100%; } }

/* ---------- Footer ---------- */
.vz-footer { background: var(--night); color: var(--night-text); font-size: .94rem; overflow: hidden; margin-top: var(--section); }
.vz-footer__top { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)); gap: 40px; padding-block: 72px 56px; }
@media (max-width: 1000px) { .vz-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vz-footer__about { grid-column: 1 / -1; } }
.vz-footer .vz-logo { color: #fff; } .vz-footer .vz-logo b { color: var(--brand-light); }
.vz-footer__about p { margin: 16px 0 20px; max-width: 300px; }
.vz-footer__h { font: 700 .8rem/1.4 var(--ui); letter-spacing: .14em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.vz-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vz-footer a { color: var(--night-text); }
.vz-footer a:hover { color: #fff; }
.vz-social { display: flex; gap: 10px; }
.vz-social a { width: 40px; height: 40px; border-radius: 999px; border: 1px solid var(--night-line); display: grid; place-items: center; font-weight: 700; font-size: .78rem; }
.vz-footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; border-top: 1px solid var(--night-line); font-size: .88rem; }
.vz-footer__bottom span:last-child { display: flex; gap: 20px; }
.vz-footer__word { font: 800 clamp(5.5rem, 18.5vw, 16.5rem)/.72 var(--display); letter-spacing: -.06em; color: #1a2028; text-align: center; height: .58em; margin-top: 8px; user-select: none; white-space: nowrap; }
.vz-fab { position: fixed; right: 20px; bottom: 20px; z-index: 45; width: 58px; height: 58px; border-radius: 999px; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(14, 116, 102, .7); transition: transform .2s var(--ease); }
.vz-fab:hover { transform: scale(1.06); color: #fff; }
.single-product .vz-fab { bottom: 96px; }
@media (min-width: 1024px) { .single-product .vz-fab { bottom: 20px; } }

/* ---------- Tour page ---------- */
.vz-crumbs { font-size: .88rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; padding-top: 24px; }
.vz-crumbs a { color: var(--muted); }
.vz-crumbs a:hover { color: var(--ink); }
.vz-crumbs [aria-current] { color: var(--ink-2); }
.vz-tour__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 14px 0 0; }
.vz-tour__headcopy { display: grid; gap: 12px; }
.vz-tour__head h1 { font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: 1.04; max-width: 24ch; }
.vz-tour__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: .94rem; color: var(--ink-2); }
.vz-tour__meta .vz-sep { color: var(--faint); }
.vz-tour__meta a { font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.vz-tour__meta .vz-ok { color: var(--brand); font-weight: 600; }
.vz-tag { padding: 4px 11px; border-radius: 999px; background: var(--cta-soft); color: var(--cta-dark); font-weight: 700; font-size: .8rem; }
.vz-tour__actions { display: flex; gap: 4px; flex: none; }
.vz-textbtn { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 14px; border: 0; border-radius: 999px; background: none; font-weight: 650; font-size: .94rem; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.vz-textbtn:hover { background: rgba(17, 20, 24, .06); }
.vz-textbtn[aria-pressed="true"] .vz-icon { fill: var(--cta); stroke: var(--cta); }
@media (max-width: 860px) { .vz-tour__head { flex-direction: column; align-items: flex-start; gap: 8px; } .vz-tour__actions { margin-left: -14px; } }
.vz-gallery { position: relative; margin-top: 24px; height: clamp(320px, 38vw, 480px); display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 10px; border-radius: 24px; overflow: hidden; }
.vz-gallery__item { display: block; overflow: hidden; background: var(--line); cursor: zoom-in; border: 0; padding: 0; }
.vz-gallery__item:first-child { grid-row: span 2; }
.vz-gallery__item img { width: 100% !important; height: 100% !important; object-fit: cover; transition: filter .25s; }
.vz-gallery__item:hover img { filter: brightness(.9); }
.vz-gallery--1 { grid-template-columns: 1fr; }
.vz-gallery--2 .vz-gallery__item:nth-child(2) { grid-row: span 2; }
.vz-gallery__all { position: absolute; right: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 12px; background: var(--surface); font-weight: 650; font-size: .92rem; cursor: pointer; }
@media (max-width: 720px) {
	.vz-gallery { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; height: 300px; margin-inline: calc(var(--gut) * -1); border-radius: 0; gap: 0; scrollbar-width: none; }
	.vz-gallery__item { flex: 0 0 100%; scroll-snap-align: start; }
	.vz-gallery__all { right: 12px; bottom: 12px; height: 36px; font-size: .82rem; }
}
.vz-lightbox { width: 100vw; height: 100vh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(12, 14, 17, .97); color: #fff; }
.vz-lightbox::backdrop { background: rgba(12, 14, 17, .97); }
.vz-lightbox__inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 72px; }
.vz-lightbox__inner img { max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; object-fit: contain; border-radius: 12px; }
.vz-lightbox__close, .vz-lightbox__nav { position: absolute; width: 48px; height: 48px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .08); color: #fff; display: grid; place-items: center; cursor: pointer; }
.vz-lightbox__close { top: 16px; right: 16px; }
.vz-lightbox__nav--prev { left: 16px; top: calc(50% - 24px); } .vz-lightbox__nav--prev .vz-icon { transform: rotate(90deg); }
.vz-lightbox__nav--next { right: 16px; top: calc(50% - 24px); } .vz-lightbox__nav--next .vz-icon { transform: rotate(-90deg); }
.vz-lightbox__count { position: absolute; top: 28px; left: 50%; transform: translateX(-50%); font-size: .9rem; opacity: .8; }
@media (max-width: 720px) { .vz-lightbox__inner { padding: 72px 12px; } }
.vz-subnav { position: sticky; top: var(--header-h); z-index: 20; margin-top: 32px; background: var(--canvas); border-bottom: 1px solid var(--line); }
.admin-bar .vz-subnav { top: calc(var(--header-h) + 32px); }
.vz-subnav__inner { display: flex; gap: 32px; overflow-x: auto; scrollbar-width: none; }
.vz-subnav a { flex: none; padding: 14px 0 12px; margin-bottom: -1px; border-bottom: 2px solid transparent; font-weight: 650; font-size: .94rem; color: var(--muted); }
.vz-subnav a:hover { color: var(--ink); }
.vz-subnav a.is-active { color: var(--ink); border-color: var(--ink); }
@media (max-width: 1023px) { .vz-subnav { display: none; } }
.vz-tour__layout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(40px, 6vw, 80px); padding: 40px 0 var(--section); align-items: start; }
@media (max-width: 1023px) { .vz-tour__layout { grid-template-columns: 1fr; padding-top: 20px; gap: 12px; } .vz-tour__aside { order: -1; } }
.vz-tour__aside { position: sticky; top: calc(var(--header-h) + 72px); display: grid; gap: 16px; }
@media (max-width: 1023px) { .vz-tour__aside { position: static; } }
.vz-tour__lede { font-size: 1.25rem; line-height: 1.55; color: var(--ink-2); margin: 0 0 32px; }
.vz-tour__lede p { margin: 0; }
@media (max-width: 640px) { .vz-tour__lede { font-size: 1.06rem; margin-bottom: 24px; } }
.vz-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
@media (max-width: 640px) { .vz-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; } }
.vz-fact { padding: 16px 18px; border-radius: 16px; background: var(--surface); border: 1px solid #ebe8e3; display: flex; flex-direction: column; gap: 6px; }
.vz-fact .vz-icon { color: var(--brand); }
.vz-fact strong { font-size: .95rem; }
.vz-fact span { font-size: .88rem; color: var(--muted); line-height: 1.45; }
.vz-tour__block { padding: 36px 0; border-bottom: 1px solid var(--line); display: grid; gap: 18px; }
.vz-tour__block:last-child { border-bottom: 0; }
.vz-tour__block > h2 { font-size: clamp(1.5rem, 2.2vw, 1.75rem); letter-spacing: -.03em; }
.vz-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; font-size: 1.03rem; color: var(--ink-2); }
.vz-list li { display: flex; gap: 12px; align-items: flex-start; }
.vz-list .vz-icon { margin-top: 4px; }
.vz-list--check .vz-icon { color: var(--brand); stroke-width: 2.2; }
.vz-list--x { color: var(--muted); } .vz-list--x .vz-icon { color: var(--faint); stroke-width: 2.2; }
.vz-list--dot li::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 11px; border-radius: 50%; background: var(--brand); }
.vz-incl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.vz-incl h3 { font-size: 1.4rem; letter-spacing: -.03em; margin-bottom: 14px; }
@media (max-width: 640px) { .vz-incl { grid-template-columns: 1fr; } }
.vz-timeline { list-style: none; margin: 0; padding: 0; }
.vz-timeline li { position: relative; padding: 0 0 24px 50px; }
.vz-timeline li::before { content: ""; position: absolute; left: 17px; top: 24px; bottom: 0; width: 2px; background: var(--line-2); }
.vz-timeline li:last-child::before { display: none; }
.vz-timeline li::after { content: ""; position: absolute; left: 10px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--surface); border: 4px solid var(--brand); box-sizing: border-box; }
.vz-timeline li:first-child::after, .vz-timeline li:last-child::after { background: var(--brand); }
.vz-timeline strong { display: block; font-size: 1.03rem; }
.vz-timeline p { margin: 4px 0 0; color: var(--muted); font-size: .97rem; }
.vz-meet { display: flex; align-items: center; gap: 18px; padding: 20px 22px; border-radius: var(--r); background: var(--surface); border: 1px solid #ebe8e3; }
.vz-meet__icon { width: 52px; height: 52px; border-radius: 14px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; flex: none; }
.vz-meet p { flex: 1; margin: 0; color: var(--ink-2); font-size: .97rem; }
.vz-meet p strong { display: block; color: var(--ink); }
@media (max-width: 640px) { .vz-meet { flex-wrap: wrap; } .vz-meet .vz-btn { width: 100%; } }
.vz-note { background: var(--sand); border-radius: var(--r); padding: 22px 24px; }
.vz-faq { display: grid; gap: 12px; }
.vz-faq details { border-radius: 16px; background: var(--surface); border: 1px solid #ebe8e3; transition: box-shadow .2s; }
.vz-faq details[open] { box-shadow: var(--shadow-soft); }
.vz-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; cursor: pointer; font-weight: 650; list-style: none; }
.vz-faq summary::-webkit-details-marker { display: none; }
.vz-faq summary .vz-icon { transition: transform .2s var(--ease); color: var(--muted); }
.vz-faq details[open] summary .vz-icon { transform: rotate(180deg); }
.vz-faq details > div { padding: 0 22px 18px; color: var(--ink-2); }
.vz-faq details > div p { margin: 0; }
.vz-reviews-empty { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border-radius: var(--r); background: var(--sand); flex-wrap: wrap; }
.vz-reviews-empty p { margin: 0; color: var(--ink-2); }
.vz-reviews-empty p strong { display: block; color: var(--ink); font-size: 1.06rem; }
/* Booking card */
.vz-book { background: var(--surface); border-radius: 24px; padding: 26px; border: 1px solid #ebe8e3; box-shadow: var(--shadow-card); display: grid; gap: 18px; }
.vz-book__head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.vz-book__head .vz-price { gap: 0 8px; }
.vz-book__head .vz-price__from, .vz-book__head .vz-price__unit, .vz-book__head .vz-price__was { color: var(--muted); }
.vz-book__head .vz-price__now { font: 700 2.1rem/1 var(--display); letter-spacing: -.03em; }
.vz-book__form { display: grid; gap: 18px; margin: 0; }
.vz-book__picker { border: 1px solid var(--line-3); border-radius: 16px; }
.vz-pick { position: relative; padding: 12px 16px; display: flex; flex-direction: column; gap: 1px; cursor: pointer; }
.vz-pick + .vz-pick { border-top: 1px solid var(--line-3); }
.vz-pick:first-child { border-radius: 15px 15px 0 0; } .vz-pick:last-child { border-radius: 0 0 15px 15px; }
.vz-pick:hover, .vz-pick.is-open { background: var(--canvas); }
.vz-pick__label { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); cursor: pointer; }
.vz-pick__native, .vz-pick__btn, .vz-pick .vz-datebtn { width: 100%; border: 0; background: none; padding: 0; font: 400 .97rem var(--ui); color: var(--ink); text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; min-height: 24px; }
.vz-pick .vz-datebtn:not(.has-value) { color: var(--muted); }
.vz-pick .vz-pop { top: calc(100% + 8px); left: -1px; right: -1px; min-width: 0; width: auto; }
.vz-book__lines { margin: 0; display: grid; gap: 10px; font-size: .97rem; color: var(--ink-2); }
.vz-book__lines div { display: flex; justify-content: space-between; }
.vz-book__lines dt { text-decoration: underline; text-underline-offset: 3px; }
.vz-book__lines dd { margin: 0; }
.vz-book__total { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 700; font-size: 1.06rem; }
.vz-book__note { margin: -8px 0 0; text-align: center; font-size: .88rem; color: var(--muted); }
.vz-book__lead { margin: 0; color: var(--ink-2); }
.vz-book.is-invalid .vz-pick:first-child { box-shadow: inset 0 0 0 2px var(--cta); }
.vz-assure { list-style: none; margin: 0; padding: 4px 8px; display: grid; gap: 12px; font-size: .9rem; color: var(--ink-2); }
.vz-assure li { display: flex; gap: 12px; align-items: center; }
.vz-assure .vz-icon { color: var(--brand); }
.vz-helpcard { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--surface); font-size: .9rem; color: var(--ink-2); }
.vz-helpcard:hover { border-color: var(--ink); color: var(--ink-2); }
.vz-helpcard strong { display: block; color: var(--ink); font-size: .97rem; }
.vz-helpcard__icon { width: 44px; height: 44px; border-radius: 999px; background: var(--wa); color: #fff; display: grid; place-items: center; flex: none; }
.vz-stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 12px var(--gut) calc(14px + env(safe-area-inset-bottom)); background: var(--surface); border-top: 1px solid var(--line); box-shadow: 0 -12px 30px -18px rgba(17, 20, 24, .35); display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(110%); transition: transform .3s var(--ease); }
.vz-stickybar.is-visible { transform: none; }
.vz-stickybar .vz-price { flex-direction: column; gap: 0; line-height: 1.25; font-size: .82rem; }
.vz-stickybar .vz-price__now { font: 700 1.35rem/1.1 var(--display); }
.vz-stickybar .vz-btn { border-radius: 14px; min-height: 50px; padding: 0 28px; }
@media (min-width: 1024px) { .vz-stickybar { display: none; } }
.vz-related { background: var(--sand); padding-block: 72px; }
.vz-related h2 { margin-bottom: 28px; font-size: clamp(1.8rem, 2.8vw, 2.25rem); }
.vz-related + .vz-footer { margin-top: 0; }

/* ---------- Archive, destination, pages ---------- */
.vz-pagehero { position: relative; margin: 0 16px; border-radius: var(--r-lg); overflow: hidden; color: #fff; background: #1b2a33; isolation: isolate; }
.vz-pagehero__bg { position: absolute; inset: 0; z-index: -2; }
.vz-pagehero__bg img { width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-pagehero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 16, 22, .15), rgba(10, 16, 22, .7)); }
.vz-pagehero__inner { padding-block: clamp(96px, 14vw, 180px) clamp(36px, 5vw, 56px); display: grid; gap: 10px; }
.vz-pagehero h1 { color: #fff; font-size: clamp(2.6rem, 5.5vw, 4.5rem); letter-spacing: -.045em; }
.vz-pagehero p { margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 640px; color: rgba(255, 255, 255, .9); }
.vz-pagehero .vz-crumbs, .vz-pagehero .vz-crumbs a { color: rgba(255, 255, 255, .8); padding: 0; }
.vz-pagehero .vz-crumbs [aria-current] { color: #fff; }
.vz-pagehero--plain { background: transparent; color: var(--ink); margin: 0; border-radius: 0; }
.vz-pagehero--plain::after { display: none; }
.vz-pagehero--plain h1 { color: var(--ink); }
.vz-pagehero--plain p { color: var(--muted); }
.vz-pagehero--plain .vz-crumbs, .vz-pagehero--plain .vz-crumbs a { color: var(--muted); }
.vz-pagehero--plain .vz-crumbs [aria-current] { color: var(--ink-2); }
.vz-pagehero--plain .vz-pagehero__inner { padding-block: clamp(32px, 5vw, 56px) clamp(20px, 3vw, 32px); }
.vz-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.vz-toolbar__count { color: var(--muted); font-weight: 500; }
.vz-toolbar select, .woocommerce-ordering select { min-height: 44px; border-radius: 999px; border: 1px solid var(--line-2); padding: 0 40px 0 18px; font: 600 .92rem var(--ui); background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23111418' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center; appearance: none; cursor: pointer; color: var(--ink); }
.woocommerce-ordering { margin: 0; }
.vz-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.vz-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line-2); font-weight: 600; font-size: .92rem; color: var(--ink); transition: all .15s; }
.vz-chip span { font-size: .78rem; color: var(--muted); }
.vz-chip:hover { border-color: var(--ink); color: var(--ink); }
.vz-chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.vz-chip.is-active span { color: rgba(255, 255, 255, .7); }
.vz-dest-intro { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.vz-dest-intro__text { font-size: 1.1rem; color: var(--ink-2); display: grid; gap: 4px; }
.vz-dest-intro__text .vz-list { margin-top: 12px; }
.vz-dest-facts { background: var(--surface); border: 1px solid #ebe8e3; border-radius: 24px; padding: 26px; display: grid; gap: 16px; box-shadow: var(--shadow-card); }
.vz-dest-facts__title { font-size: 1.25rem; }
.vz-dest-facts .vz-fact { padding: 0; border: 0; background: none; flex-direction: row; gap: 14px; }
.vz-dest-facts .vz-fact strong { display: block; }
@media (max-width: 900px) { .vz-dest-intro { grid-template-columns: 1fr; } }
.vz-empty { text-align: center; padding: 64px 24px; background: var(--surface); border-radius: 24px; display: grid; gap: 12px; justify-items: center; }
.woocommerce-pagination ul.page-numbers, .nav-links { display: flex; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 48px 0 0; border: 0 !important; flex-wrap: wrap; }
.woocommerce-pagination ul.page-numbers li { border: 0 !important; }
a.page-numbers, span.page-numbers { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line-2); font-weight: 600; background: var(--surface); }
span.page-numbers.current, a.page-numbers:hover { background: var(--ink) !important; color: #fff !important; border-color: var(--ink); }
.vz-page { padding-block: 8px var(--section); }
.vz-page .vz-prose { max-width: 780px; }

/* ---------- Blog ---------- */
.vz-article__head { max-width: 860px; display: grid; gap: 14px; padding-top: 14px; }
.vz-article__head h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.vz-article__byline { color: var(--muted); font-size: .94rem; display: flex; gap: 6px 18px; flex-wrap: wrap; }
.vz-article__hero { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 21 / 9; margin: 32px 0 48px; }
.vz-article__hero img { width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(40px, 6vw, 80px); align-items: start; padding-bottom: var(--section); }
@media (max-width: 1023px) { .vz-article__layout { grid-template-columns: 1fr; } }
.vz-article__aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 20px; }
.vz-prose { font-size: 1.1rem; line-height: 1.8; color: var(--ink-2); max-width: 720px; }
.vz-prose h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); margin: 1.8em 0 .6em; color: var(--ink); }
.vz-prose h3 { font-size: 1.25rem; margin: 1.5em 0 .4em; color: var(--ink); }
.vz-prose ul, .vz-prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.vz-prose li { margin-bottom: .4em; }
.vz-prose li::marker { color: var(--brand); }
.vz-prose a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--brand-light); text-underline-offset: 3px; text-decoration-thickness: 2px; font-weight: 600; }
.vz-prose a:hover { text-decoration-color: var(--brand); }
.vz-prose strong { color: var(--ink); }
.vz-prose blockquote { margin: 1.6em 0; padding: 24px 28px; background: var(--sand); border-radius: var(--r); font: italic 400 1.35rem/1.45 var(--serif); color: var(--ink); }
.vz-prose blockquote p:last-child { margin: 0; }
.vz-prose table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; display: block; overflow-x: auto; background: var(--surface); border-radius: var(--r); }
.vz-prose th, .vz-prose td { padding: 12px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.vz-prose th { font-weight: 700; color: var(--ink); white-space: nowrap; background: var(--canvas); }
.vz-prose img { border-radius: var(--r); }
.vz-aside-card { border-radius: 24px; padding: 22px; background: var(--surface); border: 1px solid #ebe8e3; display: grid; gap: 10px; }
.vz-aside-card h3 { font-size: 1.15rem; }
.vz-aside-card--night { background: var(--night); color: var(--night-text); border: 0; }
.vz-aside-card--night h3 { color: #fff; }
.vz-aside-card--night p { margin: 0; }
.vz-mini { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 12px; align-items: center; padding: 8px 0; color: var(--ink); }
.vz-mini + .vz-mini { border-top: 1px solid var(--line); }
.vz-mini img { width: 72px; height: 60px; object-fit: cover; border-radius: 10px; }
.vz-mini strong { display: block; font-size: .92rem; line-height: 1.3; }
.vz-mini .vz-price__unit { display: none; }
.vz-toc ol { margin: 0; padding-left: 1.2em; display: grid; gap: 6px; font-size: .92rem; }
.vz-toc a { color: var(--ink-2); }
.vz-post-feature { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; margin-bottom: clamp(48px, 6vw, 80px); }
.vz-post-feature__media { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 10; display: block; }
.vz-post-feature__media img { width: 100% !important; height: 100% !important; object-fit: cover; }
.vz-post-feature > div { display: grid; gap: 14px; justify-items: start; }
.vz-post-feature h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.vz-post-feature h2 a { color: var(--ink); }
@media (max-width: 860px) { .vz-post-feature { grid-template-columns: 1fr; } }

/* ---------- Forms, alerts, contact ---------- */
.vz-alert { padding: 14px 16px; border-radius: 12px; font-weight: 500; margin-bottom: 16px; }
.vz-alert--ok { background: var(--brand-soft); color: var(--brand); }
.vz-alert--warn { background: var(--cta-soft); color: var(--cta-dark); }
.vz-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.vz-form { display: grid; gap: 16px; }
.vz-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vz-book .vz-form__grid { grid-template-columns: 1fr; gap: 12px; }
.vz-field { display: flex; flex-direction: column; gap: 6px; font-size: .86rem; font-weight: 650; color: var(--ink); }
.vz-field em { font-style: normal; color: var(--muted); font-weight: 400; }
.vz-field--full { grid-column: 1 / -1; }
.vz-field input, .vz-field select, .vz-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-3); border-radius: 14px; background: var(--surface); font: 400 1rem var(--ui); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.vz-field textarea { min-height: 100px; resize: vertical; }
.vz-field input:focus, .vz-field select:focus, .vz-field textarea:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(17, 20, 24, .08); }
.vz-form__note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0; font-size: .86rem; color: var(--muted); text-align: center; }
@media (max-width: 640px) { .vz-form__grid { grid-template-columns: 1fr; } }
.vz-form-card { background: var(--surface); border-radius: 24px; padding: clamp(22px, 3vw, 36px); border: 1px solid #ebe8e3; box-shadow: var(--shadow-card); }
.vz-contact-cards { display: grid; gap: 12px; }
.vz-contact-card { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding: 18px; border-radius: var(--r); border: 1px solid var(--line-2); background: var(--surface); color: var(--ink); }
.vz-contact-card:hover { border-color: var(--ink); color: var(--ink); }
.vz-contact-card__icon { grid-row: span 3; width: 48px; height: 48px; border-radius: 14px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; }
.vz-contact-card span:not(.vz-contact-card__icon) { color: var(--muted); font-size: .94rem; }
.vz-contact-card em { font-style: normal; font-weight: 700; font-size: .9rem; text-decoration: underline; text-underline-offset: 3px; }
.vz-contact-cards__hours { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .92rem; margin: 4px 0 0; }
.vz-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 640px) { .vz-values { grid-template-columns: 1fr; } }
.vz-value { padding: 26px; border-radius: 24px; background: var(--surface); border: 1px solid #ebe8e3; display: grid; gap: 8px; align-content: start; }
.vz-value h3 { font-size: 1.3rem; }
.vz-value p { margin: 0; color: var(--muted); }
.vz-value .vz-i { width: 26px; height: 26px; color: var(--brand); }

/* ---------- WooCommerce ---------- */
.woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-components-notice-banner { border-radius: 14px !important; border: 0 !important; background: var(--surface) !important; color: var(--ink) !important; padding: 14px 18px !important; list-style: none; margin: 0 0 20px !important; box-shadow: inset 0 0 0 1px var(--line); }
.woocommerce-error { background: var(--cta-soft) !important; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none; }
.vz-woo-page { padding-block: 32px var(--section); }
.vz-page-title { font-size: clamp(2rem, 3.4vw, 2.75rem); margin-bottom: 28px; }
.wc-block-components-button:not(.is-link), .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, .woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--cta) !important; color: #fff !important; border-radius: 14px !important; font-family: var(--ui) !important; font-weight: 700 !important; min-height: 54px; border: 0 !important; }
.wc-block-components-button:not(.is-link):hover, .woocommerce a.button.alt:hover { background: var(--cta-dark) !important; }
.wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input, .wc-blocks-components-select__select { border-radius: 12px !important; }
.wc-block-components-product-name { font-weight: 700; color: var(--ink) !important; }
.wc-block-components-checkout-step__title, .wc-block-cart__totals-title { font-family: var(--display) !important; letter-spacing: -.02em; }
.vz-checkout-trust { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 28px; font-size: .92rem; color: var(--ink-2); font-weight: 500; }
.vz-checkout-trust span { display: inline-flex; gap: 8px; align-items: center; }
.vz-checkout-trust .vz-icon { color: var(--brand); }
#reviews .woocommerce-Reviews-title, #reviews h2:first-child, #reviews .woocommerce-noreviews { display: none; }
#reviews .commentlist { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 16px; }
#reviews .comment_container { display: flex; gap: 14px; }
#reviews .comment_container img.avatar { width: 44px; height: 44px; border-radius: 50%; }
#reviews .comment-text { flex: 1; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; }
#reviews .star-rating { color: var(--gold); }
#review_form_wrapper { background: var(--surface); border: 1px solid var(--line); padding: 22px; border-radius: var(--r); margin-top: 12px; }
#review_form_wrapper input[type="text"], #review_form_wrapper input[type="email"], #review_form_wrapper textarea { width: 100%; border: 1px solid var(--line-3); border-radius: 12px; padding: 10px 12px; font: inherit; }
#review_form_wrapper #respond input#submit, #review_form_wrapper .form-submit input { background: var(--ink); color: #fff; border: 0; border-radius: 999px; padding: 12px 24px; font-weight: 700; cursor: pointer; }
.comment-reply-title { font-family: var(--display); font-weight: 700; font-size: 1.15rem; display: block; margin-bottom: 8px; }
.comment-form-rating .stars a { color: var(--gold); }

/* ---------- Elementor bridges ---------- */
/* Elementor containers read spacing from --padding-* / --gap variables; layout classes set them. */
.elementor .e-con { --gap: 0px; --row-gap: 0px; --column-gap: 0px; }
.elementor .e-con.e-child { --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px; }
.elementor .e-con.e-parent.vz-el-section { --padding-top: var(--section); --padding-bottom: 0px; }
.elementor .e-con.e-parent.vz-el-section.vz-el-pad { --padding-bottom: var(--section); }
.elementor .e-con.e-parent.vz-el-section.vz-el-top48 { --padding-top: 48px; }
.elementor .e-con.e-parent.vz-el-section.vz-el-top84 { --padding-top: 84px; }
.elementor .e-con.e-parent.vz-el-flush { --padding-top: 0px; --padding-left: 0px; --padding-right: 0px; }
.elementor .e-con.e-parent.vz-el-bleed > .e-con-inner { max-width: none; margin-inline: 0; padding-left: max(var(--gut), calc((100vw - var(--max)) / 2)); padding-right: 0; }
.elementor .e-con.e-parent.vz-el-bleed { --padding-left: 0px; --padding-right: 0px; }
.elementor .e-con.vz-el-head { --row-gap: 8px; --gap: 8px; }
.elementor .e-con.vz-el-headrow { --gap: 24px; --column-gap: 24px; --row-gap: 16px; }
.elementor .e-con.vz-el-stack { --row-gap: 24px; --gap: 24px; }
.elementor .e-con.vz-feature__copy { --row-gap: 22px; --gap: 22px; }
.elementor .e-con.vz-band__copy { --row-gap: 16px; --gap: 16px; --padding-top: 48px; --padding-bottom: 48px; --padding-left: clamp(24px, 5.5vw, 80px); --padding-right: clamp(24px, 5.5vw, 80px); }
.elementor .e-con.vz-hero__content { --row-gap: 18px; --gap: 18px; }
.elementor .e-con.e-parent.vz-night { --padding-top: 96px; --padding-bottom: 96px; margin-top: var(--section); }
.elementor .e-con.vz-el-actions { --column-gap: 12px; --gap: 12px; --row-gap: 12px; flex-wrap: wrap; }
.elementor .e-con.vz-form-card { --padding-top: clamp(22px, 3vw, 36px); --padding-right: clamp(22px, 3vw, 36px); --padding-bottom: clamp(22px, 3vw, 36px); --padding-left: clamp(22px, 3vw, 36px); --row-gap: 12px; }
.elementor-widget-heading .elementor-heading-title { font-family: var(--display); color: inherit; font-weight: 700; letter-spacing: -.035em; line-height: 1.05; }
.elementor-widget-heading h1.elementor-heading-title { font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.045em; }
.elementor-widget-heading h2.elementor-heading-title { font-size: clamp(1.9rem, 3.2vw, 2.75rem); }
.elementor-widget-heading h3.elementor-heading-title { font-size: 1.3rem; letter-spacing: -.02em; }
.elementor-heading-title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.02em; }
.vz-hero .elementor-widget-heading h1.elementor-heading-title { font-size: clamp(2.9rem, 6vw, 5.25rem); line-height: .98; color: #fff; max-width: 13ch; }
.vz-night .elementor-widget-heading h2.elementor-heading-title { font-size: clamp(2.2rem, 3.8vw, 3.25rem); line-height: 1.02; letter-spacing: -.04em; color: #fff; }
.vz-band .elementor-widget-heading .elementor-heading-title { color: #fff; }
.vz-eyebrow-el .elementor-heading-title { font: 700 .8rem/1.4 var(--ui) !important; letter-spacing: .14em !important; text-transform: uppercase; color: var(--brand) !important; }
.vz-night .vz-eyebrow-el .elementor-heading-title { color: var(--brand-light) !important; }
.elementor-widget-text-editor { color: inherit; }
.elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.elementor-widget-text-editor.vz-muted { color: var(--muted); font-size: 1.06rem; }
.vz-night .elementor-widget-text-editor { color: var(--night-text); font-size: 1.12rem; max-width: 520px; }
.vz-band .elementor-widget-text-editor { color: rgba(255, 255, 255, .85); font-size: 1.06rem; }
.vz-hero .elementor-widget-text-editor { color: rgba(255, 255, 255, .9); font-size: clamp(1.02rem, 1.4vw, 1.19rem); line-height: 1.5; max-width: 540px; }
.elementor-widget-shortcode, .elementor-widget-shortcode .elementor-shortcode, .elementor-widget-html { width: 100%; }
.vz-hero__frame > .elementor-widget-shortcode:first-child { position: absolute; inset: 0; z-index: -2; }
.vz-hero__frame > .elementor-widget-shortcode:first-child > *, .vz-hero__frame > .elementor-widget-shortcode:first-child .elementor-shortcode { height: 100%; }
.vz-band > .elementor-widget-shortcode:first-child { position: absolute; inset: 0; z-index: -2; }
.vz-band > .elementor-widget-shortcode:first-child > *, .vz-band > .elementor-widget-shortcode:first-child .elementor-shortcode, .vz-band > .elementor-widget-shortcode:first-child .vz-band__bg { height: 100%; position: static; }
.vz-el-head { max-width: 760px; }
.vz-el-head--center { margin-inline: auto; text-align: center; align-items: center; }
.vz-el-headrow { flex-direction: row !important; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; margin-bottom: 24px; margin-right: var(--gut); }
.vz-el-headrow > .vz-el-head { flex: 1 1 420px; width: auto; }
.vz-el-headrow > .elementor-widget-html { width: auto; }
.vz-el-split { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.vz-el-split--form { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 960px) { .vz-el-split, .vz-el-split--form { grid-template-columns: 1fr; } }
.vz-el-img img { border-radius: 24px; width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.elementor-widget-button.vz-btn-el .elementor-button { display: inline-flex; align-items: center; min-height: 54px; padding: 0 26px; border-radius: 999px; background: var(--cta); color: #fff; font: 700 1rem var(--ui); }
.elementor-widget-button.vz-btn-el .elementor-button:hover { background: var(--cta-dark); }
.elementor-widget-button.vz-btn-el--ghost .elementor-button { background: transparent; border: 1px solid rgba(255, 255, 255, .3); }
.elementor-widget-button.vz-btn-el--ghost .elementor-button:hover { background: #fff; color: var(--ink); }
.elementor-widget-button.vz-btn-el--outline .elementor-button { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.elementor-widget-button.vz-btn-el--outline .elementor-button:hover { background: var(--ink); color: #fff; }
.vz-i { display: inline-block; width: 1.2em; height: 1.2em; flex: none; vertical-align: -.22em; background: currentColor; -webkit-mask: var(--i) center / contain no-repeat; mask: var(--i) center / contain no-repeat; }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* CSS-mask icons for Elementor HTML widgets (which strip inline <svg>): <span class="vz-i vz-i--check"></span> */
.vz-i--arrow { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h14M13%206l6%206-6%206%22/%3E%3C/svg%3E"); }
.vz-i--check { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012.5l4.5%204.5L19%207.5%22/%3E%3C/svg%3E"); }
.vz-i--star { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203.5l2.6%205.4%205.9.8-4.3%204.1%201%205.8L12%2016.9l-5.2%202.7%201-5.8-4.3-4.1%205.9-.8L12%203.5z%22/%3E%3C/svg%3E"); }
.vz-i--shield { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203l7.5%203v5.5c0%204.6-3.2%208.2-7.5%209.5-4.3-1.3-7.5-4.9-7.5-9.5V6L12%203z%22/%3E%3Cpath%20d%3D%22M8.5%2012l2.5%202.5%204.5-4.5%22/%3E%3C/svg%3E"); }
.vz-i--lock { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%224.5%22%20y%3D%2210.5%22%20width%3D%2215%22%20height%3D%2210%22%20rx%3D%222%22/%3E%3Cpath%20d%3D%22M8%2010.5V8a4%204%200%20018%200v2.5%22/%3E%3C/svg%3E"); }
.vz-i--chat { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%2011.5a8%208%200%2001-11.8%207L4%2019.5l1.1-4A8%208%200%201120%2011.5z%22/%3E%3C/svg%3E"); }
.vz-i--heart { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%2020s-7.5-4.6-7.5-10.2A4.3%204.3%200%200112%207a4.3%204.3%200%20017.5%202.8C19.5%2015.4%2012%2020%2012%2020z%22/%3E%3C/svg%3E"); }
.vz-i--globe { --i: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22/%3E%3Cpath%20d%3D%22M3%2012h18M12%203c2.5%202.6%203.8%205.6%203.8%209S14.5%2018.4%2012%2021c-2.5-2.6-3.8-5.6-3.8-9S9.5%205.6%2012%203z%22/%3E%3C/svg%3E"); }
.elementor .e-con.e-parent.vz-el-section.vz-el-top104 { --padding-top: var(--section); }
.elementor .e-con.e-parent.vz-el-section.vz-el-tight { --padding-top: clamp(40px, 5vw, 64px); --padding-bottom: clamp(40px, 5vw, 64px); }
.elementor .e-con.e-parent.vz-el-section.vz-section--sand + .vz-el-section { --padding-top: clamp(48px, 6vw, 80px); }
/* Flex children default to min-width:auto, which lets a scrolling rail inflate the whole page. */
.elementor .e-con > .elementor-element, .elementor .e-con > .e-con, .vz-tabs, .vz-rail, .vz-tours--rail { min-width: 0; max-width: 100%; }
.vz-nav__link, .vz-header__cta { white-space: nowrap; }
/* Inset billboards (hero, newsletter band) sit 16px in from the edges: Elementor's width:100% plus margin would overflow. */
.elementor .e-con.vz-hero, .elementor .e-con.vz-band { --width: auto; width: auto; max-width: none; }
.vz-search .vz-search__input, .vz-search input.vz-search__input[type="search"] { border: 0 !important; border-radius: 0; box-shadow: none !important; padding: 0 !important; height: auto; min-height: 0; background: transparent; }
.elementor .vz-hero .elementor-widget-text-editor { max-width: min(540px, 100%); }
.vz-railnav [data-rail-dir="-1"] .vz-i { transform: rotate(180deg); }
.elementor .e-con.vz-el-headrow { --margin-right: var(--gut); margin-right: var(--gut); }
/* Minimal element resets (Hello's reset.css is no longer loaded). */
button { background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
table { border-collapse: collapse; }
/* Inner pages: the header gives the centre to the search pill (as on the approved canvas). */
@media (max-width: 1540px) { .vz-header--solid .vz-nav > a.vz-nav__link { display: none; } }
.vz-minisearch { min-width: 340px; }
/* The photo layer sits above the stretched title link so hearts/arrows work; photos link via JS. */
.vz-card__media { z-index: 2; cursor: pointer; }

/* Sand sections: muted text and sale prices darkened to keep 4.5:1 on #efe8dc. */
.vz-section--sand, .vz-related, .vz-reviews-empty, .vz-note { --muted: #555c69; --cta: #b02e16; }
