/* ========================================================================
   Grace Harbor — Homepage editorial art direction
   Refinement pass: calm editorial flow, donor-page warmth
   ======================================================================== */

main.gh-tier-page.gh-tier-page--home {
  --gh-home-max: 1080px;
  --gh-home-narrow: 40rem;
  --gh-home-gap: clamp(3.5rem, 7.5vw, 5.75rem);
  --gh-home-card-radius: 26px;
  --gh-home-card-border: rgba(210, 218, 228, 0.22);
  --gh-home-card-bg: rgba(255, 253, 251, 0.68);
  --gh-home-card-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 2px 12px rgba(72, 98, 120, 0.035),
    0 14px 40px rgba(72, 98, 120, 0.045);
  --gh-home-ink: #234f73;
  --gh-home-muted: #4a5560;
  --gh-home-kicker: #5c6f7f;
  padding-bottom: 2.25rem;
}

/* Page atmosphere — subtle layer beneath integrated hero */
main.page.gh-tier-page.gh-tier-page--home::before {
  background-color: transparent !important;
  background-image: url("../images/Home Page/pathways-background-soft.png") !important;
  background-repeat: no-repeat !important;
  background-size: 150% auto !important;
  background-position: center 72% !important;
  opacity: 0.07 !important;
  filter: blur(3px);
}

main.gh-tier-page.gh-tier-page--home::after {
  background-image:
    radial-gradient(ellipse 110% 42% at 14% 6%, rgba(255, 244, 228, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 85% 48% at 88% 18%, rgba(255, 252, 248, 0.16) 0%, transparent 62%),
    linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.18) 0%,
      rgba(252, 249, 244, 0.1) 42%,
      rgba(247, 249, 251, 0.42) 78%,
      rgba(247, 249, 251, 0.94) 100%
    );
}

/* ----- Shared journey rhythm ----- */
.gh-home-flow + .gh-home-flow {
  margin-top: calc(var(--gh-home-gap) * -0.15);
}

.gh-home-journey {
  position: relative;
  padding: 0 clamp(1.15rem, 3.5vw, 2rem);
  margin-bottom: var(--gh-home-gap);
}

.gh-home-journey::before {
  content: "";
  position: absolute;
  top: calc(var(--gh-home-gap) * -0.42);
  left: 12%;
  right: 12%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(198, 210, 220, 0.28) 22%,
    rgba(198, 210, 220, 0.28) 78%,
    transparent 100%
  );
  opacity: 0.65;
}

.gh-home-journey--path::before {
  display: none;
}

/* ----- Editorial bridge (comfort panel → About) ----- */
.gh-home-bridge--about {
  padding: clamp(2.75rem, 6.5vw, 4.5rem) clamp(1.25rem, 4vw, 2rem);
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255, 253, 251, 0.42) 0%,
    rgba(247, 241, 232, 0.28) 45%,
    rgba(255, 253, 251, 0.42) 100%
  );
}

.gh-home-bridge__inner {
  max-width: 26rem;
  margin: 0 auto;
}

.gh-home-bridge__kicker {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gh-home-kicker);
}

.gh-home-bridge__motif {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: min(7.5rem, 42%);
  margin: 1rem auto 1.05rem;
}

.gh-home-bridge__motif::before,
.gh-home-bridge__motif::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(120, 148, 168, 0.35) 50%,
    transparent 100%
  );
}

.gh-home-bridge__motif span {
  flex: 0 0 auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(90, 130, 158, 0.4);
}

.gh-home-bridge__line {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.05rem, 2.1vw, 1.18rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: var(--gh-home-muted);
}

.gh-home-journey--about::before {
  display: none;
}

.gh-home-journey__wrap {
  max-width: var(--gh-home-max);
  margin: 0 auto;
}

