  /* ---------- Home hero — same split pattern as .about-hero ---------- */
  .home-hero { background: var(--paper); padding: 48px 36px 56px; }
  .home-hero-copy { max-width: 1200px; margin: 0 auto; }
  .home-hero:has(.hero-figure) {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .home-hero:has(.hero-figure) .home-hero-copy {
    max-width: none;
    margin: 0;
    padding-top: clamp(36px, 4vw, 56px);
    padding-bottom: clamp(40px, 5vw, 64px);
  }
  .home-hero:has(.hero-figure) p { max-width: 46ch; }
  .home-hero .crumbs { margin-bottom: 24px; }
  .home-hero .label { display: block; margin-bottom: 22px; }
  .home-hero h1 { font-size: clamp(38px, 4.6vw, 60px); line-height: 1.14; max-width: 20ch; }
  .home-hero p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.8; max-width: 62ch; }
  .home-hero .btn { margin-top: 30px; }
  /* ---------- About preview ---------- */
  .about-preview { background: var(--paper); }
  .about-center { text-align: center; }
  .about-center .section-lead { margin-left: auto; margin-right: auto; }
  .about-cta { margin-top: 32px; }

  /* ---------- Services grid ---------- */
  .services-section { background: var(--bg); }
  .services-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 40px;
  }
  .services-head .head-cta { font-size: 13px; color: var(--accent-deep); display: inline-flex; align-items: center; gap: 8px; }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--rule);
    border-left: 1px solid var(--rule);
  }
  .service-card {
    padding: 38px 32px 36px;
    border-right: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
    background: var(--paper);
    transition: background 0.3s, transform 0.3s;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
  }
  .service-card:hover { background: var(--accent-tint); }
  .service-card .num {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-style: italic;
    color: var(--accent-deep);
    margin-bottom: 20px;
    letter-spacing: 0.08em;
  }
  .service-card h3 {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .service-card p {
    color: var(--ink-soft);
    font-size: 14.5px;
    line-height: 1.65;
    margin: 0 0 auto;
  }
  .service-card .arrow {
    margin-top: 24px;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent-deep);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  /* ---------- Areas of support ---------- */
  .support {
    background: var(--paper);
    padding-top: clamp(28px, 3.5vw, 44px);
    padding-bottom: clamp(28px, 3.5vw, 44px);
  }
  .support-head { text-align: center; margin-bottom: 36px; }
  .support-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .support-item {
    padding: 8px 20px;
    text-align: center;
    border-left: 1px solid var(--rule);
  }
  .support-item:first-child { border-left: none; }
  .support-item svg {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 16px;
    fill: none;
    stroke: var(--accent);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .support-item h3 {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .support-item p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0;
  }
  .support-cta { text-align: center; margin-top: 32px; }

  /* ---------- Kind words ---------- */
  .kind {
    background: var(--bg);
    padding-top: clamp(28px, 3.5vw, 44px);
    padding-bottom: clamp(28px, 3.5vw, 44px);
    text-align: center;
  }
  .kind .eyebrow { margin-bottom: 20px; }
  .kind-track {
    display: flex;
    /* height follows the active slide (set by index.js) */
    align-items: flex-start;
    transition: height 0.3s;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .kind-track::-webkit-scrollbar { display: none; }
  .kind-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    margin: 0;
    padding: 0 clamp(16px, 4vw, 48px);
  }
  .kind-slide blockquote {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: clamp(21px, 2.5vw, 29px);
    line-height: 1.6;
    color: var(--ink);
  }
  .kind-slide blockquote p { margin: 0 0 16px; }
  .kind-slide blockquote p:last-child { margin-bottom: 0; }
  .kind-slide figcaption {
    margin-top: 30px;
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .kind-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
  }
  .kind-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--accent);
    background: transparent;
    cursor: pointer;
    transition: background 0.3s;
  }
  .kind-dots button[aria-current="true"] { background: var(--accent); }

  /* ---------- Process ---------- */
  .process { background: var(--paper); }
  .process-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    position: relative;
  }
  .process-grid::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: var(--rule);
    z-index: 0;
  }
  .step { text-align: center; position: relative; z-index: 1; }
  .step .circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--paper);
    border: 1px solid var(--accent);
    color: var(--accent-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
  }
  .step h3 { font-size: 24px; margin-bottom: 10px; }
  .step p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; max-width: 280px; margin: 0 auto; }

  /* ---------- CTA band ---------- */
  .cta-band {
    background: var(--accent);
    color: #fff;
    padding: 48px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 18% 50%, rgba(255,255,255,0.08), transparent 40%),
      radial-gradient(circle at 82% 50%, rgba(255,255,255,0.06), transparent 40%);
  }
  .cta-band .container-narrow { position: relative; z-index: 1; }
  .cta-band h2 {
    color: #fff;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    margin-bottom: 18px;
  }
  .cta-band h2 em { font-style: italic; color: rgba(255,255,255,0.85); }
  .cta-band p {
    color: rgba(255,255,255,0.85);
    font-size: 18px;
    max-width: 520px;
    margin: 0 auto 32px;
  }
  .cta-band .btn-light { color: var(--accent-deep); }

  @media (max-width: 960px) {
    .home-hero { padding: 40px 24px 44px; }
    /* stack: copy first, photo below it */
    .home-hero:has(.hero-figure) { display: block; padding: 0; }
    .home-hero:has(.hero-figure) .home-hero-copy { padding: 40px 24px 36px; }
    .services-grid, .process-grid { grid-template-columns: 1fr; }
    .services-grid { border-left: none; border-top: none; }
    .service-card { border-right: none; }
    .process-grid::before { display: none; }
    .services-head { grid-template-columns: 1fr; }
    .support-grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
    .support-item:nth-child(odd) { border-left: none; }
  }
  @media (max-width: 720px) {
    .services-grid { grid-template-columns: 1fr; }
  }

/* bigger section labels for Areas of support + Kind words */
html[data-skin="sanctuary"] .support-head .eyebrow,
html[data-skin="sanctuary"] .kind .eyebrow { font-size: 15px; }
