:root {
  --ink: #0b2c40;
  --ink-2: #153f55;
  --water: #2e6a7d;
  --mist: #f4f7f8;
  --paper: #ffffff;
  --paper-2: #f7f8fa;
  --white: #ffffff;
  --signal: #d84237;
  --signal-dark: #ae2b2c;
  --sand: #c9ad7d;
  --line: rgba(11, 44, 64, 0.18);
  --shadow: 0 24px 70px rgba(11, 44, 64, 0.14);
  --serif: "EB Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --container: min(1240px, calc(100vw - 72px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

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

.container {
  margin-inline: auto;
  width: var(--container);
}

.skip-link {
  background: var(--white);
  color: var(--ink);
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  top: -60px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 0.7rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  opacity: 0.75;
  width: 28px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 14px 0 20px;
}

.section-copy {
  color: rgba(11, 44, 64, 0.75);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  max-width: 640px;
}

.button,
.portal-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0 18px 18px 18px;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.button:hover,
.portal-button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--signal);
  box-shadow: 0 14px 30px rgba(216, 66, 55, 0.25);
  color: var(--white);
}

.button-primary:hover {
  background: var(--signal-dark);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

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

.site-header {
  color: var(--white);
  left: 0;
  padding-top: 18px;
  position: fixed;
  right: 0;
  top: 0;
  transition: padding 0.22s ease, transform 0.22s ease;
  z-index: 80;
}

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

.site-header.is-floating {
  padding-top: 0;
}

.site-header.is-floating .utility {
  height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-10px);
}

.site-header.is-floating .nav-shell {
  background: rgba(7, 35, 51, 0.9);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 55px rgba(1, 18, 28, 0.28);
  margin-top: 20px;
  min-height: 64px;
}

.site-header.is-floating .jvw-menu a {
  padding-block: 24px;
}

.site-header.is-floating .jvw-menu > li > a::after {
  bottom: 18px;
}

.site-header.is-floating .brand-mark {
  height: 38px;
  width: 68px;
}

.site-header.is-floating .custom-logo {
  max-height: 46px;
}