.gh-home-journey__intro {
  max-width: 38rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.gh-home-journey__intro--center {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gh-home-journey__kicker {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5c6f7f;
}

.gh-home-journey__title {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.02em;
  color: #234f73;
}

.gh-home-journey__lede {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.02rem, 2.1vw, 1.14rem);
  line-height: 1.82;
  color: #4a5560;
  font-weight: 400;
}

.gh-home-soft-card {
  background: var(--gh-home-card-bg);
  border: 1px solid var(--gh-home-card-border);
  border-radius: var(--gh-home-card-radius);
  box-shadow: var(--gh-home-card-shadow);
  -webkit-backdrop-filter: blur(14px) saturate(1.04);
  backdrop-filter: blur(14px) saturate(1.04);
}

.gh-home-soft-card--whisper {
  background: rgba(255, 253, 251, 0.52);
  border-color: rgba(210, 218, 228, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 8px 28px rgba(72, 98, 120, 0.03);
}

.gh-home-path-card h3 a {
  color: inherit;
  text-decoration: none;
}

.gh-home-path-card h3 a:hover,
.gh-home-path-card h3 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gh-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.65rem;
  border-radius: 999px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gh-home-btn--primary {
  background: linear-gradient(180deg, rgba(58, 108, 138, 0.92) 0%, rgba(35, 79, 115, 0.95) 100%);
  border: 1px solid rgba(35, 79, 115, 0.28);
  color: #fffefb !important;
  box-shadow: 0 4px 18px rgba(35, 79, 115, 0.16);
}

.gh-home-btn--primary:hover,
.gh-home-btn--primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(35, 79, 115, 0.22);
}

.gh-home-btn--soft {
  background: rgba(255, 253, 251, 0.82);
  border: 1px solid rgba(198, 210, 220, 0.45);
  color: #234f73 !important;
}

.gh-home-btn--soft:hover,
.gh-home-btn--soft:focus-visible {
  background: rgba(255, 253, 251, 0.95);
  border-color: rgba(35, 79, 115, 0.35);
}

/* ----- Hero: integrated atmospheric editorial ----- */
.gh-home-hero {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;
  z-index: 2;
  min-height: clamp(28rem, 72vh, 40rem);
  background-color: #f7f1e8;
  background-image: url("../images/Home Page/hero-final.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 78% 18%;
}

.gh-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  /* Strong left parchment — hides baked-in typography in hero-final.jpg */
  background:
    radial-gradient(ellipse 100% 78% at 6% 44%, rgba(255, 253, 248, 0.98) 0%, rgba(255, 251, 245, 0.9) 38%, transparent 62%),
    linear-gradient(
      100deg,
      rgba(255, 253, 248, 0.96) 0%,
      rgba(255, 251, 245, 0.94) 20%,
      rgba(255, 249, 242, 0.86) 36%,
      rgba(252, 247, 238, 0.52) 48%,
      rgba(247, 241, 232, 0.14) 56%,
      transparent 60%
    ),
    radial-gradient(ellipse 58% 50% at 90% 30%, rgba(255, 238, 210, 0.1) 0%, transparent 72%),
    linear-gradient(90deg, transparent 0%, transparent 88%, rgba(247, 241, 232, 0.48) 100%);
}

.gh-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 200% 95% at 50% 112%, rgba(247, 241, 232, 0.92) 0%, rgba(247, 241, 232, 0.5) 38%, transparent 72%),
    radial-gradient(ellipse 160% 70% at 18% 96%, rgba(255, 253, 251, 0.42) 0%, transparent 68%),
    radial-gradient(ellipse 140% 65% at 82% 94%, rgba(255, 253, 251, 0.36) 0%, transparent 66%),
    radial-gradient(ellipse 120% 50% at 50% 78%, rgba(247, 249, 251, 0.22) 0%, transparent 72%),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 16%,
      rgba(247, 249, 251, 0.03) 30%,
      rgba(247, 241, 232, 0.08) 42%,
      rgba(247, 241, 232, 0.18) 52%,
      rgba(247, 241, 232, 0.32) 60%,
      rgba(247, 241, 232, 0.46) 68%,
      rgba(247, 241, 232, 0.6) 75%,
      rgba(247, 241, 232, 0.74) 82%,
      rgba(247, 241, 232, 0.86) 89%,
      rgba(247, 241, 232, 0.94) 95%,
      #f7f1e8 100%
    );
  box-shadow:
    inset 0 0 120px rgba(247, 241, 232, 0.28),
    inset 0 -48px 100px 8px rgba(255, 253, 251, 0.35),
    inset 0 -100px 160px 24px rgba(247, 241, 232, 0.45),
    inset 0 -160px 220px 48px rgba(247, 241, 232, 0.55);
}

