/* ═══════════════════════════════════════════════════════════════════════════
   ANCHOR & BLOOM — Life hub (single deploy bundle)
   Load after css/app.css (uses design tokens).
   ═══════════════════════════════════════════════════════════════════════════ */

#sc-life {
  background:
    radial-gradient(120% 72% at 14% -18%, rgba(255, 236, 218, 0.58) 0%, transparent 55%),
    radial-gradient(90% 62% at 104% 8%, rgba(218, 236, 228, 0.42) 0%, transparent 52%),
    radial-gradient(70% 48% at 52% 108%, rgba(245, 236, 252, 0.28) 0%, transparent 48%),
    linear-gradient(188deg, #eae4da 0%, #faf7f2 48%, #fffdfa 100%) !important;
}

/* Legacy forest band when #sc-life still uses .hdr.ab-life-hdr */
#sc-life .hdr.ab-life-hdr {
  background: linear-gradient(157deg, #30382e 0%, #414b3e 36%, #535f4e 72%, var(--ab-forest-soft) 100%) !important;
  padding-bottom: 24px;
}

#sc-life .hdr.ab-life-hdr .ab-life-hdr__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

/* Life hub — birch-taupe hero (fewer sage-clinic vibes than deep routes). */
#sc-life .ab-life-hdr--woven {
  background: linear-gradient(152deg, #3f3632 0%, #59463e 41%, #7c5f4c 73%, #9a795f 100%) !important;
}
.ab-life-root {
  min-height: 100%;
}
.ab-hub-stack--life-thread .ab-hub-card {
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(58, 50, 45, 0.055);
}

