.page {
  display: flex;
  min-height: 100vh;
  background: #f7f4f0;
  color: #1d1c1a;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.sidebar {
  width: 260px;
  padding: 32px 20px;
  background: #efe7dd;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-right: 1px solid #dccfc1;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.brand-name {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #6f6154;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nav a {
  text-decoration: none;
  color: #1d1c1a;
  font-weight: 600;
}

.nav a:hover {
  text-decoration: underline;
}

.sidebar-cta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

section {
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero {
  background: #fdfaf6;
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-image {
  flex: 1;
  background: #d9d1c8;
  padding: 8px;
}

.hero-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.section-title {
  font-size: 28px;
  margin: 0;
}

.muted {
  color: #6f6154;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 24px;
  border: 1px solid #1d1c1a;
  background: #1d1c1a;
  color: #fdfaf6;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1d1c1a;
}

.btn:hover {
  opacity: 0.9;
}

.inline-link {
  color: #1d1c1a;
  font-weight: 600;
  text-decoration: underline;
}

.story {
  background: #fff2e4;
  display: flex;
  flex-direction: row;
  gap: 28px;
}

.story img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  background: #e5d8ca;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border: 1px solid #e2d7cc;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #e0d3c6;
}

.highlight {
  background: #1d1c1a;
  color: #fdfaf6;
}

.highlight .btn.secondary {
  border-color: #fdfaf6;
  color: #fdfaf6;
}

.split-section {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.split-section .text {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sticky-cta {
  flex: 1;
  background: #fffaf4;
  border: 1px solid #e7dccf;
  padding: 18px;
  position: sticky;
  top: 24px;
  height: fit-content;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2d7cc;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.form-section {
  background: #f1e8de;
}

.service-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
}

.service-form label {
  font-weight: 600;
}

.service-form input,
.service-form select,
.service-form textarea {
  padding: 10px 12px;
  border: 1px solid #cfc3b6;
  border-radius: 8px;
  font-size: 16px;
  background: #fffdfa;
}

.service-form button {
  align-self: flex-start;
}

.quote {
  font-style: italic;
  border-left: 3px solid #1d1c1a;
  padding-left: 14px;
}

.footer {
  background: #efe7dd;
  padding: 32px 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid #dccfc1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer a {
  color: #1d1c1a;
  text-decoration: underline;
}

.email {
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: #1d1c1a;
  color: #fdfaf6;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
  border-radius: 12px;
  z-index: 20;
}

.cookie-banner button {
  background: #fdfaf6;
  color: #1d1c1a;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.cookie-banner .reject {
  background: transparent;
  border: 1px solid #fdfaf6;
  color: #fdfaf6;
}

.hero-background {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2c2b29;
  color: #ffffff;
}

.hero-overlay {
  background: rgba(29, 28, 26, 0.55);
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.legal {
  background: #fffaf4;
}

.legal img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #e0d3c6;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dccfc1;
  }

  section {
    padding: 36px 24px;
  }

  .hero,
  .story,
  .split-section {
    flex-direction: column;
  }
}
