/* ---------- Nord by Oj! homepage section ---------- */
.nord-section{
  background:var(--bg-2);
  border-top:1px solid var(--line-soft);
  border-bottom:1px solid var(--line-soft);
}
.nord-inner{
  max-width:1100px;
  margin:0 auto;
  padding:clamp(80px,13vh,160px) var(--pad);
}
.nord-label{
  font-family:var(--display);
  font-size:.68rem;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:clamp(24px,4vh,44px);
}
/* Match the site's regular display headings, not the serif quote style. */
.nord-section h2{
  max-width:22ch;
  margin:0 0 clamp(34px,5vh,58px);
  font-family:var(--display);
  font-weight:300;
  font-size:clamp(1.5rem,3vw,2.3rem);
  letter-spacing:.1em;
  text-transform:uppercase;
  line-height:1.02;
}
.nord-copy{
  max-width:72ch;
  color:var(--ink-soft);
}
.nord-copy p{
  margin:0 0 1.5em;
}
.nord-copy p:first-child{
  color:var(--ink);
  font-weight:200;
  font-size:clamp(1.1rem,1.6vw,1.35rem);
  line-height:1.7;
}
.nord-copy p:last-child{margin-bottom:0}
.nord-link{margin-top:clamp(28px,5vh,54px)}
@media (max-width:600px){
  .nord-inner{padding-top:clamp(70px,11vh,110px);padding-bottom:clamp(70px,11vh,110px)}
  .nord-section h2{max-width:22ch}
}
