:root {
  --bg: #f6f8fb;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: #ffffff;
  --text: #11253d;
  --muted: #5a6c82;
  --navy: #0a2a49;
  --navy-deep: #061a2f;
  --navy-soft: #183f67;
  --red: #b4132a;
  --red-soft: #de596c;
  --gold: #d8a74a;
  --gold-deep: #a87317;
  --line: rgba(17, 37, 61, 0.1);
  --shadow: 0 24px 60px rgba(10, 42, 73, 0.12);
  --shadow-soft: 0 16px 32px rgba(10, 42, 73, 0.08);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1280px, calc(100% - 1.25rem));
  --header-offset: 96px;
}

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

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  background:
    radial-gradient(circle at top left, rgba(216, 167, 74, 0.22), transparent 22rem),
    radial-gradient(circle at bottom right, rgba(180, 19, 42, 0.1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

body.popup-open,
body.splash-active {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
  border: 0;
  background: transparent;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(10, 42, 73, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(180, 19, 42, 0.12);
  transform: translateY(-1px);
}

textarea {
  resize: vertical;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.container.narrow {
  max-width: 900px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.85rem;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.6rem, 4.6vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
}

h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.eyebrow {
  margin-bottom: 0.6rem;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 800;
}

.section {
  padding: 5.8rem 0;
}

.alt-section {
  background:
    linear-gradient(180deg, rgba(10, 42, 73, 0.035), rgba(216, 167, 74, 0.02)),
    rgba(255, 255, 255, 0.55);
}

.glass-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.section-head {
  max-width: 760px;
  margin-bottom: 2.4rem;
}

.section-head p:last-child {
  font-size: 1.02rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.45rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease;
}

a.btn[href^='tel:']::before,
a.btn[href*='wa.me']::before,
button.btn[data-contact-action='call']::before,
button.btn[data-contact-action='whatsapp']::before,
.float-btn.whatsapp::before,
.float-btn.call::before {
  content: '';
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 1.05rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

a.btn[href^='tel:']::before,
button.btn[data-contact-action='call']::before,
.float-btn.call::before {
  background-image: url('../images/icon-phone.svg');
  filter: brightness(0) invert(1);
}

a.btn[href*='wa.me']::before,
button.btn[data-contact-action='whatsapp']::before,
.float-btn.whatsapp::before {
  background-image: url('../images/icon-whatsapp.svg');
  filter: brightness(0) invert(1);
}

.icon-link,
.icon-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--navy);
}

.icon-link::before,
.icon-button::before,
.float-contact::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-link--phone::before,
.float-contact--phone::before,
.icon-button--phone::before {
  background-image: url('../images/icon-phone.svg');
}

.icon-link--chat::before,
.float-contact--chat::before,
.icon-button--chat::before {
  background-image: url('../images/icon-whatsapp.svg');
}

.icon-link--email::before,
.icon-button--email::before {
  background-image: url('../images/icon-mail.svg');
}

.icon-link--location::before,
.icon-button--location::before {
  background-image: url('../images/icon-location.svg');
}

.icon-button {
  display: inline-grid;
  place-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(10, 42, 73, 0.06);
  border: 1px solid rgba(10, 42, 73, 0.08);
  font-size: 0;
  line-height: 1;
}

.icon-button::before {
  margin: 0;
}

.icon-button--chat {
  background: linear-gradient(135deg, #0d9f6e, #21c57f);
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(13, 159, 110, 0.24);
}

.icon-button--chat::before {
  filter: brightness(0) invert(1);
}

.is-inverse,
.is-inverse:visited {
  color: rgba(255, 255, 255, 0.92);
}

.is-inverse::before {
  filter: brightness(0) invert(1);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(10, 42, 73, 0.14);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--navy) 0%, var(--red) 100%);
}

.btn-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 167, 74, 0.4);
}

.btn-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #0d9f6e 0%, #21c57f 100%);
}

