/* ========================================================================
   Tier editorial — parchment + Grace Harbor Hero Standard
   Shared by Finding Your Footing (.footing-page), Growing Your Strength
   (.steady-page), Going Forward (.going-forward-page), and Passing
   Conversations (.passing-page). Page-specific: hero photo + title/intro/
   content text only. Chrome (logo + footer) matches.
   ======================================================================== */

/* ----- 1. Header logo = homepage treatment (transparent + mask, no cream box) ----- */
body.footing-body .header__logo,
body.steady-body .header__logo,
body.going-forward-body .header__logo {
  position: relative;
  display: inline-block;
  line-height: 0;
}

body.footing-body .header__logo img,
body.steady-body .header__logo img,
body.going-forward-body .header__logo img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0; /* keeps intrinsic size / alt text; painted mark is ::after */
}

body.footing-body .header__logo::after,
body.steady-body .header__logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3d5668;
  -webkit-mask-image: url("../images/Logos/CORNER-LOGO-transparent.png");
  mask-image: url("../images/Logos/CORNER-LOGO-transparent.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
  pointer-events: none;
}

/* Going Forward — approved PNG (cutout disabled; brand-mark / going-forward.css own sizing) */
body.going-forward-body .header__logo::after,
body.going-forward-body .footer.gh-home-footer .gh-home-footer__logo::after {
  content: none !important;
  display: none !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

body.going-forward-body .footer.gh-home-footer .gh-home-footer__logo {
  position: relative !important;
  display: inline-block !important;
  line-height: 0 !important;
}

/* Kill header cream wash strip under nav on these pages */
body.footing-body .header::after,
body.steady-body .header::after,
body.going-forward-body .header::after {
  display: none !important;
  content: none !important;
}

/* Footer: Home / Finding / Growing / Restoring share editorial blue */
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial {
  background: linear-gradient(180deg, #2a4f6e 0%, #1f3f5c 100%) !important;
  padding-top: 1.35rem !important;
  padding-bottom: 1.45rem !important;
  color: rgba(255, 250, 245, 0.9);
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial::before,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial::before,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial::before {
  display: none;
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal-sep,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal-sep,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal-sep,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright {
  color: rgba(255, 250, 245, 0.86);
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:hover,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:focus-visible,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:hover,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:focus-visible,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:hover,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo::before,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo::after,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo::before,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo::after {
  content: none !important;
  display: none !important;
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img {
  filter: none;
  mix-blend-mode: normal;
  opacity: 1;
  max-height: 2.95rem;
  width: auto;
  background: transparent;
  background-color: transparent;
}

body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
body.going-forward-body .header__logo img {
  display: block !important;
  width: 48px !important;
  max-width: 48px !important;
  max-height: none !important;
  height: auto !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img {
  width: 44px !important;
  max-width: 44px !important;
  opacity: 0.92 !important;
}

/* Support buttons — readable on blue footer (Footing / Strength / Restoring) */
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.75rem 1rem !important;
  width: auto !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  background: transparent !important;
  background-image: none !important;
  color: rgba(255, 250, 245, 0.96) !important;
  border: 1px solid rgba(255, 250, 245, 0.55) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor:hover,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor:hover,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--harbor:hover,
body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent:hover,
body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent:hover,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn--sent:hover,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn:hover,
body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn:focus-visible {
  background: rgba(255, 252, 248, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

/* ----- Page atmosphere ----- */
main.page.gh-tier-page.footing-page,
main.page.gh-tier-page.steady-page,
main.page.gh-tier-page.going-forward-page,
main.page.gh-tier-page.passing-page {
  background-color: #f4e6d4 !important;
  background-image: none !important;
  /* Kill style.css calc padding-top — that band is the beige top strip /
     second “stacked” coastal layer under the absolute nav */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Page-level coastal wash only — never a second hero photo */
main.page.gh-tier-page.footing-page::before,
main.page.gh-tier-page.steady-page::before,
main.page.gh-tier-page.going-forward-page::before,
main.page.gh-tier-page.passing-page::before {
  background-color: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
  content: none !important;
  display: none !important;
}

/* ----- Remove beige strip at parchment bottom ----- */
main.page.gh-tier-page.footing-page::after,
main.page.gh-tier-page.steady-page::after,
main.page.gh-tier-page.going-forward-page::after,
main.page.gh-tier-page.passing-page::after {
  opacity: 0 !important;
  background-image: none !important;
  content: none !important;
  display: none !important;
}

/* ----- Soft hero → parchment mist (homepage-depth fade) -----
   Homepage pattern: hero scene stacks ABOVE parchment so the mist/fade
   paints over the tucked body — no hard beige strip, no clipped card top. */
main.page.gh-tier-page.footing-page .gh-tier-scene,
main.page.gh-tier-page.steady-page .gh-tier-scene,
main.page.gh-tier-page.going-forward-page .gh-tier-scene,
main.page.gh-tier-page.passing-page .gh-tier-scene {
  position: relative;
  z-index: 2;
  overflow: visible !important; /* allow soft fade to extend past scene bottom */
  padding-bottom: 0 !important;
  /* Pull scene up so beach photo reaches under absolute nav (kills beige ribbon) */
  margin-top: -16px !important;
  /* No scene-level photo — only .gh-tier-scene__photo carries the hero */
  background-color: transparent !important;
  background-image: none !important;
}

/* Ensure hero copy clears the absolute header now that main padding-top is 0 */
main.page.gh-tier-page.footing-page .gh-tier-hero-band,
main.page.gh-tier-page.footing-page .gh-tier-hero-band--compact,
main.page.gh-tier-page.steady-page .gh-tier-hero-band,
main.page.gh-tier-page.steady-page .gh-tier-hero-band--compact,
main.page.gh-tier-page.going-forward-page .gh-tier-hero-band,
main.page.gh-tier-page.going-forward-page .gh-tier-hero-band--compact,
main.page.gh-tier-page.passing-page .gh-tier-hero-band,
main.page.gh-tier-page.passing-page .gh-tier-hero-band--compact {
  padding-top: calc(max(7.5rem, 8vh + 4.5rem)) !important;
  min-height: clamp(340px, 50vh, 560px) !important;
  align-items: flex-start !important;
  padding-bottom: 2.75rem !important;
}

/* Shared hero photo layout — extend UP under nav; one layer only */
main.page.gh-tier-page.footing-page .gh-tier-scene__photo,
main.page.gh-tier-page.steady-page .gh-tier-scene__photo,
main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo,
main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
  inset: auto !important;
  left: 0 !important;
  right: 0 !important;
  top: -18px !important;
  bottom: 0 !important;
  width: 100% !important;
  height: calc(100% + 18px) !important;
  max-width: none !important;
  transform: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  opacity: 1 !important;
  filter: brightness(1.04) contrast(1.02) saturate(1.03) !important;
}

/* Page-specific hero images + framing */
main.page.gh-tier-page.footing-page .gh-tier-scene__photo {
  background-image: url("../images/Finding Your Footing/Finding Footing Hero.png") !important;
  background-position: center 42% !important;
}

main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
  background-image: url("../images/Growing Your Strength/Growing Strength Hero.png") !important;
  background-position: center top !important;
}

main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
  background-image: url("../images/Going Forward/Going Forward Hero v2.png") !important;
  background-position: center 42% !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
  background-image: url("../images/Passing%20Conversations/Passing%20Conversations%20Hero.png") !important;
  background-position: center 52% !important;
}

/* Soft bottom fade — stays inside scene so it cannot cover the first card top edge */
main.page.gh-tier-page.footing-page .gh-tier-scene::after,
main.page.gh-tier-page.steady-page .gh-tier-scene::after,
main.page.gh-tier-page.going-forward-page .gh-tier-scene::after,
main.page.gh-tier-page.passing-page .gh-tier-scene::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  height: 140px !important;
  z-index: 3 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 230, 212, 0.08) 22%,
    rgba(244, 230, 212, 0.28) 48%,
    rgba(244, 230, 212, 0.58) 72%,
    rgba(244, 230, 212, 0.88) 90%,
    #f4e6d4 100%
  ) !important;
  filter: none;
  -webkit-filter: none;
}

main.page.gh-tier-page.footing-page .gh-tier-scene__mist,
main.page.gh-tier-page.steady-page .gh-tier-scene__mist,
main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist,
main.page.gh-tier-page.passing-page .gh-tier-scene__mist {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  height: 36% !important;
  max-height: 11rem !important;
  opacity: 1 !important;
  pointer-events: none !important;
  z-index: 2;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 230, 212, 0.06) 20%,
    rgba(244, 230, 212, 0.22) 42%,
    rgba(244, 230, 212, 0.48) 62%,
    rgba(244, 230, 212, 0.78) 82%,
    rgba(244, 230, 212, 0.92) 94%,
    #f4e6d4 100%
  ) !important;
}

/* Warm wash — sun glow + mid/bottom only (no top-edge beige ribbon under nav) */
main.page.gh-tier-page.footing-page .gh-tier-scene__wash,
main.page.gh-tier-page.steady-page .gh-tier-scene__wash,
main.page.gh-tier-page.going-forward-page .gh-tier-scene__wash,
main.page.gh-tier-page.passing-page .gh-tier-scene__wash {
  background-image:
    radial-gradient(
      ellipse 40% 46% at 78% 40%,
      rgba(255, 214, 150, 0.16) 0%,
      rgba(255, 226, 180, 0.05) 42%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 48% 34% at 54% 42%,
      rgba(247, 241, 232, 0.1) 0%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 55%,
      rgba(244, 230, 212, 0.06) 100%
    ) !important;
}

/* ========================================================================
   Shared pathway hero copy — all four Grace Harbor Hero Standard pages
   Eyebrow + script title + soft scrim (identical architecture)
   ======================================================================== */

/* Wrapper: lift entire text group ~36px; more air above parchment below */
main.page.gh-tier-page.footing-page .gh-tier-hero,
main.page.gh-tier-page.steady-page .gh-tier-hero,
main.page.gh-tier-page.going-forward-page .gh-tier-hero,
main.page.gh-tier-page.passing-page .gh-tier-hero {
  position: relative;
  isolation: isolate;
  margin: 0 auto !important;
  transform: translateY(-36px);
  padding: 0.35rem 1rem 0.2rem !important;
  max-width: 720px;
  z-index: 1;
}

/* Soft cream mist — nearly imperceptible (typography carries readability) */
main.page.gh-tier-page.footing-page .gh-tier-hero::before,
main.page.gh-tier-page.steady-page .gh-tier-hero::before,
main.page.gh-tier-page.going-forward-page .gh-tier-hero::before,
main.page.gh-tier-page.passing-page .gh-tier-hero::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 55% !important;
  transform: translate(-50%, -50%) !important;
  width: min(108%, 42rem) !important;
  height: clamp(14.5rem, 48vw, 21rem) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: -1 !important;
  background: radial-gradient(
    ellipse 78% 70% at 50% 52%,
    rgba(250, 246, 238, 0.26) 0%,
    rgba(250, 246, 238, 0.12) 38%,
    rgba(250, 246, 238, 0.04) 60%,
    transparent 78%
  ) !important;
  filter: blur(20px) !important;
  -webkit-filter: blur(20px) !important;
  mix-blend-mode: normal;
  opacity: 1;
}

/* Level 1 — Grace Harbor Compassionate Services
   margin-top only (~26px): eases crowding under nav without shifting
   the whole hero band / title block as a unit. */
main.page.gh-tier-page.footing-page .gh-tier-eyebrow,
main.page.gh-tier-page.steady-page .gh-tier-eyebrow,
main.page.gh-tier-page.going-forward-page .gh-tier-eyebrow,
main.page.gh-tier-page.passing-page .gh-tier-eyebrow {
  margin: 1.625rem 0 1.15rem !important;
  color: #122f48 !important;
  text-shadow:
    0 0 22px rgba(247, 241, 232, 0.92),
    0 1px 1px rgba(255, 252, 245, 0.55) !important;
}

/* Level 2 — Hero title (script): preserve font / color / scale; breathing room only */
main.page.gh-tier-page.footing-page h1.gh-tier-headline,
main.page.footing-page.gh-tier-page h1.gh-tier-headline,
main.page.gh-tier-page.steady-page h1.gh-tier-headline,
main.page.steady-page.gh-tier-page h1.gh-tier-headline,
main.page.gh-tier-page.going-forward-page h1.gh-tier-headline,
main.page.going-forward-page.gh-tier-page h1.gh-tier-headline,
main.page.gh-tier-page.passing-page h1.gh-tier-headline,
main.page.passing-page.gh-tier-page h1.gh-tier-headline {
  margin-top: 0.15rem !important;
  margin-bottom: 0 !important;
  color: #1c4464 !important;
  text-shadow:
    0 0 36px rgba(255, 255, 255, 0.92),
    0 0 12px rgba(255, 252, 245, 0.88),
    0 1px 2px rgba(255, 255, 255, 0.65) !important;
}

/* Remove decorative hairline under hero titles (all four pages) */
main.page.gh-tier-page.footing-page h1.gh-tier-headline::after,
main.page.footing-page.gh-tier-page h1.gh-tier-headline::after,
main.page.gh-tier-page.steady-page h1.gh-tier-headline::after,
main.page.steady-page.gh-tier-page h1.gh-tier-headline::after,
main.page.gh-tier-page.going-forward-page h1.gh-tier-headline::after,
main.page.going-forward-page.gh-tier-page h1.gh-tier-headline::after,
main.page.gh-tier-page.passing-page h1.gh-tier-headline::after,
main.page.passing-page.gh-tier-page h1.gh-tier-headline::after,
main.page.gh-tier-page.footing-page h1.gh-tier-script-title::after,
main.page.footing-page.gh-tier-page h1.gh-tier-script-title::after,
main.page.gh-tier-page.steady-page h1.gh-tier-script-title::after,
main.page.steady-page.gh-tier-page h1.gh-tier-script-title::after,
main.page.gh-tier-page.going-forward-page h1.gh-tier-script-title::after,
main.page.going-forward-page.gh-tier-page h1.gh-tier-script-title::after,
main.page.gh-tier-page.passing-page h1.gh-tier-script-title::after,
main.page.passing-page.gh-tier-page h1.gh-tier-script-title::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
}

