/* ========================================================================
   Passing Conversations — editorial parchment + hero (body.passing-body)
   Matches Finding Your Footing / Growing Your Strength / Going Forward chrome.
   Scoped so other tier pages are untouched.
   ======================================================================== */

/* ----- 1. Header logo = transparent mark (no cream box) ----- */
body.passing-body .header__logo {
  position: relative;
  display: inline-block;
  line-height: 0;
}

body.passing-body .header__logo img {
  display: block;
  width: auto;
  height: auto;
  opacity: 0;
}

body.passing-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;
}

body.passing-body .header::after {
  display: none !important;
  content: none !important;
}

/* Active nav underline (reference) */
body.passing-body .menu__link[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  text-decoration-thickness: 1px;
}

/* ----- 2. Blue editorial footer ----- */
body.passing-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.passing-body .footer.gh-home-footer.gh-home-footer--editorial::before {
  display: none;
}

body.passing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a,
body.passing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal-sep,
body.passing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__tagline,
body.passing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__copyright {
  color: rgba(255, 250, 245, 0.86);
}

body.passing-body .footer.gh-home-footer.gh-home-footer--editorial .gh-home-footer__legal a:hover,
body.passing-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.passing-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;
}

body.passing-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.passing-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.passing-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;
}

/* ----- 3. Page atmosphere ----- */
main.page.gh-tier-page.passing-page {
  background-color: #f4e6d4 !important;
  background-image: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main.page.gh-tier-page.passing-page::before,
main.page.gh-tier-page.passing-page::after {
  opacity: 0 !important;
  background-image: none !important;
  content: none !important;
  display: none !important;
}

/* ----- 4. Hero scene ----- */
main.page.gh-tier-page.passing-page .gh-tier-scene {
  position: relative;
  z-index: 2;
  overflow: visible !important;
  padding-bottom: 0 !important;
  margin-top: -16px !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

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;
  /* ~100px taller so lighthouse + bench + legs clear under cover */
  min-height: clamp(760px, 90vh, 1100px) !important;
  align-items: flex-start !important;
  padding-bottom: calc(3.75rem + 100px) !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

main.page.gh-tier-page.passing-page .gh-tier-hero-band::before {
  display: none !important;
  content: none !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
  position: absolute !important;
  inset: auto !important;
  left: 0 !important;
  right: 0 !important;
  /* Extend up under nav only — do NOT overflow below scene (that created the white seam through the bench) */
  top: -18px !important;
  bottom: 0 !important;
  width: 100% !important;
  height: calc(100% + 18px) !important;
  max-width: none !important;
  transform: none !important;
  pointer-events: none;
  z-index: 0;
  background-color: transparent !important;
  background-image: url("../images/Passing%20Conversations/Passing%20Conversations%20Hero.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* Tall band + mid framing: lighthouse top AND bench + legs */
  background-position: 50% 42% !important;
  opacity: 1 !important;
  filter: brightness(1.04) contrast(1.02) saturate(1.03) !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__wash,
main.page.gh-tier-page.passing-page .gh-tier-scene__coast,
main.page.gh-tier-page.passing-page .gh-tier-scene__mist {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__wash {
  inset: 0 !important;
  z-index: 1;
  background-image:
    radial-gradient(
      ellipse 42% 36% at 50% 38%,
      rgba(247, 241, 232, 0.22) 0%,
      rgba(247, 241, 232, 0.08) 48%,
      transparent 74%
    ),
    radial-gradient(
      ellipse 36% 40% at 78% 42%,
      rgba(255, 214, 150, 0.14) 0%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 55%,
      rgba(244, 230, 212, 0.06) 100%
    ) !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__coast {
  background: none !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  /* Very soft tip fade — legs stay visible; no hard seam */
  height: 16px !important;
  z-index: 3 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  border: none !important;
  box-shadow: none !important;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 230, 212, 0.02) 55%,
    rgba(244, 230, 212, 0.1) 88%,
    #f4e6d4 100%
  ) !important;
}

main.page.gh-tier-page.passing-page .gh-tier-scene__mist {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  height: 3.5% !important;
  max-height: 1.35rem !important;
  opacity: 1 !important;
  z-index: 2;
  border: none !important;
  box-shadow: none !important;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(244, 230, 212, 0.02) 50%,
    rgba(244, 230, 212, 0.08) 78%,
    rgba(244, 230, 212, 0.22) 94%,
    #f4e6d4 100%
  ) !important;
}

/* ----- 5. Hero copy ----- */
main.page.gh-tier-page.passing-page .gh-tier-hero {
  position: relative;
  isolation: isolate;
  margin: 0 auto !important;
  /* Nudge copy slightly up onto lighter sky / mid scene, off darkest dune grass */
  transform: translateY(-48px);
  padding: 0.35rem 1rem 0.2rem !important;
  max-width: 720px;
  z-index: 1;
  text-align: center;
}

/* Warm soft-light mist behind text (Going Forward pattern) — not a hard panel */
main.page.gh-tier-page.passing-page .gh-tier-hero::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 52% !important;
  transform: translate(-50%, -50%) !important;
  width: min(112%, 44rem) !important;
  height: clamp(15.5rem, 52vw, 23rem) !important;
  border-radius: 50% !important;
  pointer-events: none !important;
  z-index: -1 !important;
  background: radial-gradient(
    ellipse 82% 74% at 50% 52%,
    rgba(255, 248, 236, 0.55) 0%,
    rgba(255, 242, 220, 0.32) 28%,
    rgba(252, 236, 214, 0.14) 52%,
    transparent 78%
  ) !important;
  filter: blur(42px) !important;
  -webkit-filter: blur(42px) !important;
  mix-blend-mode: soft-light;
  opacity: 0.92;
}

main.page.gh-tier-page.passing-page .gh-tier-eyebrow {
  margin: 1.625rem 0 1.15rem !important;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #122f48 !important;
  text-shadow:
    0 0 22px rgba(247, 241, 232, 0.92),
    0 1px 1px rgba(255, 252, 245, 0.55) !important;
}

main.page.gh-tier-page.passing-page h1.gh-tier-headline,
main.page.gh-tier-page.passing-page h1.gh-tier-script-title {
  display: block;
  margin: 0.15rem 0 0 !important;
  padding: 0 0.15em !important;
  font-family: "Great Vibes", "Segoe Script", "Brush Script MT", cursive !important;
  font-size: clamp(2.85rem, 8.4vw, 4.6rem) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !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;
}

main.page.gh-tier-page.passing-page h1.gh-tier-headline::after,
main.page.gh-tier-page.passing-page h1.gh-tier-script-title::after {
  content: none !important;
  display: none !important;
}

/* Brown heart divider (homepage / pathways motif) */
main.page.gh-tier-page.passing-page .gh-tier-divider {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: min(14rem, 72%);
  margin: 1.15rem auto 0 !important;
  height: auto !important;
  overflow: visible !important;
}

main.page.gh-tier-page.passing-page .gh-tier-divider__line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(139, 107, 69, 0.45) 35%,
    rgba(139, 107, 69, 0.45) 65%,
    transparent 100%
  );
}

