/* Page Crèmes — noir, vert, blanc. */

.cre-page {
  background: #fff;
  color: #171916;
}

.cre-page [id] { scroll-margin-top: 96px; }

.cre-hero {
  padding: 56px 0 64px;
  border-bottom: 1px solid #c5d1c7;
}

.cre-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 48px;
  align-items: center;
}

.cre-hero-photo {
  margin: 0;
}

.cre-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.cre-reading {
  max-width: 40rem;
  margin: 0;
}

.cre-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6e8b7c;
}

.cre-hero h1 {
  margin: 12px 0 20px;
  max-width: 16ch;
}

.cre-copy {
  max-width: 48ch;
  margin: 0 0 16px;
  line-height: 1.7;
}

.cre-block { padding: 64px 0; }

.cre-block h2 {
  margin: 10px 0 18px;
  max-width: 16ch;
}

.cre-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.cre-products article {
  padding: 8px 40px 8px 0;
  border-right: 1px solid #c5d1c7;
}

.cre-products article + article {
  padding: 8px 0 8px 40px;
  border-right: 0;
}

.cre-products h2 {
  max-width: none;
  margin: 8px 0 6px;
}

.cre-sub {
  margin: 0 0 16px;
  font-family: "Newsreader", "Iowan Old Style", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
}

.cre-price {
  margin: 20px 0 18px;
  font-size: 1.35rem;
}

.cre-wa { display: inline-flex; align-items: center; gap: 10px; }

.cre-wa-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  flex-shrink: 0;
}

.cre-note {
  margin: 14px 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #171916;
}

.cre-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0 24px;
  padding: 28px 0 0;
  border-top: 1px solid #c5d1c7;
}

.cre-steps li {
  padding-right: 28px;
  border-right: 1px solid #c5d1c7;
}

.cre-steps li:last-child {
  padding-right: 0;
  padding-left: 28px;
  border-right: 0;
}

.cre-steps li:nth-child(2) { padding-left: 28px; }

.cre-steps strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

.cre-steps p { margin: 0; line-height: 1.6; }

.cre-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
}

.cre-actives {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
}

.cre-actives li {
  padding: 18px 28px 18px 0;
  border-top: 1px solid #c5d1c7;
}

.cre-actives strong { display: block; margin-bottom: 6px; }

.cre-actives span { line-height: 1.55; }

.cre-inci { margin-top: 36px; }

.cre-inci details {
  border-top: 1px solid #c5d1c7;
  padding: 4px 0;
}

.cre-inci summary,
.cre-faq summary {
  cursor: pointer;
  min-height: 48px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.cre-inci summary:focus-visible,
.cre-faq summary:focus-visible,
.cre-page .btn:focus-visible {
  outline: 1px solid #171916;
  outline-offset: 3px;
}

.cre-inci p,
.cre-faq p {
  margin: 0 0 16px;
  line-height: 1.65;
}

.cre-inci-list {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 0.92rem;
}

.cre-faq details { border-top: 1px solid #c5d1c7; }

@media (max-width: 900px) {
  .cre-hero-grid,
  .cre-products,
  .cre-steps,
  .cre-split,
  .cre-actives {
    grid-template-columns: 1fr;
  }
  .cre-hero-photo { max-width: 420px; }
  .cre-products article,
  .cre-products article + article,
  .cre-steps li,
  .cre-steps li:nth-child(2),
  .cre-steps li:last-child {
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid #c5d1c7;
  }
  .cre-products article + article { padding-top: 28px; }
  .cre-steps li:last-child,
  .cre-products article + article { border-bottom: 0; }
}

@media (max-width: 767px) {
  .cre-hero { padding: 36px 0 48px; }
  .cre-block { padding: 48px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .cre-page a { transition: none; }
}
