/* ===========================================================
   Rev 4 — Pilar's edits from email 11 June 2026.
   Loaded AFTER pilar-palette.css so these values win.
   Only Rev 4-specific overrides live here; Rev 2/3 untouched.
   =========================================================== */

/* ─────────────────────────────────────────────────────────────
   HERO — "Freyja by Pilar Workman" moved BELOW the H1
   Reads as a credit line beneath the brand statement.
   ───────────────────────────────────────────────────────────── */
.banner-eyebrow--below {
  display: block;
  margin-top: 16px;          /* sits under the H1, before the lede */
  margin-bottom: var(--space-3);
  letter-spacing: 0.30em;
  font-size: 12px;
  opacity: 0.95;
}

/* ─────────────────────────────────────────────────────────────
   EYEBROWS — 2× font-size on Services / About / Approach
   (was ~10px → 20px). Letter-spacing kept proportional.
   ───────────────────────────────────────────────────────────── */
#services .section-head .eyebrow,
#about .eyebrow,
#approach .eyebrow {
  font-size: 20px !important;
  letter-spacing: 0.22em !important;
  line-height: 1.2;
}

/* ─────────────────────────────────────────────────────────────
   FOOTER — social icons 2× larger
   ───────────────────────────────────────────────────────────── */
.site-footer .socials a {
  width: 36px;
  height: 36px;
}
.site-footer .socials a svg {
  width: 20px;
  height: 20px;
}
