html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  color: var(--sb-ink);
  font-family: "Berlin Sans FB", "Berlin Sans FB Demi", "Berlin Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  background: var(--sb-teal);
  margin-bottom: 0;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

:root {
  --sb-teal: #008080;
  --sb-sand: #FEDB9F;
  --sb-copper: #CD873E;
  --sb-ink: rgba(255, 255, 255, 0.92);
  --sb-muted: rgba(255, 255, 255, 0.82);
  --sb-card: rgba(255, 255, 255, 0.10);
  --sb-shadow: 0 10px 30px rgba(0,0,0,0.08);
  --sb-radius: 18px;
}

body a {
  color: rgba(255, 255, 255, 0.92);
}

body a:hover {
  color: white;
}

.sb-main {
  min-height: calc(100vh - 64px);
}

.sb-nav {
  background: rgba(0, 128, 128, 0.92);
  backdrop-filter: blur(8px);
}

@media (max-width: 991.98px) {
  .sb-nav .navbar-toggler {
    margin-left: auto;
  }
}

.sb-nav.border-bottom {
  border-bottom: 1px solid rgba(255,255,255,0.18) !important;
}

.sb-logo {
  width: 65px;
  height: 65px;
  object-fit: contain;
  transform: scale(1.25);
  transform-origin: center;
}

@media (max-width: 576px) {
  .sb-logo {
    width: 48px;
    height: 48px;
    transform: scale(1.25);
  }
}

.sb-brand-text {
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--sb-ink);
}

.navbar .nav-link {
  font-weight: 600;
  color: var(--sb-ink);
  opacity: 0.9;
}

.navbar .nav-link:hover {
  color: var(--sb-sand);
  opacity: 1;
}

.sb-btn {
  background: var(--sb-teal);
  border-color: var(--sb-teal);
  color: white;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1rem;
}

.sb-btn:hover {
  background: #006c6c;
  border-color: #006c6c;
  color: white;
}

.sb-btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--sb-ink);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1rem;
}

.sb-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
  color: white;
}

.sb-contact-row {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--sb-ink);
  cursor: pointer;
}

.sb-contact-link {
  color: var(--sb-ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 120ms ease, border-color 120ms ease, opacity 120ms ease;
  opacity: 0.92;
}

.sb-contact-row:hover {
  color: var(--sb-sand);
}

.sb-contact-row:hover .sb-contact-link {
  color: var(--sb-sand);
  border-bottom-color: rgba(254, 219, 159, 0.75);
  opacity: 1;
}

.sb-contact-link:hover {
  color: var(--sb-sand);
  border-bottom-color: rgba(254, 219, 159, 0.75);
  opacity: 1;
}

.sb-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--sb-ink);
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  opacity: 0.9;
  text-decoration: none;
  line-height: 1;
}

.sb-cart-btn:hover {
  color: var(--sb-sand);
  opacity: 1;
}

.sb-section {
  padding: 3.25rem 0;
}

@media (min-width: 992px) {
  .sb-section {
    padding: 4.5rem 0;
  }
}

.sb-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  background:
    radial-gradient(900px 400px at 10% 10%, rgba(254,219,159,0.22), rgba(254,219,159,0) 60%),
    radial-gradient(700px 380px at 90% 40%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0) 55%),
    linear-gradient(180deg, rgba(0, 128, 128, 0.92), rgba(0, 128, 128, 1) 80%);
}

.sb-hero .sb-section {
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .sb-hero .sb-section {
    padding: 3rem 0;
  }
}

.sb-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.sb-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 12% 15%, rgba(254,219,159,0.18), rgba(254,219,159,0) 60%),
    linear-gradient(90deg, rgba(0,0,0,0.55), rgba(0,0,0,0.20) 55%, rgba(0,0,0,0.15)),
    linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.55));
}

.sb-hero .container {
  position: relative;
  z-index: 1;
}

.sb-hero-card {
  background: var(--sb-card);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--sb-radius);
  box-shadow: var(--sb-shadow);
  padding: 1rem;
}

.sb-hero-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 992px) {
  .sb-hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.75rem;
    align-items: center;
  }
}

.sb-hero-definition {
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--sb-radius);
  box-shadow: var(--sb-shadow);
  padding: 1rem;
}

.sb-hero-definition .sb-title {
  color: rgba(255,255,255,0.96);
}

.sb-hero-definition .sb-subtitle {
  color: rgba(255,255,255,0.86);
}

@media (min-width: 992px) {
  .sb-hero-definition {
    padding: 1.5rem;
  }
}

.sb-hero-cards {
  width: 100%;
}

.sb-hero-carousel {
  position: relative;
  width: 100%;
}

.sb-hero-carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.sb-hero-carousel-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sb-hero-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 260px);
  gap: 0.85rem;
  padding: 0.25rem 0.25rem 2.25rem;
}

