* {
  box-sizing: border-box;
}

:root {
  --ink: #1a1d21;
  --muted: #5b636d;
  --paper: #f6f2ee;
  --accent: #2f6b7a;
  --accent-2: #b7743d;
  --warm: #efe4d6;
  --cool: #e7eef2;
  --line: #d9d1c8;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.topbar {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 12px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.9rem;
  color: var(--muted);
  border-left: 2px solid var(--accent);
  padding-left: 12px;
}

.hero {
  color: #fff;
  padding: 96px 0 88px;
  background-position: center;
  background-size: cover;
  background-color: #1f2429;
}

.hero-overlay {
  background: rgba(15, 18, 20, 0.55);
  padding: 48px;
  max-width: 640px;
}

.hero-title {
  font-size: 2.4rem;
  margin: 0 0 18px;
}

.hero-sub {
  font-size: 1.1rem;
  margin: 0 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn-alt {
  background: var(--accent-2);
}

.section {
  padding: 70px 0;
}

.section-title {
  font-size: 1.8rem;
  margin: 0 0 16px;
}

.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.mag-row {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.mag-col {
  flex: 1 1 280px;
}

.mag-col-wide {
  flex: 2 1 460px;
}

.image-box {
  background: var(--cool);
  border-radius: 18px;
  overflow: hidden;
}

.tone-slate {
  background: #dfe7ea;
}

.tone-sand {
  background: #e6e0d8;
}

.tone-foam {
  background: #e4e9e5;
}

.tone-mist {
  background: #e0e6ee;
}

.tone-cloud {
  background: #dfe3e9;
}

.tone-clay {
  background: #e8e1d6;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1 1 180px;
  background: var(--paper);
  border-radius: 18px;
  padding: 20px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.service-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.bg-story {
  background: var(--warm);
}

.bg-coast {
  background-position: center;
  background-size: cover;
  color: #fff;
}

.section-coast {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-color: #203038;
}

.highlight-panel {
  background: rgba(20, 24, 28, 0.65);
  padding: 28px;
  border-radius: 18px;
  max-width: 520px;
}

.quote-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quote {
  padding: 18px;
  border-left: 3px solid var(--accent);
  background: var(--paper);
}

.form-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 24px;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 220px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 1rem;
}

.footer {
  background: var(--ink);
  color: #f5f5f5;
  padding: 40px 0;
}

.footer a {
  color: #f5f5f5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.disclaimer {
  margin-top: 16px;
  color: #d7d7d7;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
}

.legal-hero {
  padding: 70px 0 50px;
  background: var(--paper);
}

.legal-body {
  padding-bottom: 60px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111419;
  color: #fff;
  padding: 18px;
  display: none;
  z-index: 60;
}

.cookie-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hero-index {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1400&q=80");
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1500534623283-312aade485b7?w=1400&q=80");
}

.hero-thanks {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

.hero-privacy {
  background-image: url("https://images.unsplash.com/photo-1483683804023-6ccdb62f86ef?w=1400&q=80");
}

.hero-gdpr {
  background-image: url("https://images.unsplash.com/photo-1491553895911-0055eca6402d?w=1400&q=80");
}

.hero-cookies {
  background-image: url("https://images.unsplash.com/photo-1472214103451-9374bd1c798e?w=1400&q=80");
}

.hero-terms {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
}
