/* Aris Water Sports — shared styles (structure aligned with reference site) */
:root {
  --ocean: #1565c0;
  --ocean-mid: #1976d2;
  --ocean-deep: #0d47a1;
  --ocean-light: #42a5f5;
  --accent: #29b6f6;
  --accent-soft: #81d4fa;
  --accent-highlight: #e3f2fd;
  --surface: #e9f6fc;
  --surface-deep: #d4ebf8;
  --sand: #dceaf4;
  --white: #f5fbff;
  --text: #102a43;
  --muted: #486581;
  --radius: 12px;
  --shadow: 0 18px 50px rgba(13, 71, 161, 0.15);
  --font-display: "Bebas Neue", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--surface);
}

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

a {
  color: var(--ocean);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(233, 246, 252, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(10, 77, 104, 0.08);
}

.site-header .container.header-inner {
  position: relative;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.85rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  min-width: 0;
  position: relative;
  z-index: 50;
}

.site-nav #lang-switcher {
  flex-shrink: 0;
  order: 2;
}

.site-nav .nav-list {
  order: 1;
}

.logo {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.04em;
  color: var(--ocean-deep);
  text-decoration: none;
}

.logo:hover {
  text-decoration: none;
  opacity: 0.92;
}

.logo__img {
  display: block;
  height: clamp(28px, 4.5vw, 42px);
  width: auto;
  max-width: min(240px, 58vw);
}

.logo__img--aws {
  height: clamp(36px, 5.2vw, 50px);
  max-width: min(220px, 72vw);
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.logo span {
  color: var(--accent);
}

.nav-toggle {
  display: none;
  background: var(--ocean);
  color: var(--white);
  border: none;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  font: inherit;
  cursor: pointer;
  order: 3;
  flex-shrink: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
  text-decoration: none;
}

.nav-list a:hover {
  color: var(--ocean);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s;
}

.btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--ocean-mid) 0%, var(--ocean) 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(21, 101, 192, 0.45);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--ocean-light) 0%, var(--ocean-mid) 100%);
  color: #fff;
}

.btn-outline {
  background: transparent;
  border-color: var(--ocean);
  color: var(--ocean);
}

.btn-outline:hover {
  background: var(--ocean);
  color: var(--white);
}

/* Hero — full viewport feel */
.hero {
  position: relative;
  isolation: isolate;
  /* Explicit height helps iframe % / cover math inside absolute layers */
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
  padding: 5rem 1rem 4rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(6, 40, 61, 0.5) 0%,
    rgba(10, 77, 104, 0.3) 45%,
    rgba(6, 40, 61, 0.58) 100%
  );
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(41, 182, 246, 0.2), transparent 55%);
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-video-mp4,
.hero-video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  border: 0;
  background: #06283d;
}

.hero-video-mp4 {
  object-fit: cover;
  pointer-events: none;
}

.hero-youtube-host {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-youtube-host[hidden] {
  display: none !important;
}

.hero-bg .hero-video-wrap {
  background: #06283d;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-wrap {
    display: none;
  }

  .hero-bg {
    background: url("../images/hero.jpg") center / cover no-repeat;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 12vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.35);
}

.hero-tagline {
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  font-weight: 600;
  opacity: 0.95;
  margin: 0 0 1.75rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-cta .btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--ocean-light) 100%);
  color: var(--ocean-deep);
  font-weight: 800;
}

.hero-cta .btn-primary:hover {
  color: var(--ocean-deep);
}

/* Section common */
section {
  padding: clamp(3rem, 8vw, 5rem) 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  letter-spacing: 0.03em;
  color: var(--ocean-deep);
  text-align: center;
  margin: 0 0 0.35rem;
}

.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

/* Section wave (Popeye-style transition) */
.section-wave {
  line-height: 0;
  color: var(--surface);
  margin-top: -1px;
}

.section-wave svg {
  display: block;
  width: 100%;
  height: clamp(36px, 5vw, 64px);
}

