html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", system-ui, sans-serif;
  top: 0 !important;
  background: #f8f5ef;
}

.section-pad {
  padding-block: 4.5rem;
}

@media (min-width: 640px) {
  .section-pad {
    padding-block: 6rem;
  }
}

.eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(26, 31, 28, 0.55);
}

.nav-link,
.mobile-link {
  color: rgba(21, 32, 51, 0.78);
  transition: color 0.2s ease;
}

.nav-link:hover,
.mobile-link:hover {
  color: #1d3d75;
}

.language-control {
  display: grid;
  gap: 0.35rem;
}

.language-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(21, 32, 51, 0.55);
}

.language-select {
  min-width: 9.5rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 32, 51, 0.12);
  background: #fff;
  padding: 0.55rem 0.9rem;
  font: inherit;
  font-size: 0.875rem;
  color: #152033;
}

.language-select:focus {
  outline: 2px solid rgba(78, 192, 228, 0.35);
  outline-offset: 1px;
}

.translate-note {
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(21, 32, 51, 0.62);
}

.translate-host {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}


.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget {
  font-family: inherit !important;
}

.brand-logo {
  display: block;
  width: auto;
  max-height: 3.25rem;
}

.footer-logo {
  display: block;
  width: auto;
  max-height: 2.75rem;
}

.brand-tagline {
  margin-bottom: 0.85rem;
  font-family: "Lora", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #e8c468;
}

.brand-tagline--footer {
  margin-bottom: 0;
  margin-top: 0.35rem;
  font-size: 1rem;
  color: #142a4d;
}

.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #d4533f 0%, #e85d4c 100%);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 12px 28px rgba(212, 83, 63, 0.28);
}

.btn-accent--solid {
  padding: 0.85rem 1.35rem;
  font-size: 0.9rem;
}

.btn-accent--small {
  padding: 0.6rem 1rem;
  font-size: 0.8125rem;
}

.btn-accent:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 32px rgba(212, 83, 63, 0.34);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

.trust-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(21, 32, 51, 0.08);
  background: linear-gradient(180deg, #ffffff, #f7f4ee);
  padding: 1.35rem;
}

.trust-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d3d75;
}

.trust-copy {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(21, 32, 51, 0.72);
}

.whatsapp-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  border-radius: 999px;
  background: #25d366;
  padding: 0.85rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.28);
}

.whatsapp-fab:hover {
  background: #1ebe59;
}

.field-label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.field-input {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(26, 31, 28, 0.12);
  background: #fff;
  padding: 0.85rem 1rem;
  font: inherit;
  color: #1a1f1c;
}

.field-input:focus {
  outline: 2px solid rgba(47, 107, 79, 0.35);
  outline-offset: 1px;
}

.tour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(18, 26, 40, 0.08);
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 26, 40, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}

.tour-grid {
  display: grid;
  gap: 1.35rem;
}

@media (min-width: 640px) {
  .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .tour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.tour-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(26, 31, 28, 0.14);
}

.tour-card-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.tour-card-media {
  position: relative;
}

.tour-card-caption {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.mood-pill {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 0.45rem;
  background: rgba(20, 42, 77, 0.88);
  padding: 0.4rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.mood-pill--hero {
  position: static;
  display: inline-flex;
  margin-bottom: 0.75rem;
}

.tour-feeling {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(21, 32, 51, 0.78);
}

.experience-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7f4ee 100%);
}

.experience-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-card--featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
  }

  .experience-card--featured .experience-card-media img {
    height: 100%;
    min-height: 18rem;
  }
}

.experience-card {
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(26, 31, 28, 0.08);
  background: #fff;
  box-shadow: 0 16px 36px rgba(21, 32, 51, 0.08);
}

.experience-card-media {
  position: relative;
}

.experience-card img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
}

.experience-mood {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d3d75;
}

.experience-copy {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(21, 32, 51, 0.78);
}

.experience-link {
  margin-top: 1.1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #f28c28;
}

.experience-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.day-rhythm {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .day-rhythm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.rhythm-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(21, 32, 51, 0.08);
  background: #fff;
  padding: 1.25rem;
}

