* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --ink: #1f1e1d;
  --muted: #5a5652;
  --accent: #23425f;
  --accent-soft: #e7eef6;
  --sand: #f4f0ea;
  --stone: #d9d1c7;
  --paper: #ffffff;
  --warm: #f7f2ec;
}

body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--warm);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.85;
}

.page {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  background: var(--sand);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.ad-label {
  margin-top: 10px;
  font-size: 12px;
  color: var(--muted);
  background: var(--accent-soft);
  padding: 6px 8px;
  border-radius: 6px;
  display: inline-block;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nav a {
  font-weight: 600;
  color: var(--accent);
}

.nav-cta {
  margin-top: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--paper);
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: var(--paper);
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn.small {
  padding: 10px 14px;
  font-size: 14px;
}

.content {
  flex: 1;
  padding: 32px 40px 96px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hero {
  min-height: 320px;
  color: var(--paper);
  padding: 48px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(19, 28, 39, 0.85), rgba(19, 28, 39, 0.2));
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 36px;
  margin: 0 0 12px;
}

.hero p {
  max-width: 520px;
  margin: 0 0 20px;
}

.section {
  background: var(--paper);
  padding: 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.section.alt {
  background: var(--accent-soft);
}

.split {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 280px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--muted);
}

.image-frame {
  background: var(--stone);
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
}

.image-frame.tall {
  height: 340px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: var(--paper);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #ece6de;
}

.card-media {
  background: #e2dbd2;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.price {
  font-weight: 700;
  color: var(--accent);
}

.band {
  background: var(--accent);
  color: var(--paper);
  padding: 24px 28px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote {
  font-style: italic;
  background: var(--sand);
  padding: 18px;
  border-radius: 14px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d8d2c8;
  font-family: inherit;
  font-size: 15px;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

.footer {
  font-size: 14px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 600;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--accent);
  color: var(--paper);
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 5;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: var(--paper);
  border: 1px solid #e0d8cd;
  padding: 16px;
  border-radius: 12px;
  max-width: 320px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  z-index: 6;
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hero-home {
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1400&q=80");
}

.hero-about {
  background-image: url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?w=1400&q=80");
}

.hero-services {
  background-image: url("https://images.unsplash.com/photo-1497366216548-37526070297c?w=1400&q=80");
}

.hero-contact {
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1400&q=80");
}

.hero-thanks {
  background-image: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1400&q=80");
}

.hero-privacy {
  background-image: url("https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=1400&q=80");
}

.hero-gdpr {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
}

.hero-cookies {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?w=1400&q=80");
}

.hero-terms {
  background-image: url("https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?w=1400&q=80");
}

.section-background {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: var(--paper);
  position: relative;
}

.section-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 32, 44, 0.6);
}

.section-background > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .page {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-cta {
    margin-top: 0;
  }

  .content {
    padding: 24px 22px 100px;
  }
}
