:root {
  --ink: #10212b;
  --sea: #0b5d73;
  --leaf: #86d58a;
  --foam: #f5fafc;
  --reef: #ef6c24;
  --panel: #ffffffee;
  --line: #d7e3e8;
  --night: #142a33;
  --hero-description-font-size: 1.62rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background: var(--foam);
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
}

a {
  color: inherit;
}

#hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: translateX(0%);
  opacity: 0;
  pointer-events: none;
  will-change: transform;
}

.hero-bg-layer.is-active {
  opacity: 1;
}

.hero-wrap {
  position: relative;
  min-height: 760px;
  padding: 94px 0 0;
  background:
    linear-gradient(180deg, rgba(16, 33, 43, 0.42), rgba(16, 33, 43, 0.58)),
    radial-gradient(circle at 20% 25%, rgba(134, 213, 138, 0.28), transparent 18%),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.18), transparent 16%),
    linear-gradient(120deg, #456b74 0%, #788f85 28%, #d8d2bb 52%, #47556a 100%);
}

.hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 1px, transparent 1px, transparent 100%),
    linear-gradient(rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 100%);
  background-size: 44px 44px;
  mix-blend-mode: soft-light;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: min(1760px, 96vw);
  margin: 0 auto;
  padding: 0 clamp(16px, 2.2vw, 34px) 48px;
}

.utility-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: var(--hero-description-font-size);
  padding: 8px 16px;
  background: rgba(10, 16, 20, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.utility-right {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.utility-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.utility-menu {
  position: relative;
}

.utility-icon-btn {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: var(--hero-description-font-size);
}

.utility-icon-btn:hover,
.utility-icon-btn:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.utility-menu.is-open .utility-icon-btn {
  border-color: #0b5d73;
  background: rgba(11, 93, 115, 0.24);
  box-shadow: 0 0 0 1px rgba(11, 93, 115, 0.35);
}

.utility-account-btn {
  width: auto;
  min-width: 40px;
  padding: 3px 8px 3px 10px;
  gap: 8px;
}

.utility-account-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.05;
  white-space: nowrap;
  max-width: 210px;
  pointer-events: none;
}

.utility-account-greeting {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.utility-account-label {
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.utility-icon-btn svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.utility-comm-link {
  width: auto;
  min-width: 56px;
  padding: 0 12px;
  gap: 8px;
  font-size: var(--hero-description-font-size);
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.utility-comm-icon-btn {
  text-decoration: none;
  position: relative;
}

.utility-comm-badge {
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.78em;
  line-height: 1;
  background: #c93636;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 0 3px;
}

.utility-flag {
  font-size: 0.75em;
  line-height: 1;
}

.utility-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  min-width: 320px;
  background: rgba(13, 34, 51, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #e8f4f8;
  border-radius: 0 0 14px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 3px solid #0b5d73;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.55);
  z-index: 40;
  padding: 14px;
}

.utility-dropdown[data-account-dropdown] {
  min-width: 470px;
  max-width: min(88vw, 560px);
}

.utility-menu.is-super-admin .utility-dropdown[data-account-dropdown] {
  min-width: 320px;
  max-width: 320px;
}

.utility-menu.is-non-super-auth .utility-dropdown[data-account-dropdown] {
  min-width: 320px;
  max-width: 320px;
}

.utility-menu.is-open .utility-dropdown {
  display: block;
}

.menu-row {
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  color: #cde5ef;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  text-align: left;
  border-radius: 9px;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.menu-row.is-selected {
  border-color: #0b5d73;
  box-shadow: inset 0 0 0 1px rgba(11, 93, 115, 0.2);
  color: #fff;
}

.menu-row:hover,
.menu-row:focus-visible {
  outline: none;
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.menu-row small {
  margin-left: auto;
  font-size: var(--hero-description-font-size);
  color: #7aafc4;
}

.menu-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 8px 0;
}

.utility-auth-panel {
  display: grid;
  gap: 14px;
}

.utility-auth-title {
  font-weight: 800;
  color: #fff;
  font-size: var(--hero-description-font-size);
  letter-spacing: 0.01em;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.utility-auth-view {
  display: block;
}

.utility-auth-view[hidden] {
  display: none !important;
}

.utility-auth-form {
  display: grid;
  gap: 12px;
}

.utility-auth-form label {
  display: grid;
  gap: 8px;
  font-size: var(--hero-description-font-size);
  font-weight: 600;
  color: #9fc8d8;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.utility-auth-form .utility-auth-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--hero-description-font-size);
  font-weight: 600;
  color: #cde5ef;
  letter-spacing: 0;
  text-transform: none;
}

.utility-auth-form .utility-auth-checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.utility-auth-form .utility-auth-checkbox span {
  line-height: 1.45;
}

.utility-auth-form input {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 14px 16px;
  font: inherit;
  font-size: var(--hero-description-font-size);
  background: rgba(255,255,255,0.07);
  color: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.utility-auth-form input::placeholder {
  color: rgba(255,255,255,0.3);
}

.utility-auth-form input:focus {
  border-color: #0b9abf;
  background: rgba(255,255,255,0.1);
}

.utility-auth-form button,
.utility-auth-actions a {
  border: 0;
  border-radius: 10px;
  padding: 14px 18px;
  font: inherit;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  background: #0b5d73;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.utility-auth-form button:hover,
.utility-auth-actions a:hover {
  background: #0d7a96;
}

.utility-auth-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.utility-admin-menu {
  display: grid;
  gap: 4px;
}

.utility-admin-menu.is-super-admin {
  gap: 6px;
}

.utility-admin-menu-options {
  display: grid;
  gap: 4px;
}

.utility-admin-menu .menu-row {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.utility-admin-menu .menu-row::after {
  content: "";
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  opacity: 0.92;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
}

.utility-admin-menu .menu-row:hover::after,
.utility-admin-menu .menu-row:focus-visible::after {
  opacity: 1;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.45));
}

.utility-admin-menu .menu-row[data-nav-item="account"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 19c1.6-3 4-4.5 7-4.5s5.4 1.5 7 4.5'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="messages"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 8l9 6 9-6'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="tours"]::after {
  background-image: url("/img/sitelogo-w.svg?v=1");
}

.utility-admin-menu .menu-row[data-nav-item="bookings"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="reporting"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M7 15l3-3 3 2 4-5'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="operators"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='7' width='16' height='12' rx='1.5'/%3E%3Cpath d='M9 7V4h6v3'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="users"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3Ccircle cx='16.5' cy='10.5' r='2.5'/%3E%3Cpath d='M3.5 19c1.2-2.5 3-4 5.5-4s4.3 1.5 5.5 4'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="seo"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='5'/%3E%3Cpath d='M20 20l-4.2-4.2'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="blog"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 5h10a4 4 0 014 4v10H9a4 4 0 01-4-4V5z'/%3E%3Cpath d='M9 10h6M9 14h5'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-nav-item="settings"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cde5ef' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1 1 0 0 0 .2 1.1l.1.1a1.9 1.9 0 1 1-2.7 2.7l-.1-.1a1 1 0 0 0-1.1-.2 1 1 0 0 0-.6.9V20a2 2 0 1 1-4 0v-.2a1 1 0 0 0-.6-.9 1 1 0 0 0-1.1.2l-.1.1a1.9 1.9 0 1 1-2.7-2.7l.1-.1a1 1 0 0 0 .2-1.1 1 1 0 0 0-.9-.6H4a2 2 0 1 1 0-4h.2a1 1 0 0 0 .9-.6 1 1 0 0 0-.2-1.1l-.1-.1a1.9 1.9 0 1 1 2.7-2.7l.1.1a1 1 0 0 0 1.1.2 1 1 0 0 0 .6-.9V4a2 2 0 1 1 4 0v.2a1 1 0 0 0 .6.9 1 1 0 0 0 1.1-.2l.1-.1a1.9 1.9 0 1 1 2.7 2.7l-.1.1a1 1 0 0 0-.2 1.1 1 1 0 0 0 .9.6H20a2 2 0 1 1 0 4h-.2a1 1 0 0 0-.9.6z'/%3E%3C/svg%3E");
}

.utility-admin-menu .menu-row[data-logout-btn]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6464' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 4H6a2 2 0 00-2 2v12a2 2 0 002 2h4'/%3E%3Cpath d='M14 16l4-4-4-4'/%3E%3Cpath d='M18 12H9'/%3E%3C/svg%3E");
}

.utility-admin-menu.is-super-admin .menu-row {
  justify-content: flex-end;
}

.utility-admin-menu.is-super-admin .utility-admin-menu-options {
  width: 100%;
  grid-template-columns: 1fr;
  justify-content: stretch;
  column-gap: 0;
  row-gap: 4px;
}

.utility-admin-menu.is-super-admin .menu-row-danger {
  grid-column: auto;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
}

.menu-row-danger {
  color: #cde5ef;
  background: transparent;
}

.menu-row-danger:hover,
.menu-row-danger:focus-visible {
  background: rgba(255,255,255,0.08);
  color: #fff;
}

.utility-auth-actions .menu-row {
  margin: 0;
  width: auto;
  background: rgba(255,255,255,0.08);
  color: #cde5ef;
  padding: 12px 16px;
  border-radius: 10px;
}

.utility-auth-summary {
  font-size: var(--hero-description-font-size);
  color: #e8f4f8;
  font-weight: 700;
}

.utility-auth-status {
  min-height: 0;
  font-size: var(--hero-description-font-size);
  color: #7aafc4;
}

.utility-auth-status:empty {
  display: none;
}

.utility-auth-status.is-error {
  color: #ff8080;
}

.utility-phone {
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: var(--hero-description-font-size);
}

.utility-icon {
  color: #fff;
  text-decoration: none;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  opacity: 0.88;
  text-transform: lowercase;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: rgba(13, 34, 51, 0.86);
  border-top: 0;
  border-bottom: 3px solid #0b5d73;
  padding: 10px 16px;
  backdrop-filter: blur(3px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: sticky;
  top: 0;
  z-index: 45;
}

.topbar.topbar-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(13, 34, 51, 0.86);
  border-top: 0;
  border-bottom: 3px solid #0b5d73;
}

.topbar-tools {
  margin-left: auto;
}

/* ── Mobile icon buttons (next to hamburger on mobile) ─────────── */
.topbar-mobile-icons {
  display: none;
  gap: 8px;
  align-items: center;
}

.topbar-mobile-lang-menu {
  position: relative;
}

.topbar-mobile-lang-menu .utility-dropdown {
  right: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  padding: 10px;
  border-radius: 12px;
}

.topbar-mobile-lang-menu .menu-row {
  font-size: 0.9rem;
  padding: 8px 10px;
}

.topbar-mobile-icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}

.topbar-mobile-icon:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.4);
}

.topbar-mobile-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.topbar-mobile-icon-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  line-height: 1;
  background: #c93636;
  color: #fff;
  font-weight: 700;
  padding: 0 4px;
}

/* ── Mobile navigation drawer ────────────────────────────── */
.mobile-nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}

.mobile-nav-drawer.is-open {
  pointer-events: auto;
}

.mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 22, 0.54);
  opacity: 0;
  transition: opacity 0.25s;
}