.rhythm-time {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4ec0e4;
}

.rhythm-title {
  margin-top: 0.55rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1d3d75;
}

.rhythm-copy {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(21, 32, 51, 0.72);
}

.modal-section--feel {
  border: 1px solid rgba(21, 32, 51, 0.08);
  border-radius: 1rem;
  background: #f8f5ef;
  padding: 1rem 1.1rem;
}

.modal-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(21, 32, 51, 0.55);
}

.modal-feel-quote {
  margin-top: 0.45rem;
  font-family: "Sora", system-ui, sans-serif;
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  color: #142a4d;
}

.modal-feel-copy {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(21, 32, 51, 0.78);
}

.tour-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.25rem;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tour-pill {
  border-radius: 999px;
  background: #e8e2d8;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(26, 31, 28, 0.75);
}

.experience-card-body {
  padding: 1.25rem 1.25rem 1.5rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: end center;
  padding: 0;
}

@media (min-width: 768px) {
  .modal {
    place-items: center;
    padding: 1.5rem;
  }
}

.modal.hidden {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 18, 0.62);
}

.modal-panel {
  position: relative;
  max-height: 92vh;
  width: min(48rem, 100%);
  overflow: auto;
  border-radius: 1.75rem 1.75rem 0 0;
  background: #fff;
  box-shadow: 0 24px 60px rgba(26, 31, 28, 0.22);
}

@media (min-width: 768px) {
  .modal-panel {
    border-radius: 1.75rem;
  }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1f1c;
  box-shadow: 0 8px 24px rgba(26, 31, 28, 0.12);
}

.modal-hero {
  position: relative;
  min-height: 11rem;
}

.modal-hero img {
  height: 12.5rem;
  width: 100%;
  object-fit: cover;
}

.modal-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 31, 28, 0.05), rgba(26, 31, 28, 0.72));
}

.modal-hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 1.15rem;
  color: #fff;
}

.modal-hero-copy h2,
.modal-hero-copy .font-display {
  font-family: "Sora", system-ui, sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em;
}

.modal-body {
  padding: 1.1rem 1.15rem 1.35rem;
}

.modal-section + .modal-section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 31, 28, 0.08);
}

.modal-list {
  display: grid;
  gap: 0.4rem;
  padding-left: 1.1rem;
}

.modal-list li {
  list-style: disc;
}

.legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(26, 31, 28, 0.08);
  background: #fff;
  padding: 0.85rem 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.legend-item.is-active {
  border-color: rgba(47, 107, 79, 0.45);
  background: rgba(47, 107, 79, 0.08);
}

.map-route-detail {
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(21, 32, 51, 0.08);
  background: #fff;
  padding: 1rem 1.1rem;
}

.map-route-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(21, 32, 51, 0.55);
}

.map-route-title {
  margin-top: 0.45rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1d3d75;
}

.map-route-stops {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(21, 32, 51, 0.72);
}

#route-map {
  min-height: 28rem;
}

.legend-swatch {
  margin-top: 0.2rem;
  height: 0.85rem;
  width: 0.85rem;
  flex-shrink: 0;
  border-radius: 999px;
}

.gallery-section {
  background: linear-gradient(180deg, #f7f4ee 0%, #ffffff 45%, #e7eef5 100%);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.gallery-filter {
  border-radius: 999px;
  border: 1px solid rgba(21, 32, 51, 0.12);
  background: #fff;
  padding: 0.55rem 1rem;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(21, 32, 51, 0.78);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gallery-filter:hover,
.gallery-filter.is-active {
  border-color: rgba(29, 61, 117, 0.2);
  background: #1d3d75;
  color: #fff;
}

.gallery-grid {
  display: grid;
  gap: 2.5rem;
}

.gallery-group {
  display: grid;
  gap: 1.25rem;
}

.gallery-group-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1d3d75;
}

.gallery-group-copy {
  margin-top: 0.45rem;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(21, 32, 51, 0.72);
}

.gallery-path {
  border-radius: 0.35rem;
  background: rgba(29, 61, 117, 0.08);
  padding: 0.1rem 0.35rem;
  font-size: 0.85em;
}

.gallery-grid-inner {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .gallery-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .gallery-grid-inner--fleet {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-grid-inner:not(.gallery-grid-inner--fleet) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(21, 32, 51, 0.08);
  background: #fff;
  box-shadow: 0 14px 32px rgba(21, 32, 51, 0.08);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(21, 32, 51, 0.12);
}

.gallery-card-media {
  position: relative;
}

.gallery-card-image {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.gallery-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1d3d75;
}

.gallery-card-category {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(29, 61, 117, 0.88);
  padding: 0.35rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}

.gallery-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1rem 1.1rem 1.15rem;
}

.gallery-card-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.25;
  color: #152033;
}

