* {
  box-sizing: border-box;
}

:root {
  --ink: #1b1b1b;
  --muted: #5c5f66;
  --paper: #f6f3ee;
  --stone: #e4ded6;
  --deep: #2b3a42;
  --accent: #a16e2b;
  --accent-2: #2c5f5d;
  --soft: #ffffff;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

header {
  padding: 24px 6vw 8px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.disclosure {
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 280px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 36px 6vw 64px;
}

.hero .content {
  flex: 1 1 340px;
}

.hero .media {
  flex: 1 1 340px;
  background: var(--stone);
  border-radius: 18px;
  overflow: hidden;
}

.hero h1 {
  font-size: 2.6rem;
  line-height: 1.15;
  margin: 0 0 16px;
}

.hero p {
  font-size: 1.08rem;
  color: var(--muted);
  margin: 0 0 20px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: var(--soft);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.button.secondary {
  background: var(--deep);
}

.inline-cta {
  color: var(--accent-2);
  font-weight: 600;
}

main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 80px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 6vw;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .content,
.split .media {
  flex: 1 1 320px;
}

.split .media {
  background: var(--stone);
  border-radius: 16px;
  overflow: hidden;
}

.panel {
  background: var(--soft);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background: var(--soft);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 14px;
}

.list {
  padding-left: 18px;
  margin: 0;
}

.form-wrap {
  background: var(--deep);
  color: var(--soft);
  padding: 28px;
  border-radius: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c7c0b6;
  font-family: inherit;
}

textarea {
  min-height: 110px;
}

.note {
  font-size: 0.9rem;
  color: #d9d9d9;
}

.footer {
  background: #111517;
  color: #e5e7eb;
  padding: 32px 6vw 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer .column {
  flex: 1 1 220px;
}

.footer a {
  color: inherit;
}

.legal {
  font-size: 0.9rem;
  color: #c6c9cf;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 20px;
  background: var(--soft);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.section-bg {
  background: var(--stone);
  padding: 46px 6vw;
}

.bg-harbour {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: var(--soft);
}

.bg-map {
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: var(--soft);
}

.bg-legal {
  background-image: url("https://images.unsplash.com/photo-1464802686167-b939a6910659?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: var(--soft);
}

.bg-quiet {
  background-image: url("https://images.unsplash.com/photo-1501183638710-841dd1904471?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: var(--soft);
}

.overlay {
  background: rgba(0, 0, 0, 0.55);
  padding: 40px;
  border-radius: 18px;
}

.split .caption {
  font-size: 0.95rem;
  color: var(--muted);
}

.image-frame {
  background: #d3cbc1;
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: 2.1rem;
  }
  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
