* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1f1c1a;
  background-color: #f8f4f0;
  line-height: 1.6;
}

a {
  color: #2a3c3f;
  text-decoration: underline;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  padding: 24px 6vw 18px;
  background-color: #fff7f1;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  justify-content: space-between;
}

.brand {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  font-size: 15px;
}

.ad-label {
  font-size: 12px;
  color: #5a5048;
  padding: 6px 10px;
  border: 1px solid #d8ccc2;
  background-color: #fffaf6;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 90px 6vw 70px;
  color: #fdf9f5;
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 23, 20, 0.55);
}

.hero-content {
  position: relative;
  max-width: 640px;
}

.hero h1 {
  font-size: 46px;
  margin: 0 0 18px;
  line-height: 1.1;
}

.hero p {
  font-size: 18px;
  margin: 0 0 26px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid #2a3c3f;
  background-color: #f3e7dd;
  color: #1f1c1a;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn-secondary {
  background-color: transparent;
  color: #fdf9f5;
  border-color: #fdf9f5;
}

.section {
  padding: 60px 6vw;
}

.section-alt {
  background-color: #fff7f1;
}

.section-dark {
  background-color: #1f1c1a;
  color: #fdf9f5;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1 1 280px;
}

.narrow {
  max-width: 720px;
}

.magazine-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.magazine-col {
  flex: 1 1 220px;
  background-color: #fffaf6;
  padding: 22px;
  border: 1px solid #e4d7cd;
}

.image-frame {
  background-color: #e4d7cd;
  border-radius: 16px;
  overflow: hidden;
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tall {
  height: 360px;
}

.image-wide {
  height: 260px;
}

.tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7a6f67;
}

.quote {
  font-size: 20px;
  font-style: italic;
  border-left: 3px solid #c9b6a6;
  padding-left: 18px;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.testimonial {
  flex: 1 1 200px;
  background-color: #fffaf6;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #e4d7cd;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 240px;
  background-color: #fffaf6;
  border-radius: 16px;
  padding: 18px;
  border: 1px solid #e4d7cd;
}

.price {
  font-size: 20px;
  font-weight: 600;
}

.sticky-cta {
  position: sticky;
  top: 24px;
  align-self: flex-start;
  background-color: #fffaf6;
  border: 1px solid #e4d7cd;
  padding: 20px;
  border-radius: 18px;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.form-card {
  flex: 1 1 320px;
  background-color: #fffaf6;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #e4d7cd;
}

.form-card label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9b6a6;
  margin-bottom: 14px;
  font-family: inherit;
}

.footer {
  margin-top: auto;
  padding: 36px 6vw 40px;
  background-color: #1f1c1a;
  color: #fdf9f5;
}

.footer a {
  color: #fdf9f5;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}

.fine-print {
  font-size: 12px;
  color: #d8ccc2;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?w=1400&q=80");
}

.bg-story {
  background-image: url("https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-insight {
  background-image: url("https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-soft {
  background-image: url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.overlay {
  background: rgba(255, 247, 241, 0.9);
  padding: 40px;
}

#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #fffaf6;
  border: 1px solid #e4d7cd;
  padding: 16px;
  border-radius: 16px;
  display: none;
  z-index: 10;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hidden {
  display: none;
}
