/* Golden Triangles India — logo-derived brand layer */

:root {
  --header-topbar-h: 0px;
  --header-nav-h: 5.5rem;
  --header-total-h: var(--header-nav-h);
}

/* ---------- Shared brand marks ---------- */
.gti-gold-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  max-width: 14rem;
  margin: 0.85rem auto 0;
}

.gti-gold-line::before,
.gti-gold-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.gti-gold-line span {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: var(--gold);
  flex-shrink: 0;
}

.gti-eyebrow {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.section-eyebrow {
  font-family: Inter, sans-serif !important;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold) !important;
}

.gti-btn,
.site-nav-btn--primary,
.site-footer-btn--primary,
.contact-submit,
.plan-tour-submit,
.booking-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.45rem;
  border-radius: 4px;
  background: var(--navy);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--navy);
  transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease, transform 0.2s ease;
}

.gti-btn:hover,
.site-nav-btn--primary:hover,
.site-footer-btn--primary:hover,
.contact-submit:hover,
.plan-tour-submit:hover,
.booking-btn-primary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}

.gti-btn--ghost,
.site-nav-btn--outline,
.site-footer-btn--whatsapp {
  background: transparent;
  color: var(--navy);
  border: 1px solid var(--navy);
}

.gti-btn--ghost:hover,
.site-nav-btn--outline:hover {
  background: var(--navy);
  color: #fff;
}

