    :root {
      --cloud: #f8f7f2;
      --paper: #f1eee7;
      --ink: #0b0f19;
      --soft-ink: #3f4147;
      --muted: #6d6d73;
      --electric-purple: #6d28ff;
      --bright-red: #ff2a2a;
      --navy: #123c69;
      --white: #ffffff;
      --line: rgba(17, 19, 24, 0.12);
      --gold: #c89b3c;
      --gunmetal: #17191d;
      --header-bg: #ffffff;
      --nav-height: 92px;
      --shadow-soft: 0 24px 80px rgba(11, 15, 25, 0.14);
    }

    *,
    *::before,
    *::after {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      font-family: Inter, Arial, Helvetica, sans-serif;
      background: var(--cloud);
      color: var(--ink);
      overflow-x: clip;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    body.modal-open {
      overflow: hidden;
    }


    a {
      color: inherit;
      text-decoration: none;
    }

    button {
      font: inherit;
    }

    :focus-visible {
      outline: 3px solid rgba(109, 40, 255, 0.42);
      outline-offset: 4px;
      border-radius: 10px;
    }

    /* =========================
       HEADER
    ========================= */

    .site-header {
      position: sticky;
      top: 0;
      z-index: 60;
      width: 100%;
      background: var(--header-bg);
      border-bottom: 0;
      box-shadow: none;
      transition: opacity 320ms ease, transform 320ms ease;
      overflow: visible;
    }

    .landing-start .site-header {
      position: fixed;
      left: 0;
      background: linear-gradient(
        to bottom,
        var(--white) 0%,
        rgba(255, 255, 255, 1) 82%,
        rgba(255, 255, 255, 0.98) 94%,
        var(--white) 100%
      );
    }

    .landing-start .site-header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: calc(100% - 2px);
      height: clamp(46px, 6vw, 84px);
      background: linear-gradient(
        to bottom,
        var(--white) 0%,
        rgba(255, 255, 255, 0.5) 48%,
        rgba(255, 255, 255, 0) 100%
      );
      pointer-events: none;
    }

    .nav {
      width: 100%;
      height: var(--nav-height);
      padding: 0 clamp(22px, 4vw, 72px) 0 12px;
      display: grid;
      grid-template-columns: minmax(150px, 220px) auto;
      align-items: center;
      justify-content: space-between;
      gap: clamp(18px, 3vw, 42px);
      position: relative;
    }

    .nav-left {
      justify-self: start;
      min-width: 0;
    }


    .nav-right {
      justify-self: end;
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(2px, 1vw, 10px);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      line-height: 1;
      margin-left: 0;
      padding-left: 0;
      color: var(--ink);
      max-width: 220px;
      overflow: hidden;
    }

    .brand-crop {
      width: 220px;
      height: 82px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .brand-logo {
      height: auto;
      width: 208px;
      max-width: none;
      object-fit: contain;
      display: block;
      transform: translateX(6px);
      flex-shrink: 0;
    }


    .nav-links a,
    .nav-right a,
    .nav-dropdown-toggle {
      position: relative;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 7px;
      min-height: 62px;
      padding: 0 clamp(10px, 1.5vw, 18px);
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      text-align: center;
      cursor: pointer;
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .nav-icon {
      width: 24px;
      height: 24px;
      color: var(--electric-purple);
      display: block;
    }

    .nav-right .nav-icon {
      display: none;
    }

    .nav-links a svg,
    .nav-right a svg,
    .nav-dropdown-toggle svg {
      stroke: currentColor;
      fill: none;
    }


    .nav-links a:hover,
    .nav-right a:hover,
    .nav-dropdown-toggle:hover,
    .nav-dropdown.open .nav-dropdown-toggle,
    .nav-dropdown[open] .nav-dropdown-toggle {
      color: var(--electric-purple);
      transform: translateY(-1px);
    }




    /* =========================
       HERO
    ========================= */

    .hero {
      position: relative;
      min-height: 100vh;
      min-height: 100svh;
      padding: calc(var(--nav-height) + clamp(88px, 10vw, 148px)) 20px clamp(88px, 10vw, 148px);
      overflow: hidden;
      background: var(--white);
      color: var(--ink);
      display: flex;
      align-items: center;
      transition: min-height 680ms cubic-bezier(.2,.8,.2,1), padding 680ms cubic-bezier(.2,.8,.2,1);
      will-change: min-height;
    }

    .landing-start .hero {
      align-items: flex-start;
      padding-top: calc(var(--nav-height) + clamp(42px, 5.5vw, 82px));
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background-image: url("../assets/bible-journey-people-hero-strip.png");
      background-position: right clamp(10px, 5vw, 72px) bottom clamp(18px, 5vw, 72px);
      background-repeat: no-repeat;
      background-size: min(72vw, 760px) auto;
      opacity: 0.84;
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.12) 68%, rgba(255, 255, 255, 0.94) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.28) 42%, rgba(255, 255, 255, 0.96) 100%);
      pointer-events: none;
    }

    .journey-open .hero {
      min-height: 44vh;
      min-height: 44svh;
      padding-top: 72px;
      padding-bottom: 72px;
    }

    .hero-inner {
      width: min(1120px, 100%);
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 3;
    }

    .hero-copy {
      will-change: transform;
    }

    .hero h1 {
      margin: 0 auto;
      max-width: 1040px;
      font-size: clamp(3rem, 7.8vw, 7.4rem);
      font-family: Georgia, "Times New Roman", serif;
      line-height: 0.98;
      letter-spacing: 0;
      font-weight: 950;
      color: var(--gunmetal);
      text-shadow: none;
    }

    .landing-start .hero h1 {
      max-width: min(1420px, calc(100% - 40px));
      font-size: clamp(2.6rem, 5vw, 5.35rem);
      line-height: 0.96;
      white-space: nowrap;
    }

    .hero p {
      max-width: 780px;
      margin: 26px auto 0;
      font-size: clamp(1rem, 1.9vw, 1.22rem);
      line-height: 1.6;
      color: var(--soft-ink);
      font-weight: 620;
      text-shadow: none;
    }

    .landing-start .hero p {
      display: none;
    }

    .hero-actions {
      margin-top: 34px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      text-decoration: none;
      font-weight: 950;
      border: 1px solid currentColor;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }

    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    }

    .btn-start {
      min-height: 74px;
      padding: 0 clamp(40px, 5vw, 68px);
      border-radius: 0;
      border-color: var(--electric-purple);
      background: var(--electric-purple);
      color: var(--white);
      box-shadow: none;
      font-size: clamp(1rem, 1.4vw, 1.2rem);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .btn-start:hover,
    .btn-start:focus-visible {
      background: #7b3cff;
      border-color: #7b3cff;
      color: var(--white);
      transform: translateY(-3px);
    }

    /* =========================
       SHARED SECTIONS
    ========================= */

    .statement-section {
      padding: 110px 20px 0;
      background: var(--paper);
      position: relative;
    }

    .landing-panel-section,
    .minimal-bar-section {
      padding: 0 0 14px;
      background: var(--cloud);
      overflow: hidden;
    }

    .landing-panel-section {
      padding-top: clamp(18px, 3vw, 42px);
    }

    .section-rail {
      width: min(1120px, 100%);
      margin: 0 auto;
      text-align: center;
      padding: 0 8px;
    }

    .rail-eyebrow {
      margin: 0 0 18px;
      font-size: 0.82rem;
      font-weight: 950;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--electric-purple);
    }

    .section-display {
      display: block;
      text-align: center;
      width: 100%;
      border: 0;
      background: transparent;
      cursor: pointer;
      font-weight: 950;
      letter-spacing: 0;
      line-height: 1;
      font-size: clamp(3.2rem, 8vw, 7rem);
      color: var(--ink);
      transition: transform 0.25s ease, color 0.25s ease;
      padding: 0;
      margin: 0;
    }

    .section-display:hover {
      transform: translateY(-6px);
    }

    .explore-display:hover {
      color: var(--electric-purple);
    }

    .minimal-bar {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      background: #f1eee7;
      border-radius: 0;
      box-shadow: none;
      overflow: hidden;
    }

    .minimal-bar-toggle {
      width: 100%;
      min-height: clamp(74px, 7vw, 96px);
      min-width: 0;
      position: relative;
      appearance: none;
      border: 0;
      background: #f1eee7;
      color: var(--ink);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 20px;
      padding: 18px max(clamp(20px, 5vw, 72px), calc((100vw - 1120px) / 2 + 20px));
      text-align: left;
      font-family: Inter, Arial, Helvetica, sans-serif;
      font-size: clamp(1.15rem, 2.1vw, 1.85rem);
      font-weight: 950;
      line-height: 1;
      letter-spacing: -0.015em;
      text-transform: none;
      white-space: normal;
      overflow-wrap: anywhere;
      transition: background 180ms ease, transform 180ms ease, box-shadow 220ms ease;
    }

    .minimal-bar-toggle:hover,
    .minimal-bar-toggle:focus-visible,
    .minimal-bar-toggle[aria-expanded="true"] {
      background: #ece8de;
      transform: translateY(-4px);
    }


    .about-mapped-toggle {
      min-height: clamp(150px, 20vw, 260px);
      justify-content: center;
      text-align: center;
      padding: clamp(34px, 6vw, 86px) 20px;
      font-size: clamp(3.2rem, 8vw, 7rem) !important;
      font-weight: 950;
      line-height: 1;
      letter-spacing: 0;
      overflow-wrap: normal;
      will-change: transform;
      box-shadow: 0 18px 44px rgba(11, 15, 25, 0.08);
      z-index: 2;
      color: var(--ink);
    }

    .about-mapped-toggle:hover,
    .about-mapped-toggle:focus-visible,
    .about-mapped-toggle[aria-expanded="true"] {
      transform: translateY(-8px);
      box-shadow: 0 26px 58px rgba(11, 15, 25, 0.12);
    }

    .about-mapped-toggle:hover,
    .about-mapped-toggle:focus-visible,
    .about-mapped-toggle[aria-expanded="true"] {
      color: var(--electric-purple);
    }


    .about-mapped-shell {
      opacity: 0;
      transform: translateY(34px);
      transition: opacity 680ms ease, transform 680ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    .about-mapped-shell.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .minimal-panel {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      background: rgba(255, 253, 246, 0.58);
      transform: translateY(18px);
      transition:
        max-height 920ms cubic-bezier(0.12, 0.86, 0.18, 1),
        opacity 520ms ease,
        transform 700ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    .minimal-panel.open {
      max-height: 7200px;
      opacity: 1;
      transform: translateY(0);
    }

    .premium-reveal {
      opacity: 0;
      transform: translateY(38px);
      transition:
        opacity 900ms ease,
        transform 1100ms cubic-bezier(0.16, 0.9, 0.22, 1);
      will-change: opacity, transform;
    }

    .premium-reveal.reveal-in-view {
      opacity: 1;
      transform: translateY(0);
    }


    .minimal-panel-inner {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
      padding: 8px 0 36px;
      overflow: hidden;
    }

    /* ABOUT BIBLE MAPPED IMAGE FIX */
    #aboutMappedPanel .minimal-panel-inner {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0 0 36px;
      overflow: visible;
    }

    #aboutMappedPanel .about-panel-formula {
      width: 100%;
      margin: 0;
    }

    #aboutMappedPanel .formula-window-inner {
      width: 100%;
      padding: 0 0 46px;
    }

    #aboutMappedPanel .formula-art-frame {
      width: 100%;
      max-width: none;
      aspect-ratio: 16 / 9;
    }

    #aboutMappedPanel .formula-art-frame > img {
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center;
    }

    #aboutMappedPanel .formula-window-inner,
    #aboutMappedPanel .minimal-panel-inner {
      padding-bottom: 0;
    }

    #aboutMappedPanel .formula-inline-window.open {
      margin-bottom: 0;
    }




    .landing-followup-bars {
      background: #ffffff;
    }

    .landing-followup-bar {
      display: block;
      width: 100%;
      padding: clamp(28px, 4.5vw, 54px) 20px;
      border: 0;
      color: var(--ink);
      font-size: clamp(2.4rem, 6vw, 6.1rem);
      font-weight: 950;
      letter-spacing: 0;
      line-height: 1;
      text-align: center;
      transition: background 180ms ease, color 180ms ease, transform 220ms ease;
    }



    .watch-videos-bar {
      margin: 0;
      background: var(--cloud);
      font-family: Inter, Arial, Helvetica, sans-serif;
      font-size: clamp(1.45rem, 2.8vw, 2.8rem);
      font-weight: 950;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }


    .watch-videos-image-band {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
      align-items: center;
      gap: clamp(24px, 5vw, 72px);
      width: min(1180px, calc(100% - clamp(32px, 8vw, 96px)));
      margin: 0 auto;
      padding: clamp(24px, 4.5vw, 58px) 0 0;
      background: #ffffff;
    }

    .watch-videos-image-band img {
      display: block;
      width: min(100%, 760px);
      height: auto;
      margin: 0;
    }

    .watch-videos-copy {
      justify-self: end;
      max-width: 430px;
      text-align: left;
    }

    .watch-videos-copy h2 {
      margin: 0 0 clamp(0.8rem, 1.6vw, 1.2rem);
      font-family: "Cormorant Garamond", Georgia, serif;
      color: var(--ink);
      font-size: clamp(2.55rem, 5vw, 5.5rem);
      font-weight: 500;
      line-height: 0.96;
      letter-spacing: 0;
      text-transform: none;
    }

    .watch-videos-type-title {
      min-height: 1.95em;
    }

    .watch-videos-type-title.typing::after {
      content: "";
      display: inline-block;
      width: 0.08em;
      height: 0.78em;
      margin-left: 0.08em;
      background: var(--electric-purple);
      transform: translateY(0.08em);
      animation: watchTitleCaret 920ms steps(1, end) infinite;
    }

    .watch-videos-type-title.typed::after {
      opacity: 0;
      animation: none;
    }

    @keyframes watchTitleCaret {
      50% {
        opacity: 0;
      }
    }

    .watch-videos-copy p {
      margin: 0;
      color: rgba(31, 41, 51, 0.72);
      font-size: clamp(1rem, 1.35vw, 1.18rem);
      line-height: 1.65;
    }

    @media (max-width: 780px) {
      .watch-videos-image-band {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 720px);
        gap: 18px;
      }

      .watch-videos-image-band img {
        width: 100%;
      }

      .watch-videos-copy {
        justify-self: start;
        max-width: 100%;
      }
    }
    .watch-videos-stage {
      padding: clamp(30px, 5vw, 76px) 0 clamp(54px, 8vw, 108px);
      background: #ffffff;
      overflow: hidden;
    }

    .watch-videos-marquee {
      width: 100%;
      overflow: hidden;
    }

    .watch-videos-track {
      width: max-content;
      display: flex;
      gap: clamp(14px, 2vw, 24px);
      padding-right: clamp(14px, 2vw, 24px);
      transform: translate3d(var(--watch-video-offset, 0px), 0, 0);
      will-change: transform;
    }

    .watch-video-group {
      display: flex;
      gap: clamp(14px, 2vw, 24px);
      padding-left: clamp(18px, 3vw, 42px);
    }

    .watch-video-card {
      position: relative;
      width: clamp(190px, 20vw, 272px);
      aspect-ratio: 9 / 16;
      flex: 0 0 auto;
      background: #080808;
      box-shadow: 0 28px 70px rgba(11, 15, 25, 0.18);
      border-radius: 18px;
      overflow: hidden;
    }

    .watch-video-embed {
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      background: #080808;
    }


    /* =========================
       TESTAMENT SVG PUZZLE
    ========================= */

    .testament-puzzle-section {
      scroll-margin-top: calc(var(--nav-height) + 24px);
      padding-top: clamp(28px, 4vw, 58px);
      padding-bottom: clamp(48px, 7vw, 86px);
      overflow: hidden;
      z-index: 12;
      background-color: var(--cloud);
      background-image: url("../assets/map-graph-bg.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-top: 1px solid rgba(17, 19, 24, 0.14);
      box-shadow: 0 -28px 80px rgba(11, 15, 25, 0.18);
      transform: translateY(0);
      opacity: 1;
      transition: transform 760ms cubic-bezier(.2,.8,.2,1), opacity 760ms ease;
      will-change: transform;
    }

    .journey-open .testament-puzzle-section,
    .testament-puzzle-section:target {
      transform: translateY(0);
      opacity: 1;
    }

    .testament-puzzle-stage {
      width: min(1240px, 100%);
      margin: clamp(28px, 4vw, 48px) auto 0;
      padding: 0 20px;
    }









    /* =========================
       FORMULA INSIDE ABOUT
    ========================= */

    .about-panel-formula {
      grid-column: 1 / -1;
      margin-top: clamp(28px, 4vw, 52px);
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }


    .about-sub-bars .minimal-bar {
      background: transparent;
    }

    .about-sub-bars .minimal-bar-toggle {
      background: #f1eee7;
      border-top: 0;
      border-bottom: 0;
      color: var(--ink);
    }

    #salvation > .minimal-bar-toggle:hover,
    #salvation > .minimal-bar-toggle:focus-visible,
    #salvation > .minimal-bar-toggle[aria-expanded="true"],
    #about-calvin > .minimal-bar-toggle:hover,
    #about-calvin > .minimal-bar-toggle:focus-visible,
    #about-calvin > .minimal-bar-toggle[aria-expanded="true"] {
      color: var(--navy);
    }

    .about-sub-bars .minimal-panel {
      background: rgba(255, 253, 246, 0.62);
    }

    .about-sub-bars .minimal-panel-inner {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }


    .formula-inline-window {
      width: 100%;
      margin: 0 auto;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(36px);
      transition:
        max-height 1100ms cubic-bezier(0.12, 0.86, 0.18, 1),
        opacity 520ms ease,
        transform 980ms cubic-bezier(0.18, 1.2, 0.28, 1);
    }

    .formula-inline-window.open {
      max-height: 5200px;
      opacity: 1;
      transform: translateY(0);
    }

    .formula-window-inner {
      width: 100%;
      background: transparent;
      border: none;
      box-shadow: none;
      padding: 0;
      overflow: visible;
    }

    .formula-art-frame {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      min-height: 0;
      overflow: hidden;
      background: var(--white);
      border: none;
      box-shadow: none;
      display: block;
    }

    .formula-art-frame img {
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      object-position: center;
      display: block;
      background: var(--white);
      border: none;
      border-radius: 0;
    }

    /* Image opens low and slightly zoomed, then liquid-pans / zooms out when the panel opens */
    .formula-hero-image {
      transform: scale(1.18) translateY(26px);
      transform-origin: center center;
      transition:
        transform 3200ms cubic-bezier(0.12, 0.86, 0.18, 1),
        filter 2600ms ease;
      will-change: transform, filter;
      filter: saturate(0.94) contrast(1.01) brightness(0.96);
    }

    .formula-art-frame.image-pan-out .formula-hero-image {
      transform: scale(1) translateY(0);
      filter: saturate(1) contrast(1.04) brightness(1);
    }

    @media (prefers-reduced-motion: reduce) {
      .formula-hero-image {
        transition: none;
        transform: none;
      }

      .watch-videos-marquee {
        overflow-x: auto;
      }

      .watch-videos-track {
        animation: none;
        transform: none;
      }

      .watch-video-group[aria-hidden="true"] {
        display: none;
      }

      .watch-videos-type-title.typing::after {
        display: none;
      }
    }

    .formula-image-placeholder {
      position: absolute;
      inset: 0;
      border: none;
      display: none;
      place-items: center;
      text-align: center;
      color: var(--muted);
      font-weight: 900;
      line-height: 1.45;
      padding: 24px;
      background: var(--white);
    }

    .formula-art-frame::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 48%;
      z-index: 2;
      background: linear-gradient(to top, rgba(11, 15, 25, 0.9), rgba(11, 15, 25, 0.5), transparent);
      pointer-events: none;
    }

    .formula-art-frame::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 3;
      background: linear-gradient(rgba(11, 15, 25, 0.12), rgba(11, 15, 25, 0.34));
      opacity: 0;
      transition: opacity 1200ms ease;
      pointer-events: none;
    }

    .formula-art-frame.tour-active::before {
      opacity: 0;
    }

    .formula-question-row {
      position: absolute;
      left: clamp(34px, 6.5vw, 110px);
      right: clamp(34px, 5vw, 88px);
      bottom: clamp(42px, 6vw, 74px);
      z-index: 5;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: end;
      gap: clamp(16px, 3.2vw, 64px);
      pointer-events: none;
    }

    .formula-question {
      --mx: 0px;
      --my: 0px;
      --snap-delay: 0ms;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      gap: 6px;
      min-width: 0;
      color: var(--cloud);
      opacity: 0;
      pointer-events: auto;
      white-space: nowrap;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      text-shadow: 0 18px 50px rgba(0, 0, 0, 0.76);
      filter: blur(5px);
      transform: translate3d(var(--mx), calc(62px + var(--my)), 0) scale(0.96);
      transition:
        opacity 820ms ease var(--snap-delay),
        filter 900ms ease var(--snap-delay),
        transform 1180ms cubic-bezier(0.18, 1.28, 0.28, 1) var(--snap-delay);
      will-change: opacity, transform, filter;
    }

    .formula-question::after {
      display: none;
    }

    .formula-question:hover,
    .formula-question:focus-visible {
      color: var(--white);
    }

    .formula-question:hover::after,
    .formula-question:focus-visible::after {
      display: none;
    }

    .formula-question.where { --snap-delay: 120ms; }
    .formula-question.who { --snap-delay: 230ms; }
    .formula-question.why { --snap-delay: 340ms; }
    .formula-question.what { --snap-delay: 450ms; }

    .formula-main {
      font-family: Inter, Arial, Helvetica, sans-serif;
      font-size: clamp(2rem, 4.35vw, 4.95rem);
      line-height: 0.92;
      letter-spacing: -0.045em;
      font-weight: 950;
    }

    .formula-sub {
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(0.82rem, 1.42vw, 1.55rem);
      font-style: italic;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.035em;
      color: rgba(248, 247, 242, 0.94);
    }

    .formula-art-frame.words-in-view .formula-question {
      opacity: 1;
      filter: blur(0);
      transform: translate3d(var(--mx), var(--my), 0) scale(1);
    }

    .formula-tour-panel {
      display: none;
      position: absolute;
      z-index: 8;
      width: min(390px, calc(100% - 32px));
      background: rgba(248, 247, 242, 0.96);
      color: var(--ink);
      border-top: 8px solid var(--electric-purple);
      box-shadow: var(--shadow-soft);
      padding: 20px;
      opacity: 0;
      pointer-events: none;
      transform: translateY(28px) scale(0.96);
      transition: opacity 420ms ease, transform 520ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    .formula-tour-panel.active {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .formula-tour-panel.where-panel {
      left: 7%;
      bottom: 150px;
    }

    .formula-tour-panel.who-panel {
      left: 50%;
      bottom: 150px;
      transform: translateX(-50%) translateY(28px) scale(0.96);
    }

    .formula-tour-panel.who-panel.active {
      transform: translateX(-50%) translateY(0) scale(1);
    }

    .formula-tour-panel.why-panel {
      right: 7%;
      bottom: 150px;
    }

    .formula-tour-kicker {
      margin: 0 0 8px;
      color: var(--bright-red);
      font-size: 0.74rem;
      font-weight: 950;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .formula-tour-panel h3 {
      margin: 0;
      font-size: clamp(2rem, 4vw, 3.2rem);
      line-height: 1;
      letter-spacing: 0;
      font-weight: 950;
      color: var(--ink);
    }

    .formula-tour-panel p {
      margin: 12px 0 0;
      color: var(--soft-ink);
      font-size: 0.96rem;
      line-height: 1.55;
      font-weight: 680;
    }

    .formula-tour-image {
      margin: 16px 0 0;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: var(--paper);
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
    }

    .formula-tour-image img {
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: cover;
      object-position: center;
    }

    .formula-tour-actions {
      margin-top: 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .formula-tour-btn,
    .formula-tour-link {
      appearance: none;
      border: 1px solid var(--ink);
      background: var(--ink);
      color: var(--white);
      min-height: 42px;
      padding: 10px 16px;
      border-radius: 999px;
      font-size: 0.88rem;
      font-weight: 950;
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .formula-tour-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .formula-tour-btn:hover,
    .formula-tour-link:hover {
      transform: translateY(-2px);
      background: var(--electric-purple);
      border-color: var(--electric-purple);
      color: var(--white);
    }

    .formula-tour-btn.secondary {
      background: transparent;
      color: var(--ink);
      border-color: var(--line);
    }

    .formula-tour-btn.secondary:hover {
      background: var(--ink);
      border-color: var(--ink);
      color: var(--white);
    }

    .formula-tour-progress {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 24px;
      z-index: 9;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      opacity: 0;
      transition: opacity 400ms ease;
    }

    .formula-art-frame.tour-active .formula-tour-progress {
      opacity: 1;
    }

    .formula-tour-dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: rgba(248, 247, 242, 0.45);
      border: 1px solid rgba(248, 247, 242, 0.7);
    }

    .formula-tour-dot.active {
      background: var(--bright-red);
      border-color: var(--bright-red);
    }









    /* =========================
       MODALS
    ========================= */

    .modal-overlay {
      position: fixed;
      inset: 0;
      z-index: 100;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(17, 19, 24, 0.62);
      backdrop-filter: blur(10px);
    }

    .modal-overlay.active {
      display: flex;
    }

    .modal-window {
      width: min(980px, 100%);
      max-height: min(800px, 90vh);
      overflow: auto;
      border-radius: 38px;
      background: var(--cloud);
      color: var(--ink);
      box-shadow: 0 40px 120px rgba(0, 0, 0, 0.35);
      border: 1px solid rgba(255, 255, 255, 0.4);
      transform: translateY(54px) scale(0.98);
      transform-origin: center bottom;
      opacity: 0;
      transition: transform 0.34s ease, opacity 0.34s ease;
    }

    .modal-overlay.active .modal-window {
      transform: translateY(0) scale(1);
      opacity: 1;
    }

    .modal-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 28px 30px;
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.48);
      position: sticky;
      top: 0;
      z-index: 3;
      backdrop-filter: blur(12px);
    }

    .modal-top span {
      font-weight: 950;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--electric-purple);
      font-size: 0.78rem;
    }

    .modal-close {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: var(--white);
      color: var(--ink);
      font-size: 1.4rem;
      font-weight: 900;
      cursor: pointer;
    }

    .modal-body {
      padding: 36px 38px 42px;
    }

    .modal-body h2 {
      margin: 0;
      font-size: clamp(2.8rem, 6vw, 5.8rem);
      line-height: 1;
      letter-spacing: 0;
      font-weight: 950;
    }

    .modal-body p {
      margin: 24px 0 0;
      font-size: 1.15rem;
      line-height: 1.7;
      color: var(--soft-ink);
    }

    .book-category-grid {
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .book-category {
      background: var(--white);
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 24px;
      overflow: hidden;
      transform: translateY(18px);
      opacity: 0;
    }

    .modal-overlay.active .book-category {
      animation: retractOut 0.55s ease forwards;
    }

    .modal-overlay.active .book-category:nth-child(1) { animation-delay: 0.04s; }
    .modal-overlay.active .book-category:nth-child(2) { animation-delay: 0.10s; }
    .modal-overlay.active .book-category:nth-child(3) { animation-delay: 0.16s; }
    .modal-overlay.active .book-category:nth-child(4) { animation-delay: 0.22s; }
    .modal-overlay.active .book-category:nth-child(5) { animation-delay: 0.28s; }

    @keyframes retractOut {
      from {
        transform: translateY(18px) scale(0.96);
        opacity: 0;
      }

      to {
        transform: translateY(0) scale(1);
        opacity: 1;
      }
    }

    .book-category h3 {
      margin: 0;
      font-size: 1.5rem;
      letter-spacing: 0;
    }

    .book-category p {
      margin: 8px 0 18px;
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .book-list {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
    }

    .book-list a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 36px;
      padding: 8px 13px;
      border-radius: 999px;
      background: var(--paper);
      color: var(--ink);
      font-size: 0.88rem;
      font-weight: 900;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
    }

    .book-list a:hover {
      transform: translateY(-3px);
      background: var(--ink);
      color: var(--white);
    }






























    .bottom-social-emblem.facebook-emblem {
      background: #3b75bb;
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.35rem;
      font-weight: 900;
      letter-spacing: -0.04em;
    }


    .bm-site-footer {
      margin: 0;
      padding: clamp(28px, 4vw, 42px) 20px;
      background: #2a3439;
      color: #ffffff;
      border: 0;
      text-align: center;
    }

    .bm-site-footer-inner {
      width: min(1100px, 100%);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
      align-items: center;
      justify-items: start;
      gap: 10px 28px;
      text-align: left;
    }

    .bm-footer-wordmark {
      display: block;
      width: min(220px, 70vw);
      height: auto;
      grid-row: 1 / span 4;
      justify-self: start;
      filter: drop-shadow(0 10px 18px rgba(28, 7, 84, 0.24));
    }

    .bm-footer-links {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 8px 12px;
      color: rgba(255, 255, 255, 0.92);
      font-size: 0.84rem;
      font-weight: 400;
      letter-spacing: 0.04em;
      line-height: 1.3;
      text-transform: uppercase;
    }

    .bm-footer-links,
    .bm-footer-contact,
    .bm-footer-social-row,
    .bm-footer-copy {
      grid-column: 2;
    }

    .bm-footer-links a,
    .bm-footer-contact a {
      color: inherit;
      text-decoration: none;
      transition: opacity 180ms ease;
    }

    .bm-footer-links a:hover,
    .bm-footer-links a:focus-visible,
    .bm-footer-contact a:hover,
    .bm-footer-contact a:focus-visible {
      opacity: 0.78;
    }


    .bm-footer-social-row {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      gap: 9px;
    }

    .bm-footer-social-emblem {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #ffffff;
      color: var(--electric-purple);
      overflow: hidden;
      font-size: 0.76rem;
      font-weight: 950;
      line-height: 1;
      text-decoration: none;
      box-shadow: 0 8px 16px rgba(28, 7, 84, 0.22);
      transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
    }

    .bm-footer-social-emblem:hover,
    .bm-footer-social-emblem:focus-visible {
      transform: translateY(-2px);
      opacity: 0.92;
      box-shadow: 0 12px 20px rgba(28, 7, 84, 0.28);
    }

    .bm-footer-social-emblem img {
      width: 23px;
      height: 23px;
      object-fit: contain;
    }

    .bm-footer-social-emblem.tiktok-emblem img {
      width: 25px;
      height: 25px;
    }

    .bm-footer-social-emblem.instagram-emblem img {
      width: 25px;
      height: 25px;
    }

    .bm-footer-social-emblem.tiktok-emblem img,
    .bm-footer-social-emblem.instagram-emblem img {
      border-radius: 50%;
    }

    .bm-footer-social-emblem.youtube-emblem img {
      width: 26px;
      height: 20px;
    }

    .bm-footer-social-emblem.facebook-emblem {
      background: #3b75bb;
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.35rem;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .bm-footer-social-emblem.patreon-emblem {
      background: #ffffff;
    }

    .bm-footer-patreon-letter {
      color: #000000;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 1.12rem;
      font-weight: 700;
      line-height: 1;
    }

    .bm-footer-copy {
      margin: 0;
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.78rem;
      font-weight: 400;
      letter-spacing: 0.04em;
    }

    .parallax-item {
      will-change: transform;
    }

    /* =========================
       RESPONSIVE
    ========================= */

    @media (max-width: 768px) {
      .bm-site-footer-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
      }

      .bm-footer-wordmark,
      .bm-footer-links,
      .bm-footer-contact,
      .bm-footer-social-row,
      .bm-footer-copy {
        grid-column: 1;
      }

      .bm-footer-wordmark {
        grid-row: auto;
      }

      .bm-footer-links,
      .bm-footer-social-row {
        justify-content: center;
      }
    }

    @media (max-width: 980px) {
      .nav {
        height: var(--nav-height);
        gap: 20px;
        padding: 0 16px 0 10px;
      }

      .brand-crop {
        width: 220px;
        height: 82px;
      }

      .brand-logo {
        width: 208px;
        transform: translateX(4px);
      }


      .nav-links a,
      .nav-right a,
      .nav-dropdown-toggle {
        padding: 0 14px;
      }

      .book-category-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 900px) {
      .formula-tour-panel.where-panel,
      .formula-tour-panel.who-panel,
      .formula-tour-panel.why-panel {
        left: 50%;
        right: auto;
        bottom: 110px;
        transform: translateX(-50%) translateY(28px) scale(0.96);
      }

      .formula-tour-panel.where-panel.active,
      .formula-tour-panel.who-panel.active,
      .formula-tour-panel.why-panel.active {
        transform: translateX(-50%) translateY(0) scale(1);
      }
    }

    @media (max-width: 820px) {
      .testament-puzzle-stage {
        padding: 0 12px;
        margin-top: 48px;
      }






    }

    @media (max-width: 720px) {
      :root {
        --nav-height: 82px;
      }

      .nav {
        height: var(--nav-height);
        padding: 0 12px 0 8px;
        gap: 16px;
        grid-template-columns: minmax(118px, 150px) auto;
      }

      .brand-crop {
        width: 150px;
        height: 72px;
      }

      .brand-logo {
        width: 150px;
        transform: translateX(2px);
      }


      .nav-links a,
      .nav-right a,
      .nav-dropdown-toggle {
        min-height: 58px;
      }


      .nav-icon {
        width: 21px;
        height: 21px;
      }

      .hero {
        min-height: 100vh;
        min-height: 100svh;
        padding: calc(var(--nav-height) + 54px) 16px 72px;
      }

      .landing-start .hero {
        padding-top: calc(var(--nav-height) + 34px);
      }

      .hero::before {
        background-position: 62% bottom;
        background-size: cover;
      }

      .hero::after {
        background: linear-gradient(
          to bottom,
          rgba(255, 255, 255, 0.98) 0%,
          rgba(255, 255, 255, 0.94) 14%,
          rgba(255, 255, 255, 0.48) 30%,
          rgba(255, 255, 255, 0.24) 40%,
          rgba(255, 255, 255, 0.04) 56%,
          rgba(255, 255, 255, 0.2) 82%,
          rgba(255, 255, 255, 0.94) 100%
        );
      }

      .hero h1 {
        font-size: clamp(2.35rem, 12vw, 4.35rem);
      }

      .landing-start .hero h1 {
        font-size: clamp(2rem, 11vw, 3.8rem);
        white-space: normal;
      }

      .hero p {
        font-size: 1rem;
      }

      .statement-section {
        padding: 82px 16px 0;
      }

      .testament-puzzle-section {
        padding-top: 28px;
        padding-bottom: 54px;
      }


      .about-mapped-toggle {
        min-height: clamp(128px, 32vw, 190px);
        font-size: clamp(2.85rem, 13vw, 4.8rem) !important;
      }




      .formula-art-frame {
        min-height: 0;
      }

      .formula-art-frame img {
        min-height: 0;
      }

      .formula-question-row {
        left: 14px;
        right: 14px;
        bottom: 32px;
        gap: 8px;
      }

      .formula-question {
        gap: 4px;
      }

      .formula-main {
        font-size: clamp(1.1rem, 5vw, 2.15rem);
        letter-spacing: -0.04em;
      }

      .formula-sub {
        font-size: clamp(0.46rem, 1.95vw, 0.86rem);
        letter-spacing: 0.01em;
      }

      .modal-body {
        padding: 30px 24px 34px;
      }

      .modal-top {
        padding: 22px 24px;
      }
    }

    @media (max-width: 560px) {
      .brand-crop {
        width: 180px;
        height: 62px;
      }

      .brand-logo {
        height: 74px;
        width: auto;
        transform: translateX(2px);
      }


      .formula-art-frame {
        min-height: 0;
      }

      .formula-art-frame img {
        min-height: 0;
      }

      .formula-question-row {
        left: 10px;
        right: 10px;
        bottom: 24px;
        gap: 5px;
      }

      .formula-main {
        font-size: clamp(0.9rem, 4.9vw, 1.7rem);
      }

      .formula-sub {
        font-size: clamp(0.38rem, 1.85vw, 0.7rem);
      }

      .formula-question::after {
        width: min(44px, 62%);
        height: 2px;
        margin-top: 7px;
      }

      .formula-tour-panel {
        padding: 16px;
        bottom: 82px !important;
      }

      .formula-tour-panel p {
        font-size: 0.88rem;
      }

      .formula-tour-image {
        aspect-ratio: 4 / 3;
      }








      .watch-video-group {
        padding-left: 16px;
      }

      .watch-video-card {
        width: min(68vw, 250px);
      }



    }


    /* =========================================================
       NO-NEGATIVE-SPACE PATCH
       Keeps the image sections full-bleed and removes the white
       dead space below the Formula image and Testament images.
    ========================================================= */

    .testament-puzzle-section {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
    }

    .hero + .testament-puzzle-section {
      padding-top: 0 !important;
      border-top: 0 !important;
      transform: none !important;
      opacity: 1 !important;
    }

    .about-mapped-toggle {
      color: var(--ink) !important;
    }

    .about-mapped-toggle:hover,
    .about-mapped-toggle:focus-visible,
    .about-mapped-toggle[aria-expanded="true"] {
      color: var(--electric-purple) !important;
    }

    .testament-puzzle-stage {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
      line-height: 0;
    }




    #about-biblemapped {
      padding: 0 !important;
      margin: 0 !important;
      background: var(--cloud);
    }

    #about-biblemapped .minimal-bar,
    #aboutMappedPanel,
    #aboutMappedPanel .minimal-panel-inner,
    #aboutMappedPanel .about-panel-formula,
    #aboutMappedPanel .formula-inline-window,
    #aboutMappedPanel .formula-window-inner {
      padding: 0 !important;
      margin: 0 !important;
      background: transparent !important;
      line-height: 0;
    }

    #aboutMappedPanel.open {
      max-height: 1400px !important;
      overflow: hidden !important;
    }

    #aboutMappedPanel .formula-inline-window.open {
      max-height: 1400px !important;
      overflow: hidden !important;
      display: block;
    }

    #aboutMappedPanel .formula-art-frame {
      width: 100% !important;
      max-width: none !important;
      margin: 0 0 -1px 0 !important;
      padding: 0 !important;
      aspect-ratio: 16 / 9;
      height: auto !important;
      min-height: 0 !important;
      background: #0b0f19 !important;
      line-height: 0;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: 0 34px 90px rgba(11, 15, 25, 0.12) !important;
      transform-origin: center top;
    }

    #aboutMappedPanel .formula-art-frame > img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      object-fit: cover !important;
      object-position: center center !important;
      border: 0 !important;
      border-radius: 0 !important;
    }

    /* Hide the old guided-tour pieces/dots. The four words are now the navigation. */
    #aboutMappedPanel .formula-tour-panel,
    #aboutMappedPanel .formula-tour-progress {
      display: none !important;
      opacity: 0 !important;
      pointer-events: none !important;
    }

    /* Stronger bottom mask prevents old baked-in image text from fighting the clickable text. */
    #aboutMappedPanel .formula-art-frame::after {
      height: 54%;
      background: linear-gradient(
        to top,
        rgba(11, 15, 25, 0.94) 0%,
        rgba(11, 15, 25, 0.72) 36%,
        rgba(11, 15, 25, 0.22) 72%,
        transparent 100%
      ) !important;
    }

    /* Smooth liquid open: lower, soft zoom, then snap into place. */
    #aboutMappedPanel .formula-hero-image {
      transform: scale(1.2) translateY(34px);
      transform-origin: center center;
      transition:
        transform 3400ms cubic-bezier(0.13, 0.9, 0.16, 1),
        filter 2200ms ease;
      will-change: transform, filter;
      filter: saturate(0.9) contrast(1.02) brightness(0.92);
    }

    #aboutMappedPanel .formula-art-frame.image-pan-out .formula-hero-image {
      transform: scale(1) translateY(0);
      filter: saturate(1) contrast(1.04) brightness(1);
    }

    #aboutMappedPanel .formula-question-row {
      left: clamp(24px, 7vw, 118px) !important;
      right: clamp(24px, 7vw, 118px) !important;
      bottom: clamp(34px, 5.2vw, 72px) !important;
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      align-items: end;
      gap: clamp(12px, 3vw, 56px) !important;
      z-index: 6;
      line-height: 1;
    }

    #aboutMappedPanel .formula-question {
      min-height: clamp(74px, 8vw, 128px);
      justify-content: end;
      transform: translate3d(var(--mx), calc(74px + var(--my)), 0) scale(0.94);
      transition:
        opacity 760ms ease var(--snap-delay),
        filter 920ms ease var(--snap-delay),
        transform 1250ms cubic-bezier(0.15, 1.34, 0.24, 1) var(--snap-delay),
        color 220ms ease;
    }

    #aboutMappedPanel .formula-art-frame.words-in-view .formula-question {
      opacity: 1;
      filter: blur(0);
      transform: translate3d(var(--mx), var(--my), 0) scale(1);
    }

    #aboutMappedPanel .formula-question.where,
    #aboutMappedPanel .formula-question.who,
    #aboutMappedPanel .formula-question.why,
    #aboutMappedPanel .formula-question.what {
      bottom: auto !important;
      left: auto !important;
      right: auto !important;
    }

    #aboutMappedPanel .formula-main {
      font-size: clamp(2.05rem, 4.25vw, 5rem);
      line-height: 0.9;
    }

    #aboutMappedPanel .formula-sub {
      font-size: clamp(0.78rem, 1.33vw, 1.48rem);
      line-height: 1.05;
      white-space: nowrap;
    }


    @media (max-width: 720px) {
      #aboutMappedPanel .formula-question-row {
        left: 10px !important;
        right: 10px !important;
        bottom: 22px !important;
        gap: 6px !important;
      }

      #aboutMappedPanel .formula-question {
        min-height: 58px;
        gap: 3px;
      }

      #aboutMappedPanel .formula-main {
        font-size: clamp(1rem, 5vw, 2.1rem);
      }

      #aboutMappedPanel .formula-sub {
        font-size: clamp(0.39rem, 1.85vw, 0.78rem);
        letter-spacing: 0.005em;
      }
    }

    @media (max-width: 560px) {
      #aboutMappedPanel .formula-question-row {
        left: 7px !important;
        right: 7px !important;
        bottom: 16px !important;
        gap: 4px !important;
      }

      #aboutMappedPanel .formula-question {
        min-height: 48px;
      }

      #aboutMappedPanel .formula-main {
        font-size: clamp(0.82rem, 4.8vw, 1.65rem);
      }

      #aboutMappedPanel .formula-sub {
        font-size: clamp(0.32rem, 1.7vw, 0.64rem);
      }
    }



    /* =========================================================
       LUX PATCH ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â original layout preserved, graph cards added
    ========================================================= */

    .site-header,
    .landing-start .site-header,
    .nav {
      border: 0 !important;
      border-bottom: 0 !important;
      box-shadow: none !important;
      outline: 0 !important;
    }

    .landing-start .site-header {
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 76%,
        rgba(255, 255, 255, 0.98) 88%,
        rgba(255, 255, 255, 1) 100%
      ) !important;
    }

    .landing-start .site-header::after {
      top: calc(100% - 2px) !important;
      height: clamp(58px, 7vw, 96px) !important;
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.76) 42%,
        rgba(255, 255, 255, 0.28) 74%,
        rgba(255, 255, 255, 0) 100%
      ) !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    .hero + .testament-puzzle-section,
    .testament-puzzle-section {
      border-top: 0 !important;
      box-shadow: none !important;
    }

    .hero::after {
      background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.96) 10%,
        rgba(255, 255, 255, 0.58) 26%,
        rgba(255, 255, 255, 0.18) 40%,
        rgba(255, 255, 255, 0.02) 56%,
        rgba(255, 255, 255, 0.16) 84%,
        rgba(255, 255, 255, 0.92) 100%
      ) !important;
    }

    .hero + .testament-puzzle-section {
      padding-top: clamp(38px, 5.5vw, 82px) !important;
      padding-bottom: clamp(52px, 7vw, 96px) !important;
    }

    .testament-puzzle-section .section-rail {
      padding-top: clamp(30px, 3.4vw, 48px) !important;
    }

    .testament-puzzle-section .rail-eyebrow {
      margin-bottom: clamp(14px, 2vw, 22px) !important;
    }

    .scripture-card-stage,
    .testament-puzzle-stage.scripture-card-stage {
      width: min(1280px, 100%) !important;
      margin: clamp(46px, 6vw, 82px) auto 0 !important;
      padding: 0 clamp(16px, 4vw, 44px) clamp(28px, 4vw, 56px) !important;
      line-height: normal !important;
    }

    .scripture-card-fan {
      position: relative;
      width: min(1160px, 100%);
      min-height: clamp(470px, 46vw, 590px);
      margin: 0 auto;
      perspective: 1400px;
      isolation: isolate;
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 760ms ease, transform 960ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    .scripture-card-fan.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .scripture-card-fan::before {
      content: "";
      position: absolute;
      inset: clamp(20px, 4vw, 54px) 0 auto;
      height: 68%;
      background: radial-gradient(circle at center, rgba(248, 247, 242, 0.7), rgba(248, 247, 242, 0.06) 64%, transparent 78%);
      z-index: 0;
      pointer-events: none;
    }

    .scripture-card-fan::after {
      content: "";
      position: absolute;
      left: 13%;
      right: 13%;
      bottom: clamp(18px, 4vw, 52px);
      height: 46px;
      border-radius: 999px;
      background: rgba(11, 15, 25, 0.22);
      filter: blur(22px);
      z-index: 0;
      pointer-events: none;
    }

    .scripture-story-card {
      position: absolute;
      left: 50%;
      top: 50%;
      width: clamp(178px, 17vw, 252px);
      min-height: clamp(315px, 30vw, 410px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      border-radius: 18px;
      padding: 18px;
      color: var(--white);
      background:
        linear-gradient(to bottom, rgba(11, 15, 25, 0.08), rgba(11, 15, 25, 0.82)),
        var(--card-image) center / cover,
        linear-gradient(135deg, #ece8de, #ffffff);
      box-shadow: 0 28px 72px rgba(11, 15, 25, 0.2);
      text-decoration: none;
      cursor: pointer;
      z-index: 2;
      opacity: 0;
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) + 44px)) rotate(var(--r)) scale(0.94);
      transform-origin: center bottom;
      transition:
        opacity 700ms ease var(--delay),
        transform 920ms cubic-bezier(0.16, 0.9, 0.22, 1),
        box-shadow 520ms ease,
        filter 520ms ease;
    }

    .scripture-card-fan.in-view .scripture-story-card {
      opacity: 1;
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(var(--y)) rotate(var(--r)) scale(1);
    }

    .scripture-story-card::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.12), transparent 28%),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 34%);
      pointer-events: none;
    }

    .scripture-story-card > * {
      position: relative;
      z-index: 1;
    }

    .scripture-story-card:hover,
    .scripture-story-card:focus-visible {
      z-index: 24;
      filter: saturate(1.06) contrast(1.02);
      box-shadow: 0 38px 92px rgba(11, 15, 25, 0.3);
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) - 22px)) rotate(var(--r)) scale(1.045) !important;
    }

    .scripture-story-card.card-clicked {
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) - 26px)) rotate(var(--r)) scale(1.035) !important;
      pointer-events: none;
    }

    .card-era {
      display: block;
      margin-bottom: 7px;
      color: rgba(255, 255, 255, 0.86);
      font-size: 0.68rem;
      font-weight: 950;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.58);
    }

    .scripture-story-card strong {
      display: block;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(1.9rem, 3.2vw, 3.05rem);
      font-weight: 760;
      line-height: 0.92;
      letter-spacing: -0.045em;
      text-shadow: 0 16px 34px rgba(0, 0, 0, 0.64);
    }

    .scripture-story-card em,
    .scripture-story-card .card-link {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transform: translateY(10px);
      transition: max-height 520ms ease, opacity 420ms ease, transform 520ms ease;
    }

    .scripture-story-card em {
      margin-top: 12px;
      font-family: Inter, Arial, Helvetica, sans-serif;
      font-style: normal;
      color: rgba(255, 255, 255, 0.92);
      font-size: 0.9rem;
      font-weight: 650;
      line-height: 1.42;
      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.62);
    }

    .scripture-story-card .card-link {
      display: inline-flex;
      width: fit-content;
      margin-top: 14px;
      color: var(--white);
      border-bottom: 1px solid rgba(255, 255, 255, 0.78);
      font-size: 0.84rem;
      font-weight: 950;
      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.62);
    }

    .scripture-story-card:hover em,
    .scripture-story-card:focus-visible em,
    .scripture-story-card:hover .card-link,
    .scripture-story-card:focus-visible .card-link {
      max-height: 130px;
      opacity: 1;
      transform: translateY(0);
    }

    #about-biblemapped {
      padding-top: clamp(18px, 3.2vw, 46px) !important;
      background: var(--cloud) !important;
    }

    .about-mapped-toggle {
      min-height: clamp(86px, 9vw, 132px) !important;
      padding: clamp(22px, 3.2vw, 40px) 20px !important;
      font-size: clamp(2rem, 4.4vw, 4.1rem) !important;
      line-height: 0.98 !important;
    }

    .watch-videos-bar {
      min-height: 72px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-family: Inter, Arial, Helvetica, sans-serif !important;
      font-size: 0.9rem !important;
      font-weight: 400 !important;
      letter-spacing: 0 !important;
      text-transform: none !important;
      background: var(--cloud) !important;
    }

    @media (max-width: 920px) {
      .scripture-card-fan {
        min-height: 760px;
      }

      .scripture-story-card {
        width: min(44vw, 238px);
      }

      .scripture-card-fan.in-view .scripture-story-card {
        transform: translate(-50%, -50%) translateX(calc(var(--x) * 0.58)) translateY(var(--y)) rotate(var(--r)) scale(1);
      }
    }

    @media (max-width: 720px) {
      .hero + .testament-puzzle-section {
        padding-top: 40px !important;
      }

      .section-display {
        font-size: clamp(2.35rem, 11vw, 4.15rem);
      }

      .scripture-card-stage,
      .testament-puzzle-stage.scripture-card-stage {
        margin-top: 42px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
      }

      .scripture-card-fan {
        min-height: 980px;
      }

      .scripture-story-card {
        width: min(78vw, 276px);
        min-height: 365px;
      }

      .scripture-card-fan.in-view .scripture-story-card:nth-child(1) { transform: translate(-50%, -50%) translateX(-76px) translateY(-280px) rotate(-6deg); }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(2) { transform: translate(-50%, -50%) translateX(76px) translateY(-215px) rotate(5deg); }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(3) { transform: translate(-50%, -50%) translateX(-78px) translateY(-145px) rotate(-5deg); }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(4) { transform: translate(-50%, -50%) translateX(78px) translateY(-75px) rotate(5deg); }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(5) { transform: translate(-50%, -50%) translateX(-78px) translateY(-5px) rotate(-5deg); }

      .scripture-story-card:hover,
      .scripture-story-card:focus-visible {
        transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) - 14px)) rotate(var(--r)) scale(1.03) !important;
      }

      .about-mapped-toggle {
        font-size: clamp(2rem, 9vw, 3.4rem) !important;
      }
    }
  

    /* =========================================================
       HERO REQUEST PATCH ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â small headline + Start Here below people
       Keeps the landing page intact and only adjusts hero text/button placement.
    ========================================================= */

    .landing-start .hero {
      align-items: flex-start !important;
      padding-top: calc(var(--nav-height) + clamp(34px, 5vw, 70px)) !important;
      padding-bottom: clamp(112px, 16vw, 210px) !important;
    }

    .landing-start .hero-inner {
      min-height: calc(100svh - var(--nav-height)) !important;
      display: flex !important;
      align-items: flex-start !important;
      justify-content: center !important;
      position: relative !important;
    }

    .landing-start .hero-copy {
      width: 100% !important;
      min-height: calc(100svh - var(--nav-height)) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      position: relative !important;
    }

    .landing-start .hero h1 {
      max-width: min(720px, calc(100% - 40px)) !important;
      margin-top: clamp(8px, 2vw, 24px) !important;
      font-size: clamp(1.1rem, 2.4vw, 2rem) !important;
      line-height: 1.15 !important;
      letter-spacing: 0.01em !important;
      font-weight: 800 !important;
      white-space: normal !important;
    }

    .landing-start .hero-actions {
      position: absolute !important;
      left: 50% !important;
      bottom: clamp(24px, 5.5vw, 70px) !important;
      z-index: 7 !important;
      margin-top: 0 !important;
      transform: translateX(-50%) !important;
    }

    @media (max-width: 720px) {
      .landing-start .hero {
        padding-top: calc(var(--nav-height) + 28px) !important;
        padding-bottom: 120px !important;
      }

      .landing-start .hero h1 {
        max-width: min(420px, calc(100% - 34px)) !important;
        font-size: clamp(1rem, 5vw, 1.55rem) !important;
      }

      .landing-start .hero-actions {
        bottom: clamp(22px, 8vw, 54px) !important;
      }

      .landing-start .btn-start {
        min-height: 58px !important;
        padding: 0 34px !important;
        font-size: 0.92rem !important;
      }
    }


    /* =========================================================
       LUX PATCH 2 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â refined hero, bigger story cards,
       slower card text reveal, scroll fan/retract behavior,
       taller About bar, and larger Watch More Videos title.
    ========================================================= */

    .landing-start .hero {
      overflow: visible !important;
      padding-top: calc(var(--nav-height) + clamp(28px, 4.4vw, 62px)) !important;
      padding-bottom: clamp(150px, 18vw, 242px) !important;
    }

    .landing-start .hero h1 {
      max-width: min(780px, calc(100% - 40px)) !important;
      margin-top: clamp(6px, 1.6vw, 20px) !important;
      font-size: clamp(1.28rem, 2.05vw, 2.42rem) !important;
      line-height: 1.08 !important;
      letter-spacing: 0.012em !important;
      font-weight: 800 !important;
      white-space: normal !important;
      text-wrap: balance !important;
    }

    .landing-start .hero-actions {
      position: absolute !important;
      left: 50% !important;
      bottom: 0 !important;
      z-index: 18 !important;
      margin-top: 0 !important;
      transform: translate(-50%, 54%) !important;
    }

    .landing-start .btn-start {
      min-height: 72px !important;
      padding-inline: clamp(46px, 5.4vw, 78px) !important;
    }

    .hero + .testament-puzzle-section {
      padding-top: clamp(92px, 9vw, 132px) !important;
    }

    .scripture-card-stage,
    .testament-puzzle-stage.scripture-card-stage {
      width: min(1440px, 100%) !important;
      margin: clamp(30px, 4vw, 58px) auto 0 !important;
      padding-inline: clamp(14px, 3vw, 34px) !important;
      padding-bottom: 0 !important;
    }

    .scripture-card-fan {
      width: min(1320px, 100%) !important;
      min-height: clamp(555px, 50vw, 690px) !important;
      transform: translateY(34px) scale(0.985) !important;
      transition:
        opacity 900ms ease,
        transform 1550ms cubic-bezier(0.16, 0.9, 0.22, 1) !important;
    }

    .scripture-card-fan.in-view {
      transform: translateY(0) scale(1) !important;
    }

    .scripture-story-card {
      width: clamp(214px, 19.4vw, 302px) !important;
      min-height: clamp(360px, 33vw, 482px) !important;
      padding: clamp(16px, 1.8vw, 22px) !important;
      border-radius: 20px !important;
      transition:
        opacity 980ms ease var(--delay),
        transform 1500ms cubic-bezier(0.16, 0.9, 0.22, 1),
        box-shadow 820ms ease,
        filter 820ms ease !important;
    }

    .scripture-card-fan.in-view .scripture-story-card {
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(var(--y)) rotate(var(--r)) scale(1) !important;
    }

    .scripture-card-fan.scroll-retracted .scripture-story-card {
      opacity: 0.98 !important;
      transform: translate(-50%, -50%) translateX(calc(var(--x) * 0.16)) translateY(calc(var(--y) + 20px)) rotate(0deg) scale(0.965) !important;
    }

    .scripture-card-fan.scroll-fanned.in-view .scripture-story-card {
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(var(--y)) rotate(var(--r)) scale(1) !important;
    }

    .scripture-story-card:hover,
    .scripture-story-card:focus-visible {
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) - 20px)) rotate(var(--r)) scale(1.035) !important;
    }

    .scripture-story-card.card-clicked {
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(calc(var(--y) - 22px)) rotate(var(--r)) scale(1.025) !important;
    }

    .card-era {
      max-width: 100% !important;
      font-size: clamp(0.54rem, 0.72vw, 0.72rem) !important;
      letter-spacing: 0.135em !important;
      white-space: normal !important;
      overflow-wrap: anywhere !important;
    }

    .scripture-story-card strong {
      max-width: 100% !important;
      font-size: clamp(1.55rem, 2.42vw, 2.65rem) !important;
      line-height: 0.96 !important;
      letter-spacing: -0.042em !important;
      overflow-wrap: normal !important;
      word-break: normal !important;
      text-wrap: balance !important;
    }

    .crucifixion-card strong {
      font-size: clamp(1.24rem, 1.9vw, 2.12rem) !important;
      line-height: 0.98 !important;
      letter-spacing: -0.038em !important;
    }

    .king-jesus-card strong {
      font-size: clamp(1.48rem, 2.28vw, 2.5rem) !important;
    }

    .scripture-story-card em,
    .scripture-story-card .card-link {
      transition:
        max-height 920ms cubic-bezier(0.16, 0.9, 0.22, 1),
        opacity 780ms ease,
        transform 920ms cubic-bezier(0.16, 0.9, 0.22, 1) !important;
    }

    #about-biblemapped {
      padding-top: 0 !important;
      margin-top: 0 !important;
      background: var(--cloud) !important;
    }

    .about-mapped-toggle {
      min-height: clamp(154px, 17vw, 248px) !important;
      padding: clamp(38px, 5vw, 74px) 20px !important;
      font-size: clamp(3.05rem, 7vw, 6.15rem) !important;
      line-height: 0.96 !important;
    }

    .watch-videos-bar {
      min-height: clamp(96px, 10vw, 152px) !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      font-family: Inter, Arial, Helvetica, sans-serif !important;
      font-size: clamp(1.95rem, 3.75vw, 4.35rem) !important;
      font-weight: 950 !important;
      letter-spacing: 0.055em !important;
      line-height: 0.95 !important;
      text-transform: uppercase !important;
      background: var(--cloud) !important;
    }

    @media (max-width: 920px) {
      .scripture-card-fan {
        min-height: 790px !important;
      }

      .scripture-story-card {
        width: min(45vw, 276px) !important;
      }

      .crucifixion-card strong {
        font-size: clamp(1.18rem, 2.9vw, 1.85rem) !important;
      }
    }

    @media (max-width: 720px) {
      .landing-start .hero {
        padding-top: calc(var(--nav-height) + 26px) !important;
        padding-bottom: 142px !important;
      }

      .landing-start .hero h1 {
        max-width: min(440px, calc(100% - 34px)) !important;
        font-size: clamp(1rem, 4.8vw, 1.48rem) !important;
      }

      .landing-start .hero-actions {
        bottom: 0 !important;
        transform: translate(-50%, 50%) !important;
      }

      .hero + .testament-puzzle-section {
        padding-top: 96px !important;
      }

      .scripture-card-fan {
        min-height: 1110px !important;
      }

      .scripture-story-card {
        width: min(82vw, 304px) !important;
        min-height: 390px !important;
      }

      .scripture-card-fan.in-view .scripture-story-card:nth-child(1) { transform: translate(-50%, -50%) translateX(-88px) translateY(-338px) rotate(-6deg) scale(1) !important; }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(2) { transform: translate(-50%, -50%) translateX(88px) translateY(-258px) rotate(5deg) scale(1) !important; }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(3) { transform: translate(-50%, -50%) translateX(-88px) translateY(-172px) rotate(-5deg) scale(1) !important; }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(4) { transform: translate(-50%, -50%) translateX(88px) translateY(-86px) rotate(5deg) scale(1) !important; }
      .scripture-card-fan.in-view .scripture-story-card:nth-child(5) { transform: translate(-50%, -50%) translateX(-88px) translateY(0px) rotate(-5deg) scale(1) !important; }

      .scripture-card-fan.scroll-retracted .scripture-story-card {
        transform: translate(-50%, -50%) translateX(0) translateY(-132px) rotate(0deg) scale(0.955) !important;
      }

      .about-mapped-toggle {
        min-height: clamp(142px, 34vw, 210px) !important;
        font-size: clamp(2.65rem, 12vw, 4.4rem) !important;
      }

      .watch-videos-bar {
        font-size: clamp(1.55rem, 7.2vw, 2.8rem) !important;
        min-height: 108px !important;
      }
    }


    /* =========================================================
       LUX PATCH 3 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â hero headline reaches the side guide area
       Keeps the existing landing page intact; only widens and
       scales the opening question so it fills the left/right space.
    ========================================================= */

    .landing-start .hero h1 {
      max-width: min(1240px, calc(100% - clamp(140px, 14vw, 260px))) !important;
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-top: clamp(14px, 2vw, 30px) !important;
      font-size: clamp(1.62rem, 2.85vw, 3.45rem) !important;
      line-height: 1.04 !important;
      letter-spacing: 0.012em !important;
      text-align: center !important;
      text-wrap: balance !important;
      white-space: normal !important;
    }

    @media (max-width: 980px) {
      .landing-start .hero h1 {
        max-width: min(760px, calc(100% - 72px)) !important;
        font-size: clamp(1.45rem, 4.2vw, 2.55rem) !important;
      }
    }

    @media (max-width: 720px) {
      .landing-start .hero h1 {
        max-width: min(520px, calc(100% - 34px)) !important;
        font-size: clamp(1.16rem, 5.6vw, 1.82rem) !important;
        line-height: 1.08 !important;
      }
    }


    /* =========================================================
       LUX PATCH 4 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â wider hero question + smaller Start Here
       Only adjusts the hero question width/scale and button size.
    ========================================================= */

    .landing-start .hero h1 {
      max-width: min(1480px, calc(100% - clamp(52px, 6vw, 112px))) !important;
      font-size: clamp(1.85rem, 3.45vw, 4.25rem) !important;
      line-height: 1.02 !important;
      letter-spacing: 0.018em !important;
      transform: none !important;
      transform-origin: center center !important;
    }

    .landing-start .btn-start {
      min-height: 58px !important;
      padding: 0 clamp(30px, 3.8vw, 48px) !important;
      font-size: clamp(0.82rem, 1vw, 0.98rem) !important;
      letter-spacing: 0.075em !important;
    }

    @media (max-width: 980px) {
      .landing-start .hero h1 {
        max-width: min(900px, calc(100% - 42px)) !important;
        font-size: clamp(1.62rem, 5vw, 3rem) !important;
        transform: none !important;
      }
    }

    @media (max-width: 720px) {
      .landing-start .hero h1 {
        max-width: min(620px, calc(100% - 26px)) !important;
        font-size: clamp(1.22rem, 6.6vw, 2.05rem) !important;
        line-height: 1.05 !important;
        transform: none !important;
      }

      .landing-start .btn-start {
        min-height: 52px !important;
        padding: 0 28px !important;
        font-size: 0.82rem !important;
      }
    }


    /* =========================================================
       LUX PATCH 5 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â remove card haze, widen hero question,
       keep About Bible Mapped open, and hover-pan formula words
    ========================================================= */

    /* Remove the white glow/shade sitting over and around the story cards */
    .scripture-card-fan::before,
    .scripture-card-fan::after {
      display: none !important;
      content: none !important;
      background: transparent !important;
      filter: none !important;
      box-shadow: none !important;
    }

    .scripture-story-card::before {
      background: transparent !important;
      opacity: 0 !important;
    }

    /* Keep the card images clean, with only the dark bottom fade needed for readable text */
    .scripture-story-card {
      background:
        linear-gradient(to bottom, rgba(11, 15, 25, 0.02) 0%, rgba(11, 15, 25, 0.16) 46%, rgba(11, 15, 25, 0.86) 100%),
        var(--card-image) center / cover no-repeat,
        linear-gradient(135deg, #ece8de, #ffffff) !important;
      box-shadow: 0 24px 58px rgba(11, 15, 25, 0.18) !important;
    }

    /* Widen the hero question so the text reaches closer to the left/right dots */
    .landing-start .hero h1 {
      max-width: min(1420px, calc(100% - clamp(120px, 10vw, 210px))) !important;
      width: 100% !important;
      font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
      font-size: clamp(2rem, 4.45vw, 5.45rem) !important;
      line-height: 0.98 !important;
      letter-spacing: clamp(0.055em, 0.42vw, 0.14em) !important;
      transform: none !important;
      transform-origin: center center !important;
      text-align: center !important;
      text-wrap: balance !important;
    }

    .landing-start .hero h1 em {
      font-style: italic;
    }

    /* About Bible Mapped stays open */
    #aboutMappedPanel {
      max-height: 7200px !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
      overflow: visible !important;
    }

    #aboutMappedPanel .formula-inline-window {
      max-height: 5200px !important;
      opacity: 1 !important;
      transform: translateY(0) !important;
      overflow: visible !important;
    }

    #aboutMappedToggle {
      cursor: default !important;
    }

    /* Hovering Where / Who / Why / What makes each word pan upward */
    #aboutMappedPanel .formula-art-frame.words-in-view .formula-question:hover,
    #aboutMappedPanel .formula-art-frame.words-in-view .formula-question:focus-visible {
      transform: translate3d(var(--mx), calc(var(--my) - 22px), 0) scale(1.055) !important;
      color: var(--white) !important;
      filter: blur(0) drop-shadow(0 18px 28px rgba(0, 0, 0, 0.4)) !important;
      transition:
        color 220ms ease,
        filter 320ms ease,
        transform 520ms cubic-bezier(0.16, 0.9, 0.22, 1) !important;
    }

    @media (max-width: 980px) {
      .landing-start .hero h1 {
        max-width: min(900px, calc(100% - 48px)) !important;
        font-size: clamp(1.55rem, 5.4vw, 3.25rem) !important;
        letter-spacing: 0.055em !important;
        transform: none !important;
      }
    }

    @media (max-width: 720px) {
      .landing-start .hero h1 {
        max-width: min(640px, calc(100% - 24px)) !important;
        font-size: clamp(1.22rem, 7vw, 2.12rem) !important;
        line-height: 1.04 !important;
        letter-spacing: 0.026em !important;
        transform: none !important;
      }

      #aboutMappedPanel .formula-art-frame.words-in-view .formula-question:hover,
      #aboutMappedPanel .formula-art-frame.words-in-view .formula-question:focus-visible {
        transform: translate3d(var(--mx), calc(var(--my) - 12px), 0) scale(1.03) !important;
      }
    }




    /* LUX PATCH 6 ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â cards fan open on scroll down and stay static on scroll up */
    .scripture-card-fan.scroll-retracted .scripture-story-card,
    .scripture-card-fan.scroll-fanned.scroll-retracted .scripture-story-card {
      opacity: 1 !important;
      transform: translate(-50%, -50%) translateX(var(--x)) translateY(var(--y)) rotate(var(--r)) scale(1) !important;
    }

    /* =========================================================
       RESPONSIVE STABILITY LAYER
       Constrains existing visuals so zoom and narrow viewports
       scale without overlap or horizontal overflow.
    ========================================================= */

    html,
    body {
      max-width: 100%;
      overflow-x: clip !important;
    }

    .nav,
    .hero-inner,
    .section-rail,
    .minimal-panel-inner,
    .testament-puzzle-stage,
    .formula-tour-content,
    .about-calvin-grid,
    .modal-window {
      max-width: 100%;
      min-width: 0;
    }

    .hero {
      position: relative !important;
      min-height: clamp(520px, 82svh, 860px) !important;
      padding-block: clamp(4rem, 10vw, 8rem) !important;
      padding-inline: 1rem !important;
      overflow: hidden !important;
      align-items: center !important;
    }

    .landing-start .hero {
      min-height: clamp(520px, 82svh, 860px) !important;
      padding-top: calc(var(--nav-height) + clamp(2rem, 5vw, 4rem)) !important;
      padding-bottom: clamp(5rem, 12vw, 8rem) !important;
      overflow: hidden !important;
    }

    .hero::before,
    .hero::after {
      position: absolute !important;
      inset: 0 !important;
    }

    .hero::before {
      background-size: cover !important;
      background-position: center bottom !important;
    }

    .hero-inner,
    .landing-start .hero-inner {
      width: min(100% - 2rem, 1320px) !important;
      min-height: 0 !important;
      margin-inline: auto !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }

    .hero-copy,
    .landing-start .hero-copy {
      width: min(100%, 1260px) !important;
      min-height: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      position: relative !important;
    }

    .hero h1,
    .landing-start .hero h1 {
      width: 100% !important;
      max-width: min(100%, 1040px) !important;
      margin-inline: auto !important;
      font-size: clamp(2.5rem, 7vw, 6.5rem) !important;
      line-height: 1.02 !important;
      letter-spacing: 0 !important;
      text-align: center !important;
      white-space: normal !important;
      text-wrap: balance !important;
      overflow-wrap: normal !important;
      transform: none !important;
    }

    .landing-start .hero h1 {
      max-width: min(100%, 1180px) !important;
      margin-top: clamp(0.5rem, 2vh, 1.5rem) !important;
      font-size: clamp(2.9rem, 5.8vw, 6.35rem) !important;
      line-height: 0.94 !important;
      letter-spacing: clamp(0.01em, 0.12vw, 0.045em) !important;
    }

    .hero p {
      max-width: min(100%, 780px) !important;
    }

    .hero-actions,
    .landing-start .hero-actions {
      position: static !important;
      left: auto !important;
      bottom: auto !important;
      transform: none !important;
      margin-top: clamp(1.25rem, 4vw, 2.5rem) !important;
      z-index: 7 !important;
    }

    .btn,
    .landing-start .btn-start {
      max-width: 100%;
      white-space: normal;
      text-align: center;
    }

    .statement-section,
    .landing-panel-section,
    .minimal-bar-section,
    .landing-followup-bars,
    .watch-videos-stage,
    .testament-puzzle-section {
      max-width: 100%;
      overflow-x: clip;
    }

    .watch-videos-track {
      max-width: none;
    }

    .scripture-card-stage,
    .testament-puzzle-stage.scripture-card-stage,
    .scripture-card-fan {
      max-width: min(100%, 1200px) !important;
    }

    .scripture-story-card {
      max-width: calc(100% - 2rem) !important;
    }

    .formula-question-row {
      max-width: calc(100% - 2rem);
      flex-wrap: wrap;
    }

    .about-mapped-toggle,
    .landing-followup-bar,
    .watch-videos-bar {
      overflow-wrap: normal;
      text-wrap: balance;
    }

    @media (max-width: 768px) {
      .container,
      .site-container,
      .hero-inner,
      .landing-start .hero-inner,
      .section-rail,
      .minimal-panel-inner {
        width: min(100% - 1.5rem, 1200px) !important;
      }

      .hero,
      .landing-start .hero {
        min-height: clamp(420px, 72svh, 620px) !important;
        padding-top: calc(var(--nav-height) + clamp(1.5rem, 6vw, 2.5rem)) !important;
        padding-bottom: clamp(3rem, 10vw, 5rem) !important;
      }

      .hero h1,
      .landing-start .hero h1 {
        max-width: min(100%, 640px) !important;
        font-size: clamp(2rem, 10vw, 4rem) !important;
        line-height: 1.06 !important;
      }

      .landing-start .hero h1 {
        max-width: min(100%, 720px) !important;
        font-size: clamp(2.35rem, 10.6vw, 4.2rem) !important;
        line-height: 0.96 !important;
        letter-spacing: 0.01em !important;
      }

      .hero p {
        font-size: clamp(0.98rem, 3.8vw, 1.08rem) !important;
      }

      .btn-start,
      .landing-start .btn-start {
        min-height: 52px !important;
        padding-inline: 28px !important;
        font-size: 0.86rem !important;
      }

      .hero + .testament-puzzle-section {
        padding-top: clamp(3.5rem, 12vw, 6rem) !important;
      }


      .scripture-card-fan,
      .scripture-card-fan.in-view,
      .scripture-card-fan.scroll-fanned,
      .scripture-card-fan.scroll-retracted {
        width: min(100%, 420px) !important;
        min-height: 0 !important;
        display: grid !important;
        gap: 1rem !important;
        transform: none !important;
      }

      .scripture-story-card,
      .scripture-card-fan.in-view .scripture-story-card,
      .scripture-card-fan.scroll-fanned.in-view .scripture-story-card,
      .scripture-card-fan.scroll-retracted .scripture-story-card,
      .scripture-card-fan.scroll-fanned.scroll-retracted .scripture-story-card,
      .scripture-story-card:hover,
      .scripture-story-card:focus-visible,
      .scripture-story-card.card-clicked {
        position: relative !important;
        inset: auto !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        min-height: clamp(340px, 92vw, 430px) !important;
        transform: none !important;
      }
    }

    @media (max-width: 480px) {
      .container,
      .site-container,
      .hero-inner,
      .landing-start .hero-inner,
      .section-rail,
      .minimal-panel-inner {
        width: min(100% - 1rem, 1200px) !important;
      }

      .hero,
      .landing-start .hero {
        min-height: clamp(380px, 68svh, 560px) !important;
        padding-inline: 0.5rem !important;
      }

      .hero h1,
      .landing-start .hero h1 {
        max-width: min(100%, 420px) !important;
        font-size: clamp(2.05rem, 11.5vw, 3.4rem) !important;
        line-height: 0.98 !important;
      }

      .landing-followup-bar {
        padding-inline: 1rem !important;
      }

      .watch-video-card {
        width: min(74vw, 250px) !important;
      }

      .modal-window {
        width: min(100% - 1rem, 980px) !important;
      }
    }

    /* Flow and hover polish */
    .landing-start .hero {
      min-height: clamp(460px, 70svh, 720px) !important;
      padding-top: calc(var(--nav-height) + clamp(1.4rem, 4vw, 3rem)) !important;
      padding-bottom: clamp(2rem, 5vw, 4.5rem) !important;
    }

    .hero::before {
      background-size: 100% auto !important;
      background-position: center clamp(18.5rem, 27vw, 23rem) !important;
    }

    .hero-inner {
      z-index: 4 !important;
    }

    .hero-what-if {
      font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, "Times New Roman", serif;
      font-weight: 700;
    }

    .landing-start .hero-copy {
      position: static !important;
      transform: none !important;
    }

    .landing-start .hero-actions {
      position: absolute !important;
      left: 50% !important;
      bottom: clamp(0.8rem, 2.5vw, 2rem) !important;
      transform: translate(-50%, clamp(0.4rem, 1.2vw, 1rem)) !important;
      margin-top: 0 !important;
      z-index: 5 !important;
    }

    .hero + .testament-puzzle-section {
      padding-top: clamp(1.25rem, 3.2vw, 3rem) !important;
    }

    .landing-followup-bar:hover,
    .landing-followup-bar:focus-visible,
    .heaven-test-bar:hover,
    .heaven-test-bar:focus-visible {
      transform: none !important;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        inset 0 -1px 0 rgba(11, 15, 25, 0.08),
        0 14px 34px rgba(11, 15, 25, 0.08) !important;
    }

    @media (max-width: 768px) {
      .landing-start .hero {
        min-height: clamp(390px, 62svh, 540px) !important;
        padding-top: calc(var(--nav-height) + clamp(1rem, 5vw, 2rem)) !important;
        padding-bottom: clamp(1.5rem, 7vw, 3rem) !important;
      }

      .hero + .testament-puzzle-section {
        padding-top: clamp(1rem, 6vw, 2.5rem) !important;
      }

      .landing-start .hero-actions {
        bottom: clamp(0.75rem, 4vw, 1.5rem) !important;
      }

      .hero::before {
        background-size: 180% auto !important;
        background-position: center clamp(17rem, 48vw, 20rem) !important;
      }
    }

    /* Hero image balance: keep headline placement, reveal the full people strip. */
    .landing-start .hero {
      --hero-image-top: clamp(15.25rem, 26vw, 18rem);
      --hero-image-height: 56.3vw;
      --hero-button-offset: clamp(4.2rem, 7vw, 5.8rem);
      min-height: calc(var(--hero-image-top) + var(--hero-image-height)) !important;
      padding-bottom: 0 !important;
    }

    .landing-start .hero::before {
      background-position: center var(--hero-image-top) !important;
    }

    .landing-start .hero-actions {
      top: calc(var(--hero-image-top) + var(--hero-image-height) - var(--hero-button-offset)) !important;
      bottom: auto !important;
      transform: translate(-50%, 0) !important;
    }

    .landing-start .hero + .testament-puzzle-section {
      padding-top: clamp(0.65rem, 1.8vw, 1.4rem) !important;
    }

    @media (max-width: 768px) {
      .landing-start .hero {
        --hero-image-top: clamp(16rem, 52vw, 18.5rem);
        --hero-image-height: 101.4vw;
        --hero-button-offset: clamp(4rem, 13vw, 5.4rem);
        min-height: calc(var(--hero-image-top) + var(--hero-image-height)) !important;
      }

      .landing-start .hero::before {
        background-position: center var(--hero-image-top) !important;
      }

      .landing-start .hero-actions {
        top: calc(var(--hero-image-top) + var(--hero-image-height) - var(--hero-button-offset)) !important;
      }
    }


    .bm-footer-social-emblem {
      width: 30px;
      height: 30px;
      background: transparent;
      color: #ffffff;
      overflow: visible;
      box-shadow: none;
    }

    .bm-footer-social-emblem:hover,
    .bm-footer-social-emblem:focus-visible {
      box-shadow: none;
    }

    .bm-footer-social-emblem svg {
      width: 23px;
      height: 23px;
      display: block;
      fill: currentColor;
    }

    .bm-footer-social-emblem.instagram-emblem svg {
      fill: none;
      stroke: currentColor;
      stroke-width: 1.9;
    }

    .bm-footer-social-emblem.facebook-emblem {
      background: transparent;
      color: #ffffff;
      font-size: 1.45rem;
      line-height: 1;
    }

    .bm-footer-social-emblem.patreon-emblem {
      background: transparent;
    }

    .bm-footer-patreon-letter {
      color: #ffffff;
    }

  
    /* FOOTER_LAYOUT_REFERENCE */
    .bm-site-footer {
      padding: clamp(24px, 4vw, 34px) clamp(22px, 5vw, 46px);
      text-align: left;
    }

    .bm-site-footer-inner {
      width: min(1100px, 100%);
      display: grid;
      grid-template-columns: 1fr;
      justify-items: stretch;
      gap: 14px;
      text-align: left;
    }

    .bm-footer-top {
      grid-column: 1 / -1;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    .bm-footer-wordmark {
      width: min(210px, 54vw);
      grid-row: auto;
      justify-self: start;
    }

    .bm-footer-divider {
      grid-column: 1 / -1;
      width: 100%;
      border-top: 1px dotted rgba(255, 255, 255, 0.62);
    }

    .bm-footer-links {
      grid-column: 1 / -1;
      justify-content: flex-start;
      gap: 8px 10px;
      font-weight: 700;
    }

    .bm-footer-secondary {
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.74rem;
      font-weight: 400;
      letter-spacing: 0.02em;
    }

    .bm-footer-heaven-link {
      font-weight: 800;
    }

    .bm-footer-social-row {
      justify-content: flex-end;
      gap: 11px;
      flex-shrink: 0;
      grid-column: auto;
    }

    .bm-footer-copy {
      grid-column: 1 / -1;
    }

    @media (max-width: 768px) {
      .bm-site-footer-inner {
        justify-items: center;
        text-align: center;
      }

      .bm-footer-top {
        align-items: center;
        flex-direction: column;
      }

      .bm-footer-links,
      .bm-footer-social-row {
        justify-content: center;
      }
    }

    .mood-mode-section {
      padding: clamp(4.5rem, 9vw, 7.5rem) clamp(1.2rem, 5vw, 4rem);
      background: #ffffff;
      border-top: 1px solid rgba(31, 41, 51, 0.08);
    }

    .mood-mode-inner {
      width: min(1120px, 100%);
      margin: 0 auto;
    }

    .mood-mode-copy {
      max-width: 820px;
    }

    .mood-mode-copy h2 {
      max-width: 11ch;
      margin: 0 0 1.25rem;
      font-family: "Cormorant Garamond", Georgia, serif;
      color: var(--gunmetal);
      font-size: clamp(3rem, 7vw, 6.8rem);
      line-height: 0.92;
    }

    .mood-mode-copy p {
      margin: 0 0 1rem;
      color: var(--soft-ink);
      font-size: clamp(1rem, 1.35vw, 1.18rem);
      line-height: 1.78;
    }



    .mood-card-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0;
      border-top: 1px solid rgba(31, 41, 51, 0.12);
    }

    .mood-card {
      min-width: 0;
      border-bottom: 1px solid rgba(31, 41, 51, 0.12);
      border-right: 1px solid rgba(31, 41, 51, 0.08);
      background: #ffffff;
    }

    .mood-card:nth-child(3n) {
      border-right: 0;
    }



    .mood-symbol {
      display: inline-grid;
      width: 1.75rem;
      height: 1.75rem;
      flex: 0 0 1.75rem;
      place-items: center;
      border: 1px solid rgba(200, 155, 60, 0.5);
      border-radius: 50%;
      color: var(--electric-purple);
      font-size: 0.95rem;
      line-height: 1;
      letter-spacing: 0;
    }



    .mood-card-toggle:hover,
    .mood-card-toggle:focus-visible,
    .mood-card.open .mood-card-toggle {
      color: var(--electric-purple);
      outline: 0;
    }


    .mood-card.open .mood-card-panel {
      display: block;
    }







    @media (max-width: 980px) {
      .mood-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .mood-card:nth-child(3n) {
        border-right: 1px solid rgba(31, 41, 51, 0.08);
      }

      .mood-card:nth-child(2n) {
        border-right: 0;
      }
    }

    @media (max-width: 640px) {
      .mood-card-grid {
        grid-template-columns: 1fr;
      }

      .mood-card,
      .mood-card:nth-child(3n) {
        border-right: 0;
      }
    }

    .home-testament-maps {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 4vw, 3.5rem);
      color: #ffffff;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0) 100%),
        url("../assets/testament-maps-background.jpg") center / cover no-repeat;
      border-top: 1px solid rgba(255, 255, 255, 0.16);
      border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    }

    .home-testament-maps::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0.08));
      pointer-events: none;
    }

    .home-testament-maps-inner {
      width: min(1180px, 100%);
      margin: 0 auto;
    }

    .home-testament-maps-copy {
      max-width: 720px;
      margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
    }

    .home-testament-maps-copy h2 {
      margin: 0 0 0.9rem;
      font-family: "Cormorant Garamond", Georgia, serif;
      color: var(--gunmetal);
      text-shadow: 0 2px 18px rgba(255, 255, 255, 0.42);
      font-size: clamp(2.8rem, 6vw, 5.8rem);
      line-height: 0.94;
    }

    .home-testament-maps-copy p,
    .home-map-caption {
      margin: 0;
      color: rgba(31, 41, 51, 0.86);
      font-size: 1rem;
      line-height: 1.72;
      text-shadow: 0 1px 12px rgba(255, 255, 255, 0.52);
    }

    .home-testament-maps .eyebrow {
      color: rgba(31, 41, 51, 0.66);
    }

    .home-map-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1rem, 2.4vw, 1.6rem);
      max-width: 960px;
    }

    .home-map-item {
      min-width: 0;
      padding: clamp(1.1rem, 2.4vw, 1.6rem);
      border: 1px solid rgba(31, 41, 51, 0.14);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.46);
      backdrop-filter: blur(8px);
    }

    .home-map-item h3 {
      margin: 0 0 0.75rem;
      color: var(--gunmetal);
      text-shadow: 0 1px 12px rgba(255, 255, 255, 0.5);
      font-size: clamp(1.35rem, 2.4vw, 2rem);
      line-height: 1.08;
    }

    .home-map-caption {
      font-size: 0.94rem;
    }

    .mood-mode-section {
      display: none;
      padding-top: clamp(2rem, 5vw, 4rem);
      padding-bottom: clamp(2.2rem, 5vw, 4.5rem);
      border-top: 1px solid rgba(31, 41, 51, 0.08);
      border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    }

    .mood-mode-section.open {
      display: block;
    }

    .mood-mode-copy h2 {
      max-width: 14ch;
      font-size: clamp(2.4rem, 5vw, 5rem);
    }

    .mood-card-grid {
      grid-template-columns: 1fr;
      border-top: 1px solid rgba(31, 41, 51, 0.12);
    }

    .mood-card,
    .mood-card:nth-child(2n),
    .mood-card:nth-child(3n) {
      border-right: 0;
    }






    @media (max-width: 780px) {
      .home-map-grid {
        grid-template-columns: 1fr;
      }



    }

    /* =========================================================
       LANDING RESPONSIVE REPAIR
       Final layer for the home page header and first hero.
    ========================================================= */

    .site-header {
      isolation: isolate;
    }

    .nav {
      display: flex !important;
      grid-template-columns: none !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: clamp(0.75rem, 2.5vw, 2rem) !important;
      min-height: var(--nav-height) !important;
      height: auto !important;
      padding: 0 clamp(0.75rem, 4vw, 4.5rem) 0 clamp(0.45rem, 2vw, 0.85rem) !important;
      overflow: visible !important;
    }

    .nav-left {
      flex: 1 1 auto;
      min-width: 0;
    }

    .nav-right {
      flex: 0 1 auto;
      min-width: 0;
      gap: clamp(0.25rem, 1.4vw, 0.85rem) !important;
    }

    .brand {
      max-width: clamp(8.25rem, 16vw, 13.75rem) !important;
      min-width: 0;
    }

    .brand-crop {
      width: clamp(8.25rem, 16vw, 13.75rem) !important;
      height: clamp(3.625rem, 6vw, 5.125rem) !important;
      max-width: 100% !important;
    }

    .brand-logo {
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
      transform: none !important;
    }

    .nav-right a {
      min-width: 0;
      min-height: clamp(2.75rem, 5vw, 3.875rem) !important;
      padding: 0 clamp(0.5rem, 1.4vw, 1rem) !important;
      white-space: nowrap;
    }

    .nav-action {
      position: relative;
      display: none;
      align-items: center;
      justify-content: center;
      min-width: 0;
      min-height: clamp(2.75rem, 5vw, 3.875rem);
      padding: 0 clamp(0.5rem, 1.4vw, 1rem);
      border: 0;
      background: transparent;
      color: inherit;
      cursor: pointer;
    }

    .nav-action svg {
      width: 1.35rem;
      height: 1.35rem;
      stroke: currentColor;
      fill: none;
    }

    .landing-start .hero {
      --hero-image-top: clamp(13.75rem, 22vw, 18rem);
      --hero-image-height: 56.3vw;
      --hero-button-offset: clamp(4rem, 7vw, 5.75rem);
      --hero-content-pad: calc(var(--nav-height) + clamp(1.25rem, 3.5vw, 3rem));
      display: flex !important;
      align-items: flex-start !important;
      min-height: calc(var(--hero-image-top) + var(--hero-image-height) + clamp(0.75rem, 2vw, 1.5rem)) !important;
      padding: var(--hero-content-pad) clamp(1rem, 4vw, 2rem) 0 !important;
      background: var(--white) !important;
      overflow: hidden !important;
    }

    .landing-start .hero::before {
      inset: 0 !important;
      background-size: 100vw auto !important;
      background-position: center var(--hero-image-top) !important;
      background-repeat: no-repeat !important;
      -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.62) 9%,
        #000 20%,
        #000 72%,
        rgba(0, 0, 0, 0.38) 88%,
        transparent 100%
      );
      mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.62) 9%,
        #000 20%,
        #000 72%,
        rgba(0, 0, 0, 0.38) 88%,
        transparent 100%
      );
    }

    .landing-start .hero::after {
      background:
        linear-gradient(
          to bottom,
          #ffffff 0%,
          rgba(255, 255, 255, 0.96) 11%,
          rgba(255, 255, 255, 0.46) 26%,
          rgba(255, 255, 255, 0.06) 44%,
          rgba(255, 255, 255, 0.14) 74%,
          #ffffff 100%
        ),
        radial-gradient(ellipse at center 64%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 78%, #ffffff 100%) !important;
    }

    .landing-start .hero-inner {
      width: min(100%, 1320px) !important;
      display: block !important;
      margin-inline: auto !important;
      z-index: 4 !important;
    }

    .landing-start .hero-copy {
      width: 100% !important;
      display: block !important;
      transform: none !important;
    }

    .landing-start .hero h1 {
      max-width: min(100%, 1180px) !important;
      margin: 0 auto !important;
      font-size: clamp(2.6rem, 5.7vw, 6.15rem) !important;
      line-height: 0.98 !important;
      letter-spacing: 0 !important;
      white-space: normal !important;
      text-wrap: balance !important;
    }

    .landing-start .hero-actions {
      position: absolute !important;
      left: 50% !important;
      top: calc(var(--hero-image-top) + var(--hero-image-height) - var(--hero-button-offset) - var(--hero-content-pad)) !important;
      bottom: auto !important;
      width: min(100% - 2rem, 34rem);
      transform: translateX(-50%) !important;
      margin: 0 !important;
      z-index: 6 !important;
    }

    .landing-start .btn-start {
      width: auto;
      max-width: 100%;
      min-height: clamp(3.25rem, 5.2vw, 4.625rem) !important;
      padding-inline: clamp(1.75rem, 4.5vw, 4.25rem) !important;
      font-size: clamp(0.82rem, 1.2vw, 1.05rem) !important;
    }

    @media (max-width: 1024px) {
      .landing-start .hero {
        --hero-image-top: clamp(14.25rem, 25vw, 17.5rem);
        --hero-button-offset: clamp(3.8rem, 7vw, 5rem);
      }

      .landing-start .hero h1 {
        max-width: min(100%, 900px) !important;
        font-size: clamp(2.35rem, 6.4vw, 4.7rem) !important;
      }
    }

    @media (max-width: 768px) {
      :root {
        --nav-height: 78px;
      }

      .nav {
        padding-right: clamp(0.75rem, 3vw, 1.25rem) !important;
      }

      .nav-right a {
        font-size: 0.82rem;
      }

      .landing-start .hero {
        --hero-image-top: clamp(15.5rem, 52vw, 18.5rem);
        --hero-image-height: 101.4vw;
        --hero-button-offset: clamp(4rem, 13vw, 5.25rem);
        --hero-content-pad: calc(var(--nav-height) + clamp(1rem, 5vw, 2rem));
        min-height: calc(var(--hero-image-top) + var(--hero-image-height) + clamp(0.75rem, 3vw, 1.5rem)) !important;
        padding-top: var(--hero-content-pad) !important;
      }

      .landing-start .hero::before {
        background-size: 180vw auto !important;
      }

      .landing-start .hero h1 {
        max-width: min(100%, 42rem) !important;
        font-size: clamp(2.1rem, 10.4vw, 4rem) !important;
        line-height: 1.02 !important;
      }
    }

    @media (max-width: 430px) {
      :root {
        --nav-height: 54px;
      }

      .nav {
        gap: 0.5rem !important;
        padding: 0 0.65rem 0 0.45rem !important;
      }

      .brand,
      .brand-crop {
        width: clamp(8.35rem, 36vw, 9.25rem) !important;
        max-width: clamp(8.35rem, 36vw, 9.25rem) !important;
      }

      .brand-crop {
        height: clamp(2.6rem, 12vw, 3rem) !important;
      }

      .nav-right {
        gap: clamp(0.3rem, 2.3vw, 0.8rem) !important;
      }

      .nav-right a {
        min-height: 2.5rem !important;
        padding: 0 !important;
        overflow: hidden;
      }

      .nav-qa {
        width: auto !important;
        min-width: 2.25rem;
        color: var(--gunmetal);
        font-size: 0.72rem !important;
        font-weight: 800;
      }

      .nav-about {
        display: none !important;
      }

      .nav-search,
      .nav-menu {
        display: inline-flex;
        width: 2rem;
        min-height: 2.5rem;
        padding: 0 !important;
      }

      .nav-right .nav-icon,
      .nav-action svg {
        display: block !important;
        width: 1.18rem;
        height: 1.18rem;
      }

      .nav-qa .nav-icon {
        display: none !important;
      }

      .landing-start .hero {
        --hero-image-top: clamp(7.7rem, 31vw, 8.6rem);
        --hero-image-height: 101.4vw;
        --hero-button-offset: clamp(3.8rem, 14vw, 4.7rem);
        --hero-content-pad: calc(var(--nav-height) + clamp(0.45rem, 2vw, 0.75rem));
        padding-inline: 0.75rem !important;
      }

      .landing-start .hero::after {
        background:
          linear-gradient(
            to bottom,
            #ffffff 0%,
            rgba(255, 255, 255, 0.94) 18%,
            rgba(255, 255, 255, 0.42) 36%,
            rgba(255, 255, 255, 0.08) 56%,
            rgba(255, 255, 255, 0.44) 88%,
            #ffffff 100%
          ),
          radial-gradient(ellipse at center 66%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 76%, #ffffff 100%) !important;
      }

      .landing-start .hero h1 {
        max-width: min(100%, 24.5rem) !important;
        font-size: clamp(1.95rem, 8vw, 2.2rem) !important;
        line-height: 0.94 !important;
      }
    }

    @media (max-width: 375px) {
      .brand,
      .brand-crop {
        width: 8rem !important;
        max-width: 8rem !important;
      }

      .nav-right {
        gap: 0.25rem !important;
      }

      .landing-start .hero h1 {
        font-size: clamp(1.82rem, 8vw, 2rem) !important;
      }
    }
    .mood-mode-redesign,
    .mood-mode-redesign.open {
      position: relative;
      display: block;
      overflow: hidden;
      min-height: clamp(780px, 88vw, 1040px);
      padding: clamp(4rem, 8vw, 6.8rem) clamp(1rem, 4vw, 3rem) clamp(3.6rem, 6vw, 5rem);
      border-top: 1px solid rgba(142, 113, 77, 0.18);
      border-bottom: 1px solid rgba(142, 113, 77, 0.18);
      background: #f7efe3 url("../assets/mood-mode-background.png") center / cover no-repeat;
    }

    .mood-mode-redesign::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: rgba(247, 239, 227, 0.28);
    }

    .mood-mode-redesign .mood-mode-inner {
      position: relative;
      z-index: 1;
      width: min(1040px, 100%);
      margin: 0 auto;
    }

    .mood-mode-redesign .mood-mode-copy {
      max-width: 760px;
      margin: 0 auto clamp(3rem, 6vw, 5rem);
      text-align: center;
    }

    .mood-mode-redesign .mood-mode-copy .eyebrow {
      margin-bottom: 0.8rem;
      color: #9a7a48;
      letter-spacing: 0.18em;
    }

    .mood-mode-redesign .mood-mode-copy h2 {
      max-width: none;
      margin: 0 0 1rem;
      color: #554638;
      font-size: clamp(3rem, 7vw, 6rem);
      line-height: 0.92;
    }

    .mood-mode-redesign .mood-mode-copy p:not(.eyebrow) {
      max-width: 560px;
      margin: 0 auto;
      color: #554638;
      font-size: clamp(1.05rem, 1.5vw, 1.22rem);
      line-height: 1.72;
    }

    .mood-mode-redesign .mood-card-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: repeat(4, minmax(0, auto));
      grid-auto-flow: column;
      gap: clamp(1rem, 2vw, 1.35rem) clamp(3.2rem, 8vw, 7rem);
      border: 0;
    }

    .mood-mode-redesign .mood-card-grid::before {
      content: "";
      position: absolute;
      top: -2.2rem;
      bottom: -2.6rem;
      left: 50%;
      width: 1px;
      background: rgba(107, 84, 61, 0.42);
      pointer-events: none;
      transform: translateX(-50%);
    }

    .mood-mode-redesign .mood-card-grid::after {
      content: "\271D";
      position: absolute;
      top: 50%;
      left: 50%;
      display: grid;
      width: 3rem;
      height: 3rem;
      place-items: center;
      border: 1px solid rgba(107, 84, 61, 0.35);
      border-radius: 50%;
      background: #fbf3e6;
      box-shadow: 0 10px 28px rgba(116, 89, 57, 0.12);
      color: #6b543d;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      pointer-events: none;
      transform: translate(-50%, -50%);
    }

    .mood-mode-redesign .mood-card,
    .mood-mode-redesign .mood-card:nth-child(2n),
    .mood-mode-redesign .mood-card:nth-child(3n) {
      min-width: 0;
      border: 0;
      background: transparent;
    }

    .mood-mode-redesign .mood-card-button {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      align-items: center;
      gap: clamp(1rem, 2vw, 1.35rem);
      width: 100%;
      min-height: clamp(6.2rem, 10vw, 8rem);
      padding: clamp(1.1rem, 2vw, 1.55rem) clamp(1.2rem, 2.4vw, 2rem);
      border: 1px solid rgba(107, 84, 61, 0.35);
      border-radius: 999px;
      background: #fff8ec;
      box-shadow: 0 12px 32px rgba(110, 82, 49, 0.08);
      color: #554638;
      cursor: pointer;
      font: inherit;
      text-align: left;
      transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
    }

    .mood-mode-redesign .mood-card-button:hover,
    .mood-mode-redesign .mood-card-button:focus-visible {
      border-color: rgba(155, 91, 184, 0.8);
      box-shadow: 0 18px 42px rgba(110, 82, 49, 0.16);
      color: #9b5bb8;
      outline: 3px solid rgba(155, 91, 184, 0.16);
      outline-offset: 4px;
      transform: translateY(-4px);
    }

    .mood-mode-redesign .mood-card-button:active {
      box-shadow: 0 10px 24px rgba(110, 82, 49, 0.13);
      transform: translateY(-1px);
    }

    .mood-mode-redesign .mood-symbol {
      display: grid;
      width: clamp(3rem, 5.5vw, 4.2rem);
      height: clamp(3rem, 5.5vw, 4.2rem);
      flex: none;
      place-items: center;
      border: 1px dashed rgba(155, 91, 184, 0.52);
      border-radius: 50%;
      color: #9b5bb8;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(1.45rem, 3vw, 2.1rem);
      font-weight: 700;
      line-height: 1;
    }

    .mood-mode-redesign .mood-symbol svg {
      display: block;
      width: 72%;
      height: 72%;
      stroke: currentColor;
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: none;
    }

    .mood-mode-redesign .mood-card-button strong {
      display: block;
      min-width: 0;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(2rem, 4.4vw, 3.7rem);
      font-weight: 700;
      line-height: 0.96;
    }

    .mood-route-modal[hidden] {
      display: none;
    }

    body.mood-route-open {
      overflow: hidden;
    }

    .mood-route-modal {
      position: fixed;
      inset: 0;
      z-index: 1200;
      display: grid;
      place-items: center;
      padding: clamp(1rem, 4vw, 2rem);
    }

    .mood-route-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(45, 34, 24, 0.34);
      backdrop-filter: blur(4px);
    }

    .mood-route-dialog {
      position: relative;
      width: min(560px, 100%);
      padding: clamp(1.5rem, 4vw, 2.4rem);
      border: 1px solid rgba(107, 84, 61, 0.35);
      border-radius: 18px;
      background: #fbf3e6;
      box-shadow: 0 26px 70px rgba(45, 34, 24, 0.24);
      color: #554638;
    }

    .mood-route-close {
      position: absolute;
      top: 0.9rem;
      right: 0.9rem;
      display: grid;
      width: 2.45rem;
      height: 2.45rem;
      place-items: center;
      border: 1px solid rgba(107, 84, 61, 0.35);
      border-radius: 50%;
      background: #fff8ec;
      color: #554638;
      cursor: pointer;
      font: inherit;
      font-size: 1.4rem;
      line-height: 1;
    }

    .mood-route-close:hover,
    .mood-route-close:focus-visible {
      border-color: rgba(155, 91, 184, 0.8);
      outline: 3px solid rgba(155, 91, 184, 0.16);
      outline-offset: 3px;
    }

    .mood-route-eyebrow {
      margin: 0 0 0.75rem;
      color: #9a7a48;
      font-size: 0.72rem;
      font-weight: 950;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .mood-route-dialog h3 {
      margin: 0;
      color: #554638;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(2.7rem, 8vw, 4.5rem);
      line-height: 0.95;
    }

    .mood-route-reference {
      margin: 0.8rem 0 1rem;
      color: #9b5bb8;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(1.45rem, 4vw, 2rem);
      font-weight: 700;
    }

    .mood-route-encouragement {
      margin: 0;
      color: #554638;
      font-size: clamp(1rem, 2vw, 1.12rem);
      line-height: 1.7;
    }

    @media (max-width: 860px) {
      .mood-mode-redesign,
      .mood-mode-redesign.open {
        min-height: 0;
        padding-top: clamp(4rem, 10vw, 5.5rem);
        background-position: center top;
      }

      .mood-mode-redesign .mood-card-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 1rem;
      }

      .mood-mode-redesign .mood-card-grid::before,
      .mood-mode-redesign .mood-card-grid::after {
        display: none;
      }
    }

    @media (max-width: 520px) {
      .mood-mode-redesign .mood-card-button {
        min-height: 5.6rem;
        gap: 0.85rem;
        padding: 0.95rem 1rem;
      }
    }

    /* About Bible Mapped compact upload-slot layout */
    #about-biblemapped {
      background: #f8f4ec !important;
      padding: clamp(24px, 5vw, 64px) 16px !important;
    }

    #about-biblemapped .about-mapped-shell,
    #aboutMappedPanel,
    #aboutMappedPanel .minimal-panel-inner {
      width: 100% !important;
      max-width: none !important;
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      border: 0 !important;
      line-height: normal !important;
      overflow: visible !important;
      max-height: none !important;
      opacity: 1 !important;
    }

    #aboutMappedPanel .about-panel-formula {
      display: none !important;
    }

    #aboutMappedToggle.about-mapped-toggle {
      display: block !important;
      width: min(100%, 560px) !important;
      margin: 0 auto clamp(14px, 2vw, 18px) !important;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      color: #141414 !important;
      font-family: Inter, Arial, Helvetica, sans-serif !important;
      font-size: clamp(2rem, 5.2vw, 3.05rem) !important;
      font-weight: 900 !important;
      line-height: 0.95 !important;
      letter-spacing: -0.03em !important;
      text-align: center !important;
      text-transform: none !important;
      cursor: default !important;
    }

    #aboutMappedToggle.about-mapped-toggle::before,
    #aboutMappedToggle.about-mapped-toggle::after {
      display: none !important;
    }

    .about-biblemapped-card {
      width: min(100%, 560px);
      margin: 0 auto;
      padding: 0;
      color: #151515;
      font-family: Inter, Arial, Helvetica, sans-serif;
    }

    .about-biblemapped-list {
      display: grid;
      gap: clamp(14px, 2.3vw, 18px);
    }

    .about-biblemapped-item {
      display: grid;
      grid-template-columns: clamp(64px, 12vw, 86px) minmax(0, 1fr);
      align-items: center;
      gap: clamp(16px, 3vw, 24px);
    }

    .about-biblemapped-image-slot {
      position: relative;
      aspect-ratio: 1;
      display: grid;
      place-items: center;
      border: 3px solid #191919;
      border-radius: 20% 28% 22% 18% / 24% 18% 28% 20%;
      background: rgba(255, 253, 248, 0.72);
      color: #7b2cff;
      font-size: clamp(0.55rem, 1.6vw, 0.68rem);
      font-weight: 800;
      line-height: 1.05;
      text-align: center;
      transform: rotate(var(--slot-tilt, -2deg));
      overflow: hidden;
    }

    .about-biblemapped-image-slot::before,
    .about-biblemapped-image-slot::after {
      content: "";
      position: absolute;
      inset: 8px;
      border: 2px solid rgba(25, 25, 25, 0.18);
      border-radius: 44% 36% 42% 38%;
      pointer-events: none;
    }

    .about-biblemapped-image-slot::after {
      inset: auto 14px 13px;
      height: 18%;
      border-width: 0 0 2px;
      border-radius: 50%;
      transform: rotate(-8deg);
    }

    .about-biblemapped-image-slot[data-image-slot="who"] {
      --slot-tilt: 2deg;
    }

    .about-biblemapped-image-slot[data-image-slot="why"] {
      --slot-tilt: -1deg;
    }

    .about-biblemapped-image-slot[data-image-slot="what"] {
      --slot-tilt: 3deg;
    }

    .about-biblemapped-image-slot span {
      position: relative;
      z-index: 1;
      width: min-content;
      opacity: 0.78;
    }

    .about-biblemapped-copy h3 {
      margin: 0 0 2px;
      color: #111;
      font-size: clamp(1.05rem, 2.3vw, 1.32rem);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -0.02em;
    }

    .about-biblemapped-copy p {
      max-width: 34ch;
      margin: 0;
      color: #242424;
      font-size: clamp(0.86rem, 1.85vw, 1rem);
      line-height: 1.16;
      letter-spacing: -0.012em;
    }

    @media (max-width: 520px) {
      #about-biblemapped {
        padding: 22px 14px 30px !important;
      }

      #aboutMappedToggle.about-mapped-toggle {
        font-size: clamp(1.85rem, 9vw, 2.35rem) !important;
      }

      .about-biblemapped-item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 14px;
      }

      .about-biblemapped-image-slot {
        border-width: 2.5px;
      }
    }

    /* Final About Bible Mapped visibility guard */
    html body #about-biblemapped,
    html body #about-biblemapped .about-mapped-shell,
    html body #aboutMappedPanel,
    html body #aboutMappedPanel.open,
    html body #aboutMappedPanel .minimal-panel-inner {
      min-height: 0 !important;
      height: auto !important;
      max-height: none !important;
      overflow: visible !important;
      line-height: normal !important;
    }

    html body #aboutMappedPanel .minimal-panel-inner {
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    html body #aboutMappedPanel .about-biblemapped-card {
      display: block !important;
      width: min(100% - 24px, 560px) !important;
      margin: 0 auto !important;
      padding: 0 0 2px !important;
      line-height: normal !important;
    }

    html body #aboutMappedPanel .about-biblemapped-list {
      display: grid !important;
      grid-template-columns: 1fr !important;
      gap: clamp(14px, 2.2vw, 18px) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-item {
      display: grid !important;
      grid-template-columns: clamp(68px, 12vw, 86px) minmax(0, 1fr) !important;
      align-items: center !important;
      gap: clamp(16px, 3vw, 24px) !important;
      min-height: clamp(70px, 12vw, 90px) !important;
      margin: 0 !important;
      padding: 0 !important;
      line-height: normal !important;
    }

    html body #aboutMappedPanel .about-biblemapped-image-slot {
      display: grid !important;
      width: clamp(64px, 12vw, 86px) !important;
      min-width: clamp(64px, 12vw, 86px) !important;
      height: clamp(64px, 12vw, 86px) !important;
      min-height: clamp(64px, 12vw, 86px) !important;
      visibility: visible !important;
      opacity: 1 !important;
      box-sizing: border-box !important;
    }

    html body #aboutMappedPanel .about-biblemapped-copy,
    html body #aboutMappedPanel .about-biblemapped-copy h3,
    html body #aboutMappedPanel .about-biblemapped-copy p {
      line-height: normal !important;
    }

    @media (max-width: 520px) {
      html body #aboutMappedPanel .about-biblemapped-card {
        width: min(100% - 16px, 560px) !important;
      }

      html body #aboutMappedPanel .about-biblemapped-item {
        grid-template-columns: 62px minmax(0, 1fr) !important;
        min-height: 66px !important;
      }

      html body #aboutMappedPanel .about-biblemapped-image-slot {
        width: 62px !important;
        min-width: 62px !important;
        height: 62px !important;
        min-height: 62px !important;
      }
    }

    /* Choose a Mood image placeholders */
    .mood-mode-redesign .mood-symbol.mood-image-slot {
      position: relative;
      display: grid;
      place-items: center;
      width: clamp(3.35rem, 5.4vw, 4.5rem);
      height: clamp(3.35rem, 5.4vw, 4.5rem);
      border: 2px dashed rgba(156, 94, 184, 0.7);
      border-radius: 18px;
      background: rgba(255, 253, 248, 0.66);
      color: #9b5bb8;
      box-shadow: inset 0 0 0 1px rgba(124, 87, 49, 0.12);
      font-family: Inter, Arial, sans-serif;
      font-size: clamp(0.52rem, 0.78vw, 0.68rem);
      font-weight: 800;
      line-height: 1.05;
      text-align: center;
      text-transform: uppercase;
    }

    .mood-mode-redesign .mood-symbol.mood-image-slot::before {
      content: "";
      position: absolute;
      inset: 7px;
      border: 1px solid rgba(124, 87, 49, 0.18);
      border-radius: 13px;
      pointer-events: none;
    }

    .mood-mode-redesign .mood-symbol.mood-image-slot span {
      position: relative;
      z-index: 1;
      width: min-content;
    }

    @media (max-width: 520px) {
      .mood-mode-redesign .mood-symbol.mood-image-slot {
        width: 3rem;
        height: 3rem;
        border-radius: 14px;
        font-size: 0.48rem;
      }

      .mood-mode-redesign .mood-symbol.mood-image-slot::before {
        inset: 5px;
        border-radius: 10px;
      }
    }

    /* Choose a Mood reference-match layout */
    .mood-mode-redesign,
    .mood-mode-redesign.open {
      min-height: clamp(760px, 68vw, 920px);
      padding: clamp(3.2rem, 5vw, 5.2rem) clamp(1rem, 4vw, 3.2rem) clamp(2rem, 3.8vw, 3.2rem);
      background: #fbf4e8;
    }

    .mood-mode-redesign::before {
      background: rgba(252, 245, 234, 0.18);
      opacity: 1;
    }

    .mood-mode-redesign::after {
      content: none;
    }

    .mood-mode-redesign .mood-mode-inner {
      width: min(1160px, 100%);
    }

    .mood-mode-redesign .mood-mode-copy {
      margin-bottom: clamp(2.4rem, 4vw, 3.4rem);
    }

    .mood-mode-redesign .mood-mode-copy::before,
    .mood-mode-redesign .mood-mode-copy::after {
      content: "\2666";
      display: block;
      color: rgba(107, 84, 61, 0.76);
      font-size: 1.05rem;
      line-height: 1;
    }

    .mood-mode-redesign .mood-mode-copy::before {
      margin-bottom: 1rem;
    }

    .mood-mode-redesign .mood-mode-copy::after {
      margin-top: 1.1rem;
    }

    .mood-mode-redesign .mood-mode-copy .eyebrow {
      display: none;
    }

    .mood-mode-redesign .mood-mode-copy h2 {
      color: #5a4330;
      font-size: clamp(3.2rem, 6.2vw, 5.55rem);
      line-height: 0.96;
      text-shadow: 0 3px 12px rgba(111, 84, 52, 0.12);
    }

    .mood-mode-redesign .mood-mode-copy p:not(.eyebrow) {
      color: #5f4936;
      font-family: "Cormorant Garamond", Georgia, serif;
      font-size: clamp(1.35rem, 2vw, 1.9rem);
      font-style: italic;
      font-weight: 600;
      line-height: 1.25;
    }

    .mood-mode-redesign .mood-card-grid {
      width: min(1000px, 100%);
      margin: 0 auto;
      gap: clamp(1rem, 1.7vw, 1.35rem) clamp(4rem, 7vw, 6.5rem);
    }

    .mood-mode-redesign .mood-card-grid::before {
      top: -1.8rem;
      bottom: -1.8rem;
      width: 2px;
      background: linear-gradient(
        to bottom,
        rgba(107, 84, 61, 0),
        rgba(107, 84, 61, 0.58) 10%,
        rgba(107, 84, 61, 0.58) 90%,
        rgba(107, 84, 61, 0)
      );
    }

    .mood-mode-redesign .mood-card-grid::after {
      width: 2.6rem;
      height: 2.6rem;
      background: #fff8ec;
      color: #7a5d42;
      font-size: 1.85rem;
    }

    .mood-mode-redesign .mood-card-button {
      min-height: clamp(5.45rem, 6.8vw, 6.3rem);
      padding: 0.85rem clamp(1.45rem, 2.3vw, 2rem);
      border: 2px solid rgba(152, 118, 82, 0.58);
      border-radius: 28px;
      background: rgba(255, 249, 239, 0.54);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 10px 22px rgba(111, 84, 52, 0.06);
      color: #5a4330;
    }

    .mood-mode-redesign .mood-card-button strong {
      font-size: clamp(2rem, 3vw, 2.8rem);
      line-height: 1;
    }

    .mood-mode-redesign .mood-symbol.mood-image-slot {
      width: clamp(3.25rem, 4.5vw, 4.15rem);
      height: clamp(3.25rem, 4.5vw, 4.15rem);
      border: 2px dashed rgba(155, 91, 184, 0.74);
      border-radius: 16px;
      background: rgba(255, 252, 246, 0.44);
      color: #9b5bb8;
      font-size: clamp(0.5rem, 0.68vw, 0.62rem);
    }

    @media (max-width: 860px) {
      .mood-mode-redesign,
      .mood-mode-redesign.open {
        padding-top: clamp(3.2rem, 9vw, 4.5rem);
      }

      .mood-mode-redesign .mood-card-grid {
        width: min(560px, 100%);
        gap: 1rem;
      }
    }

    @media (max-width: 520px) {
      .mood-mode-redesign .mood-mode-copy h2 {
        font-size: clamp(2.7rem, 13vw, 3.7rem);
      }

      .mood-mode-redesign .mood-mode-copy p:not(.eyebrow) {
        font-size: 1.12rem;
      }

      .mood-mode-redesign .mood-card-button {
        min-height: 4.9rem;
        border-radius: 22px;
      }

      .mood-mode-redesign .mood-card-button strong {
        font-size: clamp(1.75rem, 9vw, 2.25rem);
      }
    }

    /* Choose a Mood cleanup: no background art, divider, cross, or footer line */
    .mood-mode-redesign,
    .mood-mode-redesign.open {
      background: transparent;
    }

    .mood-mode-redesign::before,
    .mood-mode-redesign::after,
    .mood-mode-redesign .mood-card-grid::before,
    .mood-mode-redesign .mood-card-grid::after {
      content: none;
      display: none;
    }

    /* About Bible Mapped image-background layout */
    html body #about-biblemapped {
      position: relative !important;
      isolation: isolate !important;
      overflow: hidden !important;
      min-height: clamp(620px, 60vw, 820px) !important;
      padding: clamp(58px, 7vw, 96px) clamp(18px, 5vw, 76px) !important;
      background:
        linear-gradient(90deg, rgba(17, 22, 17, 0.72) 0%, rgba(17, 22, 17, 0.42) 34%, rgba(17, 22, 17, 0.06) 62%, rgba(17, 22, 17, 0) 100%),
        url("../assets/about-biblemapped-background.png") center / cover no-repeat !important;
    }

    html body #about-biblemapped::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 42%, rgba(0, 0, 0, 0.03) 72%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.2)),
        radial-gradient(circle at 25% 40%, rgba(0, 0, 0, 0.1), transparent 38%);
      pointer-events: none;
    }

    html body #about-biblemapped .about-mapped-shell,
    html body #aboutMappedPanel,
    html body #aboutMappedPanel.open,
    html body #aboutMappedPanel .minimal-panel-inner {
      position: relative !important;
      z-index: 1 !important;
      width: min(620px, 100%) !important;
      margin-left: 0 !important;
      margin-right: auto !important;
      background: transparent !important;
    }

    html body #aboutMappedToggle.about-mapped-toggle {
      width: min(620px, 100%) !important;
      margin: 0 0 clamp(20px, 2.5vw, 30px) !important;
      color: #fffdf7 !important;
      text-align: left !important;
      text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-card {
      width: min(100%, 620px) !important;
      margin: 0 !important;
      color: #fffdf7 !important;
    }

    html body #aboutMappedPanel .about-biblemapped-list {
      gap: clamp(16px, 2vw, 22px) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-item {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: transform 220ms ease;
    }

    html body #aboutMappedPanel .about-biblemapped-item:hover,
    html body #aboutMappedPanel .about-biblemapped-item:focus-within {
      transform: translate3d(0, -8px, 0);
    }

    html body #aboutMappedPanel .about-biblemapped-image-slot {
      border-color: rgba(255, 253, 247, 0.92) !important;
      background: rgba(255, 253, 247, 0.2) !important;
      color: #fffdf7 !important;
      box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.24) !important;
      text-shadow: 0 3px 12px rgba(0, 0, 0, 0.34);
      opacity: 0;
      transform: translate3d(-92px, 0, 0) rotate(var(--slot-tilt, -2deg));
    }

    html body #about-biblemapped .about-mapped-shell.in-view .about-biblemapped-image-slot {
      animation: aboutSquarePanIn 760ms cubic-bezier(0.16, 0.9, 0.22, 1) forwards;
    }

    html body #about-biblemapped .about-mapped-shell.in-view .about-biblemapped-item:nth-child(2) .about-biblemapped-image-slot {
      animation-delay: 90ms;
    }

    html body #about-biblemapped .about-mapped-shell.in-view .about-biblemapped-item:nth-child(3) .about-biblemapped-image-slot {
      animation-delay: 180ms;
    }

    html body #about-biblemapped .about-mapped-shell.in-view .about-biblemapped-item:nth-child(4) .about-biblemapped-image-slot {
      animation-delay: 270ms;
    }

    html body #aboutMappedPanel .about-biblemapped-image-slot::before,
    html body #aboutMappedPanel .about-biblemapped-image-slot::after {
      border-color: rgba(255, 253, 247, 0.42) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-copy h3 {
      color: #fffdf7 !important;
      text-shadow: 0 8px 22px rgba(0, 0, 0, 0.46);
      transition: transform 220ms ease, color 220ms ease;
    }

    html body #aboutMappedPanel .about-biblemapped-copy p {
      color: rgba(255, 253, 247, 0.9) !important;
      text-shadow: 0 5px 16px rgba(0, 0, 0, 0.44);
    }

    .about-biblemapped-arrow {
      display: inline-block;
      transition: transform 220ms cubic-bezier(0.16, 0.9, 0.22, 1), color 220ms ease;
      transform: translateX(0);
    }

    html body #aboutMappedPanel .about-biblemapped-item:hover .about-biblemapped-copy h3,
    html body #aboutMappedPanel .about-biblemapped-item:focus-within .about-biblemapped-copy h3,
    html body #aboutMappedPanel .about-biblemapped-copy h3:hover {
      transform: translateY(-5px);
    }

    html body #aboutMappedPanel .about-biblemapped-item:hover .about-biblemapped-arrow,
    html body #aboutMappedPanel .about-biblemapped-item:focus-within .about-biblemapped-arrow,
    html body #aboutMappedPanel .about-biblemapped-copy h3:hover .about-biblemapped-arrow {
      color: #b985ff;
      transform: translate(12px, -3px);
    }

    @keyframes aboutSquarePanIn {
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(var(--slot-tilt, -2deg));
      }
    }

    @media (max-width: 720px) {
      html body #about-biblemapped {
        min-height: 0 !important;
        background:
          linear-gradient(90deg, rgba(17, 22, 17, 0.82), rgba(17, 22, 17, 0.46)),
          url("../assets/about-biblemapped-background.png") center / cover no-repeat !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html body #aboutMappedPanel .about-biblemapped-image-slot {
        opacity: 1;
        transform: rotate(var(--slot-tilt, -2deg));
        animation: none;
      }

      .about-biblemapped-arrow,
      html body #aboutMappedPanel .about-biblemapped-copy h3 {
        transition: none;
      }
    }

    /* Maps section heading placement */
    html body .home-testament-maps-inner {
      width: 100% !important;
      max-width: none !important;
    }

    html body .home-testament-maps-copy {
      width: min(720px, 100%) !important;
      max-width: 720px !important;
      margin-left: 0 !important;
      margin-right: auto !important;
      transform: translateX(clamp(-1.6rem, -2.5vw, -0.75rem));
    }

    @media (max-width: 720px) {
      html body .home-testament-maps-copy {
        transform: none;
      }
    }

    /* Layered Old/New Testament map display */
    html body .home-map-grid {
      position: relative !important;
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      align-items: center !important;
      width: min(100%, 980px) !important;
      max-width: 980px !important;
      min-height: clamp(470px, 48vw, 650px) !important;
      margin: clamp(2rem, 5vw, 4rem) auto 0 !important;
      padding: clamp(1.8rem, 4vw, 3.5rem) clamp(0.6rem, 3vw, 2rem) !important;
    }

    html body .home-map-item {
      position: relative !important;
      grid-area: 1 / 1 !important;
      width: min(78vw, 720px) !important;
      max-width: 720px !important;
      padding: clamp(0.7rem, 1.3vw, 1rem) !important;
      border: 1px solid rgba(102, 76, 45, 0.22) !important;
      border-radius: 6px !important;
      background: #f7ecd9 !important;
      backdrop-filter: none !important;
      box-shadow: 0 22px 50px rgba(41, 31, 21, 0.18), 0 3px 10px rgba(41, 31, 21, 0.08) !important;
      transform-origin: center center !important;
      transition: transform 220ms ease, box-shadow 220ms ease !important;
    }

    html body .home-map-item-old {
      z-index: 1 !important;
      justify-self: center !important;
      align-self: start !important;
      transform: translate3d(clamp(-2.4rem, -3vw, -1rem), 0, 0) rotate(3.2deg) !important;
    }

    html body .home-map-item-new {
      z-index: 2 !important;
      justify-self: center !important;
      align-self: end !important;
      transform: translate3d(clamp(2rem, 4vw, 4.2rem), clamp(4.5rem, 8vw, 7rem), 0) rotate(-3.4deg) !important;
    }

    html body .home-map-item-old:hover,
    html body .home-map-item-old:focus-within {
      transform: translate3d(clamp(-2.4rem, -3vw, -1rem), -8px, 0) rotate(2.2deg) !important;
    }

    html body .home-map-item-new:hover,
    html body .home-map-item-new:focus-within {
      transform: translate3d(clamp(2rem, 4vw, 4.2rem), calc(clamp(4.5rem, 8vw, 7rem) - 8px), 0) rotate(-2.4deg) !important;
    }

    html body .home-map-frame {
      display: block !important;
      overflow: hidden !important;
      border: 1px solid rgba(102, 76, 45, 0.18) !important;
      border-radius: 4px !important;
      background: #efe0c7 !important;
    }

    html body .home-map-frame img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      max-width: none !important;
    }

    html body .home-map-item .home-map-caption {
      margin-top: 0.75rem !important;
      color: rgba(50, 38, 26, 0.76) !important;
      font-size: clamp(0.78rem, 1vw, 0.92rem) !important;
      line-height: 1.45 !important;
      text-shadow: none !important;
    }

    html body .home-testament-maps .home-map-item-old h3 {
      position: absolute !important;
      top: 1rem !important;
      left: 1rem !important;
      z-index: 2 !important;
      margin: 0 !important;
      padding: 0.32rem 0.5rem !important;
      border-radius: 4px !important;
      background: rgba(248, 238, 220, 0.76) !important;
      color: rgba(45, 34, 23, 0.78) !important;
      font-family: Inter, Arial, Helvetica, sans-serif !important;
      font-size: clamp(0.85rem, 1.2vw, 1.15rem) !important;
      font-weight: 500 !important;
      letter-spacing: 0.08em !important;
      line-height: 1 !important;
      opacity: 0.75 !important;
      text-shadow: none !important;
      text-transform: uppercase !important;
    }

    html body .home-testament-maps .home-map-item-new h3 {
      margin: 0 0 0.65rem !important;
      color: rgba(45, 34, 23, 0.82) !important;
      font-size: clamp(1.05rem, 1.8vw, 1.55rem) !important;
      line-height: 1 !important;
      text-shadow: none !important;
    }

    @media (max-width: 780px) {
      html body .home-map-grid {
        min-height: 0 !important;
        padding: 1rem 0 0 !important;
        gap: 1.25rem !important;
      }

      html body .home-map-item,
      html body .home-map-item-old,
      html body .home-map-item-new,
      html body .home-map-item-old:hover,
      html body .home-map-item-new:hover,
      html body .home-map-item-old:focus-within,
      html body .home-map-item-new:focus-within {
        grid-area: auto !important;
        width: min(100%, 620px) !important;
        justify-self: center !important;
        transform: rotate(0deg) !important;
      }
    }

    /* Tucked-left map pan-in refinement */
    html body .home-map-grid {
      width: min(72vw, 760px) !important;
      max-width: 760px !important;
      min-height: clamp(350px, 38vw, 520px) !important;
      margin: clamp(1.5rem, 4vw, 3rem) auto 0 0 !important;
      padding-left: 0 !important;
    }

    html body .home-map-item {
      width: min(58vw, 560px) !important;
      max-width: 560px !important;
      opacity: 0;
      will-change: transform, opacity;
      transition: opacity 620ms ease, transform 860ms cubic-bezier(0.16, 0.9, 0.22, 1), box-shadow 220ms ease !important;
    }

    html body .home-map-item-old {
      transform: translate3d(-118%, 0, 0) rotate(3.2deg) !important;
    }

    html body .home-map-item-new {
      transform: translate3d(-118%, clamp(3.2rem, 6vw, 5.4rem), 0) rotate(-3.4deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-old {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(3.2deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new {
      opacity: 1;
      transform: translate3d(clamp(2.2rem, 4vw, 3.8rem), clamp(3.2rem, 6vw, 5.4rem), 0) rotate(-3.4deg) !important;
      transition-delay: 120ms;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-old:hover,
    html body .home-testament-maps.maps-in-view .home-map-item-old:focus-within {
      transform: translate3d(0, -8px, 0) rotate(2.2deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new:hover,
    html body .home-testament-maps.maps-in-view .home-map-item-new:focus-within {
      transform: translate3d(clamp(2.2rem, 4vw, 3.8rem), calc(clamp(3.2rem, 6vw, 5.4rem) - 8px), 0) rotate(-2.4deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-grid {
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin-left: 0 !important;
      }

      html body .home-map-item,
      html body .home-map-item-old,
      html body .home-map-item-new {
        width: min(100%, 620px) !important;
        opacity: 1;
        animation: none !important;
        transform: none !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html body .home-map-item,
      html body .home-testament-maps.maps-in-view .home-map-item-old,
      html body .home-testament-maps.maps-in-view .home-map-item-new {
        opacity: 1;
        transition: none !important;
      }

      html body .home-map-item-old {
        transform: translate3d(0, 0, 0) rotate(3.2deg) !important;
      }

      html body .home-map-item-new {
        transform: translate3d(clamp(2.2rem, 4vw, 3.8rem), clamp(3.2rem, 6vw, 5.4rem), 0) rotate(-3.4deg) !important;
      }
    }

    /* Smaller rounded map display */
    html body .home-map-grid {
      width: min(66vw, 660px) !important;
      max-width: 660px !important;
      min-height: clamp(300px, 32vw, 440px) !important;
    }

    html body .home-map-item {
      width: min(52vw, 470px) !important;
      max-width: 470px !important;
      border-radius: 18px !important;
      overflow: hidden !important;
    }

    html body .home-map-frame {
      border-radius: 14px !important;
    }

    html body .home-map-frame img {
      border-radius: 14px !important;
    }

    html body .home-map-item-new {
      transform: translate3d(-118%, clamp(2.6rem, 5vw, 4.2rem), 0) rotate(-3.4deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new {
      transform: translate3d(clamp(1.8rem, 3.4vw, 3.1rem), clamp(2.6rem, 5vw, 4.2rem), 0) rotate(-3.4deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new:hover,
    html body .home-testament-maps.maps-in-view .home-map-item-new:focus-within {
      transform: translate3d(clamp(1.8rem, 3.4vw, 3.1rem), calc(clamp(2.6rem, 5vw, 4.2rem) - 8px), 0) rotate(-2.4deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-grid {
        width: 100% !important;
        max-width: none !important;
      }

      html body .home-map-item,
      html body .home-map-item-old,
      html body .home-map-item-new {
        width: min(100%, 560px) !important;
        max-width: 560px !important;
      }
    }

    /* Static borderless maps with subtle fan-out interaction */
    html body .home-map-item,
    html body .home-testament-maps.maps-in-view .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-item-new {
      opacity: 1 !important;
      animation: none !important;
      transition: transform 260ms cubic-bezier(0.16, 0.9, 0.22, 1), box-shadow 220ms ease !important;
    }

    html body .home-map-item {
      border: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      padding: 0 !important;
    }

    html body .home-map-frame {
      border: 0 !important;
      background: transparent !important;
      box-shadow: 0 18px 42px rgba(41, 31, 21, 0.18) !important;
    }

    html body .home-map-frame,
    html body .home-map-frame img {
      border-radius: 18px !important;
    }

    html body .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-item-old {
      transform: translate3d(0, 0, 0) rotate(1.2deg) !important;
    }

    html body .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-item-new {
      transform: translate3d(clamp(1.4rem, 3vw, 2.5rem), clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.3deg) !important;
    }

    html body .home-map-grid:hover .home-map-item-old,
    html body .home-map-grid:focus-within .home-map-item-old {
      transform: translate3d(clamp(-0.7rem, -1.4vw, -0.35rem), -0.45rem, 0) rotate(3deg) !important;
    }

    html body .home-map-grid:hover .home-map-item-new,
    html body .home-map-grid:focus-within .home-map-item-new {
      transform: translate3d(clamp(2rem, 4vw, 3.4rem), clamp(2.8rem, 5vw, 4.2rem), 0) rotate(-3deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-grid:hover .home-map-item-old,
      html body .home-map-grid:hover .home-map-item-new,
      html body .home-map-grid:focus-within .home-map-item-old,
      html body .home-map-grid:focus-within .home-map-item-new {
        transform: none !important;
      }
    }

    /* Maps only: remove card chrome and labels */
    html body .home-testament-maps .home-map-item h3,
    html body .home-testament-maps .home-map-caption {
      display: none !important;
    }

    html body .home-map-item,
    html body .home-map-frame {
      border: 0 !important;
      outline: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
    }

    html body .home-map-frame {
      display: block !important;
      overflow: visible !important;
    }

    html body .home-map-frame img {
      display: block !important;
      border: 0 !important;
      outline: 0 !important;
      box-shadow: none !important;
    }

    html body .home-testament-maps-copy {
      display: none !important;
    }

    /* Scroll-only map motion: static after pan-in, no hover fan */
    html body .home-map-item {
      opacity: 0 !important;
      transition: opacity 620ms ease, transform 860ms cubic-bezier(0.16, 0.9, 0.22, 1) !important;
    }

    html body .home-map-item-old {
      transform: translate3d(-118%, 0, 0) rotate(1.2deg) !important;
    }

    html body .home-map-item-new {
      transform: translate3d(-118%, clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.3deg) !important;
      transition-delay: 120ms !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-item-old:hover,
    html body .home-testament-maps.maps-in-view .home-map-item-old:focus-within {
      opacity: 1 !important;
      transform: translate3d(0, 0, 0) rotate(1.2deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-item-new:hover,
    html body .home-testament-maps.maps-in-view .home-map-item-new:focus-within {
      opacity: 1 !important;
      transform: translate3d(clamp(1.4rem, 3vw, 2.5rem), clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.3deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-item,
      html body .home-map-item-old,
      html body .home-map-item-new,
      html body .home-testament-maps.maps-in-view .home-map-item-old,
      html body .home-testament-maps.maps-in-view .home-map-item-new {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }

    /* Hero parchment lineup background */
    html body.landing-start .hero {
      min-height: clamp(620px, 88svh, 920px) !important;
      padding-top: calc(var(--nav-height) + clamp(1.2rem, 3.4vw, 3rem)) !important;
      background: #fff !important;
      overflow: hidden !important;
    }

    html body.landing-start .hero::before {
      background-image: url("../assets/hero-bible-lineup-parchment.png") !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center bottom !important;
      opacity: 1 !important;
      filter: saturate(1.02) contrast(1.02) !important;
    }

    html body.landing-start .hero::after {
      background:
        linear-gradient(
          to bottom,
          rgba(255, 255, 255, 1) 0%,
          rgba(255, 255, 255, 0.96) 8%,
          rgba(255, 255, 255, 0.72) 20%,
          rgba(255, 255, 255, 0.3) 38%,
          rgba(255, 255, 255, 0.08) 62%,
          rgba(255, 255, 255, 0.38) 100%
        ),
        linear-gradient(90deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.38)) !important;
    }

    html body.landing-start .hero-inner {
      min-height: clamp(520px, 74svh, 800px) !important;
    }

    html body.landing-start .hero-actions {
      position: absolute !important;
      left: 50% !important;
      bottom: clamp(5.4rem, 10vw, 9rem) !important;
      z-index: 18 !important;
      transform: translateX(-50%) !important;
      margin-top: 0 !important;
    }

    @media (max-width: 720px) {
      html body.landing-start .hero {
        min-height: clamp(560px, 82svh, 740px) !important;
      }

      html body.landing-start .hero::before {
        background-size: cover !important;
        background-position: center bottom !important;
      }

      html body.landing-start .hero-actions {
        bottom: clamp(4.2rem, 16vw, 6.6rem) !important;
      }
    }

    /* Replace Explore Scripture section with the hero lineup image */
    html body .testament-puzzle-section {
      position: relative !important;
      min-height: clamp(520px, 56vw, 780px) !important;
      padding: 0 !important;
      background:
        linear-gradient(
          to bottom,
          rgba(255, 255, 255, 1) 0%,
          rgba(255, 255, 255, 0.48) 12%,
          rgba(255, 255, 255, 0.06) 36%,
          rgba(255, 255, 255, 0.08) 78%,
          rgba(255, 255, 255, 1) 100%
        ),
        url("../assets/hero-bible-lineup-parchment.png") center / cover no-repeat !important;
      border: 0 !important;
      overflow: hidden !important;
    }

    html body .testament-puzzle-section .section-rail,
    html body .testament-puzzle-section .testament-puzzle-stage {
      display: none !important;
    }

    @media (max-width: 720px) {
      html body .testament-puzzle-section {
        min-height: clamp(420px, 72vw, 620px) !important;
        background-position: center bottom !important;
      }
    }

    /* Static map fan: restore section title and Old Testament label */
    html body .home-testament-maps-copy {
      display: block !important;
    }

    html body .home-testament-maps .home-map-item-old h3 {
      display: block !important;
    }

    html body .home-testament-maps .home-map-item-new h3,
    html body .home-testament-maps .home-map-caption {
      display: none !important;
    }

    html body .home-map-item,
    html body .home-map-item-old,
    html body .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-item-new,
    html body .home-map-grid:hover .home-map-item-old,
    html body .home-map-grid:hover .home-map-item-new,
    html body .home-map-grid:focus-within .home-map-item-old,
    html body .home-map-grid:focus-within .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-new {
      opacity: 1 !important;
      transition: none !important;
      animation: none !important;
    }

    html body .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-item-old,
    html body .home-map-grid:hover .home-map-item-old,
    html body .home-map-grid:focus-within .home-map-item-old {
      transform: translate3d(0, 0, 0) rotate(1.4deg) !important;
    }

    html body .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-item-new,
    html body .home-map-grid:hover .home-map-item-new,
    html body .home-map-grid:focus-within .home-map-item-new {
      transform: translate3d(clamp(1.4rem, 3vw, 2.5rem), clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.5deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-item-old,
      html body .home-map-item-new,
      html body .home-testament-maps.maps-in-view .home-map-item-old,
      html body .home-testament-maps.maps-in-view .home-map-item-new {
        transform: none !important;
      }
    }

    /* Slide maps in on scroll; no map overlay labels */
    html body .home-testament-maps .home-map-item-old h3,
    html body .home-testament-maps .home-map-item-new h3 {
      display: none !important;
    }

    html body .home-map-item {
      opacity: 0 !important;
      transition: opacity 620ms ease, transform 880ms cubic-bezier(0.16, 0.9, 0.22, 1) !important;
    }

    html body .home-map-item-old,
    html body .home-map-grid:hover .home-map-item-old,
    html body .home-map-grid:focus-within .home-map-item-old {
      transform: translate3d(-118%, 0, 0) rotate(1.4deg) !important;
    }

    html body .home-map-item-new,
    html body .home-map-grid:hover .home-map-item-new,
    html body .home-map-grid:focus-within .home-map-item-new {
      transform: translate3d(-118%, clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.5deg) !important;
      transition-delay: 120ms !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-old,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-old {
      opacity: 1 !important;
      transform: translate3d(0, 0, 0) rotate(1.4deg) !important;
    }

    html body .home-testament-maps.maps-in-view .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:hover .home-map-item-new,
    html body .home-testament-maps.maps-in-view .home-map-grid:focus-within .home-map-item-new {
      opacity: 1 !important;
      transform: translate3d(clamp(1.4rem, 3vw, 2.5rem), clamp(2.1rem, 4vw, 3.4rem), 0) rotate(-1.5deg) !important;
    }

    @media (max-width: 780px) {
      html body .home-map-item,
      html body .home-map-item-old,
      html body .home-map-item-new,
      html body .home-testament-maps.maps-in-view .home-map-item-old,
      html body .home-testament-maps.maps-in-view .home-map-item-new {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }

    html body .home-testament-maps-title-accent {
      display: none !important;
      color: var(--electric-purple) !important;
    }

    html body .home-testament-maps .eyebrow {
      color: var(--electric-purple) !important;
    }

    html body .home-map-actions {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 0.75rem !important;
      width: min(360px, 100%) !important;
      margin: clamp(1.35rem, 3vw, 2rem) auto 0 0 !important;
    }

    html body .home-map-action {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 34px !important;
      padding: 0.42rem 0.72rem !important;
      border: 1px solid rgba(31, 41, 51, 0.18) !important;
      border-radius: 999px !important;
      background: #fffdf7 !important;
      color: var(--gunmetal) !important;
      box-shadow: 0 8px 18px rgba(31, 41, 51, 0.1) !important;
      font-size: 0.82rem !important;
      font-weight: 700 !important;
      text-align: center !important;
      text-decoration: none !important;
      transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
    }

    html body .home-map-action:hover,
    html body .home-map-action:focus-visible {
      background: #f4efe5 !important;
      box-shadow: 0 10px 22px rgba(31, 41, 51, 0.14) !important;
      transform: translateY(-2px) !important;
      outline: 0 !important;
    }

    @media (max-width: 640px) {
      html body .home-map-actions {
        grid-template-columns: 1fr !important;
        width: min(220px, 100%) !important;
      }
    }

    html body.landing-start .hero {
      min-height: clamp(560px, 76svh, 780px) !important;
      padding: calc(var(--nav-height) + clamp(3.2rem, 7vw, 6rem)) clamp(1rem, 4vw, 2rem) clamp(2.5rem, 6vw, 4.5rem) !important;
      background: #ffffff !important;
      background-image: none !important;
      overflow: hidden !important;
    }

    html body.landing-start .hero::before,
    html body.landing-start .hero::after {
      content: none !important;
      display: none !important;
      background: none !important;
      background-image: none !important;
      opacity: 0 !important;
      -webkit-mask-image: none !important;
      mask-image: none !important;
    }

    html body.landing-start .hero-inner {
      min-height: 0 !important;
    }

    html body.landing-start .hero-actions {
      position: static !important;
      transform: none !important;
      margin-top: clamp(1.4rem, 3vw, 2.2rem) !important;
    }

    html body.landing-start .hero + .testament-puzzle-section {
      padding-top: 0 !important;
    }

    html body .home-map-grid {
      display: grid !important;
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: clamp(1.1rem, 3vw, 2rem) !important;
      width: min(980px, 100%) !important;
      margin: clamp(2rem, 5vw, 4rem) auto 0 0 !important;
      padding: 0 !important;
      min-height: 0 !important;
    }

    html body .home-map-item {
      position: relative !important;
      display: block !important;
      width: 100% !important;
      max-width: none !important;
      min-height: clamp(280px, 30vw, 390px) !important;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden !important;
      border: 1px solid rgba(31, 41, 51, 0.16) !important;
      border-radius: 10px !important;
      background: #fffdf7 !important;
      box-shadow: 0 18px 42px rgba(31, 41, 51, 0.12) !important;
      opacity: 1 !important;
      transform: none !important;
    }

    html body .home-map-frame {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: inherit !important;
      border: 0 !important;
      border-radius: inherit !important;
      background: transparent !important;
      overflow: hidden !important;
    }

    html body .home-map-frame img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: inherit !important;
      object-fit: cover !important;
      object-position: center !important;
      border-radius: inherit !important;
    }

    html body .home-testament-maps .home-map-item h3 {
      position: absolute !important;
      top: 1rem !important;
      left: 1rem !important;
      z-index: 2 !important;
      display: inline-flex !important;
      margin: 0 !important;
      padding: 0.3rem 0.55rem !important;
      border-radius: 999px !important;
      background: rgba(255, 253, 247, 0.88) !important;
      color: var(--gunmetal) !important;
      font-family: Inter, Arial, Helvetica, sans-serif !important;
      font-size: 0.72rem !important;
      font-weight: 800 !important;
      letter-spacing: 0.08em !important;
      line-height: 1 !important;
      text-transform: uppercase !important;
      text-shadow: none !important;
    }

    html body .home-map-item .home-map-action {
      position: absolute !important;
      left: 50% !important;
      bottom: 1rem !important;
      z-index: 2 !important;
      transform: translateX(-50%) !important;
      width: auto !important;
      min-width: 150px !important;
    }

    html body .home-map-item .home-map-action:hover,
    html body .home-map-item .home-map-action:focus-visible {
      transform: translateX(-50%) translateY(-2px) !important;
    }

    @media (max-width: 760px) {
      html body .home-map-grid {
        grid-template-columns: 1fr !important;
      }
    }

    /* Landing order correction: Maps -> People -> Videos */
    html body .testament-puzzle-section {
      display: none !important;
    }

    html body .home-people-feature {
      position: relative !important;
      display: block !important;
      min-height: 0 !important;
      margin: 0 !important;
      padding: clamp(3rem, 5.2vw, 4.75rem) clamp(1rem, 4vw, 3.5rem) !important;
      overflow: hidden !important;
      color: #111827 !important;
      background-color: #f8f1e0 !important;
      background-image: url("../assets/bible-journey-people-hero-strip.png") !important;
      background-position: center 42% !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      border-top: 1px solid rgba(31, 41, 51, 0.08) !important;
      border-bottom: 0 !important;
    }

    html body .home-people-feature::before {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      z-index: 0 !important;
      display: block !important;
      background: rgba(255, 252, 244, 0.805) !important;
      pointer-events: none !important;
    }

    html body .home-people-feature-inner {
      position: relative !important;
      z-index: 1 !important;
      display: grid !important;
      grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr) !important;
      align-items: center !important;
      gap: clamp(1.4rem, 4vw, 3.6rem) !important;
      width: min(1180px, 100%) !important;
      margin: 0 auto !important;
      opacity: 0;
      transform: translate3d(0, 34px, 0);
      transition: opacity 900ms ease, transform 1100ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    html body .home-people-feature.people-in-view .home-people-feature-inner {
      opacity: 1 !important;
      transform: translate3d(0, 0, 0) !important;
    }

    html body .home-people-feature-copy {
      max-width: 640px !important;
      color: #111827 !important;
      text-shadow: none !important;
    }

    html body .home-people-feature .eyebrow {
      margin: 0 0 0.9rem !important;
      color: rgba(93, 28, 188, 0.82) !important;
      text-shadow: none !important;
    }

    html body .home-people-feature-copy h2 {
      margin: 0 0 1rem !important;
      color: #111827 !important;
      font-size: clamp(2.85rem, 5.8vw, 5.8rem) !important;
      line-height: 0.94 !important;
      text-align: left !important;
      text-shadow: none !important;
    }

    html body .home-people-feature-copy p {
      max-width: 620px !important;
      margin: 0 !important;
      color: rgba(17, 24, 39, 0.82) !important;
      font-size: clamp(1rem, 1.35vw, 1.18rem) !important;
      line-height: 1.76 !important;
      text-align: left !important;
      text-shadow: none !important;
    }

    html body .home-people-feature-button {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 50px !important;
      margin-top: clamp(1.35rem, 2.6vw, 2rem) !important;
      padding: 0 1.45rem !important;
      border-radius: 999px !important;
      background: #0B1F3A !important;
      color: #ffffff !important;
      box-shadow: 0 15px 32px rgba(11, 31, 58, 0.24), 0 3px 10px rgba(20, 12, 36, 0.14) !important;
      text-decoration: none !important;
      text-shadow: none !important;
    }

    html body .home-people-feature-button:hover,
    html body .home-people-feature-button:focus-visible {
      background: #132F55 !important;
      transform: translateY(-2px) !important;
      outline: 0 !important;
    }

    html body .home-people-feature-card {
      position: relative !important;
      min-width: 0 !important;
      aspect-ratio: 16 / 9 !important;
      margin: 0 !important;
      overflow: hidden !important;
      border: 0 !important;
      border-radius: 8px !important;
      background: transparent !important;
      box-shadow: none !important;
      opacity: 0 !important;
      visibility: hidden !important;
      pointer-events: none !important;
      transform: translate3d(24px, 0, 0);
      transition: transform 1200ms cubic-bezier(0.16, 0.9, 0.22, 1);
    }

    html body .home-people-feature.people-in-view .home-people-feature-card {
      transform: translate3d(0, 0, 0) !important;
    }

    html body .home-people-feature-card img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      aspect-ratio: 16 / 9 !important;
      object-fit: cover !important;
      object-position: center 42% !important;
      transform: none !important;
      background: rgba(255, 252, 244, 0.8) !important;
    }

    html body .home-people-image-overlay {
      position: absolute !important;
      inset: 0 !important;
      z-index: 1 !important;
      background: rgba(255, 252, 244, 0.2) !important;
      pointer-events: none !important;
    }

    html body .landing-followup-bars {
      margin-top: 0 !important;
      border-top: 0 !important;
      background: #ffffff !important;
    }

    html body .watch-videos-image-band {
      grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr) !important;
      align-items: center !important;
      gap: clamp(18px, 4vw, 62px) !important;
      width: min(1180px, calc(100% - clamp(32px, 8vw, 96px))) !important;
      padding-top: clamp(30px, 5vw, 64px) !important;
    }

    html body .watch-videos-copy {
      justify-self: start !important;
      order: 1 !important;
      width: min(100%, 520px) !important;
      max-width: 520px !important;
      text-align: left !important;
      transform: none !important;
    }

    html body .watch-videos-image-band img {
      order: 2 !important;
      justify-self: center !important;
      width: min(100%, 690px) !important;
      height: auto !important;
      transform: none !important;
    }

    html body .watch-videos-title-wrap {
      position: relative !important;
      width: min(100%, 11.5ch) !important;
      min-height: 1.95em !important;
      margin: 0 0 clamp(0.8rem, 1.6vw, 1.2rem) !important;
      font-family: "Cormorant Garamond", Georgia, serif !important;
      font-size: clamp(2.55rem, 5vw, 5.5rem) !important;
      line-height: 0.96 !important;
    }

    html body .watch-videos-title-wrap::before {
      content: attr(data-title);
      display: block;
      visibility: hidden;
      font: inherit;
      font-weight: 500;
      line-height: inherit;
    }

    html body .watch-videos-copy h2.watch-videos-type-title {
      position: absolute !important;
      inset: 0 auto auto 0 !important;
      width: 100% !important;
      min-height: 0 !important;
      margin: 0 !important;
      font-size: 1em !important;
      line-height: inherit !important;
      overflow-wrap: normal !important;
      word-break: normal !important;
    }

    @media (prefers-reduced-motion: reduce) {
      html body .home-people-feature-inner,
      html body .home-people-feature-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
      }
    }

    @media (max-width: 900px) {
      html body .home-people-feature-inner,
      html body .watch-videos-image-band {
        grid-template-columns: 1fr !important;
      }

      html body .home-people-feature-card {
        transform: translate3d(0, 24px, 0);
      }

      html body .watch-videos-copy {
        order: 1 !important;
      }

      html body .watch-videos-image-band img {
        order: 2 !important;
        width: 100% !important;
      }
    }

    @media (max-width: 640px) {
      html body .home-people-feature {
        padding: 3rem 1.25rem !important;
      }

      html body .home-people-feature-copy h2 {
        font-size: clamp(2.85rem, 13vw, 4.45rem) !important;
      }

      html body .watch-videos-title-wrap {
        font-size: clamp(2.55rem, 13vw, 4.4rem) !important;
      }
    }

    /* Landing title alignment only. Keep existing animations and section behavior. */
    html body.landing-start .hero-inner,
    html body.landing-start .hero-copy {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
    }

    html body.landing-start .hero h1,
    html body.landing-start .hero p,
    html body.landing-start .hero-actions {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
      justify-content: flex-start !important;
    }

    html body #aboutMappedToggle.about-mapped-toggle {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
    }

    html body .home-testament-maps-copy {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
    }

    html body .home-testament-maps .eyebrow,
    html body .home-testament-maps-copy h2,
    html body .home-testament-maps-copy p {
      text-align: left !important;
    }

    html body .home-people-feature-inner,
    html body .home-people-feature-copy {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
    }

    html body .home-people-feature .eyebrow,
    html body .home-people-feature-copy h2,
    html body .home-people-feature-copy p {
      text-align: left !important;
    }

    html body .watch-videos-copy,
    html body .watch-videos-title-wrap,
    html body .watch-videos-copy h2.watch-videos-type-title,
    html body .watch-videos-copy p {
      margin-left: 0 !important;
      margin-right: auto !important;
      text-align: left !important;
    }

    /* Rabbit Holes title: near-left, with rabbit centered in the section. */
    html body .watch-videos-image-band {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: auto !important;
      padding-left: clamp(1rem, 2.6vw, 2rem) !important;
      padding-right: clamp(1rem, 2.6vw, 2rem) !important;
    }

    html body .watch-videos-copy {
      padding-left: 0 !important;
      margin-left: 0 !important;
      justify-self: start !important;
    }

    html body .watch-videos-image-band img {
      grid-column: 1 / -1 !important;
      grid-row: 1 !important;
      justify-self: center !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    html body .watch-videos-copy {
      grid-column: 1 !important;
      grid-row: 1 !important;
      position: relative !important;
      z-index: 1 !important;
    }

    html body .watch-videos-title-wrap {
      width: min(100%, 12.5ch) !important;
    }

    html body .watch-videos-copy h2.watch-videos-type-title {
      white-space: normal !important;
    }

    /* Jesus word-funnel hero and About icons */
    html body.landing-start .hero {
      isolation: isolate !important;
      background: #ffffff !important;
    }

    html body.landing-start .hero-image {
      position: absolute !important;
      inset: 0 !important;
      z-index: 1 !important;
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: 78% 54% !important;
      pointer-events: none !important;
      user-select: none !important;
    }

    html body.landing-start .hero::before {
      content: none !important;
      display: none !important;
    }

    html body.landing-start .hero::after {
      content: "" !important;
      position: absolute !important;
      inset: 0 !important;
      z-index: 2 !important;
      display: block !important;
      pointer-events: none !important;
      opacity: 1 !important;
      background: radial-gradient(
        ellipse at 20% 18%,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.92) 24%,
        rgba(255, 255, 255, 0.54) 42%,
        rgba(255, 255, 255, 0.16) 58%,
        rgba(255, 255, 255, 0) 72%
      ) !important;
    }

    html body.landing-start .hero-inner {
      position: relative !important;
      z-index: 3 !important;
    }

    html body #aboutMappedPanel .about-biblemapped-icon {
      position: relative !important;
      z-index: 1 !important;
      display: block !important;
      width: 58% !important;
      height: 58% !important;
      color: #fffdf7 !important;
      fill: none !important;
      stroke: currentColor !important;
      stroke-width: 3.2 !important;
      stroke-linecap: round !important;
      stroke-linejoin: round !important;
      filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.26)) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-arrow {
      color: rgba(255, 253, 247, 0.82) !important;
      font-family: Georgia, "Times New Roman", serif !important;
      font-weight: 700 !important;
      transform: translate(-2px, -1px) rotate(-7deg) !important;
    }

    html body #aboutMappedPanel .about-biblemapped-item:hover .about-biblemapped-arrow,
    html body #aboutMappedPanel .about-biblemapped-item:focus-within .about-biblemapped-arrow,
    html body #aboutMappedPanel .about-biblemapped-copy h3:hover .about-biblemapped-arrow {
      color: #b985ff !important;
      transform: translate(-8px, -2px) rotate(-7deg) !important;
    }

    @media (max-width: 768px) {
      html body.landing-start .hero-image {
        object-fit: cover !important;
        object-position: 72% 54% !important;
      }

      html body.landing-start .hero::after {
        background: radial-gradient(
          ellipse at 24% 18%,
          rgba(255, 255, 255, 0.98) 0%,
          rgba(255, 255, 255, 0.9) 26%,
          rgba(255, 255, 255, 0.5) 44%,
          rgba(255, 255, 255, 0.14) 58%,
          rgba(255, 255, 255, 0) 70%
        ) !important;
      }
    }