/* Life hub — Warm Atrium (matches js/tab-hubs.js AB.lifeHub markup) */
.ab-life-root--atrium {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.ab-life-mast {
  position: relative;
  flex-shrink: 0;
  margin: calc(-1 * var(--ab-space-safe-top, 48px))
    calc(-1 * var(--ab-space-safe-left, env(safe-area-inset-left))) 14px;
  width: calc(100% + var(--ab-space-safe-left, env(safe-area-inset-left)) + var(--ab-space-safe-right, env(safe-area-inset-right)));
  padding: calc(var(--ab-space-safe-top, 48px) + env(safe-area-inset-top) + 6px) clamp(17px, 4.4vw, 22px)
    clamp(26px, 6.4vw, 34px);
  border-radius: 0 0 28px 28px;
  background: radial-gradient(
      120% 88% at 12% -6%,
      rgba(252, 240, 222, 0.52),
      transparent 58%
    ),
    radial-gradient(66% 40% at 92% -4%, rgba(214, 230, 220, 0.26), transparent 52%),
    linear-gradient(168deg, #3f3530 0%, #4d403b 42%, #5f4f47 71%, #7f6456 100%);
  color: #fcf8f4;
  box-shadow: 0 18px 38px rgba(46, 36, 32, 0.18);
  overflow: hidden;
}
.ab-life-mast::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(252, 244, 234, 0.06), transparent 55%);
  pointer-events: none;
}
.ab-life-mast__aurora {
  position: absolute;
  inset: -38% -18% auto -12%;
  height: 120%;
  background: radial-gradient(58% 48% at 40% -6%, rgba(255, 255, 255, 0.2), transparent 62%),
    radial-gradient(
      ellipse 112% 60% at 72% -4%,
      rgba(238, 202, 170, 0.22),
      rgba(238, 202, 170, 0) 74%
    );
  opacity: 0.92;
  pointer-events: none;
  animation: abLifeAurora 14s ease-in-out infinite alternate;
}
@keyframes abLifeAurora {
  0% {
    opacity: 0.68;
    transform: translate(-1.8%, -0.4%) scale(1.02);
  }
  100% {
    opacity: 0.95;
    transform: translate(1.8%, 0.6%) scale(1.04);
  }
}
.ab-life-mast__inner {
  position: relative;
  z-index: 1;
}
.ab-life-mast__eyebrow {
  margin: 0 0 6px;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.78;
}
.ab-life-mast__title {
  margin: 0 0 clamp(11px, 3.2vw, 16px);
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(28px, 7.66vw, 36px);
  line-height: 1.06;
}
.ab-life-mast__lede {
  margin: 0;
  max-width: 36em;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(14px, 3.7vw, 16px);
  line-height: 1.55;
  opacity: 0.9;
}
.ab-life-scroll {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(14px + var(--dock-h, env(safe-area-inset-bottom, 28px)));
}
.ab-life-flow {
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(14px, 4.2vw, 22px) clamp(17px, 4.72vw, 22px) clamp(48px, 14vw, 72px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 5vw, 28px);
}
.ab-life-band {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 3vw, 14px);
}
.ab-life-band__label {
  margin: 0;
  padding: 0;
  border: none;
  font-family: Georgia, serif;
  font-weight: 800;
  font-size: clamp(15px, 4.1vw, 18px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(74, 64, 58, 0.78);
}
.ab-life-band__label span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ab-life-band__label span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.92), transparent 68%),
    linear-gradient(
      150deg,
      rgba(237, 196, 160, 0.95),
      rgba(237, 196, 160, 0.45),
      rgba(112, 180, 150, 0.88)
    );
  box-shadow: 0 0 0 1px rgba(74, 64, 58, 0.12);
}
/* Kitchen fuse — Meals + groceries as one sculpted block */
.ab-life-fuse {
  border-radius: 26px;
  padding: clamp(18px, 5vw, 26px);
  background: radial-gradient(118% 90% at 10% -8%, rgba(255, 255, 255, 0.75), transparent 56%),
    linear-gradient(
      180deg,
      rgba(255, 252, 248, 0.96),
      rgba(246, 240, 233, 0.88)
    );
  border: none;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.96),
    0 20px 48px rgba(58, 50, 45, 0.08),
    0 0 0 1px rgba(74, 64, 58, 0.08);
}
.ab-life-fuse__meta {
  position: relative;
  margin-bottom: clamp(14px, 4vw, 20px);
  padding-bottom: clamp(13px, 3.8vw, 18px);
  border-bottom: 1px solid rgba(74, 64, 58, 0.08);
}
.ab-life-fuse__shine {
  position: absolute;
  right: 0;
  top: -6px;
  width: min(48%, 200px);
  height: clamp(72px, 22vw, 96px);
  border-radius: 40% 60% 50% 50%;
  opacity: 0.35;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(237, 196, 160, 0.55),
    rgba(237, 196, 160, 0) 72%
  );
  pointer-events: none;
}
.ab-life-fuse__eyebrow {
  margin: 0 0 6px;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(74, 64, 58, 0.55);
}
.ab-life-fuse__headline {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(19px, 5.25vw, 23px);
  line-height: 1.22;
  color: rgba(56, 48, 44, 0.96);
}
.ab-life-fuse__lede {
  margin: 0;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(13px, 3.6vw, 15px);
  line-height: 1.54;
  color: rgba(74, 64, 58, 0.72);
}
.ab-life-fuse__tiles {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  width: 100%;
}
.ab-life-fuse__tile {
  flex: 1 1 44%;
  min-width: 0;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  margin: 0;
  cursor: pointer;
  text-align: left;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 10px;
  padding: clamp(14px, 4vw, 18px);
  border-radius: 22px;
  background: radial-gradient(120% 88% at 16% -4%, rgba(255, 255, 255, 0.9), transparent 58%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.85), 0 16px 40px rgba(58, 50, 45, 0.07),
    0 0 0 1px rgba(74, 64, 58, 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.ab-life-fuse__tile:active {
  transform: scale(0.985);
}
.ab-life-fuse__tile:first-of-type {
  background-image: radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.92), transparent 58%), rgba(255, 239, 228, 0.98);
}
.ab-life-fuse__tile:last-of-type:not(:first-of-type) {
  background-image: radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.92), transparent 58%), rgba(230, 246, 236, 0.96);
}
.ab-life-fuse__tile:first-of-type:last-of-type {
  background-image: radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.92), transparent 52%), rgba(255, 246, 236, 0.72), rgba(255, 239, 228, 0.94);
}
.ab-life-fuse__tile:focus-visible {
  outline: 2px solid rgba(74, 64, 58, 0.35);
  outline-offset: 3px;
}
.ab-life-fuse__tile:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 26px 56px rgba(58, 50, 45, 0.12),
    0 0 0 1px rgba(201, 116, 74, 0.18);
}
.ab-life-fuse__tile:last-of-type:not(:first-of-type):hover {
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 26px 56px rgba(58, 50, 45, 0.12),
    0 0 0 1px rgba(47, 127, 106, 0.22);
}
.ab-life-fuse__glyph {
  display: grid;
  place-items: center;
  width: clamp(68px, 20vw, 84px);
  height: clamp(68px, 20vw, 84px);
  margin: 0 auto 4px;
  border-radius: 20px;
  background: radial-gradient(circle at 32% -6%, rgba(255, 255, 255, 0.75), transparent 58%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.88),
    0 10px 24px rgba(58, 50, 45, 0.06),
    0 0 0 1px rgba(74, 64, 58, 0.07);
}
.ab-life-fuse__glyph .ab-life-glyph__svg {
  width: clamp(54px, 16vw, 66px);
  height: clamp(54px, 16vw, 66px);
  display: block;
}
.ab-life-fuse__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
}
.ab-life-fuse__title {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(16px, 4.4vw, 18px);
  color: rgba(56, 48, 44, 0.94);
}
.ab-life-fuse__sub {
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(12px, 3.44vw, 14px);
  line-height: 1.5;
  color: rgba(74, 64, 58, 0.68);
}
.ab-life-fuse__chip {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(74, 64, 58, 0.62);
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.95),
    0 0 0 1px rgba(74, 64, 58, 0.08);
}
.ab-life-fuse__braid {
  position: relative;
  align-self: stretch;
  flex-shrink: 0;
  width: clamp(38px, 11vw, 48px);
  min-height: 120px;
}
.ab-life-fuse__braid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 14%;
  bottom: 14%;
  width: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: repeating-linear-gradient(
    177deg,
    rgba(237, 196, 160, 0.85) 0,
    rgba(237, 196, 160, 0.52) 4px,
    rgba(126, 180, 150, 0.78) 4px,
    rgba(126, 180, 150, 0.72) 8px,
    transparent 8px,
    transparent 12px
  );
  opacity: 0.9;
}
.ab-life-fuse__braid::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at 34% 32%, rgba(255, 255, 255, 0.9), transparent 70%),
    linear-gradient(
      150deg,
      rgba(237, 196, 160, 0.95),
      rgba(237, 196, 160, 0.45),
      rgba(126, 180, 150, 0.92)
    );
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.55),
    0 0 0 1px rgba(74, 64, 58, 0.11),
    0 10px 20px rgba(58, 50, 45, 0.1);
}
/* Wide lanes (calendar / season) — full-width tactile row */
.ab-life-wide {
  --life-wide-accent-rgb: 74, 64, 58;
  --life-accent: rgba(74, 64, 58, 0.88);
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 3.44vw, 16px);
  padding: clamp(14px, 4vw, 18px);
  border-radius: 22px;
  background-image: radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.9), transparent 58%), rgba(252, 248, 240, 0.96);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.88),
    0 18px 44px rgba(58, 50, 45, 0.07),
    0 0 0 1px rgba(74, 64, 58, 0.08);
  text-align: left;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.ab-life-wide--calendar {
  --life-wide-accent-rgb: 54, 107, 140;
}
.ab-life-wide--season {
  --life-wide-accent-rgb: 189, 79, 63;
}
.ab-life-wide:active {
  transform: scale(0.99);
}
.ab-life-wide:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.92),
    0 26px 56px rgba(58, 50, 45, 0.12),
    0 0 0 1px rgba(var(--life-wide-accent-rgb), 0.24);
}
.ab-life-wide:focus-visible {
  outline: 2px solid rgba(var(--life-wide-accent-rgb), 0.45);
  outline-offset: 3px;
}
.ab-life-wide__glyph {
  display: grid;
  place-items: center;
  width: clamp(70px, 20vw, 86px);
  height: clamp(70px, 20vw, 86px);
  flex-shrink: 0;
  border-radius: 20px;
  background: radial-gradient(circle at 32% -6%, rgba(255, 255, 255, 0.8), transparent 58%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(58, 50, 45, 0.07),
    0 0 0 1px rgba(74, 64, 58, 0.07);
}
.ab-life-wide__glyph .ab-life-glyph__svg {
  width: clamp(56px, 16vw, 70px);
  height: clamp(56px, 16vw, 70px);
  display: block;
}
.ab-life-wide__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ab-life-wide__eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.55;
  color: rgb(var(--life-wide-accent-rgb));
}
.ab-life-wide__title {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(17px, 4.72vw, 20px);
  color: rgba(56, 48, 44, 0.94);
}
.ab-life-wide__sub {
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(12px, 3.54vw, 14px);
  line-height: 1.5;
  color: rgba(74, 64, 58, 0.62);
}
.ab-life-wide__chev {
  flex-shrink: 0;
  align-self: center;
  padding: 0 4px;
  font-size: 22px;
  font-weight: 300;
  color: rgba(74, 64, 58, 0.35);
}
/* Steward tiles — Books + Money */
.ab-life-steward-grid {
  display: grid;
  gap: clamp(12px, 3.94vw, 16px);
}
@media (min-width: 480px) {
  .ab-life-steward-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ab-life-steward {
  --life-steward-accent-rgb: 112, 150, 86;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  padding: clamp(14px, 4vw, 17px);
  border-radius: 22px;
  background-image:
    radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.9), transparent 58%), rgba(234, 244, 222, 0.94);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.88),
    0 18px 44px rgba(58, 50, 45, 0.07),
    0 0 0 1px rgba(74, 64, 58, 0.07);
  text-align: left;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.ab-life-steward--money {
  --life-steward-accent-rgb: 112, 150, 86;
  background-image: radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.9), transparent 58%), rgba(234, 244, 222, 0.96);
}
.ab-life-steward--books {
  --life-steward-accent-rgb: 120, 90, 150;
  background-image:
    radial-gradient(120% 88% at 14% -4%, rgba(255, 255, 255, 0.92), transparent 58%), rgba(245, 232, 255, 0.92);
}
.ab-life-steward:active {
  transform: scale(0.99);
}
.ab-life-steward:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 26px 56px rgba(58, 50, 45, 0.12),
    0 0 0 1px rgba(var(--life-steward-accent-rgb), 0.35);
}
.ab-life-steward:focus-visible {
  outline: 2px solid rgba(var(--life-steward-accent-rgb), 0.5);
  outline-offset: 3px;
}
.ab-life-steward__glyph {
  display: grid;
  place-items: center;
  width: clamp(68px, 20vw, 82px);
  height: clamp(68px, 20vw, 82px);
  align-self: flex-start;
  border-radius: 20px;
  background: radial-gradient(circle at 32% -6%, rgba(255, 255, 255, 0.82), transparent 58%);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 14px 32px rgba(58, 50, 45, 0.06),
    0 0 0 1px rgba(74, 64, 58, 0.06);
}
.ab-life-steward__glyph .ab-life-glyph__svg {
  width: clamp(54px, 16vw, 66px);
  height: clamp(54px, 16vw, 66px);
  display: block;
}
.ab-life-steward__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ab-life-steward__title {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(16px, 4.4vw, 18px);
  color: rgba(56, 48, 44, 0.94);
}
.ab-life-steward__sub {
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(12px, 3.54vw, 14px);
  line-height: 1.5;
  color: rgba(74, 64, 58, 0.65);
}
.ab-life-steward__chev {
  align-self: flex-end;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 300;
  color: rgba(74, 64, 58, 0.32);
}
/* Travel teaser */
button.ab-life-travel {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(112px, 34%) 1fr auto;
  align-items: center;
  gap: clamp(14px, 4vw, 18px);
  padding: clamp(13px, 3.94vw, 16px);
  border-radius: 22px;
  background: radial-gradient(118% 90% at 94% -4%, rgba(234, 224, 255, 0.55), transparent 58%),
    linear-gradient(
      180deg,
      rgba(255, 251, 244, 0.98),
      rgba(254, 252, 248, 0.98)
    );
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    0 18px 42px rgba(58, 50, 45, 0.07),
    0 0 0 1px rgba(74, 64, 58, 0.08);
  text-align: left;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
button.ab-life-travel:active {
  transform: scale(0.99);
}
button.ab-life-travel:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.92),
    0 26px 52px rgba(58, 50, 45, 0.11),
    0 0 0 1px rgba(99, 86, 120, 0.18);
}
button.ab-life-travel:focus-visible {
  outline: 2px solid rgba(99, 86, 120, 0.45);
  outline-offset: 3px;
}
.ab-life-travel__visual {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  flex-shrink: 0;
}
.ab-life-travel__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-life-travel__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ab-life-travel__title {
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: clamp(16px, 4.44vw, 18px);
  color: rgba(56, 48, 44, 0.94);
}
.ab-life-travel__sub {
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: clamp(12px, 3.54vw, 14px);
  line-height: 1.5;
  color: rgba(74, 64, 58, 0.62);
}
.ab-life-travel__chev {
  font-size: 22px;
  font-weight: 300;
  color: rgba(74, 64, 58, 0.32);
}
@media (max-width: 420px) {
  button.ab-life-travel {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ab-life-mast__aurora {
    animation: none;
    opacity: 0.76;
    transform: none;
  }
  .ab-life-fuse__tile,
  .ab-life-wide,
  .ab-life-steward,
  button.ab-life-travel {
    transition: none;
  }
}

/* Harmony brand — Life canvas + legacy headers only */
body.ab-brand--harmony #sc-life {
  background:
    radial-gradient(120% 72% at 12% -18%, rgba(255, 232, 212, 0.48) 0%, transparent 54%),
    radial-gradient(92% 58% at 98% 6%, rgba(214, 232, 222, 0.34) 0%, transparent 50%),
    linear-gradient(
      188deg,
      rgba(232, 226, 216, 0.88) 0%,
      var(--cream-app) 46%,
      #fffefb 100%
    ) !important;
}

body.ab-brand--harmony #sc-life .hdr.ab-life-hdr {
  background: linear-gradient(
    154deg,
    #353d34 0%,
    #434e40 34%,
    #566450 68%,
    #65735f 100%
  ) !important;
}

body.ab-brand--harmony #sc-life .ab-life-hdr--woven {
  background: linear-gradient(
    150deg,
    #403630 0%,
    #5a453c 42%,
    #7f604d 74%,
    #9f7c62 100%
  ) !important;
}

/* Lux gold whisper under forest header (parity with deep routes) */
#sc-life .hdr.ab-life-hdr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 4%,
    rgba(184, 149, 79, 0.15) 18%,
    rgba(212, 180, 120, 0.65) 50%,
    rgba(184, 149, 79, 0.15) 82%,
    transparent 96%
  );
  pointer-events: none;
}