.gti-btn--gold {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.gti-btn--gold:hover {
  background: var(--gold-hover, #C85F12);
  border-color: var(--gold-hover, #C85F12);
  color: #fff;
}

.gti-btn--light {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.gti-btn--light:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.gti-btn--on-dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.gti-btn--on-dark:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

/* ---------- Header ---------- */
.site-header.site-header--modern {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(5, 41, 99, 0.08);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header--modern .site-topbar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(224, 116, 30, 0.45);
}

.site-header--modern .site-topbar-link:hover,
.site-header--modern .site-topbar-social-btn:hover {
  color: var(--gold-light);
}

.site-header--modern .site-topbar-icon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-light);
}

.site-header--modern .site-topbar-badge {
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.site-header--modern .site-navbar {
  background: transparent;
  border-bottom: 1px solid transparent;
}

.site-header--modern .site-nav-list .nav-link {
  font-family: Inter, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--navy);
  border-radius: 9999px;
  padding: 0.5rem 0.85rem;
  box-shadow: none;
}

.site-header--modern .site-nav-list .nav-link:hover,
.site-header--modern .site-nav-list .nav-link.active {
  color: var(--gold);
  background: #fff;
}

.site-header--modern .site-nav-list .nav-link.active {
  box-shadow: 0 1px 4px rgba(5, 41, 99, 0.12);
}

.site-header--modern .site-nav-list .nav-link::after {
  background: var(--gold);
}

.site-navbar-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.site-navbar-country-form {
  margin: 0;
}

.site-navbar-country-select {
  appearance: none;
  max-width: 9.5rem;
  padding: 0.38rem 1.65rem 0.38rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23052963'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 0.45rem center / 0.8rem;
  color: var(--navy);
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  cursor: pointer;
  outline: none;
}

.site-navbar-country-select:hover,
.site-navbar-country-select:focus {
  border-color: var(--navy);
}

.site-navbar-country-select option {
  color: #0f172a;
  background: #fff;
}

.site-navbar-social {
  display: none;
  align-items: center;
  gap: 0.3rem;
}

.site-navbar-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid var(--border);
  border-radius: 9999px;
  color: var(--navy);
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.site-navbar-social-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.site-navbar-social-btn--wa:hover {
  border-color: #25d366;
  color: #128c7e;
}

@media (min-width: 640px) {
  .site-navbar-country-select {
    max-width: 13.5rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .site-navbar-social {
    display: flex;
  }
}

.site-header--modern .site-nav-btn--primary {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.site-header--modern .site-nav-toggle {
  border-radius: 4px;
  border-color: var(--border);
  color: var(--navy);
}

.site-header--modern.is-scrolled {
  background: #fff;
  box-shadow: 0 8px 28px -16px rgba(5, 41, 99, 0.28);
}

.site-header--home:not(.is-scrolled) {
  background: linear-gradient(180deg, rgba(5, 41, 99, 0.28) 0%, rgba(5, 41, 99, 0.05) 100%);
  box-shadow: none;
}

.site-header--home:not(.is-scrolled) .site-topbar {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.site-header--home:not(.is-scrolled) .site-navbar {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px -18px rgba(5, 41, 99, 0.45);
}

.site-header--home:not(.is-scrolled) .site-navbar-row {
  border-bottom: 1px solid rgba(224, 116, 30, 0.18);
}

.site-header--modern .nav-dropdown-menu {
  border-radius: 6px;
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px -20px rgba(5, 41, 99, 0.28);
}

.site-header--modern .nav-dropdown-title {
  color: var(--gold);
  font-family: Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.site-header--modern .nav-dropdown-menu a:hover {
  color: var(--navy);
  background: #F8FAFC;
}

.site-navbar-mobile-cta--plan {
  border-radius: 4px !important;
  background: var(--navy);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.7rem !important;
}

.mobile-menu {
  background: #fff;
}

.mobile-menu-header {
  border-bottom: 1px solid var(--border);
}

.mobile-menu-header__title {
  font-family: "Playfair Display", serif;
  color: var(--navy);
  letter-spacing: 0.04em;
}

.mobile-nav-link,
.mobile-nav-expand {
  font-family: Inter, sans-serif;
  color: var(--navy);
  border-bottom: 1px solid #EEF2F7;
}

.mobile-nav-link-active,
.mobile-nav-link:hover {
  color: var(--gold);
}

.mobile-menu-quick-link {
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--navy);
}

.mobile-menu-quick-link--wa {
  color: #128c7e;
}

/* ---------- Hero ---------- */
.hero-home {
  background-color: var(--navy-dark);
}

.hero-trust-badge {
  border-radius: 0;
  background: transparent;
  color: var(--gold-light);
  border: 1px solid rgba(224, 116, 30, 0.55);
  letter-spacing: 0.2em;
  font-weight: 650;
}

.page-home .hero-stats-bar-inner {
  background: rgba(5, 41, 99, 0.42) !important;
  border: 1px solid rgba(224, 116, 30, 0.28) !important;
  border-radius: 6px !important;
  backdrop-filter: blur(12px);
}

.page-home .hero-stat-value {
  color: #fff;
  font-family: "Playfair Display", serif;
}

.page-home .hero-stat-label {
  color: rgba(255, 255, 255, 0.82);
  font-family: Inter, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.7rem !important;
}

.btn-hero-plan,
.btn-hero-contact {
  border-radius: 4px !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 650;
  min-width: 11.5rem;
}

.btn-hero-plan {
  background: var(--gold) !important;
  color: #fff !important;
  border: 1px solid var(--gold);
}

.btn-hero-plan:hover {
  background: #fff !important;
  color: var(--navy) !important;
  border-color: #fff;
}

.btn-hero-contact {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.btn-hero-contact:hover {
  background: #fff !important;
  color: var(--navy) !important;
}

/* ---------- Delhi / Agra / Jaipur path ---------- */
.gti-circuit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.gti-circuit__city {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 6.5rem;
  text-align: center;
}

.gti-circuit__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(224, 116, 30, 0.16);
}

.gti-circuit__name {
  margin-top: 0.7rem;
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.08em;
}

.gti-circuit__hint {
  margin-top: 0.15rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.gti-circuit__path {
  width: 4.5rem;
  height: 1px;
  margin: 0 0.35rem 1.65rem;
  background: linear-gradient(90deg, var(--navy), var(--gold), var(--navy));
  position: relative;
}

.gti-circuit__path::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 639px) {
  .gti-circuit__path {
    width: 1.75rem;
  }
  .gti-circuit__city {
    min-width: 4.8rem;
  }
}

/* ---------- Cards ---------- */
.why-choose-card,
.package-card,
.plan-tour-card,
.contact-form-card,
.contact-aside-card,
.booking-form-card {
  border-radius: 4px !important;
  box-shadow: var(--shadow-soft) !important;
  border-color: var(--border) !important;
}

.why-choose-icon {
  font-size: 0;
}

.gti-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(224, 116, 30, 0.35);
  color: var(--gold);
  background: #fff;
}

.gti-icon--sm {
  width: 1.75rem;
  height: 1.75rem;
}

.gti-icon--on-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(224, 116, 30, 0.4);
  color: var(--gold-light);
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .site-header--modern .site-nav-list .nav-link {
    font-size: 0.75rem;
    padding: 0.45rem 0.55rem;
  }
}

.card-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -18px rgba(5, 41, 99, 0.22);
}

.package-card {
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}

.package-card:hover {
  border-color: rgba(5, 41, 99, 0.22);
  box-shadow: 0 16px 36px -18px rgba(5, 41, 99, 0.18) !important;
}

.package-card .rounded-3xl,
.package-card.rounded-3xl {
  border-radius: 4px !important;
}

/* ---------- Footer ---------- */
.site-footer.site-footer--modern {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer-cta {
  background: var(--navy);
  border-bottom: 1px solid rgba(224, 116, 30, 0.28);
}

.site-footer-cta__eyebrow {
  color: var(--gold-light);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
}

.site-footer-cta__title {
  font-family: "Playfair Display", serif;
  color: #fff;
}

.site-footer-cta__text {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer-trust {
  background: var(--navy-dark) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-trust__item {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer-trust__icon {
  color: var(--gold);
}

.site-footer-main {
  background: var(--navy-dark);
}

.site-footer-about,
.site-footer-contact,
.site-footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: var(--gold-light);
}

.site-footer-col__title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer-logo-img {
  height: 92px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  background: #fff;
  padding: 0.45rem 0.55rem;
}

.site-footer-bottom {
  background: #05152c;
  border-top: 1px solid rgba(224, 116, 30, 0.22);
  color: rgba(255, 255, 255, 0.55);
}

.site-footer-payment {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}

.site-footer-social__link {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 4px;
}

.site-footer-social__link:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.site-footer-btn--primary {
  background: var(--gold);
  border-color: var(--gold);
}

.site-footer-btn--primary:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.site-footer-btn--whatsapp {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.site-footer-btn--whatsapp:hover {
  background: #fff;
  color: var(--navy);
}

/* ---------- Inner page heroes ---------- */
.page-header,
.plan-tour-hero,
.booking-page-hero,
.packages-page-hero {
  background: var(--navy-dark) !important;
}

.packages-page-hero__eyebrow,
.plan-tour-hero-eyebrow,
.booking-page-eyebrow {
  color: var(--gold-light) !important;
}

/* ---------- Forms ---------- */
.contact-input,
.plan-tour-input,
.booking-input,
.pkg-quote-control,
.site-topbar-country-select {
  border-radius: 4px !important;
  border-color: var(--border) !important;
}

.contact-input:focus,
.plan-tour-input:focus,
.booking-input:focus,
.pkg-quote-control:focus {
  border-color: var(--navy) !important;
  box-shadow: 0 0 0 3px rgba(5, 41, 99, 0.08);
}

.pkg-quote-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.pkg-quote-eyebrow {
  color: var(--gold);
}

/* ---------- CTA bands ---------- */
.gti-cta-band {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.gti-cta-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.mobile-cta-bar {
  background: #fff;
  border-top: 1px solid var(--border);
}

.mobile-cta-bar__primary {
  background: var(--gold) !important;
  border-radius: 4px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff !important;
}

.mobile-cta-bar__primary:hover {
  background: var(--gold-hover, #C85F12) !important;
}

.site-whatsapp-float {
  background: #25d366;
}

/* ---------- Testimonials ---------- */
.gti-quote {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.85rem 1.75rem 1.7rem;
  box-shadow: none;
  position: relative;
}

.gti-quote::before {
  content: "“";
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 3.25rem;
  line-height: 0.7;
  color: var(--gold);
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.gti-quote__stars {
  color: var(--gold);
  letter-spacing: 0.12em;
}

.gti-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1.75rem;
  margin: 0 auto 2.25rem;
  padding: 0.95rem 1.25rem;
  max-width: 44rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.gti-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.gti-trust-bar strong {
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Blog / destination cards ---------- */
.gti-media-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.gti-media-card:hover {
  transform: translateY(-3px);
  border-color: rgba(5, 41, 99, 0.2);
  box-shadow: 0 16px 36px -18px rgba(5, 41, 99, 0.16);
}

/* ---------- Destination photo cards ---------- */
.gti-dest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

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

.gti-dest-card {
  position: relative;
  display: block;
  min-height: 22rem;
  overflow: hidden;
  background: var(--navy-dark);
  color: #fff;
  text-decoration: none;
}

.gti-dest-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gti-dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 41, 99, 0.08) 20%, rgba(5, 41, 99, 0.78) 100%);
}

.gti-dest-card:hover img {
  transform: scale(1.05);
}

.gti-dest-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 22rem;
  padding: 1.5rem 1.4rem;
}

.gti-dest-card__hint {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.gti-dest-card__name {
  margin-top: 0.35rem;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gti-dest-card__cta {
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.gti-dest-card:hover .gti-dest-card__cta {
  color: var(--gold-light);
}

main > section.relative.isolate h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.site-header--modern .site-navbar {
  border-bottom: 1px solid rgba(5, 41, 99, 0.06);
}

/* ---------- Inner page heroes ---------- */
main > section.relative.isolate {
  background-color: var(--navy-dark);
}

main > section.relative.isolate > .absolute[class*="bg-gradient-to-r"] {
  background-image: linear-gradient(
    180deg,
    rgba(5, 41, 99, 0.38) 0%,
    rgba(5, 41, 99, 0.48) 42%,
    rgba(5, 41, 99, 0.86) 100%
  ) !important;
}

main > section.relative.isolate > .absolute[class*="bg-gradient-to-t"] {
  opacity: 0.35;
}

.packages-page-hero > .absolute[class*="bg-gradient-to-r"] {
  background-image: linear-gradient(
    180deg,
    rgba(5, 41, 99, 0.4) 0%,
    rgba(5, 41, 99, 0.82) 100%
  ) !important;
}

.packages-page-hero > .absolute[class*="bg-gradient-to-t"] {
  display: none;
}

/* ---------- Filter chips / sticky navs ---------- */
.filter-tab,
.packages-page-nav__link,
[aria-label*="filter"] a.rounded-full,
[aria-label*="filter"] button.rounded-full,
[aria-label*="Jump"] a.rounded-full,
[aria-label*="City"] a.rounded-full,
[aria-label*="duration"] a.rounded-full,
[aria-label*="Gallery"] button {
  border-radius: 4px !important;
  box-shadow: none !important;
  letter-spacing: 0.02em;
}

.filter-tab.active,
.packages-page-nav__link.is-active,
[aria-label*="filter"] a.bg-brand-teal,
[aria-label*="City"] a.bg-brand-teal,
[aria-label*="duration"] a.bg-brand-teal {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: var(--navy) !important;
}

.filter-tab:not(.active),
.packages-page-nav__link:not(.is-active) {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
}

.filter-tab:not(.active):hover,
.packages-page-nav__link:hover,
[aria-label*="Jump"] a:hover,
[aria-label*="filter"] a:hover {
  border-color: var(--navy) !important;
  color: var(--navy) !important;
}

.packages-page-nav__link {
  border-radius: 4px !important;
}

.packages-category-section__title {
  color: var(--navy) !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 600 !important;
}

.packages-category-section__more:hover {
  color: var(--gold) !important;
}

.pkg-cat-card {
  border-radius: 4px !important;
  box-shadow: none !important;
}

.pkg-cat-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 36px -18px rgba(5, 41, 99, 0.28) !important;
}

.pkg-cat-card__cta {
  background: var(--gold) !important;
  border-radius: 4px;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pkg-cat-card__cta:hover {
  background: #fff !important;
  color: var(--navy) !important;
  transform: none !important;
}

.pkg-cat-card__price {
  color: var(--gold-light) !important;
}

/* ---------- Global radius / shadow discipline ---------- */
.rounded-2xl,
.rounded-3xl,
.rounded-xl,
.rounded-lg {
  border-radius: 4px !important;
}

a.rounded-full:not(.site-whatsapp-float),
button.rounded-full,
.rounded-full.bg-brand-teal,
.rounded-full.bg-brand-maroon,
.rounded-full.btn-gradient,
.rounded-full.btn-gradient-orange {
  border-radius: 4px !important;
}

img.rounded-full,
.rounded-full.object-cover {
  border-radius: 9999px !important;
}

.shadow-lg,
.shadow-xl,
.shadow-2xl,
.shadow-md {
  box-shadow: none !important;
}

.why-choose-card,
.package-card,
.plan-tour-card,
.contact-form-card,
.contact-aside-card,
.booking-form-card {
  border-radius: 4px !important;
  box-shadow: none !important;
}

.card-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px -20px rgba(5, 41, 99, 0.2);
}

/* ---------- Package cards ---------- */
.package-card h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: var(--navy);
}

.package-card .text-teal-600 {
  color: var(--gold) !important;
  font-weight: 600;
}

.package-card .text-amber-400 {
  color: var(--gold) !important;
}

.package-card .card-actions a {
  border-radius: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  font-weight: 650;
}

.package-card .btn-gradient,
.package-card .pkg-card-whatsapp {
  border-radius: 0.55rem !important;
}

.pkg-card-home:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 36px -18px rgba(5, 41, 99, 0.18) !important;
  border-color: rgba(5, 41, 99, 0.22) !important;
}

.pkg-visits strong {
  color: var(--navy);
}

.pkg-price-display-badge {
  border-radius: 3px !important;
  background: var(--navy) !important;
}

/* ---------- Destination listing ---------- */
.gti-stat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.1rem 0.75rem;
  text-align: center;
}

.gti-stat__value {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
}

.gti-stat__label {
  margin-top: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.gti-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: #fff;
}

.gti-badge--light {
  background: #fff;
  color: var(--navy);
}

.gti-badge--gold {
  background: var(--gold);
  color: #fff;
}

/* ---------- Inner CTAs ---------- */
section.bg-brand-maroon-dark a.rounded-full,
section.bg-brand-maroon-dark a.inline-flex.items-center.justify-center {
  border-radius: 4px !important;
  background: var(--gold) !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.8125rem;
  font-weight: 650;
}

section.bg-brand-maroon-dark a.rounded-full:hover,
section.bg-brand-maroon-dark a.inline-flex.items-center.justify-center:hover {
  background: #fff !important;
  color: var(--navy) !important;
}

section.bg-brand-maroon-dark h2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

a.text-brand-teal,
.text-brand-teal.font-bold,
.text-teal-600 {
  color: var(--navy);
}

a.text-brand-teal:hover,
a.hover\:text-brand-teal:hover,
a.hover\:text-brand-gold:hover {
  color: var(--gold);
}

/* ---------- Header refinements ---------- */
.site-header--home:not(.is-scrolled) {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(5, 41, 99, 0.08);
}

.site-header--home:not(.is-scrolled) .site-topbar {
  background: var(--navy);
  border-bottom-color: rgba(224, 116, 30, 0.45);
}

.site-header--home:not(.is-scrolled) .site-navbar {
  background: transparent;
  box-shadow: none;
}

.site-header--home:not(.is-scrolled) .site-navbar-row {
  border-bottom: 0;
}

.site-header--modern .site-nav-list .nav-link {
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: 0.8125rem;
}

.site-header--modern.is-scrolled {
  box-shadow: 0 1px 0 rgba(5, 41, 99, 0.08);
}

/* ---------- Footer refinements ---------- */
.site-footer-btn {
  border-radius: 4px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.site-footer--modern .site-footer-cta {
  background: var(--navy) !important;
  padding: 2.5rem 0;
}

.site-footer--modern .site-footer-trust__item {
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0.35rem 0;
}

.site-footer-logo-img {
  background: #fff;
  padding: 0.4rem 0.5rem;
}

/* ---------- About / services leftover ---------- */
.about-section-image {
  border-radius: 4px !important;
  box-shadow: none !important;
}

.about-section-image-wrap {
  border-radius: 0;
}

.about-section-badge {
  border-radius: 4px;
}

.gti-icon {
  border-radius: 0;
}

.contact-hero {
  background: var(--navy-dark);
  color: #fff;
}

.contact-hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
}

.faq-icon {
  color: var(--navy) !important;
}

/* ---------- Gallery ---------- */
.masonry-item,
.gallery-item,
.masonry-item img,
.gallery-overlay {
  border-radius: 4px !important;
}

/* ---------- Hero polish ---------- */
.hero-trust-badge {
  border-radius: 0 !important;
}

.page-home .hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(5, 41, 99, 0.32) 0%,
    rgba(5, 41, 99, 0.52) 48%,
    rgba(5, 41, 99, 0.78) 100%
  );
}

.page-home .hero-home-inner {
  padding-top: calc(var(--header-total-h) + 2rem);
}

.hero-carousel-arrow {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.hero-carousel-arrow:hover {
  background: #fff;
  color: var(--navy);
}

.page-home .hero-stats-bar-inner {
  border-radius: 4px !important;
}

/* ---------- Dest stats overlap ---------- */
.dest-stats-row {
  margin-top: -2.25rem;
}

/* ---------- Scroll reveal — quieter ---------- */
.reveal {
  transform: translateY(18px);
}

.reveal.reveal-scale {
  transform: translateY(14px);
}

.reveal.is-visible {
  transform: none;
}

.gti-featured-tours {
  background: var(--bg);
}

.gti-featured-tours__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-bottom: 1.5rem;
}

.gti-featured-tours__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.7rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.gti-featured-tours__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--border);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  background: #fff;
}

.gti-featured-tours__trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
}

