* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #1b1a17;
  background-color: #f7f3ef;
  line-height: 1.6;
}

a {
  color: #2a4d69;
  text-decoration: none;
}

a:hover,
button:hover {
  filter: brightness(0.95);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  padding: 28px 6vw 16px;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ad-note {
  font-size: 0.9rem;
  color: #5a4f44;
  background-color: #efe7df;
  padding: 8px 12px;
  border-radius: 999px;
}

nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 6vw 80px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.split-media {
  flex: 1 1 320px;
  min-height: 320px;
}

.image-frame {
  background-color: #d8d0c6;
  border-radius: 18px;
  overflow: hidden;
}

.section-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(27, 26, 23, 0.08);
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.card-row .section-card {
  flex: 1 1 240px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #1b1a17;
  color: #f7f3ef;
  font-weight: 600;
}

.button.secondary {
  background-color: #efe7df;
  color: #1b1a17;
}

.highlight {
  background-color: #efe7df;
  border-radius: 18px;
  padding: 24px;
}

.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1460661419201-fd4cecdf8a8b?w=1400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 32px;
  color: #ffffff;
}

.bg-atelier .section-card {
  background-color: rgba(20, 20, 20, 0.72);
  color: #ffffff;
}

.quote {
  font-style: italic;
  margin: 0;
}

.inline-cta {
  font-weight: 600;
  text-decoration: underline;
}

form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  font: inherit;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #c7beb4;
  background-color: #ffffff;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  background-color: #1b1a17;
  color: #f7f3ef;
  padding: 18px 20px;
  border-radius: 16px;
  max-width: 360px;
  display: none;
  gap: 12px;
  flex-direction: column;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-actions button {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  font: inherit;
  cursor: pointer;
}

.cookie-accept {
  background-color: #f7f3ef;
  color: #1b1a17;
}

.cookie-reject {
  background-color: #5a4f44;
  color: #f7f3ef;
}

footer {
  padding: 40px 6vw 60px;
  background-color: #efe7df;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-note {
  font-size: 0.9rem;
  color: #5a4f44;
}

.page-hero {
  padding: 40px 6vw 0;
}

.page-hero h1 {
  margin-bottom: 6px;
}

.simple-image {
  margin: 24px 0 0;
}

.simple-image .image-frame {
  min-height: 240px;
}
