
  .dwellpac-about {
    --dp-green: #1B6B3A;
    --dp-green-dark: #134D2A;
    --dp-green-light: #E8F2EC;
    --dp-green-soft: #F5F8F6;
    --dp-border: #E1E5E2;
    --dp-black: #1A1A1A;
    --dp-gray: #555;
    --dp-muted: #737373;
    color: var(--dp-gray);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.68;
  }
  .dwellpac-about * { box-sizing: border-box; }
  .dwellpac-about p { margin: 0 0 16px; }
  .dwellpac-about a { color: var(--dp-green); text-decoration: none; border-bottom: 1px solid #B7D3C1; }
  .dwellpac-about a:hover { border-bottom-color: var(--dp-green); }
  .dwellpac-about .dw-section { max-width: 1160px; margin: 0 auto; padding: 64px 20px; }
  .dwellpac-about .dw-band { background: var(--dp-green-soft); }
  .dwellpac-about .dw-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 42px; align-items: center; }
  .dwellpac-about .dw-eyebrow { margin: 0 0 10px; color: var(--dp-green-dark); font-size: 13px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
  .dwellpac-about h2 { margin: 0 0 16px; color: var(--dp-black); font-size: 34px; line-height: 1.22; letter-spacing: 0; }
  .dwellpac-about h3 { margin: 0 0 10px; color: var(--dp-black); font-size: 20px; line-height: 1.35; letter-spacing: 0; }
  .dwellpac-about .dw-lede { color: var(--dp-black); font-size: 20px; line-height: 1.58; }
  .dwellpac-about .dw-hero-copy { padding: 28px 0 28px 24px; border-left: 5px solid var(--dp-green); }
  .dwellpac-about .dw-hero-image img, .dwellpac-about .dw-split-image img, .dwellpac-about .dw-image-card img { display: block; width: 100%; border-radius: 6px; }
  .dwellpac-about .dw-hero-image img, .dwellpac-about .dw-split-image img { border: 1px solid var(--dp-border); }
  .dwellpac-about .dw-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
  .dwellpac-about .dw-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 18px; border-radius: 6px; background: var(--dp-green); color: #fff; font-weight: 700; border: 1px solid var(--dp-green); }
  .dwellpac-about .dw-button:hover { background: var(--dp-green-dark); color: #fff; border-color: var(--dp-green-dark); }
  .dwellpac-about .dw-button-secondary { background: #fff; color: var(--dp-green-dark); border-color: var(--dp-border); }
  .dwellpac-about .dw-button-secondary:hover { background: var(--dp-green-light); color: var(--dp-green-dark); border-color: #CFE2D4; }
  .dwellpac-about .dw-section-head { max-width: 820px; margin: 0 auto 28px; text-align: center; }
  .dwellpac-about .dw-section-head h2 { font-size: 30px; }
  .dwellpac-about .dw-section-head p { color: var(--dp-muted); }
  .dwellpac-about .dw-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
  .dwellpac-about .dw-card { padding: 22px 20px; border: 1px solid var(--dp-border); border-radius: 6px; background: #fff; }
  .dwellpac-about .dw-card-topline { width: 38px; height: 3px; margin-bottom: 16px; border-radius: 2px; background: var(--dp-green); }
  .dwellpac-about .dw-card p { color: var(--dp-muted); }
  .dwellpac-about .dw-split { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr); gap: 38px; align-items: center; }
  .dwellpac-about .dw-checklist { margin: 18px 0 0; padding: 0; list-style: none; }
  .dwellpac-about .dw-checklist li { position: relative; margin: 0 0 10px; padding-left: 20px; }
  .dwellpac-about .dw-checklist li:before { content: ''; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--dp-green); }
  .dwellpac-about .dw-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 24px; }
  .dwellpac-about .dw-step { padding: 20px 18px; border-radius: 6px; border: 1px solid #CFE2D4; background: var(--dp-green-light); }
  .dwellpac-about .dw-step span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 50%; background: var(--dp-green); color: #fff; font-weight: 700; }
  .dwellpac-about .dw-image-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
  .dwellpac-about .dw-image-card { overflow: hidden; border: 1px solid var(--dp-border); border-radius: 6px; background: #fff; }
  .dwellpac-about .dw-image-card img { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 0; }
  .dwellpac-about .dw-image-card div { padding: 18px 18px 20px; }
  .dwellpac-about .dw-scope { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
    .dwellpac-about .dw-scope a { display: inline-flex; padding: 8px 12px; border-radius: 6px; border: 1px solid #CFE2D4; background: #fff; color: var(--dp-green-dark); font-weight: 700; font-size: 14px; text-decoration: none; }
  .dwellpac-about .dw-scope a:hover { background: var(--dp-green-light); border-color: var(--dp-green); color: var(--dp-green-dark); }
  .dwellpac-about .dw-cta { padding: 30px 26px; border-radius: 6px; background: var(--dp-black); color: #F2F2F2; text-align: center; }
  .dwellpac-about .dw-cta h2 { color: #fff; }
  .dwellpac-about .dw-cta p { max-width: 760px; margin-left: auto; margin-right: auto; }
  .dwellpac-about .dw-cta .dw-button { background: #fff; color: var(--dp-black); border-color: #fff; }
  .dwellpac-about .dw-cta .dw-button:hover { background: var(--dp-green-light); color: var(--dp-green-dark); }
  @media (max-width: 920px) {
    .dwellpac-about .dw-hero, .dwellpac-about .dw-split, .dwellpac-about .dw-grid, .dwellpac-about .dw-process, .dwellpac-about .dw-image-grid { grid-template-columns: 1fr; }
    .dwellpac-about .dw-hero-copy { padding-left: 18px; }
    .dwellpac-about h2 { font-size: 28px; }
    .dwellpac-about .dw-section-head h2 { font-size: 26px; }
  }
  @media (max-width: 640px) {
    .dwellpac-about .dw-section { padding: 46px 16px; }
    .dwellpac-about .dw-lede { font-size: 18px; }
    .dwellpac-about h2 { font-size: 25px; }
  }
