.v2-page .hero-content {
  max-width: 760px;
}

.v2-page .intro-band {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.eveil-section {
  background:
    linear-gradient(120deg, rgba(248, 240, 226, 0.92), rgba(255, 252, 246, 0.98)),
    #fbf6ec;
}

.eveil-section .section-heading {
  max-width: 900px;
}

.eveil-section .section-heading p:last-child {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
  margin: 0.85rem auto 0;
  max-width: 780px;
}

.eveil-layout {
  align-items: stretch;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  margin-top: 2.5rem;
}

.transmission-panel {
  background: #fffaf1;
  border: 1px solid rgba(115, 91, 56, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(73, 45, 28, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.transmission-panel .value-number {
  color: var(--leaf);
  margin-bottom: 1rem;
}

.transmission-panel h3 {
  color: var(--brown);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

.transmission-panel p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

.transmission-panel p + p {
  margin-top: 1rem;
}

.materials-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.materials-grid figure {
  background: #fff;
  border: 1px solid rgba(115, 91, 56, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(73, 45, 28, 0.08);
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.materials-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.materials-grid figcaption {
  color: var(--brown);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 3.9rem;
  padding: 1rem;
}

@media (max-width: 980px) {
  .eveil-layout {
    grid-template-columns: 1fr;
  }

  .materials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .v2-page .intro-band {
    grid-template-columns: 1fr;
  }

  .materials-grid {
    grid-template-columns: 1fr;
  }

  .materials-grid img {
    aspect-ratio: 16 / 10;
  }

  .materials-grid figcaption {
    min-height: 0;
  }
}
