.sne-gallery,
#services,
#charters,
#about,
#why-us,
#booking,
footer {
  scroll-margin-top: 6rem;
}

.slt-transit-rates {
  width: 100%;
  min-width: 0;
  padding: 2.5rem;
  border-top: 3px solid #d1a654;
  background: #171b1a;
  color: #ffffff;
  letter-spacing: 0;
  scroll-margin-top: 9rem;
}

.slt-transit-rates-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.slt-transit-rates-kicker {
  margin: 0 0 0.65rem;
  color: #e8c579;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.slt-transit-rates h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.slt-transit-rates-capacity {
  margin: 0.75rem 0 0;
  color: #ced4d1;
  font-size: 1rem;
  line-height: 1.6;
}

.slt-transit-rates-start {
  display: grid;
  gap: 0.25rem;
  padding-left: 1.5rem;
  border-left: 1px solid #69716a;
}

.slt-transit-rates-start span {
  color: #ced4d1;
  font-size: 0.875rem;
}

.slt-transit-rates-start strong {
  color: #e8c579;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15;
}

.slt-transit-rates table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.slt-transit-rates th,
.slt-transit-rates td {
  text-align: left;
  vertical-align: middle;
}

.slt-transit-rates thead th {
  padding: 0 0 1rem;
  border-bottom: 1px solid #69716a;
  color: #ced4d1;
  font-size: 0.875rem;
  font-weight: 500;
}

.slt-transit-rates thead th:first-child {
  width: 36%;
}

.slt-transit-rates thead th:nth-child(2) {
  width: 38%;
}

.slt-transit-rates thead th:last-child,
.slt-transit-rates tbody td:last-child {
  text-align: right;
}

.slt-transit-rates tbody th,
.slt-transit-rates tbody td {
  padding: 1.75rem 0;
  border-bottom: 1px solid #414944;
}

.slt-transit-rates tbody th {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}

.slt-transit-rates td strong {
  display: inline-block;
  color: #e8c579;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.slt-transit-rates td:last-child strong {
  color: #ffffff;
}

.slt-rate-amount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
}

.slt-rate-amount small {
  color: #ced4d1;
  font-size: 0.875rem;
}

.slt-rate-mobile-label {
  display: none;
}

.slt-transit-rates-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
}

.slt-transit-rates-footer p {
  max-width: 18rem;
  margin: 0;
  color: #ced4d1;
  font-size: 1rem;
  line-height: 1.6;
}

.slt-transit-rates-inquire {
  min-height: 3.25rem;
  padding: 0.9rem 1.5rem;
  border: 1px solid #e8c579;
  border-radius: 999px;
  background: #e8c579;
  color: #171b1a;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 180ms ease;
}

.slt-transit-rates-inquire:hover {
  background: #f4dba7;
}

.slt-transit-rates-inquire:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .slt-transit-rates {
    padding: 2rem 1.25rem;
  }

  .slt-transit-rates h3 {
    font-size: 2rem;
  }

  .slt-transit-rates-start {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 0;
    border-left: 0;
    border-top: 1px solid #414944;
  }

  .slt-transit-rates-start strong {
    font-size: 2.5rem;
  }

  .slt-transit-rates-header {
    margin-bottom: 0;
  }

  .slt-transit-rates thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .slt-transit-rates tbody,
  .slt-transit-rates table {
    display: block;
  }

  .slt-transit-rates tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 1rem 0.75rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #414944;
  }

  .slt-transit-rates tbody th {
    grid-column: 1 / -1;
    font-size: 1.5rem;
  }

  .slt-transit-rates tbody th,
  .slt-transit-rates tbody td {
    padding: 0;
    border: 0;
  }

  .slt-transit-rates td strong {
    font-size: 1.75rem;
  }

  .slt-rate-mobile-label {
    display: block;
    margin-bottom: 0.4rem;
    color: #ced4d1;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .slt-transit-rates-inquire {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .slt-transit-rates {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .slt-transit-rates td strong {
    font-size: 1.5rem;
  }

  .slt-transit-rates tbody tr {
    grid-template-columns: minmax(0, 1fr);
  }

  .slt-transit-rates tbody td:last-child {
    text-align: left;
  }

  .slt-transit-rates-start {
    flex-wrap: wrap;
  }
}

.slt-sprinter-service {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(178, 131, 42, 0.3);
  scroll-margin-top: 7rem;
  letter-spacing: 0;
}

.slt-sprinter-photo {
  min-width: 0;
  margin: 0;
}

.slt-sprinter-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}

.slt-sprinter-photo figcaption {
  margin-top: 0.65rem;
  color: #625e57;
  font-size: 0.75rem;
  line-height: 1.4;
}

.slt-sprinter-copy {
  min-width: 0;
  color: #231f1b;
}

