* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  color: #1f2a24;
  background-color: #f7f4f0;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 7vw 10px;
}

.brand {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.site-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  font-size: 14px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a:hover,
.btn:hover,
.sticky-cta:hover {
  opacity: 0.8;
}

.ad-label {
  font-size: 12px;
  color: #6b6158;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px 7vw 80px;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #f6f3ef;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 27, 24, 0.55);
}

.hero-content {
  position: relative;
  max-width: 520px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  padding: 12px 20px;
  border-radius: 24px;
  background: #f2c27d;
  color: #1f2a24;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn.secondary {
  background: transparent;
  border: 1px solid #f2c27d;
  color: #f2c27d;
}

.section {
  padding: 70px 7vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.section.light {
  background-color: #ffffff;
}

.section.moss {
  background-color: #e6ebe1;
}

.asym-wrap {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.asym-wrap.reverse {
  flex-direction: row-reverse;
}

.asym-text {
  flex: 1 1 320px;
  max-width: 520px;
}

.asym-image {
  flex: 1 1 280px;
  max-width: 420px;
  background-color: #d6d2c9;
  padding: 14px;
  transform: translateY(-18px);
}

.asym-image.offset {
  transform: translateY(20px);
}

.asym-image img {
  width: 100%;
  height: 320px;
}

.card-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.card {
  background-color: #fdfaf6;
  border-radius: 18px;
  padding: 18px;
  flex: 1 1 220px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-image {
  background-color: #d9d2c8;
  border-radius: 12px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 160px;
}

.price {
  font-weight: 700;
  color: #3e4d44;
}

.inline-cta {
  text-decoration: underline;
  color: #3d5a4e;
}

.form-area {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-box {
  background-color: #ffffff;
  padding: 26px;
  border-radius: 18px;
  flex: 1 1 320px;
  min-width: 280px;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c5c0b5;
  font-size: 15px;
  font-family: inherit;
}

.form-note {
  font-size: 13px;
  color: #6b6158;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #3d5a4e;
  color: #f7f4f0;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 10;
}

.footer {
  margin-top: auto;
  padding: 40px 7vw 50px;
  background-color: #1f2a24;
  color: #f6f3ef;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-disclaimer {
  font-size: 13px;
  color: #d7d1c6;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  z-index: 20;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  border: none;
  border-radius: 16px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-accept {
  background: #3d5a4e;
  color: #ffffff;
}

.cookie-reject {
  background: #e6ebe1;
  color: #1f2a24;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1507146426996-ef05306b995a?w=1400&q=80");
}

.bg-story {
  background-image: url("https://images.unsplash.com/photo-1518791841217-8f162f1e1131?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-quiet {
  background-image: url("https://images.unsplash.com/photo-1525253086316-d0c936c814f8?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-banner {
  min-height: 260px;
  color: #ffffff;
}

.section-banner .asym-text {
  background: rgba(30, 40, 34, 0.62);
  padding: 20px;
}

.spacer {
  height: 20px;
}

.contact-block {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-block div {
  flex: 1 1 240px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 14px;
}

.service-detail {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: stretch;
}

.service-detail img {
  width: 100%;
  height: 220px;
}

.service-detail .card {
  flex: 1 1 260px;
}

.legal-text {
  max-width: 780px;
}
