* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #231f20;
  background: #f6f2ef;
}

a {
  color: #2b4f72;
  text-decoration: underline;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 6%;
  background: #f2e8e1;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand strong {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.ad-label {
  font-size: 0.9rem;
  background: #eadbcf;
  padding: 6px 10px;
  border-radius: 20px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nav-links a {
  font-size: 0.95rem;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 80px 6%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.hero-content {
  max-width: 580px;
  background: rgba(35, 31, 32, 0.55);
  padding: 28px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  border: none;
  background: #e6bfa1;
  color: #231f20;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn.secondary {
  background: #f4eee9;
}

.btn.dark {
  background: #2b4f72;
  color: #ffffff;
}

.section {
  padding: 64px 6%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section.light {
  background: #ffffff;
}

.section.muted {
  background: #efe4dc;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.split .image-wrap {
  flex: 1 1 320px;
  background: #d6c7bc;
  border-radius: 18px;
  overflow: hidden;
}

.split img,
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.story-block {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: #2b4f72;
}

.testimonial {
  background: #f7f1ec;
  padding: 18px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.inline-cta {
  font-weight: 600;
}

.sticky-cta {
  position: sticky;
  top: 0;
  background: #f9f4ef;
  padding: 14px 6%;
  border-bottom: 1px solid #e1d5cb;
  z-index: 2;
}

.sticky-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.form-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #cdbfb6;
  border-radius: 10px;
  font-size: 0.95rem;
  background: #fffdfb;
}

textarea {
  min-height: 90px;
}

.footer {
  background: #f0e6df;
  padding: 40px 6%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.page-hero {
  padding: 50px 6%;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1759264244726-adde4e4318fc?w=1400&q=80");
  background-color: #c9b9ad;
}

.bg-textile {
  background-image: url("https://images.unsplash.com/photo-1614226114676-8e02ac5f4763?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #efe4dc;
  background-blend-mode: overlay;
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1598535746036-87d13382f6a6?w=1400&q=80");
  background-color: #cbbdb2;
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1696352005425-002ae4c5dbdd?w=1400&q=80");
  background-color: #d8cfc7;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1698746044340-ae5559412fd5?w=1400&q=80");
  background-color: #cfc5bd;
}

.page-hero .hero-content {
  max-width: 520px;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.note {
  font-size: 0.92rem;
  color: #5a5350;
}

@media (max-width: 820px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 60px 6%;
  }

  .sticky-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