.utility {
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  display: flex;
  font-size: 0.73rem;
  gap: 24px;
  justify-content: space-between;
  letter-spacing: 0.05em;
  min-height: 34px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.utility-title {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.utility-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.utility-meta {
  display: flex;
  gap: 20px;
}

.nav-shell {
  align-items: center;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0 28px 28px 28px;
  box-shadow: 0 12px 44px rgba(1, 18, 28, 0.15);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto auto;
  margin-top: 10px;
  min-height: 84px;
  padding: 0 10px 0 28px;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, min-height 0.22s ease;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 120px;
}

.brand-mark {
  align-items: center;
  background: var(--white);
  border-radius: 0 12px 12px 12px;
  color: var(--signal);
  display: inline-flex;
  flex: none;
  height: 42px;
  justify-content: center;
  position: relative;
  width: 74px;
  transition: height 0.22s ease, width 0.22s ease;
}

.brand-mark::before {
  background: var(--water);
  bottom: 7px;
  content: "";
  height: 9px;
  left: 10px;
  position: absolute;
  right: 10px;
  transform: skewY(-7deg);
}

.brand-mark span {
  font-family: var(--serif);
  font-size: 0.74rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.custom-logo {
  max-height: 54px;
  transition: max-height 0.22s ease;
  width: auto;
}

.brand-copy { display: none; }

.site-footer .brand-copy {
  display: flex;
}

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

.brand-name {
  font-family: var(--serif);
  font-size: 1.22rem;
}

.brand-place {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.61rem;
  letter-spacing: 0.19em;
  margin-top: 5px;
  text-transform: uppercase;
}

.main-nav {
  justify-self: center;
}

.jvw-menu,
.jvw-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jvw-menu {
  align-items: center;
  display: flex;
  gap: clamp(15px, 1.8vw, 30px);
  justify-content: center;
}

.jvw-menu li {
  position: relative;
}

.jvw-menu a {
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.035em;
  padding-block: 31px;
  position: relative;
  white-space: nowrap;
}

.jvw-menu > li > a::after {
  background: var(--signal);
  bottom: 23px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 100%;
  transition: right 0.2s ease;
}

.jvw-menu > li:first-child > a[href$="/"],
.jvw-menu > li.menu-item-home > a {
  align-items: center;
  justify-content: center;
  font-size: 0;
  min-width: 46px;
}

.jvw-menu > li:first-child > a[href$="/"]::before,
.jvw-menu > li.menu-item-home > a::before {
  content: "⌂";
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  order: 0;
}

.jvw-menu > li:hover > a::after,
.jvw-menu > li:focus-within > a::after {
  right: 0;
}

.jvw-menu .menu-item-has-children > a::before {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 6px;
  margin-left: 9px;
  order: 2;
  transform: rotate(45deg) translateY(2px);
  width: 6px;
}

.submenu-toggle {
  display: none;
}

.jvw-menu .sub-menu {
  background: var(--white);
  border: 1px solid rgba(11, 44, 64, 0.12);
  border-radius: 0 18px 18px 18px;
  box-shadow: var(--shadow);
  color: var(--ink);
  left: 50%;
  min-width: 245px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  visibility: hidden;
  z-index: 60;
}

.jvw-menu li:hover > .sub-menu,
.jvw-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.jvw-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  transform: translate(8px, 0);
}

.jvw-menu .sub-menu li:hover > .sub-menu,
.jvw-menu .sub-menu li:focus-within > .sub-menu {
  transform: translate(0, 0);
}

.jvw-menu .sub-menu a {
  border-radius: 0 10px 10px 10px;
  display: flex;
  font-size: 0.88rem;
  padding: 10px 12px;
  white-space: normal;
}

.jvw-menu .sub-menu a:hover,
.jvw-menu .sub-menu a:focus {
  background: var(--paper);
  outline: none;
}

.my-jvw {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 15px 15px 15px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 750;
  gap: 8px;
  min-height: 44px;
  padding-inline: 18px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0 14px 14px 14px;
  color: var(--white);
  display: none;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}

.menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.menu-toggle span:nth-child(3) { transform: translateY(6px); }

.hero {
  background: linear-gradient(90deg, rgba(5, 30, 46, 0.96) 0%, rgba(5, 30, 46, 0.86) 42%, rgba(46, 106, 125, 0.42) 100%), var(--ink);
  background-position: center calc(50% + var(--parallax-bg-y, 0px));
  background-size: cover;
  color: var(--white);
  min-height: 850px;
  overflow: hidden;
  position: relative;
}

.hero-slider {
  background: var(--ink);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.hero-slider > :not(.hero-wave) {
  position: relative;
  z-index: 1;
}

.hero-slider .rev_slider_wrapper,
.hero-slider rs-module-wrap {
  min-height: 520px;
}

.hero::before {
  background: linear-gradient(175deg, transparent 0 46%, rgba(46, 106, 125, 0.58) 47% 70%, transparent 71%), linear-gradient(178deg, transparent 0 58%, rgba(5, 30, 46, 0.45) 59% 75%, transparent 76%);
  content: "";
  inset: 0;
  opacity: 0.9;
  position: absolute;
}

.hero-content {
  padding-top: 270px;
  position: relative;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  z-index: 2;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(4.8rem, 8.6vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.82;
  margin: 18px 0 24px;
  max-width: 790px;
}

.hero h1 em {
  color: #f5f8fb;
  font-style: italic;
  font-weight: 400;
}

.hero-intro {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.03rem, 1.45vw, 1.22rem);
  margin: 0 0 34px;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-boat {
  border-bottom: 120px solid rgba(255, 255, 255, 0.72);
  border-left: 50px solid transparent;
  border-radius: 0 0 70% 35%;
  bottom: 170px;
  height: 0;
  position: absolute;
  right: 8vw;
  --hero-boat-scale: 1;
  width: 430px;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--hero-boat-scale));
  z-index: 1;
}

.hero-boat::before {
  border-bottom: 360px solid rgba(255, 255, 255, 0.76);
  border-left: 150px solid transparent;
  border-right: 52px solid transparent;
  bottom: 86px;
  content: "";
  height: 0;
  position: absolute;
  right: 80px;
  transform: rotate(12deg);
  width: 0;
}

.hero-boat::after {
  background: var(--signal);
  bottom: 250px;
  content: "";
  height: 92px;
  position: absolute;
  right: 114px;
  transform: skewY(14deg) rotate(12deg);
  width: 180px;
}

.hero-boat span {
  background: var(--ink);
  bottom: 82px;
  display: block;
  height: 420px;
  position: absolute;
  right: 142px;
  width: 5px;
}

.hero-wave {
  bottom: -1px;
  height: 128px;
  left: -2px;
  position: absolute;
  right: -2px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  width: calc(100% + 4px);
  z-index: 3;
}

.quick-routes {
  margin-top: -38px;
  position: relative;
  z-index: 5;
}

.quick-routes-inner {
  background: var(--white);
  border-radius: 0 30px 30px 30px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.quick-route {
  align-items: center;
  display: grid;
  gap: 12px 18px;
  grid-template-columns: auto 1fr auto;
  min-height: 142px;
  padding: 30px 34px;
}

.quick-route + .quick-route {
  border-left: 1px solid var(--line);
}

.quick-route span {
  color: var(--signal);
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
}

.quick-route strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  grid-column: 2;
}

.quick-route small {
  color: rgba(11, 44, 64, 0.62);
  display: block;
  font-size: 0.76rem;
  grid-column: 2;
}

.quick-route i,
.event-row i {
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  font-style: normal;
  height: 42px;
  place-items: center;
  width: 42px;
}

.quick-route i {
  grid-column: 3;
  grid-row: 1 / 3;
}

.section {
  padding: 130px 0;
}

.intro-grid,
.section-head,
.harbour-grid,
.path-grid,
.agenda-grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.9fr 1.1fr;
}

.intro-grid {
  align-items: end;
}

.signature-line {
  align-items: center;
  color: rgba(11, 44, 64, 0.62);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.08em;
  margin-top: 54px;
  text-transform: uppercase;
}

.signature-line::after {
  background: var(--line);
  content: "";
  height: 1px;
}

.text-link {
  border-bottom: 1px solid rgba(11, 44, 64, 0.35);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 760;
  padding-bottom: 5px;
}

.harbours {
  background: var(--paper-2);
  overflow: hidden;
  position: relative;
}

.harbours::before {
  background-image: radial-gradient(circle at 1px 1px, rgba(11, 44, 64, 0.16) 1px, transparent 0);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: 0.28;
  position: absolute;
}

.harbours > .container {
  position: relative;
}

.section-head {
  align-items: end;
  margin-bottom: 72px;
}

.harbour-grid {
  grid-template-columns: 1.14fr 0.86fr;
  gap: 34px;
}

.harbour-side,
.path-stack {
  display: grid;
  gap: 34px;
}

.harbour-card,
.path-card,
.news-card {
  border: 1px solid var(--line);
  color: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.harbour-card {
  background: linear-gradient(145deg, var(--mist), var(--water));
  background-position: center;
  background-size: cover;
  color: var(--white);
  justify-content: flex-end;
  min-height: 420px;
  padding: 42px;
}

.harbour-card::before,
.path-card::before,
.news-card::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 220px;
  opacity: 0.12;
  position: absolute;
  right: -70px;
  top: 34px;
  width: 220px;
}

.harbour-main {
  border-radius: 0 98px 38px 98px;
  min-height: 610px;
}

.harbour-small {
  border-radius: 74px 0 74px 28px;
}

.label {
  font-size: 0.67rem;
  letter-spacing: 0.16em;
  opacity: 0.74;
  text-transform: uppercase;
}

.harbour-card h3,
.path-card h3,
.news-card h3,
.portal-shell h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.95;
  margin: 10px 0 14px;
}