.mobile-nav-drawer.is-open .mobile-nav-overlay {
  opacity: 1;
}

.mobile-nav-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(320px, 88vw);
  background: #0f2530;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.4);
}

.mobile-nav-drawer.is-open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.mobile-nav-close {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.mobile-nav-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  color: #e2f0f7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.15s;
  width: 100%;
}

.mobile-nav-row:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-nav-row-danger {
  color: #f87171;
}

.mobile-nav-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}

.mobile-nav-section-label {
  padding: 10px 18px 4px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
}

/* Language grid in mobile drawer */
.mobile-lang-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 8px 14px 12px;
}

.mobile-lang-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e2f0f7;
  cursor: pointer;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  transition: background 0.15s, border-color 0.15s;
}

.mobile-lang-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-lang-btn.is-active {
  background: rgba(11, 93, 115, 0.5);
  border-color: #0b5d73;
}

.mobile-lang-code {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.mobile-lang-name {
  font-size: 0.72rem;
  opacity: 0.7;
  margin-top: 2px;
  line-height: 1;
}

/* Account forms inside mobile drawer reuse utility-auth-* classes */
.mobile-account-section {
  padding: 4px 14px 16px;
}

.mobile-account-section .utility-auth-form {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 12px;
}

.mobile-account-section .utility-auth-form label,
.mobile-account-section .utility-auth-form span {
  color: #c8dce7;
  font-size: 0.88rem;
}

.mobile-account-section .utility-auth-form input[type="email"],
.mobile-account-section .utility-auth-form input[type="password"],
.mobile-account-section .utility-auth-form input[type="text"] {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 8px 4px;
  font: inherit;
  font-size: 0.95rem;
  border-radius: 0;
  margin-top: 4px;
}

.mobile-account-section .utility-auth-form button[type="submit"] {
  margin-top: 10px;
  width: 100%;
  background: #1f6fb2;
  color: #fff;
  border: 1px solid #1a5f97;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.mobile-account-section .utility-auth-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.mobile-account-section .utility-auth-actions button {
  flex: 1;
}

.mobile-account-section .utility-auth-status {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #86d58a;
}

/* Show on mobile, hide desktop tools */
@media (max-width: 700px) {
  .topbar {
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 12px;
    min-height: 64px;
    flex-wrap: nowrap;
  }

  .topbar-tools-desktop {
    display: none !important;
  }

  .top-links {
    display: none !important;
    flex: 0 0 auto !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .brand {
    font-size: 0.88rem !important;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    letter-spacing: 0 !important;
  }

  .brand div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .topbar-mobile-icons {
    display: flex !important;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
  }

  .topbar-mobile-icon {
    width: 40px;
    height: 40px;
    padding: 6px;
    flex-shrink: 0;
  }

  .topbar-mobile-icon svg {
    width: 20px;
    height: 20px;
  }

  .topbar-mobile-icon-badge {
    width: auto;
    min-width: 18px;
    height: 18px;
    font-size: 0.65rem;
    padding: 0 4px;
    top: -4px;
    right: -4px;
  }

  .mobile-nav-drawer {
    display: block;
  }
}

.brand {
  font-family: "Open Sans", sans-serif;
  font-size: calc(var(--hero-description-font-size) * 0.624);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-links a,
.utility-icon-btn,
.utility-account-copy,
.utility-flag,
.topbar-mobile-icon,
.mobile-nav-row,
.mobile-nav-section-label {
  font-family: "Open Sans", sans-serif;
  font-size: calc(var(--hero-description-font-size) * 0.624);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 45px;
  height: 45px;
  object-fit: contain;
  display: block;
}

.brand small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  letter-spacing: 0.18em;
  opacity: 0.9;
}

.top-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 28px;
  margin-right: 16px;
}

.top-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: calc(var(--hero-description-font-size) * 0.624);
  opacity: 0.92;
  transition: opacity 0.18s ease;
}

.top-links a:hover,
.top-links a:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.utility-dropdown,
.utility-dropdown .menu-row,
.utility-dropdown .menu-row span,
.utility-dropdown .menu-row small,
.utility-dropdown .utility-auth-title,
.utility-dropdown .utility-auth-form label,
.utility-dropdown .utility-auth-form button,
.utility-dropdown .utility-auth-actions a,
.utility-dropdown .utility-auth-summary,
.utility-dropdown .utility-auth-status {
  font-family: "Open Sans", sans-serif;
  font-size: calc(var(--hero-description-font-size) * 0.624);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.contact-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.contact-btn {
  color: #fff;
  background: #1bc978;
  padding: 11px 20px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  font-size: var(--hero-description-font-size);
}

.hero {
  position: relative;
  display: block;
  padding: 26px 0 64px;
  color: #fff;
  min-height: 520px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
  gap: clamp(44px, 5vw, 96px);
  align-items: start;
}

.hero-layout > * {
  min-width: 0;
}

.hero-copy {
  order: 1;
}

.hero-filter-panel {
  order: 2;
}

.hero-copy,
.hero-card,
.section-card,
.tour-card,
.cta-banner,
.trust-strip {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(16, 33, 43, 0.08);
}

.tour-card[hidden] {
  display: none !important;
}

.hero-copy {
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 100%;
  max-width: none;
  text-align: left;
}

.hero-copy-inner {
  width: 100%;
  max-width: none;
  min-height: 540px;
  position: relative;
  padding-bottom: 224px;
}

h2,
h3 {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.02em;
}

.cta,
.language-row,
.featured-meta,
.tour-meta,
.filters,
.trust-metrics,
.tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  border-radius: 12px;
  padding: 12px 18px;
}

.btn-primary {
  background: #1f6fb2;
  color: #fff;
  border: 1px solid #1a5f97;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #185786;
  color: #fff;
}

.btn-secondary {
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}

.btn-accent {
  background: var(--reef);
  color: #fff;
}

.hero-carousel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  max-width: none;
  padding: 10px 16px;
  display: grid;
  gap: 8px;
  background: transparent;
  border-top: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.hero-trust-highlights {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  z-index: 2;
}

.hero-trust-highlights .trust-highlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.hero-trust-highlights .trust-highlights-card {
  min-height: 0;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(6, 16, 24, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

.hero-trust-highlights .trust-highlights-icon {
  width: 26px;
  height: 26px;
  background: rgba(6, 16, 24, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}

.hero-trust-highlights .trust-highlights-icon svg {
  width: 14px;
  height: 14px;
}

.hero-trust-highlights .trust-highlights-card h3 {
  margin: 0;
  font-size: var(--hero-description-font-size);
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
}

.hero-trust-highlights .trust-highlights-card p {
  flex-basis: 100%;
  margin: 0;
  font-size: calc(var(--hero-description-font-size) * 0.75);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
  text-align: center;
}

.hero-carousel-footer,
.hero-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-carousel-footer {
  position: relative;
  z-index: 0;
}

.hero-carousel-status {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 700;
}

.hero-carousel-count {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.hero-slides {
  position: relative;
  min-height: 540px;
  height: 100%;
}

.hero-slide {
  display: none;
  min-height: 540px;
  padding: 40px 0 0;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.hero-slide.is-active {
  display: flex;
}

.hero-slide-copy {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-filter-panel {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 10px 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: grid;
  gap: 10px;
  align-self: flex-start;
  margin-top: 0;
  z-index: 50;
  min-width: 0;
  width: 100%;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.88), 0 2px 4px rgba(0, 0, 0, 0.94);
}

.hero-filter-tabs-section {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  background: rgba(4, 20, 33, 0.62);
  padding: 0 8px 8px;
  display: grid;
  gap: 8px;
  overflow: visible;
}

@media (min-width: 721px) {
  .hero-filter-panel {
    margin-top: 40px;
  }

  .hero-pickup-explainer {
    margin-top: 18px;
  }
}

.hero-filter-panel,
.hero-filter-panel .hero-filter-title,
.hero-filter-panel .hero-filter-label,
.hero-filter-panel .hero-filter-note,
.hero-filter-panel .hero-filter-type-btn,
.hero-filter-panel .hero-filter-clear,
.hero-filter-panel .hero-filter-apply,
.hero-filter-panel .hero-filter-input,
.hero-filter-panel .hero-filter-input::placeholder {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.88), 0 2px 4px rgba(0, 0, 0, 0.94);
}

.hero-filter-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.92),
    0 0 1px rgba(0, 0, 0, 0.95);
}

.hero-filter-mode-line {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: -1px -8px 0;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-filter-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.hero-filter-type-btn {
  border: 1px solid rgba(189, 198, 208, 0.52);
  border-radius: 0;
  background: rgba(108, 123, 138, 0.38);
  color: rgba(236, 242, 248, 0.9);
  font-family: inherit;
  padding: 8px 12px;
  flex: 1 1 0;
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hero-filter-type-btn:first-child {
  border-top-left-radius: 12px;
}

.hero-filter-type-btn:last-child {
  border-top-right-radius: 12px;
}

.hero-filter-type-btn.is-active {
  background: rgba(31, 111, 178, 0.9);
  border-color: rgba(180, 221, 255, 0.56);
  color: #ffffff;
}

.hero-filter-label {
  color: rgba(255, 255, 255, 0.84);
}

.hero-filter-input {
  width: 100%;
  border: 1px solid #1a5f97;
  border-radius: 12px;
  background: rgba(4, 24, 44, 0.52);
  color: #fff;
  font-family: inherit;
  padding: 11px 14px;
}

.hero-filter-input::placeholder {
  color: rgba(223, 236, 255, 0.88);
}

.hero-filter-input:focus {
  outline: none;
  border-color: #1f6fb2;
  box-shadow: 0 0 0 2px rgba(31, 111, 178, 0.28);
}

.hero-location-autocomplete {
  position: relative;
}

.hero-location-suggestions-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 120;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #1a5f97;
  border-radius: 12px;
  background: #10293f;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}

.hero-location-suggestion-item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: #10293f;
  color: #f4f8fc;
  text-align: left;
  font: inherit;
  padding: 10px 12px;
  cursor: pointer;
}

.hero-location-suggestion-item:last-child {
  border-bottom: 0;
}

.hero-location-suggestion-item:hover,
.hero-location-suggestion-item:focus-visible {
  background: #1a3f5f;
  outline: none;
}

.hero-filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-filter-type-select {
  min-width: 0;
  width: auto;
  flex: 1 1 220px;
  border: 1px solid #1a5f97;
  border-radius: 12px;
  background: #1f6fb2;
  color: #fff;
  font-family: inherit;
  font-size: 1.1rem;
  line-height: 1.3;
  padding: 10px 28px 10px 12px;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(50% - 2px),
    calc(100% - 10px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.hero-filter-type-select:focus {
  outline: none;
  border-color: #2f80c2;
  box-shadow: 0 0 0 2px rgba(31, 111, 178, 0.28);
}

.hero-filter-apply {
  min-width: 0;
  flex: 0 0 auto;
  max-width: 100%;
}

.hero-filter-apply--accent {
  background: #ff6b00;
  border-color: #d95500;
}

.hero-filter-apply--accent:hover,
.hero-filter-apply--accent:focus-visible {
  background: #e85f00;
  border-color: #c84f00;
}

.hero-filter-clear {
  border: 1px solid #1a5f97;
  border-radius: 12px;
  background: rgba(15, 43, 73, 0.46);
  color: #eaf3ff;
  font-family: inherit;
  padding: 10px 12px;
  cursor: pointer;
  flex: 0 0 auto;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 1fr);
    gap: clamp(20px, 3vw, 44px);
  }
}

.hero-filter-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.hero-pickup-explainer {
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  background: rgba(4, 20, 33, 0.62);
  padding: 10px 12px;
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.86), 0 1px 3px rgba(0, 0, 0, 0.92);
}

.hero-pickup-explainer h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}

.hero-pickup-explainer p {
  margin: 0;
  font-size: calc(var(--hero-description-font-size) * 0.75);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
  text-align: center;
}

.hero-pickup-explainer p + p {
  margin-top: 6px;
}

.hero-weather-widget {
  margin-top: 10px;
  border: 1px solid rgba(157, 217, 255, 0.42);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(8, 31, 48, 0.72) 0%, rgba(8, 54, 72, 0.68) 100%);
  padding: 10px 12px;
  color: rgba(246, 251, 255, 0.96);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.86), 0 1px 3px rgba(0, 0, 0, 0.92);
}

