/* Shared content sections, cards, services, process, about, contact, and footer. */ .section{
  padding:88px 0
}
.section.light{
  color:var(--ink);
  background:linear-gradient(180deg,var(--cream),var(--cream2));
}
.section.light.first-light{
  border-radius:52px 52px 0 0;
  box-shadow:0 -18px 60px rgba(0,0,0,.15)
}
.section.alt-light{
  background:linear-gradient(180deg,#fffaf2,#f3eadc)
}
.section-head{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:36px;
  align-items:end;
  margin-bottom:34px
}
.section-label{
  margin-bottom:11px;
  color:var(--green);
  font-family:var(--mono);
  font-size:12px;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase
}
.light .section-label{
  color:#8a5b0a
}
.section h2{
  margin:0;
  font-size:clamp(34px,4.7vw,56px);
  line-height:1.03;
  letter-spacing:-.055em
}
.section-head p{
  margin:0;
  color:rgba(248,245,236,.68);
  font-size:18px
}
.light .section-head p{
  color:var(--muted-dark)
}

