/* TopChopping — accueil v3 */

.home .entry-content > section,
.home .entry-content > .woocommerce {
  width: min(100% - 40px, 1152px);
  margin-inline: auto;
}

/* Hero */
.tc-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 48px;
  padding-block: 40px;
}

.tc-home-copy { display: flex; flex-direction: column; align-items: flex-start; }

.tc-home-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tc-home-hero p {
  max-width: 48ch;
  margin: 18px 0 0;
  color: #5c625d;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

.tc-home-actions { margin-top: 28px; }

.tc-home-actions .button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #161d19;
  border-radius: 8px;
  background: #161d19;
  color: #ffffff;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tc-home-actions .button:hover,
.tc-home-actions .button:focus-visible {
  background: #f5f3ee;
  color: #161d19;
}

.tc-home-media {
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f3ee;
}

.tc-home-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Why buy — 4 badges */
.tc-why-buy {
  padding: 24px 0;
  border-top: 1px solid #e6e2d9;
  border-bottom: 1px solid #e6e2d9;
  margin-top: 8px;
}

.tc-why-buy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.tc-why-buy-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tc-why-buy-item svg { color: #1e4636; flex-shrink: 0; }

.tc-why-buy-item strong {
  display: block;
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.tc-why-buy-item span {
  display: block;
  color: #8e938d;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 13.5px;
  line-height: 1.5;
}

/* Reviews */
.tc-first-reviews {
  padding-block: 56px;
}

.tc-section-title {
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  margin: 0 0 8px;
}

.tc-section-intro {
  max-width: 60ch;
  margin: 0 0 32px;
  color: #5c625d;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.tc-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tc-review-card {
  border: 1px solid #e6e2d9;
  border-radius: 12px;
  padding: 24px;
  background: #ffffff;
}

.tc-review-stars {
  color: #1e4636;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.tc-review-card p {
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.tc-review-author {
  color: #8e938d;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 13px;
}

.tc-review-cta {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #e6e2d9;
  border-radius: 12px;
  background: #f5f3ee;
  text-align: center;
}

.tc-review-cta p {
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 15px;
  margin: 0 0 16px;
}

.tc-review-cta .button.alt {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #161d19;
  border-radius: 8px;
  background: transparent;
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tc-review-cta .button.alt:hover {
  background: #161d19;
  color: #ffffff;
}

/* CTA final */
.home .entry-content > .tc-cta {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  background: #161d19;
  padding: 56px 20px;
  text-align: center;
  margin-top: 40px;
}

.tc-cta-inner { max-width: 600px; margin-inline: auto; }

.tc-cta-inner h2 {
  color: #ffffff;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  margin: 0;
}

.tc-cta-inner p {
  color: #b9c2ba;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 16px;
  margin: 12px 0 24px;
}

.tc-cta-inner .button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background: #ffffff;
  color: #161d19;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tc-cta-inner .button:hover {
  background: #f5f3ee;
  border-color: #f5f3ee;
}

/* Responsive */
@media (max-width: 899px) {
  .tc-home-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 24px;
  }
  .tc-home-media { min-height: 0; aspect-ratio: 4 / 5; }
  .tc-why-buy-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .tc-reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .home .entry-content > section,
  .home .entry-content > .woocommerce {
    width: min(100% - 32px, 1152px);
  }
  .tc-home-hero h1 { font-size: 34px; }
  .tc-home-actions .button { width: 100%; min-height: 56px; }
  .tc-why-buy-grid { grid-template-columns: 1fr; gap: 20px; }
  .home .entry-content > .tc-cta { padding: 40px 16px; }
}