.gallery-card-caption {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(21, 32, 51, 0.72);
}

.gallery-card-link {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f28c28;
}

.gallery-card-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gallery-load-more-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.gallery-load-more {
  border-radius: 999px;
  border: 1px solid rgba(29, 61, 117, 0.2);
  background: #fff;
  padding: 0.75rem 1.35rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1d3d75;
  transition: background 0.2s ease, color 0.2s ease;
}

.gallery-load-more:hover {
  background: #1d3d75;
  color: #fff;
}

.gallery-preview-cta {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.gallery-grid-inner--preview {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .gallery-grid-inner--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid-inner--fleet.gallery-grid-inner--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-page .section-title--page {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.gallery-lightbox.hidden {
  display: none;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 18, 0.78);
}

.gallery-lightbox-panel {
  position: relative;
  display: grid;
  width: min(56rem, 100%);
  max-height: 92vh;
  overflow: auto;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(26, 31, 28, 0.28);
}

@media (min-width: 900px) {
  .gallery-lightbox-panel {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.gallery-lightbox-media img {
  display: block;
  width: 100%;
  max-height: 70vh;
  object-fit: cover;
}

.gallery-lightbox-copy {
  padding: 1.25rem 1.5rem 1.5rem;
}

.gallery-lightbox-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gallery-lightbox-meta span {
  border-radius: 999px;
  background: #e7eef5;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d3d75;
}

.gallery-lightbox-title {
  margin-top: 0.85rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #152033;
}

.gallery-lightbox-caption {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(21, 32, 51, 0.75);
}

.gallery-lightbox-tour {
  margin-top: 1rem;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #152033;
  box-shadow: 0 8px 24px rgba(26, 31, 28, 0.14);
}

.gallery-lightbox-close {
  top: 0.85rem;
  right: 0.85rem;
  height: 2.5rem;
  width: 2.5rem;
}

.gallery-lightbox-nav {
  top: 50%;
  height: 2.75rem;
  width: 2.75rem;
  transform: translateY(-50%);
}

.gallery-lightbox-nav--prev {
  left: 0.85rem;
}

.gallery-lightbox-nav--next {
  right: 0.85rem;
}

body.modal-open {
  overflow: hidden;
}

/* ——— Xroad layout refresh ——— */

.site-header--xroad {
  border-bottom: 1px solid rgba(18, 26, 40, 0.06);
  background: rgba(248, 245, 239, 0.92);
  backdrop-filter: blur(14px);
}

.site-header--xroad .mx-auto {
  min-height: 4.25rem;
}

.hero-showcase {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f8f5ef 62%, #f3efe6 100%);
  color: #142a4d;
}

.hero-showcase__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-showcase__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.45;
}

.hero-showcase__glow--coral {
  top: -4rem;
  right: -2rem;
  width: 18rem;
  height: 18rem;
  background: rgba(212, 83, 63, 0.18);
}

.hero-showcase__glow--forest {
  bottom: -5rem;
  left: -3rem;
  width: 20rem;
  height: 20rem;
  background: rgba(26, 92, 69, 0.14);
}

.hero-showcase__route {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 7rem;
  color: #1a5c45;
}

.hero-showcase__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-showcase__layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
  }
}

.hero-showcase__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 42, 77, 0.1);
  background: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #142a4d;
  box-shadow: 0 8px 20px rgba(18, 26, 40, 0.04);
}