.gti-featured-tours__spotlight {
  margin-bottom: 0.25rem;
}

.package-card.pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  background: #FFFFFF !important;
  border: 1px solid #E5EAF0 !important;
  border-radius: 1.25rem !important;
  box-shadow: 0 18px 44px -22px rgba(5, 41, 99, 0.28) !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.package-card.pkg-card::before {
  display: none;
}

.package-card.pkg-card:hover {
  transform: translateY(-6px);
  border-color: #E5EAF0 !important;
  box-shadow: 0 28px 52px -22px rgba(5, 41, 99, 0.32) !important;
}

.pkg-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #052963 0%, #031A42 100%);
  min-height: 14rem;
  border-radius: 1.25rem 1.25rem 0 0;
}

.pkg-card__image {
  display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.pkg-card__image[data-broken] {
  opacity: 0;
}

.pkg-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14rem;
  padding: 1.25rem;
  background: linear-gradient(160deg, #052963 0%, #031A42 100%);
  color: rgba(255, 255, 255, 0.78);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.35;
  text-align: center;
}

.pkg-card__media--gallery .pkg-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.pkg-card__media--gallery .pkg-card__image.is-active {
  opacity: 1;
  pointer-events: auto;
}

.pkg-card:hover .pkg-card__image {
  transform: scale(1.05);
}

.pkg-card__media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 41, 99, 0.08) 30%, rgba(5, 41, 99, 0.58) 100%);
  pointer-events: none;
}

