* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f4ef;
  line-height: 1.6;
}

a {
  color: #2c4a3a;
  text-decoration: none;
}

.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.top-bar {
  background: #f0ebe3;
  border-bottom: 1px solid #e0d6c5;
}

.top-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.brand {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ad-label {
  font-size: 13px;
  color: #6a4a3a;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.hero {
  display: flex;
  gap: 28px;
  align-items: stretch;
  margin: 48px 0 32px;
  flex-wrap: wrap;
}

.hero-copy {
  flex: 1 1 340px;
  min-width: 280px;
}

.hero-image {
  flex: 1 1 360px;
  min-height: 320px;
  border-radius: 24px;
  background: #d8cfc2;
  overflow: hidden;
  display: flex;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #2c4a3a;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.muted {
  color: #6b6156;
}

.magazine-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.feature-card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card .card-image {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  background: #dccfc0;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-section {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
  margin: 48px 0;
}

.split-text,
.split-media {
  flex: 1 1 320px;
}

.split-media {
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: #d2cbc0;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.services-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.service-item {
  flex: 1 1 260px;
  background: #fffdf9;
  border: 1px solid #eee1d0;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 600;
  color: #2c4a3a;
}

.inline-cta {
  font-weight: 600;
  border-bottom: 1px solid #2c4a3a;
}

.story-strip {
  background: #f1e7db;
  padding: 32px;
  border-radius: 22px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.story-strip .text-column {
  flex: 1 1 320px;
}

.story-strip .image-column {
  flex: 1 1 280px;
  min-height: 240px;
  background: #d5c9ba;
  border-radius: 18px;
  overflow: hidden;
}

.story-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky-cta {
  flex: 0 1 220px;
  align-self: flex-start;
  position: sticky;
  top: 18px;
  background: #fff;
  border: 1px solid #e8d9c7;
  border-radius: 16px;
  padding: 16px;
}

.form-wrap {
  margin: 56px 0;
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #ece1d4;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.form-wrap form {
  flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-side {
  flex: 1 1 240px;
}

label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b6156;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d7cbbd;
  font-family: inherit;
  font-size: 14px;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.footer {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #dfd4c6;
  font-size: 14px;
  color: #6b6156;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact-block {
  background: #fffdf8;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #eadfce;
}

.legal-section {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #ece1d4;
  margin-top: 32px;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: #2c2a28;
  color: #f4f0ea;
  padding: 16px;
  border-radius: 16px;
  display: none;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

.cookie-accept {
  background: #f0d7b1;
  color: #1f1f1f;
}

.cookie-reject {
  background: #d4c7b6;
  color: #1f1f1f;
}

.plain-button {
  background: #2c4a3a;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

.small-note {
  font-size: 13px;
  color: #6b6156;
}