a.btn-primary,
a.btn-whatsapp {
  color: #fff;
}

a.btn-secondary {
  color: var(--navy);
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--navy);
  font-weight: 800;
}

.inline-link::after {
  content: '\2192';
}

.center {
  justify-content: center;
}

.topbar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.74rem;
}

.topbar-inner,
.topbar-mobile,
.topbar-mobile-actions,
.header-shell,
.topbar-copy,
.topbar-links {
  display: flex;
  align-items: center;
}

.topbar-mobile {
  display: none;
}

.topbar-inner {
  justify-content: flex-start;
  gap: 0.75rem 1rem;
  min-height: 0;
  padding: 0.35rem 0;
  flex-wrap: wrap;
}

.topbar-copy,
.topbar-links {
  gap: 0.55rem 0.95rem;
  flex-wrap: wrap;
  min-width: 0;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  line-height: 1.35;
}

.topbar-item::before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 0.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.9;
}

.topbar-copy {
  flex: 1 1 34rem;
}

.topbar-links {
  flex: 1 1 26rem;
  justify-content: flex-end;
  margin-left: auto;
}

.topbar-item--phone::before {
  background-image: url('../images/icon-phone.svg');
  filter: brightness(0) invert(1);
}

.topbar-item--whatsapp::before {
  background-image: url('../images/icon-whatsapp.svg');
  filter: brightness(0) invert(1);
}

.topbar-item--email::before {
  background-image: url('../images/icon-mail.svg');
  filter: brightness(0) invert(1);
}

.topbar-item--location::before {
  background-image: url('../images/icon-location.svg');
  filter: brightness(0) invert(1);
}

.topbar-item--location {
  max-width: none;
  white-space: normal;
}

.topbar-links a {
  color: rgba(255, 255, 255, 0.96);
}

.topbar-mobile-copy {
  flex: 1 1 auto;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-mobile-actions {
  gap: 0.45rem;
  flex: 0 0 auto;
}

.topbar-mobile-quick {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.topbar-mobile-quick::before {
  content: '';
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.topbar-mobile-quick--call::before {
  background-image: url('../images/icon-phone.svg');
}

.topbar-mobile-quick--chat::before {
  background-image: url('../images/icon-whatsapp.svg');
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(10, 42, 73, 0.07);
  backdrop-filter: blur(14px);
}

.header-shell {
  min-height: 88px;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  flex-shrink: 0;
}

.brand img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
}

.footer-brand img {
  width: min(290px, 100%);
  height: auto;
  margin-bottom: 0.9rem;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.94));
  border: 1px solid rgba(216, 167, 74, 0.3);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
}

.footer-brand-mark img {
  width: min(178px, 100%);
  height: auto;
  margin: 0;
  border-radius: 18px;
}

.splash-card img {
  width: auto;
  max-width: min(520px, 100%);
  max-height: 180px;
  height: auto;
}

.site-nav,
.site-nav ul,
.hero-actions,
.trust-chips,
.section-actions,
.contact-layout,
.footer-grid,
.footer-bottom,
.section-cta,
.section-cta-actions,
.fact-grid,
.card-grid,
.counter-grid,
.content-grid,
.split-panel,
.bullet-row,
.timeline,
.anchor-chips,
.popup-actions,
.booking-form,
.form-actions {
  display: flex;
}

.site-nav {
  align-items: center;
  gap: 0.75rem;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  overflow: visible;
}

