/* Visit Lamu — homepage, footer and listing layout */

.w-topbar__menu {
  align-items: center;
}

.w-topbar .k-nav__link {
  height: auto;
  padding: 0.42rem 0.8rem;
  border-bottom: none;
  color: var(--k-muted);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  font-weight: 700;
  background: transparent;
}

.w-topbar .k-nav__link:hover,
.w-topbar .k-nav__link:focus,
.w-topbar .k-nav__link:focus-visible {
  color: var(--k-primary);
  background: var(--k-surface);
  text-decoration: none;
  border-bottom: none;
}

.w-topbar .k-nav__item.is-active > .k-nav__link {
  color: #fff;
  background: var(--k-primary);
  border-bottom: none;
  text-decoration: none;
}

.w-topbar .k-nav__item.is-active > .k-nav__link:hover,
.w-topbar .k-nav__item.is-active > .k-nav__link:focus {
  color: #fff;
  background: var(--k-primary-dark);
}

@media (max-width: 991.98px) {
  .w-topbar .k-nav__link {
    padding: 0.7rem 0.35rem;
    border-bottom: 1px solid var(--k-line);
  }

  .w-topbar .k-nav__item.is-active > .k-nav__link {
    color: var(--k-primary);
    background: var(--k-surface);
  }

  .w-topbar .k-nav__item.is-active > .k-nav__link:hover,
  .w-topbar .k-nav__item.is-active > .k-nav__link:focus {
    color: var(--k-primary);
    background: var(--k-surface);
  }
}

.vl-hero {
  padding: 2.75rem 0 2.25rem;
  background: var(--k-surface);
}

.vl-hero h1 {
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--k-ink);
  margin: 0 0 1.15rem;
}

.vl-hero__list {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0;
}

.vl-hero__list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.55rem;
  color: var(--k-ink);
  line-height: 1.5;
}

.vl-hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--k-accent);
}

.vl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.vl-hero__media {
  height: 100%;
  min-height: 320px;
  background: var(--k-primary-dark);
  overflow: hidden;
}

.vl-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.vl-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.vl-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
}

.vl-proof {
  background: var(--k-primary);
  color: #fff;
}

.vl-proof h2,
.vl-proof p,
.vl-proof li {
  color: #fff;
}

.vl-proof h2 {
  margin-bottom: 0.85rem;
}

.vl-proof__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.vl-proof__list li {
  padding-left: 1.35rem;
  position: relative;
  line-height: 1.5;
}

.vl-proof__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--k-accent);
}

.k-footer {
  background: var(--k-footer, hsl(0, 0%, 20%));
  color: #fff;
  padding: 3rem 0 0;
  margin-top: auto;
}

.k-footer__heading,
.k-footer p,
.k-footer a,
.k-footer strong,
.k-footer dt,
.k-footer dd {
  color: #fff;
}

.k-footer__facts {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.4rem 1rem;
  margin: 1rem 0 0;
}

.k-footer__facts dt {
  font-weight: 700;
  white-space: nowrap;
}

.k-footer__facts dd {
  margin: 0;
  opacity: 0.92;
}

.k-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.k-footer li {
  margin-bottom: 0.5rem;
}

.k-footer a:hover {
  text-decoration: underline;
  color: #fff;
}

.k-footer__bottom {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 1rem 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
}

.k-footer__bottom a {
  color: #fff;
}

.k-footer__legal {
  display: none;
}

.vl-card .k-card__body {
  gap: 0.45rem;
}

.vl-card .k-card__title {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--k-ink);
  letter-spacing: -0.01em;
}

.vl-card--package .k-card__title {
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.15rem;
}

.vl-card .k-card__price {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--k-primary);
}

.vl-card__save {
  margin: 0 0 0.15rem;
  color: var(--k-accent);
  font-size: 0.88rem;
  font-weight: 700;
}

.vl-card__hit {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
  min-height: 0;
}

.vl-card__hit:hover,
.vl-card__hit:focus {
  color: inherit;
  text-decoration: none;
}

.vl-card__actions {
  padding: 0 1rem 1rem;
  margin-top: auto;
}

.vl-card__open {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 0.5rem 0.9rem;
  font-size: 0.82rem;
}

.vl-show__media {
  overflow: hidden;
  background: var(--k-surface);
  margin-bottom: 1.25rem;
}

.vl-show__media img {
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.vl-show__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0 0;
}

.vl-show__thumb {
  border: 2px solid transparent;
  padding: 0;
  background: none;
  width: 72px;
  height: 56px;
  overflow: hidden;
  cursor: pointer;
}

.vl-show__thumb.is-on {
  border-color: var(--k-primary, #1e4d7b);
}

.vl-show__thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
}

.vl-show__price {
  margin: 0 0 0.25rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--k-primary);
}

.vl-show__scope,
.vl-show__extra {
  margin: 0 0 0.35rem;
  color: var(--k-muted);
  font-size: 0.95rem;
}

.vl-show__copy,
.vl-show__block {
  margin: 1.35rem 0 0;
}

.vl-show__block h2,
.vl-book h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
}

.vl-show__list {
  margin: 0;
  padding-left: 1.1rem;
}

.vl-show__list a {
  color: var(--k-primary);
}

.vl-book {
  background: var(--k-surface);
  border: 1px solid var(--k-line);
  padding: 1.35rem 1.25rem 1.15rem;
  position: sticky;
  top: 6.5rem;
}

.vl-book__lead {
  margin: 0 0 1rem;
  color: var(--k-muted);
  font-size: 0.95rem;
}

.vl-book__note {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--k-muted);
}

.vl-book__submit,
.vl-book__whatsapp {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.vl-book__whatsapp {
  margin-top: 0.75rem;
}

.vl-book__call {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--k-muted);
  text-align: center;
}

.vl-book__call a {
  color: var(--k-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .vl-book {
    position: static;
  }
}

.vl-section-head .k-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
}

.vl-page-photo {
  overflow: hidden;
  background: var(--k-surface);
}

.vl-page-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}

.vl-photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.vl-photo-row img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Always-visible call bar (airlinecontacts pattern) */
body {
  padding-bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px));
}

.vl-callbar {
  position: fixed;
  z-index: 1040;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: var(--k-accent, #c45c26);
  border-top: 1px solid var(--k-accent-dark, #a3491c);
  font-family: var(--font-heading, inherit);
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 1.15rem 1rem calc(1.15rem + env(safe-area-inset-bottom, 0px));
}

.vl-callbar:hover,
.vl-callbar:focus {
  color: #fff;
  background: var(--k-accent-dark, #a3491c);
  text-decoration: none;
}

@media (min-width: 768px) {
  .vl-callbar {
    font-size: 1.25rem;
    padding: 1.25rem 1.5rem;
  }
}

@media print {
  .vl-callbar { display: none; }
  body { padding-bottom: 0; }
}

@media (max-width: 767.98px) {
  .vl-hero {
    padding-top: 1.5rem;
  }

  .vl-hero__media,
  .vl-hero__media img {
    min-height: 240px;
  }

  .vl-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .k-footer__facts {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .k-footer__facts dt {
    margin-top: 0.65rem;
  }

  .k-footer__facts dt:first-child {
    margin-top: 0;
  }

  .k-footer__bottom {
    flex-direction: column;
  }

  .vl-photo-row {
    grid-template-columns: 1fr;
  }

  .vl-photo-row img {
    height: 200px;
  }
}
