:root {
  --ink: #073642;
  --sea: #0a4f5c;
  --mid: #1c7a88;
  --foam: #f3f7f8;
  --sand: #eef3f4;
  --sun: #d4a84b;
  --ok: #1f8f5f;
  --err: #a33b3b;
  --muted: #4d6670;
  --line: color-mix(in srgb, var(--sea) 14%, transparent);
  --header: 4.25rem;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --radius: 1.1rem;
  --space: clamp(3.5rem, 7vw, 6rem);
}
*, *::before, *::after { box-sizing: border-box }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: Outfit, system-ui, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, color-mix(in srgb, var(--mid) 8%, transparent), transparent 60%),
    linear-gradient(180deg, var(--foam), var(--sand));
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block }
a { color: inherit }
:focus { outline: none }
:focus-visible {
  outline: 3px solid var(--mid);
  outline-offset: 3px;
}
.btn:focus-visible,
.mobile-cta-main:focus-visible,
.mobile-cta-wa:focus-visible {
  outline-offset: 4px;
}
.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(7, 54, 66, .18);
}
.skip-link:focus,
.skip-link:focus-visible {
  width: auto;
  height: auto;
  margin: 0;
  padding: .65rem 1rem;
  clip: auto;
  clip-path: none;
  overflow: visible;
  border-radius: .5rem;
  outline: 3px solid var(--mid);
  outline-offset: 2px;
}

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  width: 100%;
  max-width: 100%;
  display: flex; align-items: center; gap: .75rem;
  min-height: var(--header);
  padding: .85rem clamp(1rem, 3vw, 1.75rem);
  background: color-mix(in srgb, var(--foam) 90%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-sizing: border-box;
}
.logo {
  font-family: Fraunces, serif;
  font-weight: 700;
  text-decoration: none;
  font-size: clamp(1rem, 4.2vw, 1.15rem);
  letter-spacing: -.02em;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logo span { color: var(--mid); font-weight: 700 }
.nav { margin-left: auto; display: flex; gap: 1.15rem; flex-wrap: wrap }
.nav a {
  text-decoration: none;
  font-size: .95rem;
  font-weight: 400;
  color: var(--muted);
}
.nav a:hover { color: var(--ink) }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .7rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .35s var(--ease), background .3s, border-color .3s, box-shadow .3s;
}
.btn:hover { transform: translateY(-2px) }
.btn-primary { background: var(--sea); color: #fff }
.btn-primary:hover { background: color-mix(in srgb, var(--sea) 88%, #000) }
.btn-dark { background: var(--ink); color: #fff }
.btn-ghost {
  background: color-mix(in srgb, #fff 18%, transparent);
  border-color: color-mix(in srgb, #fff 55%, transparent);
  color: #fff;
}
.btn-ghost:hover { background: color-mix(in srgb, #fff 28%, transparent) }
.btn-sm { min-height: 2.45rem; font-size: .88rem; padding: .45rem 1rem }
.btn-card {
  width: 100%;
  margin-top: .35rem;
  min-height: 2.7rem;
  font-size: .92rem;
  pointer-events: none;
}
.nav-toggle { display: none; width: 2.5rem; height: 2.5rem; border: 0; background: transparent; cursor: pointer }
.nav-toggle span { display: block; width: 1.35rem; height: 2px; margin: .38rem auto; background: var(--ink) }

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: clip;
}
.hero-media { position: absolute; inset: 0 }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 54, 66, .22), rgba(7, 54, 66, .78));
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: min(720px, 100%);
  width: auto;
  margin: 0 clamp(1.15rem, 5vw, 4rem) clamp(3.5rem, 8vw, 5.5rem);
  padding-top: calc(var(--header) + 2.5rem);
  box-sizing: border-box;
}
.hero-trust {
  margin: 0 0 .85rem;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: .95;
}
.hero h1, .page-hero h1 {
  margin: 0 0 1rem;
  font-family: Fraunces, serif;
  font-weight: 700;
  letter-spacing: -.03em;
  font-size: clamp(1.85rem, 7.5vw, 3.85rem);
  line-height: 1.05;
  overflow-wrap: break-word;
}
.lede {
  margin: 0 0 1.75rem;
  max-width: 36rem;
  font-weight: 400;
  font-size: clamp(1.02rem, 2.2vw, 1.15rem);
  opacity: .96;
  line-height: 1.55;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .85rem }

.section, .page {
  width: min(1120px, calc(100% - 2.5rem));
  max-width: 100%;
  margin: 0 auto;
  padding: var(--space) 0;
  box-sizing: border-box;
}
.page > .section {
  width: 100%;
  max-width: 100%;
}
.page { padding-top: calc(var(--header) + 2.5rem) }
.section-fleet { padding-top: clamp(2.75rem, 5vw, 4rem) }
.section-intro { margin-bottom: 2rem; max-width: 40rem }
.section-intro h2, .page h2, .cta-band h2 {
  font-family: Fraunces, serif;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 .75rem;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  line-height: 1.15;
}
.section-intro p, .why-list, .prose { color: var(--muted) }
.row-between { display: flex; justify-content: space-between; gap: 1rem; align-items: end; flex-wrap: wrap }
.text-link { font-weight: 700; text-decoration: none; color: var(--sea) }

.why-list {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.15rem;
}
.why-list li {
  padding: .35rem 0 .35rem 1.15rem;
  border-left: 3px solid var(--sun);
  line-height: 1.6;
}
.why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 1.15rem;
}
.why-grid li {
  padding: 1.25rem 1.15rem;
  background: #fff;
  border-radius: var(--radius);
  border-top: 3px solid var(--sun);
  display: grid;
  gap: .45rem;
}
.why-grid strong {
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
}
.why-grid span {
  color: #3f5660;
  font-size: .95rem;
  line-height: 1.55;
}
.faq-list {
  display: grid;
  gap: .75rem;
  max-width: 44rem;
}
.faq-list details {
  background: #fff;
  border-radius: .85rem;
  padding: .15rem 1.1rem;
  border: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  padding: 1rem 0;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none }
.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--mid);
  font-weight: 700;
}
.faq-list details[open] summary::after { content: "–" }
.faq-list details p {
  margin: 0 0 1.05rem;
  color: #3f5660;
  line-height: 1.6;
}
.boat-tag-partner {
  background: color-mix(in srgb, var(--ok) 14%, #fff) !important;
  color: #146246 !important;
}
.service-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 1rem;
}
.service-links a {
  display: grid;
  gap: .35rem;
  padding: 1.35rem 1.15rem;
  text-decoration: none;
  border-top: 2px solid var(--line);
  background: color-mix(in srgb, #fff 72%, transparent);
  transition: transform .3s var(--ease), background .3s;
}
.service-links a:hover { transform: translateY(-2px); background: #fff }
.service-links span {
  font-family: Fraunces, serif;
  font-weight: 700;
  color: var(--ink);
}
.service-links em {
  font-style: normal;
  font-size: .92rem;
  color: var(--muted);
}

.boat-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 1.65rem;
}
.boat-card {
  display: grid;
  height: 100%;
  text-decoration: none;
  background: #fff;
  overflow: clip;
  border-radius: var(--radius);
  box-shadow: 0 1px 0 var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.boat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(7, 54, 66, .12);
}
.boat-card figure { margin: 0; position: relative }
.boat-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.boat-price-badge {
  position: absolute;
  left: .85rem;
  bottom: .85rem;
  padding: .4rem .7rem;
  border-radius: .45rem;
  background: color-mix(in srgb, var(--ink) 88%, transparent);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.boat-card-body {
  padding: 1.2rem 1.15rem 1.3rem;
  display: grid;
  gap: .55rem;
  align-content: start;
}
.boat-card h3 {
  margin: 0;
  font-family: Fraunces, serif;
  font-weight: 700;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -.015em;
}
.boat-port {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.boat-tags {
  list-style: none;
  margin: .15rem 0 .2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.boat-tags li {
  padding: .28rem .55rem;
  border-radius: .4rem;
  background: color-mix(in srgb, var(--sea) 10%, #fff);
  color: #0a4f5c;
  font-size: .8rem;
  font-weight: 700;
}
.muted, .boat-port, .section-intro p, .footer-copy, .footer-legal, .footer-wa-note {
  color: #3f5660;
}

.cta-band {
  text-align: center;
  padding-bottom: calc(var(--space) + 1rem);
}
.cta-band p {
  margin: 0 auto 1.5rem;
  max-width: 34rem;
  color: var(--muted);
}
.cta-band .hero-cta { justify-content: center }
.request-band { padding-top: clamp(2.5rem, 5vw, 3.5rem) }
main { overflow-x: clip; max-width: 100% }

.site-footer {
  padding: clamp(3rem, 6vw, 4.5rem) clamp(1rem, 3vw, 1.75rem) 6.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: color-mix(in srgb, #fff 55%, var(--foam));
}
.footer-grid {
  width: min(1120px, 100%);
  margin: 0 auto 2.25rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.15fr;
  gap: 2rem 1.75rem;
}
.footer-brand {
  font-family: Fraunces, serif;
  font-weight: 700;
  color: var(--ink);
  font-size: 1.25rem;
  margin: 0 0 .65rem;
}
.footer-brand-col p { margin: 0 0 .85rem; line-height: 1.55 }
.footer-label {
  margin: 0 0 .75rem;
  font-weight: 700;
  color: var(--ink);
  font-size: .92rem;
}
.footer-grid a {
  display: block;
  text-decoration: none;
  margin: .4rem 0;
  font-size: .95rem;
}
.footer-grid a:hover { color: var(--ink) }
.footer-cross a { display: inline; font-weight: 700; color: var(--sea) }
.footer-wa-note { margin: .75rem 0 0; font-size: .85rem; line-height: 1.4 }
.footer-bottom {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: .65rem;
  text-align: center;
}
.footer-copy, .footer-legal { margin: 0; font-size: .88rem }
.footer-credit { opacity: .8 }
.footer-credit a { display: inline; text-decoration: none; font-weight: 700 }

.crumbs { font-size: .9rem; color: var(--muted); margin-bottom: 1.25rem }
.crumbs a { text-decoration: none; font-weight: 700 }
.page-hero { margin-bottom: 2.25rem }
.prose { max-width: 42rem; line-height: 1.7 }
.prose h2, .prose h3 { color: var(--ink); font-weight: 700 }
.prose a { color: var(--sea); font-weight: 700 }
.boat-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: start;
}
.partner-note {
  margin: 0 0 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .95rem;
}
.muted { color: var(--muted) }
.price-note {
  margin: .35rem 0 1rem;
  font-size: .9rem;
  line-height: 1.45;
}
.optional-hint {
  font-weight: 400;
  color: var(--muted);
  font-size: .9em;
}
.wa-lead-dialog {
  border: 0;
  padding: 0;
  max-width: 26rem;
  width: calc(100% - 1.5rem);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 54, 66, .28);
}
.wa-lead-dialog::backdrop {
  background: rgba(7, 54, 66, .45);
}
.wa-lead-form {
  margin: 0;
  padding: 1.15rem 1.2rem 1.25rem;
}
.wa-lead-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .35rem;
}
.wa-lead-head h2 {
  margin: 0;
  font-size: 1.35rem;
}
.wa-lead-close {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
  padding: .15rem .4rem;
}
.wa-lead-lede {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.45;
}
.boat-gallery { display: grid; gap: .9rem }
.boat-stage {
  position: relative;
  touch-action: pan-y;
  outline: none;
}
.boat-cover { margin: 0 }
.boat-cover-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: var(--radius);
  overflow: clip;
  user-select: none;
  -webkit-user-select: none;
}
.boat-cover-btn img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  pointer-events: none;
}
.boat-nav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 999px;
  background: color-mix(in srgb, #fff 88%, transparent);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(7, 54, 66, .18);
}
.boat-nav-prev { left: .65rem }
.boat-nav-next { right: .65rem }
.boat-gallery-count {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  margin: 0;
  padding: .3rem .55rem;
  border-radius: .4rem;
  background: color-mix(in srgb, var(--ink) 78%, transparent);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  pointer-events: none;
}
@media (min-width: 901px) {
  .boat-nav { display: inline-flex; align-items: center; justify-content: center }
}
.boat-thumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: .55rem;
}
.boat-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 2px solid transparent;
  border-radius: .55rem;
  overflow: clip;
  background: transparent;
  cursor: pointer;
  opacity: .7;
  transition: opacity .25s, border-color .25s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.boat-thumb.is-active, .boat-thumb:hover, .boat-thumb:focus-visible {
  opacity: 1;
  border-color: var(--mid);
}
.boat-thumb img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; pointer-events: none }
.boat-lightbox { border: 0; padding: 0; max-width: min(960px, 94vw); background: transparent }
.boat-lightbox::backdrop { background: rgba(7, 54, 66, .84) }
.boat-lightbox img { width: 100%; max-height: 85vh; object-fit: contain; border-radius: .5rem }
.boat-lightbox-close { position: absolute; top: .4rem; right: .4rem; z-index: 2 }
.boat-lightbox-close button {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
}
.boat-request { padding-top: 2.5rem }
.specs {
  list-style: none;
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  display: grid;
  gap: .55rem;
}
.specs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: .45rem 0;
}
.enquiry-form {
  position: relative;
  display: grid;
  gap: 1.15rem;
  width: 100%;
  max-width: min(40rem, 100%);
  min-width: 0;
  box-sizing: border-box;
}
.enquiry-form label {
  display: grid;
  gap: .4rem;
  font-weight: 700;
  font-size: .92rem;
  min-width: 0;
  max-width: 100%;
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  font: inherit;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: .85rem .9rem;
  border: 1px solid color-mix(in srgb, var(--sea) 20%, transparent);
  border-radius: .7rem;
  background: #fff;
  box-sizing: border-box;
}
.enquiry-form select {
  /* Long boat titles must not force horizontal overflow on mobile */
  text-overflow: ellipsis;
}
.enquiry-form .consent-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: start;
  font-weight: 400;
  font-size: .88rem;
  line-height: 1.5;
}
.enquiry-form .consent-label input[type=checkbox] {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: .15rem;
  padding: 0;
  accent-color: var(--sea);
}
.enquiry-form .btn {
  min-height: 3.5rem;
  font-size: 1.05rem;
  width: 100%;
  max-width: 28rem;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr));
  gap: .9rem;
  min-width: 0;
  max-width: 100%;
}
.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.flash { padding: 1rem 1.1rem; border-radius: .7rem; margin: 1rem 0 1.25rem }
.flash-ok { background: #e7f6ee; color: #145c3a }
.flash-err { background: #fdecec; color: var(--err) }

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none }

.mobile-cta-bar { display: none }

.cookie-notice {
  position: fixed;
  z-index: 55;
  left: max(.85rem, env(safe-area-inset-left));
  right: max(.85rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(34rem, calc(100% - 1.7rem));
  margin-inline: auto;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transform: translateY(1rem) scale(.985);
  transition: opacity .4s var(--ease), transform .45s var(--ease);
}
.cookie-notice[hidden] { display: none !important }
.cookie-notice.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.cookie-notice.is-out {
  opacity: 0;
  transform: translateY(.55rem) scale(.99);
  pointer-events: none;
}
.cookie-notice-inner {
  pointer-events: auto;
  display: grid;
  gap: .9rem;
  padding: 1.05rem 1.15rem 1.1rem;
  border-radius: calc(var(--radius) + .15rem);
  border: 1px solid color-mix(in srgb, var(--sea) 12%, transparent);
  background:
    linear-gradient(165deg,
      color-mix(in srgb, #fff 88%, var(--foam)),
      color-mix(in srgb, var(--foam) 70%, #fff) 55%,
      color-mix(in srgb, var(--sand) 55%, #fff));
  box-shadow:
    0 1px 0 color-mix(in srgb, #fff 70%, transparent) inset,
    0 18px 40px rgba(7, 54, 66, .12),
    0 4px 12px rgba(7, 54, 66, .06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cookie-notice-copy { min-width: 0 }
.cookie-notice-kicker {
  margin: 0 0 .28rem;
  font-family: Fraunces, Georgia, serif;
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: var(--sea);
  line-height: 1.2;
}
.cookie-notice-text {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.cookie-notice-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem .7rem;
}
.cookie-notice-link {
  margin-right: auto;
  font-size: .86rem;
  font-weight: 700;
  color: var(--mid);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--mid) 35%, transparent);
  transition: color .25s, border-color .25s;
}
.cookie-notice-link:hover {
  color: var(--sea);
  border-bottom-color: var(--sea);
}
.cookie-notice-ok {
  appearance: none;
  margin: 0;
  min-height: 2.4rem;
  padding: .45rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: var(--sea);
  color: #fff;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(10, 79, 92, .22);
  transition: transform .3s var(--ease), background .25s, box-shadow .3s;
}
.cookie-notice-ok:hover {
  background: color-mix(in srgb, var(--sea) 88%, #000);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(10, 79, 92, .28);
}
.cookie-notice-ok:active { transform: translateY(0) }
.cookie-notice-ok:focus-visible {
  outline: 3px solid var(--mid);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .boat-layout, .footer-grid { grid-template-columns: 1fr }
  .boat-layout {
    display: flex;
    flex-direction: column;
  }
  /* Title and specs first on mobile, then gallery */
  .boat-layout > .boat-gallery { order: 2 }
  .boat-layout > div:not(.boat-gallery) { order: 1 }
  .header-cta { display: none }
  .nav-toggle {
    display: block;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 0;
    background: var(--foam);
    padding: .35rem 1.25rem 1.1rem;
    border-bottom: 1px solid var(--line);
    box-sizing: border-box;
  }
  .nav a { padding: .7rem 0; border-bottom: 1px solid var(--line) }
  .nav.is-open { display: flex }
  .hero {
    min-height: 100svh;
    min-height: 100dvh;
    padding-bottom: 5.25rem;
    box-sizing: border-box;
  }
  .hero-copy {
    margin-inline: 1.15rem;
    margin-bottom: 1.25rem;
    max-width: none;
  }
  /* Sticky bar already covers primary actions — avoid stacked duplicate CTAs */
  .hero-money .hero-cta { display: none }
  .hero h1 { overflow-wrap: anywhere }
  .lede { overflow-wrap: break-word }
  .form-row { grid-template-columns: 1fr }
  .boat-thumbs { grid-template-columns: repeat(auto-fill, minmax(64px, 1fr)) }
  .page,
  .boat-page {
    padding-bottom: 6.5rem;
  }
  .boat-page h1 {
    font-size: clamp(1.55rem, 6.5vw, 2.2rem);
    overflow-wrap: break-word;
  }
  .crumbs { overflow-wrap: anywhere; font-size: .85rem }
  .footer-legal,
  .footer-copy { overflow-wrap: break-word }
  .mobile-cta-bar {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: .55rem;
    position: fixed;
    z-index: 60;
    left: .65rem;
    right: .65rem;
    bottom: max(.75rem, env(safe-area-inset-bottom));
    width: auto;
    box-sizing: border-box;
  }
  .cookie-notice {
    left: max(.65rem, env(safe-area-inset-left));
    right: max(.65rem, env(safe-area-inset-right));
    bottom: calc(4.45rem + max(.75rem, env(safe-area-inset-bottom)));
    width: auto;
  }
  .cookie-notice-inner {
    padding: .95rem 1rem 1rem;
    gap: .75rem;
  }
  .cookie-notice-kicker { font-size: .88rem }
  .cookie-notice-text { font-size: .84rem }
  .cookie-notice-actions {
    width: 100%;
    justify-content: space-between;
  }
  .cookie-notice-ok {
    min-height: 2.55rem;
    min-width: 5.75rem;
    padding: .5rem 1.2rem;
  }
  .mobile-cta-bar.is-hidden {
    display: none;
  }
  .mobile-cta-main,
  .mobile-cta-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    min-height: 48px;
    padding: .55rem .65rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: clamp(.78rem, 3.4vw, .92rem);
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 12px 28px rgba(7, 54, 66, .22);
  }
  .mobile-cta-main { background: var(--sea) }
  .mobile-cta-wa { background: #0d5c3d; color: #fff }
  .site-footer { padding-bottom: 6.75rem }
}

@media (max-width: 380px) {
  .mobile-cta-bar { grid-template-columns: 1fr 1fr }
  .mobile-cta-main,
  .mobile-cta-wa { font-size: .78rem; padding: .5rem .4rem }
  .section, .page { width: calc(100% - 1.5rem) }
  .hero-copy { margin-inline: .9rem }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto }
  .btn, .boat-card, .service-links a, .reveal, .cookie-notice, .cookie-notice-ok { transition: none }
  .reveal { opacity: 1; transform: none }
  .cookie-notice { opacity: 1; transform: none }
  .btn:hover, .boat-card:hover, .cookie-notice-ok:hover { transform: none }
}