.hero-weather-widget h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.hero-weather-location {
  margin: 8px 0 0;
  color: rgba(194, 234, 255, 0.96);
  font-size: 0.82rem;
  line-height: 1.3;
}

.hero-weather-value {
  margin: 6px 0 0;
  color: rgba(240, 248, 255, 0.96);
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-slide-top {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: minmax(0, max-content) max-content;
  gap: clamp(8px, 1vw, 14px);
  align-items: start;
  margin-bottom: 16px;
}

.hero-slide-main-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-slide-price-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-slide h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  color: #fff;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.9), 0 2px 5px rgba(0, 0, 0, 0.96);
}

.hero-slide p {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 1.62rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.88), 0 2px 4px rgba(0, 0, 0, 0.94);
}


.hero-slide-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(150px, 12vw, 190px);
  min-width: clamp(150px, 12vw, 190px);
  max-width: clamp(150px, 12vw, 190px);
  background: rgba(4, 20, 33, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.13);
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  white-space: normal;
  padding: 12px 0 10px 0;
  margin: 0 auto;
  transform: none;
}

.hero-slide-price-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0.82;
  text-transform: uppercase;
  margin-bottom: 0.18em;
}

.hero-slide-price-amount {
  display: block;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.hero-slide-price-caption {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0.82;
  text-transform: uppercase;
  margin-top: 0.18em;
}

.hero-slide-price-currency {
  position: absolute;
  left: 34%;
  top: 50%;
  transform: translate(-100%, -50%);
  font-size: 0.6em;
  line-height: 1;
}

.hero-slide-price-amount {
  display: block;
  line-height: 1;
}

.hero-price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hero-price-cta {
  min-width: clamp(150px, 12vw, 190px);
  text-align: center;
  padding: 10px 14px;
}

.hero-duration-cta {
  margin-top: 2px;
  align-self: flex-start;
}

.hero-slide-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 0;
  align-items: center;
}

.hero-slide-meta .meta-chip,
.hero-slide-top .meta-chip {
  background: rgba(6, 16, 24, 0.64);
  border-color: rgba(255, 255, 255, 0.42);
  font-size: 1.275rem;
  color: #fff;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
  white-space: nowrap;
}

.hero-slide-actions {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-top: 0;
}

.hero-slide-option-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero-slide-duration-chip {
  white-space: nowrap;
}

.hero-slide-guests {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
}

.hero-slide .btn {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero-nav-btn,
.hero-dot,
.hero-carousel-count {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.86), 0 1px 2px rgba(0, 0, 0, 0.95);
}

.hero-slide-cta {
  margin-top: 0;
}

.hero-slide-cta .btn {
  font-size: 1.2rem;
  padding: 14px 22px;
  text-transform: capitalize;
}

.hero-carousel-nav {
  justify-content: flex-start;
}

.hero-nav-btn {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(6, 12, 16, 0.5);
  color: #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(0, 0, 0, 0.28);
}

.hero-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  cursor: pointer;
  padding: 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.56);
}

.hero-dot.is-active {
  width: 28px;
  background: var(--reef);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(239, 108, 36, 0.35);
}

.shell {
  max-width: min(1760px, 96vw);
  margin: 0 auto;
  padding: 0 clamp(16px, 2.2vw, 34px) 88px;
}

main.main-content-shell {
  padding-bottom: 0 !important;
}

.intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
  margin-top: -42px;
  position: relative;
  z-index: 3;
}

.intro-copy,
.intro-featured,
.tour-card,
.cta-banner,
.section-card,
.trust-strip {
  padding: 28px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  color: #475569;
}

.intro-copy h2,
.section-head h2,
.trust-strip h2 {
  margin: 8px 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--night);
}

.lang-chip,
.meta-chip,
.filter-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  background: #ffffffd9;
  border: 1px solid #e2e8f0;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  color: var(--night);
}

.meta-chip-button {
  cursor: pointer;
  font: inherit;
  line-height: 1;
}

.featured-card {
  min-height: 250px;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(160deg, #0f766e 0%, #22d3ee 45%, #d9f99d 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 14px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin: 44px 0 14px;
}

#tours .section-head {
  margin-top: 0;
}

.filters {
  display: grid;
  gap: 10px;
  justify-content: flex-start;
}

.trust-highlights-shell {
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.trust-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-highlights-card {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: linear-gradient(180deg, #f8fcff 0%, #eef5fb 100%);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 136px;
  text-align: center;
}

.trust-highlights-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e5a7f;
  background: #dfeef8;
  border: 1px solid rgba(30, 90, 127, 0.2);
}

.trust-highlights-icon svg {
  width: 18px;
  height: 18px;
}

.trust-highlights-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #0f172a;
}

.trust-highlights-card p {
  margin: 0;
  flex-basis: 100%;
  font-size: calc(0.9rem * 0.75);
  line-height: 1.45;
  color: #355361;
  text-align: center;
}

.trust-strip {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 12px;
  padding: 10px 12px;
  display: grid;
  gap: 8px;
}

.trust-strip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #f3f8fc;
  color: #1f2f38;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.8rem;
  line-height: 1.2;
}

.trust-chip strong {
  font-weight: 700;
}

.trust-strip-note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #355361;
}

.trust-strip-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e5a7f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trust-strip-home {
  margin-top: 4px;
}

.trust-strip-inline,
.trust-strip-detail {
  margin-top: 8px;
}

.filters-quick-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.filters-toggle-btn.is-active {
  background: #173746;
  border-color: #173746;
  color: #ffffff;
}

.filters-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filters-panel[hidden] {
  display: none;
}

.filter-menu {
  position: relative;
}

.filter-trigger {
  cursor: pointer;
  align-items: center;
  gap: 8px;
}

.filter-trigger::after {
  content: "▾";
  font-size: 0.9em;
  color: #4b6570;
}

.filter-value {
  color: #26434f;
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #d8e6eb;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 33, 43, 0.16);
  display: none;
  z-index: 30;
}

.filter-dropdown.is-wide {
  width: min(440px, calc(100vw - 32px));
}

.filter-menu.is-open .filter-dropdown {
  display: block;
}

.filter-options {
  display: grid;
  gap: 8px;
}

.filter-option {
  width: 100%;
  border: 1px solid #deeaee;
  border-radius: 14px;
  background: #f7fbfd;
  color: var(--night);
  font: inherit;
  font-size: var(--hero-description-font-size);
  padding: 9px 12px;
  text-align: left;
  cursor: pointer;
}

.filter-option.is-active {
  border-color: #8abecd;
  background: #e9f6fb;
}