.section-wave--to-surface {
  background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean) 100%);
}

/* Offers strip */
.offers {
  background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean) 100%);
  color: var(--white);
  padding: 2.5rem 0 2.75rem;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 0.75rem;
}

.offer-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  padding: 1.35rem 1.25rem;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.offer-card--media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--offer-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.offer-card--media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(6, 24, 36, 0.92) 0%, rgba(6, 24, 36, 0.35) 55%, rgba(6, 24, 36, 0.15) 100%);
}

.offer-card--media:hover::before {
  transform: scale(1.06);
}

.offer-card h3,
.offer-card p {
  position: relative;
  z-index: 2;
}

.offer-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: 0.04em;
  color: var(--white);
  margin: 0 0 0.35rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.offer-card p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
}

.offer-card p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.offer-card p a:hover {
  color: var(--accent-soft);
  text-decoration: underline;
}

/* Activities — full visual block */
.activities-section {
  background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean) 100%);
  padding-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-bottom: clamp(3rem, 7vw, 4.5rem);
}

.activities-section .section-title {
  color: var(--white);
  margin-bottom: 0.5rem;
}

.activities-section .section-sub {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
}

.beach-section {
  padding: clamp(2.5rem, 6vw, 3.5rem) 0 clamp(3rem, 7vw, 4rem);
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
}

.beach-section .section-title {
  margin-bottom: 0.5rem;
}

.beach-section .section-sub {
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.beach-card {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
  background: #fff;
}

.beach-card .thumb--beach-placeholder {
  min-height: 180px;
  background: linear-gradient(145deg, #0ea5e9 0%, #38bdf8 45%, #fde68a 100%);
}

.beach-card .body {
  padding: 1.25rem 1.35rem 1.35rem;
}

.beach-offers {
  list-style: none;
  margin: 0.65rem 0 0.75rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--ocean-deep, #0c4a6e);
}

.beach-food-note {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #334155;
}

.beach-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.beach-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #0d47a1;
  background: #1565c0;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.beach-action-btn:hover {
  background: #0d47a1;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(13, 71, 161, 0.24);
}

.golden-coast-section {
  background: linear-gradient(180deg, #ffffff 0%, #eff8ff 100%);
  padding: clamp(2.5rem, 6vw, 3.75rem) 0 clamp(3rem, 7vw, 4.25rem);
}

.golden-coast-section .section-sub {
  max-width: 52rem;
  margin-bottom: 0.85rem;
}

.golden-coast-arrival-note {
  margin: 0 auto 1.35rem;
  max-width: 44rem;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 700;
  color: #0c4a6e;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
}

.golden-coast-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 0.8rem;
}

.golden-coast-merged-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 0.8rem;
  margin-bottom: 0.7rem;
}

.golden-coast-hero {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
  min-height: 260px;
}

.golden-coast-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.golden-coast-gallery img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
}

.our-beach-photo-section {
  background: linear-gradient(180deg, #eef9ff 0%, #ffffff 100%);
  padding: clamp(2.5rem, 6vw, 3.5rem) 0;
}

.our-beach-photo-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(10, 46, 67, 0.18);
}

