.subpage-hero {
  position: relative;
  min-height: 39rem;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}
.subpage-hero__media,
.subpage-hero__veil {
  position: absolute;
  inset: 0;
}
.subpage-hero__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subpage-hero__veil {
  background: linear-gradient(180deg, rgba(3,11,15,.08), rgba(3,11,15,.94) 82%);
}
.subpage-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 74rem);
  margin: 0 auto;
  padding: 7rem 1rem 3.5rem;
}
.breadcrumbs {
  margin: 0 0 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  color: rgba(255,255,255,.58);
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.breadcrumbs a:hover { color: #fff; }
.subpage-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 11vw, 6rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}
.subpage-hero h1 em {
  color: var(--copper);
  font-weight: 600;
}
.subpage-hero__lead {
  max-width: 44rem;
  margin: 1.35rem 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1rem, 2.5vw, 1.16rem);
}
.subpage-hero .hero-actions { max-width: 31rem; }
.page-intro {
  padding: 4.5rem 1rem;
  background: var(--white);
}
.page-intro__grid {
  max-width: 74rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.page-intro h2,
.journey-heading h2,
.local-context h2,
.related-services h2,
.contact-page h1,
.thank-you h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 8vw, 4.2rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.page-intro__copy p {
  margin: 0 0 1rem;
  color: #47575d;
}
.page-intro__copy p:first-child {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.48;
}
.page-intro .eyebrow,
.journey .eyebrow,
.principles .eyebrow,
.related-services .eyebrow { color: var(--copper-on-light); }
.journey {
  padding: 5rem 1rem;
  background: var(--paper);
}
.journey-heading {
  max-width: 74rem;
  margin: 0 auto 2.5rem;
}
.journey-heading > p:last-child {
  max-width: 47rem;
  color: var(--muted);
}
.journey-grid {
  max-width: 74rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.journey-card {
  position: relative;
  min-height: 31rem;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
}
.journey-card img,
.journey-card::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.journey-card img { object-fit: cover; opacity: .67; }
.journey-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(3,11,15,.05) 16%, rgba(3,11,15,.95) 88%);
}
.journey-card__content { position: relative; z-index: 1; }
.journey-card__label {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--copper);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.journey-card__label::before {
  content: "";
  width: 1.6rem;
  height: 1px;
  background: currentColor;
}
.journey-card h3 {
  margin: .75rem 0;
  font-family: var(--serif);
  font-size: 1.75rem;
  line-height: 1.1;
}
.journey-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
}
.journey-card ul {
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .45rem;
  list-style: none;
  color: rgba(255,255,255,.84);
  font-size: .78rem;
}
.journey-card li::before { content: "—"; margin-right: .45rem; color: var(--copper); }
.context-band {
  padding: 5rem 1rem;
  background: var(--ink);
  color: #fff;
}
.local-context {
  max-width: 74rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.local-context__copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.context-list {
  display: grid;
  border-top: 1px solid rgba(255,255,255,.15);
}
.context-list article {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.context-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.3rem;
}
.context-list p {
  margin: .45rem 0 0;
  color: rgba(255,255,255,.62);
  font-size: .86rem;
}
.principles {
  padding: 5rem 1rem;
  background: var(--paper-2);
}
.principles__inner {
  max-width: 74rem;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}
.principle {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255,255,255,.52);
}
.principle span {
  color: var(--red);
  font-size: .7rem;
  font-weight: 800;
}
.principle h3 {
  margin: .55rem 0;
  font-family: var(--serif);
  font-size: 1.35rem;
}
.principle p { margin: 0; color: var(--muted); font-size: .86rem; }
.related-services {
  padding: 5rem 1rem;
  background: var(--white);
}
.related-services__inner { max-width: 74rem; margin: 0 auto; }
.related-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}
.related-card {
  min-height: 15rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}
.related-card span { color: var(--copper); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.related-card h3 { margin: .55rem 0; font-family: var(--serif); font-size: 1.55rem; }
.related-card p { margin: 0 0 1rem; color: rgba(255,255,255,.62); font-size: .84rem; }
.related-card b { min-height: 2.75rem; display: inline-flex; align-items: center; font-size: .78rem; }
.service-cta {
  padding: 5rem 1rem;
  background: var(--red);
  color: #fff;
  text-align: center;
}
.service-cta__inner { max-width: 50rem; margin: auto; }
.service-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 8vw, 4.3rem);
  font-weight: 600;
  line-height: 1.04;
}
.service-cta p { color: rgba(255,255,255,.74); }
.service-cta .button { margin-top: .6rem; background: var(--white); color: var(--ink); }
.contact-page {
  min-height: calc(100vh - 6.7rem);
  padding: 4rem 1rem 6rem;
  background: var(--ink);
  color: #fff;
}
.contact-page__inner {
  max-width: 74rem;
  margin: auto;
  display: grid;
  gap: 2.5rem;
}
.contact-page__intro > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.contact-page .contact-form { width: 100%; }
.contact-page .direct-actions { margin-bottom: 2rem; }
.contact-notes {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-left: 2px solid var(--copper);
  background: rgba(255,255,255,.05);
}
.contact-notes h2 { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.contact-notes p { margin: .45rem 0 0; color: rgba(255,255,255,.6); font-size: .8rem; }
.thank-you {
  min-height: calc(100vh - 6.7rem);
  padding: 5rem 1rem 7rem;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(3,11,15,.78), rgba(3,11,15,.94)),
    url("assets/images/spiritual-prayer-toronto.webp") center/cover;
  color: #fff;
  text-align: center;
}
.thank-you__card {
  width: min(100%, 42rem);
  padding: 2rem 1.2rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(7,21,28,.72);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.thank-you__mark {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200,155,98,.55);
  border-radius: 50%;
  color: var(--copper);
  font-size: 1.5rem;
}
.thank-you p { color: rgba(255,255,255,.7); }
.thank-you__actions {
  margin-top: 1.5rem;
  display: grid;
  gap: .65rem;
}
.thank-you__actions .button:last-child {
  border-color: rgba(255,255,255,.24);
  color: #fff;
}

@media (min-width: 48rem) {
  .subpage-hero { min-height: 47rem; }
  .subpage-hero__veil { background: linear-gradient(90deg, rgba(3,11,15,.94) 0%, rgba(3,11,15,.67) 48%, rgba(3,11,15,.12) 82%); }
  .subpage-hero__inner { padding: 8rem 2rem 5rem; }
  .subpage-hero h1 { max-width: 11ch; font-size: clamp(4.2rem, 7vw, 6.6rem); }
  .page-intro, .journey, .context-band, .principles, .related-services, .service-cta { padding: 7rem 2rem; }
  .page-intro__grid { grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: start; }
  .journey-grid { grid-template-columns: repeat(3, 1fr); }
  .journey-card { min-height: 37rem; padding: 1.8rem; }
  .local-context { grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
  .principles__inner { grid-template-columns: repeat(3, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-page { padding: 7rem 2rem; }
  .contact-page__inner { grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: start; }
  .thank-you__card { padding: 3.5rem; }
  .thank-you__actions { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 75rem) {
  .journey-card img { transition: transform .7s ease; }
  .journey-card:hover img { transform: scale(1.035); }
  .related-card { transition: transform .25s ease, background .25s ease; }
  .related-card:hover { transform: translateY(-.25rem); background: var(--ink-soft); }
}