.hero-chip--soft {
  background: rgba(26, 92, 69, 0.08);
  border-color: rgba(26, 92, 69, 0.12);
  color: #1a5c45;
}

.brand-tagline--hero {
  margin-bottom: 0.65rem;
  color: #1a5c45;
}

.hero-kicker--dark {
  color: rgba(20, 42, 77, 0.55);
}

.hero-title--dark {
  color: #142a4d;
  max-width: 12ch;
}

.hero-lead--dark {
  color: rgba(18, 26, 40, 0.76);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(20, 42, 77, 0.14);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  color: #142a4d;
  box-shadow: 0 10px 24px rgba(18, 26, 40, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-outline:hover {
  border-color: rgba(212, 83, 63, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 26, 40, 0.08);
}

.hero-proof--light .hero-proof__item {
  border-color: rgba(20, 42, 77, 0.1);
  background: #fff;
  color: rgba(18, 26, 40, 0.82);
  box-shadow: 0 8px 20px rgba(18, 26, 40, 0.04);
}

.hero-proof--light .hero-proof__item strong {
  color: #142a4d;
}

.hero-proof--light .hero-proof__icon {
  background: rgba(212, 83, 63, 0.1);
  color: #d4533f;
}

.hero-showcase__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: #1a5c45;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hero-showcase__whatsapp:hover {
  color: #d4533f;
}

.hero-showcase__collage {
  position: relative;
  min-height: 22rem;
  margin-inline: auto;
  width: min(100%, 30rem);
}

@media (min-width: 1024px) {
  .hero-showcase__collage {
    width: 100%;
    min-height: 28rem;
    margin-inline: 0;
  }
}

.hero-frame {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 22px 50px rgba(18, 26, 40, 0.14);
}

.hero-frame__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame__caption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.7rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #142a4d;
  backdrop-filter: blur(6px);
}

.hero-frame--main {
  inset: 0 0 0 14%;
  z-index: 2;
}

.hero-frame--top {
  top: -0.5rem;
  left: 0;
  width: 42%;
  aspect-ratio: 1.2;
  z-index: 3;
  transform: rotate(-4deg);
}

.hero-frame--bottom {
  right: 0;
  bottom: -0.25rem;
  width: 40%;
  aspect-ratio: 1.15;
  z-index: 3;
  transform: rotate(3deg);
}

.hero-collage-stamp {
  position: absolute;
  right: 6%;
  top: 42%;
  z-index: 4;
  display: grid;
  gap: 0.1rem;
  border-radius: 999px;
  background: #142a4d;
  padding: 0.85rem 1rem;
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 34px rgba(20, 42, 77, 0.28);
  transform: rotate(8deg);
}

.hero-collage-stamp strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.hero-collage-stamp span {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 639px) {
  .hero-showcase__collage {
    min-height: 19rem;
    width: min(100%, 22rem);
  }

  .hero-frame--main {
    inset: 10% 0 10% 8%;
  }

  .hero-frame--top {
    width: 38%;
    top: 0;
  }

  .hero-frame--bottom {
    width: 36%;
    bottom: 0;
  }

  .hero-collage-stamp {
    right: 0;
    top: 46%;
    transform: rotate(6deg) scale(0.92);
  }

  .hero-title--dark {
    max-width: none;
  }
}