.filter-tab-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-tab {
  border: 1px solid #d8e6eb;
  border-radius: 999px;
  background: #f7fbfd;
  color: var(--night);
  font: inherit;
  font-size: var(--hero-description-font-size);
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-tab.is-active {
  background: #173746;
  border-color: #173746;
  color: #fff;
}

.filter-panel[hidden] {
  display: none;
}

.cruise-group + .cruise-group {
  margin-top: 12px;
}

.cruise-group h4 {
  margin: 0 0 8px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4c6671;
}

.hotel-input {
  width: 100%;
  border: 1px solid #d8e6eb;
  border-radius: 14px;
  padding: 11px 13px;
  font: inherit;
  font-size: var(--hero-description-font-size);
}

.tour-grid,
.footer-grid {
  display: grid;
  gap: 14px;
}

.tour-grid {
  gap: 2px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: stretch;
  align-items: stretch;
}

@media (max-width: 1400px) {
  .tour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tour-card {
  min-height: 300px;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: box-shadow 280ms ease, border-color 280ms ease;
}

.tour-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 2px rgba(239, 108, 36, 0);
  transition: box-shadow 180ms ease;
  pointer-events: none;
}

.tour-card:hover,
.tour-card:focus-within {
  border-color: rgba(239, 108, 36, 0.45);
  box-shadow: 0 24px 46px rgba(16, 33, 43, 0.16);
}

.tour-card:hover::before,
.tour-card:focus-within::before {
  box-shadow: inset 0 0 0 2px rgba(59, 130, 246, 0.7);
}

.tour-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.tour-card-overlay:focus-visible {
  outline: 2px solid var(--reef);
  outline-offset: -4px;
}

/* ── Tour card thumbnail strip ──────────────────────────────────────── */
.tour-card-thumb-strip {
  display: flex;
  gap: 3px;
  padding: 4px 4px 5px;
  overflow: hidden;
  background: #111;
  flex-shrink: 0;
}

/* Allow strip to extend below the card's overflow boundary */
.tour-grid .tour-card {
  overflow: visible;
}

/* Keep image cropping inside tour-top */
.tour-grid .tour-card .tour-top {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  flex: 1 0 0;
  height: auto;
  min-height: 0;
}

.tour-card-thumb {
  flex: 0 0 calc(20% - 3px); /* 5 visible, ~5th partially cut */
  min-width: 0;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: border-color 0.15s;
  position: relative;
}

.tour-card-thumb.is-active {
  border-color: #fff;
}

.tour-card-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 3px;
  pointer-events: none;
}

/* Fade/blend on the right edge hinting at more images */
.tour-card-thumb-fade {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.7) 90%);
  z-index: 1;
}

.tour-affiliate-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background: #1d4ed8;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 4px 9px;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
}

.tour-bestseller-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background: linear-gradient(135deg, #996b00 0%, #f5c518 30%, #ffe066 50%, #d4a017 70%, #8b5e00 100%);
  color: #1a0900;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 5px;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.25);
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

/* Text shadow on bestseller card elements so white text stays legible */
.tour-card.is-bestseller .tour-top h3,
.tour-card.is-bestseller .tour-price,
.tour-card.is-bestseller .tour-footer-operator,
.tour-card.is-bestseller .tour-footer-duration,
.tour-card.is-bestseller .meta-chip {
  text-shadow: 0 1px 4px rgba(0,0,0,0.6), 0 0 8px rgba(0,0,0,0.3);
}

.tour-card [data-card-filter],
.tour-card [data-operator-link] {
  position: relative;
  z-index: 2;
}

.tour-top {
  min-height: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
}

.tour-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 26, 34, 0.2) 0%, rgba(13, 26, 34, 0.76) 100%);
  z-index: 1;
  pointer-events: none;
}

.tour-card-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 500ms ease;
  will-change: transform;
}

.tour-card:hover .tour-card-media,
.tour-card:focus-within .tour-card-media {
  transform: scale(1.08);
}

.tour-grid .tour-card .tour-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.tour-grid .tour-card .tour-activity-chip {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.9);
  color: #1f2f38;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  padding: 6px 10px;
}

.tour-grid .tour-card [data-tour-location-tag],
.tour-grid .tour-card [data-tour-location-tag] {
  display: none;
}

.tour-grid .tour-card .tour-card-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.tour-grid .tour-card .tour-card-top-right .tour-affiliate-badge {
  position: relative;
  top: auto;
  right: auto;
}

.tour-grid .tour-card [data-tour-travel-time-tag] {
  position: relative;
  display: inline-block;
  background: rgba(14, 32, 44, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 999px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: default;
  white-space: nowrap;
}

.tour-grid .tour-card [data-tour-travel-time-tag].is-feasible-green {
  background: rgba(22, 101, 52, 0.92);
  border-color: rgba(134, 239, 172, 0.4);
}
.tour-grid .tour-card [data-tour-travel-time-tag].is-feasible-yellow {
  background: rgba(113, 63, 18, 0.92);
  border-color: rgba(253, 224, 71, 0.5);
}
.tour-grid .tour-card [data-tour-travel-time-tag].is-feasible-red {
  background: rgba(127, 29, 29, 0.92);
  border-color: rgba(252, 165, 165, 0.5);
}

/* Travel time tooltip */
.tour-travel-tooltip {
  position: fixed;
  z-index: 9999;
  background: rgba(10, 22, 32, 0.97);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px;
  padding: 12px 15px;
  color: #e8f4f8;
  font-size: 0.78rem;
  line-height: 1.6;
  min-width: 220px;
  max-width: 280px;
  pointer-events: none;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  white-space: pre-line;
}
.tour-travel-tooltip .tooltip-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.tour-travel-tooltip .tooltip-row.is-total {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 6px;
  padding-top: 6px;
  font-weight: 700;
}
.tour-travel-tooltip .tooltip-row.is-green { color: #86efac; }
.tour-travel-tooltip .tooltip-row.is-yellow { color: #fde047; }
.tour-travel-tooltip .tooltip-row.is-red { color: #fca5a5; }

.tour-grid .tour-card [data-tour-travel-time-tag][hidden] {
  display: none;
}

.tour-grid .tour-card p {
  display: none;
}

.tour-grid .tour-card h3 {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 46px;
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.44),
    0 4px 10px rgba(0, 0, 0, 0.85);
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-card .meta-chip,
.tour-card .meta-chip-button {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
}

.tour-travel-time-chip {
  background: rgba(6, 42, 68, 0.82);
  color: #e2f4ff;
  border-color: rgba(90, 160, 210, 0.35);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tour-price {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.95rem, 2.2vw, 2.35rem);
  line-height: 1;
  color: var(--night);
  font-weight: 400;
}

.tour-footer-meta {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  text-align: right;
  font-size: 0.95rem;
  font-weight: 400;
}

.tour-footer-duration {
  color: #334a55;
}

.tour-footer-operator {
  color: #334a55;
  text-decoration: none;
  font-weight: 400;
}

.tour-footer-operator:hover,
.tour-footer-operator:focus-visible {
  color: var(--sea);
}

.inline-booking-host {
  margin-top: 6px;
  margin-bottom: 3px;
  padding-bottom: 22px;
}

.inline-booking-shell {
  scroll-margin-top: 88px;
}

.inline-booking-panel {
  background: #ffffff;
  border: 1px solid #d6e4ea;
  border-radius: 18px;
  padding: 9px 18px 18px;
  box-shadow: 0 12px 30px rgba(16, 33, 43, 0.08);
}

.inline-booking-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  column-gap: 18px;
  row-gap: 0;
  align-items: start;
}

.inline-booking-panel-head {
  display: flex;
  position: absolute;
  top: 9px;
  right: 18px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16px;
  min-width: 0;
}

.inline-booking-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.inline-booking-column-main {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
}

.inline-tour-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
  grid-template-rows: auto;
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
  height: auto;
}

.inline-tour-main .tour-gallery {
  grid-column: 1;
  margin: 0;
}

.inline-tour-summary {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  align-content: start;
  align-self: start;
  min-height: auto;
}

.inline-booking-column-form {
  display: none;
  grid-column: 1;
  grid-row: auto;
  margin-top: 0;
}

.inline-booking-divider {
  display: none;
}

.inline-booking-panel.is-form-open {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.inline-booking-panel.is-form-open .inline-booking-column-form {
  display: flex;
  grid-column: 2;
  grid-row: 1;
}

.inline-booking-panel.is-form-open .inline-booking-column-main {
  align-self: stretch;
  z-index: 1;
}

.inline-booking-panel.is-form-open .tour-gallery-stage {
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
  grid-column: 1;
  grid-row: 1;
}

.inline-booking-panel.is-form-open .inline-tour-main {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 1rem;
}

.inline-booking-panel.is-form-open .inline-tour-main .tour-gallery,
.inline-booking-panel.is-form-open .inline-tour-summary {
  grid-column: 1;
}

.inline-booking-divider-head {
  display: none;
}

.inline-booking-main-title {
  margin: 0;
}

.inline-booking-main-title-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0;
}

.inline-booking-title-price-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}

.inline-booking-meta-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0;
}

.inline-tour-price-large {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  white-space: nowrap;
}

.inline-booking-form-title {
  align-self: start;
  padding-left: 0;
}

.inline-booking-close {
  flex: 0 0 auto;
  margin: 0;
  min-height: 36px;
  padding: 0 16px;
  font-size: 0.92rem;
  border-radius: 8px;
}

.inline-booking-shell .tour-label {
  margin: 0;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--night);
}

.inline-booking-shell .tour-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.06;
}

.inline-booking-shell .tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding-top: 0;
}

.inline-booking-shell .tour-meta span {
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: #eef3f7;
  color: #0f172a;
  padding: 0.35rem 0.62rem;
  font-size: 0.86rem;
  border-radius: 12px;
}

.inline-tour-location {
  margin: 0;
  text-align: left;
  font-size: 0.95rem;
  color: #355361;
  line-height: 1.4;
}

.inline-tour-operator-line {
  margin: 0;
  text-align: left;
}

.inline-tour-operator-link {
  color: #1e5a7f;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.inline-tour-tripadvisor-line {
  margin: 0;
  text-align: left;
}