.pkg-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  border-radius: 0.35rem;
}

.pkg-card__duration {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 2;
  padding: 0.28rem 0.65rem;
  background: #E0741E;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.35rem;
}

.pkg-card__rating-chip {
  position: relative;
  z-index: 5;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: -1rem 0 0 1.15rem;
  padding: 0.38rem 0.8rem;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 10px 22px -10px rgba(5, 41, 99, 0.35);
  color: #052963;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pkg-card__rating-star {
  color: #E0741E;
  font-size: 0.85rem;
}

.pkg-card__rating-chip strong {
  font-weight: 800;
  color: #052963;
}

.pkg-card__rating-sep {
  color: #C5CDD6;
  font-weight: 700;
}

.pkg-card__rating-chip em {
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: #5B6472;
}

.pkg-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.85rem 1.2rem 1.2rem;
  background: #FFFFFF;
  border-radius: 0 0 1.25rem 1.25rem;
}

.pkg-card__route {
  margin: 0;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E0741E;
}

.pkg-card__title {
  margin: 0.4rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.3;
  color: #052963;
}

.pkg-card:hover .pkg-card__title {
  color: #052963;
}

.pkg-card__excerpt {
  margin: 0.55rem 0 0;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #5B6472;
}

.pkg-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}

.pkg-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #052963;
}