.hero-kicker {
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.hero-lead {
  margin-top: 1.25rem;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

@media (min-width: 640px) {
  .hero-lead {
    font-size: 1.0625rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Legacy hero (unused) — kept for reference during migration */
.hero-xroad {
  display: none;
}

.hero-sense-panel {
  display: none;
}

.sense-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem 1.1rem;
  backdrop-filter: blur(8px);
}

.sense-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.12);
  color: #f0d78c;
}

.sense-card__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.sense-card__text {
  margin-top: 0.45rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.trust-strip {
  position: relative;
  margin-top: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  z-index: 2;
}

.trust-strip__grid {
  display: grid;
  gap: 0.85rem;
  border-radius: 1.25rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 24px 50px rgba(18, 26, 40, 0.1);
}

@media (min-width: 900px) {
  .trust-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
  }

  .trust-strip__item + .trust-strip__item {
    border-left: 1px solid rgba(18, 26, 40, 0.08);
  }
}

.trust-strip__item {
  padding: 1.35rem 1.25rem;
}

.trust-strip__index {
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d4533f;
}

.trust-strip__title {
  margin-top: 0.55rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #142a4d;
}

.trust-strip__copy {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(18, 26, 40, 0.72);
}

.section-head {
  display: grid;
  gap: 1rem;
  align-items: start;
}

@media (min-width: 768px) {
  .section-head {
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
  }
}

.section-head--compact {
  margin-bottom: 0.5rem;
}

.section-head__index {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1;
  color: rgba(212, 83, 63, 0.35);
}

.section-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #142a4d;
}

.section-title--light {
  color: #fff;
}

.section-lead {
  margin-top: 0.75rem;
  max-width: 38rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(18, 26, 40, 0.72);
}

.section-lead--light {
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.62);
}

.section-pad--tight {
  padding-block: 3.5rem;
}

@media (min-width: 640px) {
  .section-pad--tight {
    padding-block: 4.5rem;
  }
}

.experience-card {
  border-radius: 1.15rem;
}

.map-layout {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .map-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: start;
  }
}

.map-layout__frame {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(18, 26, 40, 0.08);
  box-shadow: 0 18px 40px rgba(18, 26, 40, 0.08);
}

.route-map {
  height: 28rem;
  width: 100%;
}

@media (min-width: 640px) {
  .route-map {
    height: 34rem;
  }
}

.map-legend {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.65rem;
}

.contact-section {
  background: linear-gradient(145deg, #142a4d 0%, #1a5c45 100%);
  color: #fff;
}

.contact-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 2.5rem;
    align-items: start;
  }
}

.contact-details {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
  font-size: 0.92rem;
}

.contact-form {
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.35rem;
  color: #121a28;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18);
}

@media (min-width: 640px) {
  .contact-form {
    padding: 1.75rem;
  }
}

.contact-form__row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .contact-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.site-footer {
  border-top: 1px solid rgba(18, 26, 40, 0.08);
  background: #f0ebe3;
  padding: 2rem 0;
  font-size: 0.875rem;
  color: rgba(18, 26, 40, 0.72);
}

.site-footer__inner {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
}

.site-footer__name {
  margin-top: 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #142a4d;
}

.site-footer__meta {
  display: grid;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .site-footer__meta {
    text-align: right;
  }
}

.experience-link {
  color: #d4533f;
}

.rhythm-time {
  color: #d4533f;
}

.nav-link:hover,
.mobile-link:hover {
  color: #d4533f;
}

/* ——— Psychological UX layer ——— */

:focus-visible {
  outline: 2px solid rgba(212, 83, 63, 0.85);
  outline-offset: 3px;
}

.site-header--xroad {
  transition: box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.site-header--xroad.is-scrolled {
  box-shadow: 0 10px 30px rgba(18, 26, 40, 0.08);
  border-bottom-color: rgba(18, 26, 40, 0.1);
  background: rgba(248, 245, 239, 0.97);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
  padding: 0;
  list-style: none;
}

.hero-proof__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.45rem 0.8rem 0.45rem 0.55rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

.hero-proof__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #f0d78c;
}

.hero-proof__item strong {
  font-weight: 700;
  color: #fff;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, rgba(26, 92, 69, 0.08), rgba(20, 42, 77, 0.06));
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(18, 26, 40, 0.78);
}

.social-proof__icon,
.social-proof__dot {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: rgba(47, 157, 98, 0.14);
  color: #1a5c45;
  animation: xroad-pulse 2.4s ease-in-out infinite;
}

@keyframes xroad-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.92);
    opacity: 0.75;
  }
}

.tour-trust-line {
  margin-top: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(18, 26, 40, 0.48);
}