.our-beach-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 640px) {
  .beach-card {
    grid-template-columns: 1fr;
  }

  .beach-card .thumb--beach-placeholder {
    min-height: 120px;
  }

  .golden-coast-arrival-note {
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .golden-coast-layout {
    grid-template-columns: 1fr;
  }

  .golden-coast-merged-top {
    grid-template-columns: 1fr;
  }

  .golden-coast-hero {
    min-height: 210px;
  }

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

.activities-showcase {
  display: grid;
  grid-template-columns: minmax(118px, 26%) 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1.22fr);
  gap: 4px;
  margin-bottom: 4px;
  min-height: clamp(380px, 48vw, 540px);
}

.activities-showcase__card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(130px, 17vw, 200px);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.35rem;
  text-decoration: none;
  color: var(--white);
  box-shadow: 0 10px 28px rgba(13, 71, 161, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.activities-showcase__card--portrait {
  grid-column: 1;
  grid-row: 1 / -1;
  min-height: 100%;
}

.activities-showcase__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.35s ease;
}

.activities-showcase__card--portrait .activities-showcase__img {
  object-fit: cover;
  object-position: center 18%;
}

.activities-showcase__card--landscape:nth-child(2) .activities-showcase__img {
  object-position: center center;
}

.activities-showcase__card--landscape:nth-child(2) {
  min-height: clamp(155px, 20vw, 230px);
}

.activities-showcase__card--boat .activities-showcase__img {
  object-fit: cover;
  object-position: center 48%;
}

.activities-showcase__card--boat {
  min-height: clamp(175px, 24vw, 280px);
}

.activities-showcase__card--landscape:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.activities-showcase__card--landscape:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.activities-showcase__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(6, 24, 36, 0.9) 0%, rgba(6, 24, 36, 0.2) 58%, transparent 100%);
}

.activities-showcase__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(13, 71, 161, 0.28);
  text-decoration: none;
}

.activities-showcase__card:hover .activities-showcase__img {
  transform: scale(1.04);
}

.activities-showcase__title {
  position: relative;
  z-index: 2;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

@media (max-width: 639px) {
  .activities-showcase {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .activities-showcase__card--portrait {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: clamp(300px, 78vw, 420px);
    max-width: min(260px, 58vw);
    justify-self: center;
    width: 100%;
  }

  .activities-showcase__card--portrait .activities-showcase__img {
    object-fit: cover;
    object-position: center 15%;
  }

  .activities-showcase__card--landscape:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .activities-showcase__card--landscape:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .activities-showcase__card--landscape:nth-child(2) {
    min-height: clamp(130px, 32vw, 190px);
  }

  .activities-showcase__card--landscape:nth-child(2) .activities-showcase__img {
    object-position: center center;
  }

  .activities-showcase__card--boat {
    min-height: clamp(145px, 36vw, 220px);
  }

  .activities-showcase__card--boat .activities-showcase__img {
    object-position: center 48%;
  }
}

.activities-grid--mosaic {
  gap: 4px;
}

@media (min-width: 640px) {
  .activities-grid--mosaic {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
    gap: 5px;
  }
}

@media (min-width: 900px) {
  .activities-grid--mosaic {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px;
  }
}

@media (min-width: 1200px) {
  .activities-section .container {
    width: min(1320px, 96vw);
  }

  .activities-grid--mosaic {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* Locations */
.locations {
  background: linear-gradient(180deg, var(--surface) 0%, var(--sand) 100%);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.location-panel {
  width: 100%;
}

.location-weather-panel {
  width: 100%;
}

.windy-custom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 0.7rem;
}

.windy-layer-btn {
  appearance: none;
  border: 1px solid rgba(12, 74, 110, 0.2);
  background: rgba(255, 255, 255, 0.88);
  color: #0d47a1;
  border-radius: 999px;
  padding: 0.34rem 0.7rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.windy-layer-btn:hover {
  transform: translateY(-1px);
}

.windy-layer-btn.is-active {
  background: #1565c0;
  color: #fff;
  border-color: #1565c0;
}

.loc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.location-map-wrap {
  max-width: 100%;
  margin: 0 auto 1rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  background: var(--white);
  aspect-ratio: 16 / 11;
  min-height: 200px;
  max-height: 320px;
}

.location-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 320px;
  border: 0;
}

.location-map-wrap--windy {
  background: #d6ecf6;
}

.location-map-wrap--windy-forecast {
  min-height: 420px;
  max-height: none;
  aspect-ratio: auto;
}

.location-map-wrap--windy-forecast .location-map {
  min-height: 420px;
  max-height: none;
}

.location-weather-note {
  margin: 0.7rem 0 0;
  padding: 0.8rem 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(12, 74, 110, 0.12);
  color: #244257;
  font-size: 0.9rem;
  line-height: 1.45;
}

.location-weather-link-wrap {
  margin: 0.5rem 0 0;
}

.location-weather-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 74, 110, 0.14);
  color: #0d47a1;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.location-weather-link:hover {
  text-decoration: none;
  background: #ffffff;
}

.location-map-actions {
  text-align: center;
  margin: 0 0 1.5rem;
}

.location-map-open {
  font-weight: 600;
}

.loc-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: var(--white);
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.youtube-panel {
  border-radius: 12px;
  padding: 1.25rem;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.youtube-panel__title {
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.youtube-panel__text {
  margin: 0 0 1rem;
}

.youtube-panel__btn {
  width: 100%;
  justify-content: center;
}

@media (min-width: 980px) {
  .location-panel .location-map-wrap,
  .location-weather-panel .location-map-wrap {
    margin-inline: auto;
  }

  .location-panel .location-map-actions,
  .location-panel .loc-list {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 979px) {
  .location-layout {
    grid-template-columns: 1fr;
  }
}

/* Activities — square tiles (image fills square; title on gradient overlay) */
.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 148px), 1fr));
  gap: 0.85rem;
}

@media (min-width: 480px) {
  .activities-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 168px), 1fr));
    gap: 1rem;
  }
}