main.page.gh-tier-page.passing-page .gh-tier-divider__mark {
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 0;
  background: url("../images/Preparing%20with%20Love/icons/pwl-icon-05-heart.svg") center / contain no-repeat;
  filter: sepia(1) saturate(0.75) brightness(0.62) hue-rotate(348deg);
  box-shadow: none;
}

main.page.gh-tier-page.passing-page .gh-tier-lead {
  margin: 1.2rem auto 0 !important;
  max-width: 640px;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.02rem, 2vw, 1.1rem);
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.015em;
  /* Darker navy + cream glow for contrast over dune grass */
  color: #0e2438 !important;
  text-shadow:
    0 0 28px rgba(255, 252, 245, 0.98),
    0 0 14px rgba(247, 241, 232, 0.95),
    0 0 6px rgba(255, 248, 236, 0.9),
    0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

main.page.gh-tier-page.passing-page .gh-tier-byline {
  display: none !important;
}

/* ----- 6. Parchment body + botanicals ----- */
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;
  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.passing-page .gh-tier-body::before,
main.page.gh-tier-page.passing-page .gh-tier-body::after {
  content: none !important;
  display: none !important;
}

main.page.gh-tier-page.passing-page .gh-tier-body > * {
  position: relative;
  z-index: 1;
}

main.page.gh-tier-page.passing-page .gh-tier-body > *:first-child {
  margin-top: 0 !important;
}

/* Side botanical flourishes */
.passing-botanicals {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.passing-botanicals__left,
.passing-botanicals__right {
  position: absolute;
  top: 8%;
  width: clamp(7.5rem, 16vw, 13.5rem);
  height: min(72%, 38rem);
  opacity: 0.42;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 12%,
    #000 78%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    #000 12%,
    #000 78%,
    transparent 100%
  );
}

.passing-botanicals__left {
  left: clamp(-1.5rem, -1vw, 0.25rem);
  background-image: url("../images/Passing%20Conversations/Grass%20Flowers.png");
  background-position: left top;
}

.passing-botanicals__right {
  right: clamp(-1.5rem, -1vw, 0.25rem);
  background-image: url("../images/Passing%20Conversations/Pampas%20Grass.png");
  background-position: right top;
  transform: scaleX(-1);
  opacity: 0.36;
}

/* ----- 7. Library card + featured two-column ----- */
main.page.gh-tier-page.passing-page .passing-wrap {
  max-width: min(82rem, 90%);
  margin: 0 auto;
  padding: 0 clamp(3rem, 4.5vw, 5rem);
  text-align: center;
  box-sizing: border-box;
}

