* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #1f1f1f;
  background-color: #f6f3ef;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw;
  background-color: #f6f3ef;
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.brand {
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ad-disclosure {
  font-size: 0.85rem;
  color: #4b4b4b;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 0.95rem;
}

main {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.hero {
  padding: 50px 6vw 70px;
}

.bg-hero {
  background-image: url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(246, 243, 239, 0.92);
  padding: 32px;
}

.compact-hero .hero-inner {
  background-color: #f6f3ef;
  padding: 18px 0;
}

.hero-copy {
  flex: 1 1 320px;
  max-width: 520px;
}

.hero-card {
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.eyebrow {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.primary-btn,
.secondary-btn,
.ghost-btn,
.sticky-cta {
  border: none;
  padding: 12px 20px;
  font-size: 0.95rem;
  cursor: pointer;
  border-radius: 999px;
  font-family: inherit;
}

.primary-btn {
  background-color: #1f1f1f;
  color: #f6f3ef;
}

.secondary-btn {
  background-color: #e0d6c8;
  color: #1f1f1f;
}

.ghost-btn {
  background-color: transparent;
  border: 1px solid #1f1f1f;
}

.inline-link {
  border-bottom: 1px solid #1f1f1f;
  padding-bottom: 2px;
}

.image-frame {
  background-color: #d9d1c4;
  border-radius: 18px;
  overflow: hidden;
}

.image-frame.small {
  border-radius: 14px;
}

.story {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding: 0 6vw;
}

.story-media,
.story-content {
  flex: 1 1 300px;
}

.split-left .story-media {
  order: 1;
}

.split-left .story-content {
  order: 2;
}

.split-right .story-media {
  order: 2;
}

.split-right .story-content {
  order: 1;
}

.services-preview {
  padding: 0 6vw;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-head {
  max-width: 620px;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.service-card {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card.offset {
  transform: translateY(14px);
}

.price {
  font-weight: 700;
}

.trust {
  padding: 52px 6vw;
}

.bg-atelier {
  background-image: url("https://images.unsplash.com/photo-1484154218962-a197022b5858?w=1400&q=80");
  background-size: cover;
  background-position: center;
}

.trust-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: rgba(246, 243, 239, 0.95);
  padding: 28px;
}

.trust-content {
  flex: 2 1 320px;
}

.trust-box {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 16px;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-style: italic;
}

.form-section {
  padding: 0 6vw 60px;
}

.form-head {
  max-width: 600px;
}

.service-form {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
}

.service-form input,
.service-form select {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #cfc6b8;
  font-family: inherit;
}

.form-note {
  font-size: 0.85rem;
  color: #4b4b4b;
}

.timeline {
  padding: 0 6vw 60px;
}

.timeline-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.timeline-step {
  flex: 1 1 220px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
}

.timeline-step.offset {
  transform: translateY(-12px);
}

.offset-panel {
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
}

.services-list {
  padding: 0 6vw;
}

.service-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #e3dbcf;
}

.cta-panel {
  margin: 0 6vw 60px;
  background-color: #1f1f1f;
  color: #f6f3ef;
  padding: 32px;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.contact-hero {
  padding: 50px 6vw 70px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-card {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 18px;
  max-width: 720px;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.detail-block {
  background-color: #fefcf9;
  padding: 18px;
  border-radius: 16px;
  flex: 1 1 220px;
}

.thanks-panel {
  padding: 80px 6vw 120px;
  background-color: #ffffff;
  margin: 0 6vw;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.legal-page {
  padding: 50px 6vw 80px;
  max-width: 820px;
}

.site-footer {
  background-color: #efe8dd;
  padding: 36px 6vw 42px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-columns div {
  flex: 1 1 220px;
}

.footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #4b4b4b;
}

.sticky-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #e0d6c8;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  max-width: 360px;
  background-color: #ffffff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  gap: 12px;
}

.cookie-actions {
  display: flex;
  gap: 12px;
}

.cookie-banner.is-visible {
  display: flex;
}

@media (max-width: 820px) {
  .hero-inner {
    padding: 22px;
  }

  .sticky-cta {
    right: 16px;
    bottom: 16px;
  }

  .cookie-banner {
    left: 16px;
    right: 16px;
    max-width: 100%;
  }
}