/* Level 3 — Hero description: typography-first readability (magazine editorial) */
main.page.gh-tier-page.footing-page .gh-tier-lead,
main.page.gh-tier-page.steady-page .gh-tier-lead {
  margin: 1.45rem auto 0 !important;
  max-width: 640px;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  letter-spacing: 0.015em !important;
  color: #0f2438 !important;
  background: none !important;
  /* Extremely soft cream letter halo — not a drop shadow */
  text-shadow:
    0 0 1px rgba(255, 252, 245, 0.95),
    0 0 9px rgba(250, 246, 238, 0.5),
    0 0 16px rgba(250, 246, 238, 0.28) !important;
}

/* Optional footing resume control ? sits between description and legacy */
main.page.gh-tier-page.footing-page .footing-resume-note {
  margin: 1.15rem 0 0 !important;
}

/* Level 4 ? Supporting legacy line */
main.page.gh-tier-page.footing-page .gh-tier-byline,
main.page.gh-tier-page.steady-page .gh-tier-byline,
main.page.gh-tier-page.going-forward-page .going-forward-legacy {
  margin: 1.65rem auto 0 !important;
  max-width: 640px;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif !important;
  font-size: 0.96rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.02em !important;
  color: #1a3f58 !important;
  opacity: 1 !important;
  transform: none !important;
  text-shadow:
    0 0 12px rgba(255, 252, 245, 0.9),
    0 0 20px rgba(247, 241, 232, 0.75) !important;
}

