* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1e1c1a;
  background-color: #faf8f6;
  line-height: 1.6;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  padding: 24px 6vw 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #e4ddd6;
  background-color: #f4efe9;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand-name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tagline {
  font-size: 14px;
  color: #5e5650;
}

.ad-label {
  font-size: 12px;
  background-color: #ebe1d6;
  padding: 8px 12px;
  border-radius: 999px;
  color: #5a4f45;
  max-width: 320px;
  text-align: right;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
}

.nav a {
  padding: 6px 10px;
  border-radius: 20px;
  background-color: #fdfbf9;
  border: 1px solid #e6ded6;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 56px 6vw 40px;
  background-color: #f0e7dd;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 540px;
  z-index: 1;
}

.hero-title {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}

.hero-subtitle {
  font-size: 18px;
  color: #3f3731;
  margin: 0;
}

.hero-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  background-color: #d9cfc4;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #1e1c1a;
  background-color: #1e1c1a;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background-color: transparent;
  color: #1e1c1a;
}

.content-section {
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-split {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.split-text {
  flex: 1 1 320px;
}

.split-image {
  flex: 1 1 320px;
  min-height: 260px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #e4d8cd;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-callout {
  padding: 18px 22px;
  border-left: 3px solid #b07f5a;
  background-color: #f6efe7;
}

.story-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.story-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(30, 28, 26, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.story-card img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  background-color: #e9dfd4;
}

.quote-strip {
  background-color: #1e1c1a;
  color: #fff;
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote {
  font-size: 18px;
}

.pricing-reveal {
  background-color: #f4efe9;
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 24px rgba(30, 28, 26, 0.08);
}

.pricing-card img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  object-fit: cover;
  background-color: #e9dfd4;
}

.price {
  font-size: 22px;
  font-weight: 700;
}

.form-section {
  background-color: #fff;
  padding: 50px 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
}

.form-box label {
  font-weight: 600;
  font-size: 14px;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #cfc6bd;
  font-size: 14px;
  font-family: inherit;
}

.form-box textarea {
  min-height: 120px;
}

.footer {
  margin-top: auto;
  padding: 40px 6vw;
  background-color: #1e1c1a;
  color: #f6f1ec;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

.footer-note {
  font-size: 12px;
  color: #d0c7be;
  max-width: 720px;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 20px 40px rgba(30, 28, 26, 0.2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hidden {
  display: none;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background-color: #fdf8f2;
  padding: 12px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #e6ded6;
}

.simple-hero {
  padding: 50px 6vw 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-section {
  padding: 40px 6vw;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #f6efe7;
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.contact-card {
  flex: 1 1 240px;
  padding: 20px;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(30, 28, 26, 0.08);
}

.background-section {
  padding: 50px 6vw;
  background-size: cover;
  background-position: center;
  color: #1e1c1a;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.background-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(250, 248, 246, 0.78);
}

.background-section > * {
  position: relative;
  z-index: 1;
}

.bg-one {
  background-image: url("https://images.unsplash.com/photo-1445205170230-053b83016050?w=1400&q=80");
}

.bg-two {
  background-image: url("https://images.unsplash.com/photo-1489987707025-afc232f7ea0f?w=1400&q=80");
}

.bg-three {
  background-image: url("https://images.unsplash.com/photo-1503342217505-b0a15ec3261c?w=1400&q=80");
}

.bg-four {
  background-image: url("https://images.unsplash.com/photo-1517841905240-472988babdf9?w=1400&q=80");
}

.link-inline {
  color: #1e1c1a;
  text-decoration: underline;
  font-weight: 600;
}

.section-title {
  font-size: 30px;
  margin: 0;
}

.section-subtitle {
  margin: 0;
  color: #433c36;
}

.list {
  margin: 0;
  padding-left: 18px;
}

.note-strip {
  background-color: #efe5da;
  padding: 18px 22px;
  border-radius: 16px;
}

@media (max-width: 860px) {
  .hero {
    padding: 40px 6vw 26px;
  }

  .hero-image {
    position: static;
    width: 100%;
    height: 280px;
    border-radius: 20px;
  }

  .hero-overlay {
    max-width: none;
  }
}
