/* FoT Home — scoped under Uncode. Body background is the only unscoped page rule. */
body.fot-home-app {
  --night: #0A0B1C;
  --card: #14162E;
  --mist: #C8C6D4;
  --ivory: #F4F1EA;
  --indigo: #3E3FE8;
  --first: #C4BEF2;
  background: var(--night);
  color: var(--ivory);
}

body.fot-home-app .fot-home-page,
body.fot-home-app .fot-home-page * {
  box-sizing: border-box;
}

body.fot-home-app .fot-home-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 0;
  font-family: Inter, "Liberation Sans", sans-serif;
  background: var(--night);
  color: var(--ivory);
}

body.fot-home-app .fot-home-page a {
  color: var(--ivory);
  text-decoration: none;
  box-shadow: none;
  background: none;
}
body.fot-home-app .fot-home-page a:hover,
body.fot-home-app .fot-home-page a:focus-visible {
  color: var(--first);
  background: transparent;
  background-image: none;
  text-decoration: none;
  transform: none;
  filter: none;
}

/*
 * Public-site hover (locked). Site-wide rule, not homepage-only.
 * Text links / nav / card titles / Read / All messages / All topics:
 *   ivory #F4F1EA → #C4BEF2. No fill. Same as admin row hover.
 * Ghost / outlined buttons: type and rim #C4BEF2. Fill stays transparent.
 * Indigo primary pills (Listen, Connect with Judith, Join The Circle):
 *   fill stays #3E3FE8, type stays white. Hover adds 1px rim #C4BEF2.
 *   Do not turn the pill violet. Do not add a gradient.
 * No scale, no glow, no underline except FAQ (1px bottom rule also #C4BEF2).
 * Sticky header / hamburger / open menu rows: same type hover, no fill.
 */
body.fot-home-app header a:hover,
body.fot-home-app header a:focus-visible,
body.fot-home-app .menu-container a:hover,
body.fot-home-app .menu-wrapper a:hover,
body.fot-home-app .overlay-menu a:hover,
body.fot-home-app .mobile-menu a:hover,
body.fot-home-app .navbar a:hover {
  color: #C4BEF2 !important;
  background-color: transparent !important;
  background-image: none !important;
  text-decoration: none !important;
  transform: none !important;
  filter: none !important;
  box-shadow: none;
}

body.fot-home-app .fot-ghost:hover,
body.fot-home-app .fot-home-page a.fot-ghost:hover {
  color: #C4BEF2;
  border-color: #C4BEF2;
  background: transparent;
  background-image: none;
  transform: none;
  filter: none;
}

body.fot-home-app .fot-pill:hover,
body.fot-home-app header a.btn:hover,
body.fot-home-app header .btn:hover {
  background-color: #3E3FE8 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px #C4BEF2;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
}
body.fot-home-app .fot-home-page p {
  margin: 0;
  padding: 0;
}
body.fot-home-app .fot-home-page figure {
  margin: 0;
  padding: 0;
  border: 0;
}
body.fot-home-app .fot-home-page img {
  border: 0;
  box-shadow: none;
}

/* Hide leftover plugin chrome if another plugin injects it. Uncode nav stays. */
body.fot-home-app .fot-home-page > header,
body.fot-home-app .fot-home-page .wordmark,
body.fot-home-app .fot-home-page .brand,
body.fot-home-app .fot-home-page .close {
  display: none !important;
}

body.fot-home-app .fot-home-page .top {
  background:
    linear-gradient(180deg,
      rgba(10,11,28,.18) 0%,
      rgba(10,11,28,.42) 38%,
      rgba(10,11,28,.78) 78%,
      var(--night) 100%),
    radial-gradient(920px 340px at 78% 6%, rgba(62,63,232,.28), transparent 62%),
    url("hero-a3-wash.png") center 10% / cover no-repeat,
    var(--night);
  padding-top: 4px;
  padding-bottom: 4px;
}

