/* 8 Furlong Consulting — pillar.css (accounting, consulting, marketing, technology)
   Layout only. Mobile-first → 768px → 1024px; serpentine desktop-only. */

/* Shared section shells (.page-svc) */
.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 — image variant */
.pg-hero--img { position: relative; overflow: hidden; display: flex; align-items: flex-end; min-height: 74svh; 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 — cards */
.pg-offer .pg-head { text-align: center; }
.pg-offer .pg-head .eyebrow + h2, .pg-head h2 { margin-top: 0; }
.pg-offer__grid { display: grid; gap: 20px; max-width: 1240px; 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 — quotes list */
.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 we serve — personas */
.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 — meter + inline steps */
.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 */
.pg-people__grid { display: grid; gap: 32px; }
.pg-people__media img { border-radius: var(--radius-card); width: 100%; height: auto; }
.pg-people__body p { margin: 20px 0 24px; }

/* 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: 82vh; }
  .pg-hero--img .pg-hero__content { padding-bottom: 64px; max-width: none; }
  .pg-offer__grid { grid-template-columns: repeat(4, 1fr); }
  .pg-offer__card { padding: 28px 28px 30px; }
  /* Serpentine: people section — image left, copy right */
  .pg-people__grid { grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .pg-people__media { position: relative; }
  .pg-people__media::after { content: ""; position: absolute; left: -14px; bottom: -14px; right: 34px; top: 34px; border: 1px solid #D8C9AE; border-radius: var(--radius-card); z-index: -1; }
}
