/*
Theme Name: Viaje Latino
Theme URI: https://viajelatino.co.uk/
Author: Viaje Latino
Author URI: https://viajelatino.co.uk/
Description: A bespoke, responsive travel agency theme for Viaje Latino. Includes five editable starter pages, WhatsApp calls to action, destination sections, a secure enquiry form and brand customisation controls.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: viaje-latino
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, featured-images, wide-blocks, translation-ready, accessibility-ready, block-styles
*/

:root {
  --vl-red: #c8102e;
  --vl-red-dark: #8e0b22;
  --vl-gold: #f7c948;
  --vl-teal: #168f92;
  --vl-ink: #172033;
  --vl-muted: #5e6677;
  --vl-cream: #fff8f3;
  --vl-white: #ffffff;
  --vl-border: #e8e9ee;
  --vl-shadow: 0 18px 50px rgba(31, 33, 47, 0.12);
  --vl-radius: 20px;
  --vl-container: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--vl-ink);
  background: var(--vl-white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--vl-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--vl-red-dark);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
[type="submit"] {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--vl-gold);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65em;
  color: var(--vl-ink);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

p {
  margin: 0 0 1.3em;
}

::selection {
  color: var(--vl-white);
  background: var(--vl-red);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed !important;
  top: 10px;
  left: 10px;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 12px 18px;
  color: var(--vl-ink);
  background: var(--vl-white);
  clip: auto !important;
  border-radius: 8px;
  box-shadow: var(--vl-shadow);
}

.vl-container,
.wp-site-blocks > *,
.site-main > article > .entry-content > *:not(.alignfull):not(.alignwide) {
  width: min(calc(100% - 40px), var(--vl-container));
  margin-inline: auto;
}

.alignwide {
  width: min(calc(100% - 40px), 1380px);
  max-width: 1380px;
  margin-inline: auto;
}

.alignfull {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.skip-link {
  position: fixed;
  z-index: 99999;
}

/* Top bar */
.vl-topbar {
  position: relative;
  z-index: 30;
  color: var(--vl-white);
  background: linear-gradient(90deg, var(--vl-red-dark), var(--vl-red));
  font-size: 0.84rem;
}

.vl-topbar__inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vl-topbar__links,
.vl-topbar__social {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vl-topbar a,
.vl-topbar span {
  color: inherit;
  text-decoration: none;
}

.vl-topbar a:hover {
  color: var(--vl-gold);
}

.vl-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(23, 32, 51, 0.06);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.09);
}

.site-header__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 28px;
}

.site-branding {
  flex: 0 0 auto;
}

.custom-logo-link,
.vl-default-logo {
  display: block;
}

.custom-logo,
.vl-default-logo img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.primary-navigation {
  margin-left: auto;
}

.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation a {
  position: relative;
  display: inline-flex;
  padding: 28px 0;
  color: var(--vl-ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-navigation a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--vl-red);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current_page_item > a {
  color: var(--vl-red);
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current_page_item > a::after {
  transform: scaleX(1);
}

.vl-header-cta {
  flex: 0 0 auto;
}

.vl-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--vl-ink);
  background: var(--vl-cream);
  border: 0;
  border-radius: 12px;
}

.vl-menu-toggle > span[aria-hidden="true"],
.vl-menu-toggle > span[aria-hidden="true"]::before,
.vl-menu-toggle > span[aria-hidden="true"]::after {
  display: block;
  width: 22px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease;
}

.vl-menu-toggle > span[aria-hidden="true"] {
  position: relative;
}

.vl-menu-toggle > span[aria-hidden="true"]::before {
  position: absolute;
  top: -7px;
}

.vl-menu-toggle > span[aria-hidden="true"]::after {
  position: absolute;
  top: 7px;
}

.vl-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"] {
  background: transparent;
}

.vl-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]::before {
  top: 0;
  transform: rotate(45deg);
}

.vl-menu-toggle[aria-expanded="true"] > span[aria-hidden="true"]::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Buttons */
.vl-button,
.wp-block-button__link,
.vl-submit {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--vl-white) !important;
  background: var(--vl-red);
  border: 2px solid var(--vl-red);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.vl-button:hover,