.gh-home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(255, 250, 242, 0.04) 3px,
      rgba(255, 250, 242, 0.04) 4px
    ),
    radial-gradient(ellipse 180% 75% at 50% 108%, rgba(255, 253, 251, 0.28) 0%, transparent 62%);
  opacity: 0.28;
  mask-image: linear-gradient(180deg, #000 0%, #000 38%, rgba(0, 0, 0, 0.75) 58%, transparent 100%);
}

.gh-home-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: inherit;
  max-width: var(--gh-home-max);
  margin: 0 auto;
  padding:
    calc(max(6.5rem, 8vh + 3rem))
    clamp(1.25rem, 4vw, 2.5rem)
    clamp(2.75rem, 5.5vw, 4.25rem);
}

.gh-home-hero__content {
  position: relative;
  z-index: 1;
  isolation: isolate;
  max-width: min(36rem, 54vw);
  text-align: left;
}

/* Extra wash behind real HTML text only (not the lighthouse side) */
.gh-home-hero__content::before {
  content: "";
  position: absolute;
  inset: -1.5rem -2.5rem -1.5rem -1.25rem;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    108deg,
    rgba(255, 253, 248, 0.94) 0%,
    rgba(255, 251, 245, 0.78) 55%,
    transparent 100%
  );
}

/* Single crisp text layer — no halo/ghost duplicates */
.gh-home-hero__content h1,
.gh-home-hero__eyebrow,
.gh-home-hero__brand,
.gh-home-hero__descriptor,
.gh-home-hero__script,
.gh-home-hero__lead,
.gh-home-hero__support-note {
  text-shadow: none;
  filter: none;
  mix-blend-mode: normal;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none;
  opacity: 1;
}

.gh-home-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5c6f7f;
}

.gh-home-hero__brand {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(2.35rem, 5.5vw, 3.45rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.03em;
  color: #234f73;
}

.gh-home-hero__descriptor {
  margin: 0.35rem 0 1.05rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #3a6278;
}

.gh-home-hero__script {
  margin: 0.15rem 0 0;
  font-family: "Great Vibes", "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.92rem, 5vw, 2.85rem);
  font-weight: 400;
  line-height: 1.05;
  color: #2a5f7a;
}

.gh-home-hero__divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: min(17.5rem, 92%);
  max-width: 100%;
  margin: 1.65rem 0 1.5rem;
}

.gh-home-hero__divider::before,
.gh-home-hero__divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(120, 148, 168, 0.45) 0%,
    rgba(120, 148, 168, 0.08) 100%
  );
}

.gh-home-hero__divider span {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(90, 130, 158, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 253, 251, 0.88);
}

.gh-home-hero__lead {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.08rem, 2.2vw, 1.2rem);
  line-height: 1.82;
  color: #4a5560;
}

.gh-home-hero__support-note {
  margin: 1rem 0 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.98rem, 1.9vw, 1.05rem);
  line-height: 1.72;
  color: #5c6f7f;
  font-style: italic;
}

.gh-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.85rem;
}

/* Legacy framed-card markup — hidden if cached */
.gh-home-hero__grid,
.gh-home-hero__scene,
.gh-home-hero__scene-frame,
.gh-home-hero__image-wrap,
.gh-home-hero__image,
.gh-home-hero__atmosphere,
.gh-home-hero__photo,
.gh-home-hero__wash,
.gh-home-hero__coast,
.gh-home-hero__haze,
.gh-home-hero__parchment,
.gh-home-hero__scene-glow {
  display: none !important;
}

/* ----- Gentle path forward ----- */
.gh-home-journey--path {
  margin-top: 0;
}

.gh-home-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}

.gh-home-path-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.55rem, 2.5vw, 1.85rem) clamp(1.35rem, 2.2vw, 1.65rem);
  text-align: left;
  min-height: 100%;
}

.gh-home-path-card h3 {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-weight: 600;
  line-height: 1.28;
  color: var(--gh-home-ink);
}

.gh-home-path-card p {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.98rem, 1.8vw, 1.02rem);
  line-height: 1.68;
  color: var(--gh-home-muted);
  flex: 1 1 auto;
}

