* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --sand: #f5efe6;
  --olive: #6a7a5c;
  --ink: #1d1c1a;
  --warm: #d98f4e;
  --clay: #a46b47;
  --stone: #f3f1ee;
  --mist: #e7e3dc;
  --shadow: rgba(30, 24, 18, 0.15);
}

body {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--stone);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 120px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--mist);
  padding-bottom: 18px;
}

.brand {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
}

.nav-links a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover {
  border-color: var(--olive);
}

.split-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 30px;
  font-size: 0.9rem;
}

.split-nav .tagline {
  max-width: 420px;
  color: #5e564d;
}

.section {
  margin: 34px 0;
}

.section.muted {
  background: var(--sand);
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 8px 24px var(--shadow);
}

.section.dark {
  background: var(--ink);
  color: #f7f4ef;
  padding: 36px;
  border-radius: 18px;
}

.magazine-row {
  display: flex;
  gap: 24px;
  align-items: stretch;
  flex-wrap: wrap;
}

.magazine-col {
  flex: 1 1 280px;
}

.magazine-col.wide {
  flex: 2 1 420px;
}

.feature-card {
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 10px 30px var(--shadow);
}

.feature-card h1 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.feature-meta {
  font-size: 0.95rem;
  color: #6a6158;
  margin-bottom: 16px;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  background: var(--olive);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
}

.btn.alt {
  background: var(--warm);
  color: #1f1d1a;
}

.btn.outline {
  background: transparent;
  border: 1px solid var(--olive);
  color: var(--olive);
}

.eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: var(--clay);
  margin-bottom: 10px;
}

.stacked {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 24px var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card img {
  border-radius: 12px;
  height: 160px;
  object-fit: cover;
}

.price-tag {
  font-weight: 700;
  color: var(--olive);
}

.quote {
  font-style: italic;
  color: #4b433c;
}

.highlight {
  background: var(--mist);
  padding: 22px;
  border-radius: 14px;
}

.form-panel {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 8px 22px var(--shadow);
}

.form-panel label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #72685f;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #d7d1c8;
  font-size: 0.95rem;
}

.form-panel textarea {
  min-height: 120px;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.form-row .field {
  flex: 1 1 200px;
}

.footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--mist);
  font-size: 0.9rem;
  color: #6b6259;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.footer a {
  color: #6b6259;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  background: var(--warm);
  color: #1f1d1a;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 20px var(--shadow);
  max-width: 320px;
  z-index: 30;
  display: none;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 20px var(--shadow);
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.two-tone {
  background: linear-gradient(90deg, var(--sand), #fff);
  padding: 32px;
  border-radius: 20px;
}

.callout {
  border-left: 4px solid var(--warm);
  padding-left: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 0.85rem;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 900px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .split-nav {
    flex-direction: column;
  }
}