@media (min-width: 900px) {
  .activities-grid {
    grid-template-columns: repeat(auto-fill, minmax(196px, 1fr));
    gap: 1.15rem;
  }
}

.activities-grid .activity-card {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ocean-deep);
  box-shadow: 0 8px 24px rgba(13, 71, 161, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.activities-grid--mosaic .activity-card {
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.16);
}

.activities-grid .activity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(10, 46, 67, 0.18);
}

.activity-card--link {
  padding: 0;
}

.activity-card--link .activity-card__link {
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.activity-card--link .activity-card__link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.activities-grid .activity-card .thumb {
  position: absolute;
  inset: 0;
  aspect-ratio: unset;
  height: 100%;
  width: 100%;
  background: var(--ocean) center / cover no-repeat;
}

/* Portrait activity photos — keep subject visible in square tiles */
.activities-grid .activity-card .thumb.thumb--parasail {
  background-size: cover;
  background-position: center 42%;
}

.activities-grid .activity-card .thumb.thumb--sailing {
  background-size: cover;
  background-position: center 68%;
}

.activities-grid .activity-card .thumb.thumb--canoe-single {
  background-size: cover;
  background-position: 28% center;
}

.activities-grid .activity-card .thumb.thumb--canoe-double {
  background-size: cover;
  background-position: center 40%;
}

.activities-grid .activity-card .body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0.55rem 0.65rem 0.7rem;
  background: linear-gradient(to top, rgba(6, 24, 36, 0.94) 0%, rgba(6, 24, 36, 0.45) 52%, transparent 100%);
}

.activities-grid .activity-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.8vw, 1.35rem);
  letter-spacing: 0.04em;
  color: var(--white);
  margin: 0 0 0.15rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  line-height: 1.1;
}

.activities-grid .activity-card .activity-card__hint {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

a.activity-card__hint {
  text-decoration: underline;
  text-underline-offset: 0.12em;
  cursor: pointer;
  transition: color 0.15s ease;
}

a.activity-card__hint:hover,
a.activity-card__hint:focus-visible {
  color: var(--accent-soft);
}

.activity-card--link .activity-card__hint {
  text-decoration: underline;
}

.activity-card ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Cruises / partner */
.cruises {
  background: linear-gradient(180deg, var(--sand) 0%, var(--surface-deep) 100%);
}

.cruise-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--ocean-deep);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cruise-box .cruise-visual {
  min-height: clamp(280px, 40vw, 420px);
  background: var(--ocean) center / cover no-repeat;
}

.cruise-box .cruise-text {
  padding: 2rem;
  background: linear-gradient(135deg, rgba(13, 71, 161, 0.97) 0%, rgba(21, 101, 192, 0.92) 100%);
  color: var(--white);
}