.harbour-card h3 {
  font-size: clamp(2.6rem, 4vw, 4.6rem);
}

.facts {
  background: var(--white);
  border: 1px solid rgba(11, 44, 64, 0.18);
  border-radius: 0 30px 30px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 156px;
  padding: 28px 30px;
}

.harbour-actions {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(11, 44, 64, 0.16);
  border-radius: 0 30px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  min-height: 156px;
  padding: 28px 30px;
}

.button-outline {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.facts strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.facts span {
  color: rgba(11, 44, 64, 0.63);
  display: block;
  font-size: 0.7rem;
  margin-top: 7px;
}

.paths {
  background: var(--white);
}

.path-grid {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
}

.path-card {
  background: var(--white);
  border-radius: 42px 0 42px 16px;
  min-height: 310px;
  padding: 38px;
}

.path-card span {
  color: rgba(11, 44, 64, 0.22);
  font-family: var(--serif);
  font-size: 3rem;
  position: absolute;
  right: 30px;
  top: 24px;
}

.path-card h3 {
  font-size: clamp(2.2rem, 3vw, 3.5rem);
}

.path-large {
  background: var(--ink);
  border-radius: 0 76px 30px 76px;
  color: var(--white);
  justify-content: flex-end;
  min-height: 648px;
}

.path-mist {
  background: var(--mist);
  border-radius: 0 42px 16px 42px;
}

.agenda-section {
  background: var(--paper-2);
}

.agenda-grid {
  grid-template-columns: 0.68fr 1.32fr;
  gap: 94px;
}

.agenda-grid aside {
  align-self: start;
  position: sticky;
  top: 30px;
}

.event-list {
  border-top: 1px solid var(--line);
}

.event-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: 92px 1fr auto;
  min-height: 126px;
}

