:root {
  --ink: #24313c;
  --muted: #5e6b76;
  --brand: #9b4d0f;
  --brand-dark: #6f3308;
  --soft: #f7f8f4;
  --soft-cool: #eef4f2;
  --warm: #fbf4ed;
  --line: #dfe4dd;
  --white: #fff;
  --gutter: clamp(24px, 4.5vw, 96px);
  --wide-gutter: var(--gutter);
  --section-y: 64px;
  --section-y-tight: 48px;
  --shadow-soft: 0 16px 38px rgba(36,49,60,.08);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: var(--white);
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--brand-dark); }
img { max-width: 100%; height: auto; }
h1, h2, h3 {
  line-height: 1.14;
  letter-spacing: 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}
h2 {
  margin: 0 0 14px;
  font-size: 34px;
  max-width: 840px;
}
h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
p {
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}
li,
summary,
label {
  overflow-wrap: anywhere;
}
p:last-child,
li:last-child,
article :last-child,
details :last-child {
  margin-bottom: 0;
}
main,
.hero,
.hero-copy,
.hero-form-card,
.intro-grid > *,
.lead-panel > *,
.content-band > *,
.site-footer > *,
.lead-form,
.lead-form label {
  min-width: 0;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  padding: 14px var(--wide-gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.97);
  position: sticky;
  top: 0;
  z-index: 5;
  box-shadow: 0 6px 24px rgba(36,49,60,.05);
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
  flex: 0 1 440px;
}
.brand-logo {
  width: 104px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 104px;
  overflow: hidden;
}
.brand-logo img {
  width: 144px;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-2px, -10px);
  flex: 0 0 auto;
}
.brand-copy { min-width: 0; }
.brand strong { display: block; line-height: 1.15; }
.brand strong,
.brand small {
  overflow-wrap: anywhere;
}
.brand small { display: block; color: var(--muted); font-size: 13px; line-height: 1.35; margin-top: 2px; }
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 17px;
  font-size: 15px;
  flex: 1 1 430px;
  min-width: 0;
}
nav a { text-decoration: none; color: var(--ink); line-height: 1.25; white-space: nowrap; }
nav a { overflow-wrap: anywhere; }
nav a[aria-current="page"] { color: var(--brand); font-weight: 700; }
.header-call {
  border: 1px solid var(--brand);
  color: var(--brand-dark);
  padding: 9px 13px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
  font-weight: 700;
  line-height: 1.2;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 2.5vw, 42px);
  align-items: center;
  min-height: clamp(540px, 47vw, 680px);
  padding: clamp(48px, 5vw, 72px) var(--wide-gutter);
  background-color: var(--soft);
  background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 54%, rgba(255,247,239,.72) 74%, rgba(255,255,255,.38) 100%), url('/images/dignity/hero-program.jpg');
  background-image: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 54%, rgba(255,247,239,.72) 74%, rgba(255,255,255,.38) 100%), image-set(url('/images/dignity/hero-program.avif') type('image/avif'), url('/images/dignity/hero-program.jpg') type('image/jpeg'));
  background-position: center, right center;
  background-repeat: no-repeat;
  background-size: auto, cover;
}
.hero-with-form {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}
.hero-copy {
  grid-column: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-copy h1 {
  max-width: 820px;
  margin: 16px auto 18px;
  color: var(--brand-dark);
  font-size: 72px;
  line-height: 1.02;
  overflow-wrap: anywhere;
}
.hero-copy > p {
  max-width: 780px;
  font-size: 22px;
  line-height: 1.58;
  color: #344958;
}
.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 16px;
  border: 1px solid rgba(155,77,15,.24);
  border-radius: 999px;
  background: rgba(255,247,239,.95);
  color: var(--brand-dark);
  font-size: 14px;
  line-height: 1.2;
}
.hero-form-card {
  width: 100%;
  min-width: 0;
  max-width: none;
  grid-column: 2;
  justify-self: stretch;
  align-self: center;
  background: rgba(255,255,255,.98);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(24px, 2.4vw, 34px);
  box-shadow: 0 22px 54px rgba(36,49,60,.14);
}
.hero-form-card h2 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.18;
}
.hero-form-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}
.hero-form-card .eyebrow {
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
}
.hero-lead-form {
  gap: 12px;
}
.hero-lead-form label {
  font-size: 14px;
}
.hero-lead-form input, .hero-lead-form textarea {
  padding: 9px 10px;
}
.lead-form.hero-lead-form textarea {
  min-height: 94px;
}
.section-intro { max-width: 860px; color: var(--muted); font-size: 18px; }
.eyebrow {
  margin: 0 0 8px;
  color: var(--brand);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}