.cruise-box h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--white);
  margin: 0 0 0.75rem;
}

.cruise-box .cruise-text > p {
  color: rgba(255, 255, 255, 0.88);
}

.cruise-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
}

.cruise-features span {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Reviews */
.reviews {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ocean-deep);
  color: var(--white);
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/parasailing.jpg") center / cover no-repeat;
  opacity: 0.28;
  transform: scale(1.05);
}

.reviews::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(6, 24, 36, 0.88) 0%, rgba(13, 71, 161, 0.82) 100%);
}

.reviews .container {
  position: relative;
  z-index: 1;
}

.reviews .section-title {
  color: var(--white);
}

.reviews .section-sub {
  color: rgba(255, 255, 255, 0.8);
}

.reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin: 0 0 1.25rem;
}

.reviews-summary__text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
}

.reviews-loading {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  margin: 0 0 1rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.review-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.review-card__meta {
  font-size: 0.8rem;
  opacity: 0.8;
  white-space: nowrap;
}

.review-stars {
  display: inline-flex;
  gap: 0.1rem;
  color: #ffc107;
  letter-spacing: 0.02em;
}

.review-stars__star {
  opacity: 0.35;
}

.review-stars__star.is-on {
  opacity: 1;
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  opacity: 0.95;
}

.review-card .author {
  font-weight: 700;
  font-size: 0.9rem;
}

.review-card .source {
  font-size: 0.8rem;
  opacity: 0.75;
}

/* Happy hour */
.happy-hour {
  text-align: center;
  background: linear-gradient(135deg, var(--ocean-deep) 0%, var(--ocean-mid) 50%, var(--ocean-light) 100%);
  color: #fff;
  padding: 3rem 1rem;
}

.happy-hour h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 8vw, 4rem);
  letter-spacing: 0.06em;
  margin: 0 0 0.25rem;
}

.happy-hour .time {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0;
}

.br-happy-strip {
  text-align: center;
  background: linear-gradient(90deg, var(--ocean-deep) 0%, var(--ocean) 35%, var(--ocean-light) 70%, var(--accent) 100%);
  color: #fff;
  padding: 0.85rem 1rem;
}

.booking-request-section .bk-request-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(10, 77, 104, 0.08);
}

.br-fieldset {
  border: 1px solid rgba(10, 77, 104, 0.15);
  border-radius: var(--radius);
  padding: 1rem 1.15rem 1.25rem;
  margin: 0 0 1.25rem;
}

.br-fieldset legend {
  font-weight: 700;
  color: var(--ocean-deep);
  padding: 0 0.35rem;
}

.br-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
}

.br-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  cursor: pointer;
}

.br-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--ocean);
}

.br-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.45;
  cursor: pointer;
}

.br-terms-label input {
  margin-top: 0.2rem;
  accent-color: var(--ocean);
}

.br-submit {
  width: 100%;
  max-width: 320px;
  padding: 0.85rem 1.5rem;
  font-weight: 800;
}

.footer-legal {
  text-align: center;
  font-size: 0.88rem;
  margin: 0 0 0.75rem;
  opacity: 0.88;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-legal a:hover {
  color: var(--accent-soft);
}

.legal-page {
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 6rem);
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--white) 55%);
}

.legal-prose {
  max-width: 720px;
  margin: 0 auto;
}

.legal-prose h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--ocean-deep);
  margin: 2rem 0 0.75rem;
  letter-spacing: 0.03em;
}

.legal-prose h2:first-child {
  margin-top: 0;
}

.legal-prose p,
.legal-prose li {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.65;
}

.legal-prose ul {
  padding-left: 1.25rem;
}

.legal-prose a {
  font-weight: 600;
}

.brand-letters {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.brand-letters span {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ocean-deep);
  border-radius: 8px;
}

/* Phone + WhatsApp icon (same number) */
.phone-with-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.phone-with-wa__wa {
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
  border-radius: 4px;
}

.phone-with-wa__wa:hover,
.phone-with-wa__wa:focus-visible {
  opacity: 0.88;
  transform: scale(1.04);
}

