* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f6f4ef;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid #6a7b6a;
  outline-offset: 2px;
}

.site-header {
  padding: 24px 6vw;
  background: #efeae1;
  border-bottom: 1px solid #d7d0c3;
}

.nav-split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.ad-label {
  font-size: 0.85rem;
  padding: 6px 10px;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 999px;
}

.hero {
  min-height: 70vh;
  display: flex;
  align-items: stretch;
  background-color: #d7d0c3;
  background-image: url("https://images.unsplash.com/photo-1773432114013-0f14ba590c33?w=1400&q=80");
  background-size: cover;
  background-position: center;
  padding: 0 6vw;
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  background: rgba(246, 244, 239, 0.92);
  padding: 48px;
  margin: 48px 0;
  border-radius: 28px;
}

.hero-panel h1 {
  font-size: 2.6rem;
  margin: 0 0 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid #1f1f1f;
  background: #1f1f1f;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  color: #1f1f1f;
}

.section {
  padding: 72px 6vw;
}

.section.alt {
  background: #efeae1;
}

.split {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1 1 320px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #6a7b6a;
}

.image-frame {
  background: #c7c0b3;
  border-radius: 24px;
  overflow: hidden;
  min-height: 260px;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card .card-image {
  border-radius: 16px;
  overflow: hidden;
  background: #d7d0c3;
  height: 180px;
}

.card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price {
  font-weight: 700;
  color: #2f4b3f;
}

.bg-workshop {
  background-color: #d3c8b8;
  background-image: url("https://images.unsplash.com/photo-1473621091084-7371cb321dfc?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-workshop .panel {
  background: rgba(31, 31, 31, 0.7);
  padding: 32px;
  border-radius: 20px;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.process-item {
  background: #ffffff;
  padding: 16px 18px;
  border-left: 4px solid #6a7b6a;
}

.form-shell {
  background: #ffffff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.form-shell form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-shell label {
  font-weight: 600;
}

.form-shell input,
.form-shell select,
.form-shell textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #c7c0b3;
  font-size: 1rem;
  background: #fdfbf7;
}

.sticky-cta {
  position: sticky;
  bottom: 16px;
  margin: 24px 6vw 0;
  background: #1f1f1f;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.sticky-cta a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer {
  padding: 48px 6vw;
  background: #1f1f1f;
  color: #f6f4ef;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.footer-grid a {
  color: #f6f4ef;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 360px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 1000;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero-panel {
    margin: 32px 0;
    padding: 32px;
  }

  .sticky-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