.slt-sprinter-kicker {
  margin: 0 0 0.75rem;
  color: #8b692c;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

.slt-sprinter-copy h3 {
  margin: 0 0 1rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.slt-sprinter-copy h3 + p {
  margin: 0;
  color: #625e57;
  font-size: 1rem;
  line-height: 1.8;
}

.slt-sprinter-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.slt-sprinter-price span {
  color: #625e57;
  font-size: 1rem;
}

.slt-sprinter-price strong {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .slt-sprinter-service {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .slt-sprinter-copy h3 {
    font-size: 2rem;
  }

  .slt-sprinter-price strong {
    font-size: 2.5rem;
  }
}

.slt-brand-name {
  max-width: 16rem;
  white-space: normal;
  font-size: clamp(0.82rem, 2.6vw, 1.05rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.08em !important;
}

.slt-brand-meaning {
  max-width: 16rem;
  white-space: normal;
  font-size: 0.58rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.14em !important;
}

.sne-bahamas-hero {
  position: relative;
  isolation: isolate;
}

.slt-hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.slt-hero-video-toggle {
  position: absolute;
  right: 1.25rem;
  bottom: 6rem;
  z-index: 30;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(23, 27, 26, 0.8);
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.slt-hero-video-toggle:hover {
  background: #171b1a;
}

.slt-hero-video-toggle:focus-visible {
  outline: 2px solid #e8c579;
  outline-offset: 4px;
}

.slt-hero-video[hidden],
.slt-hero-video-toggle[hidden] {
  display: none;
}

.sne-bahamas-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 171, 189, 0.16), transparent 28%, rgba(250, 197, 28, 0.14) 54%, transparent 78%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
}

.sne-hero-flag-badge {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  border: 1px solid rgba(250, 197, 28, 0.4);
  border-radius: 999px;
  background: rgba(13, 20, 20, 0.62);
  color: rgb(248, 242, 229);
  padding: 0.58rem 0.9rem 0.58rem 0.62rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.sne-bahamas-flag {
  position: relative;
  display: grid;
  width: 2.65rem;
  height: 1.58rem;
  flex: 0 0 auto;
  grid-template-rows: 1fr 1fr 1fr;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.sne-bahamas-flag::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 52%;
  background: rgb(17, 17, 17);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sne-flag-aqua {
  background: rgb(0, 171, 189);
}

.sne-flag-gold {
  background: rgb(250, 197, 28);
}

.sne-hero-aqua {
  color: rgb(111, 226, 226);
  text-shadow: 0 8px 34px rgba(0, 171, 189, 0.24);
}

.sne-hero-gold {
  color: rgb(244, 197, 91);
  text-shadow: 0 8px 32px rgba(209, 166, 84, 0.24);
}

.sne-ocean-experience-image {
  filter: saturate(1.08) contrast(1.03);
}

.sne-island-feature {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(17, 22, 21), rgb(28, 25, 19)),
    rgb(18, 18, 16);
  padding: 6.5rem 0;
}

.sne-island-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 171, 189, 0.13), transparent 34%, rgba(250, 197, 28, 0.09)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 44%);
}

.sne-island-inner {
  position: relative;
  display: grid;
  width: min(1120px, calc(100% - 2rem));
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}

.sne-island-copy {
  color: rgb(248, 242, 229);
}

.sne-island-kicker {
  display: block;
  margin-bottom: 0.85rem;
  color: rgb(244, 197, 91);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.sne-island-copy h2 {
  margin: 0;
  max-width: 12ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.sne-island-copy p {
  max-width: 38rem;
  margin: 1.4rem 0 0;
  color: rgba(248, 242, 229, 0.76);
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 300;
  line-height: 1.8;
}

.sne-island-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(250, 197, 28, 0.32);
  border-radius: 1.15rem;
  aspect-ratio: 16 / 10;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.sne-island-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
}

.sne-island-photo-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.sne-island-mini-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(111, 226, 226, 0.28);
  border-radius: 0.9rem;
  aspect-ratio: 16 / 9;
  background: rgb(18, 18, 16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.sne-island-mini-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.sne-gallery {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 241, 229, 0.98), rgba(255, 252, 245, 0.98) 48%, rgba(232, 249, 247, 0.95)),
    rgb(247, 241, 229);
  padding: 6rem 0;
}

.sne-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(16, 15, 13, 0.04), transparent 22%, transparent 78%, rgba(16, 15, 13, 0.04));
}

.sne-gallery-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
}

.sne-gallery-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: rgb(12, 133, 145);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
}

.sne-gallery-title {
  margin: 0;
  color: rgb(35, 31, 27);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1.02;
  text-align: center;
}

.sne-gallery-subtitle {
  max-width: 36rem;
  margin: 1.15rem auto 3rem;
  color: rgba(35, 31, 27, 0.68);
  font-size: clamp(0.92rem, 2vw, 1.06rem);
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

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

.sne-gallery-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(178, 131, 42, 0.24);
  border-radius: 1rem;
  background: rgb(20, 18, 16);
  box-shadow: 0 18px 50px rgba(20, 18, 16, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.38) inset;
  aspect-ratio: 4 / 5;
}

