* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1a1d1f;
  background: #f6f4f1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 240px;
  background: #1d242a;
  color: #f5f2ee;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.brand {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15px;
}

.disclosure {
  font-size: 12px;
  line-height: 1.4;
  background: #2e3a43;
  padding: 10px 12px;
  border-radius: 6px;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section {
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section.tight {
  padding: 40px 64px;
}

.section.alt {
  background: #ffffff;
}

.section.hero {
  padding: 64px;
  color: #f9f7f4;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  background: rgba(19, 26, 31, 0.68);
  padding: 48px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.split {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.panel-image {
  background: #d7d0c5;
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
}

.tagline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #54626f;
}

.headline {
  font-size: 36px;
  margin: 0;
}

.subhead {
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c86b2d;
  color: #fff;
  padding: 12px 20px;
  border-radius: 24px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background: #1d242a;
}

.btn.ghost {
  background: transparent;
  color: #1d242a;
  border: 2px solid #1d242a;
}

.inline-link {
  color: #c86b2d;
  font-weight: 600;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.card-image {
  background: #cfd6db;
  border-radius: 10px;
  overflow: hidden;
  height: 160px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #1d242a;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  padding: 8px 0;
  border-bottom: 1px solid #d9d2c7;
}

.quote {
  font-style: italic;
  background: #fff5ea;
  padding: 16px;
  border-radius: 10px;
}

.form-wrap {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-wrap label {
  font-weight: 600;
}

.form-wrap select,
.form-wrap input,
.form-wrap textarea {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #cfd6db;
  font-size: 15px;
}

.sticky-cta {
  position: sticky;
  top: 18px;
  align-self: flex-start;
  background: #1d242a;
  color: #ffffff;
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer {
  background: #1d242a;
  color: #f6f4f1;
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 320px;
  background: #ffffff;
  color: #1d242a;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

.process-bg {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
}

.workshop-image img {
  background-color: #c9c3ba;
}

.service-card-1 img {
  background-color: #d7d0c5;
}

.service-card-2 img {
  background-color: #d8d6cf;
}

.service-card-3 img {
  background-color: #dcd6cc;
}

.service-card-4 img {
  background-color: #d8d0c5;
}

.service-card-5 img {
  background-color: #d5cbc0;
}

.inline-image {
  background-color: #d4cfc7;
  border-radius: 12px;
  overflow: hidden;
}

.section-bg-1 {
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1400&q=80");
}

.section-bg-2 {
  background-image: url("https://images.unsplash.com/photo-1496307042754-b4aa456c4a2d?w=1400&q=80");
}

.section-bg-3 {
  background-image: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?w=1400&q=80");
}

.section-bg-4 {
  background-image: url("https://images.unsplash.com/photo-1479839672679-a46483c0e7c8?w=1400&q=80");
}

.section-bg-5 {
  background-image: url("https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c?w=1400&q=80");
}

.section-bg-6 {
  background-image: url("https://images.unsplash.com/photo-1432821596592-e2c18b78144f?w=1400&q=80");
}

.section-bg-7 {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1400&q=80");
}

.section-bg-8 {
  background-image: url("https://images.unsplash.com/photo-1482192596544-9eb780fc7f66?w=1400&q=80");
}

.section-bg-9 {
  background-image: url("https://images.unsplash.com/photo-1481277542470-605612bd2d61?w=1400&q=80");
}

.section-bg-10 {
  background-image: url("https://images.pexels.com/photos/32756058/pexels-photo-32756058.png");
}

.section-bg-11 {
  background-image: url("https://images.unsplash.com/photo-1494526585095-c41746248156?w=1400&q=80");
}

.section-bg-12 {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
}

.background-block {
  color: #ffffff;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 32px;
}

.contact-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.two-column {
  display: flex;
  gap: 24px;
}

.two-column .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 980px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .section {
    padding: 40px 28px;
  }

  .split,
  .two-column {
    flex-direction: column;
  }

  .sticky-cta {
    position: static;
  }
}
