* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #1e1e1e;
  background: #f6f4f1;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nav-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8vw 12px;
  gap: 16px;
}

.brand {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9d2c8;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #1e1e1e;
  color: #f6f4f1;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 50;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.asym {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 16px 8vw 80px;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff;
  border-radius: 28px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.section.light {
  background: #f0ece7;
}

.section.dark {
  background: #1f1f1f;
  color: #f6f4f1;
}

.section.overlap {
  margin-left: 6vw;
}

.section.shift-right {
  margin-right: 6vw;
}

.split {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.split.reverse {
  flex-direction: column-reverse;
}

.tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #6a5b4f;
}

.headline {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.1;
}

.subline {
  font-size: 1.05rem;
  max-width: 550px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #f6f4f1;
  font-weight: 600;
}

.btn.alt {
  background: transparent;
  color: inherit;
}

.inline-link {
  text-decoration: underline;
  font-weight: 600;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.card {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #ded7cd;
}

.card img {
  border-radius: 14px;
}

.layered {
  background: #faf7f3;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1px solid #e5ded4;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e6ddd2;
  font-size: 0.85rem;
}

.quote {
  font-size: 1.1rem;
  font-style: italic;
}

.service-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid #ded7cd;
  padding-bottom: 16px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #cfc6bb;
  font-family: inherit;
  font-size: 1rem;
  background: #fffdfb;
}

button {
  cursor: pointer;
}

.footer {
  padding: 36px 8vw 48px;
  background: #e9e2d8;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: #ffffff;
  border: 1px solid #cfc6bb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 60;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  font-size: 0.9rem;
}

.muted {
  color: #6a5b4f;
  font-size: 0.95rem;
}

.notice {
  padding: 16px;
  border-radius: 16px;
  background: #efe8df;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.top-space {
  margin-top: 12px;
}

@media (min-width: 900px) {
  .split {
    flex-direction: row;
    align-items: center;
  }

  .split.reverse {
    flex-direction: row-reverse;
  }

  .cards {
    flex-direction: row;
  }

  .service-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-item {
    width: calc(50% - 20px);
  }

  .form-wrap {
    flex-direction: row;
    align-items: flex-start;
  }

  .form-wrap > div {
    flex: 1;
  }
}
