/* Home — page-specific styles for hero, services, media-strip, process, contact */

.hero {
  position: relative;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) var(--pad) clamp(56px, 7vw, 96px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(40px, 5vw, 64px);
}
.hero-copy {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-copy .rule-cuivre { margin: 28px auto; }
.hero-figure {
  margin: 0;
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 6px 18px -10px rgba(31, 58, 48, 0.18), 0 24px 56px -28px rgba(31, 58, 48, 0.28);
}
.hero-figure-caption {
  margin-top: clamp(48px, 6vw, 88px);
  margin-bottom: clamp(16px, 3vw, 40px);
  max-width: 52ch;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.4vw, 32px);
}
.hero-figure-caption .lede {
  margin: 0;
  max-width: 28ch;
}
.hero-figure-caption .lede em {
  color: var(--cuivre);
  font-style: italic;
}
.hero-figure-sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--argile);
  max-width: 48ch;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: clamp(20px, 2.4vw, 32px);
  font-size: 12px;
  letter-spacing: 0.22em;
}
.hero-eyebrow .dot { color: var(--cuivre); opacity: 0.7; }
.hero-wordmark { font-size: clamp(48px, 6.6vw, 88px); margin-bottom: 28px; }
.hero-wordmark .media {
  background: linear-gradient(120deg, var(--cuivre-deep) 0%, var(--or) 42%, var(--or-deep) 58%, var(--cuivre-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .hero-wordmark .media { color: var(--cuivre); }
}
.hero-tagline {
  font-family: var(--ff-display);
  font-size: clamp(22px, 2vw, 28px);
  color: var(--cuivre); font-style: italic; margin: 0;
}
.hero-tagline .dot { margin: 0 6px; opacity: 0.6; }
.hero-positioning { font-size: 18px; line-height: 1.55; color: var(--argile); max-width: 460px; margin: 0 auto 36px; }
.hero-cta { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.hero-meta { margin-top: 40px; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--argile-soft); }
.hero-meta em { font-family: var(--ff-display); color: var(--cuivre); font-size: 16px; letter-spacing: 0; margin-right: 4px; }

.rec-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rouge); box-shadow: 0 0 0 4px rgba(196,69,54,0.18); animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.section-head { display: grid; gap: 16px; margin-bottom: clamp(48px, 6vw, 80px); max-width: 720px; }
.section-head h2 { max-width: 14ch; }

.services { background: #ffffff; }

.services-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(56px, 7vw, 96px);
  text-align: center;
  justify-items: center;
  gap: clamp(18px, 2vw, 28px);
}
.services-head .eyebrow { font-size: 12px; letter-spacing: 0.22em; }
.services-head h2 {
  margin: 0 auto;
  max-width: 18ch;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.05;
}
.services-head .lede {
  margin: 0 auto;
  max-width: 56ch;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
}

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.service-card {
  background: #faf6ed;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px -4px rgba(31, 58, 48, 0.08), 0 8px 24px -16px rgba(31, 58, 48, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px -8px rgba(31, 58, 48, 0.18), 0 24px 48px -20px rgba(31, 58, 48, 0.28);
}
.service-card .illu-wrap { aspect-ratio: 4 / 3; border-bottom: 1px solid var(--line); }
.service-card .illu-wrap img { width: 100%; height: 100%; object-fit: cover; }
.service-body { padding: clamp(32px, 2.8vw, 44px); display: grid; gap: 24px; }
.service-body .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.service-body .eyebrow svg { color: var(--cuivre); flex: none; }
.service-body h3 {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  max-width: 22ch;
  margin: 0;
  color: var(--vert);
}
.service-desc {
  margin: 0;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
  color: var(--argile);
  max-width: 42ch;
}
.features { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.features li {
  position: relative;
  padding-left: 26px;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.55;
}
.features li::before { top: 11px; }
.features li::before { content: ""; position: absolute; left: 0; top: 9px; width: 12px; height: 1px; background: var(--cuivre); }
.service-body .btn-ghost,
.service-body .btn-whatsapp { justify-self: center; margin-top: 6px; }
@media (max-width: 920px) { .service-grid { grid-template-columns: 1fr; } }

.media-strip { background: #ffffff; padding: clamp(72px, 9vw, 120px) 0; }
.media-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(56px, 7vw, 96px);
  text-align: center;
  justify-items: center;
  gap: clamp(18px, 2vw, 28px);
}
.media-head .eyebrow { font-size: 12px; letter-spacing: 0.22em; }
.media-headline {
  margin: 0 auto;
  max-width: 18ch;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.05;
}
.media-headline em { color: var(--cuivre); font-style: italic; font-weight: 500; }
.media-sub {
  margin: 0 auto;
  max-width: 38ch;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
  color: var(--cuivre);
}

/* mobile: horizontal snap-scroll · tablet: 2-col grid · desktop: 3×3 matrix */
.media-gallery {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--pad);
  margin: 0 calc(-1 * var(--pad));
  padding: 4px var(--pad) 20px;
  scrollbar-width: none;
}
.media-gallery::-webkit-scrollbar { display: none; }
.gallery-tile {
  margin: 0;
  flex: 0 0 78%;
  scroll-snap-align: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  background: var(--tadelakt-warm);
  box-shadow: 0 4px 12px -8px rgba(31, 58, 48, 0.18), 0 18px 36px -24px rgba(31, 58, 48, 0.18);
}
.gallery-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 6s ease-out;
}
.gallery-tile:hover img { transform: scale(1.05); }