/* Going Forward disclaimer ? after legacy; quieter than the four levels.
   Sit slightly left/down of center water glare; soft local scrim only (no box). */
main.page.gh-tier-page.going-forward-page .going-forward-disclaimer {
  position: relative !important;
  isolation: isolate !important;
  margin: 1.5rem auto 0 !important;
  padding: 0.7rem 1.1rem 0.35rem !important;
  max-width: 34rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transform: translate(-1.65rem, 0.4rem) !important;
  color: #1a3548 !important;
  font-size: 0.78rem !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
  text-align: center !important;
  border-top: 1px solid rgba(35, 79, 115, 0.18) !important;
  background: none !important;
  text-shadow:
    0 0 10px rgba(255, 252, 245, 0.95),
    0 0 18px rgba(247, 241, 232, 0.88),
    0 1px 1px rgba(255, 252, 248, 0.55) !important;
}

/* Invisible soft wash behind disclaimer only ? lifts text off sun reflection */
main.page.gh-tier-page.going-forward-page .going-forward-disclaimer::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 42% !important;
  transform: translate(-50%, -50%) !important;
  width: min(108%, 36rem) !important;
  height: 4.75rem !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: -1 !important;
  background: radial-gradient(
    ellipse 78% 68% at 50% 48%,
    rgba(18, 40, 62, 0.16) 0%,
    rgba(18, 40, 62, 0.07) 42%,
    transparent 72%
  ) !important;
  filter: blur(18px) !important;
  -webkit-filter: blur(18px) !important;
  mix-blend-mode: soft-light;
  opacity: 0.9;
}

/* Tablet / iPad: softer left nudge so copy stays in frame */
@media (max-width: 1024px) {
  main.page.gh-tier-page.going-forward-page .going-forward-disclaimer {
    max-width: 30rem !important;
    transform: translate(-0.85rem, 0.35rem) !important;
    padding: 0.65rem 0.95rem 0.3rem !important;
  }

  main.page.gh-tier-page.going-forward-page .going-forward-disclaimer::before {
    width: min(112%, 32rem) !important;
    height: 4.5rem !important;
    opacity: 0.95;
  }
}

/* Mobile: keep centered stack; slight down shift only (no side clip) */
@media (max-width: 767px) {
  main.page.gh-tier-page.going-forward-page .going-forward-disclaimer {
    max-width: 22.5rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translate(0, 0.3rem) !important;
    padding: 0.6rem 0.85rem 0.25rem !important;
    color: #152f42 !important;
  }

  main.page.gh-tier-page.going-forward-page .going-forward-disclaimer::before {
    width: min(118%, 24rem) !important;
    height: 5rem !important;
    background: radial-gradient(
      ellipse 80% 70% at 50% 48%,
      rgba(18, 40, 62, 0.2) 0%,
      rgba(18, 40, 62, 0.08) 44%,
      transparent 74%
    ) !important;
  }
}

/* Post-hero content plane — tucked under hero like homepage (.gh-home-content).
   padding-top > |margin-top| so first card clears the solid mist tip. */
main.page.gh-tier-page.footing-page .gh-tier-body,
main.page.gh-tier-page.steady-page .gh-tier-body,
main.page.gh-tier-page.going-forward-page .gh-tier-body,
main.page.gh-tier-page.passing-page .gh-tier-body {
  position: relative;
  z-index: 1;
  display: flow-root;
  margin-top: -90px !important;
  padding-top: 130px !important;
  padding-bottom: clamp(2.5rem, 4vw, 3.25rem) !important;
  background-color: #f4e6d4 !important;
  background-image: url("../images/Home%20Page/Home-Parchment.png") !important;
  background-repeat: repeat-y !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  border-top: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

/* No solid beige wash strip above the first card */
main.page.gh-tier-page.footing-page .gh-tier-body::before,
main.page.gh-tier-page.steady-page .gh-tier-body::before,
main.page.gh-tier-page.going-forward-page .gh-tier-body::before,
main.page.gh-tier-page.passing-page .gh-tier-body::before {
  content: none !important;
  display: none !important;
}

/* No hard strip at bottom of parchment — fade gently into footer */
main.page.gh-tier-page.footing-page .gh-tier-body::after,
main.page.gh-tier-page.steady-page .gh-tier-body::after,
main.page.gh-tier-page.going-forward-page .gh-tier-body::after,
main.page.gh-tier-page.passing-page .gh-tier-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 230, 212, 0.35) 100%
  );
}

main.page.gh-tier-page.footing-page .gh-tier-body > *,
main.page.gh-tier-page.steady-page .gh-tier-body > *,
main.page.gh-tier-page.going-forward-page .gh-tier-body > *,
main.page.gh-tier-page.passing-page .gh-tier-body > * {
  position: relative;
  z-index: 1;
}

main.page.gh-tier-page.footing-page .gh-tier-body > *:first-child,
main.page.gh-tier-page.steady-page .gh-tier-body > *:first-child,
main.page.gh-tier-page.going-forward-page .gh-tier-body > *:first-child {
  margin-top: 0 !important;
}

main.page.gh-tier-page.footing-page .gh-tier-body > *:last-child,
main.page.gh-tier-page.steady-page .gh-tier-body > *:last-child,
main.page.gh-tier-page.going-forward-page .gh-tier-body > *:last-child {
  margin-bottom: 0;
}