.pkg-card__meta svg {
  width: 0.9rem;
  height: 0.9rem;
  color: #052963;
  flex-shrink: 0;
}

.pkg-card__label {
  margin: 0 0 0.45rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #052963;
}

.pkg-card__highlights {
  margin-top: 0.95rem;
}

.pkg-card__highlights ul {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pkg-card__highlights li {
  position: relative;
  padding: 0 0 0 0.95rem;
  border: 0;
  background: transparent;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  color: #5B6472;
}

.pkg-card__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: #E0741E;
}

.pkg-card .pkg-includes {
  margin-top: 1rem;
  background: #F8FAFC;
  border: 0;
  border-radius: 0.9rem;
  padding: 0.95rem 1rem;
  box-shadow: none;
}

.pkg-card .pkg-includes-title {
  margin: 0 0 0.65rem;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #052963;
}

.pkg-card .pkg-includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.pkg-card .pkg-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #5B6472;
  padding: 0;
}

.pkg-card .pkg-includes li::before {
  content: none;
}

.pkg-card .pkg-includes-check {
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  color: #E0741E;
  flex-shrink: 0;
}

.pkg-card .pkg-trust-line {
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  color: #5B6472;
  font-weight: 600;
}

.pkg-card__footer {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #E5EAF0;
}

.pkg-card .pkg-price-block {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.pkg-card .pkg-price-display-current {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #E0741E !important;
}

.pkg-card .pkg-price-display-current span {
  font-family: Inter, Outfit, sans-serif;
  color: #E0741E !important;
}

.pkg-card .pkg-price-display-original {
  color: #5B6472;
  font-weight: 500;
}

.pkg-card .pkg-price-display-badge {
  background: rgba(224, 116, 30, 0.12);
  color: #E0741E;
}

.pkg-card .pkg-price-note {
  margin-top: 0.3rem;
  color: #5B6472;
}

.pkg-card .pkg-price-contact {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #052963;
}

.pkg-card .card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0;
}

.pkg-card__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.55rem;
  font-family: Inter, Outfit, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.pkg-card__btn--ghost {
  background: #fff;
  border: 1.5px solid #052963;
  color: #052963;
}

.pkg-card__btn--ghost:hover {
  background: #052963;
  color: #fff;
}

.pkg-card__btn--solid,
.pkg-card .pkg-card-whatsapp,
.pkg-card .btn-gradient {
  background: #E0741E !important;
  border: 1.5px solid #E0741E !important;
  color: #fff !important;
  box-shadow: none;
}

.pkg-card__btn--solid:hover,
.pkg-card .pkg-card-whatsapp:hover,
.pkg-card .btn-gradient:hover {
  background: #C85F12 !important;
  border-color: #C85F12 !important;
  color: #fff !important;
}

.pkg-card--spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.pkg-card--spotlight .pkg-card__media,
.pkg-card--spotlight .pkg-card__image,
.pkg-card--spotlight .pkg-card__placeholder {
  min-height: 16rem;
  height: 16rem;
}

.pkg-card--spotlight .pkg-card__body {
  padding: 0.9rem 1.35rem 1.3rem;
}

.pkg-card--spotlight .pkg-card__title {
  font-size: 1.55rem;
}