body.fot-home-app .fot-home-page .lab {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--mist);
  font-weight: 500;
}

body.fot-home-app .fot-home-page .msg {
  padding: 8px 48px 0;
}
body.fot-home-app .fot-home-page .msg-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 10px;
}
body.fot-home-app .fot-home-page .msg-h a {
  font-size: 12.5px;
  color: var(--ivory);
}

body.fot-home-app .fot-home-page .ledger {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(200,198,212,.10);
  overflow: hidden;
}
body.fot-home-app .fot-home-page .cell {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 16px 16px 16px 18px;
  min-height: 92px;
  border-left: 1px solid rgba(200,198,212,.10);
  color: var(--ivory);
}
body.fot-home-app .fot-home-page .cell:first-child {
  border-left: 0;
  box-shadow: inset 3px 0 0 #3E3FE8;
}
body.fot-home-app .fot-home-page .cell .face {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: var(--night);
  box-shadow: 0 0 0 1px #F4F1EA;
}
body.fot-home-app .fot-home-page .cell .face img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
}
body.fot-home-app .fot-home-page .cell .meta {
  min-width: 0;
}
body.fot-home-app .fot-home-page .cell time {
  display: block;
  font-size: 11.5px;
  color: var(--mist);
  margin-top: 3px;
}
body.fot-home-app .fot-home-page .cell .who {
  display: block;
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--first);
  font-weight: 500;
  margin-bottom: 5px;
}
body.fot-home-app .fot-home-page .cell .ttl {
  display: block;
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.25;
  color: var(--ivory);
}
body.fot-home-app .fot-home-page .cell:hover .ttl {
  color: var(--first);
}

body.fot-home-app .fot-home-page .begin {
  padding: 44px 48px 8px;
}
body.fot-home-app .fot-home-page .begin-h {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 18px;
}
body.fot-home-app .fot-home-page .begin-copy {
  flex: 1 1 auto;
  min-width: 0;
}
body.fot-home-app .fot-home-page .begin-h h1 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--ivory);
  margin: 0 0 8px;
  text-transform: none;
  line-height: 1.2;
}
body.fot-home-app .fot-home-page .lede {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ivory);
  max-width: none;
  margin: 0;
}
body.fot-home-app .fot-home-page .faq {
  font-size: 12.5px;
  color: var(--mist);
  white-space: nowrap;
  flex: 0 0 auto;
}
body.fot-home-app .fot-home-page .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: start;
}
body.fot-home-app .fot-home-page .bcard {
  background: var(--card);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(200,198,212,.08);
  display: flex;
  flex-direction: column;
  height: auto;
  color: var(--ivory);
}
body.fot-home-app .fot-home-page .bcard .pic {
  aspect-ratio: 16 / 9;
  height: auto;
  background: var(--night);
  overflow: hidden;
  position: relative;
}
body.fot-home-app .fot-home-page .bcard .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  transform: scale(1);
  transition: transform .22s ease, filter .14s ease;
}
body.fot-home-app .fot-home-page .bcard:hover .pic img {
  transform: scale(1.035);
  filter: brightness(1.07);
}
body.fot-home-app .fot-home-page .bcard .body {
  padding: 16px 20px 18px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  height: auto;
}
body.fot-home-app .fot-home-page .bcard .n {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--indigo);
  margin-bottom: 10px;
}
body.fot-home-app .fot-home-page .bcard .ttl {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 8px;
  text-transform: none;
}
body.fot-home-app .fot-home-page .bcard .dek {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--mist);
  margin-top: 0;
}
body.fot-home-app .fot-home-page .bcard:hover .ttl {
  color: var(--first);
}

body.fot-home-app .fot-home-page .strip {
  padding: 40px 48px 8px;
}
body.fot-home-app .fot-home-page .strip-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 12px;
}
body.fot-home-app .fot-home-page .strip-h a,
body.fot-home-app .fot-home-page .index-h a {
  font-size: 12.5px;
  color: var(--ivory);
}