.button.secondary {
  background: transparent;
  color: var(--brand-dark);
}
.intro-grid, .lead-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
  gap: 56px;
  padding: var(--section-y) var(--wide-gutter);
}
.home-intro-grid {
  align-items: stretch;
}
.home-intro-copy {
  max-width: 980px;
}
.home-intro-grid .lead {
  font-size: 18px;
  line-height: 1.55;
  max-width: 760px;
  margin-top: 24px;
}
.home-intro-grid h2 {
  font-size: clamp(27px, 2vw, 32px);
  line-height: 1.12;
  margin-top: 18px;
}
.home-intro-grid p:not(.lead),
.home-intro-grid li {
  font-size: 16px;
  line-height: 1.55;
}
.lead {
  font-size: 21px;
  line-height: 1.55;
  color: var(--muted);
  max-width: 820px;
}
.compact-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}
.info-box {
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 6px;
  padding: 26px;
  align-self: start;
  box-shadow: 0 10px 28px rgba(36,49,60,.06);
}
.content-band {
  padding: var(--section-y) var(--wide-gutter);
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-band,
.facts-band {
  background: var(--soft-cool);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}
.card-grid article, .faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(36,49,60,.05);
}
.card-grid h3 { color: var(--brand-dark); }
.trust-grid article {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 122px;
  padding: 26px 22px;
  text-align: center;
}
.trust-grid h3 {
  margin-bottom: 8px;
  font-size: 18px;
}
.trust-grid p {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.45;
}
.facts-grid article { min-height: 190px; }
.visit-band .info-box ul { padding-left: 20px; }
.city-grid article a { font-weight: 700; }
.contact-card {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 34px;
  text-align: center;
}
.contact-card h2 {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.1;
}
.contact-card p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
}
.contact-card .button {
  align-self: center;
  margin-top: 2px;
}
.source-note { font-weight: 700; }
.photo-band > .eyebrow,
.photo-band > h2,
.photo-band > .section-intro {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.photo-carousel {
  margin-top: 32px;
}
.photo-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
  margin: 0 auto 16px;
}
.photo-carousel-title {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
}
.photo-status {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.photo-nav {
  display: flex;
  gap: 10px;
}
.photo-arrow {
  width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(36,49,60,.1);
}
.photo-arrow:hover,
.photo-arrow:focus-visible {
  background: var(--brand);
  color: #fff;
  outline: none;
}
.photo-arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.photo-carousel-viewport {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #15110d;
  box-shadow: 0 18px 44px rgba(36,49,60,.12);
}
.photo-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.photo-track::-webkit-scrollbar {
  display: none;
}
.photo-slide {
  position: relative;
  scroll-snap-align: start;
  margin: 0;
  background: #15110d;
  border-right: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
.photo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 3 / 2;
  background: #15110d;
}
.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 24px 20px;
  background: linear-gradient(180deg, rgba(21,17,13,0) 0%, rgba(21,17,13,.72) 58%, rgba(21,17,13,.88) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.photo-thumbnail-strip {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  width: 50%;
  margin: 14px auto 0;
}
.photo-thumb {
  display: block;
  min-height: 0;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(36,49,60,.08);
  overflow: hidden;
}
.photo-thumb:hover,
.photo-thumb:focus-visible,
.photo-thumb.is-active {
  border-color: var(--brand);
  outline: none;
}
.photo-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  border-radius: 3px;
  object-fit: cover;
  opacity: .72;
}
.photo-thumb.is-active img,
.photo-thumb:hover img,
.photo-thumb:focus-visible img {
  opacity: 1;
}
.award-review-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 2fr);
  gap: clamp(28px, 3vw, 56px);
  align-items: stretch;
  margin-top: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(36,49,60,.06);
  padding: clamp(28px, 3vw, 48px);
}
.award-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding-right: clamp(0px, 2vw, 34px);
  text-align: center;
  border-right: 1px solid var(--line);
}
.award-feature img {
  width: 100%;
  max-width: 430px;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #111;
}
.award-copy {
  max-width: 440px;
}
.award-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.55;
}
.award-copy p + p {
  margin-top: 10px;
}
.award-copy strong {
  display: block;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.45;
}
.review-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0;
}
.review-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  text-align: center;
}
.review-score {
  color: var(--brand-dark);
  font-size: clamp(40px, 3.4vw, 58px);
  line-height: 1;
  font-weight: 900;
}
.star-row {
  display: block;
  color: #d99a22;
  font-size: clamp(28px, 2vw, 36px);
  line-height: 1;
  letter-spacing: 2px;
}
.review-source {
  display: block;
  margin-top: 8px;
  color: var(--brand-dark);
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 800;
  text-transform: uppercase;
}
.review-list {
  display: grid;
  gap: 16px;
  margin: 0 auto 24px;
  width: 100%;
  max-width: 1120px;
}
.review-snippet {
  margin: 0;
  padding: 20px 24px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.review-snippet blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}
