:root {
  --navy: #0F1B2D;
  --ink: #0F1B2D;
  --muted: #6B6457;
  --orange: #F26A1F;
  --cobalt: #1E40AF;
  --sage: #B6CDB1;
  --cream: #FBF7F0;
  --paper: #F4EEE2;
  --mist: #EEF5F1;
  --line: #E6DECD;
  --berry: #C32A4A;
}

body.perkiomen-about-page {
  background: var(--cream);
}

.pphc-about {
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
}

.pphc-about * {
  box-sizing: border-box;
}

.pphc-about h1,
.pphc-about h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 550;
  letter-spacing: 0;
}

.pphc-about h1 {
  max-width: 720px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .98;
}

.pphc-about h2 {
  max-width: 780px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.06;
}

.pphc-about h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}

.pphc-about p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.pphc-about a {
  color: inherit;
}

.eyebrow {
  margin: 0 0 16px !important;
  color: var(--orange) !important;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1.5 !important;
}

.light {
  color: rgba(255,255,255,.84) !important;
}

.about-hero,
.section-wide,
.section-narrow {
  width: min(calc(100% - 44px), 1180px);
  margin: 0 auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .78fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(72px, 8vw, 126px) 0;
}

.lead {
  max-width: 720px;
  font-size: clamp(20px, 2vw, 26px) !important;
  line-height: 1.5 !important;
}

.about-actions,
.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(15,27,45,.12);
}

.primary {
  color: #fff !important;
  background: var(--orange);
}

.secondary {
  color: var(--navy) !important;
  background: transparent;
  border-color: rgba(15,27,45,.18);
}

.light-button {
  color: #fff !important;
  border-color: rgba(255,255,255,.5);
}

.trust-chips span,
.same-list span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.hero-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 28px 70px rgba(15,27,45,.16);
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.note-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 260px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(251,247,240,.94);
  color: var(--navy);
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(0,0,0,.14);
}

.section-narrow {
  max-width: 880px;
  padding: clamp(58px, 7vw, 96px) 0;
}

.section-wide {
  padding: clamp(64px, 8vw, 112px) 0;
}

.story-body {
  columns: 2 320px;
  column-gap: 44px;
}

blockquote {
  margin: 34px 0 0;
  padding: 28px;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: var(--paper);
  color: var(--navy);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}

.why-section,
.team-section,
.script-section {
  border-top: 1px solid var(--line);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.belief-cards,
.profile-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.belief-cards article,
.profile-grid article,
.steps-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 20px 50px rgba(15,27,45,.08);
}

.feature-line,
.closing-line {
  max-width: none;
  margin-top: 28px !important;
  color: var(--navy) !important;
  font-weight: 900;
}

.same-list,
.check-grid,
.report-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-initial {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--cobalt);
  font-family: "Fraunces", Georgia, serif;
  font-size: 28px;
}

.profile-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
}

.promise-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 20px 50px rgba(15,27,45,.16);
}

.promise-card p {
  margin: 0;
  color: #fff;
  font-weight: 750;
}

.promise-card .latepoint-book-button,
.promise-card a.os_trigger_booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--orange);
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.checks-section {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  background: var(--mist);
}

.checks-inner {
  width: min(calc(100% - 44px), 1180px);
  margin: 0 auto;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.check-grid span,
.report-card span {
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 850;
}

.care-note {
  max-width: 820px;
  padding-top: 12px;
  font-size: 15px !important;
}

.report-section {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  background: var(--navy);
}

.report-inner {
  width: min(calc(100% - 44px), 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}

.report-section h2,
.report-section p {
  color: #fff;
}

.report-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.report-card span {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.video-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  border: 1px dashed rgba(15,27,45,.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(182,205,177,.5), rgba(30,64,175,.12)),
    var(--paper);
  color: var(--navy);
  font-weight: 900;
}

.transcript,
.short-script {
  max-width: 820px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.62);
}

.transcript p,
.short-script p {
  font-size: 17px;
  line-height: 1.76;
}

.short-script {
  margin-top: 18px;
}

.short-script summary {
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}

.steps-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.steps-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
}

.steps-grid h3 {
  font-size: 20px;
}

.final-cta {
  width: min(calc(100% - 44px), 1180px);
  margin: 0 auto clamp(56px, 7vw, 100px);
  padding: clamp(40px, 6vw, 72px);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cobalt), var(--navy));
  box-shadow: 0 28px 70px rgba(15,27,45,.2);
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta h2 {
  max-width: 820px;
}

@media (max-width: 1080px) {
  .about-hero,
  .report-inner {
    grid-template-columns: 1fr;
  }
  .belief-cards,
  .steps-grid,
  .check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-hero,
  .section-wide,
  .section-narrow,
  .final-cta {
    width: min(calc(100% - 32px), 560px);
  }
  .about-hero {
    padding-top: 42px;
  }
  .pphc-about h1 {
    font-size: clamp(42px, 12vw, 58px);
  }
  .pphc-about h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
  .about-actions .btn,
  .promise-card .latepoint-book-button,
  .promise-card a.os_trigger_booking {
    width: 100%;
  }
  .hero-card,
  .hero-card img {
    min-height: 360px;
  }
  .story-body {
    columns: auto;
  }
  .belief-cards,
  .profile-grid,
  .steps-grid,
  .check-grid,
  .report-card,
  .promise-card {
    grid-template-columns: 1fr;
  }
  .checks-inner,
  .report-inner {
    width: min(calc(100% - 32px), 560px);
  }
}