/* All messages, FAQ, All topics, A scannable library: caret + hover underline. */
body.fot-home-app .fot-home-page .msg-h a,
body.fot-home-app .fot-home-page .strip-h a,
body.fot-home-app .fot-home-page .index-h a,
body.fot-home-app .fot-home-page .faq {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  text-decoration: none;
}
body.fot-home-app .fot-home-page .msg-h a:hover,
body.fot-home-app .fot-home-page .msg-h a:focus-visible,
body.fot-home-app .fot-home-page .strip-h a:hover,
body.fot-home-app .fot-home-page .strip-h a:focus-visible,
body.fot-home-app .fot-home-page .index-h a:hover,
body.fot-home-app .fot-home-page .index-h a:focus-visible,
body.fot-home-app .fot-home-page .faq:hover,
body.fot-home-app .fot-home-page .faq:focus-visible {
  color: var(--first);
  border-bottom-color: var(--first);
  text-decoration: none;
}
body.fot-home-app .fot-home-page .msg-h a::after,
body.fot-home-app .fot-home-page .strip-h a::after,
body.fot-home-app .fot-home-page .index-h a::after,
body.fot-home-app .fot-home-page .faq::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
body.fot-home-app .fot-home-page .topics {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
body.fot-home-app .fot-home-page .tcard {
  color: var(--ivory);
}
body.fot-home-app .fot-home-page .tcard .pic {
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 10px;
  background: var(--card) center / cover no-repeat;
  box-shadow: 0 0 0 1px rgba(200,198,212,.08);
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}
body.fot-home-app .fot-home-page .tcard .pic::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform .22s ease, filter .14s ease;
}
body.fot-home-app .fot-home-page .tcard .n {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -.01em;
}
body.fot-home-app .fot-home-page .tcard:hover .n {
  color: var(--first);
}
body.fot-home-app .fot-home-page .tcard:hover .pic::before {
  transform: scale(1.035);
  filter: brightness(1.07);
}

body.fot-home-app .fot-home-page .band {
  margin: 36px 48px 0;
  position: relative;
  height: 112px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10,11,28,.72) 0%, rgba(10,11,28,.18) 42%, rgba(10,11,28,.08) 100%),
    url("band-members.png") center / cover no-repeat,
    var(--card);
}
body.fot-home-app .fot-home-page .band figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
body.fot-home-app .fot-home-page .band .k {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--first);
  font-weight: 500;
  margin-bottom: 6px;
}
body.fot-home-app .fot-home-page .band p {
  font-size: 14.5px;
  color: var(--ivory);
  max-width: 560px;
  line-height: 1.45;
  margin: 0;
}

body.fot-home-app .fot-home-page .index {
  padding: 40px 48px 56px;
}
body.fot-home-app .fot-home-page .index-h {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(200,198,212,.12);
}
body.fot-home-app .fot-home-page .arow {
  display: grid !important;
  grid-template-columns: 160px 1fr 88px;
  gap: 24px;
  align-items: baseline;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid rgba(200,198,212,.08);
  float: none;
  width: auto;
}
body.fot-home-app .fot-home-page .arow .topic {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--first);
  font-weight: 500;
}
body.fot-home-app .fot-home-page .arow .ttl {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: -.01em;
}
body.fot-home-app .fot-home-page .arow .dek {
  display: block;
  font-size: 13px;
  color: var(--mist);
  font-weight: 400;
  margin-top: 3px;
  line-height: 1.4;
}
body.fot-home-app .fot-home-page .arow .go {
  font-size: 13px;
  color: var(--ivory);
  text-align: right;
}
body.fot-home-app .fot-home-page .arow:hover .ttl,
body.fot-home-app .fot-home-page .arow:hover .go {
  color: var(--first);
}