.inline-tour-operator-tripadvisor {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.inline-tour-trust-provider {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.inline-tour-google-brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.inline-tour-google-logo {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.tripadvisor-outbound-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  color: #1e5a7f;
  font-weight: 700;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
}

.tripadvisor-outbound-link:hover,
.tripadvisor-outbound-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.inline-tour-tripadvisor-logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.inline-tour-operator-link:hover,
.inline-tour-operator-link:focus-visible {
  color: #174764;
}

.tour-gallery-header {
  margin: 0 0 0.8rem;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--night);
}

.tour-details-block {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.tour-text {
  margin: 0;
  color: #0f172a;
  line-height: 1.75;
  font-size: 1.03rem;
}

.inline-tour-price-corner {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 0 auto;
  min-height: auto;
}

.inline-tour-price-large {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.08em;
  padding: 0.1rem 0;
  color: #111827;
}

.inline-tour-price-currency {
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  line-height: 1.1;
  font-weight: 500;
  padding-top: 0.2em;
}

.inline-tour-price-whole {
  font-size: clamp(3.35rem, 6vw, 4.6rem);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.inline-tour-price-cents {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1;
  font-weight: 600;
  padding-top: 0.42em;
}

.inline-booking-open-form {
  align-self: flex-end;
  margin-bottom: 0;
  flex: 0 0 auto;
  min-height: 48px;
  background: #ff6b00;
  border-color: #d95500;
}

.inline-booking-open-form:hover,
.inline-booking-open-form:focus-visible {
  background: #e85f00;
  border-color: #c84f00;
}

.tour-gallery {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  min-height: 100%;
}

.inline-booking-gallery-top-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  margin-bottom: 0;
  min-height: 100%;
}

.tour-gallery-stage {
  --gallery-swipe-offset: 0px;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  height: clamp(440px, 72vh, 840px);
}

.tour-gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: translate3d(var(--gallery-swipe-offset), 0, 0);
  transition: transform 220ms ease;
  will-change: transform;
}

.tour-gallery-stage.is-swipe-dragging img {
  transition: none;
}

.tour-gallery-empty {
  grid-column: 2;
  grid-row: 1;
  height: clamp(440px, 72vh, 840px);
  display: grid;
  place-items: center;
  color: #334155;
  font-weight: 700;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 12px;
}

.tour-gallery-carousel {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 100%;
}

.carousel-btn {
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: #fff;
  color: #0f172a;
  width: 100%;
  height: 40px;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
}

.carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tour-gallery-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: 74px;
  gap: 0.45rem;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 100%;
}

.tour-gallery-strip.is-scrollable {
  overflow-y: auto;
}

.inline-booking-panel.is-form-open .inline-booking-open-form {
  display: none;
}

.tour-gallery-strip:not(.is-scrollable) {
  scrollbar-width: none;
}

.tour-gallery-strip:not(.is-scrollable)::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tour-gallery-strip li {
  display: block;
  height: 100%;
}

.tour-gallery-strip button {
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.tour-gallery-strip button.is-active {
  border-color: #0b5d73;
}

.tour-gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.booking-block {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-family: "Open Sans", "Trebuchet MS", sans-serif;
  font-size: calc(var(--hero-description-font-size) * 0.75);
  line-height: 1.45;
}

.booking-title {
  margin: 0;
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--night);
}

.booking-form {
  display: grid;
  gap: 0.9rem;
  padding-top: 6px;
  font-family: inherit;
  font-size: inherit;
}

.booking-section {
  border: 1px solid rgba(15, 23, 42, 0.16);
  padding: 0.8rem;
  border-radius: 12px;
  margin: 0;
}

.booking-section legend {
  font-size: inherit;
  font-weight: 700;
  color: #2f2f2f;
  padding: 0 0.35rem;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.booking-row {
  display: grid;
  gap: 0.55rem;
}

.booking-row.full {
  grid-column: 1 / -1;
}

.booking-row label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #2f2f2f;
  line-height: 1.2;
}

.pickup-distance-inline {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: #0b5d73;
  font-weight: 700;
}

.booking-row input,
.booking-row select,
.booking-row textarea {
  font: inherit;
  font-size: inherit;
  color: #0f172a;
  width: 100%;
}

.booking-row input {
  border: 0;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  background: transparent;
  padding: 10px 2px;
}

.booking-row select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #f7f7f7;
  min-height: 44px;
  padding: 8px 12px;
}

.booking-row textarea {
  border: 0;
  border-radius: 0;
  background: #f3f3f3;
  padding: 14px;
  min-height: 84px;
  resize: vertical;
}

.booking-row input:focus,
.booking-row select:focus,
.booking-row textarea:focus {
  outline: none;
}

.booking-row input:focus {
  border-bottom-color: #97b6c4;
}

.booking-row .booking-phone-number:focus {
  border-bottom-color: transparent;
}

.booking-row select:focus,
.booking-row textarea:focus {
  box-shadow: inset 0 0 0 1px #97b6c4;
}

.booking-row--top {
  align-self: start;
}

.booking-col-stack {
  display: grid;
  gap: 0.65rem;
  align-self: start;
}

.booking-row .booking-phone-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}

.booking-row .booking-phone-wrap:focus-within {
  border-bottom-color: #97b6c4;
}

/* Override .booking-row select for the inline code picker */
.booking-row .booking-phone-code {
  flex: 0 0 auto;
  width: auto;
  min-height: 0;
  border: 0;
  border-right: 1px solid #e0e0e0;
  border-radius: 0;
  background: transparent;
  padding: 10px 6px 10px 2px;
  font: inherit;
  font-size: 0.88em;
  color: #0f172a;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

.booking-row .booking-phone-code:focus {
  box-shadow: none;
  outline: none;
}

/* Override .booking-row input for the number portion */
.booking-row .booking-phone-number {
  flex: 1;
  min-width: 0;
  width: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 10px 2px 10px 8px;
  font: inherit;
  font-size: inherit;
  color: #0f172a;
}

.booking-row .booking-phone-number:focus {
  outline: none;
  box-shadow: none;
  border-bottom: none;
}

.booking-phone-hint {
  margin: 4px 0 0;
  font-size: inherit;
  color: #94a3b8;
  line-height: 1.5;
}

.pickup-tabs {
  display: inline-flex;
  gap: 0.45rem;
  margin-bottom: 0.7rem;
}

.pickup-tab {
  border: 1px solid rgba(15, 23, 42, 0.22);
  border-radius: 8px;
  padding: 0 16px;
  min-height: 36px;
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.pickup-tab.is-active {
  background: #0b5d73;
  border-color: #0b5d73;
  color: #fff;
}

.pickup-panel {
  display: block;
}

.pickup-panel[hidden] {
  display: none;
}

.cruise-selection-meta {
  margin-top: 0.25rem;
  padding-top: 0.35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: start;
  position: relative;
}

.cruise-selection-meta::before {
  display: none;
}

.cruise-selection-meta > div + div {
  padding-left: 8px;
}

.pickup-meta-left {
  display: grid;
  gap: 2px;
}

.pickup-itinerary {
  display: grid;
  gap: 2px;
  align-content: start;
}

.pii-item[data-itinerary-departure-row] {
  display: none;
}

.pickup-itinerary.is-cruise .pii-item[data-itinerary-departure-row] {
  display: grid;
}

.pii-item {
  display: grid;
  grid-template-columns: 1.4em 1fr auto;
  align-items: baseline;
  gap: 3px;
  line-height: 1.3;
  color: #1f2f38;
}

.pii-icon {
  font-size: inherit;
}

.pii-label {
  font-size: inherit;
  font-weight: 700;
  color: #26434f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pii-time {
  font-size: inherit;
  font-weight: 700;
  color: #0b5d73;
  white-space: nowrap;
}

.cruise-meta-line {
  display: none;
}

.cruise-meta-right {
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.pickup-weather {
  margin: 0;
  font-size: inherit;
  color: #1f2f38;
  line-height: 1.3;
  display: grid;
  gap: 2px;
}

.pickup-weather-line {
  display: block;
}

.pickup-weather-line-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.pickup-weather-line-secondary {
  display: block;
  margin-left: 0;
}

.weather-inline-display {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.weather-inline-icon,
.hero-weather-icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  object-fit: contain;
  vertical-align: middle;
}

.pickup-weather strong {
  color: #26434f;
  margin-right: 0;
}

.pickup-confidence {
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 2px 0;
  display: grid;
  gap: 2px;
}

.pickup-confidence-title {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  color: #1f2f38;
}

.pickup-confidence-row {
  margin: 0;
  font-size: inherit;
  line-height: 1.3;
  color: #1f2f38;
}

.pickup-confidence-row strong {
  color: #26434f;
}

.pickup-meeting-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-calendar-popup {
  transform: scale(2);
  transform-origin: top left;
  margin-top: 0.3rem;
  background: #ffffff !important;
  border: 1px solid #c9dbe6;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.22);
  opacity: 1 !important;
}

.booking-calendar-popup .flatpickr-months,
.booking-calendar-popup .flatpickr-weekdays,
.booking-calendar-popup .flatpickr-days,
.booking-calendar-popup .dayContainer,
.booking-calendar-popup .flatpickr-innerContainer,
.booking-calendar-popup .flatpickr-rContainer {
  background: #ffffff !important;
}

.booking-calendar-popup .flatpickr-current-month,
.booking-calendar-popup .flatpickr-weekday,
.booking-calendar-popup .flatpickr-day {
  color: #0f172a;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.booking-actions button:not(.btn-primary) {
  border: 1px solid rgba(15, 23, 42, 0.2);
  background: #fff;
  color: #0f172a;
  padding: 0.62rem 0.95rem;
  border-radius: 0;
  font-weight: 700;
  cursor: pointer;
}

.booking-actions .btn-primary {
  border-radius: 12px;
}

.booking-form-status {
  align-self: center;
  font-size: 0.9rem;
  color: #2d6a4f;
}

.booking-form-status.is-error {
  color: #b42318;
}

.booking-deposit {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.2);
  padding: 0.62rem 0.95rem;
  font-weight: 700;
  color: #0f172a;
  background: #eef3f7;
  border-radius: 12px;
  white-space: nowrap;
}

.booking-payment-note {
  margin-top: 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fbfd;
  padding: 0.8rem;
  display: grid;
  gap: 0.55rem;
  border-radius: 12px;
}

.booking-payment-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #e85f00;
}

.booking-payment-note strong {
  color: #1f6fb2;
}

.booking-payment-section {
  background: linear-gradient(180deg, rgba(11, 93, 115, 0.03), rgba(11, 93, 115, 0.06));
}

.booking-paypal-panel {
  display: grid;
  gap: 0.7rem;
}

.booking-paypal-copy,
.booking-paypal-meta {
  margin: 0;
  color: #0f172a;
  line-height: 1.5;
}

.booking-paypal-disclosure {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #486272;
}

.booking-paypal-policies {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.booking-paypal-policies a {
  color: #0b5d73;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-paypal-policies a:hover,
.booking-paypal-policies a:focus-visible {
  color: #08495b;
}

.booking-paypal-policies span {
  color: #486272;
}

.booking-paypal-copy {
  font-size: 0.95rem;
}

.booking-paypal-meta {
  font-size: 0.86rem;
  color: #486272;
}

.booking-paypal-slot {
  min-height: 46px;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.booking-paypal-slot.is-locked {
  opacity: 0.5;
  filter: grayscale(1);
  cursor: not-allowed;
}

.booking-paypal-slot.is-disabled {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px dashed rgba(15, 23, 42, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #8a1c1c;
  font-weight: 700;
}

.booking-payment-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #0f172a;
}

.booking-payment-toggle input {
  width: 16px;
  height: 16px;
}

.tour-actions {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
}

.tour-card .tour-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
}

.tour-card .tour-footer-meta {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
  text-align: right;
}

.tour-card .tour-footer-duration,
.tour-card .tour-footer-operator {
  display: block;
  font-size: calc(var(--hero-description-font-size) * 0.75);
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.tour-card .tour-price-meta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.tour-grid .tour-card .tour-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(10, 18, 28, 0), rgba(10, 18, 28, 0.86));
  justify-content: space-between;
  flex-direction: row;
  align-items: end;
  gap: 0;
  z-index: 2;
}

.tour-grid .tour-card .tour-price {
  font-size: 1.34rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.44),
    0 4px 10px rgba(0, 0, 0, 0.85);
}

.tour-grid .tour-card .tour-footer-meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  justify-content: flex-start;
  text-align: left;
}