.sne-gallery-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.sne-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: var(--sne-pos, center);
  filter: saturate(1.04) contrast(1.02);
  transition: transform 600ms ease, filter 600ms ease;
}

.sne-gallery-button:hover .sne-gallery-image,
.sne-gallery-button:focus-visible .sne-gallery-image {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}

.sne-gallery-more {
  display: flex;
  width: fit-content;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  border: 1px solid rgba(178, 131, 42, 0.52);
  border-radius: 999px;
  background: rgb(35, 31, 27);
  color: rgb(247, 241, 229);
  padding: 0.95rem 1.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 16px 38px rgba(20, 18, 16, 0.12);
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.sne-gallery-more:hover,
.sne-gallery-more:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(178, 131, 42, 0.85);
  background: rgb(178, 131, 42);
  color: rgb(20, 18, 16);
}

.sne-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(12, 11, 10, 0.86);
  backdrop-filter: blur(10px);
}

.sne-lightbox.is-open {
  display: flex;
}

.sne-lightbox-image {
  max-width: min(96vw, 1100px);
  max-height: 88vh;
  border: 1px solid rgba(209, 166, 84, 0.35);
  border-radius: 0.85rem;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

.sne-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgba(209, 166, 84, 0.45);
  border-radius: 999px;
  background: rgba(247, 241, 229, 0.95);
  color: rgb(35, 31, 27);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.sne-whatsapp-status {
  min-height: 1.25rem;
  margin: 0.85rem 0 0;
  color: rgba(35, 31, 27, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

.sne-whatsapp-status[data-tone="success"] {
  color: rgb(54, 108, 70);
}

.sne-whatsapp-status[data-tone="warning"] {
  color: rgb(142, 93, 20);
}

.sne-whatsapp-status[data-tone="error"] {
  color: rgb(148, 42, 42);
}

.sne-whatsapp-fallback-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.sne-whatsapp-backup,
.sne-email-fallback,
.sne-generated-whatsapp-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.sne-whatsapp-backup,
.sne-generated-whatsapp-link {
  border: 1px solid rgba(178, 131, 42, 0.38);
  background: rgb(35, 31, 27);
  color: rgb(247, 241, 229);
}

.sne-email-fallback {
  border: 1px solid rgba(178, 131, 42, 0.32);
  background: rgba(247, 241, 229, 0.64);
  color: rgb(35, 31, 27);
}

.sne-whatsapp-backup:hover,
.sne-email-fallback:hover,
.sne-generated-whatsapp-link:hover {
  transform: translateY(-1px);
  border-color: rgba(178, 131, 42, 0.8);
}

.sne-generated-whatsapp-link {
  width: fit-content;
  margin: 0.75rem auto 0;
}

@media (min-width: 1024px) {
  .sne-island-inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 3.25rem;
  }

  .sne-gallery {
    padding: 7rem 0;
  }

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

  .sne-gallery-item {
    border-radius: 1.1rem;
  }
}

@media (max-width: 480px) {
  .sne-hero-flag-badge {
    width: fit-content;
    max-width: min(100%, 21rem);
    align-items: flex-start;
    gap: 0.55rem;
    border-radius: 1rem;
    padding: 0.62rem 0.72rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .sne-bahamas-flag {
    width: 2.2rem;
    height: 1.32rem;
    margin-top: 0.04rem;
  }

  .sne-hero-aqua,
  .sne-hero-gold {
    display: inline;
  }

  .slt-brand-name {
    max-width: 11rem;
    font-size: 0.72rem !important;
    letter-spacing: 0.06em !important;
  }

  .slt-brand-meaning {
    max-width: 11rem;
    font-size: 0.5rem !important;
    letter-spacing: 0.1em !important;
  }

  .sne-island-feature {
    padding: 5rem 0;
  }

  .sne-island-inner {
    width: min(100% - 1rem, 1120px);
    gap: 1.4rem;
  }

  .sne-island-copy h2 {
    max-width: 13ch;
  }

  .sne-island-frame {
    border-radius: 0.9rem;
    aspect-ratio: 4 / 3;
  }

  .sne-island-photo-strip {
    gap: 0.55rem;
  }

  .sne-island-mini-frame {
    border-radius: 0.75rem;
  }

  .sne-gallery {
    padding: 5rem 0;
  }

  .sne-gallery-inner {
    width: min(100% - 1rem, 1120px);
  }

  .sne-gallery-subtitle {
    margin-bottom: 2rem;
  }

  .sne-gallery-grid {
    gap: 0.65rem;
  }

  .sne-gallery-item {
    border-radius: 0.85rem;
  }

  .sne-gallery-more {
    width: min(100%, 20rem);
    margin-top: 1.5rem;
  }
}
