* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f6f4f0;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 6%;
  background: #e6e1da;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ad-label {
  padding: 6px 10px;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 70vh;
}

.hero-text,
.hero-media {
  flex: 1 1 320px;
  padding: 60px 6%;
}

.hero-text {
  background: #f6f4f0;
}

.hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 6%;
  gap: 40px;
}

.split-section.alt {
  flex-direction: row-reverse;
  background: #efe9e0;
}

.split-copy,
.split-visual {
  flex: 1 1 320px;
}

.split-visual {
  padding: 12px;
}

.split-visual img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.tagline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6f6a63;
}

.section-title {
  font-size: 32px;
  margin: 10px 0 20px;
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn {
  border: none;
  background: #1f1f1f;
  color: #fff;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: #a87c5a;
}

.panel {
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.service-card {
  flex: 1 1 240px;
  background: #ffffff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card .price {
  font-weight: 700;
  color: #a87c5a;
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.bg-hero {
  background: #c7ced4;
}

.bg-cool {
  background: #d7dbe0;
}

.bg-sand {
  background: #d8d1c8;
}

.bg-moss {
  background: #cdd4cf;
}

.bg-stone {
  background: #d1d7dd;
}

.bg-slate {
  background: #d5d9de;
}

.bg-earth {
  background: #d8d5d1;
}

.bg-veil {
  background: #d2d7dc;
}

.highlight {
  background: #dfe6e6;
}

.highlight .panel {
  background: #fefefe;
}

.testimonial {
  background: #f8f6f2;
  padding: 20px;
  border-left: 4px solid #a87c5a;
}

.form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

input,
select,
textarea {
  padding: 12px;
  border: 1px solid #b8b1a7;
  font-size: 15px;
  font-family: inherit;
}

textarea {
  min-height: 120px;
}

.footer {
  margin-top: auto;
  background: #1f1f1f;
  color: #f6f4f0;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f6f4f0;
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background: #a87c5a;
  color: #fff;
  padding: 14px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  max-width: 320px;
  display: none;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.two-column > div {
  flex: 1 1 280px;
}

.inline-cta {
  color: #a87c5a;
  text-decoration: underline;
}

.muted {
  color: #6f6a63;
}

.legal {
  font-size: 14px;
  color: #cfc7bf;
}