.event-date strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1;
}

.event-date small,
.event-row small {
  color: var(--signal);
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-row > span:nth-child(2) strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
}

.heritage {
  background: var(--ink);
  color: var(--white);
  padding: 120px 0;
}

.heritage-inner {
  max-width: 780px;
}

.heritage p {
  color: rgba(255, 255, 255, 0.69);
}

.heritage blockquote {
  border-left: 2px solid var(--signal);
  color: #f5f8fb;
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 34px 0 38px;
  padding-left: 24px;
}

.news-head {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 64px;
}

.news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
}

.news-card {
  background: var(--white);
  color: inherit;
  min-height: 430px;
  padding: 28px;
  justify-content: flex-end;
  text-decoration: none;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.news-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.news-card:first-child {
  background: var(--mist);
  border-radius: 0 70px 28px 70px;
  min-height: 540px;
}

.news-card:nth-child(2) {
  border-radius: 34px 0 34px 14px;
}

.news-card:nth-child(3) {
  background: var(--paper-2);
  border-radius: 0 34px 14px 34px;
}

.news-card span {
  color: var(--signal);
  font-size: 0.66rem;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.news-card h3 {
  font-size: clamp(2rem, 2.9vw, 3.35rem);
}

.news-card:not(:first-child) h3 {
  font-size: 2rem;
}

.portal {
  padding: 0 0 140px;
}

.portal-shell {
  align-items: center;
  background: var(--signal);
  border-radius: 0 96px 42px 96px;
  box-shadow: 0 26px 60px rgba(174, 43, 44, 0.18);
  color: var(--white);
  display: grid;
  gap: 70px;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 360px;
  overflow: hidden;
  padding: 70px 78px;
  position: relative;
}

.portal-shell::before,
.portal-shell::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.portal-shell::before {
  height: 520px;
  right: -135px;
  top: -210px;
  width: 520px;
}

.portal-shell::after {
  bottom: -282px;
  height: 380px;
  right: 45px;
  width: 380px;
}

.portal-shell h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.portal-button {
  background: var(--white);
  color: var(--ink);
  justify-self: end;
  min-height: 66px;
  min-width: 230px;
  position: relative;
  z-index: 2;
}

.site-footer {
  background: #082536;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  padding: 112px 0 34px;
  position: relative;
}

.site-footer a {
  color: inherit;
}

.footer-wave {
  height: 80px;
  left: -2px;
  position: absolute;
  top: -1px;
  transform: rotate(180deg);
  width: calc(100% + 4px);
}

.footer-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  padding-top: 30px;
}

.footer-title {
  color: var(--white);
  font-size: 0.73rem;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  font-size: 0.8rem;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.48);
  display: flex;
  font-size: 0.68rem;
  gap: 20px;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 20px;
}

