* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #1c1b1a;
  background: #faf7f3;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.site-header {
  padding: 20px 6vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff7ef;
  border-bottom: 1px solid #eadfd3;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-label {
  padding: 6px 12px;
  background: #f5d8a2;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #5c3a1e;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav a {
  padding: 6px 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e3d5c7;
}

.nav a:hover {
  background: #f2e3d3;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 6vw 30px;
  gap: 32px;
}

.hero-text {
  flex: 1 1 320px;
}

.hero-media {
  flex: 1 1 360px;
  position: relative;
}

.hero-media .image-wrap {
  height: 420px;
}

.section {
  padding: 50px 6vw;
}

.section.alt {
  background: #ffffff;
}

.section .section-title {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.asym-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
}

.asym-row.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1 1 280px;
}

.asym-media {
  flex: 1 1 320px;
}

.offset-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #eadfd3;
}

.service-card img {
  border-radius: 14px;
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.service-card button,
.primary-btn,
.ghost-btn {
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.primary-btn {
  background: #1c1b1a;
  color: #fff;
}

.primary-btn:hover {
  background: #3a3735;
}

.ghost-btn {
  background: transparent;
  border: 1px solid #1c1b1a;
  color: #1c1b1a;
}

.ghost-btn:hover {
  background: #1c1b1a;
  color: #fff;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.quote {
  flex: 1 1 240px;
  background: #fdf4ea;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid #f0d6c2;
}

.form-section {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-grid label {
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d9cbbb;
  font-size: 1rem;
  width: 100%;
}

.inline-cta {
  color: #8c5a2b;
  text-decoration: underline;
}

.image-wrap {
  background: #f0e6db;
  border-radius: 18px;
  overflow: hidden;
}

.image-wrap.warm {
  background: #e7d9c9;
}

.image-wrap.cool {
  background: #e9ecef;
}

.image-wrap.sand {
  background: #efe2d1;
}

.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-layer {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #efe2d1;
}

.bg-layer img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.bg-layer .overlay-card {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 16px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
}

.sticky-cta button {
  background: #8c5a2b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.sticky-cta button:hover {
  background: #6f4521;
}

.footer {
  padding: 40px 6vw;
  background: #1f1b19;
  color: #f4eee7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-links a {
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
  max-width: 340px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.policy-page {
  max-width: 900px;
  margin: 0 auto;
}

.contact-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-card {
  flex: 1 1 240px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #eadfd3;
}

@media (max-width: 720px) {
  .sticky-cta {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }

  .sticky-cta button {
    width: 100%;
  }

  .bg-layer .overlay-card {
    position: static;
    margin-top: 12px;
  }
}
