/* Direction (a) — ARTIFACT-FORWARD. Belief: seeing beats being told.
   The live site dominates; words recede to a plate. */

.a-plate { position: absolute; left: 105px; top: 500px; width: 1330px; }
.a-eyebrow {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--spruce);
}
.a-big { font-size: 215px; line-height: 1.04; margin-top: 36px; }
.a-line { font-size: 56px; line-height: 1.4; color: var(--muted); margin-top: 48px; width: 92%; }

.a-phone {
  position: absolute;
  left: 1560px;
  top: 130px;
  width: 840px;
  padding: 24px 24px 0;
  background: #fff;
  border: 6px solid var(--ink);
  border-radius: 64px;
  box-shadow: 36px 56px 110px rgba(32, 43, 37, .28);
}
.a-phone img { display: block; width: 100%; border-radius: 44px 44px 0 0; }
