* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #f6f1ea;
  --text: #2a2622;
  --muted: #6a625c;
  --accent: #c56f3b;
  --accent-dark: #9b522a;
  --panel: #ffffff;
  --shadow: rgba(32, 24, 18, 0.12);
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.header {
  padding: 28px 6vw 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand span {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 15px;
}

.ad-label {
  padding: 6px 10px;
  border: 1px solid var(--accent);
  color: var(--accent-dark);
  font-size: 12px;
  border-radius: 999px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 6vw 64px;
  position: relative;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  background-color: #e6d9cf;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  align-items: stretch;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: 24px;
}

.hero-image {
  flex: 1 1 320px;
  background: #e4d7cc;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 40px var(--shadow);
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-row.cta-spaced {
  margin-top: 20px;
}

.btn {
  border: none;
  background: var(--accent);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
}

.btn.secondary {
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent-dark);
}

.section {
  padding: 48px 6vw;
  position: relative;
}

.section-alt {
  background: #fff7f0;
}

.split {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.panel {
  background: var(--panel);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px var(--shadow);
}

.stacked-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stacked-images .image-box {
  background: #e7dbd1;
  border-radius: 16px;
  overflow: hidden;
  height: 220px;
}

.offset-card {
  margin-left: 10%;
  margin-top: -40px;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.service-card {
  flex: 1 1 220px;
  background: var(--panel);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px var(--shadow);
  display: flex;
  flex-direction: column;
}

.service-card .card-image {
  height: 160px;
  background: #e9ddd3;
}

.service-card .card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price {
  font-weight: 700;
  color: var(--accent-dark);
}

.quote {
  font-style: italic;
  color: var(--muted);
}

.highlight {
  background: #fff;
  padding: 16px 20px;
  border-left: 4px solid var(--accent);
}

.form-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-panel label {
  font-size: 14px;
  color: var(--muted);
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #d9cbbf;
  font-size: 15px;
  background: #fff;
}

.form-panel textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  font-size: 13px;
  color: var(--muted);
}

.inline-link {
  color: var(--accent-dark);
  border-bottom: 1px solid var(--accent);
}

.sticky-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  background: var(--accent-dark);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  z-index: 40;
  border: none;
}

.footer {
  padding: 36px 6vw 48px;
  background: #1f1b17;
  color: #f3ede6;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.footer small {
  color: #c9c1b8;
}

.image-inline {
  height: 240px;
  background: #e2d5cb;
  border-radius: 18px;
  overflow: hidden;
}

.background-panel {
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  padding: 32px;
  color: #fff;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  background-color: #bfae9e;
}

.background-panel .panel {
  background: rgba(26, 22, 18, 0.65);
  color: #fff;
}

.legal {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 820px;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 15px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  max-width: 360px;
  box-shadow: 0 12px 32px var(--shadow);
  display: none;
  z-index: 50;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.cookie-actions button {
  flex: 1;
}

.muted {
  color: var(--muted);
}

.section-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.page-title {
  font-size: 34px;
}

.notice {
  font-size: 13px;
  color: var(--muted);
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 24px var(--shadow);
}

.service-row .card-image {
  width: 180px;
  height: 140px;
  flex: 0 0 auto;
  background: #e4d6ca;
  border-radius: 14px;
  overflow: hidden;
}

.service-row .card-body {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-wrapper {
  max-width: 620px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?w=1400&q=80");
}

.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1493809842364-78817add7ffb?w=1400&q=80");
}

.bg-about {
  background-image: url("https://images.unsplash.com/photo-1464890100898-a385f744067f?w=1400&q=80");
}

.bg-services {
  background-image: url("https://images.unsplash.com/photo-1501876725168-00c445821c9e?w=1400&q=80");
}

.bg-contact {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
}

@media (max-width: 820px) {
  .offset-card {
    margin-left: 0;
    margin-top: 0;
  }

  .sticky-cta {
    right: 14px;
    bottom: 14px;
  }
}
