*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --bg: #f6f4f1;
  --ink: #1f1f1f;
  --muted: #5c5c5c;
  --accent: #1b4b5a;
  --accent-light: #d9e7ea;
  --soft: #ffffff;
  --highlight: #f0e1c2;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  padding: 24px 6vw 12px;
}

.nav-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
}

.ad-disclosure {
  font-size: 0.85rem;
  color: var(--muted);
  padding: 8px 12px;
  background: var(--accent-light);
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 60vh;
  padding: 48px 6vw;
  color: #ffffff;
  position: relative;
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.55);
}

.hero-content {
  position: relative;
  max-width: 560px;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  margin: 0 0 16px;
}

.hero p {
  margin: 0 0 24px;
  color: #f1f1f1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  background: var(--accent);
  color: #ffffff;
}

.btn-light {
  background: var(--soft);
  color: var(--accent);
  border-color: var(--accent);
}

.btn-outline {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.section {
  padding: 64px 6vw;
}

.section-tight {
  padding: 32px 6vw;
}

.section-title {
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  margin: 0 0 16px;
}

.section-subtitle {
  color: var(--muted);
  margin: 0 0 24px;
  max-width: 720px;
}

.asym-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.asym-row.reverse {
  flex-direction: column;
}

.asym-card {
  background: var(--soft);
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.asym-card.offset {
  transform: translateY(-16px);
  background: var(--highlight);
}

.image-frame {
  background: #e6e1da;
  border-radius: 24px;
  overflow: hidden;
  height: 320px;
}

.image-frame.tall {
  height: 420px;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
  background: var(--soft);
  border-radius: 24px;
}

.service-card .price {
  font-weight: 700;
  color: var(--accent);
}

.inline-cta {
  color: var(--accent);
  font-weight: 600;
  text-decoration: underline;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-strip {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--accent-light);
  padding: 32px;
  border-radius: 24px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-wrap {
  background: var(--soft);
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-row input,
.form-row select {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #d8d2c9;
  font-size: 1rem;
}

.split-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer {
  padding: 48px 6vw 64px;
  background: #1a1a1a;
  color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9;
}

.page-hero-home {
  background-image: url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1400&q=80");
}

.page-hero-about {
  background-image: url("https://images.unsplash.com/photo-1519389950473-47ba0277781c?w=1400&q=80");
}

.page-hero-services {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
}

.page-hero-contact {
  background-image: url("https://images.unsplash.com/photo-1444653389962-8149286c578a?w=1400&q=80");
}

.section-bg-insight {
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
}

.section-bg-insight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.section-bg-insight .section-content {
  position: relative;
}

.image-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-grid .image-frame {
  height: 260px;
}

.contact-card {
  background: var(--soft);
  padding: 24px;
  border-radius: 24px;
}

@media (min-width: 840px) {
  .nav-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hero {
    min-height: 70vh;
  }

  .asym-row {
    flex-direction: row;
    align-items: center;
  }

  .asym-row.reverse {
    flex-direction: row-reverse;
  }

  .service-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-card {
    width: calc(50% - 12px);
  }

  .trust-strip {
    flex-direction: row;
    justify-content: space-between;
  }

  .testimonials {
    width: 55%;
  }

  .split-info {
    width: 40%;
  }

  .image-grid {
    flex-direction: row;
  }

  .image-grid .image-frame {
    width: calc(50% - 10px);
  }
}