.review-snippet figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}
.review-panel a {
  align-self: center;
  margin-top: 2px;
  font-weight: 800;
}
.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}
.lead-panel {
  background: #fff;
  border-top: 1px solid var(--line);
}
.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-self: start;
}
.lead-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #c8d0c8;
  border-radius: 4px;
  min-height: 44px;
  padding: 10px 11px;
  font: inherit;
  background: #fff;
}
.lead-form textarea { min-height: 118px; }
.form-wide, .lead-form button { grid-column: 1 / -1; }
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
}
.hp-field input {
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
}
.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 30px;
  padding: 42px var(--wide-gutter);
  background: var(--ink);
  color: #fff;
}
.site-footer a { color: #ffe0c0; }
.footer-cities p { display: flex; flex-wrap: wrap; gap: 8px 12px; }
@media (max-width: 900px) {
  .hero-with-form { grid-template-columns: 1fr; }
  .hero { background-image: linear-gradient(90deg, rgba(246,247,242,.98), rgba(255,255,255,.9)); }
  .hero-copy,
  .hero-form-card {
    grid-column: auto;
  }
  .hero-form-card {
    max-width: none;
    justify-self: stretch;
  }
  .intro-grid, .lead-panel, .site-footer { grid-template-columns: 1fr; }
  .site-header {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    position: static;
  }
  .brand, nav { flex-basis: auto; width: 100%; }
  .brand {
    justify-content: center;
    text-align: center;
  }
  nav { justify-content: center; }
  .header-call { align-self: center; }
  .card-grid { grid-template-columns: 1fr; }
  .photo-track { grid-auto-columns: clamp(250px, 86vw, 760px); }
  .lead-form { grid-template-columns: 1fr; }
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy > p { font-size: 20px; }
  h2 { font-size: 30px; }
  .intro-grid, .lead-panel { gap: 32px; }
}
@media (max-width: 520px) {
  :root {
    --gutter: 24px;
    --section-y: 42px;
  }
  .site-header { padding: 16px var(--gutter); }
  .brand {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .brand-logo {
    width: 112px;
    height: 78px;
    flex-basis: 112px;
  }
  .brand-logo img { width: 152px; transform: translate(-2px, -10px); }
  .brand strong { font-size: 16px; }
  .brand small {
    max-width: 280px;
    margin-inline: auto;
    line-height: 1.35;
  }
  nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    font-size: 15px;
  }
  nav a {
    padding: 2px 0;
    white-space: normal;
  }
  .header-call {
    align-self: stretch;
    text-align: center;
    width: 100%;
  }
  .hero { padding: 42px var(--gutter); }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy > p { font-size: 18px; }
  .hero-form-card {
    max-width: 100%;
    padding: 20px;
  }
  .hero-form-card h2 { font-size: 23px; }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0;
  }
  .hero-actions .button,
  .button-row .button,
  .lead-form button {
    width: 100%;
    text-align: center;
  }
  .intro-grid,
  .lead-panel,
  .content-band,
  .site-footer {
    padding: var(--section-y) var(--gutter);
  }
  .info-box,
  .card-grid article,
  .faq-list details {
    padding: 18px;
  }
  .lead { font-size: 18px; }
  h2 { font-size: 27px; }
  .photo-band > .eyebrow,
  .photo-band > h2,
  .photo-band > .section-intro {
    width: 100%;
  }
  .photo-carousel-head {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .photo-nav { width: 100%; justify-content: space-between; }
  .photo-arrow {
    width: 42px;
    height: 42px;
  }
  .photo-slide figcaption {
    padding: 34px 16px 16px;
    font-size: 14px;
  }
  .photo-carousel-viewport {
    width: 100%;
  }
  .photo-thumbnail-strip {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .photo-thumbnail-strip::-webkit-scrollbar {
    display: none;
  }
  .photo-thumb {
    flex: 0 0 82px;
    padding: 2px;
  }
  .contact-card {
    align-self: start;
    min-height: 0;
    padding: 22px;
  }
  .contact-card h2 { font-size: 26px; }
  .award-review-layout {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .award-feature {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-right: 0;
    padding-bottom: 22px;
  }
  .award-feature img { max-width: 330px; }
  .review-panel { padding-top: 2px; }
  .review-summary { align-items: center; }
  .review-list { grid-template-columns: 1fr; }
}