.page-main {
  padding: 120px 0 90px;
}

.page-content-wrap {
  padding: 56px 0 90px;
}

.page-hero {
  background: var(--page-hero-image, var(--white));
  background-position: center calc(50% + var(--parallax-bg-y, 0px));
  background-size: cover;
  color: var(--page-hero-color, var(--ink));
  overflow: hidden;
  padding: 190px 0 112px;
  position: relative;
}

.page-hero.has-page-image {
  color: var(--page-hero-color, var(--white));
  min-height: 480px;
}

.page-hero.has-page-image p {
  color: var(--page-hero-color, var(--white));
  opacity: 0.82;
}

.page-hero::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 460px;
  opacity: 0.13;
  position: absolute;
  right: -120px;
  top: -160px;
  width: 460px;
}

.page-hero h1,
.page-main h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 16px 0 0;
}

.page-hero p {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  max-width: 700px;
}

.page-hero .container {
  position: relative;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  z-index: 2;
}

.page-hero-wave {
  bottom: -1px;
  height: 96px;
  left: -2px;
  position: absolute;
  right: -2px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  width: calc(100% + 4px);
  z-index: 1;
}

.content-slider-hero {
  align-items: center;
  background: radial-gradient(circle at 80% 18%, rgba(205, 226, 225, 0.2), transparent 32%), linear-gradient(135deg, var(--ink), var(--ink-2));
  color: var(--page-hero-color, var(--white));
  display: grid;
  min-height: 560px;
  overflow: hidden;
  padding: 190px 0 118px;
  position: relative;
}

.content-slider-hero::after {
  background: linear-gradient(90deg, rgba(5, 30, 46, 0.86) 0%, rgba(5, 30, 46, 0.62) 45%, rgba(5, 30, 46, 0.18) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.content-slider-hero::before {
  background: var(--white);
  bottom: -3px;
  content: "";
  height: 8px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 4;
}

.content-slider-media {
  inset: 0;
  opacity: 0.82;
  position: absolute;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  z-index: 0;
}

.content-slider-hero.has-page-images .content-slider-media {
  opacity: 1;
}

.content-slider-media > *,
.content-slider-media .rev_slider_wrapper,
.content-slider-media rs-module-wrap {
  min-height: 560px !important;
}

.content-image-slider {
  background: var(--ink);
  overflow: hidden;
}

.content-image-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.9s ease;
}

.content-image-slide.is-active {
  opacity: 1;
}

.content-slider-copy {
  max-width: var(--container);
  pointer-events: none;
  position: relative;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  z-index: 2;
}

.content-slider-copy h1 {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.92;
  margin: 16px 0 0;
  max-width: 820px;
}

.content-slider-copy p {
  color: var(--page-hero-color, var(--white));
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  max-width: 700px;
  opacity: 0.84;
}

.content-slider-wave {
  bottom: -5px;
  height: 116px;
  left: -2px;
  position: absolute;
  right: -2px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
  width: calc(100% + 4px);
  z-index: 3;
}

.content,
.archive-list {
  max-width: 980px;
}

.content {
  color: rgba(11, 44, 64, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
}

.content > * + *,
.content .wpb_wrapper > * + * {
  margin-top: 1.05em;
}

.content > h1:first-child,
.content > h2:first-child {
  display: none;
}

.content h2,
.content h3,
.content h4 {
  color: var(--ink);
}

.content h2 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin-top: 1.35em;
}

.content h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  margin-top: 1.5em;
}