.wp-block-button__link:hover,
.vl-submit:hover {
  color: var(--vl-white) !important;
  background: var(--vl-red-dark);
  border-color: var(--vl-red-dark);
  box-shadow: 0 14px 30px rgba(200, 16, 46, 0.28);
  transform: translateY(-2px);
}

.vl-button--light,
.vl-hero .is-style-outline .wp-block-button__link {
  color: var(--vl-white) !important;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.vl-button--light:hover,
.vl-hero .is-style-outline .wp-block-button__link:hover {
  color: var(--vl-red) !important;
  background: var(--vl-white);
  border-color: var(--vl-white);
}

.vl-button--gold {
  color: #4c3300 !important;
  background: var(--vl-gold);
  border-color: var(--vl-gold);
  box-shadow: 0 12px 26px rgba(247, 201, 72, 0.2);
}

.vl-button--gold:hover {
  color: #342300 !important;
  background: #ffd86d;
  border-color: #ffd86d;
}

/* Hero */
.vl-hero {
  position: relative;
  display: grid;
  min-height: 690px;
  padding: clamp(100px, 12vw, 160px) 0 clamp(120px, 14vw, 180px);
  align-items: center;
  overflow: hidden;
  color: var(--vl-white);
  isolation: isolate;
}

.vl-home-hero {
  background-image:
    linear-gradient(90deg, rgba(87, 3, 22, 0.88) 0%, rgba(143, 5, 35, 0.72) 42%, rgba(23, 32, 51, 0.16) 78%),
    url("assets/images/hero-rio.jpg");
  background-position: center;
  background-size: cover;
}

.vl-hero::after {
  position: absolute;
  right: -120px;
  bottom: -240px;
  z-index: -1;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.035), 0 0 0 120px rgba(255, 255, 255, 0.025);
}

.vl-hero > * {
  width: min(calc(100% - 40px), var(--vl-container));
  margin-right: auto !important;
  margin-left: auto !important;
}

.vl-hero h1,
.vl-hero h2,
.vl-hero p {
  max-width: 760px;
  color: var(--vl-white);
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.2);
}