.phone-with-wa__wa:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.phone-with-wa__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.bk-aside-list .phone-with-wa,
.site-footer .phone-with-wa {
  font-size: inherit;
}

/* Footer */
.espa-funding-band {
  background: var(--white);
  border-top: 1px solid rgba(10, 77, 104, 0.12);
  padding: clamp(0.75rem, 2vw, 1.25rem) 0;
}

.espa-funding-band__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.channels-section {
  background: linear-gradient(180deg, var(--surface) 0%, var(--sand) 100%);
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.channels-note {
  text-align: center;
  color: var(--muted);
  margin: 0 auto 1.35rem;
  max-width: 680px;
  font-size: 0.98rem;
  font-weight: 600;
}

.channel-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 30px rgba(10, 46, 67, 0.1);
  border: 1px solid rgba(10, 77, 104, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.channel-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--ocean-deep);
  letter-spacing: 0.03em;
}

.channel-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.cookie-consent {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(10, 77, 104, 0.15);
  box-shadow: 0 -8px 32px rgba(10, 46, 67, 0.12);
}

.cookie-consent__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
}

.cookie-consent__copy {
  flex: 1 1 280px;
  max-width: 52rem;
}

.cookie-consent__title {
  margin: 0 0 0.35rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--ocean-deep);
}

.cookie-consent__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--muted);
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.cookie-consent__policy {
  font-size: 0.88rem;
  color: var(--ocean-mid);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  padding: 0.35rem 0.25rem;
}

.cookie-consent__policy:hover,
.cookie-consent__policy:focus-visible {
  color: var(--ocean-deep);
}

.site-footer {
  background: var(--text);
  color: rgba(255, 255, 255, 0.88);
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.site-footer h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--accent-soft);
  margin: 0 0 0.75rem;
}

.site-footer a {
  color: var(--white);
}

.site-footer .phone-with-wa__wa:hover,
.site-footer .phone-with-wa__wa:focus-visible {
  opacity: 0.9;
}

.site-footer p,
.site-footer li {
  margin: 0.35rem 0;
  font-size: 0.92rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  font-size: 0.85rem;
  opacity: 0.85;
  text-align: center;
}

.footer-admin-note {
  margin: 0 0 1.2rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-admin-note strong {
  display: block;
  color: var(--accent-soft);
  margin-bottom: 0.2rem;
}

/* Booking page */
.page-hero {
  background: linear-gradient(135deg, var(--ocean-deep), var(--ocean));
  color: var(--white);
  padding: clamp(4rem, 12vw, 6rem) 1rem 3rem;
  text-align: center;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 4rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}

.page-hero p {
  margin: 0;
  opacity: 0.92;
  max-width: 520px;
  margin-inline: auto;
}

.booking-section {
  padding: 3rem 0 4rem;
}

.booking-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .booking-layout {
    grid-template-columns: 1fr;
  }
}

.booking-form-wrap {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

.booking-form-wrap h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--ocean-deep);
  margin: 0 0 1rem;
}

.form-group {
  margin-bottom: 1.15rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
  color: var(--text);
}

.form-group .required {
  color: #c0392b;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(10, 77, 104, 0.2);
  border-radius: 8px;
  font: inherit;
  background: var(--white);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  border-color: transparent;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.5rem;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 500;
  cursor: pointer;
}

.form-actions {
  margin-top: 1.5rem;
}

.form-actions .btn-primary {
  width: 100%;
  padding: 0.85rem;
  font-size: 1rem;
  border: none;
}

.form-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 1rem;
}

.form-success {
  display: none;
  background: #e8f6ef;
  color: #1e6f4e;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.form-success.visible {
  display: block;
}

.sidebar-card {
  background: var(--sand);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid rgba(10, 77, 104, 0.1);
}

.sidebar-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ocean-deep);
  margin: 0 0 0.75rem;
}