.content .lead,
.content .jvw-lead,
.content .wpb_text_column:first-child p:first-child {
  color: var(--ink-2);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.content ul,
.content ol {
  padding-left: 1.2em;
}

.content li + li {
  margin-top: 0.45em;
}

.content blockquote {
  background: var(--paper-2);
  border-left: 4px solid var(--signal);
  border-radius: 0 28px 18px 28px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.12;
  margin: 42px 0;
  padding: clamp(24px, 4vw, 42px);
}

.content img {
  border-radius: 0 36px 18px 36px;
  box-shadow: 0 18px 50px rgba(11, 44, 64, 0.12);
  height: auto;
  max-width: 100%;
}

.page-anchor-nav {
  margin-bottom: 34px;
}

.page-anchor-nav:empty {
  display: none;
}

.page-anchor-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-anchor-nav a {
  border: 1px solid var(--line);
  border-radius: 0 12px 12px 12px;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 9px 13px;
}

.content table {
  border-collapse: collapse;
  display: block;
  margin: 32px 0;
  overflow-x: auto;
  width: 100%;
}

.content tbody,
.content thead,
.content tr {
  width: 100%;
}

.content th,
.content td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
}

.content th {
  background: var(--paper-2);
  color: var(--ink);
  font-weight: 800;
}

.content tr:nth-child(even) td {
  background: rgba(244, 247, 248, 0.55);
}

.content a[href^="mailto:"],
.content .button,
.content .wp-block-button__link,
.content input[type="submit"],
.content button[type="submit"] {
  background: var(--signal);
  border: 0;
  border-radius: 0 16px 16px 16px;
  color: var(--white) !important;
  display: inline-flex;
  font-weight: 800;
  min-height: 48px;
  padding: 13px 20px;
  text-decoration: none;
}

.content .jvw-frame-round,
.content .jvw-frame-soft,
.content .jvw-frame-oval,
.content .jvw-frame-wave {
  background: var(--paper-2);
  overflow: hidden;
  padding: clamp(24px, 4vw, 48px);
}

.content .jvw-frame-round { border-radius: 0 48px 20px 48px; }
.content .jvw-frame-soft { border-radius: 24px; }
.content .jvw-frame-oval { border-radius: 999px; }
.content .jvw-frame-wave { border-radius: 0 64px 64px 24px; background: linear-gradient(135deg, var(--paper-2), var(--mist)); }

.content .jvw-card-grid,
.content .jvw-cta-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 36px 0;
}

.content .jvw-info-card,
.content .jvw-cta-band,
.content .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 28px 18px 28px;
  padding: clamp(22px, 3vw, 34px);
}

.content .jvw-cta-band {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
}

.content .jvw-cta-band h2,
.content .jvw-cta-band h3,
.content .jvw-cta-band p {
  color: inherit;
  margin: 0;
}

.content .jvw-bottom-muted {
  background: var(--paper-2);
  margin-top: 48px;
  padding: clamp(36px, 5vw, 72px);
}

.content form {
  background: var(--paper-2);
  border-radius: 0 30px 30px 30px;
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
}

.content form p,
.content form label {
  margin: 0;
}

.content input,
.content select,
.content textarea {
  border: 1px solid var(--line);
  border-radius: 0 12px 12px 12px;
  font: inherit;
  padding: 12px 14px;
  width: 100%;
}