@media (min-width: 900px) {
  .pkg-card--spotlight {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .pkg-card--spotlight .pkg-card__media {
    min-height: 22rem;
    height: auto;
    border-radius: 1.25rem 0 0 1.25rem;
  }

  .pkg-card--spotlight .pkg-card__image,
  .pkg-card--spotlight .pkg-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .pkg-card--spotlight .pkg-card__footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
  }

  .pkg-card--spotlight .card-actions {
    margin-top: 0;
    min-width: 16.5rem;
    flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .gti-dest-card,
  .gti-dest-card__body {
    min-height: 16.5rem;
  }

  .site-footer-cta__inner {
    padding: 2rem 0 1.75rem;
  }

  .gti-trust-bar {
    gap: 0.5rem 1rem;
    font-size: 0.75rem;
  }

  .package-card .card-actions {
    flex-direction: column;
  }

  .package-card .card-actions a {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header--modern .site-nav-list .nav-link {
    font-size: 0.6875rem;
    padding: 0.4rem 0.32rem;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .gti-btn,
  .card-lift,
  .package-card,
  .gti-media-card,
  .gti-dest-card img,
  .pkg-cat-card,
  .pkg-card img,
  .reveal,
  .ft-btn,
  .ft-social__link {
    transition: none;
    transform: none;
  }
}

/* ==========================================================================
   Professional footer
   ========================================================================== */
.site-footer--pro {
  background: #031A42;
  color: rgba(255, 255, 255, 0.72);
  border-top: 3px solid var(--gold);
}

.site-footer--pro a {
  text-decoration: none;
}

.ft-invite {
  background: linear-gradient(180deg, #052963 0%, #031A42 100%);
  border-bottom: 1px solid rgba(224, 116, 30, 0.22);
}

.ft-invite__inner {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 2.35rem 0 2.15rem;
}

@media (min-width: 768px) {
  .ft-invite__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2.65rem 0 2.4rem;
  }
}

.ft-invite__eyebrow {
  margin: 0 0 0.4rem;
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.ft-invite__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.ft-invite__text {
  margin: 0.45rem 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.ft-invite__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex-shrink: 0;
}

.ft-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.ft-btn--gold {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.ft-btn--gold:hover {
  background: var(--gold-hover, #C85F12);
  border-color: var(--gold-hover, #C85F12);
  color: #fff;
}

.ft-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.ft-btn--ghost:hover {
  background: #fff;
  border-color: #fff;
  color: var(--navy);
}

.ft-main {
  padding: 3rem 0 2.5rem;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem 1.75rem;
}

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

  .ft-brand {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .ft-grid {
    grid-template-columns: 1.35fr 1.05fr 0.85fr 0.95fr 0.85fr;
    gap: 2.5rem 2rem;
  }

  .ft-brand {
    grid-column: auto;
  }
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.15rem;
  padding: 0.4rem 0.55rem;
  background: #fff;
  border-radius: 3px;
}

.ft-logo__img {
  display: block;
  height: 3.35rem;
  width: auto;
  max-width: 11.5rem;
  object-fit: contain;
}

@media (min-width: 640px) {
  .ft-logo__img {
    height: 3.65rem;
  }
}

.ft-brand__text {
  margin: 0 0 1.25rem;
  max-width: 22rem;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}

.ft-social {
  display: flex;
  gap: 0.45rem;
}

.ft-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  color: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.ft-social__link:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(224, 116, 30, 0.1);
}

.ft-social__link--wa:hover {
  border-color: #25d366;
  color: #25d366;
  background: rgba(37, 211, 102, 0.1);
}

.ft-col__title {
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(224, 116, 30, 0.28);
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

.ft-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 14.5rem;
  overflow-y: auto;
}

.ft-links a {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
  transition: color 0.18s ease;
}

.ft-links a:hover {
  color: var(--gold-light);
}

.ft-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.ft-contact__label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.ft-contact a,
.ft-contact span:not(.ft-contact__label) {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  word-break: break-word;
}

.ft-contact a:hover {
  color: var(--gold-light);
}

.ft-trust {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.16);
}

.ft-trust__list {
  list-style: none;
  margin: 0;
  padding: 0.95rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0;
}

.ft-trust__list li {
  position: relative;
  padding: 0.2rem 1.15rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .ft-trust__list {
    justify-content: space-between;
  }

  .ft-trust__list li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    transform: translate(-50%, -50%) rotate(45deg);
    background: var(--gold);
  }
}

.ft-bar {
  background: #05152c;
  padding: 1.1rem 0 1.2rem;
}

.ft-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  text-align: center;
}

@media (min-width: 900px) {
  .ft-bar__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    gap: 1.25rem;
  }
}

.ft-bar__copy {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.52);
}

.ft-bar__copy strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.ft-bar__by {
  display: block;
  margin-top: 0.15rem;
}

@media (min-width: 900px) {
  .ft-bar__by {
    display: inline;
    margin-top: 0;
  }

  .ft-bar__by::before {
    content: " — ";
  }
}

.ft-bar__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.ft-bar__legal a {
  color: rgba(255, 255, 255, 0.62);
}

.ft-bar__legal a:hover {
  color: var(--gold-light);
}

.ft-pay {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem;
}

.ft-pay span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.15rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 639px) {
  .ft-main {
    padding: 2.35rem 0 2rem;
  }

  .ft-invite__inner {
    padding: 1.85rem 0 1.7rem;
  }
}

/* ==========================================================================
   Editorial homepage hero
   ========================================================================== */
.hero-home--editorial {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  color: #fff;
  background: var(--navy-dark) !important;
  background-image: none !important;
}

.hero-home--editorial .hero-slideshow,
.hero-home--editorial .hero-overlay,
.hero-home--editorial .gti-hero-frame {
  position: absolute;
  inset: 0;
}

.hero-home--editorial .hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 41, 99, 0.82) 0%, rgba(5, 41, 99, 0.38) 46%, rgba(5, 41, 99, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 41, 99, 0.28) 0%, rgba(5, 41, 99, 0.12) 38%, rgba(5, 41, 99, 0.78) 100%);
}

.gti-hero-frame {
  z-index: 2;
  pointer-events: none;
  margin: calc(var(--header-total-h) + 0.85rem) 0.85rem 0.85rem;
  border: 1px solid rgba(224, 116, 30, 0.28);
}

.gti-hero-frame::before,
.gti-hero-frame::after {
  content: "";
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  border: 2px solid var(--gold);
}

.gti-hero-frame::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.gti-hero-frame::after {
  right: -1px;
  bottom: -1px;
  border-left: 0;
  border-top: 0;
}

.gti-hero-spine {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 1.05rem;
  margin: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  rotate: 180deg;
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  white-space: nowrap;
}

