/* ==========================================================================
   Content Sections — Welcome, Healthy Skin, Discovery
   ========================================================================== */

/* Section-specific padding overrides */
.section--welcome {
  padding-top: 150px;
  padding-bottom: 0;
}

.section--healthy {
  padding-top: 100px;
  padding-bottom: 0;
}

.section--discovery {
  padding-top: 100px;
  padding-bottom: 0;
}

.section--discovery .section__row {
  margin-bottom: 100px;
}

/* Sticky images in the 2/5 column */
.section__sticky-image {
  position: sticky;
  top: 80px;
}

.section__sticky-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Section headings (h1 in content sections) */
.section h1 {
  font-family: var(--font-heading);
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
  color: var(--color-heading);
  margin-bottom: 20px;
}

/* Italic emphasis within headings */
.section h1 em {
  font-style: italic;
  font-weight: 400;
}

/* Bold uppercase spans within headings */
.bold {
  font-weight: bold;
  text-transform: uppercase;
}

/* Body text in sections */
.section__col--text p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7em;
  color: var(--color-body);
  margin-bottom: 1em;
}

.section__col--text p:last-child {
  margin-bottom: 0;
}

/* Portrait image below text in welcome section */
.section__inline-image {
  margin-top: 80px;
  margin-left: 80px;
}

.section__inline-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
}

/* Decorative bottom border pattern — Welcome section */
.section--welcome {
  background-image: url('../assets/images/background_line.png');
  background-size: initial;
  background-repeat: repeat-x;
  background-position: left bottom 0px;
}

/* Decorative bottom border pattern — Healthy Skin section */
.section--healthy {
  background-image: url('../assets/images/background_line_licht.png');
  background-size: initial;
  background-repeat: repeat-x;
  background-position: left bottom 0px;
}