.content .jvw-form-grid,
.content .jvw-choice-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content .jvw-choice-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 22px 22px 22px;
  padding: 18px;
}

.content .vc_row,
.content .wpb_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content .vc_row[data-vc-full-width],
.content .wpb_row[data-vc-full-width] {
  left: auto !important;
  width: auto !important;
}

.content .jvw-boat-icons {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content .jvw-boat-icon {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 28px 16px 28px;
  padding: 24px;
  position: relative;
}

.content .jvw-boat-icon::before {
  border-bottom: 34px solid var(--water);
  border-left: 18px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 16px;
  width: 0;
}

.content .jvw-boat-icon.polyvalk::before {
  border-bottom-width: 48px;
  border-left-width: 24px;
}

.content .jvw-boat-icon.topper::before {
  border-bottom-color: var(--signal);
}

.content .slick-slider,
.content .owl-carousel,
.content .swiper {
  max-width: 100%;
  overflow: hidden;
}

.masonry-news {
  column-count: 3;
  column-gap: 24px;
}

.masonry-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 0 34px 14px 34px;
  break-inside: avoid;
  display: block;
  margin: 0 0 24px;
  overflow: hidden;
  padding: 24px;
}

.masonry-card img {
  border-radius: 0 28px 12px 28px;
  margin: -24px -24px 20px;
  max-width: calc(100% + 48px);
  width: calc(100% + 48px);
}

