* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background-color: #f7f4f1;
  line-height: 1.6;
}

a {
  color: #1f1f1f;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  gap: 12px;
  background-color: #fffaf4;
  border-bottom: 1px solid #e6dfd8;
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 0.85rem;
  background-color: #f0e6dc;
  padding: 6px 10px;
  border-radius: 18px;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 70px 6vw 90px;
  color: #ffffff;
  background-color: #3b2f28;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?w=1400&q=80");
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1485236715568-ddc5ee6ca227?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 14, 0.55);
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  gap: 18px;
  z-index: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn,
.btn-outline {
  padding: 12px 18px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.btn {
  background-color: #e7b98d;
  color: #1f1f1f;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.section {
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-asym {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.section-asym.reverse {
  flex-direction: row-reverse;
}

.section-asym .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-asym .visual {
  flex: 1 1 280px;
  background-color: #e8ded3;
  padding: 12px;
  position: relative;
}

.section-asym .visual.offset {
  margin-top: -40px;
}

.section-bg {
  background-color: #fffaf4;
  background-size: cover;
  background-position: center;
  color: #1f1f1f;
}

.story-bg {
  background-image: url("https://images.unsplash.com/photo-1483985988355-763728e1935b?w=1400&q=80");
}

.section-bg .overlay {
  background-color: rgba(255, 250, 244, 0.88);
  padding: 50px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 220px;
  background-color: #fffaf4;
  border: 1px solid #e6dfd8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  background-color: #d8ccc2;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.split-note {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 4px solid #e7b98d;
  padding-left: 16px;
}

.testimonial-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  flex: 1 1 260px;
  background-color: #f9f1e8;
  padding: 18px;
  border-radius: 14px;
}

.form-section {
  background-color: #fffaf4;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #d9d1c7;
  font-size: 1rem;
  background-color: #ffffff;
}

.footer {
  margin-top: auto;
  padding: 40px 6vw;
  background-color: #1f1f1f;
  color: #f7f4f1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer a {
  color: #f7f4f1;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-column {
  flex: 1 1 200px;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  background-color: #1f1f1f;
  color: #f7f4f1;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  background-color: #fffaf4;
  padding: 16px;
  border: 1px solid #e6dfd8;
  max-width: 320px;
  display: none;
  z-index: 11;
}

.cookie-banner .btn-outline {
  border-color: #1f1f1f;
  color: #1f1f1f;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.hero-mini {
  background-color: #fffaf4;
  padding: 40px 6vw;
}

.plain-section {
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.image-row .image-box {
  flex: 1 1 240px;
  background-color: #dcd2c8;
  padding: 8px;
}

@media (max-width: 860px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 50px 6vw 60px;
  }

  .sticky-cta {
    left: 18px;
    right: auto;
  }
}