/* Mobile — from fot-home-w5-mobile.html. Do not force 390px min-width. */
@media (max-width: 900px) {
  body.fot-home-app .fot-home-page .top {
    padding-top: 4px;
  }
  body.fot-home-app .fot-home-page .msg {
    padding: 16px 16px 4px;
  }
  body.fot-home-app .fot-home-page .ledger {
    grid-template-columns: 1fr;
  }
  body.fot-home-app .fot-home-page .cell {
    min-height: 0;
    padding: 14px 16px 14px 18px;
    border-left: 0;
    border-top: 1px solid rgba(200,198,212,.10);
  }
  body.fot-home-app .fot-home-page .cell:first-child {
    border-top: 0;
    box-shadow: inset 3px 0 0 #3E3FE8;
  }
  body.fot-home-app .fot-home-page .cell time {
    font-size: 11px;
    margin-top: 3px;
  }
  body.fot-home-app .fot-home-page .cell .who {
    font-size: 10.5px;
    margin-bottom: 3px;
  }
  body.fot-home-app .fot-home-page .cell .ttl {
    font-size: 15px;
  }

  body.fot-home-app .fot-home-page .begin {
    padding: 28px 16px 8px;
  }
  body.fot-home-app .fot-home-page .begin-h {
    display: block;
    margin-bottom: 0;
  }
  body.fot-home-app .fot-home-page .lede {
    font-size: 14.5px;
    margin-bottom: 10px;
    max-width: none;
  }
  body.fot-home-app .fot-home-page .faq {
    display: inline-block;
    white-space: normal;
    margin-bottom: 16px;
  }
  body.fot-home-app .fot-home-page .cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  body.fot-home-app .fot-home-page .bcard .body {
    padding: 16px 18px 18px;
    min-height: 0;
  }
  body.fot-home-app .fot-home-page .bcard .n {
    font-size: 26px;
    margin-bottom: 8px;
  }
  body.fot-home-app .fot-home-page .bcard .ttl {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 8px;
    display: block;
  }
  body.fot-home-app .fot-home-page .bcard .dek {
    display: block;
  }

  body.fot-home-app .fot-home-page .strip {
    padding: 28px 16px 8px;
  }
  body.fot-home-app .fot-home-page .topics {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body.fot-home-app .fot-home-page .tcard .pic {
    margin-bottom: 7px;
  }

  body.fot-home-app .fot-home-page .band {
    margin: 24px 16px 0;
    height: 148px;
    background:
      linear-gradient(180deg, rgba(10,11,28,.08) 0%, rgba(10,11,28,.55) 100%),
      url("band-members.png") center / cover no-repeat,
      var(--card);
  }
  body.fot-home-app .fot-home-page .band figcaption {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 14px;
    transform: none;
  }
  body.fot-home-app .fot-home-page .band .k {
    font-size: 10.5px;
    letter-spacing: .18em;
    margin-bottom: 5px;
  }
  body.fot-home-app .fot-home-page .band p {
    font-size: 13.5px;
    line-height: 1.4;
    max-width: none;
  }

  body.fot-home-app .fot-home-page .index {
    padding: 28px 16px 40px;
  }
  body.fot-home-app .fot-home-page .index-h {
    padding-bottom: 10px;
  }
  body.fot-home-app .fot-home-page .arow {
    display: block !important;
    padding: 14px 0;
    grid-template-columns: none;
  }
  body.fot-home-app .fot-home-page .arow .topic {
    display: block;
    font-size: 10.5px;
    margin-bottom: 4px;
  }
  body.fot-home-app .fot-home-page .arow .ttl {
    display: block;
    font-size: 16px;
  }
  body.fot-home-app .fot-home-page .arow .go {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  body.fot-home-app .fot-home-page .msg,
  body.fot-home-app .fot-home-page .begin,
  body.fot-home-app .fot-home-page .strip,
  body.fot-home-app .fot-home-page .index {
    padding-left: 32px;
    padding-right: 32px;
  }
  body.fot-home-app .fot-home-page .band {
    margin-left: 32px;
    margin-right: 32px;
  }
  body.fot-home-app .fot-home-page .bcard .ttl {
    font-size: 22px;
  }
}