.masonry-card span {
  color: var(--signal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content .vc_row,
.content .wpb_row,
.content .wp-block-group.has-background,
.content .wp-block-cover {
  background: var(--white) !important;
  color: var(--ink) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.content .vc_row,
.content .wpb_row {
  border-top: 1px solid var(--line);
  padding: clamp(36px, 5vw, 70px) 0 !important;
}

.content .vc_row h1,
.content .vc_row h2,
.content .vc_row h3,
.content .wpb_row h1,
.content .wpb_row h2,
.content .wpb_row h3 {
  color: var(--ink) !important;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1;
}

.archive-card {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

@media (max-width: 1120px) {
  :root { --container: min(100% - 48px, 1040px); }
  .hero-boat { opacity: 0.42; right: -60px; }
  .jvw-menu { gap: 17px; }
}

@media (max-width: 860px) {
  :root { --container: calc(100vw - 34px); }
  .utility { display: none; }
  .site-header { padding-top: 12px; }
  .site-header.is-floating { padding-top: 0; }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 72px; padding: 0 12px 0 14px; }
  .site-header.is-floating .nav-shell { margin-top: 20px; min-height: 60px; }
  .brand { min-width: 0; }
  .brand-copy { max-width: 190px; }
  .brand-name { font-size: 1.05rem; }
  .main-nav, .my-jvw { display: none; }
  .menu-toggle { display: inline-flex; position: relative; }
  .nav-shell.is-open { align-items: start; max-height: calc(100vh - 40px); overflow-y: auto; padding-bottom: 18px; position: relative; }
  .nav-shell.is-open .menu-toggle { background: rgba(255, 255, 255, 0.07); position: absolute; right: 12px; top: 13px; z-index: 4; }
  .nav-shell.is-open .menu-toggle span:nth-child(1) { transform: rotate(45deg); }
  .nav-shell.is-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-shell.is-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
  .nav-shell.is-open .main-nav { display: block; grid-column: 1 / -1; width: 100%; }
  .nav-shell.is-open .my-jvw { display: inline-flex; grid-column: 1 / -1; margin-top: 8px; width: fit-content; }
  .jvw-menu { align-items: stretch; display: grid; gap: 0; justify-content: stretch; }
  .jvw-menu li { align-items: center; display: grid; grid-template-columns: 1fr auto; }
  .jvw-menu a { border-top: 1px solid rgba(255, 255, 255, 0.13); padding: 12px 8px; white-space: normal; }
  .jvw-menu > li > a::after { display: none; }
  .jvw-menu .menu-item-has-children > a::before { display: none; }
  .submenu-toggle { align-items: center; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 0 10px 10px 10px; color: var(--white); display: inline-flex; height: 36px; justify-content: center; margin-left: 10px; width: 38px; }
  .submenu-toggle span { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; height: 8px; transform: rotate(45deg) translateY(-2px); transition: transform 0.18s ease; width: 8px; }
  .jvw-menu .is-submenu-open > .submenu-toggle span { transform: rotate(225deg) translate(-2px, -2px); }
  .jvw-menu .sub-menu { background: transparent; border: 0; box-shadow: none; color: var(--white); display: none; grid-column: 1 / -1; left: auto; min-width: 0; opacity: 1; padding: 0 0 8px 18px; pointer-events: auto; position: static; transform: none; visibility: visible; }
  .jvw-menu li:hover > .sub-menu,
  .jvw-menu li:focus-within > .sub-menu,
  .jvw-menu .sub-menu li:hover > .sub-menu,
  .jvw-menu .sub-menu li:focus-within > .sub-menu { transform: none; }
  .jvw-menu .is-submenu-open > .sub-menu { display: grid; }
  .jvw-menu .sub-menu li { display: block; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 250px; }
  .hero-boat { --hero-boat-scale: 0.72; opacity: 0.25; right: -190px; top: 150px; }
  .quick-routes-inner, .intro-grid, .section-head, .harbour-grid, .path-grid, .agenda-grid, .news-grid, .portal-shell, .footer-grid { grid-template-columns: 1fr; }
  .quick-route + .quick-route { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 92px 0; }
  .agenda-grid aside { position: static; }
  .portal-button { justify-self: start; }
  .footer-bottom { flex-direction: column; margin-top: 44px; }
  .page-hero { min-height: 360px; padding: 132px 0 86px; }
  .content-slider-hero { min-height: 420px; padding: 138px 0 92px; }
  .content-slider-media > *,
  .content-slider-media .rev_slider_wrapper,
  .content-slider-media rs-module-wrap { min-height: 420px !important; }
  .masonry-news { column-count: 2; }
}

@media (max-width: 560px) {
  :root { --container: calc(100vw - 28px); }
  .brand-mark { height: 38px; width: 62px; }
  .brand-name { font-size: 0.92rem; }
  .brand-place { font-size: 0.53rem; letter-spacing: 0.14em; }
  .hero { min-height: 742px; }
  .hero-content { padding-top: 250px; }
  .hero h1 { font-size: clamp(4.15rem, 18vw, 5.8rem); }
  .content-slider-copy h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .quick-routes { margin-top: -18px; }
  .quick-route { min-height: 112px; padding: 22px 20px; }
  .section-title { font-size: clamp(3.4rem, 14.5vw, 5rem); }
  .harbour-main { border-radius: 0 56px 24px 56px; min-height: 430px; }
  .harbour-small { border-radius: 48px 0 48px 18px; min-height: 370px; }
  .facts { grid-template-columns: 1fr; }
  .path-large { border-radius: 0 52px 22px 52px; min-height: 470px; }
  .event-row { grid-template-columns: 68px 1fr auto; gap: 15px; }
  .portal-shell { border-radius: 0 58px 26px 58px; padding: 50px 28px; }
  .portal-button { width: 100%; }
  .masonry-news { column-count: 1; }
  .content .jvw-form-grid,
  .content .jvw-choice-grid,
  .content .jvw-card-grid,
  .content .jvw-cta-grid,
  .content .jvw-cta-band,
  .content .jvw-boat-icons { grid-template-columns: 1fr; }
  .content .jvw-cta-band .button,
  .content .jvw-cta-band .wp-block-button__link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  [data-parallax-speed] {
    transform: none;
  }

  .hero,
  .page-hero {
    background-position: center;
  }
}
