/* Shared section layout */
.sec     { padding: 9rem 3rem; }
.sec-in  { max-width: 1280px; margin: 0 auto; }

/* Section label tag */
.tag {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .58rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--g);
}
.tag::before {
  content: ""; width: 14px; height: 1.5px;
  background: var(--g); border-radius: 2px;
}

/* Shared heading and body */
.sh {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
  font-weight: 300; line-height: 1.04; letter-spacing: -.025em; color: var(--t);
}
.sh em { font-style: italic; color: var(--g); }
.sb {
  font-size: .88rem; color: rgba(250,250,248,.62);
  font-weight: 300; line-height: 1.9;
}
