/*
Theme Name: Yacht Safaris Atelier
Theme URI: https://www.yacht-safaris.com/
Author: World of eFoil GmbH
Description: An editorial luxury concept theme for Yacht Safaris, created as a separate visual comparison.
Version: 1.0.36
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: yacht-safaris-atelier
*/

@font-face {
  font-family: "Barlow Condensed Local";
  src: url("assets/fonts/barlow-condensed-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #071d25;
  --ink-soft: #12313a;
  --water: #079fba;
  --water-dark: #04778d;
  --water-bright: #18b8d0;
  --signal: #e6f24a;
  --coral: #ff6a4d;
  --paper: #f4f4f0;
  --white: #ffffff;
  --line: #ccd4d5;
  --muted: #627176;
  --max: 1240px;
  --header-height: 66px;
  --shadow: 0 18px 46px rgba(7, 29, 37, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

p,
h1,
h2,
h3,
h4,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
.display-type {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1 {
  font-size: 54px;
}

h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

h3 {
  margin-bottom: 10px;
  font-size: 27px;
}

p:last-child {
  margin-bottom: 0;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 9999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  color: var(--ink);
  background: var(--signal);
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}

.admin-bar .site-header {
  top: 46px;
}

.site-header-inner {
  width: min(100%, var(--max));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
  padding: 0 16px;
}

.header-brand-group {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-brand {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-header .site-brand {
  display: inline-flex !important;
}

.site-brand-logo {
  width: 112px;
  max-width: 40vw;
  height: 60px;
  display: block;
  object-fit: contain;
  object-position: left center;
  background: transparent;
}

.header-duotone-logo {
  width: 78px;
  height: 42px;
  display: block;
  object-fit: contain;
}

.header-social-links {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
}

.header-social-link {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.header-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  color: var(--white);
  background: var(--water-dark);
}

.header-instagram {
  color: var(--white);
  background: #c13584;
}

.header-whatsapp {
  color: var(--white);
  background: #128c4a;
}

.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  color: var(--white);
  background: var(--water-dark);
}

.brand-signal {
  position: relative;
  width: 29px;
  height: 30px;
  flex: 0 0 29px;
}

.brand-signal i {
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 10px;
  display: block;
  background: var(--water);
  transform: skewY(-32deg);
}

.brand-signal i:first-child {
  left: 2px;
}

.brand-signal i:last-child {
  right: 2px;
  background: var(--ink);
}

.brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  letter-spacing: 0;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--water-dark);
  font-size: 9px;
  font-weight: 700;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-icon {
  width: 25px;
  display: grid;
  gap: 5px;
}

.menu-icon i {
  width: 100%;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-icon i:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon i:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-icon i:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.site-navigation {
  position: fixed;
  z-index: 99;
  inset: var(--header-height) 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 22px 20px 110px;
  color: var(--white);
  background: var(--ink);
  transform: translateX(100%);
  transition: transform 220ms ease;
  overflow-y: auto;
}

.admin-bar .site-navigation {
  top: calc(var(--header-height) + 46px);
}

.site-navigation.is-open {
  transform: translateX(0);
}

.site-nav-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav-list a,
.nav-home-link {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-home-link[aria-current="page"] {
  color: var(--water-bright);
}

.site-nav-list .current-menu-item a,
.site-nav-list .current_page_item a {
  color: var(--water-bright);
}

.header-book {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 16px;
  color: var(--ink);
  background: var(--signal);
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: max(500px, calc(100svh - 190px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: 54% center;
}

[data-parallax] {
  --parallax-y: 0px;
  --parallax-scale: 1.05;
  transform: translate3d(0, var(--parallax-y), 0) scale(var(--parallax-scale));
  transform-origin: center;
  will-change: transform;
}

.hero > .hero-media[data-parallax] {
  top: -180px;
  bottom: auto;
  height: calc(100% + 360px);
}

.hero-shade {
  background: rgba(4, 22, 28, 0.43);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 56px 18px 30px;
}

.hero h1 {
  max-width: 9ch;
  margin-bottom: 16px;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}

.eyebrow,
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--water-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.32;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--water-bright);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

.hero-kicker::before,
.eyebrow::before {
  width: 26px;
  height: 3px;
  flex: 0 0 26px;
  content: "";
  background: currentColor;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-weight: 500;
}

.hero-emotional-hook {
  max-width: 620px;
  margin: -4px 0 22px;
  padding: 3px 0 4px 14px;
  color: var(--white);
  border-left: 4px solid var(--signal);
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.hero-booking-signal {
  width: min(100%, 500px);
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 13px 15px;
  color: var(--white);
  background: rgba(3, 17, 22, 0.66);
  border-left: 4px solid var(--signal);
}

.hero-booking-signal span,
.hero-booking-signal small {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-booking-signal span {
  color: var(--water-bright);
}

.hero-booking-signal strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-booking-signal small {
  color: rgba(255, 255, 255, 0.78);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button-primary {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.button-water {
  color: var(--white);
  background: var(--water-dark);
  border-color: var(--water-dark);
}

.button-outline {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.button:hover,
.button:focus-visible {
  color: var(--white);
  background: var(--water-dark);
  border-color: var(--water-dark);
}

.hero-facts {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-facts div {
  min-width: 0;
  padding: 12px 8px 0 0;
}

.hero-facts strong,
.hero-facts span {
  display: block;
  overflow-wrap: anywhere;
}

.hero-facts strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-facts span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.fact-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(170px, 1fr);
  gap: 0;
  overflow-x: auto;
  color: var(--white);
  background: var(--ink);
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.fact-strip::-webkit-scrollbar {
  display: none;
}

.fact-strip div {
  min-height: 66px;
  display: grid;
  align-content: center;
  padding: 12px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  scroll-snap-align: start;
}

.fact-strip strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
}

.fact-strip span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  text-transform: uppercase;
}

.duotone-standard {
  background: #eef1f0;
  border-bottom: 1px solid var(--line);
}

.duotone-standard-inner {
  width: min(100%, var(--max));
  display: grid;
  gap: 24px;
  margin: 0 auto;
  padding: 38px 18px 42px;
}

.duotone-standard-mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

.duotone-standard-mark img {
  width: min(68%, 260px);
  height: auto;
}

.duotone-standard-copy {
  max-width: 760px;
}

.duotone-standard-copy h2 {
  max-width: 14ch;
  margin-bottom: 13px;
  font-size: 38px;
}

.duotone-standard-copy > p:not(.eyebrow) {
  margin-bottom: 12px;
  color: var(--muted);
}

.duotone-standard-copy > span {
  display: block;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.duotone-standard-compact {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 66px 18px;
}

.section-tight {
  padding-top: 46px;
  padding-bottom: 46px;
}

.section-dark {
  width: 100%;
  max-width: none;
  color: var(--white);
  background: var(--ink);
}

.section-dark .eyebrow {
  color: var(--water-bright);
}

.section-paper {
  width: 100%;
  max-width: none;
  background: var(--paper);
}

.section-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-right: 18px;
  padding-left: 18px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head p:not(.eyebrow),
.copy p,
.rich-copy p,
.text-muted {
  color: var(--muted);
}

.section-head p:not(.eyebrow),
.copy p {
  font-size: 17px;
}

.section-dark .section-head p:not(.eyebrow),
.section-dark .copy p,
.section-dark .text-muted {
  color: rgba(255, 255, 255, 0.72);
}

.editorial-split {
  display: grid;
  gap: 28px;
}

.editorial-split img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.editorial-split .copy {
  align-self: center;
}

.quote-line {
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 3px solid var(--water);
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.05;
  text-transform: uppercase;
}

.sport-list {
  display: grid;
  background: var(--ink);
}

.sport-band {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sport-band img,
.sport-band::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sport-band img {
  object-fit: cover;
}

.sport-band > img[data-parallax] {
  top: -210px;
  bottom: auto;
  height: calc(100% + 420px);
}

.sport-band::after {
  content: "";
  background: rgba(4, 22, 28, 0.42);
}

.sport-band:nth-child(2)::after {
  background: rgba(20, 19, 17, 0.38);
}

.sport-band-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 36px 18px;
}

.sport-number {
  color: var(--water-bright);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sport-band h2 {
  max-width: none;
  margin: 8px 0 14px;
  font-size: 44px;
  overflow-wrap: normal;
  white-space: nowrap;
}

.sport-band p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.85);
}

.sport-band .sport-equipment-note {
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 10px;
  color: var(--white);
  background: var(--water-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sport-band .text-link {
  margin-top: 18px;
  color: var(--water-bright);
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  width: 28px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: width 160ms ease;
}

.text-link:hover::after {
  width: 42px;
}

.video-section {
  display: grid;
  color: var(--white);
  background: var(--ink-soft);
}

.video-wrap {
  position: relative;
  min-height: 300px;
  background: #02090c;
}

.video-wrap video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.video-copy {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 54px 18px 42px;
}

.video-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.video-copy .eyebrow {
  color: var(--water-bright);
}

.process-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.process-grid article {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.process-grid span {
  color: var(--water-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.process-grid h3 {
  margin-top: 8px;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.black-panther-feature {
  color: var(--white);
  background: #06171e;
}

.black-panther-feature-inner {
  width: min(100%, var(--max));
  display: grid;
  gap: 30px;
  margin: 0 auto;
  padding: 48px 18px 58px;
}

.black-panther-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.black-panther-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.black-panther-gallery .black-panther-gallery-main {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 10;
  object-position: center;
}

.black-panther-copy .eyebrow {
  color: var(--water-bright);
}

.black-panther-copy h2 {
  max-width: 12ch;
}

.black-panther-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}

.black-panther-copy .spec-line {
  margin: 24px 0 28px;
}

.private-charter-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.private-charter-hero > img,
.private-charter-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.private-charter-hero > img {
  object-fit: cover;
  object-position: center;
}

.private-charter-shade {
  background: rgba(4, 18, 24, 0.58);
}

.private-charter-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 190px 18px 54px;
}

.private-charter-content h2 {
  max-width: 12ch;
}

.private-charter-content > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
}

.private-charter-note {
  max-width: 760px;
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding: 16px 18px;
  color: var(--white);
  background: var(--water-dark);
}

.private-charter-note strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.private-charter-note span {
  font-size: 13px;
  font-weight: 700;
}

.spec-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.spec-line li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.spec-line li::before {
  width: 8px;
  height: 8px;
  content: "";
  background: var(--water-bright);
}

.spec-line-dark {
  color: var(--ink);
}

.date-grid {
  display: grid;
  gap: 16px;
}

.trip-panel {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.trip-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.trip-content {
  padding: 20px;
}

.trip-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--water-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.trip-price {
  color: var(--ink);
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 25px;
}

.trip-content p {
  color: var(--muted);
}

.date-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.date-list a,
.date-list span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 170px;
  gap: 6px;
}

.mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  cursor: zoom-in;
}

.mosaic figure:first-child,
.mosaic .mosaic-wide {
  grid-column: 1 / -1;
}

.mosaic figure:first-child {
  grid-row: span 2;
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.mosaic figure:hover img {
  transform: scale(1.025);
}

.mosaic figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 7px 9px;
  color: var(--white);
  background: rgba(7, 29, 37, 0.76);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-band {
  color: var(--ink);
  background: var(--signal);
}

.cta-band-inner {
  width: min(100%, var(--max));
  display: grid;
  gap: 22px;
  margin: 0 auto;
  padding: 46px 18px;
}

.cta-band h2 {
  max-width: 13ch;
  margin-bottom: 10px;
}

.page-hero {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.page-hero > img,
.page-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero > img {
  object-fit: cover;
}

.page-hero::after {
  content: "";
  background: rgba(4, 22, 28, 0.45);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 76px 18px 38px;
}

.page-hero h1 {
  max-width: 10ch;
  margin-bottom: 14px;
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.page-hero-content .eyebrow {
  color: var(--water-bright);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.72);
}

.section-jump {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(145px, 1fr);
  overflow-x: auto;
  color: var(--white);
  background: var(--ink);
  scrollbar-width: none;
}

.section-jump::-webkit-scrollbar {
  display: none;
}

.section-jump a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section-jump a[aria-current="page"] {
  color: var(--white);
  background: var(--water-dark);
}

.full-image {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.feature-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
}

.feature-stat-grid div {
  min-height: 112px;
  display: grid;
  align-content: start;
  padding: 14px;
  background: var(--white);
}

.equipment-signature {
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding: 12px 0 12px 16px;
  border-left: 4px solid var(--water);
}

.equipment-signature-wide {
  max-width: 860px;
  margin: 0 0 30px;
}

.equipment-signature span {
  color: var(--water-dark);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.equipment-signature strong {
  max-width: 36ch;
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-stat-grid strong,
.feature-stat-grid span {
  display: block;
}

.feature-stat-grid strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.feature-stat-grid span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}

.course-grid,
.activity-grid,
.yacht-grid {
  display: grid;
  gap: 14px;
}

.course-grid article,
.activity-grid article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.course-grid .level,
.activity-grid .activity-label {
  color: var(--water-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.course-grid p,
.activity-grid p {
  color: var(--muted);
}

.course-grid small {
  display: block;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-weight: 700;
}

.academy-video-section {
  background: var(--white);
}

.academy-video-grid {
  display: grid;
  gap: 28px;
}

.academy-video-grid article {
  min-width: 0;
}

.academy-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}

.academy-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.academy-video-grid h3 {
  margin-top: 17px;
}

.academy-video-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.activity-grid article {
  padding: 0;
  overflow: hidden;
}

.activity-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-grid-content {
  padding: 18px;
}

.activity-showcase {
  overflow: hidden;
}

.section.activity-showcase {
  padding-bottom: 34px;
}

.section.rhythm-section {
  padding-top: 34px;
}

.activity-showcase .section-head {
  max-width: 1040px;
}

.activity-showcase .section-head h2 {
  text-wrap: balance;
}

.activity-showcase-title span + span::before {
  content: " ";
}

.activity-visual-strip {
  display: grid;
  grid-auto-columns: min(78vw, 320px);
  grid-auto-flow: column;
  gap: 6px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.activity-visual-tile {
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  scroll-snap-align: start;
}

.activity-visual-tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(3, 17, 22, 0.86), rgba(3, 17, 22, 0.04) 66%);
}

.activity-visual-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.activity-visual-tile:hover img,
.activity-visual-tile:focus-visible img {
  transform: scale(1.025);
}

.activity-visual-tile > span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 22px;
}

.activity-visual-tile small {
  color: var(--water-bright);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.activity-visual-tile strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 34px;
  line-height: 0.95;
  text-transform: uppercase;
}

.battery-note {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px;
  color: var(--white);
  background: var(--ink);
  border-left: 5px solid var(--water);
}

.battery-note-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}

.battery-note-logos span {
  width: 120px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 3px;
  overflow: hidden;
  background: var(--white);
}

.battery-note-logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.battery-note strong,
.battery-note p {
  display: block;
}

.battery-note strong {
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.battery-note p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.faq-battery-note {
  margin-top: 28px;
}

.efoil-battery-note {
  margin: 26px 0 20px;
  background: rgba(255, 255, 255, 0.07);
}

.efoil-battery-note .battery-note-logos span {
  padding: 5px;
}

.activity-detail-grid {
  display: grid;
  align-items: start;
  border-top: 1px solid var(--line);
}

.activity-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  background: var(--white);
  border-top: 0;
  border-bottom: 1px solid var(--line);
}

.activity-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-detail-grid .activity-card:nth-child(3) {
  border-top-color: var(--line);
}

.activity-card.is-featured {
  border-left: 4px solid var(--water);
}

.activity-card-copy {
  padding: 16px 18px 18px;
}

.activity-card-copy span {
  color: var(--water-dark);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.activity-card-copy h3 {
  margin: 5px 0 7px;
  font-size: 26px;
}

.activity-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.why-section {
  color: var(--white);
  background: var(--ink);
}

.why-inner,
.partner-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 64px 18px;
}

.why-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.why-heading .eyebrow {
  color: var(--water-bright);
  gap: 10px;
  font-size: 20px;
}

.why-heading .eyebrow::before {
  width: 36px;
  height: 4px;
  flex-basis: 36px;
}

.why-heading > p:not(.eyebrow),
.why-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.why-grid {
  display: grid;
  gap: 14px;
}

.why-grid article {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.why-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink);
}

.why-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.why-card-media-pair {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: center;
  gap: 8px;
  padding: 14px;
  background: var(--white);
}

.why-card-media-pair img,
.why-grid article:nth-child(8) .why-card-media-pair img {
  min-width: 0;
  padding: 0;
  object-fit: contain;
  background: transparent;
}

.why-grid article:nth-child(5) .why-card-media img,
.why-grid article:nth-child(7) .why-card-media img,
.why-grid article:nth-child(8) .why-card-media img {
  padding: 18px;
  object-fit: contain;
  background: var(--white);
}

.why-grid article:nth-child(5) .why-card-media img {
  padding: 12px;
}

.why-card-copy {
  padding: 20px;
  border-top: 4px solid var(--water-bright);
}

.why-grid article:nth-child(1) .why-card-copy,
.why-grid article:nth-child(5) .why-card-copy {
  border-top-color: var(--signal);
}

.why-grid article:nth-child(6) .why-card-copy {
  border-top-color: var(--coral);
}

@media (hover: hover) {
  .why-grid article:hover {
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.22);
    transform: translateY(-4px);
  }

  .why-grid article:hover .why-card-media img {
    transform: scale(1.025);
  }
}

.why-grid h3 {
  margin: 0 0 10px;
  font-size: 29px;
}

.why-grid p {
  margin: 0;
  font-size: 14px;
}

.section-trust {
  background: var(--white);
}

.trust-grid {
  display: grid;
  gap: 12px;
}

.trust-grid article {
  min-width: 0;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.trust-grid h3 {
  margin: 0 0 10px;
  font-size: 29px;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.partner-section {
  background: #eef1f0;
  border-top: 1px solid var(--line);
}

.partner-heading {
  max-width: 740px;
  margin-bottom: 30px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.partner-item {
  min-width: 0;
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.partner-item img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

a.partner-item:hover {
  border-color: var(--water);
}

.gallery-video-grid {
  display: grid;
  grid-auto-columns: min(86vw, 430px);
  grid-auto-flow: column;
  gap: 10px;
  padding-bottom: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.gallery-video-grid figure {
  margin: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  scroll-snap-align: start;
}

.gallery-video-grid video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #02090c;
}

.gallery-video-grid .is-portrait video {
  object-fit: contain;
}

.gallery-video-grid figcaption {
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.youtube-gallery .section-head p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.youtube-video-grid {
  display: grid;
  grid-auto-columns: min(76vw, 310px);
  grid-auto-flow: column;
  gap: 12px;
  padding-bottom: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.youtube-video-grid article {
  min-width: 0;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.youtube-video-frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #02090c;
}

.youtube-video-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.youtube-video-grid h3 {
  min-height: 72px;
  margin: 0;
  padding: 14px;
  color: var(--white);
  font-size: 24px;
}

.youtube-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.yacht-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
}

.yacht-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yacht-grid-content {
  padding: 18px;
}

.yacht-grid p {
  color: var(--muted);
}

.jasmine-yacht-grid article:last-child img {
  object-position: center;
}

.included-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.included-grid > div {
  padding: 24px 20px;
  background: var(--ink);
}

.included-grid h2 {
  font-size: 34px;
}

.clean-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.82);
}

.clean-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  color: var(--water-bright);
  content: "+";
  font-weight: 800;
}

.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.timeline article {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.timeline time {
  grid-column: 1;
  grid-row: 1;
  color: var(--water-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.timeline h3 {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 6px;
}

.timeline p {
  grid-column: 2;
  grid-row: 2;
  margin-bottom: 0;
  color: var(--muted);
}

.belonging-story {
  display: grid;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.belonging-story-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.belonging-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belonging-story-media img[data-parallax] {
  height: calc(100% + 380px);
  margin-top: -190px;
}

.belonging-story-copy {
  align-self: center;
  padding: 44px 18px 50px;
}

.belonging-story-copy h2 {
  max-width: 12ch;
  margin-bottom: 20px;
}

.belonging-story-copy > p:not(.eyebrow):not(.belonging-quote) {
  max-width: 650px;
  color: var(--muted);
}

.belonging-quote {
  max-width: 560px;
  margin: 26px 0 0;
  padding: 10px 0 10px 18px;
  border-left: 5px solid var(--water);
  font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.theme-trips {
  background: #eef1f0;
  border-bottom: 1px solid var(--line);
}

.theme-trips-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 64px 18px 70px;
}

.theme-trip-list {
  margin: 34px 0 24px;
  border-top: 1px solid var(--line);
}

.theme-trip-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.theme-trip-list h3,
.theme-trip-list p,
.theme-trip-list small {
  grid-column: 1;
  margin: 0;
}

.theme-trip-list h3 {
  font-size: 28px;
}

.theme-trip-list p {
  color: var(--muted);
}

.theme-trip-list small {
  color: var(--water-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-interest-cta {
  display: grid;
  gap: 26px;
  margin-top: 36px;
  padding: 28px 22px;
  color: var(--white);
  background: var(--ink);
  border-top: 6px solid var(--water-bright);
}

.theme-interest-cta .eyebrow {
  color: var(--water-bright);
}

.theme-interest-cta h3 {
  max-width: 22ch;
  margin-bottom: 12px;
  font-size: 36px;
  text-wrap: balance;
}

.theme-interest-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.76);
}

.theme-interest-prompts {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style-position: inside;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.theme-interest-prompts li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.theme-interest-prompts li::marker {
  color: var(--water-bright);
}

.theme-interest-action {
  display: grid;
  gap: 12px;
  align-content: center;
}

.theme-interest-action .button {
  width: 100%;
  text-align: center;
}

.theme-interest-action small {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.45;
}

.booking-layout,
.contact-layout {
  display: grid;
  gap: 28px;
}

.contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-stack a {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--water-bright);
  font-weight: 700;
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: 2px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #aeb9bb;
  border-radius: 0;
  text-transform: none;
}

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

.booking-form .form-wide {
  grid-column: 1 / -1;
}

.privacy-check {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px !important;
  text-transform: none !important;
}

.privacy-check input {
  width: 20px;
  min-height: 20px;
  margin: 2px 0 0;
}

.privacy-check a {
  text-decoration: underline;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-status {
  padding: 13px 14px;
  border: 2px solid var(--water);
  font-weight: 700;
}

.form-status.error {
  border-color: var(--coral);
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  color: var(--water-dark);
  content: "+";
  font-size: 22px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  padding: 0 0 20px;
  margin: 0;
  color: var(--muted);
}

.legal-page {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 52px 18px 90px;
}

.legal-page h1 {
  color: var(--ink);
}

.legal-content {
  margin-top: 32px;
}

.legal-content h2 {
  margin-top: 42px;
  font-size: 30px;
}

.legal-content h3 {
  margin-top: 28px;
  font-size: 23px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content a {
  color: var(--water-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  padding-bottom: 76px;
  color: rgba(255, 255, 255, 0.72);
  background: #031116;
}

.footer-social-band {
  width: min(100%, var(--max));
  display: grid;
  gap: 24px;
  margin: 0 auto;
  padding: 42px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-social-band .eyebrow {
  color: var(--water-bright);
}

.footer-social-band h2 {
  margin: 0;
  color: var(--white);
  font-size: 36px;
}

.footer-social-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.footer-social-actions a {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.footer-social-actions a:hover,
.footer-social-actions a:focus-visible,
.footer-social-actions .is-primary {
  color: var(--white);
  background: var(--water-dark);
  border-color: var(--water-dark);
}

.footer-main {
  width: min(100%, var(--max));
  display: grid;
  gap: 34px;
  margin: 0 auto;
  padding: 52px 18px 34px;
}

.footer-main h2 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 22px;
}

.footer-main a {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.footer-main a:hover {
  color: var(--water-bright);
}

.footer-main p {
  font-size: 14px;
}

.footer-brand img {
  width: 170px;
  height: auto;
  max-height: 116px;
  padding: 0;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 300px;
  margin-top: 0;
}

.footer-bottom {
  width: min(100%, var(--max));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  margin: 0 auto;
  padding: 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px;
  text-transform: uppercase;
}

.mobile-action-bar {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 0.8fr 1.15fr 1fr;
  padding: 6px;
  color: var(--white);
  background: rgba(3, 17, 22, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.mobile-action-bar a {
  min-height: 51px;
  display: grid;
  place-items: center;
  padding: 7px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.mobile-action-bar .mobile-action-primary {
  color: var(--ink);
  background: var(--signal);
  border: 0;
}

.image-lightbox {
  width: min(94vw, 1180px);
  max-width: none;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
}

.image-lightbox::backdrop {
  background: rgba(2, 9, 12, 0.94);
}

.image-lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.image-lightbox p {
  margin: 10px 48px 0;
  text-align: center;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--white);
  background: rgba(7, 29, 37, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.lightbox-close {
  top: 14px;
  right: 14px;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  top: 22px;
  left: 11px;
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 8px;
}

.lightbox-next {
  right: 8px;
}

.lightbox-prev::before,
.lightbox-next::before {
  position: absolute;
  top: 15px;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.lightbox-prev::before {
  left: 18px;
  transform: rotate(-45deg);
}

.lightbox-next::before {
  right: 18px;
  transform: rotate(135deg);
}

.generic-content {
  width: min(100%, 860px);
  min-height: 60vh;
  margin: 0 auto;
  padding: 60px 18px 90px;
}

@media (max-width: 599px) {
  .site-header-inner {
    gap: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .header-brand-group {
    gap: 5px;
  }

  .site-brand-logo {
    width: 84px;
    height: 56px;
  }

  .header-duotone-logo {
    width: 86px;
    height: 46px;
  }

  .header-social-links {
    gap: 4px;
  }

  .header-social-link {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .header-social-link svg {
    width: 17px;
    height: 17px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .duotone-standard-inner {
    padding-bottom: 36px;
  }

  .duotone-standard-copy > span {
    font-size: 14px;
    line-height: 1.5;
  }

  .fact-strip strong {
    font-size: 21px;
  }

  .fact-strip span,
  .hero-facts span {
    font-size: 13px;
    line-height: 1.42;
  }

  .home-intro-section {
    padding-top: 34px;
  }

  .editorial-split .home-intro-image {
    aspect-ratio: 3 / 4;
    object-position: center 72%;
  }

  .sport-list {
    gap: 8px;
    background: #eef1f0;
  }

  .sport-band {
    border-bottom: 0;
  }

  .sport-band-content {
    padding-bottom: 165px;
  }

  .gallery-collection-mosaic {
    grid-auto-flow: dense;
  }

  .gallery-collection-mosaic figure:last-child {
    grid-column: 1 / -1;
  }

  .sport-number,
  .activity-visual-tile small,
  .activity-card-copy span,
  .course-grid .level,
  .activity-grid .activity-label,
  .equipment-signature span,
  .process-grid span,
  .section-jump a,
  .gallery-video-grid figcaption {
    font-size: 13px;
    line-height: 1.35;
  }

  .sport-number,
  .sport-band .text-link {
    color: #27d3ea;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.52);
  }

  .sport-band .text-link {
    font-size: 15px;
  }

  .sport-band .sport-equipment-note {
    font-size: 13px;
    line-height: 1.35;
  }

  .battery-note p {
    font-size: 15px;
    line-height: 1.55;
  }

  .feature-stat-grid span {
    font-size: 14px;
    line-height: 1.42;
  }

  .activity-showcase-title span {
    display: block;
  }

  .activity-showcase-title span + span::before {
    content: none;
  }

  .activity-card-copy p,
  .why-grid p {
    font-size: 15px;
    line-height: 1.55;
  }

  .gallery-videos {
    padding-top: 32px;
  }

  .gallery-video-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: auto;
    grid-auto-flow: row;
    gap: 14px;
    padding-bottom: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  .gallery-video-grid figure,
  .gallery-video-grid figure:last-child {
    width: 100%;
    grid-column: auto;
  }

  .gallery-video-grid video {
    display: block;
  }

  .gallery-collection-mosaic figcaption {
    display: none;
  }

  .gallery-collection-mosaic .gallery-featured-caption figcaption {
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 30px 14px 12px;
    background: linear-gradient(to top, rgba(7, 29, 37, 0.88), transparent);
    font-size: 13px;
  }

  .gallery-collection-mosaic .gallery-face-crop img {
    object-position: center 20%;
  }

  #booking .section-inner {
    padding-bottom: 92px;
  }

  .private-charter-content {
    padding-bottom: 120px;
  }
}

@media (max-width: 1079px) {
  .fact-strip strong {
    min-height: 38px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 600px) {
  h1 {
    font-size: 66px;
  }

  h2 {
    font-size: 48px;
  }

  .hero-content,
  .section,
  .section-inner,
  .page-hero-content,
  .private-charter-content,
  .cta-band-inner,
  .footer-main,
  .footer-bottom {
    padding-right: 28px;
    padding-left: 28px;
  }

  .why-inner,
  .partner-inner,
  .duotone-standard-inner,
  .black-panther-feature-inner,
  .theme-trips-inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .belonging-story-copy {
    padding-right: 42px;
    padding-left: 42px;
  }

  .hero-lead,
  .page-hero p:not(.eyebrow) {
    font-size: 19px;
  }

  .hero-booking-signal {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .hero-booking-signal span,
  .hero-booking-signal small {
    grid-column: 1 / -1;
  }

  .hero-facts div {
    padding-right: 20px;
  }

  .hero-facts {
    display: grid;
  }

  .hero-facts strong {
    font-size: 25px;
  }

  .mosaic {
    grid-auto-rows: 250px;
  }

  .course-grid,
  .activity-grid,
  .yacht-grid,
  .date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .academy-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jasmine-yacht-grid article:last-child {
    grid-column: 1 / -1;
  }

  .jasmine-yacht-grid article:last-child img {
    aspect-ratio: 16 / 8;
  }

  .activity-visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    gap: 4px;
    padding-bottom: 0;
    overflow: visible;
  }

  .activity-visual-tile {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .activity-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border-top: 0;
  }

  .activity-card {
    border: 1px solid var(--line);
  }

  .battery-note {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .efoil-battery-note {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .battery-note-logos span {
    width: 140px;
    height: 70px;
  }

  .duotone-standard-inner {
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1fr);
    align-items: center;
  }

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

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

  .why-grid article {
    padding: 0;
  }

  .why-grid article:first-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.15fr);
    grid-template-rows: 1fr;
  }

  .why-grid article:first-child .why-card-media {
    min-height: 250px;
    aspect-ratio: auto;
  }

  .why-grid article:first-child .why-card-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 4px solid var(--signal);
  }

  .why-grid article:nth-child(8) {
    width: calc(50% - 7px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .partner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    overflow: visible;
  }

  .gallery-video-grid figure:last-child {
    grid-column: 1 / -1;
  }

  .youtube-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    overflow: visible;
  }

  .booking-form {
    grid-template-columns: 1fr 1fr;
    padding: 28px;
  }
}

@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }

  .admin-bar .site-navigation {
    top: calc(var(--header-height) + 32px);
  }

  .editorial-split,
  .booking-layout,
  .contact-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 54px;
  }

  .private-charter-content {
    padding-top: 250px;
    padding-bottom: 72px;
  }

  .editorial-split.reverse .copy {
    order: 2;
  }

  .editorial-split.reverse img {
    order: 1;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid var(--line);
  }

  .process-grid article {
    padding: 22px;
    border-right: 1px solid var(--line);
  }

  .video-section {
    grid-template-columns: 1fr;
  }

  .video-wrap,
  .video-wrap video {
    min-height: 0;
  }

  .video-wrap {
    width: min(calc(100% - 84px), 1120px);
    margin: 0 auto 72px;
  }

  .video-wrap video {
    display: block;
    height: auto;
  }

  .video-copy {
    padding: 70px 42px 48px;
  }

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

  .included-grid > div {
    padding: 34px;
  }

  .timeline article {
    grid-template-columns: 110px 220px 1fr;
    grid-template-rows: auto;
    align-items: start;
    gap: 22px;
  }

  .timeline time,
  .timeline h3,
  .timeline p {
    grid-row: 1;
  }

  .timeline time {
    grid-column: 1;
  }

  .timeline h3 {
    grid-column: 2;
    margin: 0;
  }

  .timeline p {
    grid-column: 3;
  }

  .belonging-story {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    min-height: 610px;
  }

  .belonging-story-media {
    height: 100%;
    min-height: 610px;
    aspect-ratio: auto;
  }

  .belonging-story-media img {
    min-height: 610px;
  }

  .belonging-story-copy {
    padding: 70px 7vw;
  }

  .theme-trip-list article {
    grid-template-columns: minmax(210px, 0.62fr) minmax(0, 1fr) 150px;
    gap: 26px;
    align-items: start;
    padding: 25px 0;
  }

  .theme-trip-list h3,
  .theme-trip-list p,
  .theme-trip-list small {
    grid-row: 1;
  }

  .theme-trip-list h3 {
    grid-column: 1;
  }

  .theme-trip-list p {
    grid-column: 2;
  }

  .theme-trip-list small {
    grid-column: 3;
  }

  .theme-interest-cta {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
    align-items: center;
    gap: 48px;
    padding: 42px;
  }

  .theme-interest-prompts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-interest-prompts li {
    padding-right: 18px;
  }

  .theme-interest-prompts li + li {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cta-band-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .footer-main {
    grid-template-columns: 1.3fr 0.8fr 0.9fr 1fr;
    gap: 28px;
  }

  .footer-social-band {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 48px 28px;
  }

  .footer-social-actions a {
    min-width: 132px;
  }
}

@media (min-width: 1080px) {
  :root {
    --header-height: 76px;
  }

  body.menu-open {
    overflow: auto;
  }

  h1 {
    font-size: 92px;
  }

  h2 {
    font-size: 56px;
  }

  .site-header-inner {
    padding-right: 22px;
    padding-left: 22px;
  }

  .site-brand-logo {
    width: 126px;
    height: 68px;
  }

  .header-duotone-logo {
    width: 96px;
    height: 48px;
  }

  .header-social-links {
    order: 3;
    margin-left: 10px;
  }

  .header-social-link {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .menu-toggle {
    display: none;
  }

  .site-navigation,
  .admin-bar .site-navigation {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    color: var(--ink);
    background: transparent;
    transform: none;
    overflow: visible;
  }

  .site-navigation {
    margin-left: auto;
  }

  .site-nav-list {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .site-nav-list a,
  .nav-home-link {
    min-height: 44px;
    padding: 8px 9px;
    border: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
  }

  .site-nav-list .current-menu-item a,
  .site-nav-list .current_page_item a,
  .nav-home-link[aria-current="page"] {
    color: var(--water-dark);
  }

  .header-book {
    min-height: 44px;
    margin: 0 0 0 5px;
    padding: 10px 14px;
    font-size: 11px;
  }

  .hero {
    min-height: calc(100svh - 142px);
  }

  .hero-media {
    object-position: center 46%;
  }

  .hero-content {
    padding-bottom: 46px;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-lead {
    max-width: 680px;
    font-size: 21px;
  }

  .hero-facts {
    max-width: 720px;
  }

  .fact-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: unset;
    overflow: visible;
  }

  .fact-strip div {
    padding-left: max(22px, calc((100vw - var(--max)) / 8));
  }

  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .section-tight {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .sport-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sport-band {
    min-height: 680px;
    align-items: stretch;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
  }

  .sport-band-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 54px max(38px, calc((100vw - var(--max)) / 4));
  }

  .sport-band-content > p:not(.sport-equipment-note) {
    min-height: 98px;
  }

  .sport-band h2 {
    font-size: 64px;
  }

  .black-panther-feature-inner {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: center;
    gap: 54px;
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .black-panther-gallery {
    grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
  }

  .black-panther-gallery .black-panther-gallery-main {
    grid-column: 1;
    grid-row: 1 / 3;
    aspect-ratio: auto;
  }

  .black-panther-gallery img {
    aspect-ratio: auto;
  }

  .date-grid {
    gap: 22px;
  }

  .mosaic {
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    grid-auto-rows: 260px;
  }

  .mosaic figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }

  .mosaic .mosaic-wide {
    grid-column: span 2;
  }

  .page-hero {
    min-height: 670px;
  }

  .page-hero h1 {
    max-width: 12ch;
  }

  .section-jump {
    grid-template-columns: repeat(7, max-content);
    justify-content: center;
    grid-auto-flow: unset;
    overflow: visible;
  }

  .section-jump a {
    min-width: 150px;
  }

  .feature-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .feature-stat-grid strong {
    min-height: 2em;
  }

  .feature-stat-grid strong.stat-single-line {
    font-size: 26px;
    white-space: nowrap;
  }

  .course-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activity-detail-grid,
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .why-grid article:first-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  }

  .why-grid article:nth-child(n + 2):nth-child(-n + 4) {
    grid-column: span 4;
  }

  .why-grid article:nth-child(n + 5) {
    grid-column: span 3;
  }

  .why-grid article:nth-child(8) {
    width: auto;
    justify-self: stretch;
  }

  .trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .activity-showcase .section-head {
    margin-bottom: 36px;
  }

  .activity-visual-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 38px;
  }

  .activity-detail-grid {
    gap: 18px;
    align-items: stretch;
  }

  .activity-detail-grid .activity-card {
    height: 100%;
    grid-template-rows: auto 1fr;
  }

  .activity-card-copy {
    padding: 18px 20px 20px;
  }

  .duotone-standard-inner {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .process-grid article,
  .trust-grid article {
    padding: 30px;
  }

  .included-grid > div {
    padding: 40px;
  }

  .why-grid h3 {
    min-height: 55px;
  }

  .why-grid article:first-child h3 {
    min-height: 0;
  }

  .why-grid article:nth-child(n + 5) h3 {
    font-size: 25px;
  }

  .process-grid h3 {
    min-height: 51px;
  }

  .youtube-video-grid h3 {
    min-height: 96px;
  }

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

  .gallery-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .youtube-video-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gallery-video-grid figure:last-child {
    grid-column: auto;
  }

  .yacht-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-action-bar {
    display: none;
  }

  .site-footer {
    padding-bottom: 0;
  }
}

@media (min-width: 1260px) {
  .site-nav-list a,
  .nav-home-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
  }

  .header-book {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Yacht and cabin gallery. */
.gallery-yacht-link {
  width: min(calc(100% - 36px), var(--max));
  display: grid;
  gap: 22px;
  align-items: center;
  margin: 36px auto 0;
  padding: 26px 22px;
  color: var(--white);
  background: var(--ink);
  border-left: 6px solid var(--water);
}

.gallery-yacht-link h2 {
  margin: 8px 0 10px;
  font-size: clamp(38px, 7vw, 58px);
}

.gallery-yacht-link p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.gallery-yacht-link .button {
  justify-self: start;
}

.yacht-cabin-gallery-section {
  overflow: hidden;
}

.yacht-gallery-feature {
  position: relative;
  height: clamp(360px, 52vw, 620px);
  margin: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  cursor: zoom-in;
}

.yacht-gallery-feature img[data-parallax] {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: calc(100% + 280px);
  object-fit: cover;
  object-position: center;
}

.yacht-gallery-feature figcaption,
.yacht-gallery-track figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 42px 18px 16px;
  color: var(--white);
  background: linear-gradient(to top, rgba(7, 29, 37, 0.9), transparent);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.yacht-gallery-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 12px;
}

.yacht-gallery-group + .yacht-gallery-group {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 2px solid var(--line);
}

.yacht-gallery-heading {
  display: grid;
  gap: 5px;
}

.yacht-gallery-heading strong {
	font-family: "Barlow Condensed Local", "Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.yacht-gallery-heading span {
  color: var(--muted);
  font-size: 15px;
}

.yacht-gallery-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.yacht-gallery-prev,
.yacht-gallery-next {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 2px;
  cursor: pointer;
}

.yacht-gallery-prev::before,
.yacht-gallery-next::before {
  position: absolute;
  top: 13px;
  width: 14px;
  height: 14px;
  content: "";
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.yacht-gallery-prev::before {
  left: 16px;
  transform: rotate(-135deg);
}

.yacht-gallery-next::before {
  right: 16px;
  transform: rotate(45deg);
}

.yacht-gallery-prev:disabled,
.yacht-gallery-next:disabled {
  opacity: 0.35;
  cursor: default;
}

.yacht-gallery-count {
  min-width: 62px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.yacht-gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  gap: 14px;
  padding-bottom: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--water) var(--line);
  scrollbar-width: thin;
}

.yacht-gallery-track figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  cursor: zoom-in;
  scroll-snap-align: start;
}

.yacht-gallery-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.yacht-gallery-track figure:hover img,
.yacht-gallery-track figure:focus-visible img {
  transform: scale(1.025);
}

@media (max-width: 599px) {
  .fact-strip div {
    align-content: start;
  }

  .fact-strip strong {
    height: 63px;
    min-height: 63px;
    align-items: flex-start;
  }

  .gallery-yacht-link {
    margin-top: 24px;
  }

  .yacht-cabin-gallery-section {
    padding-top: 54px;
    padding-bottom: 58px;
  }

	.yacht-gallery-feature {
		height: 245px;
	}

	.yacht-gallery-feature img[data-parallax] {
		top: -70px;
		height: calc(100% + 140px);
	}

  .yacht-gallery-heading {
	max-width: 170px;
  }

  .yacht-gallery-heading strong {
	font-size: 21px;
  }
}

@media (min-width: 600px) {
  .gallery-yacht-link {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px 36px;
  }

  .gallery-yacht-link .button {
    justify-self: end;
  }

  .yacht-gallery-track {
    grid-auto-columns: calc((100% - 14px) / 2);
  }
}

@media (min-width: 1080px) {
  .yacht-gallery-track {
    grid-auto-columns: calc((100% - 28px) / 3);
  }
}

/* FAQ expansion. */
.faq-section {
  padding-top: 54px;
  padding-bottom: 54px;
}

.faq-section .section-head {
  margin-bottom: 24px;
}

.faq-list details p {
  max-width: 920px;
  line-height: 1.65;
}

@media (max-width: 599px) {
  .faq-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-parallax] {
    transform: none !important;
    will-change: auto;
  }
}

/* Readability and header refinement. */
:root {
  --muted: #53656a;
}

.eyebrow,
.hero-kicker {
  font-size: 17px;
}

.hero-booking-signal span,
.hero-booking-signal small {
  font-size: 14px;
}

.button {
  min-height: 50px;
  font-size: 15px;
}

.hero-facts span,
.fact-strip span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.4;
}

.fact-strip div {
  min-height: 76px;
}

.duotone-standard-copy > span,
.private-charter-note span,
.date-list a,
.date-list span,
.course-grid small,
.battery-note p,
.activity-card-copy p,
.why-grid p,
.next-departures-intro p {
  font-size: 15px;
}

.timeline time,
.process-grid span,
.spec-line li,
.trip-meta,
.section-jump a,
.equipment-signature span,
.feature-stat-grid span,
.course-grid .level,
.activity-grid .activity-label,
.activity-visual-tile small,
.activity-card-copy span,
.gallery-video-grid figcaption,
.theme-trip-list small,
.theme-interest-prompts li,
.booking-form label,
.mosaic figcaption {
  font-size: 14px;
  line-height: 1.4;
}

.sport-number {
  font-size: 15px;
  line-height: 1.35;
}

.sport-band .sport-equipment-note,
.text-link {
  font-size: 15px;
}

.theme-interest-action small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.footer-social-actions a {
  font-size: 14px;
}

.footer-main p {
  font-size: 15px;
}

.footer-bottom {
  font-size: 13px;
}

.mobile-action-bar a {
  font-size: 13px;
}

.sport-band:first-child > img {
  object-position: 58% center;
}

@media (max-width: 599px) {
  .site-header-inner {
    gap: 5px;
  }

  .header-brand-group {
    flex: 0 1 auto;
    gap: 6px;
  }

  .site-brand-logo {
    width: 82px;
    max-width: none;
    height: 56px;
  }

  .header-duotone-logo {
    width: 128px;
    height: 46px;
    flex: 0 0 128px;
  }

  .header-social-links {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .menu-toggle {
    flex: 0 0 38px;
  }
}

@media (max-width: 420px) {
  .footer-social-actions {
    grid-template-columns: 1fr;
  }

  .footer-social-actions a {
    min-width: 0;
  }
}

@media (min-width: 600px) and (max-width: 1079px) {
  .site-brand-logo {
    width: 96px;
    height: 60px;
  }

  .header-duotone-logo {
    width: 136px;
    height: 52px;
  }
}

@media (min-width: 1080px) {
  .site-header-inner {
    width: min(100%, 1380px);
    gap: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-brand-group {
    flex: 0 0 auto;
    gap: 12px;
  }

  .site-brand-logo {
    width: 105px;
    max-width: none;
    height: 64px;
  }

  .header-duotone-logo {
    width: 148px;
    height: 58px;
  }

  .site-navigation,
  .admin-bar .site-navigation {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 124px;
    gap: 10px;
    margin-left: 0;
  }

  .site-nav-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }

  .site-nav-list li {
    min-width: 0;
  }

  .site-nav-list a,
  .nav-home-link {
    min-height: 48px;
    justify-content: center;
    padding: 7px 4px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .header-book {
    min-height: 48px;
    margin: 0;
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
  }

  .header-social-links {
    gap: 8px;
    margin-left: 0;
  }
}

@media (min-width: 1260px) {
  .site-nav-list a,
  .nav-home-link,
  .header-book {
    font-size: 14px;
  }

  .site-nav-list a,
  .nav-home-link {
    white-space: normal;
  }
}