.tour-card-cta {
  border: none;
  border-radius: 0.6rem;
  background: #142a4d;
  padding: 0.65rem 0.95rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(20, 42, 77, 0.22);
}

.tour-card-cta:hover {
  transform: translateY(-1px);
  background: #1a5c45;
}

.tour-card:focus-visible {
  outline: 3px solid rgba(212, 83, 63, 0.45);
  outline-offset: 3px;
}

.cta-band {
  padding-block: 2.5rem;
  background: linear-gradient(135deg, #f0ebe3 0%, #e8eef4 100%);
}

.cta-band__inner {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid rgba(18, 26, 40, 0.08);
  border-radius: 1.25rem;
  background: #fff;
  padding: 1.35rem;
  box-shadow: 0 16px 40px rgba(18, 26, 40, 0.06);
}

@media (min-width: 900px) {
  .cta-band__inner {
    grid-template-columns: 1.2fr auto;
    gap: 2rem;
    padding: 1.75rem 2rem;
  }
}

.cta-band__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4533f;
}

.cta-band__title {
  margin-top: 0.45rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.1;
  color: #142a4d;
}

.cta-band__text {
  margin-top: 0.55rem;
  max-width: 34rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(18, 26, 40, 0.72);
}

.cta-band__actions {
  display: grid;
  gap: 0.65rem;
  justify-items: start;
}

.cta-band__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #142a4d;
  text-underline-offset: 3px;
}

.cta-band__link:hover {
  color: #d4533f;
  text-decoration: underline;
}

.section-head--center .section-head__body {
  max-width: 40rem;
}

@media (min-width: 768px) {
  .section-head--center {
    grid-template-columns: 1fr;
  }

  .section-head--center .section-head__index {
    display: none;
  }
}

.booking-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  counter-reset: booking;
}

@media (min-width: 900px) {
  .booking-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.booking-step {
  position: relative;
  border-radius: 1rem;
  border: 1px solid rgba(18, 26, 40, 0.08);
  background: #f8f5ef;
  padding: 1.25rem 1.15rem 1.15rem;
}

.booking-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #142a4d;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.booking-step__title {
  margin-top: 0.85rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #142a4d;
}

.booking-step__text {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(18, 26, 40, 0.72);
}

.contact-reassure {
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.contact-reassure li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

.contact-reassure li::before {
  content: none;
}

.contact-reassure__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #8ad9a7;
}

.contact-form__intro {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(18, 26, 40, 0.68);
}

.contact-form__note {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(18, 26, 40, 0.58);
}

.mobile-booking-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 44;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(18, 26, 40, 0.08);
  background: rgba(248, 245, 239, 0.96);
  backdrop-filter: blur(12px);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.mobile-booking-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .mobile-booking-bar {
    display: none;
  }
}

.mobile-booking-bar__secondary,
.mobile-booking-bar__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.mobile-booking-bar__secondary {
  border: 1px solid rgba(20, 42, 77, 0.14);
  background: #fff;
  color: #142a4d;
}

.mobile-booking-bar__primary {
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.28);
}

body.has-mobile-booking-bar {
  padding-bottom: 4.5rem;
}

.whatsapp-fab {
  transition: transform 0.25s ease, bottom 0.25s ease;
}

.whatsapp-fab--raised {
  bottom: 4.75rem;
}

.experience-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.experience-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(18, 26, 40, 0.1);
}