.gh-home-path-card__cta {
  margin-top: 1.25rem;
  padding-top: 0.15rem;
}

.gh-home-path-note {
  max-width: 36rem;
  margin: clamp(1.75rem, 3vw, 2.35rem) 0 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #5c6f7f;
  font-style: italic;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel {
  margin-top: clamp(2.25rem, 4.5vw, 3.25rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 44rem;
  padding: clamp(2rem, 3.5vw, 2.5rem) clamp(1.75rem, 3.5vw, 2.25rem);
  overflow: visible;
  text-align: center;
}

.gh-home-comfort-panel__header {
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(210, 218, 228, 0.18);
}

.gh-home-comfort-panel__kicker {
  margin: 0 0 0.55rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gh-home-kicker);
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__heading {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.48rem);
  font-weight: 600;
  color: var(--gh-home-ink);
  text-align: center;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__heading-link {
  color: inherit;
  text-decoration: none;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__heading-link:hover,
main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__heading-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel__body {
  padding: 0 0 1.5rem;
  max-width: 36rem;
  margin: 0 auto;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__title {
  margin: 0 0 0.65rem !important;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.05rem, 2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--gh-home-ink);
  text-align: center !important;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__text {
  margin: 0 !important;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1rem, 1.9vw, 1.08rem);
  line-height: 1.82;
  color: var(--gh-home-muted);
  text-align: center !important;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel__cta {
  padding: 0.25rem 0 0;
  display: flex;
  justify-content: center;
}

main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__btn {
  min-width: auto;
  width: auto;
}

main.gh-tier-page.gh-tier-page--home .gentle-comfort-daily__subheading {
  display: none;
}

/* ----- About Grace Harbor (single editorial panel) ----- */
.gh-home-about {
  display: flex;
  justify-content: center;
}

.gh-home-about__panel {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(2.35rem, 4.5vw, 3.15rem) clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  background: rgba(255, 253, 251, 0.82);
}

.gh-home-about__eyebrow {
  margin: 0 0 0.9rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.78rem, 1.5vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gh-home-kicker);
}

.gh-home-about__panel .about__title {
  margin: 0 0 1.35rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.85rem, 3.8vw, 2.35rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #234f73;
}

.gh-home-about__panel .about__title::after {
  content: "";
  display: block;
  width: min(5rem, 28%);
  height: 1px;
  margin: 1rem auto 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(120, 148, 168, 0.45) 50%,
    transparent 100%
  );
}

.gh-home-about__body {
  max-width: 40rem;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.06rem, 2.05vw, 1.18rem);
  line-height: 1.88;
  color: #4a5560;
}

.gh-home-about__body p {
  margin: 0;
}

.gh-home-about__body p + p {
  margin-top: 1.15rem;
}

.gh-home-about__panel .about__button.button {
  display: inline-block;
  margin-top: 2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(58, 108, 138, 0.92) 0%, rgba(35, 79, 115, 0.95) 100%) !important;
  color: #fffefb !important;
  border: 1px solid rgba(35, 79, 115, 0.28) !important;
  font-weight: 600 !important;
}

/* ----- Ways to begin (homepage support options) ----- */
.gh-home-ways {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.2rem);
  max-width: 52rem;
  margin: 0 auto;
}

.gh-home-ways__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  padding: clamp(1.35rem, 2.5vw, 1.65rem) clamp(1.45rem, 3vw, 1.85rem);
  text-align: left;
}

.gh-home-ways__title {
  margin: 0 0 0.4rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.42rem);
  font-weight: 600;
  line-height: 1.25;
  color: #234f73;
}

.gh-home-ways__text {
  margin: 0;
  max-width: 34rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1rem, 1.9vw, 1.08rem);
  line-height: 1.75;
  color: #4a5560;
}

.gh-home-ways__btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ----- Testimonial transition ----- */
.gh-home-journey--voices {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.gh-home-voices {
  position: relative;
  max-width: var(--gh-home-narrow);
  margin: 0 auto;
  padding: clamp(2.75rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2rem);
  text-align: left;
}

.gh-home-voices::before,
.gh-home-voices::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(198, 210, 220, 0.32) 20%,
    rgba(198, 210, 220, 0.32) 80%,
    transparent 100%
  );
}

