* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f1d1b;
  background-color: #f7f3ef;
}

a {
  color: #1f1d1b;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 8vw 0 8vw;
}

.brand {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #1f1d1b;
  border-radius: 999px;
}

.hero {
  display: flex;
  gap: 32px;
  padding: 0 8vw;
  align-items: stretch;
  position: relative;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1.1;
  padding: 40px 0 80px 0;
}

.hero-title {
  font-size: 44px;
  line-height: 1.1;
  margin: 0;
}

.hero-subtitle {
  font-size: 18px;
  margin: 0;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.button {
  background-color: #1f1d1b;
  color: #f7f3ef;
  border: none;
  padding: 12px 22px;
  font-size: 14px;
  cursor: pointer;
}

.button.secondary {
  background-color: transparent;
  border: 1px solid #1f1d1b;
  color: #1f1d1b;
}

.hero-visual {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.hero-card {
  background-color: #eadfd6;
  padding: 16px;
  position: absolute;
  bottom: -28px;
  left: -40px;
  max-width: 260px;
  font-size: 14px;
}

.media-frame {
  background-color: #d8c8b8;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.split {
  display: flex;
  gap: 32px;
  padding: 0 8vw;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.offset-box {
  background-color: #f0e6dd;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  top: -20px;
}

.services-wrap {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 240px;
  background-color: #fff;
  padding: 18px;
  gap: 10px;
  border: 1px solid #e1d6cc;
}

.card-image {
  background-color: #d9c7b2;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.price {
  font-weight: 600;
}

.quote-strip {
  display: flex;
  padding: 0 8vw;
  gap: 24px;
  align-items: flex-start;
}

.quote {
  background-color: #1f1d1b;
  color: #f7f3ef;
  padding: 28px;
  flex: 1;
}

.form-section {
  display: flex;
  gap: 32px;
  padding: 0 8vw 80px;
  align-items: flex-start;
}

.form-panel {
  background-color: #fff;
  padding: 28px;
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e1d6cc;
}

.form-panel form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-panel label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 10px;
  border: 1px solid #c6b7aa;
  font-size: 14px;
  background-color: #fff;
}

.form-side {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-image {
  background-color: #dac3b2;
  height: 260px;
  overflow: hidden;
}

.footer {
  padding: 40px 8vw 60px;
  border-top: 1px solid #e1d6cc;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #1f1d1b;
  color: #f7f3ef;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 13px;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.muted {
  color: #5c524b;
}

.contact-blocks {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 8vw 80px;
}

.contact-card {
  background-color: #fff;
  padding: 24px;
  border: 1px solid #e1d6cc;
  max-width: 520px;
}

.legal-page {
  padding: 40px 8vw 80px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legal-page h1 {
  font-size: 32px;
  margin: 0;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #fff;
  border: 1px solid #e1d6cc;
  padding: 18px;
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.button.small {
  padding: 8px 12px;
  font-size: 12px;
}

.image-row {
  display: flex;
  gap: 18px;
  padding: 0 8vw;
}

.image-tile {
  flex: 1;
  height: 220px;
  background-color: #e0d2c6;
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .quote-strip,
  .form-section,
  .image-row {
    flex-direction: column;
  }

  .hero-card {
    position: static;
  }

  .service-card {
    width: 100%;
  }

  .sticky-cta {
    position: static;
    margin: 0 8vw 40px;
  }
}
