/* 8 Furlong Consulting — sub-service.css (all 16 sub-service pages)
   Same section vocabulary as the pillar template, tuned for the leaner sub-service pages.
   Layout only. Mobile-first → 768px → 1024px. */

.pg-narrow { max-width: 860px; margin-left: auto; margin-right: auto; }
.pg-center { text-align: center; }
.pg-head { margin-bottom: 32px; }
.pg-center .pg-head { margin-left: auto; margin-right: auto; }

/* Hero */
.pg-hero--img { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 66svh; background: var(--navy-soft); }
.pg-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pg-hero__scrim { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(29,35,39,.55) 0%, rgba(29,35,39,.42) 45%, rgba(29,35,39,.66) 100%); }
.pg-hero--img .pg-hero__content { position: relative; padding-top: 120px; padding-bottom: 48px; }
.pg-hero__content h1 { color: var(--white); }
.pg-hero__content .lede { color: var(--cream); margin-top: 22px; max-width: 62ch; }
.pg-hero__content--center { text-align: center; max-width: 900px; margin: 0 auto; }
.pg-hero__content--center .lede { margin-left: auto; margin-right: auto; }
.pg-hero__cta { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 30px; }
.pg-hero__content--center .pg-hero__cta { align-items: center; }
.pg-hero--img .pg-hero__cta .lnk { color: var(--muted); }

/* What we offer — 2-col cards (sub-services carry 3–5 items) */
.pg-offer .pg-head { text-align: center; }
.pg-head h2 { margin-top: 0; }
.pg-offer__grid { display: grid; gap: 20px; max-width: 1080px; margin: 0 auto; }
.pg-offer__card { display: flex; flex-direction: column; padding: 26px 26px 28px; }
.pg-offer__term { font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--navy); line-height: 1.25; }
.pg-offer__term .arr { display: inline-block; color: var(--tan); }
.pg-offer__body { font-size: 14px; line-height: 1.7; color: var(--body); margin-top: 12px; }
.pg-offer__note { max-width: 760px; margin: 32px auto 0; text-align: center; }

/* Why */
.pg-why .pg-head { text-align: center; }
.pg-why p { max-width: 760px; margin: 0 auto 18px; text-align: center; }
.pg-quotes { list-style: none; margin: 8px auto 24px; padding: 0; max-width: 860px; }
.pg-quotes li { padding: 22px 0; border-top: 1px solid var(--line-light); text-align: center; }
.pg-quotes li:last-child { border-bottom: 1px solid var(--line-light); }
.pg-quotes b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.pg-quotes span { display: block; font-size: 14px; line-height: 1.65; }

/* Results */
.pg-results p { max-width: 660px; margin: 22px auto 26px; }

/* Who this is for */
.pg-serve .pg-head { text-align: center; }
.pg-serve p { max-width: 760px; margin: 0 auto; text-align: center; }
.pg-persona { max-width: 760px; margin: 0 auto 8px; padding: 22px 0; border-top: 1px solid var(--line-light); }
.pg-persona b { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 8px; }
.pg-persona p { margin: 0; text-align: left; }

/* Approach */
.pg-approach .meter { margin: 48px auto 36px; max-width: 760px; }
.pg-approach__body { color: var(--muted); font-size: 15px; line-height: 1.9; text-align: left; }
.pg-approach__body b { color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.pg-approach__body a { color: var(--tan); }
.pg-approach__body a:hover { color: var(--cream); }

/* People (sub-services are text-only here) */
.pg-people__body p { margin: 20px 0 24px; }
.pg-people .pg-people__body h2 { margin-top: 0; }

/* Closer */
.pg-closer p { max-width: 56ch; margin: 22px auto 0; }
.pg-closer .btn { margin-top: 32px; }

@media (min-width: 768px) {
  .pg-hero__cta { flex-direction: row; align-items: center; gap: 36px; }
  .pg-hero__content--center .pg-hero__cta { justify-content: center; }
  .pg-offer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .pg-hero--img { min-height: 74vh; }
  .pg-hero--img .pg-hero__content { padding-bottom: 64px; max-width: none; }
  .pg-offer__card { padding: 28px 28px 30px; }
}