.vl-hero p:not(.vl-eyebrow) {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.vl-eyebrow {
  display: inline-flex;
  width: fit-content !important;
  padding: 7px 13px;
  margin-bottom: 20px !important;
  align-items: center;
  gap: 8px;
  color: var(--vl-white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.77rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.vl-hero .wp-block-buttons {
  margin-top: 32px;
}

.vl-hero .wp-block-button__link {
  background: var(--vl-gold);
  border-color: var(--vl-gold);
  color: #3b2900 !important;
}

.vl-hero .wp-block-button__link:hover {
  background: #ffda72;
  border-color: #ffda72;
  color: #3b2900 !important;
}

.vl-inner-hero {
  min-height: 410px;
  padding: 110px 0 100px;
  background:
    linear-gradient(115deg, rgba(119, 4, 29, 0.96), rgba(200, 16, 46, 0.82)),
    url("assets/images/brand-cover.jpg") center / cover;
}

.vl-inner-hero h1 {
  font-size: clamp(2.65rem, 5.4vw, 4.8rem);
}

/* Main content and sections */
.site-main {
  min-height: 55vh;
}

.entry-content {
  overflow: clip;
}

.entry-content > .wp-block-group,
.vl-section {
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
}

.entry-content > .vl-hero,
.entry-content > .vl-quote-shell,
.entry-content > .vl-cta-band {
  padding-top: initial;
  padding-bottom: initial;
}

.vl-section--soft {
  background: var(--vl-cream);
}

.vl-section--red {
  color: var(--vl-white);
  background: linear-gradient(135deg, var(--vl-red-dark), var(--vl-red));
}

.vl-section--red h2,
.vl-section--red h3,
.vl-section--red p {
  color: var(--vl-white);
}

.vl-kicker {
  margin-bottom: 12px !important;
  color: var(--vl-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vl-section-title {
  max-width: 780px;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.vl-section-title p {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  color: var(--vl-muted);
}

.vl-narrow {
  max-width: 800px !important;
}

.vl-lead {
  color: var(--vl-muted);
  font-size: 1.14rem;
}

/* Quote form */
.vl-quote-shell {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 40px), var(--vl-container)) !important;
  padding: clamp(28px, 4vw, 48px);
  margin: -80px auto 0 !important;
  background: var(--vl-white);
  border: 1px solid rgba(23, 32, 51, 0.06);
  border-radius: 26px;
  box-shadow: var(--vl-shadow);
}

.vl-quote-shell h2 {
  margin-bottom: 6px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.vl-quote-shell > p {
  color: var(--vl-muted);
}

.vl-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vl-form-grid--quick {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vl-field {
  min-width: 0;
}

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

.vl-field label,
.vl-field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--vl-ink);
  font-size: 0.83rem;
  font-weight: 800;
}

.vl-field input,
.vl-field select,
.vl-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  color: var(--vl-ink);
  background: #fbfbfd;
  border: 1px solid #dcdfe6;
  border-radius: 11px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vl-field textarea {
  min-height: 130px;
  resize: vertical;
}

.vl-field input:focus,
.vl-field select:focus,
.vl-field textarea:focus {
  background: var(--vl-white);
  border-color: var(--vl-red);
  box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.1);
}

.vl-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--vl-muted);
  font-size: 0.84rem;
}

.vl-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.vl-honeypot {
  position: absolute;
  left: -9999px;
}

.vl-form-actions {
  display: flex;
  margin-top: 22px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vl-form-note {
  margin: 0;
  color: var(--vl-muted);
  font-size: 0.82rem;
}

.vl-alert {
  padding: 14px 18px;
  margin-bottom: 22px;
  border-radius: 11px;
  font-weight: 700;
}

.vl-alert--success {
  color: #0a5c37;
  background: #e8f7ef;
  border: 1px solid #bae7ce;
}

.vl-alert--error {
  color: #8e0b22;
  background: #fff0f2;
  border: 1px solid #f3c3cb;
}

/* Cards */
.vl-card-grid,
.vl-destination-grid,
.vl-value-grid,
.vl-team-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vl-service-card,
.vl-feature,
.vl-value-card,
.vl-team-card {
  height: 100%;
  padding: 30px;
  background: var(--vl-white);
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
  box-shadow: 0 10px 32px rgba(23, 32, 51, 0.055);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.vl-service-card:hover,
.vl-feature:hover,
.vl-value-card:hover,
.vl-team-card:hover {
  border-color: rgba(200, 16, 46, 0.2);
  box-shadow: 0 20px 42px rgba(23, 32, 51, 0.1);
  transform: translateY(-6px);
}

.vl-card-icon {
  display: inline-grid;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--vl-white);
  background: linear-gradient(135deg, var(--vl-red), var(--vl-red-dark));
  border-radius: 16px;
  font-size: 1.45rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(200, 16, 46, 0.18);
}

.vl-service-card p,
.vl-feature p,
.vl-value-card p,
.vl-team-card p {
  color: var(--vl-muted);
}

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

.vl-destination-card {
  position: relative;
  min-height: 360px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--vl-white);
  background: var(--vl-ink);
  border-radius: var(--vl-radius);
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.16);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.vl-destination-card::before,
.vl-destination-card::after {
  position: absolute;
  content: "";
  z-index: -1;
}

.vl-destination-card::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 29, 48, 0.02), rgba(20, 29, 48, 0.92));
}

.vl-destination-card::after {
  top: -50px;
  right: -45px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.035);
}

.vl-destination-card:hover {
  box-shadow: 0 24px 50px rgba(23, 32, 51, 0.24);
  transform: translateY(-7px);
}

.vl-destination-card h3,
.vl-destination-card p,
.vl-destination-card a {
  color: var(--vl-white);
}

