* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1d1d1f;
  background: #f7f5f2;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 28px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background: #f7f5f2;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  background: #1d1d1f;
  color: #f7f5f2;
  padding: 4px 10px;
  border-radius: 999px;
  align-self: flex-start;
}

nav {
  display: flex;
  gap: 18px;
  font-size: 15px;
}

.split-section {
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding: 72px 8%;
}

.split-section.reverse {
  flex-direction: row-reverse;
}

.split-text,
.split-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.split-media {
  background: #d8d2c8;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
}

.split-media img {
  width: 100%;
  height: 100%;
}

.badge {
  display: inline-flex;
  padding: 6px 14px;
  background: #ede7df;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: #1d1d1f;
  color: #f7f5f2;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn.secondary {
  background: #f7f5f2;
  color: #1d1d1f;
  border: 1px solid #1d1d1f;
}

.btn:hover {
  transform: translateY(-2px);
}

.inline-link {
  text-decoration: underline;
}

.service-row {
  display: flex;
  gap: 28px;
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  align-items: stretch;
}

.service-info {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-media {
  flex: 0.8;
  background: #e0d9d0;
  border-radius: 14px;
  overflow: hidden;
}

.service-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
}

.price-tag {
  font-weight: 600;
  font-size: 20px;
}

.highlight-panel {
  background: #1d1d1f;
  color: #f7f5f2;
  padding: 48px 8%;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.highlight-panel .btn {
  background: #f7f5f2;
  color: #1d1d1f;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  background: #f0ebe3;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-wrapper {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

input,
select,
textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c8c2ba;
  font-size: 15px;
  background: #faf8f5;
}

.footer {
  padding: 48px 8%;
  background: #ede7df;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.disclaimer {
  font-size: 13px;
  color: #4a4a4a;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #1d1d1f;
  color: #f7f5f2;
  padding: 18px 20px;
  border-radius: 16px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-actions .btn {
  padding: 10px 16px;
}

.contact-grid {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  min-width: 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.note {
  font-size: 13px;
  color: #5a5a5a;
}

.hero-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.section-title {
  font-size: 30px;
  line-height: 1.2;
}

.page-title {
  padding: 48px 8% 20px;
  font-size: 36px;
}

.legal-content {
  padding: 32px 8% 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.inline-image {
  background: #e2dcd4;
  border-radius: 16px;
  overflow: hidden;
}

.inline-image img {
  width: 100%;
  height: 100%;
}

.bg-sand {
  background-color: #d8d2c8;
}

.bg-clay {
  background-color: #e0d9d0;
}

.bg-rose {
  background-color: #e4ded5;
}

.bg-stone {
  background-color: #d9d2c8;
}

.bg-ash {
  background-color: #e3dcd3;
}

.bg-fog {
  background-color: #dfd8ce;
}

.bg-mist {
  background-color: #e1dbd2;
}

.bg-pebble {
  background-color: #d9d1c7;
}

.bg-dune {
  background-color: #ded7cd;
}

.bg-silt {
  background-color: #e3ddd4;
}

.bg-porcelain {
  background-color: #dcd5cb;
}

.bg-linen {
  background-color: #e0dad0;
}

@media (max-width: 960px) {
  .split-section,
  .service-row,
  .highlight-panel {
    flex-direction: column;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    flex-wrap: wrap;
  }
}