.tour-grid .tour-card .tour-price-meta {
  margin-left: auto;
  align-items: flex-end;
}

.tour-grid .tour-card .tour-footer-duration {
  color: #ffffff;
  font-size: 0.95rem;
  white-space: nowrap;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.44),
    0 4px 10px rgba(0, 0, 0, 0.85);
}

.tour-grid .tour-card .tour-footer-operator {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.44),
    0 4px 10px rgba(0, 0, 0, 0.85);
}

.tour-grid .tour-card .tour-footer-tripadvisor {
  display: block;
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 0 rgba(0, 0, 0, 0.44),
    0 4px 10px rgba(0, 0, 0, 0.85);
}


.tour-link:not(.btn-primary),
.section-card a {
  color: var(--sea);
  font-weight: 700;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .tour-card {
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  .tour-card-media {
    transition: none;
  }

  .tour-card:hover .tour-card-media,
  .tour-card:focus-within .tour-card-media {
    transform: none;
  }
}

.trust-strip {
  margin-top: 28px;
  background: linear-gradient(180deg, #1b3640, #10212b);
  color: #fff;
}

.trust-strip .eyebrow,
.trust-strip h2,
.metric,
.metric span,
.metric strong {
  color: #fff;
}

.metric {
  flex: 1 1 160px;
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.metric strong {
  display: block;
  font-size: 1.2rem;
}

.cta-banner {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, #ecfeff, #f8fafc);
}

.cta-banner h3,
.section-card h3 {
  margin: 6px 0 8px;
  color: var(--night);
}

.footer-grid {
  margin-top: 28px;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.sticky-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 999px;
  background: #14532d;
  color: #fff;
  box-shadow: 0 14px 30px rgba(20, 83, 45, 0.27);
  font-weight: 700;
}

.site-footer {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  background: #2f363c;
  overflow: hidden;
}

.site-footer-top {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr) minmax(180px, 1fr);
  gap: 24px;
  padding: 26px 0;
}

.site-footer-title {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #f1f5f7;
}

.site-footer-top p {
  color: #c9d3d9;
}

.site-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.site-footer-links a {
  color: #d6e1e7;
  text-decoration: none;
  font-weight: 600;
}

.site-footer-links a:hover {
  color: #9bd8cd;
}



.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0;
  background: #262c31;
  color: #c9d3d9;
  font-size: 0.9rem;
}

.site-footer-bottom-inner {
  padding: 12px 0;
}

.operator-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 18px 0 14px;
}

.operator-info.is-hidden {
  display: none;
}

.operator-close-btn {
  border: 1px solid #1a5f97;
  background: #1f6fb2;
  color: #fff;
  border-radius: 8px;
  min-height: 36px;
  padding: 0 16px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.operator-close-btn:hover,
.operator-close-btn:focus-visible {
  background: #185786;
  border-color: #154f78;
  color: #fff;
}

.operator-close-btn.inline-booking-close {
  background: #dc2626;
  border-color: #b91c1c;
  color: #fff;
}

.operator-close-btn.inline-booking-close:hover,
.operator-close-btn.inline-booking-close:focus-visible {
  background: #b91c1c;
  border-color: #991b1b;
  color: #fff;
}

.operator-panel {
  background: #ffffff;
  border: 1px solid #d6e4ea;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(16, 33, 43, 0.08);
}

.operator-panel h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.operator-panel-split {
  grid-column: 1 / -1;
}

.operator-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.operator-panel-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--night);
  flex: 1;
}

.operator-panel-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  margin-bottom: 0;
  flex: 1 1 auto;
}

.operator-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
}

.operator-panel-column {
  min-width: 0;
}

.operator-panel-divider {
  width: 1px;
  align-self: stretch;
  background: #d6e4ea;
}

.operator-form {
  display: grid;
  gap: 10px;
}

.operator-details-block {
  margin-bottom: 14px;
  font-size: 1em;
}

.operator-form input,
.operator-form textarea {
  width: 100%;
  border: 1px solid #d5e3e9;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  color: var(--night);
  background: #f9fcfd;
}

.operator-form textarea {
  resize: vertical;
  min-height: 110px;
}

.operator-form button:not(.btn-primary) {
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: var(--sea);
  cursor: pointer;
}

.operator-trip-field {
  display: grid;
  gap: 6px;
}

.operator-contact-status {
  margin: 2px 2px 0;
  font-size: 0.9rem;
  color: #3c5f71;
}

.operator-contact-status.is-error {
  color: #b12634;
}

.operator-details {
  display: grid;
  gap: 8px;
}

.operator-details-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.operator-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  font-size: 1em;
}
.operator-row[hidden] {
  display: none;
}

.operator-row[data-operator-tripadvisor-identity-row]:not([hidden]) + .operator-row[data-operator-google-identity-row] {
  margin-top: -4px;
}

.operator-row-label {
  color: #5a7683;
  font-weight: 700;
  display: block;
}

.operator-row-value {
  color: var(--night);
  overflow-wrap: anywhere;
  display: block;
}

.operator-copy-stack {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.operator-copy-panel[hidden] {
  display: none;
}

.operator-copy-value {
  margin: 0;
  white-space: pre-line;
  color: var(--night);
  line-height: 1.6;
}

.operator-tripadvisor-logo {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.operator-tripadvisor-value {
  font-weight: 700;
  vertical-align: middle;
}

.operator-google-logo {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.operator-google-brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.operator-google-wordmark {
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1.2;
}

.operator-name-primary {
  display: block;
}

.operator-name-tripadvisor {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  line-height: 1.2;
}

.review-panel {
  margin-top: 0;
  padding: 14px;
  border: 1px solid #d5e3e9;
  border-radius: 14px;
  background: #f9fcfd;
}

.review-panel-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}

.review-panel-head h3 {
  margin: 0;
  font-size: 1rem;
}

.review-summary {
  margin: 0;
  color: #355361;
  font-size: 0.9rem;
  font-weight: 700;
}

.review-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.review-item {
  border: 1px solid #d6e4ea;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

.review-item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.review-item-rating,
.review-item-date {
  color: #5a7683;
}

.review-author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.review-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0b7b95, #43a8c7);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  flex-shrink: 0;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-item p {
  margin: 0;
  color: var(--night);
}

.review-item-comment {
  margin: 0;
}

.review-translation-note {
  margin: 8px 0 4px;
  color: #5a7683;
  font-size: 0.82rem;
}

.review-toggle-original {
  border: 0;
  background: transparent;
  color: #1f6fb2;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.review-item-original {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #d6e4ea;
  color: #355361;
}

.operator-review-item-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px;
}

.operator-review-meta {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: baseline;
  text-align: right;
  white-space: nowrap;
}

.operator-review-translation-row {
  margin-top: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.operator-review-translation-row .review-translation-note {
  margin: 0;
  margin-left: auto;
  text-align: right;
  white-space: nowrap;
}

.review-empty {
  margin: 0 0 10px;
  color: #5a7683;
  font-size: 0.92rem;
}

.review-note {
  margin: 0;
  color: #5a7683;
  font-size: 0.9rem;
  line-height: 1.5;
}

.review-form {
  display: grid;
  gap: 10px;
}

.review-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 10px;
}

.review-form label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #355361;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  border: 1px solid #d5e3e9;
  border-radius: 10px;
  padding: 9px 11px;
  font: inherit;
  color: var(--night);
  background: #fff;
}

.review-form textarea {
  resize: vertical;
}

.review-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.review-form-status {
  font-size: 0.9rem;
  color: #2d6a4f;
}

.review-form-status.is-error {
  color: #b42318;
}