@media (min-width: 720px) {
  .media-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .gallery-tile { flex: unset; }
}
@media (min-width: 1080px) {
  .media-gallery { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

.process-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}
.process-head h2 { max-width: 18ch; margin: 0 auto; }

.process-steps {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(28px, 4vw, 56px);
}
.process-steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 0;
  border: 0;
}
.step-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tadelakt-warm);
  color: var(--cuivre);
  border: 1px solid var(--line);
  margin-bottom: 4px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.process-steps li:hover .step-icon {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -10px rgba(184, 118, 63, 0.35);
}
.step-num {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--cuivre);
  font-size: 15px;
  letter-spacing: 0.08em;
}
.process-steps h3 {
  margin: 0;
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.2;
  max-width: 14ch;
}
.process-steps p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--argile);
  max-width: 28ch;
}
@media (max-width: 920px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); row-gap: clamp(40px, 6vw, 56px); }
}
@media (max-width: 560px) {
  .process-steps { grid-template-columns: 1fr; }
}

/* ─── social proof: Google-style reviews ─── */
.social-proof { background: var(--tadelakt-warm); }
.social-proof .section-head .eyebrow { font-size: 12px; }
.social-proof .section-head h2 { max-width: 18ch; }
.reviews-verified {
  display: flex;
  justify-content: center;
  margin-top: clamp(20px, 2.4vw, 32px);
}
.trustpilot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--argile);
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}
.trustpilot-badge strong { color: var(--vert); font-weight: 600; }
a.trustpilot-badge:hover {
  border-color: #00B67A;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px -8px rgba(0, 182, 122, 0.4);
}
a.trustpilot-badge:hover svg { transform: scale(1.05); }
.trustpilot-badge svg { transition: transform 180ms ease; }

.reviews-grid {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--pad);
  margin: 0 calc(-1 * var(--pad));
  padding: 4px var(--pad) 28px;
  scrollbar-width: none;
}
.reviews-grid::-webkit-scrollbar { display: none; }
.review-card {
  flex: 0 0 100%;
  scroll-snap-align: center;
  background: var(--tadelakt);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 8px -4px rgba(31,58,48,0.08), 0 12px 28px -18px rgba(31,58,48,0.18);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
@media (min-width: 720px)  { .review-card { flex-basis: calc((100% - clamp(16px, 2vw, 24px)) / 2); } }
@media (min-width: 1080px) { .review-card { flex-basis: calc((100% - 2 * clamp(16px, 2vw, 24px)) / 3); } }
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px -8px rgba(31,58,48,0.18), 0 24px 48px -22px rgba(31,58,48,0.28);
}
.reviews-hint {
  margin: 0 auto 4px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--argile-soft);
}
.reviews-hint::before { content: "‹  "; }
.reviews-hint::after  { content: "  ›"; }
@media (min-width: 1080px) { .reviews-hint { display: none; } }
.review-head { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--vert);
  color: var(--tadelakt);
  font-family: var(--ff-display);
  font-size: 16px;
  letter-spacing: 0.02em;
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.review-id { flex: 1; }
.review-name { font-family: var(--ff-display); color: var(--vert); font-size: 17px; line-height: 1.2; }
.review-city { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--argile-soft); margin-top: 2px; }
.review-google { opacity: 0.9; flex: none; }
.review-stars {
  display: flex; align-items: center; gap: 4px;
  color: var(--or);
  filter: drop-shadow(0 1px 0 rgba(155, 122, 46, 0.25));
}
.review-stars .review-when {
  margin-left: 8px;
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--argile-soft);
}
.review-text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--argile); }

.reviews-disclaimer {
  margin: clamp(28px, 3vw, 40px) auto 0;
  text-align: center;
  font-size: 12px;
  color: var(--argile-soft);
  max-width: 50ch;
}
.reviews-disclaimer em {
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--cuivre);
  font-size: 16px;
  margin-right: 6px;
}

.recent-journal { background: #ffffff; }

.journal-head {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(56px, 7vw, 96px);
  text-align: center;
  justify-items: center;
  gap: clamp(18px, 2vw, 28px);
}
.journal-head .eyebrow { font-size: 12px; letter-spacing: 0.22em; }
.journal-head h2 {
  margin: 0 auto;
  max-width: 18ch;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.05;
}
.journal-head .lede {
  margin: 0 auto;
  max-width: 56ch;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.45;
}

.recent-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3.2vw, 48px) clamp(28px, 3.2vw, 48px); }
.recent-journal .card {
  background: #faf6ed;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 2px 8px -4px rgba(31, 58, 48, 0.08), 0 8px 24px -16px rgba(31, 58, 48, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.recent-journal .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px -8px rgba(31, 58, 48, 0.18), 0 24px 48px -20px rgba(31, 58, 48, 0.28);
}
.recent-journal .card-img { aspect-ratio: 4 / 3; }
.recent-journal .card-body {
  padding: clamp(24px, 2.2vw, 32px);
  display: grid;
  gap: 14px;
}
.recent-journal .card-body h3 {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  max-width: none;
}
.recent-journal .card-excerpt {
  margin: 0;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.6;
  color: var(--argile);
  max-width: none;
}
.recent-journal .tag--copper { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; }

@media (max-width: 920px) { .recent-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .recent-grid { grid-template-columns: 1fr; } }

.contact { background: var(--tadelakt); text-align: center; }
.contact-inner { max-width: 720px; }
.contact-headline { font-size: clamp(56px, 8vw, 96px); font-style: italic; color: var(--vert); }
.contact-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-lg { padding: 18px 28px; font-size: 15px; }
.contact-meta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; font-size: 12px; letter-spacing: 0.08em; color: var(--argile-soft); }
.contact-meta .dot { opacity: 0.5; }
