* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #1e1e1e;
  background-color: #f6f3ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.site {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 260px;
  padding: 28px 22px;
  background-color: #1f2522;
  color: #f4f0ea;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.ad-label {
  font-size: 12px;
  line-height: 1.4;
  color: #d9c9b7;
  border-left: 2px solid #d9c9b7;
  padding-left: 10px;
}

.nav {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}

.nav a:hover {
  border-color: #d9c9b7;
}

.sidebar-cta {
  margin-top: auto;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.section {
  padding: 64px 8vw;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero {
  color: #fff;
  background-color: #2d3a34;
  min-height: 60vh;
  justify-content: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.55);
}

.hero-content {
  position: relative;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-title {
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 24px;
  border: 1px solid #1f2522;
  background-color: #1f2522;
  color: #f4f0ea;
  font-size: 14px;
  cursor: pointer;
}

.btn:hover {
  background-color: #374039;
}

.btn-light {
  background-color: #f4f0ea;
  color: #1f2522;
  border-color: #f4f0ea;
}

.btn-light:hover {
  background-color: #efe3d4;
}

.btn-ghost {
  background-color: transparent;
  border-color: #d9c9b7;
  color: #d9c9b7;
}

.btn-ghost:hover {
  background-color: rgba(217, 201, 183, 0.12);
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split > div {
  flex: 1 1 280px;
}

.media-frame {
  background-color: #dcd2c6;
  padding: 8px;
  border-radius: 16px;
}

.media-img {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  object-fit: cover;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 240px;
  background-color: #fff;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.card-img {
  width: 100%;
  height: 160px;
  border-radius: 14px;
  background-color: #dcd2c6;
  object-fit: cover;
}

.price {
  font-weight: 700;
  font-size: 18px;
}

.soft-bg {
  background-color: #efe3d4;
}

.dark-bg {
  background-color: #1f2522;
  color: #f4f0ea;
}

.inline-cta {
  color: #1f2522;
  font-weight: 600;
  text-decoration: underline;
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 520px;
}

.form-panel label {
  font-size: 13px;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #c7c0b6;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
}

.form-panel textarea {
  min-height: 120px;
  resize: vertical;
}

.footer {
  padding: 40px 8vw 90px;
  background-color: #131816;
  color: #f4f0ea;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-columns div {
  flex: 1 1 200px;
}

.footer a:hover {
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
  display: none;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  z-index: 30;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-workshop {
  background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-tiles {
  background-image: url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.bg-materials {
  background-image: url("https://images.unsplash.com/photo-1509395176047-4a66953fd231?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.section-overlay {
  position: relative;
  color: #fff;
}

.section-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 22, 20, 0.62);
}

.section-overlay > * {
  position: relative;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pill {
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #f4f0ea;
  color: #1f2522;
  font-size: 12px;
}

@media (max-width: 960px) {
  .site {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .sidebar-cta {
    width: 100%;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }
}