.site-nav li {
  flex-shrink: 0;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.site-nav ul a,
.nav-parent {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  position: relative;
  white-space: nowrap;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  background: transparent;
}

.nav-parent-icon {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.24s ease;
}

.nav-subtoggle {
  display: none;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 220px;
  max-width: min(320px, calc(100vw - 1.5rem));
  padding: 0.7rem;
  margin: 0;
  list-style: none;
  display: none;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(10, 42, 73, 0.08);
  box-shadow: var(--shadow-soft);
  z-index: 50;
}

.nav-dropdown a {
  display: block;
  padding: 0.58rem 0.75rem;
  border-radius: 12px;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: rgba(10, 42, 73, 0.06);
  color: var(--red);
}

.has-dropdown:hover > .nav-dropdown,
.has-dropdown:focus-within > .nav-dropdown,
.has-dropdown.is-open > .nav-dropdown {
  display: grid;
}

.has-dropdown.is-open > .nav-parent .nav-parent-icon {
  transform: rotate(-135deg) translateY(-1px);
}

.nav-cta {
  flex-shrink: 0;
}

.nav-mobile-meta {
  display: none;
}

.nav-cta .btn {
  padding: 0.8rem 1rem;
  font-size: 0.88rem;
}

.site-nav ul a.is-active,
.site-nav ul a:hover,
.nav-parent.is-active,
.nav-parent:hover,
.has-dropdown:hover > .nav-parent,
.has-dropdown:focus-within > .nav-parent {
  color: var(--red);
}

.site-nav ul a.is-active::after,
.site-nav ul a:hover::after,
.nav-parent.is-active::after,
.nav-parent:hover::after,
.has-dropdown:hover > .nav-parent::after,
.has-dropdown:focus-within > .nav-parent::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--red));
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(10, 42, 73, 0.12);
  padding: 0.7rem;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0.28rem 0;
  background: var(--navy);
  border-radius: 999px;
}

.menu-toggle strong {
  display: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero {
  position: relative;
  min-height: clamp(620px, 78svh, 700px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-backgrounds,
.hero-slide,
.hero-slide::after,
.inner-hero::after {
  position: absolute;
  inset: 0;
}

.hero-backgrounds {
  overflow: hidden;
}

.hero-slide {
  margin: 0;
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s ease;
  transform: scale(1.05);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide img,
.inner-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.12) contrast(1.05) brightness(1.12);
}

.inner-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
}

.hero-slide::after {
  content: '';
  background:
    linear-gradient(100deg, rgba(6, 26, 47, 0.32) 10%, rgba(6, 26, 47, 0.1) 56%, rgba(180, 19, 42, 0.06) 100%);
}

.hero-slide-label {
  position: absolute;
  left: clamp(1rem, 4vw, 2rem);
  bottom: clamp(1rem, 3.5vw, 1.7rem);
  z-index: 1;
  margin: 0;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.inner-hero::after {
  content: '';
  background:
    linear-gradient(100deg, rgba(6, 26, 47, 0.16) 8%, rgba(6, 26, 47, 0.04) 56%, rgba(180, 19, 42, 0.04) 100%);
}

.hero-content,
.inner-hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 490px);
  gap: 1.6rem;
  padding: clamp(1.75rem, 4vw, 2.9rem) 0 1.55rem;
  align-items: center;
}

.hero-copy,
.content-card,
.booking-box,
.contact-panel,
.map-wrap,
.section-cta,
.lead-popup-dialog,
.fact-card,
.service-card,
.vehicle-card,
.destination-card,
.special-card,
.testimonial-card,
.counter-card,
.route-card,
.timeline-card,
.faq-card,
.bullet-panel {
  border-radius: var(--radius-lg);
}

.hero-copy {
  padding: 1.45rem;
  color: #fff;
  max-width: 600px;
  background: linear-gradient(135deg, rgba(7, 25, 45, 0.56), rgba(7, 25, 45, 0.32));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow-soft);
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 3.2vw, 3.95rem);
  line-height: 0.95;
}

