/* /le-bain-des-deesses/ */
.bath-page {
  --bath-ink: #173147;
  --bath-paper: #fffdf8;
  --bath-soft: #f3eee5;
  --bath-sage: #e3ebe5;
  --bath-rust: #a95638;
  --bath-plum: #74345a;
  --bath-line: #d5cec2;
  --bath-muted: #52636c;
  background: var(--bath-paper);
  color: var(--bath-ink);
  font-size: 17px;
}

.bath-page :where(h1, h2, h3, p, ol, ul, dl, figure) { margin-block-start: 0; }
.bath-page :where(h1, h2, h3) { color: inherit; }
.bath-shell { margin-inline: auto; max-width: 74rem; padding-inline: clamp(1.25rem, 4vw, 3.5rem); }

.bath-hero {
  background: var(--bath-soft);
  border-bottom: 1px solid var(--bath-line);
  padding-block: clamp(2.5rem, 5vw, 5rem);
}
.bath-hero__grid { align-items: center; display: grid; gap: clamp(2rem, 6vw, 5rem); }
.bath-hero__copy { max-width: 43rem; }
.bath-hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  line-height: .97;
  margin-bottom: 1.5rem;
  max-width: 14ch;
  text-wrap: balance;
}
.bath-hero__lede { font-size: clamp(1.15rem, 1rem + .55vw, 1.45rem); line-height: 1.55; max-width: 58ch; }
.bath-note { border: 1px solid color-mix(in srgb, var(--bath-rust) 45%, var(--bath-line)); margin: 1.5rem 0 0; max-width: 58ch; padding: 1rem 1.15rem; }
.bath-action { align-items: center; color: var(--bath-paper) !important; background: var(--bath-plum); display: inline-flex; font-weight: 750; margin-top: 1.4rem; min-height: 44px; padding-inline: 1rem; text-decoration: none; }
.bath-action:hover,
.bath-action:focus-visible { color: var(--bath-paper) !important; }
.bath-hero .dg-editorial-image { margin: 0; }
.bath-hero .dg-editorial-image img { aspect-ratio: 3 / 2; display: block; height: auto; object-fit: cover; width: 100%; }

.bath-section { border-bottom: 1px solid var(--bath-line); padding-block: clamp(2.25rem, 4vw, 3.75rem); }
.bath-section-inset { padding-block: clamp(1.5rem, 2.5vw, 2.25rem); }
.bath-split { display: grid; gap: clamp(2rem, 6vw, 5rem); }
.bath-heading { max-width: 54rem; }
.bath-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  margin-bottom: 1rem;
  max-width: 24ch;
  text-wrap: balance;
}
.bath-heading p { color: var(--bath-muted); line-height: 1.65; max-width: 58ch; }

.bath-facts { border-top: 1px solid var(--bath-line); margin: 0; }
.bath-facts > div { border-bottom: 1px solid var(--bath-line); display: grid; gap: .35rem; padding-block: 1rem; }
.bath-facts dt { color: var(--bath-rust); font-weight: 800; }
.bath-facts dd { color: var(--bath-muted); margin: 0; }

.bath-consent { display: grid; gap: clamp(2rem, 6vw, 5rem); }
.bath-phrases { border-top: 1px solid var(--bath-line); list-style: none; margin: 0; padding: 0; }
.bath-phrases li {
  border-bottom: 1px solid var(--bath-line);
  font-family: var(--font-title);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.15;
  padding-block: 1rem;
}

.bath-comfort { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
.bath-comfort__copy { font-size: 1.0625rem; line-height: 1.7; max-width: 62ch; }
.bath-comfort__checks { list-style: none; margin: 0; padding: 0; }
.bath-comfort__checks li { border-top: 1px solid var(--bath-line); padding: 1rem 0 1rem 1.7rem; position: relative; }
.bath-comfort__checks li::before { border: 1px solid var(--bath-rust); content: ""; height: .8rem; left: 0; position: absolute; top: 1.35rem; width: .8rem; }

.bath-safety {
  background: var(--bath-ink);
  color: var(--bath-paper);
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
}
.bath-safety .bath-heading p,
.bath-safety__copy { color: color-mix(in srgb, var(--bath-paper) 84%, transparent); }
.bath-safety .bath-heading h2 { color: var(--bath-paper) !important; }
.bath-safety__copy { line-height: 1.7; max-width: 62ch; }
.bath-safety__copy strong { color: var(--bath-paper); }

.bath-sources ul { border-top: 1px solid var(--bath-line); list-style: none; margin: 0; padding: 0; }
.bath-sources li { border-bottom: 1px solid var(--bath-line); display: grid; gap: .25rem; padding-block: 1rem; }
.bath-sources a { color: var(--bath-plum); font-weight: 800; min-height: 44px; }
.bath-sources span { color: var(--bath-muted); }
.bath-page :where(a, summary):focus-visible { outline: 3px solid #76a7bf; outline-offset: 4px; }

@media (min-width: 48rem) {
  .bath-hero__grid { grid-template-columns: minmax(0, 6fr) minmax(22rem, 5fr); }
  .bath-split,
  .bath-consent { grid-template-columns: minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem); }
  .bath-comfort { grid-template-columns: minmax(0, 7fr) minmax(15rem, 5fr); gap: clamp(1.5rem, 3vw, 2.75rem); }
  .bath-comfort .bath-heading { grid-column: 1 / -1; }
  .bath-safety { grid-template-columns: minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem); padding-inline: clamp(1.5rem, 3vw, 2.5rem); }
}
