/* ─── ABOUT ──────────────────────────────────────── */
.agrid {
  padding: 104px 56px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 90px; align-items: center; background: var(--white);
}

.atxt h2 {
  font-size: clamp(26px, 3vw, 42px); font-weight: 900;
  color: var(--dark); letter-spacing: -1px; margin-bottom: 24px; line-height: 1.1;
}
.atxt p {
  font-size: 14px; color: var(--charcoal);
  line-height: 1.85; margin-bottom: 16px; font-weight: 400;
}

.vg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.vc { background: var(--dark); padding: 28px 24px; border-radius: 1px; }
.vi { font-size: 22px; margin-bottom: 12px; display: block; }
.vc h4 {
  font-size: 11px; font-weight: 800; color: var(--beige);
  letter-spacing: .5px; margin-bottom: 8px; text-transform: uppercase;
}
.vc p {
  font-size: 12px; color: rgba(255, 255, 255, 0.38);
  line-height: 1.65; font-weight: 400;
}