.sb-hero-carousel-track > * {
  scroll-snap-align: start;
}

@media (min-width: 1200px) {
  .sb-hero-carousel-track {
    grid-auto-columns: minmax(230px, 280px);
  }
}

.sb-hero-carousel-btn {
  position: absolute;
  bottom: 0.55rem;
  left: 0.35rem;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.14);
  z-index: 3;
}

.sb-hero-carousel-btn:hover {
  background: rgba(0,0,0,0.35);
}

.sb-hero-carousel-btn--next {
  left: calc(0.35rem + 54px);
}

.sb-hero-carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sb-hero-carousel-counter {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.92);
  opacity: 0.92;
  z-index: 3;
  font-size: 1.05rem;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.sb-reveal-card {
  position: relative;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--sb-shadow);
  cursor: pointer;
  user-select: none;
}

.sb-reveal-card:focus {
  outline: none;
}

.sb-reveal-card:focus-visible {
  box-shadow: 0 0 0 0.15rem rgba(254,219,159,0.35), var(--sb-shadow);
}

.sb-reveal-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 450ms ease;
}

.sb-reveal-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11,31,36,0.05), rgba(11,31,36,0.80));
  opacity: 0.95;
  transition: opacity 220ms ease;
}

.sb-reveal-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.95rem 1rem;
  gap: 0.35rem;
}

.sb-reveal-card-number {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.9);
  opacity: 0.85;
}

.sb-reveal-card-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-reveal-card-body {
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.35;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 260ms ease, opacity 220ms ease;
}

.sb-reveal-card:hover .sb-reveal-card-img {
  transform: scale(1.06);
}

.sb-reveal-card:hover .sb-reveal-card-body {
  max-height: 220px;
  opacity: 1;
}

.sb-reveal-card.is-open .sb-reveal-card-body {
  max-height: 220px;
  opacity: 1;
}

@media (max-width: 576px) {
  .sb-hero .sb-section {
    padding: 1.5rem 0;
  }

  .sb-hero-definition {
    padding: 0.95rem;
  }

  .sb-hero-definition .sb-subtitle {
    font-size: 1rem;
  }

  .sb-hero-carousel-viewport {
    padding: 0 0.75rem;
    scroll-padding-left: 0.75rem;
    scroll-padding-right: 0.75rem;
  }

  .sb-hero-carousel-track {
    grid-auto-columns: 100%;
    gap: 0.75rem;
    padding: 0.25rem 0 3rem;
  }

  .sb-hero-carousel-btn {
    width: 44px;
    height: 44px;
  }

  .sb-hero-carousel-btn--next {
    left: calc(0.35rem + 52px);
  }

  .sb-reveal-card {
    height: 280px;
  }
}

.sb-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--sb-sand);
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.sb-title {
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1.05;
}

.sb-subtitle {
  color: var(--sb-muted);
  font-size: 1.05rem;
}

.sb-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .sb-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .sb-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.sb-card {
  background: var(--sb-card);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--sb-radius);
  box-shadow: var(--sb-shadow);
  overflow: hidden;
}

.sb-media-frame {
  height: 220px;
  background: rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sb-media-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.page-about .sb-media-img {
  object-fit: cover;
}

.page-destination .sb-section {
  padding-top: 1.5rem;
}

@media (min-width: 992px) {
  .page-destination .sb-section {
    padding-top: 2rem;
  }
}

.sb-blogpost-hero {
  height: clamp(220px, 35vw, 420px);
  border-radius: var(--sb-radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
}

.sb-blogpost-hero-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.sb-destination-tile {
  position: relative;
  display: block;
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  height: 280px;
}

.sb-destination-tile:hover {
  color: inherit;
}

.sb-destination-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(0,0,0,0.04);
}

.sb-home-destinations .sb-destination-tile {
  height: 420px;
}

.sb-home-destinations .sb-destination-tile-img {
  height: 100%;
}

.sb-destination-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(11,31,36,0), rgba(11,31,36,0.72));
}

.sb-destination-tile-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-destination-tile-subtitle {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.sb-destination-tile-overlay .sb-badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255,255,255,0.92);
}

.sb-itinerary-tile {
  position: relative;
  display: block;
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  height: 420px;
}

.sb-itinerary-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(0,0,0,0.04);
}

.sb-itinerary-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(11,31,36,0), rgba(11,31,36,0.78));
}

.sb-itinerary-tile-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-itinerary-tile-subtitle {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.sb-itinerary-tile-overlay .sb-badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255,255,255,0.92);
}

.sb-itinerary-detail-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  box-shadow: var(--sb-shadow);
}

.sb-itinerary-detail-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-itinerary-detail-media-empty {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,128,128,0.12), rgba(254,219,159,0.55));
}