.sidebar-card .phone-with-wa__wa:hover,
.sidebar-card .phone-with-wa__wa:focus-visible {
  opacity: 0.88;
}

/* Mobile nav */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .header-inner > .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-nav {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 0.5rem;
    position: static;
  }

  .site-nav .nav-list {
    order: 10;
  }

  .site-nav #lang-switcher {
    order: 1;
  }

  .nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    flex-direction: column;
    background: var(--white);
    padding: 1rem;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(10, 77, 104, 0.1);
    display: none;
    z-index: 150;
    align-items: stretch;
  }

  .nav-list.is-open {
    display: flex;
  }

  .site-header {
    position: relative;
  }



  .cruise-box {
    grid-template-columns: 1fr;
  }

  .cruise-box .cruise-text {
    padding: 0 1.5rem 1.5rem;
  }

  .cruise-box .cruise-visual {
    min-height: 200px;
  }
}

/* Language switcher (blue dropdown, flags) */
.lang-switcher {
  position: relative;
  flex-shrink: 0;
}

.lang-switcher__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--ocean-deep);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0.38rem 0.6rem 0.38rem 0.45rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.lang-switcher__btn:hover {
  filter: brightness(1.06);
}

.lang-switcher__flag {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.12rem;
  line-height: 1;
}

.lang-switcher__chev {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
  margin-inline-start: 0.1rem;
  margin-bottom: 0.12rem;
}

.lang-switcher.is-open .lang-switcher__chev {
  transform: rotate(-135deg);
  margin-bottom: -0.05rem;
}

.lang-switcher__panel {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 210px;
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding: 0.2rem 0;
  list-style: none;
  background: var(--ocean-deep);
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  z-index: 300;
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.86rem;
  cursor: pointer;
}

.lang-switcher__option .lang-switcher__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  min-width: 1.25rem;
  font-size: 1rem;
}

.lang-switcher__option:hover {
  background: rgba(0, 0, 0, 0.14);
}

#activities .section-sub {
  max-width: 720px;
}

.reviews-google-wrap {
  text-align: center;
  margin-bottom: 2rem;
}

.reviews-google-wrap .btn-primary {
  background: #fff;
  color: var(--ocean-deep);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.reviews-google-wrap .btn-primary:hover {
  background: var(--accent-soft);
  color: var(--ocean-deep);
}

html.lang-he body {
  font-family: "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

html[dir="rtl"] .hero-inner {
  direction: rtl;
}

html[dir="rtl"] .cruise-box .cruise-text {
  direction: rtl;
  text-align: right;
}

/* —— New booking wizard (blue) —— */
.booking-page-hero {
  background: linear-gradient(160deg, var(--ocean-deep) 0%, var(--ocean-mid) 45%, var(--ocean) 100%);
  color: #fff;
  padding: clamp(2.5rem, 8vw, 4rem) 1rem 2.5rem;
  text-align: center;
}

.booking-page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  letter-spacing: 0.04em;
  margin: 0 0 0.75rem;
}

.booking-page-hero__lead {
  max-width: 560px;
  margin: 0 auto;
  opacity: 0.95;
  font-size: 1.05rem;
  line-height: 1.55;
}

.boat-options {
  padding: 2.5rem 0 4rem;
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--sand) 35%, var(--white) 100%);
}

.boat-options-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  max-width: 720px;
  margin: 0 auto;
}

.boat-option-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.boat-option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(6, 40, 61, 0.12);
}

.boat-option-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.boat-option-card h2 {
  font-family: var(--font-display);
  margin: 0;
  font-size: 1.85rem;
  letter-spacing: 0.03em;
  color: var(--ocean-deep);
}

.boat-option-card__meta {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

/* Team page */
.team-section {
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 6rem);
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--sand) 40%, var(--white) 100%);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.team-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(10, 77, 104, 0.08);
}

