* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  color-scheme: light;
  --ink: #1f1d1a;
  --muted: #5e5a54;
  --sand: #f4f0e9;
  --stone: #e2ddd3;
  --copper: #b46a3c;
  --forest: #2e3a2f;
  --oat: #fffaf3;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--oat);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

a {
  color: var(--forest);
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 32px 6vw 80px;
}

.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 6vw 8px;
  background: var(--sand);
}

.brand {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-disclosure {
  background: var(--forest);
  color: #fff;
  padding: 6px 10px;
  font-size: 0.8rem;
  border-radius: 12px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .copy,
.split .media {
  flex: 1 1 320px;
}

.split .copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.media {
  background: var(--stone);
  border-radius: 18px;
  overflow: hidden;
  min-height: 260px;
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--copper);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border-color: var(--copper);
  color: var(--copper);
}

.inline-link {
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 240px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(31, 29, 26, 0.08);
}

.card-media {
  background: var(--stone);
  border-radius: 14px;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: var(--forest);
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.badge {
  background: var(--forest);
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  min-width: 70px;
  text-align: center;
}

.highlight {
  background: var(--sand);
  padding: 22px;
  border-radius: 20px;
}

.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: var(--forest);
  color: #fff;
  padding: 22px;
  border-radius: 20px;
}

.cta-band .btn {
  background: #fff;
  color: var(--forest);
}

.form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 18px 40px rgba(31, 29, 26, 0.12);
}

.service-select {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-button {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--forest);
  background: #fff;
  cursor: pointer;
  font-weight: 600;
}

.form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-field {
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--stone);
  font-size: 1rem;
  background: var(--oat);
}

.form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
}

.page-hero {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--sand);
  padding: 26px;
  border-radius: 18px;
}

.bg-section {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 28px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bg-driveway {
  background-image: url("https://images.unsplash.com/photo-1572124622811-3ed57ba34831?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w5NzM4NDF8MHwxfHNlYXJjaHw0Nnx8QXV0b21hdGlzY2hlJTIwVG9yZSUyMGYlQzMlQkNyJTIwc2ljaGVyZSUyMFp1ZmFocnRlbnxkZXwwfDB8fHwxNzgzNjg5MjM3fDA&ixlib=rb-4.1.0&q=80&w=1080");
  background-color: #3e4a3d;
}

.legal-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}

.site-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 6vw 40px;
  background: var(--sand);
  font-size: 0.95rem;
  color: var(--muted);
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.muted {
  color: var(--muted);
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--stone);
  font-size: 0.8rem;
}

@media (max-width: 720px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    align-items: flex-start;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