.gh-home-voices::before {
  top: 0;
}

.gh-home-voices::after {
  bottom: 0;
}

.gh-home-voices__kicker {
  margin: 0 0 1.15rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6f7f;
}

.gh-home-voices__quote {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.15rem, 2.5vw, 1.32rem);
  line-height: 1.88;
  color: #3d4a56;
  font-weight: 400;
  font-style: italic;
}

.gh-home-voices__attribution {
  margin-top: 1.65rem;
}

.gh-home-voices__name {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #234f73;
}

.gh-home-voices__place {
  margin: 0.15rem 0 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.95rem;
  color: #5c6f7f;
}

/* ----- Support invite ----- */
.gh-home-journey--donate {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.gh-home-donate {
  max-width: var(--gh-home-narrow);
  margin: 0 auto;
  padding: clamp(1.75rem, 3.2vw, 2.15rem) clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

.gh-home-donate__kicker {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gh-home-kicker);
}

.gh-home-donate__text {
  margin: 0 0 1.15rem;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.02rem, 2vw, 1.08rem);
  line-height: 1.82;
  color: var(--gh-home-muted);
}

.gh-home-donate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.gh-home-donate__actions .gh-site-support-btn--harbor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(58, 108, 138, 0.88) 0%, rgba(35, 79, 115, 0.92) 100%);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 14px rgba(35, 79, 115, 0.12);
}

.gh-home-donate__actions .gh-site-support-btn--sent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(198, 210, 220, 0.45);
  background: rgba(255, 253, 251, 0.72);
  color: var(--gh-home-ink) !important;
  font-weight: 600;
  text-decoration: none;
}

/* ----- Outro ----- */
.gh-home-journey--closing {
  margin-bottom: clamp(1.35rem, 2.8vw, 2rem);
}

.gh-home-outro {
  max-width: var(--gh-home-narrow);
  margin: 0 auto;
  padding: clamp(2.15rem, 4vw, 2.85rem) clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

/* ----- Homepage footer (compact editorial stack) ----- */
.gh-home-footer {
  position: relative;
  margin-top: 0;
  background: linear-gradient(
    180deg,
    rgba(247, 249, 251, 0.1) 0%,
    rgba(242, 246, 249, 0.78) 55%,
    rgba(238, 243, 247, 0.92) 100%
  ) !important;
  border-top: none;
  padding-top: clamp(0.85rem, 1.6vw, 1.15rem) !important;
  padding-bottom: clamp(0.9rem, 1.8vw, 1.35rem) !important;
}

.gh-home-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22%;
  right: 22%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(198, 210, 220, 0.2) 50%,
    transparent 100%
  );
  pointer-events: none;
}

.gh-home-footer__container {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  max-width: 28rem;
  margin: 0 auto;
  padding: 0.25rem clamp(1.15rem, 3.5vw, 2rem) 0 !important;
  text-align: center;
}

.gh-home-footer__logo {
  display: block;
  line-height: 0;
  margin-bottom: 0.15rem;
}

.gh-home-footer__logo img {
  display: block;
  max-height: 2rem;
  width: auto;
  margin: 0 auto;
  opacity: 0.9;
  filter: saturate(0.95);
}