.rhythm-card {
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.rhythm-card:hover {
  border-color: rgba(212, 83, 63, 0.25);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .social-proof__dot {
    animation: none;
  }

  .tour-card:hover,
  .experience-card:hover,
  .rhythm-card:hover {
    transform: none;
  }
}

/* ——— UX v1.3: depth, filters, proof, FAQ ——— */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 3px;
  background: linear-gradient(90deg, #d4533f, #1a5c45);
  transform: scaleX(0);
  transform-origin: left center;
  pointer-events: none;
}

.header-phone {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(20, 42, 77, 0.1);
  background: #fff;
  font-size: 0.72rem;
  line-height: 1.2;
  color: #142a4d;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-phone:hover {
  border-color: rgba(212, 83, 63, 0.35);
  box-shadow: 0 6px 16px rgba(18, 26, 40, 0.06);
}

.header-phone__label {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(18, 26, 40, 0.5);
}

.header-phone__number {
  font-size: 0.82rem;
  font-weight: 700;
}

.stats-bar {
  padding-block: 1.5rem 2rem;
  background: #142a4d;
  color: #fff;
}

.stats-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .stats-bar__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.stats-bar__value {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}

.stats-bar__value--text {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.stats-bar__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.tour-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.tour-filter {
  border: 1px solid rgba(18, 26, 40, 0.12);
  border-radius: 999px;
  background: #fff;
  padding: 0.5rem 0.95rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(18, 26, 40, 0.75);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.tour-filter:hover {
  border-color: rgba(212, 83, 63, 0.35);
  transform: translateY(-1px);
}

.tour-filter.is-active {
  border-color: #142a4d;
  background: #142a4d;
  color: #fff;
}

.tour-skeleton {
  display: grid;
  gap: 1.25rem;
  grid-column: 1 / -1;
}

@media (min-width: 640px) {
  .tour-skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .tour-skeleton {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tour-skeleton__card {
  display: block;
  min-height: 22rem;
  border-radius: 1.15rem;
  background: linear-gradient(110deg, #ece7df 8%, #f8f5ef 18%, #ece7df 33%);
  background-size: 200% 100%;
  animation: xroad-shimmer 1.4s ease-in-out infinite;
}

@keyframes xroad-shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.tour-empty {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: #f0ebe3;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(18, 26, 40, 0.75);
}

.tour-popular-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  border-radius: 0.45rem;
  background: #d4533f;
  padding: 0.35rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 8px 18px rgba(212, 83, 63, 0.35);
}

.testimonials {
  padding-block: 3.5rem;
  background: linear-gradient(180deg, #fff 0%, #f0ebe3 100%);
}

.testimonials__grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 900px) {
  .testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .testimonial-card--featured {
    transform: translateY(-0.35rem);
    box-shadow: 0 22px 48px rgba(18, 26, 40, 0.1);
  }
}

.testimonial-card {
  margin: 0;
  border: 1px solid rgba(18, 26, 40, 0.08);
  border-radius: 1.15rem;
  background: #fff;
  padding: 1.25rem;
}

.testimonial-card__quote {
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(18, 26, 40, 0.82);
}

.testimonial-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  font-style: normal;
}

.testimonial-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #142a4d;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-card__meta cite {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(18, 26, 40, 0.62);
  font-style: normal;
}

.faq-section {
  background: #f8f5ef;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 2rem;
  max-width: 46rem;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid rgba(18, 26, 40, 0.08);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.2rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(26, 92, 69, 0.25);
  box-shadow: 0 10px 24px rgba(18, 26, 40, 0.05);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.9rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #142a4d;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-size: 1.1rem;
  font-weight: 700;
  color: #d4533f;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(18, 26, 40, 0.72);
}

.contact-form__whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: 1rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(37, 211, 102, 0.35);
  background: rgba(37, 211, 102, 0.08);
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a7a42;
  transition: background 0.2s ease;
}

.contact-form__whatsapp:hover {
  background: rgba(37, 211, 102, 0.16);
}

.modal-cta-bar {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 520px) {
  .modal-cta-bar {
    grid-template-columns: 1.2fr 1fr;
  }
}

.modal-cta-bar__primary,
.modal-cta-bar__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border-radius: 0.65rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
}

.modal-cta-bar__primary {
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.25);
}

.modal-cta-bar__secondary {
  border: 1px solid rgba(18, 26, 40, 0.12);
  background: #fff;
  color: #142a4d;
}