main.page.gh-tier-page.passing-page .passing-video-card {
  position: relative;
  overflow: visible;
  margin: 0 auto 1.65rem;
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: center;
  border-radius: 22px !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.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;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

main.page.gh-tier-page.passing-page .passing-video-card > *:not(.gh-home-corner-accents) {
  position: relative;
  z-index: 1;
}

main.page.gh-tier-page.passing-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.passing-page .passing-video-card__heading {
  margin: 0;
  padding: clamp(1.55rem, 3vw, 2rem) clamp(1.25rem, 3vw, 1.85rem) 0.55rem;
  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;
}

main.page.gh-tier-page.passing-page .passing-video-card__subheading {
  margin: 0.85rem auto 0;
  max-width: none;
  padding: 0.55rem 1.25rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #3a5568;
  background: rgba(180, 198, 210, 0.28) !important;
  border: none !important;
  border-bottom: none !important;
  line-height: 1.35;
}

main.page.gh-tier-page.passing-page .passing-video-card__body {
  padding: clamp(1.25rem, 2.8vw, 1.75rem) clamp(1.15rem, 2.8vw, 1.75rem) clamp(1.45rem, 3vw, 1.85rem);
}

/* Featured row: video | copy + button — text column fills remaining width */
.passing-featured {
  display: grid;
  grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
  gap: clamp(1.15rem, 3vw, 1.85rem);
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.passing-featured__media {
  min-width: 0;
  width: 100%;
}

.passing-featured__copy {
  min-width: 0;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}

.passing-featured__title {
  margin: 0;
  width: 100%;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 600;
  line-height: 1.3;
  color: #234f73;
}

.passing-featured__text {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.08rem);
  line-height: 1.72;
  color: #4a5560;
}

.passing-featured__copy .passing-youtube-btn {
  align-self: flex-start;
}

main.page.gh-tier-page.passing-page .passing-video-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #0a1628;
  border: 1px solid rgba(108, 74, 46, 0.22);
  filter: none !important;
  -webkit-filter: none !important;
  isolation: isolate;
}

main.page.gh-tier-page.passing-page .passing-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

main.page.gh-tier-page.passing-page .passing-youtube-btn {
  display: inline-block;
  font: inherit;
  cursor: pointer;
  padding: 0.55rem 1.35rem;
  min-height: 44px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1.5px solid rgba(47, 113, 148, 0.55);
  background: rgba(254, 249, 240, 0.95);
  color: #234f73;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1.3;
  transition: background 0.15s ease, border-color 0.15s ease;
}

main.page.gh-tier-page.passing-page .passing-youtube-btn:hover {
  background: rgba(139, 107, 69, 0.1);
  border-color: rgba(47, 113, 148, 0.75);
}

/* Library grid — 3 / 2 / 1 (CSS only; JS click/YouTube unchanged) */
main.page.gh-tier-page.passing-page .passing-library {
  margin-top: 1.65rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(120, 85, 55, 0.16);
  text-align: center;
}

main.page.gh-tier-page.passing-page .passing-library__heading {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  color: #234f73;
  font-size: 1.08rem;
  font-weight: 600;
}

main.page.gh-tier-page.passing-page .passing-library__intro {
  margin: 0 auto 1rem;
  font-size: 0.92rem;
  color: #5c6358;
  line-height: 1.55;
  max-width: 560px;
}

main.page.gh-tier-page.passing-page .passing-library__grid {
  display: grid;
  /* Desktop: 3 across */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  max-height: min(52vh, 440px);
  overflow-y: auto;
  padding: 0.2rem 0.1rem 0.45rem;
  -webkit-overflow-scrolling: touch;
}

main.page.gh-tier-page.passing-page .passing-library__item {
  border: 1px solid rgba(108, 74, 46, 0.28);
  border-radius: 8px;
  background: rgba(254, 249, 240, 0.88);
  cursor: pointer;
  padding: 0.4rem 0.45rem 0.5rem;
  text-align: left;
  color: #1f3d4d;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

main.page.gh-tier-page.passing-page .passing-library__item:hover {
  border-color: rgba(108, 74, 46, 0.5);
  background: #fff;
}

main.page.gh-tier-page.passing-page .passing-library__item--active {
  border-color: #2f7194;
  background: rgba(47, 113, 148, 0.08);
  box-shadow: 0 1px 6px rgba(47, 113, 148, 0.1);
}

main.page.gh-tier-page.passing-page .passing-library__thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  background: #e8eef2;
  filter: none !important;
  -webkit-filter: none !important;
}