.gti-hero-stage {
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: calc(var(--header-total-h) + 2.4rem) 1.25rem 1.25rem;
}

.gti-hero-copy {
  max-width: 38rem;
}

.gti-hero-kicker {
  margin: 0 0 0.85rem;
  font-family: Inter, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.gti-hero-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 7vw, 4.65rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
}

.gti-hero-title em {
  font-style: italic;
  font-weight: 600;
  color: var(--gold-light);
}

.gti-hero-copy .gti-gold-line {
  justify-content: flex-start;
  margin: 1rem 0 0;
  max-width: 8.5rem;
}

.gti-hero-lead {
  margin: 1.05rem 0 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.gti-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.gti-hero-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  margin-top: 1.35rem;
}

.gti-hero-cities a {
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.gti-hero-cities a:hover {
  color: var(--gold-light);
}

.gti-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: flex-start;
}

.gti-hero-now {
  padding: 0.85rem 1rem 0.9rem;
  border-left: 2px solid var(--gold);
  background: rgba(5, 41, 99, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.gti-hero-now span {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.gti-hero-now p {
  margin: 0.3rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #fff;
}

.gti-hero-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  pointer-events: auto;
}

.hero-home--editorial .hero-carousel-dots {
  display: flex;
  justify-content: flex-start;
  gap: 0.4rem;
}

.hero-home--editorial .hero-carousel-dot {
  width: 1.35rem;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.35);
}

.hero-home--editorial .hero-carousel-dot.is-active {
  width: 2.1rem;
  background: var(--gold);
}

.gti-hero-arrows {
  display: flex;
  gap: 0.4rem;
}

.hero-home--editorial .hero-carousel-arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.hero-home--editorial .hero-carousel-arrow:hover {
  background: #fff;
  color: var(--navy);
  transform: none;
}

.gti-hero-stats {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0 1.25rem 1.5rem;
}

.gti-hero-stats__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-width: 80rem;
  margin: 0 auto;
}

