* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1f1f1f;
  background: #f7f3ee;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  min-height: 100vh;
}

.site-header {
  padding: 24px 6vw 16px;
  border-bottom: 1px solid #e2d9d0;
  background: #f7f3ee;
}

.nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.92rem;
}

.ad-label {
  font-size: 0.78rem;
  color: #5c534c;
  max-width: 280px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 80px 6vw 60px;
  color: #fefcf9;
  background-position: center;
  background-size: cover;
}

.hero .hero-inner {
  max-width: 520px;
  background: rgba(19, 17, 15, 0.58);
  padding: 28px;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero p {
  margin: 0 0 18px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1f1f1f;
  color: #fefcf9;
  font-size: 0.92rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.btn.light {
  background: #fefcf9;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.text-link {
  border-bottom: 1px solid #1f1f1f;
}

.section {
  padding: 64px 6vw;
}

.section.alt {
  background: #fff7f0;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.columns .col {
  flex: 1 1 280px;
}

.feature-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  padding: 24px;
  border: 1px solid #e7ded6;
}

.image-frame {
  background: #dcd3c8;
  padding: 6px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card {
  flex: 1 1 220px;
  background: #ffffff;
  border: 1px solid #e2d9d0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.price {
  font-weight: 700;
  font-size: 1.1rem;
}

.pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pillar {
  flex: 1 1 200px;
  padding: 18px;
  background: #f2ebe3;
}

.form-section {
  background: #ffffff;
  border-top: 1px solid #e2d9d0;
  border-bottom: 1px solid #e2d9d0;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
}

label {
  font-weight: 600;
  font-size: 0.9rem;
}

input,
select,
textarea {
  padding: 10px 12px;
  border: 1px solid #cfc5bc;
  border-radius: 6px;
  font-size: 0.95rem;
  font-family: inherit;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

.sticky-cta .btn {
  background: #2d2a28;
}

.footer {
  padding: 48px 6vw;
  background: #1f1f1f;
  color: #fefcf9;
}

.footer .columns {
  gap: 32px;
}

.footer a {
  color: #fefcf9;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  color: #1f1f1f;
  border: 1px solid #e2d9d0;
  padding: 16px;
  max-width: 320px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.magazine-split {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.magazine-split .panel {
  flex: 1 1 280px;
  background: #fff;
  padding: 24px;
  border: 1px solid #e2d9d0;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1452587925148-ce544e77e70d?w=1400&q=80");
  background-color: #2b2622;
}

.bg-feature {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f2b28;
}

.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2a29;
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f2d2a;
}

.bg-legal {
  background-image: url("https://images.unsplash.com/photo-1492724441997-5dc865305da7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2d2b29;
}

.bg-terms {
  background-image: url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2b2927;
}

.bg-thanks {
  background-image: url("https://images.unsplash.com/photo-1493976040374-85c8e12f0c0e?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2f2c28;
}

.bg-gdpr {
  background-image: url("https://images.unsplash.com/photo-1485217988980-11786ced9454?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2c2926;
}

.bg-cookies {
  background-image: url("https://images.unsplash.com/photo-1477078156658-1e1180b9146b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  background-color: #2a2927;
}

.inline-image {
  width: 100%;
  height: 280px;
}

.card-image {
  width: 100%;
  height: 160px;
}

.service-image {
  width: 100%;
  height: 200px;
}

.note {
  font-size: 0.9rem;
  color: #5c534c;
}

.quote {
  font-style: italic;
  border-left: 3px solid #1f1f1f;
  padding-left: 16px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  padding: 6px 12px;
  background: #f2ebe3;
  border-radius: 999px;
  font-size: 0.8rem;
}

.wide-banner {
  padding: 32px;
  background: #fff;
  border: 1px solid #e2d9d0;
}

@media (max-width: 720px) {
  .hero {
    padding-top: 60px;
  }

  .sticky-cta {
    right: 12px;
    bottom: 12px;
  }
}