/* ----- Homepage-matched content boxes ----- */
main.page.gh-tier-page.footing-page .gh-tier-card,
main.page.gh-tier-page.footing-page .gentle-comfort-dock,
main.page.gh-tier-page.footing-page .footing-transition,
main.page.gh-tier-page.steady-page .gh-tier-card,
main.page.gh-tier-page.steady-page .steady-brief-card,
main.page.gh-tier-page.steady-page .steady-transition {
  position: relative;
  overflow: visible; /* keep double-border / outline top edge fully visible */
  border-radius: 18px !important;
  border: 1px solid rgba(108, 74, 46, 0.52) !important;
  outline: 1px solid rgba(120, 85, 55, 0.4);
  outline-offset: -0.55rem;
  background:
    linear-gradient(
      180deg,
      rgba(254, 249, 240, 0.97) 0%,
      rgba(252, 244, 230, 0.95) 100%
    ) !important;
  box-shadow:
    0 1px 0 rgba(255, 252, 248, 0.65) inset,
    0 10px 28px rgba(90, 58, 36, 0.11),
    0 3px 10px rgba(90, 58, 36, 0.06) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

main.page.gh-tier-page.footing-page .gh-tier-card--featured,
main.page.gh-tier-page.footing-page .gentle-comfort-dock.gh-tier-card--featured,
main.page.gh-tier-page.steady-page .gh-tier-card--featured,
main.page.gh-tier-page.steady-page .steady-brief-card.gh-tier-card--featured {
  border-radius: 22px !important;
  border-color: rgba(108, 74, 46, 0.52) !important;
  background:
    linear-gradient(
      180deg,
      rgba(254, 249, 240, 0.98) 0%,
      rgba(252, 244, 230, 0.96) 100%
    ) !important;
  box-shadow:
    0 0 0 1px rgba(255, 252, 248, 0.55) inset,
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 30px rgba(90, 58, 36, 0.12),
    0 4px 12px rgba(90, 58, 36, 0.07) !important;
}

/* L-shaped corner accents (same pattern as homepage) */
main.page.gh-tier-page.footing-page .gh-home-corner-accents,
main.page.gh-tier-page.steady-page .gh-home-corner-accents {
  position: absolute;
  inset: 0.85rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top left / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top left / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top right / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top right / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom left / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom left / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom right / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom right / 1px 14px no-repeat;
}

main.page.gh-tier-page.footing-page .gh-tier-card > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.footing-page .gentle-comfort-dock > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.footing-page .footing-transition > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.steady-page .gh-tier-card > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.steady-page .steady-brief-card > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.steady-page .steady-transition > *:not(.gh-home-corner-accents) {
  position: relative;
  z-index: 1;
}

/* ----- Featured brief dock = homepage "A Gentle Path Forward" hierarchy ----- */
main.page.gh-tier-page.footing-page .gentle-comfort-dock,
main.page.gh-tier-page.steady-page .steady-brief-card {
  padding: clamp(1.75rem, 3.5vw, 2.35rem) clamp(1.5rem, 3.2vw, 2.15rem) clamp(1.65rem, 3vw, 2.1rem) !important;
  text-align: center;
  overflow: visible;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__intro,
main.page.gh-tier-page.steady-page .steady-brief-card__intro {
  max-width: 36rem;
  margin: 0 auto 1.35rem;
  padding: 0;
  background: none !important;
  border: none !important;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__kicker,
main.page.gh-tier-page.steady-page .steady-brief-card__kicker {
  margin: 0 0 0.65rem;
  padding: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a5f52;
  background: none !important;
  border: none !important;
  line-height: 1.4;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__headline,
main.page.gh-tier-page.steady-page .steady-brief-card__headline {
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2.05rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: #234f73;
  background: none !important;
  border: none !important;
}

/* Legacy class hooks ? neutralize flat light-bar styling if present */
main.page.gh-tier-page.footing-page .gentle-comfort-dock__heading,
main.page.gh-tier-page.footing-page .gentle-comfort-dock__subheading,
main.page.gh-tier-page.steady-page .steady-brief-card__heading,
main.page.gh-tier-page.steady-page .steady-brief-card__subheading {
  background: none !important;
  border: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__body,
main.page.gh-tier-page.steady-page .steady-brief-card__body {
  padding: 0.35rem 0.25rem 0;
  border-top: 1px solid rgba(120, 85, 55, 0.14);
  margin-top: 0.15rem;
  padding-top: 1.25rem;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__title,
main.page.gh-tier-page.steady-page .steady-brief-card__title {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  color: #234f73;
  font-size: clamp(1.08rem, 2.2vw, 1.22rem);
  font-weight: 600;
  line-height: 1.35;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__text,
main.page.gh-tier-page.steady-page .steady-brief-card__text {
  margin: 0 auto;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  color: #4a5560;
  max-width: 560px;
  line-height: 1.82;
  font-size: clamp(1.02rem, 2vw, 1.1rem);
  font-weight: 400;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__meta,
main.page.gh-tier-page.steady-page .steady-brief-card__meta {
  border-top-color: rgba(120, 85, 55, 0.16) !important;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__btn,
main.page.gh-tier-page.steady-page .steady-brief-card__btn {
  background: rgba(254, 249, 240, 0.95) !important;
  border-color: rgba(108, 74, 46, 0.35) !important;
  color: #234f73 !important;
}

main.page.gh-tier-page.footing-page .gentle-comfort-dock__btn:hover,
main.page.gh-tier-page.steady-page .steady-brief-card__btn:hover {
  background: rgba(139, 107, 69, 0.1) !important;
}

/* Disclaimer: quiet editorial note (see css/gh-disclaimer-note.css) — no card */
main.page.gh-tier-page.footing-page .subtle-disclaimer-wrap,
main.page.gh-tier-page.steady-page .subtle-disclaimer-wrap {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

main.page.gh-tier-page.footing-page .subtle-disclaimer-wrap .subtle-disclaimer,
main.page.gh-tier-page.footing-page p.subtle-disclaimer,
main.page.gh-tier-page.steady-page .subtle-disclaimer-wrap .subtle-disclaimer,
main.page.gh-tier-page.steady-page p.subtle-disclaimer {
  background: none !important;
}

@media (max-width: 900px) {
  main.page.gh-tier-page.footing-page .gh-tier-card,
  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.footing-page .footing-transition,
  main.page.gh-tier-page.steady-page .gh-tier-card,
  main.page.gh-tier-page.steady-page .steady-brief-card,
  main.page.gh-tier-page.steady-page .steady-transition {
    outline-offset: -0.45rem;
  }

  main.page.gh-tier-page.footing-page .gh-home-corner-accents,
  main.page.gh-tier-page.steady-page .gh-home-corner-accents {
    inset: 0.65rem;
    opacity: 0.48;
  }

  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -64px !important;
    padding-top: 96px !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene::after,
  main.page.gh-tier-page.steady-page .gh-tier-scene::after,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene::after {
    height: 100px !important;
    bottom: 0 !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene__mist,
  main.page.gh-tier-page.steady-page .gh-tier-scene__mist,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist {
    height: 40% !important;
    max-height: 9.5rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-byline,
  main.page.gh-tier-page.steady-page .gh-tier-byline,
  main.page.gh-tier-page.going-forward-page .going-forward-legacy {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    max-width: 22rem;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 901px) {
  main.page.gh-tier-page.footing-page .gh-tier-scene__mist,
  main.page.gh-tier-page.steady-page .gh-tier-scene__mist,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist {
    height: 36% !important;
    max-height: 11rem !important;
  }
}

@media (min-width: 1100px) {
  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    background-color: #f4e6d4 !important;
    background-image: url("../images/Home%20Page/Home-Parchment.png") !important;
    background-repeat: repeat-y !important;
    background-position: center top !important;
    background-size: 100% auto !important;
    margin-top: -90px !important;
    padding-top: 130px !important;
  }

  main.page.gh-tier-page.footing-page::before,
  main.page.gh-tier-page.steady-page::before,
  main.page.gh-tier-page.going-forward-page::before {
    opacity: 0 !important;
    background-image: none !important;
    display: none !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene,
  main.page.gh-tier-page.steady-page .gh-tier-scene,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene {
    background-color: transparent !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene__photo,
  main.page.gh-tier-page.steady-page .gh-tier-scene__photo,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
    top: -18px !important;
    height: calc(100% + 18px) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    opacity: 1 !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene__photo {
    background-image: url("../images/Finding Your Footing/Finding Footing Hero.png") !important;
    background-position: center 42% !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
    background-image: url("../images/Growing Your Strength/Growing Strength Hero.png") !important;
    background-position: center top !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
    background-image: url("../images/Going Forward/Going Forward Hero v2.png") !important;
    background-position: center 42% !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene__mist,
  main.page.gh-tier-page.steady-page .gh-tier-scene__mist,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist {
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(244, 230, 212, 0.06) 20%,
      rgba(244, 230, 212, 0.22) 42%,
      rgba(244, 230, 212, 0.48) 62%,
      rgba(244, 230, 212, 0.78) 82%,
      rgba(244, 230, 212, 0.92) 94%,
      #f4e6d4 100%
    ) !important;
  }
}

@media (min-width: 1200px) {
  main.page.gh-tier-page.footing-page .gh-tier-scene__mist,
  main.page.gh-tier-page.steady-page .gh-tier-scene__mist,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist {
    height: 36% !important;
    max-height: 11rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -90px !important;
    padding-top: 130px !important;
  }
}

/* ========================================================================
   Growing Your Strength — photo crop only (shared hero architecture above)
   ======================================================================== */
main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
  background-position: center top !important;
}


/* ========================================================================
   Going Forward / Passing — no separate hero architecture.
   Photos are page-specific in the shared block above.
   ======================================================================== */


/* ========================================================================
   Shared hero responsive ? Footing / Strength / Going Forward
   Desktop (>1025): layout above. Tablet 768?1024. Mobile <767.
   ======================================================================== */

/* Tablet / iPad: proportional type; keep focal points; text off brightest sun */
@media (min-width: 768px) and (max-width: 1024px) {
  main.page.gh-tier-page.footing-page,
  main.page.gh-tier-page.steady-page,
  main.page.gh-tier-page.going-forward-page {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  main.page.gh-tier-page.footing-page .gh-tier-wrap,
  main.page.gh-tier-page.steady-page .gh-tier-wrap,
  main.page.gh-tier-page.going-forward-page .gh-tier-wrap,
  main.page.gh-tier-page.going-forward-page .gh-tier-wrap.going-forward-wrap {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.footing-page .gh-tier-hero-band,
  main.page.gh-tier-page.footing-page .gh-tier-hero-band--compact,
  main.page.gh-tier-page.steady-page .gh-tier-hero-band,
  main.page.gh-tier-page.steady-page .gh-tier-hero-band--compact,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero-band,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero-band--compact {
    padding-top: calc(max(6.75rem, 7vh + 4rem)) !important;
    min-height: clamp(320px, 46vh, 500px) !important;
    padding-bottom: 2.35rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-hero,
  main.page.gh-tier-page.steady-page .gh-tier-hero,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    max-width: 640px;
    text-align: center !important;
    transform: translateY(-28px);
  }

  /* Soft text haze — keep luminous, not boxed (shared Footing values) */
  main.page.gh-tier-page.footing-page .gh-tier-hero::before,
  main.page.gh-tier-page.steady-page .gh-tier-hero::before,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero::before {
    width: min(110%, 38rem) !important;
    height: clamp(13.5rem, 42vw, 19rem) !important;
  }

  main.page.gh-tier-page.footing-page h1.gh-tier-headline,
  main.page.footing-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.steady-page h1.gh-tier-headline,
  main.page.steady-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.going-forward-page h1.gh-tier-headline,
  main.page.going-forward-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.footing-page h1.gh-tier-script-title,
  main.page.gh-tier-page.steady-page h1.gh-tier-script-title,
  main.page.gh-tier-page.going-forward-page h1.gh-tier-script-title {
    font-size: clamp(2.55rem, 6.8vw, 3.85rem) !important;
  }


  main.page.gh-tier-page.footing-page .gh-tier-lead,
  main.page.gh-tier-page.steady-page .gh-tier-lead,
  main.page.gh-tier-page.going-forward-page .going-forward-intro {
    font-size: 1.02rem !important;
    line-height: 1.88 !important;
    max-width: 34rem;
  }

  /* Bias crops away from brightest sky/sun for tablet framing */
  main.page.gh-tier-page.footing-page .gh-tier-scene__photo {
    background-position: center 46% !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
    background-position: center 8% !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
    background-position: center 46% !important;
  }

  /* Footing scene height comes from its HTML terminal; keep Strength/GF tablet clamp */
  main.page.gh-tier-page.steady-page .gh-tier-scene,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene {
    min-height: clamp(500px, 62vh, 720px) !important;
  }

  /* Shared first-content position under hero (all three).
     Mist/fade heights stay in the max-width:900 / min-width:901 blocks above. */
  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -64px !important;
    padding-top: 96px !important;
  }

  /* Cards: room for double border; no clip */
  main.page.gh-tier-page.footing-page .gh-tier-card,
  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.footing-page .footing-transition,
  main.page.gh-tier-page.steady-page .gh-tier-card,
  main.page.gh-tier-page.steady-page .steady-brief-card,
  main.page.gh-tier-page.steady-page .steady-transition,
  main.page.gh-tier-page.going-forward-page .pathways-card,
  main.page.gh-tier-page.going-forward-page .gh-site-support-invite {
    outline-offset: -0.5rem;
    overflow: visible !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.steady-page .steady-brief-card {
    padding: 1.65rem 1.4rem 1.55rem !important;
  }
}

/* Mobile: centered stack, shorter hero, 20?24px side padding, cream fade intact */
@media (max-width: 767px) {
  main.page.gh-tier-page.footing-page,
  main.page.gh-tier-page.steady-page,
  main.page.gh-tier-page.going-forward-page {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  main.page.gh-tier-page.footing-page .gh-tier-wrap,
  main.page.gh-tier-page.steady-page .gh-tier-wrap,
  main.page.gh-tier-page.going-forward-page .gh-tier-wrap,
  main.page.gh-tier-page.going-forward-page .gh-tier-wrap.going-forward-wrap {
    padding-left: 1.35rem !important; /* ~22px */
    padding-right: 1.35rem !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.footing-page .gh-tier-hero-band,
  main.page.gh-tier-page.footing-page .gh-tier-hero-band--compact,
  main.page.gh-tier-page.steady-page .gh-tier-hero-band,
  main.page.gh-tier-page.steady-page .gh-tier-hero-band--compact,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero-band,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero-band--compact {
    padding-top: calc(max(5.75rem, 6vh + 3.5rem)) !important;
    min-height: clamp(280px, 42vh, 420px) !important;
    padding-bottom: 2rem !important;
    align-items: flex-start !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-hero,
  main.page.gh-tier-page.steady-page .gh-tier-hero,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.25rem 1.25rem 0.15rem !important; /* 20px sides */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    text-align: center !important;
    transform: translateY(-24px);
  }

  main.page.gh-tier-page.footing-page .gh-tier-hero::before,
  main.page.gh-tier-page.steady-page .gh-tier-hero::before,
  main.page.gh-tier-page.going-forward-page .gh-tier-hero::before {
    width: min(118%, 22rem) !important;
    height: clamp(12.5rem, 58vw, 17.5rem) !important;
  }

  main.page.gh-tier-page.footing-page h1.gh-tier-headline,
  main.page.footing-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.steady-page h1.gh-tier-headline,
  main.page.steady-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.going-forward-page h1.gh-tier-headline,
  main.page.going-forward-page.gh-tier-page h1.gh-tier-headline,
  main.page.gh-tier-page.footing-page h1.gh-tier-script-title,
  main.page.gh-tier-page.steady-page h1.gh-tier-script-title,
  main.page.gh-tier-page.going-forward-page h1.gh-tier-script-title {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem) !important;
  }


  main.page.gh-tier-page.footing-page .gh-tier-lead,
  main.page.gh-tier-page.steady-page .gh-tier-lead,
  main.page.gh-tier-page.going-forward-page .going-forward-intro {
    margin-top: 1.25rem !important;
    font-size: 1rem !important;
    line-height: 1.88 !important;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: 100%;
    background: none !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-byline,
  main.page.gh-tier-page.steady-page .gh-tier-byline,
  main.page.gh-tier-page.going-forward-page .going-forward-legacy {
    margin-top: 1.35rem !important;
    font-size: 0.86rem !important;
    max-width: 20.5rem;
  }

  main.page.gh-tier-page.footing-page .gh-tier-scene,
  main.page.gh-tier-page.steady-page .gh-tier-scene,
  main.page.gh-tier-page.going-forward-page .gh-tier-scene {
    min-height: clamp(420px, 58vh, 560px) !important;
  }


  main.page.gh-tier-page.footing-page .gh-tier-scene__photo {
    background-position: center 44% !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
    background-position: center 6% !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
    background-position: center 44% !important;
  }

  /* Shared first-content position under hero.
     Mist/fade heights: max-width:900 block (includes Going Forward). */
  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -64px !important;
    padding-top: 96px !important;
  }

  /* Comfort / grief cards — readable, double border clear of clip */
  main.page.gh-tier-page.footing-page .gh-tier-card,
  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.footing-page .footing-transition,
  main.page.gh-tier-page.steady-page .gh-tier-card,
  main.page.gh-tier-page.steady-page .steady-brief-card,
  main.page.gh-tier-page.steady-page .steady-transition,
  main.page.gh-tier-page.going-forward-page .pathways-card,
  main.page.gh-tier-page.going-forward-page .gh-site-support-invite {
    outline-offset: -0.4rem;
    overflow: visible !important;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.steady-page .steady-brief-card {
    padding: 1.5rem 1.15rem 1.4rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-home-corner-accents,
  main.page.gh-tier-page.steady-page .gh-home-corner-accents,
  main.page.gh-tier-page.going-forward-page .gh-home-corner-accents {
    inset: 0.55rem;
    opacity: 0.42;
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock__headline,
  main.page.gh-tier-page.steady-page .steady-brief-card__headline {
    font-size: clamp(1.4rem, 6.5vw, 1.75rem);
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock__text,
  main.page.gh-tier-page.steady-page .steady-brief-card__text {
    font-size: 1.02rem;
    line-height: 1.75;
    max-width: 100%;
  }

  /* Touch-friendly controls (~44px) */
  main.page.gh-tier-page.footing-page .gentle-comfort-dock__btn,
  main.page.gh-tier-page.steady-page .steady-brief-card__btn,
  main.page.gh-tier-page.footing-page .gh-tier-cta,
  main.page.gh-tier-page.steady-page .gh-tier-cta,
  main.page.gh-tier-page.going-forward-page .gh-tier-cta {
    min-height: 44px !important;
    min-width: 44px;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock__nav,
  main.page.gh-tier-page.steady-page .steady-brief-card__nav,
  main.page.gh-tier-page.footing-page .gh-tier-actions,
  main.page.gh-tier-page.steady-page .gh-tier-actions {
    gap: 0.75rem;
  }
}

/*
  r65 — Desktop outer brown-bordered shells (Footing / Strength / Going Forward).
  Body breakout padding re-aligns children to the ~904px wrap column; cards
  escape with an explicit vw width. Restores approved architecture referenced
  by gentle-comforts.html (“r65 desktop outer cards”). Hero title untouched.
*/
@media (min-width: 1025px) {
  main.page.gh-tier-page.footing-page .gentle-comfort-dock,
  main.page.gh-tier-page.footing-page .gh-tier-card,
  main.page.gh-tier-page.steady-page .steady-brief-card,
  main.page.gh-tier-page.steady-page .gh-tier-card,
  main.page.gh-tier-page.going-forward-page .pathways-card {
    width: min(1320px, calc(100vw - 64px));
    max-width: none;
    margin-left: calc(50% - min(660px, calc(50vw - 32px)));
    margin-right: auto;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.footing-page .gentle-comfort-dock__intro,
  main.page.gh-tier-page.steady-page .steady-brief-card__intro,
  main.page.gh-tier-page.footing-page .gentle-comfort-dock__text,
  main.page.gh-tier-page.steady-page .steady-brief-card__text,
  main.page.gh-tier-page.footing-page .gentle-comfort-dock__body,
  main.page.gh-tier-page.steady-page .steady-brief-card__body {
    width: min(820px, calc(100% - 96px));
    max-width: min(820px, calc(100% - 96px));
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----- Going Forward content boxes: transparent fill so parchment shows -----
   Culprit: style.css `.pathways { background-color: #fff }` fills the entire
   brown containment box via nested `.page__pathways.pathways`. Outer
   `.pathways-card` alone being transparent is not enough ? kill every nested
   panel wrapper fill too. */
main.page.gh-tier-page.going-forward-page .pathways-card,
main.page.gh-tier-page.going-forward-page .gh-site-support-invite {
  position: relative;
  overflow: visible; /* keep double-border / outline top edge fully visible */
  border-radius: 18px !important;
  /* Outer brown edge + inner brown hairline (Footing / homepage double-box) */
  border: 1px solid rgba(108, 74, 46, 0.52) !important;
  outline: 1px solid rgba(120, 85, 55, 0.4);
  outline-offset: -0.55rem;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Nested white/ivory field killers (style.css .pathways #fff + invite ivory) */
main.page.gh-tier-page.going-forward-page .pathways-card .pathways,
main.page.gh-tier-page.going-forward-page .pathways-card .page__pathways,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways-card__body,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways-card__heading,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways-card__subheading,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways-card__disclaimer,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__container,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__column,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__item,
main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Pathway tiles: image alone ? no beige/ivory frame; soft warm brown shadow only */
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__column,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__item,
main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card,
main.page.gh-tier-page.going-forward-page .pathways-card .tile-card {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card,
main.page.gh-tier-page.going-forward-page .pathways-card .tile-card {
  border-radius: 0 !important;
  overflow: visible !important;
  /* Defeat style.css `.item-pathways__image { height: 300px; overflow: hidden }` crop */
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* Desktop hub grid: lock 3-col so global `.pathways__row { repeat(4, 1fr) }` cannot win */
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-items: stretch;
  align-items: start;
}

main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image img,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile img,
main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card img,
main.page.gh-tier-page.going-forward-page .pathways-card .tile-card img {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  border-radius: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
  display: block !important;
  box-shadow:
    0 8px 22px rgba(90, 58, 36, 0.28),
    0 3px 8px rgba(139, 107, 69, 0.18) !important;
}

main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways:hover,
main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways:hover .item-pathways__image {
  box-shadow: none !important;
  background: transparent !important;
}

main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways:hover .item-pathways__image img {
  box-shadow:
    0 10px 26px rgba(90, 58, 36, 0.32),
    0 4px 10px rgba(139, 107, 69, 0.2) !important;
}

/* Guided tiles: keep keyboard focus accessible without a large outer white frame */
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link:focus,
main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link:focus-visible {
  outline: none !important;
}

main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link:focus-visible .item-pathways__image img {
  box-shadow:
    0 0 0 2px rgba(66, 92, 78, 0.45),
    0 8px 22px rgba(90, 58, 36, 0.28),
    0 3px 8px rgba(139, 107, 69, 0.18) !important;
}

main.page.gh-tier-page.going-forward-page .pathways-card .item-pathways__image--heaven-sent-logo {
  background: transparent !important;
}

/* L-shaped corner accents (same pattern as footing / homepage) */
main.page.gh-tier-page.going-forward-page .gh-home-corner-accents {
  position: absolute;
  inset: 0.85rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  background:
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top left / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top left / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top right / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) top right / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom left / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom left / 1px 14px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom right / 14px 1px no-repeat,
    linear-gradient(rgba(178, 150, 112, 0.5), rgba(178, 150, 112, 0.5)) bottom right / 1px 14px no-repeat;
}

main.page.gh-tier-page.going-forward-page .pathways-card > *:not(.gh-home-corner-accents),
main.page.gh-tier-page.going-forward-page .gh-site-support-invite > *:not(.gh-home-corner-accents) {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  main.page.gh-tier-page.going-forward-page .gh-home-corner-accents {
    inset: 0.65rem;
    opacity: 0.48;
  }
}

/* ========================================================================
   Shared tablet / mobile finish ? tiles, footer, overflow, touch
   Breakpoints: tablet 768–1024 / mobile ≤767
   Do not clip header hamburger/drawer (overflow on main only).
   ======================================================================== */

/* Keep drawer unclipped; contain horizontal scroll on the page itself */
body.footing-body,
body.steady-body,
body.going-forward-body {
  overflow-x: hidden;
}

.wrapper:has(> main.footing-page),
.wrapper:has(> main.steady-page),
.wrapper:has(> main.going-forward-page) {
  overflow: visible;
  max-width: 100%;
}

/* Going Forward tiles — stack cleanly; shadows stay inside without overflow */
@media (min-width: 701px) and (max-width: 1024px) {
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    justify-items: stretch;
    align-items: start;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__column,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row > .pathways__column:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: calc((100% - 1.5rem) / 2) !important;
    max-width: calc((100% - 1.5rem) / 2) !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image img,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile img,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card img,
  main.page.gh-tier-page.going-forward-page .pathways-card .tile-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow:
      0 8px 20px rgba(90, 58, 36, 0.26),
      0 3px 8px rgba(139, 107, 69, 0.16) !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card__body {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
}

@media (max-width: 700px) {
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    justify-items: center;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row > .pathways__column:last-child:nth-child(odd) {
    grid-column: auto !important;
    width: 100% !important;
    max-width: min(100%, 26.875rem) !important;
    justify-self: center !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__column,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__link,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__item,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card,
  main.page.gh-tier-page.going-forward-page .pathways-card .tile-card {
    width: 100% !important;
    max-width: min(100%, 26.875rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card .pathways__row--guided-tiles .item-pathways__image img,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-tile img,
  main.page.gh-tier-page.going-forward-page .pathways-card .pathway-card img,
  main.page.gh-tier-page.going-forward-page .pathways-card .tile-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow:
      0 8px 22px rgba(90, 58, 36, 0.28),
      0 3px 8px rgba(139, 107, 69, 0.18) !important;
  }
}
/* Footer editorial blue ? logo + support buttons readable on small screens */
@media (max-width: 1024px) {
  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .footer__container,
  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__container,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .footer__container,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__container,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .footer__container,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__container {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
    box-sizing: border-box;
    max-width: 100%;
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img {
    max-height: 2.65rem;
    width: auto;
    max-width: min(100%, 14rem);
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn {
    min-height: 44px !important;
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__logo img {
    max-height: 2.45rem;
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-invite__actions {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 0.55rem !important;
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-site-support-btn {
    width: auto !important;
    max-width: none !important;
    flex: 0 1 auto !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal,
  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
  body.footing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
  body.steady-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
  body.going-forward-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright {
    font-size: 0.88rem;
    line-height: 1.45;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

/* ========================================================================
   20260729 mobile-stable-r1 — Finding / Growing / Going Forward
   Primary copy returns to normal flow and following cards no longer pull
   over required hero text. Desktop remains governed by approved rules.
   ======================================================================== */
@media (max-width: 1024px) {
  html body.footing-body main.page.gh-tier-page,
  html body.steady-body main.page.gh-tier-page,
  html body.going-forward-body main.page.gh-tier-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-wrap,
  html body.steady-body main.page.gh-tier-page .gh-tier-wrap,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-wrap,

  html body.footing-body main.page.gh-tier-page .gh-tier-scene,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    top: auto !important;
    overflow: hidden;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-scene__photo,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene .gh-tier-scene__photo,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene .gh-tier-scene__photo,
  html body.passing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-scene__photo {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    transform: none !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band,
  html body.passing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: clamp(2.75rem, 6vw, 4rem) clamp(1.1rem, 4vw, 2rem) clamp(7.5rem, 13vw, 9rem) !important;
    box-sizing: border-box;
    overflow: visible !important;
    transform: none !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 43rem) !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin-inline: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
    text-align: center !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero > *,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero > *,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero > * {
    max-width: 100%;
    transform: none !important;
  }

  /* Keep Going Forward two-line optical nudge + vertical drop (overrides hero > * reset above) */

  html body.footing-body main.page.gh-tier-page .gh-tier-scene::after,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene::after,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene::after {
    bottom: 0 !important;
    height: clamp(7rem, 16vw, 10rem) !important;
  }

  /* Going Forward: tall soft fade onto photo (override shared clamp) */
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene::after {
    height: clamp(8.5rem, 20vw, 12rem) !important;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(244, 230, 212, 0.04) 16%,
      rgba(244, 230, 212, 0.12) 32%,
      rgba(244, 230, 212, 0.28) 48%,
      rgba(244, 230, 212, 0.58) 72%,
      rgba(244, 230, 212, 0.88) 90%,
      #f4e6d4 100%
    ) !important;
  }
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene__mist {
    height: 42% !important;
    max-height: 12rem !important;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(244, 230, 212, 0.04) 18%,
      rgba(244, 230, 212, 0.14) 36%,
      rgba(244, 230, 212, 0.36) 56%,
      rgba(244, 230, 212, 0.68) 78%,
      rgba(244, 230, 212, 0.9) 92%,
      #f4e6d4 100%
    ) !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-body,
  html body.steady-body main.page.gh-tier-page .gh-tier-body,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-body {
    margin-top: 0 !important;
    padding-top: clamp(2rem, 5vw, 3.5rem) !important;
    padding-left: clamp(1rem, 4vw, 1.75rem) !important;
    padding-right: clamp(1rem, 4vw, 1.75rem) !important;
    transform: none !important;
  }

  /* Going Forward: pull intro into fade — kill blank cream band */
  html body.going-forward-body main.page.gh-tier-page .gh-tier-body {
    margin-top: -48px !important;
    padding-top: clamp(3rem, 7vw, 4.5rem) !important;
  }
}

@media (max-width: 767px) {
  html body.footing-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band,
  html body.steady-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-scene .gh-tier-hero-band {
    padding: clamp(2.25rem, 7vw, 3rem) clamp(1rem, 4vw, 1.35rem) 7.25rem !important;
  }

  html body.footing-body main.page.gh-tier-page .gh-tier-headline,
  html body.footing-body main.page.gh-tier-page .gh-tier-script-title,
  html body.steady-body main.page.gh-tier-page .gh-tier-headline,
  html body.steady-body main.page.gh-tier-page .gh-tier-script-title,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-headline,
  html body.going-forward-body main.page.gh-tier-page .gh-tier-script-title {
    margin-top: 0.15rem !important;
    font-size: clamp(2.65rem, 12vw, 3.85rem) !important;
    line-height: 1.08 !important;
  }
}

/* ========================================================================
   20260802 — Hero description design standard (typography-first)
   Strength boardwalk needs a touch more letter separation than Footing.
   No cream cloud; blue script titles untouched.
   ======================================================================== */
@media (max-width: 767px) {
  /* Keep Strength veil nearly invisible; boardwalk detail handled by letter halo */
  html body.steady-body main.page.gh-tier-page.steady-page .gh-tier-hero::before,
  main.page.gh-tier-page.steady-page .gh-tier-hero::before {
    top: 58% !important;
    width: min(118%, 24rem) !important;
    height: clamp(13.5rem, 58vw, 18.5rem) !important;
    background: radial-gradient(
      ellipse 78% 72% at 50% 55%,
      rgba(250, 246, 238, 0.22) 0%,
      rgba(250, 246, 238, 0.1) 42%,
      rgba(250, 246, 238, 0.03) 68%,
      rgba(250, 246, 238, 0) 100%
    ) !important;
    filter: blur(18px) !important;
    -webkit-filter: blur(18px) !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
  }

  html body.steady-body main.page.gh-tier-page.steady-page .gh-tier-lead,
  main.page.gh-tier-page.steady-page .gh-tier-lead {
    position: relative;
    z-index: 1;
    margin-top: 1.35rem !important;
    margin-bottom: 0 !important;
    max-width: min(100%, 32rem) !important;
    color: #0c1f32 !important;
    background: none !important;
    text-shadow:
      0 0 1px rgba(255, 252, 245, 0.98),
      0 0 10px rgba(250, 246, 238, 0.58),
      0 0 18px rgba(250, 246, 238, 0.32) !important;
  }
}

/* ========================================================================
   Tier chapter intro — shared Hero Standard (all four pages)
   ======================================================================== */
main.page.gh-tier-page.footing-page .gh-tier-chapter-intro,
main.page.gh-tier-page.steady-page .gh-tier-chapter-intro,
main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro,
main.page.gh-tier-page.passing-page .gh-tier-chapter-intro {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: min(46.5rem, 720px);
  margin: 0 auto clamp(1.85rem, 3.5vw, 2.5rem) !important;
  padding: clamp(0.55rem, 1.25vw, 0.85rem) 1.35rem 0;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
}

main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__title,
main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__title,
main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__title,
main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__title {
  margin: 0 auto 0.7rem !important;
  padding: 0;
  max-width: 100%;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif !important;
  font-size: clamp(1.42rem, 2.1vw, 1.72rem) !important;
  font-weight: 500 !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  color: #6a5f52 !important;
  text-align: center;
  text-transform: none !important;
  background: none !important;
  border: 0 !important;
  text-shadow: none !important;
}

main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__text,
main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__text,
main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__text,
main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__text {
  margin: 0 auto !important;
  padding: 0;
  max-width: 100%;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.18rem, 1.65vw, 1.38rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.012em;
  color: #303a4d;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

/* Shared parchment lead-in under hero tuck (all four pages) */
main.page.gh-tier-page.footing-page .gh-tier-body,
main.page.gh-tier-page.steady-page .gh-tier-body,
main.page.gh-tier-page.going-forward-page .gh-tier-body,
main.page.gh-tier-page.passing-page .gh-tier-body {
  padding-top: 122px !important;
}

@media (max-width: 900px) {
  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro {
    max-width: min(38rem, calc(100% - 2rem));
    margin-bottom: clamp(1.5rem, 3.2vw, 2.05rem) !important;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__title {
    font-size: clamp(1.32rem, 3.2vw, 1.55rem) !important;
    margin-bottom: 0.6rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__text {
    font-size: clamp(1.12rem, 2.4vw, 1.28rem);
    line-height: 1.88;
  }

  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body,
  main.page.gh-tier-page.passing-page .gh-tier-body {
    padding-top: 72px !important;
  }

}

@media (max-width: 640px) {
  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro {
    max-width: 100%;
    margin-bottom: 1.5rem !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__title,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__title {
    font-size: 1.3rem !important;
    margin-bottom: 0.55rem !important;
  }

  main.page.gh-tier-page.footing-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.steady-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro__text,
  main.page.gh-tier-page.passing-page .gh-tier-chapter-intro__text {
    font-size: 1.12rem;
    line-height: 1.85;
  }

  main.page.gh-tier-page.footing-page .gh-tier-body,
  main.page.gh-tier-page.steady-page .gh-tier-body,
  main.page.gh-tier-page.going-forward-page .gh-tier-body,
  main.page.gh-tier-page.passing-page .gh-tier-body {
    padding-top: 58px !important;
  }

}

/*
  Going Forward only — widen chapter intro to the same ~1320px desktop shell
  as .pathways-card (r65). Heirloom Anchor is the approved parchment image,
  centered beneath the intro. Other tier pages stay at 720px.
*/
@media (min-width: 1025px) {
  main.page.gh-tier-page.going-forward-page .gh-tier-chapter-intro {
    width: min(1320px, calc(100vw - 64px));
    max-width: none;
    margin-left: calc(50% - min(660px, calc(50vw - 32px))) !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  main.page.gh-tier-page.going-forward-page .harbor-truth-sampler {
    width: min(100%, 760px);
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }
}

/* ========================================================================
   20260802 — Grace Harbor Hero Standard (terminal) — Going Forward
   Values mirror Finding Your Footing's HTML terminal block exactly
   (gentle-comforts.html inline). Same photo top (-32px), wash kill,
   scene/band clamps, eyebrow/title scale, and tablet body tuck.
   Passing Conversations lives in gh-passing-editorial.css.
   ======================================================================== */
body.going-forward-body .header,
body.going-forward-body .site-header,
body.going-forward-body header {
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.going-forward-body .header::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
body.going-forward-body main.page,
body.going-forward-body main {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}
main.page.going-forward-page.gh-tier-page {
  padding: 0 !important;
  padding-top: 0 !important;
  background: #f4e6d4;
  min-height: 70vh;
}
body.going-forward-body .gh-tier-scene__coast { display: none !important; opacity: 0 !important; }
body.going-forward-body .gh-tier-scene__wash {
  inset: 0 !important;
  top: 0 !important;
  background: transparent !important;
  background-image: none !important;
}
body.going-forward-body .gh-tier-scene,
body.going-forward-body .gh-tier-hero-band,
body.going-forward-body .gh-tier-wrap {
  border: none !important;
  border-top: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.going-forward-body .gh-tier-scene__photo {
  inset: auto !important;
  left: 0 !important;
  right: 0 !important;
  top: -32px !important;
  bottom: 0 !important;
  height: calc(100% + 32px) !important;
  margin-top: 0 !important;
}
main.page.going-forward-page.gh-tier-page .gh-tier-eyebrow {
  text-transform: uppercase !important;
  font-size: 1.288rem !important;
  letter-spacing: 0.07em !important;
}
main.page.going-forward-page.gh-tier-page h1.gh-tier-script-title {
  font-size: clamp(3.57rem, 10.93vw, 6.04rem) !important;
}
main.page.going-forward-page.gh-tier-page .gh-tier-scene {
  min-height: clamp(810px, 88vh, 1110px) !important;
}
main.page.going-forward-page.gh-tier-page .gh-tier-hero-band,
main.page.going-forward-page.gh-tier-page .gh-tier-hero-band--compact {
  min-height: clamp(480px, 52vh, 680px) !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main.page.going-forward-page.gh-tier-page .gh-tier-eyebrow { font-size: 1.173rem !important; }
  main.page.going-forward-page.gh-tier-page h1.gh-tier-script-title {
    font-size: clamp(3.05rem, 9.2vw, 4.43rem) !important;
  }
  main.page.going-forward-page.gh-tier-page .gh-tier-hero-band,
  main.page.going-forward-page.gh-tier-page .gh-tier-hero-band--compact {
    padding-top: calc(max(8.25rem, 9vh + 5.25rem)) !important;
  }
  main.page.going-forward-page.gh-tier-page .gh-tier-hero { transform: none !important; }
  main.page.going-forward-page.gh-tier-page .gh-tier-body {
    margin-top: -72px !important;
    padding-top: 110px !important;
  }
}
@media (min-width: 1200px) {
  main.page.going-forward-page.gh-tier-page .gh-tier-scene {
    min-height: 1030px !important;
  }
  body.going-forward-body .gh-tier-scene__photo {
    top: -32px !important;
    height: calc(100% + 32px) !important;
  }
}
@media (min-width: 1400px) {
  main.page.going-forward-page.gh-tier-page .gh-tier-scene {
    min-height: 1090px !important;
  }
}