.modal-section--actions {
  position: sticky;
  bottom: 0;
  z-index: 2;
  margin-top: 0;
  border-top: 1px solid rgba(18, 26, 40, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff);
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

.modal-map-link {
  margin-top: 0.75rem;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a5c45;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .tour-skeleton__card {
    animation: none;
  }

  .testimonial-card--featured {
    transform: none;
  }

  .social-proof__icon,
  .social-proof__dot {
    animation: none;
  }
}

/* ——— Icons & visual polish v1.5 ——— */

.xroad-icon {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.xroad-icon--xs {
  width: 0.85rem;
  height: 0.85rem;
}

.xroad-icon--sm {
  width: 1rem;
  height: 1rem;
}

.xroad-icon--lg {
  width: 1.35rem;
  height: 1.35rem;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  margin-bottom: 0.75rem;
  border-radius: 0.9rem;
}

.icon-badge--coral {
  background: linear-gradient(145deg, rgba(212, 83, 63, 0.14), rgba(232, 93, 76, 0.22));
  color: #d4533f;
}

.icon-badge--ocean {
  background: linear-gradient(145deg, rgba(59, 164, 199, 0.14), rgba(78, 192, 228, 0.22));
  color: #2a7ea0;
}

.icon-badge--forest {
  background: linear-gradient(145deg, rgba(26, 92, 69, 0.14), rgba(38, 122, 91, 0.22));
  color: #1a5c45;
}

.trust-strip__index {
  display: block;
  margin-top: 0.15rem;
}

.stats-bar__icon {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.55);
}

.stats-bar__item {
  padding: 0.35rem 0.25rem;
}

.day-rhythm {
  position: relative;
}

@media (min-width: 768px) {
  .day-rhythm::before {
    content: "";
    position: absolute;
    top: 2.1rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(59, 164, 199, 0.15), rgba(26, 92, 69, 0.35), rgba(212, 83, 63, 0.2));
    pointer-events: none;
  }
}

.rhythm-card {
  position: relative;
  z-index: 1;
}

.rhythm-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 0.65rem;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, rgba(20, 42, 77, 0.06), rgba(59, 164, 199, 0.12));
  color: #2a7ea0;
}

.tour-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.tour-filter.is-active .xroad-icon {
  color: #fff;
}

.tour-popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.tour-popular-badge .xroad-icon {
  color: #c9a227;
  fill: rgba(201, 162, 39, 0.2);
  stroke: #c9a227;
}

.tour-trust-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.tour-trust-line__sep {
  opacity: 0.45;
}

.tour-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.btn-accent--icon {
  gap: 0.5rem;
}

.header-phone {
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
}

.header-phone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(20, 42, 77, 0.06);
  color: #d4533f;
}

.header-phone__body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.contact-detail__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #8ad9a7;
}

.faq-item summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.faq-item summary::after {
  float: none;
  margin-left: auto;
  flex-shrink: 0;
}

.faq-item__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  background: rgba(20, 42, 77, 0.06);
  color: #1a5c45;
}

.faq-item__question {
  flex: 1;
  padding-right: 1.5rem;
}

.testimonial-card {
  position: relative;
}

.testimonial-card__quote-icon {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: rgba(212, 83, 63, 0.45);
}

.testimonial-card--featured .testimonial-card__quote-icon {
  color: rgba(255, 255, 255, 0.55);
}

.whatsapp-fab {
  gap: 0.45rem;
  min-width: auto;
  padding-inline: 1rem;
  transition: transform 0.25s ease, bottom 0.25s ease;
}

.back-to-top {
  position: fixed;
  right: 5.5rem;
  bottom: 1rem;
  z-index: 44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(20, 42, 77, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #142a4d;
  box-shadow: 0 12px 28px rgba(18, 26, 40, 0.12);
  cursor: pointer;
  opacity: 0;
  transform: translateY(0.5rem);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  background: #142a4d;
  color: #fff;
}

body.has-mobile-booking-bar .back-to-top.is-visible {
  bottom: 4.75rem;
}

body.has-mobile-booking-bar .whatsapp-fab--raised {
  bottom: 4.75rem;
}

@media (min-width: 768px) {
  body.has-mobile-booking-bar .back-to-top.is-visible {
    bottom: 1rem;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4533f, rgba(212, 83, 63, 0.2));
}

.section-head--center .eyebrow::before {
  display: none;
}