.hero-copy h1,
.inner-hero-content h1 {
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-copy p,
.hero-copy .eyebrow {
  color: #fff;
}

.hero-place {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.7rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: rgba(216, 167, 74, 0.18);
  border: 1px solid rgba(216, 167, 74, 0.28);
  color: #fff4d2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-copy p,
.inner-hero-content p,
.breadcrumb {
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.hero-text {
  max-width: 50ch;
  font-size: 0.98rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.trust-chips {
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.35rem;
}

.trust-chips span,
.tag-list span,
.badge,
.card-tag,
.anchor-chips a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.trust-chips span {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-form {
  align-self: center;
  justify-self: end;
  width: 100%;
  max-width: 490px;
}

.booking-box {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.booking-box.compact {
  padding: 1.25rem;
}

.booking-head {
  margin-bottom: 0.75rem;
}

.booking-head h2 {
  font-size: clamp(1.45rem, 1.7vw, 1.9rem);
  line-height: 1.06;
}

.booking-form {
  flex-wrap: wrap;
  gap: 0.8rem;
}

.booking-form label {
  display: grid;
  gap: 0.45rem;
  flex: 1 1 calc(50% - 0.5rem);
}

.booking-form label span {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--navy);
}

.booking-form .full,
.form-actions.full {
  flex-basis: 100%;
}

.form-actions {
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 0.3rem;
  flex-wrap: nowrap;
}

.form-note {
  margin: 0;
  font-size: 0.8rem;
  white-space: nowrap;
}

.fact-grid {
  gap: 1rem;
  flex-wrap: wrap;
}

.fact-card {
  flex: 1 1 220px;
  padding: 1.5rem;
}

.fact-card p {
  margin: 0 0 0.35rem;
  color: var(--navy);
  font-weight: 800;
}

.fact-card h3 {
  margin: 0;
}

.card-grid {
  gap: 1.3rem;
  flex-wrap: wrap;
}

.service-card,
.vehicle-card,
.special-card,
.destination-card,
.route-card,
.testimonial-card,
.counter-card {
  overflow: hidden;
}

.services-grid .service-card,
.vehicle-grid .vehicle-card,
.special-grid .special-card,
.route-grid .route-card {
  flex: 1 1 280px;
}

.card-media {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(10, 42, 73, 0.04), rgba(216, 167, 74, 0.08));
  overflow: hidden;
}

.card-media img,
.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
  transition: transform 0.45s ease;
}

.service-card:hover img,
.vehicle-card:hover img,
.special-card:hover img,
.destination-card:hover img,
.gallery-card:hover img {
  transform: scale(1.06);
}

.card-copy {
  padding: 1.45rem;
}

.card-tag {
  margin-bottom: 0.8rem;
  background: rgba(216, 167, 74, 0.14);
  color: var(--gold-deep);
  width: fit-content;
}

.meta {
  font-weight: 700;
  color: var(--navy);
}

.badge {
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, rgba(216, 167, 74, 0.18), rgba(180, 19, 42, 0.1));
  color: var(--navy);
  width: fit-content;
}

.carousel-shell {
  position: relative;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.carousel-btn {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 42, 73, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.4rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.destination-card {
  flex: 0 0 calc(25% - 0.75rem);
  min-width: 0;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.destination-card img {
  height: 210px;
  object-fit: contain;
}

.destination-copy {
  padding: 1.25rem;
}

.split-panel {
  align-items: start;
  gap: 1.4rem;
}

.split-copy,
.bullet-panel {
  flex: 1 1 0;
}

.bullet-panel {
  padding: 1.8rem;
}

.bullet-panel.wide {
  max-width: 920px;
  margin: 0 auto;
}

.bullet-row {
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(10, 42, 73, 0.08);
}

.bullet-row:last-child {
  border-bottom: 0;
}

.bullet-row span {
  width: 14px;
  height: 14px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--red));
  flex-shrink: 0;
}

.bullet-row p {
  margin: 0;
}

.counter-wrap {
  position: relative;
}

.counter-grid {
  gap: 1rem;
  flex-wrap: wrap;
}

.counter-card {
  flex: 1 1 180px;
  padding: 1.8rem 1.2rem;
  text-align: center;
}

.counter-card h3 {
  font-size: clamp(2.4rem, 4vw, 3rem);
  color: var(--navy);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

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

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  min-height: 260px;
  padding: 0;
  text-align: left;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gallery-card span,
.gallery-card small {
  position: absolute;
  left: 1rem;
  z-index: 2;
  color: #fff;
}

.gallery-card span {
  bottom: 2.1rem;
  font-weight: 800;
}

.gallery-card small {
  bottom: 0.9rem;
  opacity: 0.86;
}

.gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(6, 26, 47, 0.86) 100%);
}

.testimonial-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  padding: 1.6rem;
}

.quote {
  font-size: 1rem;
  color: var(--text);
}

.reviewer strong {
  display: block;
  color: var(--navy);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-card {
  padding: 1.1rem 1.3rem;
  background: rgba(255, 255, 255, 0.92);
}

.faq-card summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

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

.faq-card summary::after {
  content: '+';
  font-size: 1.35rem;
}

.faq-card[open] summary::after {
  content: '\2212';
}

.faq-card p {
  margin-top: 0.9rem;
}

.contact-layout {
  align-items: stretch;
  gap: 1.3rem;
}

.contact-panel,
.contact-form-wrap {
  flex: 1 1 0;
}

.contact-panel {
  padding: 1.8rem;
  display: grid;
  gap: 1.4rem;
}

.contact-block h3 {
  margin-bottom: 0.8rem;
}

.contact-line {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(10, 42, 73, 0.08);
}

.contact-line-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.45rem;
}

.contact-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.contact-line strong,
.contact-line a {
  display: block;
}

.contact-line a {
  color: var(--navy);
  font-weight: 800;
}

.contact-line p {
  margin: 0.4rem 0 0;
}

.contact-meta-list {
  display: grid;
  gap: 0.7rem;
}

.map-wrap {
  margin-top: 1.2rem;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.section-cta-shell {
  padding-top: 0;
}

.section-cta {
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.7rem 1.8rem;
}

.section-cta h3 {
  margin-bottom: 0.55rem;
}

.section-cta-actions {
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.inner-hero {
  position: relative;
  min-height: clamp(360px, 44svh, 420px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10, 42, 73, 0.12), rgba(216, 167, 74, 0.1));
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 26, 47, 0.08), rgba(6, 26, 47, 0.04));
  z-index: 1;
}

