* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1b1b1b;
  background: #f6f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 12px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.ad-label {
  font-size: 0.85rem;
  color: #7a4a1c;
  background: #f3e6d8;
  padding: 6px 10px;
  border-radius: 20px;
  align-self: flex-start;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

.nav-links a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover {
  border-bottom: 1px solid #1b1b1b;
}

.hero {
  position: relative;
  background: #1f1d1a;
  color: #fff;
  border-radius: 28px;
  overflow: hidden;
  margin: 20px auto 40px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.pexels.com/photos/21854532/pexels-photo-21854532.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.75;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 64px 8%;
  max-width: 640px;
}

.hero-content h1 {
  font-size: 2.6rem;
  margin: 0;
}

.hero-content p {
  margin: 0;
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: none;
  background: #f6c23e;
  color: #1b1b1b;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.btn.secondary {
  background: #ffffff;
  color: #1b1b1b;
}

.section {
  padding: 52px 0;
}

.asymmetric {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.asymmetric.reverse {
  flex-direction: row-reverse;
}

.asymmetric .text-block {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.asymmetric .image-block {
  flex: 1 1 320px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #d9d3c7;
}

.image-block img {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.bg-sand {
  background-color: #d6d0c5;
}

.bg-clay {
  background-color: #d9d2c7;
}

.bg-stone {
  background-color: #d2ccc0;
}

.bg-olive {
  background-color: #dad3c7;
}

.bg-dune {
  background-color: #cfc8bb;
}

.offset-panel {
  background: #1f1d1a;
  color: #fff;
  padding: 36px;
  border-radius: 24px;
  margin-left: auto;
  width: min(720px, 92%);
}

.metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.metric {
  flex: 1 1 180px;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 240px;
}

.service-card img {
  width: 100%;
  height: 180px;
}

.service-card .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.price {
  font-weight: 700;
  color: #7a4a1c;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.testimonial::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -12px;
  width: 18px;
  height: 18px;
  background: #fff;
  transform: rotate(45deg);
}

.form-wrap {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-card {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
}

.form-card label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #d4cec3;
  margin-bottom: 14px;
  font-size: 1rem;
}

.sticky-cta {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  flex: 1 1 220px;
  background: #1f1d1a;
  color: #fff;
  padding: 24px;
  border-radius: 22px;
}

.inline-cta {
  color: #7a4a1c;
  text-decoration: underline;
}

.footer {
  background: #12100e;
  color: #ffffff;
  padding: 40px 0;
}

.footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #ffffff;
  color: #1b1b1b;
  padding: 18px 20px;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
  padding: 8px 12px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.cookie-accept {
  background: #f6c23e;
}

.cookie-reject {
  background: #f1efea;
}

.page-hero {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  padding: 42px 0 24px;
}

.page-hero .hero-text {
  flex: 1 1 320px;
}

.page-hero .hero-image {
  flex: 1 1 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #d9d3c7;
}

.page-hero .hero-image img {
  width: 100%;
  height: 260px;
}

.content-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.content-columns .column {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
}

.contact-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.references a {
  color: inherit;
}