main.page.gh-tier-page.passing-page .passing-library__title {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Disclaimer + return */
main.page.gh-tier-page.passing-page .passing-disclaimer {
  position: relative;
  overflow: visible;
  margin: 0 auto 1.65rem;
  max-width: 100%;
  width: 100%;
  padding: 1.25rem 1.35rem;
  text-align: left;
  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;
}

main.page.gh-tier-page.passing-page .passing-disclaimer__text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #444;
}

main.page.gh-tier-page.passing-page .passing-return-btn {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font: inherit;
  cursor: pointer;
  padding: 0.65rem 1.35rem;
  min-height: 44px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #2f7194;
  background: #2f7194;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

main.page.gh-tier-page.passing-page .passing-return-btn:hover {
  background: #275f7d;
  border-color: #275f7d;
}

main.page.gh-tier-page.passing-page .gh-tier-actions {
  text-align: center;
  margin: 0 0 0.5rem !important;
}

/* ----- 8. Responsive ----- */
@media (max-width: 900px) {
  main.page.gh-tier-page.passing-page .gh-tier-body {
    margin-top: -64px !important;
    padding-top: 96px !important;
  }

  main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
    background-position: 48% 42% !important;
  }

  main.page.gh-tier-page.passing-page .passing-wrap {
    padding: 0 clamp(1.5rem, 4vw, 3rem);
  }

  main.page.gh-tier-page.passing-page .gh-tier-scene::after {
    height: 14px !important;
  }

  main.page.gh-tier-page.passing-page .gh-tier-scene__mist {
    height: 3% !important;
    max-height: 1.15rem !important;
  }

  /* Tablet: 2 across */
  main.page.gh-tier-page.passing-page .passing-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-height: min(55vh, 460px);
  }

  main.page.gh-tier-page.passing-page .passing-video-card {
    outline-offset: -0.45rem;
  }

  main.page.gh-tier-page.passing-page .gh-home-corner-accents {
    inset: 0.65rem;
    opacity: 0.48;
  }

  .passing-featured {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .passing-featured__copy {
    align-items: center;
  }

  .passing-featured__copy .passing-youtube-btn {
    align-self: center;
  }

  .passing-featured__text {
    max-width: none;
  }

  .passing-botanicals__left,
  .passing-botanicals__right {
    width: clamp(5.5rem, 18vw, 9rem);
    opacity: 0.28;
  }
}

@media (max-width: 767px) {
  /* Fit width so lighthouse + bench stay visible; soft cream fills gaps */
  main.page.gh-tier-page.passing-page .gh-tier-hero-band,
  main.page.gh-tier-page.passing-page .gh-tier-hero-band--compact {
    min-height: clamp(640px, 82vh, 900px) !important;
  }

  main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
    background-size: cover !important;
    background-position: 45% 40% !important;
  }

  main.page.gh-tier-page.passing-page .passing-wrap {
    padding: 0 clamp(1.15rem, 5vw, 1.75rem);
  }

  main.page.gh-tier-page.passing-page .gh-tier-hero {
    transform: translateY(-28px);
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }

  main.page.gh-tier-page.passing-page .gh-tier-hero::before {
    width: min(118%, 26rem) !important;
    height: clamp(14rem, 62vw, 20rem) !important;
  }

  main.page.gh-tier-page.passing-page h1.gh-tier-headline,
  main.page.gh-tier-page.passing-page h1.gh-tier-script-title {
    font-size: clamp(2.45rem, 11vw, 3.4rem) !important;
  }

  main.page.gh-tier-page.passing-page .gh-tier-lead {
    font-size: 1rem;
    max-width: 22.5rem;
  }

  /* Small tablet: keep 2 across */
  main.page.gh-tier-page.passing-page .passing-library__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-height: min(58vh, 480px);
  }

  main.page.gh-tier-page.passing-page .passing-library__title {
    font-size: 0.8rem;
  }

  .passing-botanicals__left {
    left: -2.75rem;
    width: 6.5rem;
    opacity: 0.22;
  }

  .passing-botanicals__right {
    right: -2.75rem;
    width: 6.25rem;
    opacity: 0.18;
  }
}

@media (max-width: 520px) {
  /* Mobile: 1 across */
  main.page.gh-tier-page.passing-page .passing-library__grid {
    grid-template-columns: 1fr;
    max-height: min(60vh, 420px);
  }
}

@media (min-width: 901px) {
  main.page.gh-tier-page.passing-page .gh-tier-scene__mist {
    height: 3% !important;
    max-height: 1.25rem !important;
  }
}

@media (min-width: 1100px) {
  main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
    /* Desktop: mid framing — lighthouse top + bench + legs */
    background-position: 50% 42% !important;
  }
}

/* Very short / landscape phones: still keep both anchors */
@media (max-width: 767px) and (max-height: 520px) {
  main.page.gh-tier-page.passing-page .gh-tier-scene__photo {
    background-size: cover !important;
    background-position: 48% 42% !important;
  }
}