.gh-home-footer__legal {
  margin: 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.86rem, 1.5vw, 0.93rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.gh-home-footer__legal a {
  color: #6b7a88;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gh-home-footer__legal a:hover,
.gh-home-footer__legal a:focus-visible {
  color: var(--gh-home-ink);
  border-bottom-color: rgba(35, 79, 115, 0.2);
}

.gh-home-footer__legal-sep {
  color: rgba(107, 122, 136, 0.55);
  user-select: none;
}

.gh-home-footer__tagline {
  margin: 0.1rem 0 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: 0.88rem;
  font-style: italic;
  letter-spacing: 0.03em;
  color: var(--gh-home-kicker);
}

.gh-home-footer__copyright {
  margin: 0.15rem 0 0;
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(0.78rem, 1.4vw, 0.86rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #6b7a88;
}

/* ----- Outro title/text (continued) ----- */
.gh-home-outro .outro__title {
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.65rem, 3.2vw, 2rem);
  font-weight: 600;
  color: #234f73;
}

.gh-home-outro .outro__text {
  font-family: "Cormorant Garamond", Baskerville, Georgia, serif;
  font-size: clamp(1.02rem, 2vw, 1.1rem);
  line-height: 1.78;
  color: #4a5560;
}

.gh-home-outro .outro__button.button {
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(58, 108, 138, 0.92) 0%, rgba(35, 79, 115, 0.95) 100%) !important;
  color: #fffefb !important;
  border: 1px solid rgba(35, 79, 115, 0.28) !important;
  font-weight: 600 !important;
}

/* ----- Neutralize legacy home section boxes ----- */
main.gh-tier-page.gh-tier-page--home .home-path-section,
main.gh-tier-page.gh-tier-page--home .page__about,
main.gh-tier-page.gh-tier-page--home .page__services,
main.gh-tier-page.gh-tier-page--home .page__testimonial,
main.gh-tier-page.gh-tier-page--home .page__support-invite,
main.gh-tier-page.gh-tier-page--home .page__outro {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

main.gh-tier-page.gh-tier-page--home .about__container,
main.gh-tier-page.gh-tier-page--home .services__container,
main.gh-tier-page.gh-tier-page--home .testimonial__container,
main.gh-tier-page.gh-tier-page--home .outro__container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

main.gh-tier-page.gh-tier-page--home .services__row {
  display: block;
}

/* Suppress duplicate tier-layout card boxing on editorial home */
main.gh-tier-page.gh-tier-page--home .gh-home-path-card,
main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel,
main.gh-tier-page.gh-tier-page--home .gh-home-ways__option,
main.gh-tier-page.gh-tier-page--home .gh-home-outro,
main.gh-tier-page.gh-tier-page--home .gh-home-donate {
  margin-bottom: 0 !important;
}

main.gh-tier-page.gh-tier-page--home .gentle-comfort-daily.gh-home-comfort-panel {
  max-width: none !important;
  border-radius: var(--gh-home-card-radius) !important;
  border: 1px solid var(--gh-home-card-border) !important;
  background: var(--gh-home-card-bg) !important;
  box-shadow: var(--gh-home-card-shadow) !important;
  padding: clamp(1.75rem, 3vw, 2.25rem) clamp(1.65rem, 3vw, 2rem) !important;
}

main.gh-tier-page.gh-tier-page--home .main_home::after {
  display: none;
}

/* Wide desktop: taller hero so full lighthouse fits without reposition tweaks */
@media (min-width: 1200px) {
  .gh-home-hero {
    min-height: max(42rem, 88vh);
    background-size: auto 100%;
    background-position: right top;
  }

  .gh-home-hero::after {
    background:
      radial-gradient(ellipse 220% 110% at 50% 115%, rgba(247, 241, 232, 0.9) 0%, rgba(247, 241, 232, 0.45) 42%, transparent 76%),
      radial-gradient(ellipse 170% 75% at 15% 92%, rgba(255, 253, 251, 0.38) 0%, transparent 70%),
      radial-gradient(ellipse 150% 70% at 85% 90%, rgba(255, 253, 251, 0.32) 0%, transparent 68%),
      radial-gradient(ellipse 130% 55% at 50% 68%, rgba(247, 249, 251, 0.18) 0%, transparent 74%),
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 12%,
        rgba(247, 249, 251, 0.04) 26%,
        rgba(247, 241, 232, 0.1) 40%,
        rgba(247, 241, 232, 0.22) 52%,
        rgba(247, 241, 232, 0.36) 62%,
        rgba(247, 241, 232, 0.52) 71%,
        rgba(247, 241, 232, 0.68) 79%,
        rgba(247, 241, 232, 0.82) 87%,
        rgba(247, 241, 232, 0.93) 94%,
        #f7f1e8 100%
      );
    box-shadow:
      inset 0 0 120px rgba(247, 241, 232, 0.24),
      inset 0 -64px 140px 16px rgba(255, 253, 251, 0.32),
      inset 0 -120px 200px 32px rgba(247, 241, 232, 0.42),
      inset 0 -200px 280px 56px rgba(247, 241, 232, 0.52);
  }
}

@media (min-width: 1680px) {
  .gh-home-hero {
    min-height: max(44rem, 90vh);
  }
}

/* ----- Responsive ----- */
@media (max-width: 960px) {
  .gh-home-hero {
    min-height: clamp(26rem, 78vh, 36rem);
    background-size: cover;
    background-position: 76% 20%;
  }

  .gh-home-hero::after {
    background:
      radial-gradient(ellipse 210% 100% at 50% 114%, rgba(247, 241, 232, 0.94) 0%, rgba(247, 241, 232, 0.48) 40%, transparent 74%),
      radial-gradient(ellipse 150% 65% at 50% 82%, rgba(247, 249, 251, 0.2) 0%, transparent 70%),
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 20%,
        rgba(247, 249, 251, 0.06) 34%,
        rgba(247, 241, 232, 0.18) 50%,
        rgba(247, 241, 232, 0.4) 64%,
        rgba(247, 241, 232, 0.65) 76%,
        rgba(247, 241, 232, 0.86) 88%,
        #f7f1e8 100%
      );
    box-shadow:
      inset 0 -56px 120px 12px rgba(255, 253, 251, 0.38),
      inset 0 -120px 200px 36px rgba(247, 241, 232, 0.5);
  }

  .gh-home-hero::before {
    background:
      radial-gradient(ellipse 130% 85% at 50% 20%, rgba(255, 253, 248, 0.97) 0%, rgba(255, 251, 245, 0.88) 42%, transparent 74%),
      linear-gradient(
        180deg,
        rgba(255, 253, 248, 0.95) 0%,
        rgba(255, 251, 245, 0.82) 26%,
        rgba(252, 248, 242, 0.4) 50%,
        transparent 70%
      ),
      linear-gradient(90deg, rgba(255, 253, 248, 0.72) 0%, transparent 14%, transparent 86%, rgba(247, 241, 232, 0.5) 100%);
  }

  .gh-home-hero__content::before {
    inset: -1.25rem -1.75rem -1.25rem -1.75rem;
    background: radial-gradient(
      ellipse 95% 80% at 50% 35%,
      rgba(255, 253, 248, 0.92) 0%,
      rgba(255, 251, 245, 0.7) 50%,
      transparent 100%
    );
  }

  .gh-home-hero__content {
    max-width: none;
    text-align: center;
  }

  .gh-home-hero__divider {
    margin-left: auto;
    margin-right: auto;
  }

  .gh-home-hero__actions {
    justify-content: center;
  }

  .gh-home-path-grid {
    grid-template-columns: 1fr;
  }

  .gh-home-about__panel {
    padding: clamp(2rem, 5vw, 2.65rem) clamp(1.5rem, 4vw, 2rem);
  }

  .gh-home-ways__option {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 1.5rem 1.35rem;
  }

  .gh-home-ways__text {
    margin-left: auto;
    margin-right: auto;
  }

  .gh-home-journey__intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gh-home-path-note {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel__body,
  main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__title,
  main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__text,
  main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel .gentle-comfort-daily__heading {
    text-align: center !important;
  }

  main.gh-tier-page.gh-tier-page--home .gh-home-comfort-panel__cta {
    justify-content: center;
  }

}

@media (max-width: 820px) {
  .gh-home-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .gh-home-hero {
    min-height: clamp(24rem, 82vh, 34rem);
    background-size: cover;
    background-position: 74% 22%;
  }

  .gh-home-hero::after {
    background:
      radial-gradient(ellipse 220% 105% at 50% 116%, rgba(247, 241, 232, 0.96) 0%, rgba(247, 241, 232, 0.52) 42%, transparent 76%),
      linear-gradient(
        180deg,
        transparent 0%,
        transparent 18%,
        rgba(247, 249, 251, 0.08) 30%,
        rgba(247, 241, 232, 0.22) 48%,
        rgba(247, 241, 232, 0.48) 62%,
        rgba(247, 241, 232, 0.72) 76%,
        rgba(247, 241, 232, 0.9) 90%,
        #f7f1e8 100%
      );
  }

  .gh-home-hero__inner {
    padding-top: calc(max(5.75rem, 7.5vh + 2.5rem));
  }

  .gh-home-voices {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gh-home-btn {
    transition: none;
  }
}