.team-card__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  margin: -0.35rem -0.5rem 1rem;
  background: linear-gradient(145deg, rgba(10, 77, 104, 0.1), rgba(58, 166, 194, 0.16));
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-card__photo .team-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__initials {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7vw, 3.25rem);
  color: rgba(10, 77, 104, 0.28);
  letter-spacing: 0.06em;
  pointer-events: none;
}

.team-card__photo:has(.team-card__img) .team-card__initials {
  display: none;
}

.team-card__name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  letter-spacing: 0.04em;
  color: var(--ocean-deep);
  margin: 0 0 0.5rem;
}

.team-card__roles {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}

.booking-wizard-section {
  padding: 2.5rem 0 4rem;
  background: linear-gradient(180deg, var(--accent-highlight) 0%, var(--sand) 35%, var(--white) 100%);
}

.booking-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(340px, 100%);
  gap: 2rem;
  align-items: start;
}

@media (max-width: 960px) {
  .booking-page-layout {
    grid-template-columns: 1fr;
  }
}

.booking-wizard {
  background: #fff;
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 4vw, 2rem);
  border: 1px solid rgba(21, 101, 192, 0.12);
}

.bk-steps {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
  border-bottom: 2px solid var(--sand);
  padding-bottom: 1rem;
}

.bk-steps__dot {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bk-steps__dot--active {
  color: var(--ocean-deep);
}

.bk-steps__dot--active span {
  box-decoration-break: clone;
  border-bottom: 3px solid var(--ocean-light);
  padding-bottom: 0.2rem;
}

.bk-panel__h {
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--ocean-deep);
  margin: 0 0 1rem;
  letter-spacing: 0.03em;
}

.bk-hint {
  font-size: 0.88rem;
  color: var(--muted);
  margin: -0.5rem 0 1rem;
}

.bk-activity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
}

.bk-activity-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  border: 2px solid rgba(21, 101, 192, 0.2);
  background: var(--accent-highlight);
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
  font: inherit;
  color: inherit;
}

.bk-activity-card:hover {
  border-color: var(--ocean-light);
  box-shadow: 0 6px 20px rgba(13, 71, 161, 0.12);
}

.bk-activity-card--selected {
  border-color: var(--ocean-mid);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(41, 182, 246, 0.35);
}

.bk-activity-card--warn {
  opacity: 0.75;
}

.bk-activity-card__name {
  font-weight: 800;
  color: var(--ocean-deep);
  font-size: 1rem;
}

.bk-activity-card__meta {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.35rem;
}

.bk-activity-card__warn {
  font-size: 0.75rem;
  color: #c0392b;
  margin-top: 0.35rem;
}

.bk-pay-options {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.bk-pay-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 2px solid rgba(21, 101, 192, 0.2);
  cursor: pointer;
  background: #fff;
}

.bk-pay-option:has(input:checked) {
  border-color: var(--ocean-mid);
  background: var(--accent-highlight);
}

.bk-pay-option--featured:has(input:checked) {
  border-color: var(--ocean-deep);
}

.bk-pay-option input {
  margin-top: 0.35rem;
}

.bk-pay-option__body strong {
  display: block;
  color: var(--ocean-deep);
}

.bk-pay-option__hint {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 0.25rem;
  display: block;
}

.bk-summary-wrap h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--ocean-deep);
  margin: 0 0 0.5rem;
}

.bk-summary {
  background: var(--sand);
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text);
}

.bk-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sand);
}

.bk-banner {
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.bk-banner--error {
  background: #ffebee;
  color: #b71c1c;
}

.bk-banner--warn {
  background: #fff8e1;
  color: #6d4c41;
}

.bk-success-panel {
  background: #fff;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
  margin-bottom: 2rem;
}

.bk-success-panel h2 {
  font-family: var(--font-display);
  color: var(--ocean-deep);
  font-size: 2.25rem;
  margin: 0 0 0.75rem;
}

.bk-aside-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.bk-server-hint {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 1rem;
  line-height: 1.45;
}

.bk-server-hint code {
  font-size: 0.85em;
  background: var(--accent-highlight);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}

.booking-success-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--accent-highlight), var(--white));
}

