* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1f2421;
  background: #f7f4ef;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
}

.brand {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #b9b1a6;
  border-radius: 999px;
  background: #efe7dc;
}

.hero {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 24px;
}

.hero-text {
  flex: 1 1 320px;
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  position: relative;
  top: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hero-image {
  flex: 1 1 380px;
  border-radius: 22px;
  overflow: hidden;
  background: #d8cbbb;
  min-height: 320px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  border: none;
  background: #2f4b3f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.btn-outline {
  background: transparent;
  border: 1px solid #2f4b3f;
  color: #2f4b3f;
}

.inline-link {
  color: #2f4b3f;
  font-weight: 600;
}

.section {
  margin: 40px 0;
  padding: 28px;
  border-radius: 18px;
}

.section-dark {
  background: #2f4b3f;
  color: #f5f1ea;
}

.section-light {
  background: #ffffff;
}

.split {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.media-card {
  flex: 1 1 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #cfd1cc;
  min-height: 260px;
}

.text-card {
  flex: 1 1 320px;
}

.offset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.offset-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  color: #1f2421;
  padding: 20px;
  position: relative;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.offset-card:nth-child(2) {
  top: 16px;
}

.offset-card:nth-child(3) {
  top: -12px;
}

.quote {
  background: #efe7dc;
  border-radius: 16px;
  padding: 18px;
  margin: 14px 0;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 260px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-card .service-body {
  padding: 18px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #2f4b3f;
}

.form-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 12px;
  border: 1px solid #c9c1b6;
  border-radius: 10px;
  font-size: 15px;
  background: #fffdf9;
}

.notice {
  font-size: 13px;
  color: #6a645c;
}

.footer {
  padding: 30px 24px 60px;
  background: #efe7dc;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #c49a6c;
  border: none;
  color: #1f2421;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 320px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  padding: 16px;
  display: none;
  z-index: 40;
}

.cookie-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #b9b1a6;
  background: #f7f4ef;
  font-size: 13px;
}

.notice-bar {
  background: #f0e5d6;
  border-radius: 16px;
  padding: 16px;
}

.section-visual {
  background: #e9e1d5;
  border-radius: 20px;
  padding: 26px;
}

.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1487017159836-4e23ece2e4cf?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-softroom {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-woodgrain {
  background-image: url("https://images.unsplash.com/photo-1493809842364-78817add7ffb?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.image-frame {
  background: #d7d0c4;
  border-radius: 18px;
  overflow: hidden;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list li {
  background: #fff;
  padding: 12px 14px;
  border-radius: 12px;
}

.two-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.two-col > div {
  flex: 1 1 280px;
}

.info-block {
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    align-items: flex-start;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