@media (max-width: 900px) {
  .intro,
  .footer-grid,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .site-footer-top {
    grid-template-columns: 1fr;
  }

  .section-head {
    align-items: flex-start;
  }

  .trust-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .operator-info {
    grid-template-columns: 1fr;
  }

  .operator-panel-title-row,
  .operator-panel-grid {
    grid-template-columns: 1fr;
  }

  .operator-details-columns {
    grid-template-columns: 1fr;
  }

  .operator-panel-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .operator-panel-title-row {
    gap: 10px;
  }

  .operator-panel-divider {
    display: none;
  }

  .review-form-grid {
    grid-template-columns: 1fr;
  }

  .tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-filter-panel {
    order: 1;
    margin-top: 0;
    padding-left: 0;
  }

  .hero-copy {
    order: 2;
  }

  .hero-copy-inner {
    padding-bottom: 188px;
  }

  .hero-trust-highlights {
    bottom: 70px;
  }

  .hero-trust-highlights .trust-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inline-booking-panel {
    grid-template-columns: 1fr;
  }

  .inline-booking-panel.is-form-open {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    row-gap: 12px;
  }

  .inline-booking-panel.is-form-open .inline-booking-column-main {
    grid-column: 1;
    grid-row: 1;
  }

  .inline-booking-panel.is-form-open .inline-booking-column-form {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }

  .inline-booking-panel.is-form-open .inline-booking-divider {
    display: none;
  }

  .inline-booking-panel-head,
  .inline-booking-main-title,
  .inline-booking-column-main,
  .inline-booking-column-form {
    grid-column: 1;
    grid-row: auto;
  }

  .inline-booking-divider {
    display: none;
  }

  .inline-booking-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .inline-booking-meta-price-row {
    align-items: flex-start;
    justify-content: space-between;
  }

  .inline-booking-title-price-row {
    align-items: flex-start;
  }

  .inline-tour-price-corner {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .inline-tour-main {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    gap: 0.9rem;
  }

  .inline-tour-main .tour-gallery,
  .inline-tour-summary {
    grid-column: 1;
  }

  .tour-gallery {
    grid-template-columns: 1fr;
  }

  .inline-booking-gallery-top-row {
    flex-direction: row;
    align-items: flex-start;
    overflow-x: auto;
  }

  .tour-gallery-carousel {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
  }

  .tour-gallery-stage,
  .tour-gallery-empty {
    grid-column: 1;
    grid-row: auto;
  }

  .carousel-btn {
    width: 36px;
    height: 74px;
  }

  .tour-gallery-strip {
    grid-auto-flow: column;
    grid-auto-rows: unset;
    grid-auto-columns: minmax(92px, 128px);
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
  }

  .inline-booking-gallery-top-row {
    flex-direction: column;
    align-items: stretch;
  }

  .inline-booking-open-form {
    align-self: flex-start;
  }

  .inline-booking-close {
    position: static;
  }

  .inline-booking-head-divider,
  .inline-booking-divider {
    display: none;
  }

  .booking-grid {
    grid-template-columns: 1fr;
  }

  .filters,
  .filter-row {
    justify-content: flex-start;
  }

  .filters-panel .filter-menu {
    width: 100%;
  }

  .filters-panel .filter-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .filters-panel .filter-dropdown,
  .filters-panel .filter-dropdown.is-wide {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .booking-calendar-popup,
  .booking-calendar-popup.open {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: min(94vw, 360px) !important;
    max-width: min(94vw, 360px);
    max-height: min(78vh, 520px);
    margin: 0 !important;
    padding: 8px 10px 10px;
    overflow: auto;
    border-radius: 16px;
    background: #ffffff !important;
    border: 1px solid #c9dbe6;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.3);
    z-index: 10000;
  }
}

@media (max-width: 720px) {
  .hero-wrap {
    --mobile-hero-filter-offset: 0px;
    min-height: 100svh;
    height: 100svh;
    overflow: hidden;
  }

  .hero-wrap::before {
    display: none;
  }

  .hero-inner {
    padding-bottom: 0;
    height: 100%;
  }

  .hero-wrap {
    padding-top: 0;
  }

  .section-head,
  .tour-actions,
  .hero-slide-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-highlights {
    grid-template-columns: 1fr;
  }

  .trust-highlights-card {
    min-height: 0;
  }

  .topbar {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 0;
  }

  .tour-card .tour-actions {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
  }

  .hero-slide {
    padding-top: 72px;
  }

  .hero-slide {
    padding-top: 18px;
  }

  .hero-price-stack {
    align-items: flex-start;
    gap: 4px;
  }

  .hero-slide-price {
    width: clamp(108px, 34vw, 132px);
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
    transform: none;
  }

  .hero-price-cta {
    min-width: 132px;
    padding: 8px 12px;
    font-size: 1rem;
  }

  .utility-bar {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-tools {
    order: -1;
  }

  .top-links {
    gap: 12px;
    margin: 0;
  }

  .utility-account-copy {
    max-width: 124px;
  }

  .utility-account-greeting {
    font-size: 0.66em;
  }

  .utility-account-label {
    font-size: 0.82em;
  }

  .inline-booking-panel {
    padding: 62px 1px 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .inline-booking-panel-head {
    position: absolute;
    top: 8px;
    right: 14px;
    padding: 0;
    align-items: center;
    z-index: 4;
  }

  .inline-tour-price-corner {
    position: absolute;
    top: 8px;
    left: 14px;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    z-index: 4;
  }

  .inline-tour-price-large {
    order: 1;
    font-size: clamp(1.5rem, 6vw, 1.95rem);
    line-height: 1;
  }

  .inline-booking-open-form {
    order: 2;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    margin: 0;
  }

  .inline-booking-panel.is-form-open .inline-booking-open-form {
    display: inline-flex;
  }

  .inline-tour-price-currency {
    font-size: 1rem;
    padding-top: 0.15em;
  }

  .inline-tour-price-whole {
    font-size: clamp(1.9rem, 7vw, 2.3rem);
    line-height: 0.95;
  }

  .inline-tour-price-cents {
    font-size: 0.9rem;
    padding-top: 0.4em;
  }

  .inline-tour-main {
    gap: 0.8rem;
  }

  .tour-gallery {
    display: grid;
    gap: 0;
  }

  .inline-booking-gallery-top-row,
  .tour-gallery-stage,
  .tour-gallery-empty {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .inline-booking-gallery-top-row {
    border-left: 1px solid rgba(16, 33, 43, 0.2);
    border-right: 1px solid rgba(16, 33, 43, 0.2);
    overflow: hidden;
  }

  .tour-gallery-strip {
    gap: 1px;
    grid-auto-columns: calc((100vw - 5px) / 4);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 33, 43, 0.45) transparent;
  }

  .tour-gallery-strip::-webkit-scrollbar {
    height: 6px;
  }

  .tour-gallery-strip::-webkit-scrollbar-thumb {
    background: rgba(16, 33, 43, 0.45);
    border-radius: 999px;
  }

  .tour-gallery-strip::-webkit-scrollbar-track {
    background: transparent;
  }

  .tour-gallery-strip li {
    border-left: 1px solid rgba(16, 33, 43, 0.16);
  }

  .tour-gallery-strip li:first-child {
    border-left: 0;
  }

  .tour-gallery-strip button,
  .tour-gallery-strip img {
    border-radius: 0;
  }

  .tour-gallery-stage,
  .tour-gallery-empty {
    min-height: clamp(220px, 41vw, 300px);
    max-height: 300px;
  }

  .inline-tour-summary {
    padding: 0 1px;
  }

  .inline-booking-meta-price-row {
    margin-top: 0.7rem;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  .tour-grid {
    --tour-gallery-gap: 2px;
    --tour-tile-height: 150px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-rows: repeat(3, var(--tour-tile-height));
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 6px) / 2);
    gap: var(--tour-gallery-gap);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    align-items: stretch;
    align-content: start;
  }

  .tour-grid .tour-card {
    min-height: 0;
    height: var(--tour-tile-height);
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
    scroll-snap-align: start;
    grid-row: var(--mobile-grid-row, auto);
    grid-column: var(--mobile-grid-column, auto);
  }

  .tour-grid .tour-card::before {
    display: none;
  }

  .tour-grid .tour-top {
    min-height: var(--tour-tile-height);
    height: 100%;
    border-radius: 0;
    padding: 0;
  }

  .tour-grid .tour-card .tour-meta,
  .tour-grid .tour-card p {
    display: none;
  }

  .tour-grid .tour-card [data-tour-travel-time-tag] {
    top: 6px;
    right: 6px;
    font-size: 0.68rem;
    padding: 4px 7px;
    max-width: calc(100% - 12px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tour-grid .tour-card h3 {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 36px;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.25;
    color: #fff;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.18),
      0 2px 0 rgba(0, 0, 0, 0.44),
      0 4px 10px rgba(0, 0, 0, 0.85);
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .tour-grid .tour-card .tour-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 6px 8px;
    background: linear-gradient(180deg, rgba(10, 18, 28, 0), rgba(10, 18, 28, 0.86));
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0;
    z-index: 2;
  }

  .tour-grid .tour-card .tour-price {
    font-size: 1rem;
    color: #ffffff;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.18),
      0 2px 0 rgba(0, 0, 0, 0.44),
      0 4px 10px rgba(0, 0, 0, 0.85);
  }

  .tour-grid .tour-card .tour-footer-meta {
    margin: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .tour-grid .tour-card .tour-footer-duration {
    color: #ffffff;
    font-size: 0.86rem;
    white-space: nowrap;
    text-shadow:
      0 1px 0 rgba(255, 255, 255, 0.18),
      0 2px 0 rgba(0, 0, 0, 0.44),
      0 4px 10px rgba(0, 0, 0, 0.85);
  }

  .tour-grid .tour-card .tour-footer-operator {
    display: none;
  }

  .hero {
    align-items: flex-start;
    text-align: left;
    padding: 64px 0 16px;
    min-height: 0;
    height: 100%;
  }

  .hero-layout {
    gap: 4px;
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
  }

  .hero-copy {
    height: 100%;
    display: flex;
  }

  .hero-filter-panel {
    gap: 6px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    padding: 6px 10px;
    align-items: stretch;
    text-align: left;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .hero-filter-tabs-section {
    padding: 0 8px 8px;
    gap: 8px;
  }

  .hero-pickup-explainer {
    display: none;
  }

  .hero-weather-widget {
    display: none;
  }

  .hero-filter-mode-line {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: -1px -8px 0;
    padding: 0;
  }

  .hero-filter-panel .hero-filter-title {
    font-size: 1rem;
  }

  .hero-filter-input {
    width: 100%;
    border-radius: 0;
    background: rgba(4, 24, 44, 0.42);
    border-color: rgba(190, 220, 245, 0.42);
  }

  .hero-filter-panel.is-location-locked .hero-filter-input {
    display: none;
  }

  .hero-filter-panel.is-location-locked .hero-filter-mode-line {
    display: none;
  }

  .hero-filter-mode-line .hero-filter-type {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-filter-type-btn {
    padding: 6px 10px;
  }

  .hero-filter-input {
    padding: 8px 10px;
  }

  .hero-filter-clear,
  .hero-filter-apply {
    padding: 7px 10px;
    min-width: 0;
  }

  .hero-copy-inner,
  .hero-slides,
  .hero-slide {
    min-height: 0;
  }

  .hero-copy-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero-trust-highlights {
    position: static;
    margin-top: auto;
    padding-bottom: 5px;
  }

  .hero-trust-highlights .trust-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .hero-trust-highlights .trust-highlights-card {
    aspect-ratio: 2 / 1;
    min-height: 0;
    padding: 6px;
    gap: 3px;
    align-content: center;
    overflow: hidden;
  }

  .hero-trust-highlights .trust-highlights-icon {
    width: 20px;
    height: 20px;
  }

  .hero-trust-highlights .trust-highlights-icon svg {
    width: 11px;
    height: 11px;
  }

  .hero-trust-highlights .trust-highlights-card h3 {
    font-size: 0.82rem;
    line-height: 1.1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-trust-highlights .trust-highlights-card p {
    font-size: 0.66rem;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-slides {
    flex: 1 1 auto;
    min-height: 0;
  }

  .hero-carousel {
    display: none;
  }

  .hero-slide {
    padding-top: 6px;
  }

  .hero-slide-copy {
    gap: 2px;
  }

  .hero-slide-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    gap: 8px;
    align-items: start;
    margin-bottom: 8px;
  }

  .hero-slide-main-column {
    display: contents;
  }

  .hero-slide-actions {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-slide-price-column {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
  }

  .hero-slide-top > .hero-slide-main-column > h2 {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero-slide-top > .hero-slide-main-column > .hero-slide-meta {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .hero-slide p {
    font-size: 0.99rem;
    line-height: 1.28;
  }

  .hero-filter-actions {
    flex-wrap: wrap;
    gap: 6px;
  }

  .hero-filter-type-select {
    flex: 1 1 100%;
    font-size: 1rem;
    padding: 7px 22px 7px 10px;
  }

  .hero-filter-apply,
  .hero-filter-clear {
    flex: 0 1 auto;
  }

  .hero-slide-price {
    text-align: center;
    width: clamp(88px, 27vw, 112px);
    font-size: clamp(1.05rem, 4.9vw, 1.45rem);
  }

  .hero-slide h2 {
    font-size: 1.23rem;
    line-height: 1.15;
  }

  .hero-slide p {
    font-size: 0.99rem;
    line-height: 1.28;
  }

  .hero-duration-cta,
  .hero-price-cta {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .hero-slide-meta {
    gap: 5px;
    flex-wrap: nowrap;
  }

  .hero-slide-meta .meta-chip,
  .hero-slide-top .meta-chip {
    font-size: 0.82rem;
    padding: 5px 8px;
  }
}

@media (max-width: 560px) {
  .hero-inner,
  .shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tour-card {
    padding: 14px;
  }

  .inline-booking-panel.is-form-open .inline-booking-column-form {
    scroll-margin-top: 72px;
  }

  .shell {
    padding-bottom: 0;
  }

  .hero {
    padding: 64px 0 0;
    min-height: 0;
  }

  .hero-copy-inner {
    min-height: 0;
    padding-bottom: 0;
  }

  .hero-slide p {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .hero-carousel {
    width: 100%;
  }

  .booking-calendar-popup .flatpickr-current-month {
    font-size: 1.12rem;
  }

  .booking-calendar-popup .flatpickr-day {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.02rem;
  }

  .cruise-selection-meta {
    grid-template-columns: 1fr;
  }

  .cruise-selection-meta > div + div {
    padding-left: 0;
  }

  .cruise-selection-meta::before {
    content: none;
  }
}

/* ── Mobile-first: small phones ──────────────────────────── */
@media (max-width: 480px) {
  :root {
    --hero-description-font-size: 0.98rem;
  }

  /* Keep concise account text on tiny screens */
  .utility-account-greeting {
    display: none;
  }

  .utility-account-label {
    font-size: 0.76em;
  }

  /* Smaller icon buttons for nav */
  .utility-icon-btn {
    width: 42px;
    height: 42px;
  }

  /* Contact/Msg link tighter */
  .utility-comm-link {
    min-width: 52px;
    padding: 0 10px;
    font-size: 1rem;
  }

  /* Hero section shorter on phones */
  .hero-wrap {
    --mobile-hero-filter-offset: 0px;
    min-height: 100svh;
    height: 100svh;
    padding-top: 0;
  }

  /* Filter panel first on mobile */
  .hero-filter-panel {
    order: 1;
    margin-top: 0;
  }

  .hero-copy {
    order: 2;
  }

  .hero-slide {
    padding-top: 18px;
  }

  .hero-slide h2 {
    font-size: 1.11rem;
    line-height: 1.15;
  }

  .hero-slide-price {
    width: clamp(96px, 31vw, 120px);
    font-size: clamp(1.15rem, 5.8vw, 1.55rem);
  }

  .hero-slide p {
    font-size: 0.9rem;
    line-height: 1.24;
  }

  .hero-duration-cta,
  .hero-price-cta {
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .hero-trust-highlights .trust-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }

  .hero-trust-highlights {
    padding-bottom: 4px;
  }

  .hero-trust-highlights .trust-highlights-card {
    padding: 5px;
    gap: 2px;
    aspect-ratio: 2 / 1;
  }

  .hero-trust-highlights .trust-highlights-card h3 {
    font-size: 0.74rem;
  }

  .hero-trust-highlights .trust-highlights-card p {
    font-size: 0.6rem;
    line-height: 1.15;
  }

  .hero-trust-highlights .trust-highlights-icon {
    width: 18px;
    height: 18px;
  }

  .hero-slide-meta .meta-chip:nth-child(n + 3) {
    display: none;
  }

  .hero-carousel {
    display: none;
  }

  /* Tour cards wall on tiny screens */
  .tour-grid {
    --tour-gallery-gap: 2px;
    --tour-tile-height: 142px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-rows: repeat(3, var(--tour-tile-height));
    grid-auto-flow: column;
    grid-auto-columns: calc((100vw - 6px) / 2);
    gap: var(--tour-gallery-gap);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    align-items: stretch;
    align-content: start;
  }

  .tour-grid .tour-card {
    min-height: 0;
    height: var(--tour-tile-height);
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
    scroll-snap-align: start;
    grid-row: var(--mobile-grid-row, auto);
    grid-column: var(--mobile-grid-column, auto);
  }

  .tour-grid .tour-top {
    min-height: var(--tour-tile-height);
    border-radius: 0;
    padding: 0;
  }

  .tour-grid .tour-card h3 {
    font-size: 0.8rem;
    bottom: 34px;
  }

  .tour-grid .tour-card .tour-price {
    font-size: 0.96rem;
  }

  .tour-grid .tour-card .tour-footer-duration {
    font-size: 0.8rem;
  }

  /* Smaller card thumbnails */
  .tour-card-thumb {
    height: 160px;
  }

  /* Booking form grid single-column */
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-calendar-popup,
  .booking-calendar-popup.open {
    width: min(94vw, 340px) !important;
    max-width: min(94vw, 340px);
    padding: 7px 8px 9px;
  }

  .booking-calendar-popup .flatpickr-current-month {
    font-size: 1.18rem;
  }

  .booking-calendar-popup .flatpickr-weekday {
    font-size: 0.9rem;
  }

  .booking-calendar-popup .flatpickr-day {
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 1.05rem;
  }

  /* Stack sort / filter chips */
  .filters,
  .filter-row {
    gap: 6px;
  }

  .filters-panel .filter-menu {
    width: 100%;
  }

  .filters-panel .filter-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .filters-panel .filter-dropdown,
  .filters-panel .filter-dropdown.is-wide {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .filter-chip,
  .sort-chip {
    font-size: 0.9rem;
    padding: 6px 10px;
  }

  /* Inline booking panel full-bleed */
  .inline-booking-panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  /* Tour detail page — reduce padding */
  .tour-detail-layout {
    gap: 0;
  }

  /* Trust strip — wrap vertically */
  .trust-strip {
    padding: 12px 14px;
    gap: 10px;
  }

  /* CTA sections — smaller buttons */
  .hero-slide-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .site-footer {
    margin-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border: 0;
    border-radius: 0;
    background: #2f363c;
    font-size: 0.75rem;
  }

  .site-footer-top {
    gap: 10px;
    padding: 8px 0;
  }

  .site-footer-title {
    margin: 0 0 6px;
    font-size: 0.75rem;
    color: #e2f0f7;
  }

  .site-footer-top p,
  .site-footer-links a {
    color: #d3e6ef;
    font-size: 0.75rem;
  }

  .site-footer-bottom {
    border-top: 0;
    padding: 0;
    background: #262c31;
    color: #d3e6ef;
    font-size: 0.675rem;
  }

  .site-footer-bottom-inner {
    padding: 8px 0 max(8px, env(safe-area-inset-bottom));
  }

  .operator-info {
    margin: 8px 0 10px;
    gap: 8px;
  }

  .operator-panel {
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 1px;
  }

  .operator-panel-head {
    margin-bottom: 8px;
  }

  .operator-details-block {
    margin-bottom: 8px;
  }

  .operator-row {
    gap: 0;
    margin-bottom: 6px;
  }

  .operator-row-label {
    font-size: 0.82rem;
    opacity: 0.9;
  }

  .operator-row-value {
    font-size: 0.92rem;
  }

  .review-panel.operator-review-panel {
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 1px;
  }
}

@media (max-width: 900px) {
  .hero-filter-panel.is-location-locked .hero-filter-input,
  .hero-filter-panel.is-location-locked .hero-filter-mode-line {
    display: none;
  }
}

/* ── Reduce hero height when filter is stacked below ─────── */
@media (max-width: 900px) {
  .hero-wrap {
    min-height: 520px;
  }

  /* On tablets the tour grid gets 2 cols (already set), but
     override to 1 col on very narrow tablets */
}

@media (max-width: 600px) {
  .hero-wrap {
    min-height: 0;
  }
}

/* -- Tour Pagination ------------------------------------------------------ */
.tour-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.pagination-btn {
  padding: 0.5rem 1rem;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}

.pagination-btn:hover:not(:disabled) {
  background: #2563eb;
}

.pagination-btn:disabled {
  background: #d1d5db;
  cursor: not-allowed;
  opacity: 0.6;
}

.pagination-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #666;
}

.pagination-current, .pagination-total {
  font-weight: 600;
  color: #333;
}

@media (max-width: 720px) {
  .tour-pagination {
    gap: 1rem;
    padding: 1rem;
    margin-top: 1.5rem;
  }
  
  .pagination-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
}
