/* ========================================================================
   Tier editorial ? parchment + homepage box language
   Shared by Finding Your Footing (.footing-page / body.footing-body),
   Growing Your Strength (.steady-page / body.steady-body),
   and Going Forward (.going-forward-page / body.going-forward-body).
   Hero image URLs are page-specific; 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,
body.going-forward-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;
}

/* 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: white-on-blue like homepage editorial (knocks out cream canvas) */
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;
}

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 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 {
  filter: grayscale(1) brightness(0.875) contrast(2.2) invert(1) brightness(1.4);
  mix-blend-mode: screen;
  opacity: 1;
  max-height: 2.95rem;
  width: auto;
}

/* Support buttons ? readable on blue footer (style.css uses color:!important on harbor) */
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 {
  background: transparent !important;
  color: rgba(255, 250, 245, 0.96) !important;
  border: 1px solid rgba(255, 250, 245, 0.55) !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 {
  background: rgba(255, 252, 248, 0.1) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
}

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 {
  background: transparent !important;
  color: rgba(255, 250, 245, 0.92) !important;
  border-color: rgba(255, 250, 245, 0.45) !important;
  box-shadow: none !important;
}

/* ----- Page atmosphere ----- */
main.page.gh-tier-page.footing-page,
main.page.gh-tier-page.steady-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 {
  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 {
  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 {
  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 {
  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 {
  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;
}

/* 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 {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !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 {
  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 {
  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 ? Footing / Strength / Going Forward
   Four distinct levels + text-only soft scrim (sunrise stays luminous)
   ======================================================================== */

/* 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.going-forward-page .going-forward-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 navy soft-light scrim ? Footing / Strength only; nearly invisible, no box */
main.page.gh-tier-page.footing-page .gh-tier-hero::before,
main.page.gh-tier-page.steady-page .gh-tier-hero::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 48% !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% 48%,
    rgba(18, 40, 62, 0.22) 0%,
    rgba(18, 40, 62, 0.11) 34%,
    rgba(18, 40, 62, 0.045) 56%,
    transparent 74%
  ) !important;
  filter: blur(30px) !important;
  -webkit-filter: blur(30px) !important;
  mix-blend-mode: soft-light;
  opacity: 0.95;
}

/* Going Forward only ? warm sunrise mist behind hero text; soft-light, no box */
main.page.gh-tier-page.going-forward-page .gh-tier-hero::before,
main.page.gh-tier-page.going-forward-page .going-forward-hero::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 48% !important;
  transform: translate(-50%, -50%) !important;
  width: min(112%, 44rem) !important;
  height: clamp(15rem, 50vw, 22rem) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: -1 !important;
  background: radial-gradient(
    ellipse 82% 74% at 50% 46%,
    rgba(255, 246, 228, 0.22) 0%,
    rgba(255, 236, 208, 0.12) 28%,
    rgba(252, 228, 196, 0.05) 52%,
    transparent 78%
  ) !important;
  filter: blur(44px) !important;
  -webkit-filter: blur(44px) !important;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

/* 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 .going-forward-brand {
  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 .going-forward-title {
  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 three 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.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 .going-forward-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 */
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: 1.45rem auto 0 !important;
  max-width: 640px;
  color: #152f46 !important;
  text-shadow:
    0 0 16px rgba(247, 241, 232, 0.94),
    0 0 8px rgba(255, 252, 245, 0.7) !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 {
  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 {
  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 {
  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 > * {
  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 {
  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 {
  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: keep readable on parchment; light box (already a card) */
main.page.gh-tier-page.footing-page .subtle-disclaimer-wrap,
main.page.gh-tier-page.steady-page .subtle-disclaimer-wrap {
  background:
    linear-gradient(
      180deg,
      rgba(254, 249, 240, 0.88) 0%,
      rgba(252, 244, 230, 0.82) 100%
    ) !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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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 {
    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.footing-page .gh-tier-scene__mist,
  main.page.gh-tier-page.steady-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 {
    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 {
    margin-top: -90px !important;
    padding-top: 130px !important;
  }
}

/* ========================================================================
   Growing Your Strength hero scene only (.steady-page)
   Top-anchored crop + taller scene ? hero copy uses shared stack above
   ======================================================================== */
main.page.gh-tier-page.steady-page .gh-tier-scene {
  min-height: clamp(560px, 74vh, 860px) !important;
}

main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
  background-position: center top !important;
  background-size: cover !important;
  opacity: 1 !important;
  filter: brightness(1.03) contrast(1.02) saturate(1.02) !important;
}

/* Keep soft cream fade at bottom of hero */
main.page.gh-tier-page.steady-page .gh-tier-scene::after {
  content: "" !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;
}

main.page.gh-tier-page.steady-page .gh-tier-scene__mist {
  height: 36% !important;
  max-height: 11rem !important;
  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.steady-page .gh-tier-scene {
    min-height: 780px !important;
    background-color: transparent !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
    background-position: center top !important;
    background-size: cover !important;
    opacity: 1 !important;
    filter: brightness(1.03) contrast(1.02) saturate(1.02) !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene::after {
    opacity: 1 !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__mist {
    height: 36% !important;
    max-height: 11rem !important;
  }
}

@media (min-width: 1400px) {
  main.page.gh-tier-page.steady-page .gh-tier-scene {
    min-height: 840px !important;
  }

  main.page.gh-tier-page.steady-page .gh-tier-scene__photo {
    background-position: center top !important;
  }
}

/* ========================================================================
   Going Forward only (.going-forward-page)
   Same hero-scene + parchment-body pattern as Footing / Strength.
   Ocean sunrise stays in .gh-tier-scene__photo ? never on main/page ::before.
   Footing / Strength selectors above are intentionally untouched.
   ======================================================================== */
main.page.gh-tier-page.going-forward-page {
  background-color: #f4e6d4 !important;
  background-image: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 70vh;
}

main.page.gh-tier-page.going-forward-page::before,
main.page.gh-tier-page.going-forward-page::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
  opacity: 0 !important;
}

main.page.gh-tier-page.going-forward-page .gh-tier-wrap.going-forward-wrap {
  max-width: 1040px;
  padding: 0 1.35rem;
}

main.page.gh-tier-page.going-forward-page .gh-tier-scene {
  position: relative;
  z-index: 2;
  overflow: visible !important;
  padding-bottom: 0 !important;
  margin-top: -16px !important;
  background-color: transparent !important;
  background-image: none !important;
  /* Height close to Growing Your Strength (ocean/horizon hero) */
  min-height: clamp(560px, 74vh, 860px) !important;
}

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 {
  background: transparent !important;
}

main.page.gh-tier-page.going-forward-page .gh-tier-hero-band::before {
  display: none !important;
  content: none !important;
}

main.page.gh-tier-page.going-forward-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-image: url("../images/Going Forward/Going Forward Hero.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center 48% !important;
  opacity: 1 !important;
  /* Soft dim of sun / sky / water glare only ? preserve warm sunrise, match Footing/Strength comfort */
  filter: brightness(0.86) contrast(0.94) saturate(1.02) !important;
}

main.page.gh-tier-page.going-forward-page .gh-tier-scene::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !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.going-forward-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;
}

main.page.gh-tier-page.going-forward-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;
}

/* Hero copy position, scrim, and four-level stack: shared block above */

main.page.gh-tier-page.going-forward-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;
  padding-left: 0 !important;
  padding-right: 0 !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;
}

main.page.gh-tier-page.going-forward-page .gh-tier-body::before {
  content: none !important;
  display: none !important;
}

main.page.gh-tier-page.going-forward-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.going-forward-page .gh-tier-body > * {
  position: relative;
  z-index: 1;
}

main.page.gh-tier-page.going-forward-page .gh-tier-body > *:first-child {
  margin-top: 0 !important;
}

main.page.gh-tier-page.going-forward-page .gh-tier-body > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -64px !important;
    padding-top: 96px !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-scene::after {
    height: 100px !important;
  }

  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.going-forward-page .gh-tier-scene__photo {
    background-position: center 46% !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-wrap.going-forward-wrap {
    padding: 0 1.1rem;
  }
}

@media (min-width: 1100px) {
  main.page.gh-tier-page.going-forward-page .gh-tier-scene__photo {
    background-position: center 48% !important;
    background-size: cover !important;
  }
}

@media (min-width: 1200px) {
  main.page.gh-tier-page.going-forward-page .gh-tier-scene {
    min-height: 780px !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-scene__mist {
    height: 36% !important;
    max-height: 11rem !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-body {
    margin-top: -90px !important;
    padding-top: 130px !important;
  }
}

@media (min-width: 1400px) {
  main.page.gh-tier-page.going-forward-page .gh-tier-scene {
    min-height: 840px !important;
  }
}

/* ========================================================================
   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.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,
  main.page.gh-tier-page.going-forward-page .going-forward-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 */
  main.page.gh-tier-page.footing-page .gh-tier-hero::before,
  main.page.gh-tier-page.steady-page .gh-tier-hero::before {
    width: min(110%, 38rem) !important;
    height: clamp(13.5rem, 42vw, 19rem) !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-hero::before,
  main.page.gh-tier-page.going-forward-page .going-forward-hero::before {
    width: min(114%, 40rem) !important;
    height: clamp(14rem, 44vw, 20rem) !important;
    opacity: 0.75;
  }

  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 .going-forward-brand {
    margin-top: 1.5rem !important;
    font-size: 1.02rem !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.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 .going-forward-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.72 !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 54% !important;
    /* Keep sunrise toned on tablet */
    filter: brightness(0.86) contrast(0.94) saturate(1.02) !important;
  }

  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) */
  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: -72px !important;
    padding-top: 108px !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: 120px !important;
    opacity: 1 !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: 38% !important;
    max-height: 10rem !important;
    opacity: 1 !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,
  main.page.gh-tier-page.going-forward-page .going-forward-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 {
    width: min(118%, 22rem) !important;
    height: clamp(12.5rem, 58vw, 17.5rem) !important;
  }

  main.page.gh-tier-page.going-forward-page .gh-tier-hero::before,
  main.page.gh-tier-page.going-forward-page .going-forward-hero::before {
    width: min(120%, 24rem) !important;
    height: clamp(13rem, 60vw, 18.5rem) !important;
    opacity: 0.78;
  }

  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 .going-forward-brand {
    margin-top: 1.35rem !important;
    margin-bottom: 0.95rem !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.05em !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.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 .going-forward-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.68 !important;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: 100%;
  }

  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 52% !important;
    filter: brightness(0.86) contrast(0.94) saturate(1.02) !important;
  }

  /* Preserve cream fade into parchment section */
  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: 110px !important;
    opacity: 1 !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: 42% !important;
    max-height: 9rem !important;
    opacity: 1 !important;
  }

  /* Shared first-content position under hero */
  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: -56px !important;
    padding-top: 88px !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;
  }
}

/* ----- 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;
}

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;
  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;
}

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: 768px) 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.35rem !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    justify-items: center;
  }

  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: auto !important;
    margin-right: auto !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;
    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: 767px) {
  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__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; /* avoid 92vw overflow */
    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;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card__body {
    padding: 1.25rem 0.85rem 1.15rem;
  }

  main.page.gh-tier-page.going-forward-page .pathways-card__heading,
  main.page.gh-tier-page.going-forward-page .pathways-card__subheading,
  main.page.gh-tier-page.going-forward-page .pathways-card__disclaimer {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

/* 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: column;
    align-items: stretch;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    gap: 0.65rem;
  }

  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: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  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;
  }
}