.inner-hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: min(calc(100% - 1.25rem), 1280px);
  padding: 1.3rem 1.35rem;
  color: #fff;
  max-width: 700px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 25, 45, 0.54), rgba(7, 25, 45, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
}

.inner-hero-content p {
  max-width: 54ch;
}

.inner-hero-content h1 {
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 0.95;
}

.inner-hero-content .eyebrow,
.inner-hero-content h1,
.inner-hero-content p,
.breadcrumb {
  color: #fff;
}

.breadcrumb {
  display: inline-flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.content-card {
  padding: 1.8rem;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.content-grid {
  gap: 1.2rem;
  align-items: stretch;
}

.content-grid > * {
  flex: 1 1 0;
}

.route-grid .route-card,
.timeline-card {
  padding: 1.5rem;
}

.timeline {
  flex-direction: column;
  gap: 1rem;
}

.timeline-card span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.anchor-chips {
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.anchor-chips a,
.tag-list span {
  background: rgba(10, 42, 73, 0.08);
  color: var(--navy);
}

.tag-list {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.site-footer {
  background: linear-gradient(180deg, #0a2441 0%, #06172a 100%);
  color: rgba(255, 255, 255, 0.84);
  padding: 4.2rem 0 1.2rem;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.footer-grid {
  align-items: start;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-grid > * {
  flex: 1 1 180px;
}

.footer-grid h3 {
  color: #fff;
  font-size: 1.5rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.footer-contact-list {
  gap: 0.9rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.footer-contact-item .icon-link,
.footer-contact-item > span {
  flex: 1 1 0;
  min-width: 0;
}

.footer-contact-item .icon-button {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.footer-brand {
  flex: 1.5 1 260px;
}

.footer-keywords {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-actions {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 45;
}

.floating-stack {
  display: grid;
  gap: 0.8rem;
  justify-items: end;
}

.floating-group {
  position: relative;
}

.float-btn,
.mobile-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 62px;
  min-height: 62px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.float-btn.whatsapp {
  background: linear-gradient(135deg, #0d9f6e, #21c57f);
  color: #fff;
  position: relative;
}

.float-btn.call {
  background: linear-gradient(135deg, var(--red), #df5166);
  color: #fff;
  position: relative;
}

.float-btn.top {
  background: #fff;
  color: var(--navy);
}

.float-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  width: 280px;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.float-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.float-panel a {
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem;
  border-radius: 14px;
  background: rgba(10, 42, 73, 0.05);
}

.float-contact {
  grid-template-columns: auto 1fr;
  column-gap: 0.7rem;
  align-items: center;
}

.float-contact::before {
  width: 1.05rem;
  height: 1.05rem;
  flex-basis: 1.05rem;
}

.float-contact strong,
.float-contact span {
  grid-column: 2;
}

.float-panel a strong {
  color: var(--navy);
}

.mobile-booking {
  display: none;
  width: calc(100vw - 2rem);
  margin-top: 0.8rem;
  background: linear-gradient(135deg, var(--navy), var(--red));
  color: #fff;
}

.lead-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.contact-chooser {
  position: fixed;
  inset: 0;
  z-index: 65;
}

.contact-chooser-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 2rem));
  margin: 10vh auto 0;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.95);
}

.chooser-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.chooser-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(10, 42, 73, 0.05);
  border: 1px solid rgba(10, 42, 73, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.chooser-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.chooser-card strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.chooser-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(216, 167, 74, 0.14);
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lead-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 26, 47, 0.62);
}

.lead-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 2rem));
  margin: 7vh auto 0;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.94);
}

.popup-close,
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.6rem;
  color: var(--navy);
  background: rgba(10, 42, 73, 0.06);
}

.popup-actions {
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  background: rgba(6, 26, 47, 0.92);
  padding: 1.5rem;
}

.lightbox img {
  max-width: min(1000px, 100%);
  max-height: 88vh;
  border-radius: 24px;
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(216, 167, 74, 0.36), transparent 32rem),
    linear-gradient(135deg, #07192d 0%, #0e365f 68%, #74101f 100%);
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.splash-screen.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.splash-card {
  width: min(680px, calc(100% - 2rem));
  text-align: center;
  padding: 2rem 1.6rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  animation: splashEnter 1.1s ease both;
}

.splash-logo-shell {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1rem;
  margin: 0 auto 1.1rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(6, 26, 47, 0.18);
}

.splash-card img {
  width: auto;
  max-width: min(500px, 100%);
  max-height: 150px;
  height: auto;
  margin: 0 auto;
}

.splash-text h1,
.splash-text p,
.splash-kicker {
  color: #fff;
}

.splash-kicker {
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

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

@keyframes splashEnter {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1180px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hero-form {
    align-self: stretch;
    max-width: 720px;
  }

  .destination-card {
    flex-basis: calc(33.333% - 0.67rem);
  }

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

@media (max-width: 980px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.4rem 0;
  }

  .topbar-copy,
  .topbar-links {
    flex: 0 0 auto;
    width: 100%;
    overflow: visible;
    justify-content: flex-start;
  }

  .topbar-links {
    margin-left: 0;
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-offset, 96px) + 0.45rem);
    right: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 1.2rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    max-height: calc(100svh - var(--header-offset, 96px) - 0.9rem);
    overflow: auto;
    overscroll-behavior: contain;
    flex: 0 0 auto;
    min-width: auto;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav ul {
    display: block;
    width: 100%;
    overflow: visible;
  }

  .nav-item {
    width: 100%;
    display: block;
  }

  .site-nav ul > .nav-item + .nav-item {
    margin-top: 0.16rem;
  }

  .nav-item.has-dropdown {
    display: block;
  }

  .nav-subtoggle {
    display: none;
  }

  .nav-dropdown {
    position: static !important;
    min-width: 0;
    width: 100%;
    margin-top: 0.35rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none !important;
    box-shadow: none;
    background: rgba(10, 42, 73, 0.035);
    padding: 0.55rem;
    border-radius: 18px;
    border: 1px solid rgba(10, 42, 73, 0.08);
    max-height: none !important;
    overflow: visible !important;
    animation: mobile-accordion-in 0.22s ease;
  }

  .site-nav .nav-item.has-dropdown.is-open > .nav-dropdown {
    display: block !important;
  }

  .site-nav ul a,
  .nav-parent {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
  }

  .nav-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .nav-dropdown a {
    display: block;
    padding: 0.72rem 0.95rem 0.72rem 1.25rem;
    margin-left: 0.22rem;
    border-radius: 14px;
  }

  .nav-dropdown a + a {
    margin-top: 0.14rem;
  }

  @keyframes mobile-accordion-in {
    from {
      opacity: 0;
      transform: translateY(-6px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .site-nav .nav-cta,
  .site-nav .nav-cta .btn {
    width: 100%;
  }

  .site-nav .nav-cta {
    margin-top: 1rem;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    z-index: 3;
    width: auto;
    height: 48px;
    gap: 0.55rem;
    padding: 0.7rem 0.9rem;
    background: var(--navy);
    border-color: rgba(10, 42, 73, 0.22);
    box-shadow: var(--shadow-soft);
  }

  .menu-toggle span {
    display: none;
  }

  .menu-toggle strong {
    display: block;
    color: #fff;
  }

  .menu-toggle::before {
    content: '';
    width: 18px;
    height: 12px;
    display: block;
    background:
      linear-gradient(#fff 0 0) center top / 18px 2px no-repeat,
      linear-gradient(#fff 0 0) center center / 18px 2px no-repeat,
      linear-gradient(#fff 0 0) center bottom / 18px 2px no-repeat;
  }

  .split-panel,
  .contact-layout,
  .two-col,
  .content-grid {
    flex-direction: column;
    display: flex;
  }

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

  .destination-card {
    flex-basis: calc(50% - 0.5rem);
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4.6rem 0;
  }

  .topbar {
    display: block;
  }

  .header-shell {
    min-height: 70px;
    gap: 0.75rem;
  }

  .brand img {
    max-height: 52px;
  }

  .site-nav {
    top: calc(var(--header-offset, 96px) + 0.35rem);
    right: 0.75rem;
    left: 0.75rem;
    padding: 1rem;
    max-height: calc(100svh - var(--header-offset, 96px) - 0.75rem);
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-offset, 96px) + 0.4rem);
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    padding: 0 0 1rem;
    gap: 0.9rem;
  }

  .hero-copy {
    padding: 1.1rem;
    width: 100%;
    max-width: none;
  }

  .hero-copy h1 {
    font-size: clamp(1.75rem, 7.8vw, 2.35rem);
    line-height: 1.02;
    max-width: 11ch;
  }

  .hero-text {
    font-size: 0.9rem;
    max-width: 29ch;
  }

  .menu-toggle {
    min-width: 112px;
    height: 46px;
    padding: 0.65rem 0.9rem;
    border-radius: 16px;
    gap: 0.55rem;
  }

  .menu-toggle strong {
    font-size: 0.86rem;
    letter-spacing: 0.01em;
  }

  .hero-form,
  .hero-form .booking-box {
    width: 100%;
    max-width: none;
  }

  .booking-box {
    padding: 1rem;
  }

  .booking-head h2 {
    font-size: clamp(1.38rem, 6vw, 1.85rem);
  }

  .trust-chips {
    gap: 0.45rem;
    margin-top: 1rem;
  }

  .trust-chips span {
    font-size: 0.68rem;
    padding: 0.42rem 0.62rem;
  }

  .hero-actions .btn,
  .popup-actions .btn,
  .section-cta-actions .btn {
    width: 100%;
  }

  .booking-form label {
    flex-basis: 100%;
  }

  .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .form-note {
    white-space: normal;
  }

  .gallery-grid,
  .gallery-grid.full,
  .testimonial-slider {
    grid-template-columns: 1fr;
  }

  .section-cta {
    flex-direction: column;
  }

  .topbar-inner {
    display: none;
  }

  .topbar-mobile {
    display: flex;
    justify-content: flex-start;
    gap: 0.45rem;
    padding: 0.45rem 0;
  }

  .topbar-mobile-actions {
    display: none;
  }

  .nav-mobile-meta {
    display: grid;
    gap: 0.8rem;
    width: 100%;
    padding-top: 0.95rem;
    margin-top: 0.95rem;
    border-top: 1px solid rgba(10, 42, 73, 0.08);
  }

  .nav-mobile-meta .icon-link {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .float-btn {
    min-width: 58px;
    min-height: 58px;
    padding: 0.78rem 0.95rem;
  }

  .float-btn.whatsapp,
  .float-btn.call {
    width: 56px;
    min-width: 56px;
    padding: 0;
    font-size: 0;
    display: grid;
    place-items: center;
  }

  .float-btn.whatsapp::before,
  .float-btn.call::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.25rem;
    height: 1.25rem;
    flex-basis: 1.25rem;
    margin: 0 auto;
  }

  .float-btn.top {
    display: none;
  }

  .mobile-booking {
    display: none;
  }

  .floating-actions {
    right: 0.7rem;
    left: auto;
    bottom: 0.7rem;
  }

  .floating-stack {
    justify-items: stretch;
  }

  .floating-group {
    justify-self: end;
  }

  .inner-hero .breadcrumb {
    display: none;
  }

  .inner-hero {
    min-height: 620px;
    padding-top: calc(var(--header-offset, 96px) + 0.4rem);
    align-items: end;
  }

  .inner-hero-content {
    top: auto;
    bottom: 1rem;
    transform: translateX(-50%);
    max-width: min(calc(100% - 1rem), 640px);
    padding: 1rem 1rem 1.1rem;
  }

  .inner-hero-content > p:last-of-type {
    display: block;
    font-size: 0.88rem;
    max-width: 27ch;
  }

  .inner-hero-content h1 {
    font-size: clamp(1.65rem, 7.6vw, 2.2rem);
    line-height: 1.02;
    max-width: 13ch;
  }

  .hero-place {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .hero-slide-label {
    left: 0.8rem;
    right: auto;
    bottom: 0.8rem;
    font-size: 0.66rem;
    padding: 0.42rem 0.7rem;
  }

  .carousel-controls {
    justify-content: space-between;
  }

  .contact-chooser-dialog {
    margin-top: 6vh;
  }

  .chooser-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 1rem, 1180px);
  }

  .brand img {
    max-height: 48px;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hero-copy,
  .booking-box,
  .content-card,
  .bullet-panel,
  .section-cta,
  .lead-popup-dialog {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .float-panel {
    width: min(90vw, 280px);
  }

  .lead-popup-dialog {
    margin-top: 4vh;
  }

  .inner-hero {
    min-height: 650px;
  }

  .inner-hero-content {
    top: auto;
    bottom: 0.9rem;
    width: min(calc(100% - 0.8rem), 600px);
  }

  .topbar-mobile-copy {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }

  .destination-card img {
    height: 182px;
  }

  .inner-hero-content h1 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .destination-card {
    flex-basis: 84%;
  }
}