.vl-destination-card h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.vl-destination-card p {
  margin-bottom: 14px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.vl-destination-card a {
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.vl-destination-card .vl-flag {
  position: absolute;
  top: 22px;
  left: 22px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  font-size: 1.45rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.vl-destination--brasil {
  background-image: linear-gradient(180deg, rgba(20, 29, 48, 0.03), rgba(20, 29, 48, 0.92)), url("assets/images/hero-rio.jpg");
  background-position: 68% center;
  background-size: cover;
}

.vl-destination--mexico { background: linear-gradient(145deg, #11a8a2, #064f66); }
.vl-destination--costa-rica { background: linear-gradient(145deg, #56a840, #126e57); }
.vl-destination--guatemala { background: linear-gradient(145deg, #6b7b35, #243921); }
.vl-destination--cuba { background: linear-gradient(145deg, #df6146, #9a1432); }
.vl-destination--dominicana { background: linear-gradient(145deg, #2c9ed6, #153e8a); }
.vl-destination--aruba { background: linear-gradient(145deg, #f7c948, #e86b39); }
.vl-destination--venezuela { background: linear-gradient(145deg, #7a44a5, #c8102e); }

/* Steps, lists and split sections */
.vl-split {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 88px);
}

.vl-image-panel {
  min-height: 470px;
  overflow: hidden;
  background: var(--vl-cream) url("assets/images/brand-cover.jpg") center / cover;
  border-radius: 28px;
  box-shadow: var(--vl-shadow);
}

.vl-check-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.vl-check-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 13px;
  color: var(--vl-muted);
}

.vl-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  content: "✓";
  color: var(--vl-white);
  background: var(--vl-teal);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 900;
}

.vl-steps {
  counter-reset: vl-step;
}

.vl-step {
  position: relative;
  padding: 18px 0 24px 78px;
  counter-increment: vl-step;
}

.vl-step::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  content: counter(vl-step, decimal-leading-zero);
  color: var(--vl-white);
  background: var(--vl-red);
  border-radius: 50%;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(200, 16, 46, 0.2);
}

.vl-step h3 {
  margin-bottom: 5px;
}

.vl-step p {
  color: var(--vl-muted);
}

/* Team */
.vl-team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vl-team-card {
  text-align: center;
}

.vl-avatar {
  display: grid;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  place-items: center;
  color: var(--vl-white);
  background: linear-gradient(145deg, var(--vl-red), var(--vl-red-dark));
  border: 5px solid var(--vl-cream);
  border-radius: 50%;
  font-size: 1.55rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(200, 16, 46, 0.2);
}

/* CTA */
.vl-cta-band {
  position: relative;
  padding: clamp(64px, 8vw, 96px) 0;
  overflow: hidden;
  color: var(--vl-white);
  background: linear-gradient(110deg, var(--vl-red-dark), var(--vl-red));
}

.vl-cta-band::before {
  position: absolute;
  top: -160px;
  right: -100px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255, 255, 255, 0.04), 0 0 0 110px rgba(255, 255, 255, 0.025);
}

.vl-cta-band > * {
  position: relative;
  width: min(calc(100% - 40px), var(--vl-container));
  margin-right: auto !important;
  margin-left: auto !important;
}

.vl-cta-band h2,
.vl-cta-band p {
  max-width: 760px;
  color: var(--vl-white);
}

/* Contact */
.vl-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(40px, 7vw, 80px);
}

.vl-contact-card {
  padding: 34px;
  background: var(--vl-cream);
  border-radius: var(--vl-radius);
}

.vl-contact-list {
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.vl-contact-list li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 32, 51, 0.1);
}

.vl-contact-list li:last-child {
  border-bottom: 0;
}

.vl-contact-list span {
  display: block;
  color: var(--vl-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vl-contact-list a,
.vl-contact-list strong {
  color: var(--vl-ink);
  font-weight: 800;
  text-decoration: none;
}

.vl-map-placeholder {
  display: grid;
  min-height: 360px;
  padding: 30px;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(22, 143, 146, 0.24), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(247, 201, 72, 0.3), transparent 32%),
    linear-gradient(135deg, #f8ebee, #fff8f3);
  border: 1px solid var(--vl-border);
  border-radius: var(--vl-radius);
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  background: #79091e;
}

.site-footer::before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.025), 0 0 0 100px rgba(255, 255, 255, 0.018);
}

.site-footer__main {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 42px;
  padding-top: 78px;
  padding-bottom: 64px;
}

.site-footer h2,
.site-footer h3,
.site-footer h4 {
  color: var(--vl-white);
  font-size: 1rem;
  letter-spacing: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--vl-gold);
}

.vl-footer-logo {
  width: 240px;
  margin-bottom: 22px;
}

.vl-footer-menu,
.vl-footer-contact,
.vl-social-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.vl-footer-menu li,
.vl-footer-contact li,
.vl-social-list li {
  margin-bottom: 10px;
}

.site-footer__bottom {
  position: relative;
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.8rem;
}

.site-footer__bottom p {
  margin: 0;
}

.vl-legal-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.vl-whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--vl-white) !important;
  background: #25d366;
  border: 4px solid var(--vl-white);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(8, 61, 29, 0.25);
  font-size: 1.55rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease;
}

.vl-whatsapp-float:hover {
  color: var(--vl-white) !important;
  transform: translateY(-4px) scale(1.03);
}

/* Standard posts and pages */
.vl-standard-header {
  padding: 82px 0 46px;
  text-align: center;
  background: var(--vl-cream);
}

.vl-standard-header h1 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.vl-standard-content {
  padding-top: 68px;
  padding-bottom: 90px;
}

.vl-post-meta {
  color: var(--vl-muted);
  font-size: 0.88rem;
}

.navigation.pagination,
.post-navigation {
  width: min(calc(100% - 40px), var(--vl-container));
  margin: 44px auto;
}

/* Motion */
.vl-js .vl-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.vl-js .vl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1080px) {
  .vl-header-cta {
    display: none;
  }

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

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

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

@media (max-width: 900px) {
  .vl-topbar__social {
    display: none;
  }

  .vl-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .primary-navigation {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 28px 24px 40px;
    max-height: calc(100dvh - 84px);
    overflow-y: auto;
    background: var(--vl-white);
    box-shadow: 0 20px 34px rgba(23, 32, 51, 0.12);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation ul {
    display: block;
  }

  .primary-navigation a {
    display: flex;
    padding: 16px 4px;
    border-bottom: 1px solid var(--vl-border);
    font-size: 1.07rem;
  }

  .primary-navigation a::after {
    display: none;
  }

  .vl-form-grid--quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vl-card-grid,
  .vl-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vl-split,
  .vl-contact-grid {
    grid-template-columns: 1fr;
  }

  .vl-image-panel {
    min-height: 360px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .vl-container,
  .site-main > article > .entry-content > *:not(.alignfull):not(.alignwide),
  .vl-hero > *,
  .vl-cta-band > * {
    width: min(calc(100% - 30px), var(--vl-container));
  }

  .vl-topbar__inner {
    min-height: 38px;
    justify-content: center;
  }

  .vl-topbar__links {
    gap: 10px;
  }

  .vl-topbar__links .vl-topbar-email,
  .vl-topbar__links .vl-dot {
    display: none;
  }

  .site-header__inner {
    min-height: 74px;
  }

  .custom-logo,
  .vl-default-logo img {
    height: 46px;
  }

  .primary-navigation {
    max-height: calc(100dvh - 74px);
  }

  .vl-hero {
    min-height: 620px;
    padding-top: 90px;
    padding-bottom: 130px;
  }

  .vl-home-hero {
    background-image:
      linear-gradient(90deg, rgba(87, 3, 22, 0.93), rgba(143, 5, 35, 0.76)),
      url("assets/images/hero-rio.jpg");
    background-position: 63% center;
  }

  .vl-inner-hero {
    min-height: 360px;
    padding: 90px 0 80px;
  }

  .vl-quote-shell {
    width: min(calc(100% - 30px), var(--vl-container)) !important;
    padding: 25px 20px;
    margin-top: -70px !important;
  }

  .vl-form-grid,
  .vl-form-grid--quick,
  .vl-card-grid,
  .vl-destination-grid,
  .vl-value-grid,
  .vl-team-grid,
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .vl-destination-card {
    min-height: 330px;
  }

  .site-footer__main {
    padding-top: 62px;
    padding-bottom: 46px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .vl-whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .vl-js .vl-reveal {
    opacity: 1;
    transform: none;
  }
}