.sb-itinerary-detail-panel {
  height: 100%;
  border-radius: var(--sb-radius);
  background: var(--sb-card);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: var(--sb-shadow);
  padding: 1.2rem 1.25rem;
}

.sb-itinerary-detail-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--sb-ink);
}

.sb-itinerary-detail-text {
  color: var(--sb-muted);
  font-weight: 600;
}

@media (min-width: 992px) {
  .sb-itinerary-detail-media {
    min-height: 420px;
  }
}

.sb-experience-tile {
  position: relative;
  display: block;
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  height: 320px;
}

.sb-experience-tile:hover {
  color: inherit;
}

.sb-experience-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(0,0,0,0.04);
}

.sb-experience-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(11,31,36,0), rgba(11,31,36,0.72));
}

.sb-experience-tile-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-experience-tile-subtitle {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.sb-experience-tile-overlay .sb-badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255,255,255,0.92);
}

.sb-experience-hero {
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
}

.sb-experience-hero--bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.sb-experience-hero-img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767.98px) {
  .sb-experience-hero-img {
    height: 320px;
  }
}

.sb-section--after-hero {
  padding-top: 0.5rem;
}

.sb-exp-tabs.nav-tabs {
  border-bottom: none;
  gap: 2.25rem;
  justify-content: center;
  padding-bottom: 1.1rem;
  margin-bottom: 0.75rem;
}

.sb-exp-tabs .nav-link {
  border: none !important;
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0.25rem 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  color: var(--sb-muted);
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.sb-exp-tabs .nav-link:hover,
.sb-exp-tabs .nav-link:focus {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sb-exp-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 0;
  background: var(--sb-sand);
  border-radius: 999px;
  transition: width 180ms ease;
}

.sb-exp-tabs .nav-link:hover::after {
  width: 100%;
}

.sb-exp-tabs .nav-link.active {
  color: var(--sb-ink);
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sb-exp-tabs .nav-link.active::after {
  width: 100%;
}

.sb-exp-tab-content {
  border: 1px solid rgba(255,255,255,0.18);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-radius: 0 0 var(--sb-radius) var(--sb-radius);
  overflow: hidden;
}

.sb-exp-image-col {
  background: rgba(0,0,0,0.04);
}

.sb-exp-image {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sb-exp-detail-col {
  background: var(--sb-card);
}

.sb-exp-detail-body {
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sb-exp-panel-title {
  font-weight: 900;
  letter-spacing: -0.4px;
  color: var(--sb-sand);
}

@media (max-width: 991.98px) {
  .sb-exp-detail-body {
    padding: 1.25rem;
  }
}

.sb-home-experiences .sb-exp-tabs.nav-tabs {
  gap: 1.75rem;
  padding-bottom: 0.85rem;
}

.sb-home-experiences .sb-exp-tabs .nav-link {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sb-home-experiences .sb-exp-tabs .nav-link::after {
  height: 2px;
  bottom: -12px;
}

.sb-home-experiences .sb-exp-tab-content {
  background: rgba(255,255,255,0.06);
}

.sb-home-experiences .sb-exp-tab-content .row {
  align-items: center !important;
}

.sb-home-experiences .sb-exp-image-col,
.sb-home-experiences .sb-exp-detail-col {
  padding: 1.75rem;
}

.sb-home-experiences .sb-exp-image-col {
  background: transparent;
}

.sb-home-experiences .sb-exp-detail-col {
  background: transparent;
}

.sb-home-experiences .sb-exp-detail-body {
  padding: 0;
  text-align: center;
  align-items: center;
}

.sb-home-experiences .sb-exp-image {
  height: clamp(220px, 28vw, 340px);
  max-height: none;
  border-radius: 16px;
}

.sb-home-section {
  padding: 1.75rem 0;
}

.sb-home-section .sb-title.h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: 0.06em;
}

.sb-home-reviews .sb-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
  justify-content: center;
}

.sb-home-reviews .sb-card,
.sb-home-reviews .sb-cta-panel {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(0,128,128,0.28);
}

.sb-home-reviews .sb-card-body,
.sb-home-reviews .sb-cta-panel {
  text-align: center;
}

.sb-home-reviews .sb-card-title,
.sb-home-reviews .sb-card-text,
.sb-home-reviews .text-muted {
  color: var(--sb-teal) !important;
}

.sb-home-reviews .sb-badge {
  background: rgba(0,128,128,0.12);
  color: var(--sb-teal);
}

@media (max-width: 991.98px) {
  .sb-home-experiences .sb-exp-image-col,
  .sb-home-experiences .sb-exp-detail-col {
    padding: 1.25rem;
  }
  .sb-home-experiences .sb-exp-image {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .sb-home-section {
    padding: 2.25rem 0;
  }
}

.sb-month-tabs.nav-tabs {
  border-bottom: none;
  gap: 1.35rem;
  justify-content: flex-start;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  .sb-month-tabs.nav-tabs {
    justify-content: center;
  }
}

.sb-month-tabs .nav-link {
  border: none !important;
  border-color: transparent !important;
  background: transparent !important;
  background-color: transparent !important;
  padding: 0.25rem 0;
  margin: 0;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  color: var(--sb-muted);
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

.sb-month-tabs .nav-link:hover,
.sb-month-tabs .nav-link:focus {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sb-month-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 0;
  background: var(--sb-sand);
  border-radius: 999px;
  transition: width 180ms ease;
}

.sb-month-tabs .nav-link:hover::after {
  width: 100%;
}

.sb-month-tabs .nav-link.active {
  color: var(--sb-ink);
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.sb-month-tabs .nav-link.active::after {
  width: 100%;
}

.sb-month-tab-content {
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: var(--sb-card);
}

.sb-month-header {
  padding: 1rem 1rem 0;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--sb-ink);
}

.sb-month-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .sb-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .sb-month-grid {
    grid-template-columns: 1fr;
  }
}

.sb-month-destination-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  height: 320px;
}

.sb-month-destination-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sb-month-destination-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(180deg, rgba(11,31,36,0), rgba(11,31,36,0.8));
}

.sb-month-destination-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-month-destination-subtitle {
  margin-top: 0.25rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.sb-activity-tile {
  position: relative;
  display: block;
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
  height: 360px;
}

.sb-activity-tile-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(0,0,0,0.04);
}

.sb-activity-tile-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, rgba(11,31,36,0), rgba(11,31,36,0.78));
}

