
/** ============================================================
    WOODWARD — ericwoodward.com

    Inherits the Progress for Langley design system, then overrides
    what a standalone one-page site needs. Everything below assumes
    pfl.css has already defined the --pfl-* custom properties.
    ============================================================ **/

@import url("pfl.css");

/** --- the page is a single light card, not a site with chrome --- */

body {
  padding-top: 0;
  background: #fff;
  color: var(--pfl-ink);
}

section { padding: 45px 0; }

.container-xl { max-width: var(--pfl-maximum-width); }

/** --- headings on this page are all centred --- */

h1, h2, h4, h6 { text-align: center; }
h1 { line-height: 1.02; }
h4 { margin-top: 10px; font-size: 1rem; letter-spacing: 0.14em; color: var(--pfl-muted); }
h6 { letter-spacing: 0.04em; color: var(--pfl-muted); }

/** --- the divider picks up the brand blue --- */

.content-line, .content-line-2x { border-bottom-color: var(--pfl-light); }

/** --- connect row --- */

.content-block-home-connect ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-block-home-connect a { color: var(--pfl-navy); }

.img-stamp { display: block; }

@media (hover: hover) and (pointer: fine) {
  .content-block-home-connect a:hover,
  .content-block-home-connect a:focus-visible { color: var(--pfl-light); }
}
