:root {
  --ink: #172027;
  --muted: #5d6b73;
  --paper: #fbf9f4;
  --mist: #f1f7f6;
  --line: #d9e3e2;
  --teal: #026873;
  --sea: #078ba0;
  --sun: #f4b942;
  --coral: #d94f45;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(23, 32, 39, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  padding: .7rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem max(16px, calc((100vw - 1120px) / 2));
  background: rgba(251, 249, 244, .94);
  border-bottom: 1px solid rgba(23, 32, 39, .08);
  backdrop-filter: blur(14px);
}

.site-header.compact {
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  border-radius: 8px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: .75rem;
  margin-top: -2px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-weight: 700;
  font-size: .94rem;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--teal);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: .35rem;
  min-height: 42px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .45rem .65rem;
  font-weight: 800;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(520px, 68svh, 680px);
  overflow: hidden;
  isolation: isolate;
}

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

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 23, 28, .82) 0%, rgba(11, 23, 28, .58) 42%, rgba(11, 23, 28, .18) 72%, rgba(11, 23, 28, .06) 100%),
    linear-gradient(0deg, rgba(11, 23, 28, .34), rgba(11, 23, 28, .08));
}

.hero-content {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: clamp(60px, 9svh, 104px) clamp(42px, 6svh, 72px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 .7rem;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

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

h1 {
  max-width: 840px;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 6vw, 4.85rem);
  line-height: .98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: .65rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
}

.hero-actions,
.footer-layout nav,
.booking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #162027;
  background: var(--sun);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  max-width: 780px;
  margin: clamp(1.35rem, 4vw, 2.4rem) 0 0;
}

.hero-facts div {
  padding: .85rem 1rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(12, 34, 38, .42);
}

.hero-facts dt {
  color: var(--sun);
  font-size: .78rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: .2rem 0 0;
  color: rgba(255, 255, 255, .9);
}

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

.notice {
  padding: .9rem 0;
  color: rgba(255, 255, 255, .88);
}

.notice strong {
  color: var(--sun);
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

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

.split,
.booking-layout,
.contact-layout,
.safety-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.split p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.1rem;
}

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

.section-head p {
  color: var(--muted);
}

.services {
  background: var(--mist);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 22px rgba(23, 32, 39, .07);
}

.service-kicker {
  width: fit-content;
  margin-bottom: 1rem;
  padding: .3rem .55rem;
  border-radius: 6px;
  color: var(--white);
  background: var(--teal);
  font-size: .78rem;
  font-weight: 900;
}

.service-card p {
  color: var(--muted);
}

.service-card ul {
  margin: auto 0 0;
  padding-left: 1.1rem;
  color: var(--ink);
}

.service-card li + li {
  margin-top: .45rem;
}

.safety-band {
  color: var(--white);
  background: var(--teal);
}

.safety-band .eyebrow {
  color: var(--sun);
}

.safety-band p {
  color: rgba(255, 255, 255, .86);
}

.text-link {
  color: var(--sun);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.safety-list {
  display: grid;
  gap: .85rem;
}

.safety-list div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.safety-list strong,
.safety-list span {
  display: block;
}

.safety-list span {
  color: rgba(255, 255, 255, .8);
  margin-top: .25rem;
}

.pricing {
  background: var(--paper);
}

.price-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-row {
  display: grid;
  grid-template-columns: 1.5fr .8fr .55fr;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-head {
  color: var(--white);
  background: var(--ink);
  font-weight: 900;
}

.price-row span:last-child {
  font-weight: 900;
}

.fineprint {
  max-width: 760px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .95rem;
}

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

.booking-steps {
  margin-top: 1.5rem;
}

.booking-steps div {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .65rem .8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.booking-steps strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.lead-form label {
  display: grid;
  gap: .35rem;
  color: var(--ink);
  font-weight: 800;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c5d5d4;
  border-radius: 6px;
  padding: .75rem .8rem;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .full,
.form-status {
  grid-column: 1 / -1;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 600;
  color: var(--muted);
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: .25rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--teal);
  font-weight: 900;
}

.contact {
  background: #e9f2ee;
}

.contact-details {
  display: grid;
  gap: .5rem;
  padding: 1.25rem;
  border-left: 5px solid var(--sun);
  border-radius: 8px;
  background: var(--white);
  font-style: normal;
}

.contact-details strong {
  font-size: 1.15rem;
}

.site-footer {
  padding: 2rem 0;
  color: rgba(255, 255, 255, .8);
  background: #11191e;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

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

.site-footer p {
  margin: .35rem 0 0;
}

.site-footer nav a {
  color: rgba(255, 255, 255, .82);
  font-weight: 800;
  text-decoration: none;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--sun);
}

.legal-page {
  background: var(--white);
}

.legal-content {
  max-width: 820px;
  padding-block: clamp(48px, 8vw, 90px);
}

.legal-content h1 {
  color: var(--ink);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

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

@media (max-width: 960px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .booking-layout,
  .contact-layout,
  .safety-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: inline-grid;
    grid-template-columns: 16px auto;
  }

  .site-nav:not(.always) {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .5rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: .85rem;
  }

  .site-nav.always {
    display: none;
  }

  .hero {
    min-height: 610px;
  }

  .hero-content {
    padding-block: 52px 36px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(11, 23, 28, .86), rgba(11, 23, 28, .56));
  }

  .hero-facts,
  .service-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    gap: .55rem;
    margin-top: 1.25rem;
  }

  .hero-facts div {
    padding: .72rem;
  }

  .hero-facts dd {
    margin-top: .1rem;
  }

  .price-table {
    border-radius: 8px;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  .price-head {
    display: none;
  }

  .footer-layout {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .wrap,
  .hero-content {
    width: min(100% - 24px, 1120px);
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .service-card,
  .lead-form,
  .contact-details {
    padding: 1rem;
  }
}