.sb-activity-tile-title {
  font-weight: 900;
  letter-spacing: -0.2px;
  color: rgba(255,255,255,0.96);
}

.sb-activity-tile-subtitle {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.88);
  font-weight: 600;
  font-size: 0.92rem;
}

.sb-activity-tile-overlay .sb-badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255,255,255,0.92);
}

.sb-destination-hero {
  border-radius: var(--sb-radius);
  overflow: hidden;
  background: rgba(0,0,0,0.04);
}

.sb-destination-hero-img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: rgba(0,0,0,0.04);
}

.sb-destination-carousel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.6rem;
}

.sb-destination-carousel-img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  background: rgba(0,0,0,0.04);
}

.sb-destination-hero .carousel-control-prev,
.sb-destination-hero .carousel-control-next {
  width: 12%;
}

@media (max-width: 576px) {
  .sb-destination-tile {
    height: 220px;
  }
  .sb-destination-tile-img {
    height: 100%;
  }
  .sb-home-destinations .sb-destination-tile {
    height: 320px;
  }
  .sb-home-destinations .sb-destination-tile-img {
    height: 100%;
  }
  .sb-itinerary-tile {
    height: 340px;
  }
  .sb-itinerary-tile-img {
    height: 100%;
  }
  .sb-activity-tile {
    height: 300px;
  }
  .sb-activity-tile-img {
    height: 100%;
  }
  .sb-destination-hero-img {
    max-height: 380px;
  }
  .sb-destination-carousel-grid {
    grid-template-columns: 1fr;
  }
  .sb-destination-carousel-img {
    height: 190px;
  }
}

.sb-card-body {
  padding: 1rem;
}

.sb-card-title {
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.sb-card-text {
  color: var(--sb-muted);
  margin: 0;
}

.sb-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--sb-ink);
  font-weight: 800;
  font-size: 0.8rem;
}

.sb-list {
  padding-left: 1.1rem;
  margin: 0;
}

.sb-list li {
  margin: 0.25rem 0;
  color: var(--sb-muted);
}

.sb-cta-panel {
  border-radius: var(--sb-radius);
  border: 1px solid rgba(255,255,255,0.18);
  background: var(--sb-card);
  box-shadow: var(--sb-shadow);
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .sb-cta-panel {
    padding: 2rem;
  }
}

.sb-footer {
  position: relative;
  color: rgba(255,255,255,0.92);
  background: var(--sb-teal);
}

.sb-footer-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.22;
}

.sb-footer .container {
  position: relative;
  z-index: 1;
}

.sb-logo-footer {
  width: 70px;
  height: 70px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.18));
  transform: scale(1.25);
  transform-origin: center;
}

.sb-footer-brand {
  font-weight: 900;
  font-size: 1.05rem;
}

.sb-footer-title {
  font-weight: 900;
  margin-bottom: 0.6rem;
}

.sb-footer-text {
  color: rgba(255,255,255,0.82);
}

.sb-footer a,
.sb-footer a:visited {
  color: #fff !important;
}

.sb-footer a:hover {
  color: var(--sb-sand) !important;
}

.sb-footer-link,
.sb-footer-link:visited {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  font-weight: 600;
}

.sb-footer-link:hover {
  color: var(--sb-sand);
  text-decoration: underline;
}

.sb-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.86);
}