.hero-home--editorial .hero-stat {
  padding: 0.85rem 0.75rem 0.9rem;
  border-top: 1px solid rgba(224, 116, 30, 0.4);
  background: rgba(5, 41, 99, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-home--editorial .hero-stat-value {
  margin: 0;
  font-size: clamp(1.35rem, 3.4vw, 2.15rem);
  font-weight: 700;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
}

.hero-home--editorial .hero-stat-label {
  margin: 0.2rem 0 0;
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 768px) {
  .gti-hero-stage {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .gti-hero-stats {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 1.85rem;
  }

  .gti-hero-lead {
    font-size: 1.0625rem;
  }

  .hero-home--editorial .hero-stat {
    padding: 1rem 1.1rem 1.05rem;
  }
}

@media (min-width: 1024px) {
  .gti-hero-spine {
    display: block;
    left: 1.65rem;
  }

  .gti-hero-stage {
    grid-template-columns: minmax(0, 1.4fr) minmax(14rem, 0.7fr);
    align-items: end;
    gap: 2.5rem;
    padding: calc(var(--header-total-h) + 3.5rem) 3.25rem 1.5rem 4.25rem;
  }

  .gti-hero-aside {
    align-items: flex-end;
    text-align: right;
    padding-bottom: 0.35rem;
  }

  .gti-hero-now {
    min-width: 14.5rem;
    text-align: left;
  }

  .gti-hero-stats {
    padding: 0 3.25rem 2.1rem 4.25rem;
  }

  .gti-hero-stats__inner {
    grid-template-columns: repeat(3, minmax(0, 14.5rem));
    gap: 0.85rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-home--editorial .gti-hero-copy > * {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .hero-home--editorial .gti-hero-copy > *:nth-child(1) { animation-delay: 0.12s; }
  .hero-home--editorial .gti-hero-copy > *:nth-child(2) { animation-delay: 0.22s; }
  .hero-home--editorial .gti-hero-copy > *:nth-child(3) { animation-delay: 0.32s; }
  .hero-home--editorial .gti-hero-copy > *:nth-child(4) { animation-delay: 0.42s; }
  .hero-home--editorial .gti-hero-copy > *:nth-child(5) { animation-delay: 0.52s; }
  .hero-home--editorial .gti-hero-copy > *:nth-child(6) { animation-delay: 0.62s; }

  .hero-home--editorial .gti-hero-aside,
  .hero-home--editorial .gti-hero-stats {
    opacity: 0;
    animation: fadeInUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.45s forwards;
  }
}

/* ==========================================================================
   Luxury polish — motion, depth, and interaction
   ========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-total-h, 5.25rem) + 0.75rem);
}

.gti-btn,
.btn-hero-plan,
.btn-hero-contact,
.pkg-card__btn,
.ft-btn,
.contact-submit,
.plan-tour-submit,
.booking-btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.gti-btn::after,
.btn-hero-plan::after,
.pkg-card__btn--solid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.18) 50%, transparent 65%);
  transform: translateX(-130%);
  transition: transform 0.55s ease;
  pointer-events: none;
  z-index: 1;
}

.gti-btn:hover::after,
.btn-hero-plan:hover::after,
.pkg-card__btn--solid:hover::after {
  transform: translateX(130%);
}

.gti-btn:hover,
.btn-hero-plan:hover,
.btn-hero-contact:hover,
.pkg-card__btn:hover,
.ft-btn:hover {
  transform: translateY(-2px);
}

.site-header--modern {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header--modern.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px -20px rgba(5, 41, 99, 0.35);
}

.site-header--modern .site-nav-list .nav-link {
  position: relative;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.site-header--modern .site-nav-list .nav-link::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.28rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-header--modern .site-nav-list .nav-link:hover::after,
.site-header--modern .site-nav-list .nav-link.active::after {
  width: auto;
  transform: scaleX(1);
}

.site-navbar-social-btn {
  transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.site-navbar-social-btn:hover {
  transform: translateY(-1px);
}

.gti-dest-card {
  box-shadow: 0 18px 40px -24px rgba(5, 41, 99, 0.45);
}

.gti-dest-card img {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.gti-dest-card:hover img {
  transform: scale(1.08);
}

.gti-dest-card__body {
  transition: transform 0.35s ease;
}

.gti-dest-card:hover .gti-dest-card__body {
  transform: translateY(-4px);
}

.gti-dest-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  opacity: 0.88;
  transform: translateY(4px);
  transition: letter-spacing 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.gti-dest-card:hover .gti-dest-card__cta {
  letter-spacing: 0.04em;
  color: var(--gold-light);
  opacity: 1;
  transform: translateY(0);
}

.gti-why-grid {
  counter-reset: why;
}

.gti-why-grid .why-choose-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gti-why-grid .why-choose-card::before {
  counter-increment: why;
  content: counter(why, decimal-leading-zero);
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(5, 41, 99, 0.14);
}

.gti-why-grid .why-choose-card:hover {
  border-color: rgba(224, 116, 30, 0.45) !important;
  box-shadow: 0 18px 40px -22px rgba(5, 41, 99, 0.22) !important;
}

.pkg-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pkg-card::before {
  display: none;
}

.pkg-card:hover .pkg-card__image {
  transform: scale(1.05);
}

.pkg-card__title {
  transition: color 0.25s ease;
}

.pkg-card:hover .pkg-card__title {
  color: var(--navy);
}

.gti-quote {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gti-quote:hover {
  border-color: rgba(224, 116, 30, 0.35);
  box-shadow: 0 18px 40px -22px rgba(5, 41, 99, 0.18);
}

.gti-quote footer img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(224, 116, 30, 0.55);
}

.gti-media-card img {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-section-image-wrap {
  overflow: hidden;
}

.about-section-image {
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-section-image-wrap:hover .about-section-image {
  transform: scale(1.04);
}

.about-section-link {
  transition: color 0.22s ease, letter-spacing 0.22s ease;
}

.about-section-link:hover {
  letter-spacing: 0.02em;
}

.gti-cta-band {
  background:
    radial-gradient(1200px 400px at 80% 0%, rgba(224, 116, 30, 0.18), transparent 60%),
    var(--navy);
}

.gti-hero-cities a {
  transition: color 0.22s ease;
}

.gti-hero-cities a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.gti-hero-cities a:hover::after {
  transform: scaleX(1);
}

.hero-home--editorial .hero-carousel-arrow {
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.hero-home--editorial .hero-carousel-arrow:hover {
  transform: translateY(-1px);
}

.page-header img,
.plan-tour-hero img,
.booking-page-hero img,
.packages-page-hero img,
[aria-label$="banner"] img.object-cover:not(.hero-slide) {
  animation: gtiHeroDrift 18s ease-in-out alternate infinite;
}

@keyframes gtiHeroDrift {
  from { transform: scale(1.05); }
  to { transform: scale(1.12); }
}

.contact-input,
.plan-tour-input,
.booking-input,
.pkg-quote-control {
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.site-whatsapp-float {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
}

.mobile-cta-bar__primary {
  transition: background 0.22s ease, transform 0.22s ease;
}

.mobile-cta-bar__primary:active {
  transform: scale(0.98);
}

.ft-links a,
.ft-contact a,
.site-footer-links a {
  transition: color 0.2s ease;
}

.pkg-cat-card,
.pkg-cat-card__bg-image {
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.pkg-cat-card:hover .pkg-cat-card__bg-image {
  transform: scale(1.06);
}

.gti-mini-card {
  position: relative;
}

.gti-mini-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.gti-mini-card:hover::after {
  transform: scaleX(1);
}

@media (hover: none) {
  .gti-dest-card__cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .gti-btn,
  .btn-hero-plan,
  .btn-hero-contact,
  .pkg-card__btn,
  .mobile-cta-bar__primary {
    min-height: 2.85rem;
  }

  .pkg-card .card-actions a {
    min-height: 2.75rem;
  }
}

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

  .gti-btn::after,
  .btn-hero-plan::after,
  .pkg-card__btn--solid::after,
  .page-header img,
  .plan-tour-hero img,
  .booking-page-hero img,
  .packages-page-hero img,
  [aria-label$="banner"] img.object-cover {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   Logo — 2:1 artwork, keep wordmark readable
   ========================================================================== */
.site-header--modern .site-navbar-row {
  min-height: 5.15rem;
  overflow: visible;
}

.site-header--modern .site-brand-link {
  display: flex;
  align-items: center;
  line-height: 0;
  overflow: visible;
}

.site-header--modern .site-logo-img,
.site-header--modern.is-scrolled .site-logo-img {
  display: block;
  width: auto;
  height: 4.15rem;
  max-width: min(15.5rem, 46vw);
  max-height: none;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

@media (min-width: 768px) {
  .site-header--modern .site-logo-img,
  .site-header--modern.is-scrolled .site-logo-img {
    height: 4.6rem;
    max-width: 16.5rem;
  }
}

@media (min-width: 1280px) {
  .site-header--modern .site-navbar-row {
    min-height: 5.5rem;
  }

  .site-header--modern .site-logo-img,
  .site-header--modern.is-scrolled .site-logo-img {
    height: 4.85rem;
    max-width: 17.5rem;
  }
}

.ft-logo {
  background: #fff;
  padding: 0.35rem 0.5rem;
}

.ft-logo__img {
  display: block;
  width: auto;
  height: 4.25rem;
  max-width: 16rem;
  aspect-ratio: 2 / 1;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 640px) {
  .ft-logo__img {
    height: 4.75rem;
    max-width: 17.5rem;
  }
}
