/* Desktop Home release composition.
   Mobile and mobile-app views remain owned by the approved mobile stylesheets. */

.desktop-upload-visual {
  display: none;
}

body[data-page="home"] .hero-media,
body[data-page="home"] .hero-motion-toggle {
  display: none;
}

@media (min-width: 761px) {
  html {
    scroll-padding-top: 92px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) {
    --release-ink: #12384c;
    --release-ink-deep: #082e41;
    --release-navy: #0c3a4f;
    --release-teal: #0b6969;
    --release-teal-bright: #0b806f;
    --release-gold: #c8a45f;
    --release-gold-soft: #e8d9b8;
    --release-paper: #faf9f5;
    --release-paper-deep: #f4f1e9;
    --release-copy: #53626b;
    --release-line: rgba(18, 56, 76, 0.16);
    --release-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    --release-body: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
    --release-action: linear-gradient(105deg, #123f54 0%, #0a6666 55%, #0a806d 100%);
    margin: 0;
    overflow-x: clip;
    color: var(--release-ink);
    background: var(--release-paper);
    font-family: var(--release-body);
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell)) {
    --home-scroll-ink: #0c3a4f;
    --home-scroll-ink-deep: #082e41;
    --home-scroll-teal: #0b6969;
    --home-scroll-teal-bright: #0b806f;
    --home-scroll-gold: #c8a45f;
    --home-scroll-track: #f4f1e9;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell)),
  body[data-page="home"]:not(.is-mobile-app-shell) {
    scrollbar-color: var(--home-scroll-ink) var(--home-scroll-track) !important;
    scrollbar-width: auto !important;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell))::-webkit-scrollbar,
  body[data-page="home"]:not(.is-mobile-app-shell)::-webkit-scrollbar {
    width: 14px !important;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell))::-webkit-scrollbar-button,
  body[data-page="home"]:not(.is-mobile-app-shell)::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell))::-webkit-scrollbar-track,
  body[data-page="home"]:not(.is-mobile-app-shell)::-webkit-scrollbar-track {
    background: var(--home-scroll-track) !important;
    border-left: 1px solid rgba(18, 56, 76, 0.12) !important;
    box-shadow: inset 2px 0 rgba(255, 255, 255, 0.78) !important;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell))::-webkit-scrollbar-thumb,
  body[data-page="home"]:not(.is-mobile-app-shell)::-webkit-scrollbar-thumb {
    min-height: 72px;
    border: 3px solid var(--home-scroll-track) !important;
    border-radius: 5px !important;
    background:
      linear-gradient(
        180deg,
        var(--home-scroll-ink) 0%,
        var(--home-scroll-teal) 76%,
        var(--home-scroll-gold) 76%,
        var(--home-scroll-gold) 100%
      ) !important;
    background-clip: padding-box !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16) !important;
  }

  html:has(> body[data-page="home"]:not(.is-mobile-app-shell))::-webkit-scrollbar-thumb:hover,
  body[data-page="home"]:not(.is-mobile-app-shell)::-webkit-scrollbar-thumb:hover {
    background:
      linear-gradient(
        180deg,
        var(--home-scroll-ink-deep) 0%,
        var(--home-scroll-teal-bright) 72%,
        var(--home-scroll-gold) 72%,
        var(--home-scroll-gold) 100%
      ) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell),
  body[data-page="home"]:not(.is-mobile-app-shell) * {
    box-sizing: border-box;
    letter-spacing: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.ambient-canvas, .ambient-motion, .motion-graphic, .hero-panel) {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header {
    position: sticky !important;
    top: 0;
    z-index: 5000 !important;
    display: grid !important;
    grid-template-columns:
      minmax(280px, 1fr)
      minmax(520px, 600px)
      minmax(305px, 1fr) !important;
    grid-template-rows: 88px !important;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 92px !important;
    min-height: 92px !important;
    margin: 0 !important;
    padding: 4px max(40px, calc((100vw - 1480px) / 2)) 0 !important;
    overflow: visible !important;
    background: #fcfbf7 !important;
    border: 0 !important;
    border-top: 4px solid var(--release-teal) !important;
    border-bottom: 1px solid rgba(200, 164, 95, 0.5) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(8, 46, 65, 0.07) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header::before,
  body[data-page="home"]:not(.is-mobile-app-shell) .site-header::after {
    content: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex !important;
    align-items: center;
    justify-self: start;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--release-ink) !important;
    text-decoration: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand-logo {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand > span {
    display: grid;
    gap: 3px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand strong {
    font-family: var(--release-display);
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1;
    color: var(--release-ink-deep) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand small {
    font-family: var(--release-body);
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
    color: #79633a !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header nav {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    align-self: stretch;
    align-items: stretch;
    justify-content: center;
    gap: 26px !important;
    width: 100% !important;
    max-width: 600px !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header nav a,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .site-header
    nav
    a.desktop-portal-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 2px 0 0 !important;
    color: var(--release-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transform: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--release-teal), var(--release-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .site-header
    nav
    a:is(:hover, :focus-visible, [aria-current="page"]) {
    color: var(--release-teal) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .site-header
    nav
    a:is(:hover, :focus-visible, [aria-current="page"])::after {
    transform: scaleX(1);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .language-control {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    display: grid !important;
    grid-template-columns: auto 180px;
    align-items: center;
    justify-self: end;
    gap: 12px;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .language-control > span {
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
    color: #6b7479 !important;
    white-space: nowrap;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .public-native-language-select {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .public-language-select {
    position: relative;
    display: block !important;
    width: 180px !important;
    margin: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .public-language-trigger {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 44px 0 16px !important;
    color: var(--release-ink-deep) !important;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.52) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 18px rgba(8, 46, 65, 0.06) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .public-language-trigger
    strong {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--release-teal);
    border-bottom: 2px solid var(--release-teal);
    transform: translateY(-70%) rotate(45deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .public-language-select.is-open
    .public-language-trigger
    strong {
    transform: translateY(-30%) rotate(225deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .public-language-menu {
    position: absolute !important;
    top: calc(100% + 9px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 1100;
    display: none;
    width: 180px !important;
    max-height: 310px;
    margin: 0 !important;
    padding: 6px !important;
    overflow-y: auto;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.48) !important;
    border-radius: 6px !important;
    box-shadow: 0 20px 42px rgba(8, 46, 65, 0.15) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .public-language-select.is-open
    .public-language-menu {
    display: grid;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .public-language-option {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    color: var(--release-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    text-align: left;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .public-language-option:is(:hover, :focus-visible, [aria-selected="true"]) {
    color: var(--release-ink-deep) !important;
    background: rgba(232, 217, 184, 0.42) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) main {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) section#home.hero {
    position: relative;
    isolation: isolate;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(620px, calc(100svh - 184px), 730px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: var(--release-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    scroll-margin-top: 92px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block !important;
    overflow: hidden;
    background: var(--release-ink-deep);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    background:
      linear-gradient(90deg, rgba(6, 38, 54, 0.96) 0%, rgba(6, 38, 54, 0.86) 37%, rgba(6, 38, 54, 0.47) 66%, rgba(6, 38, 54, 0.13) 100%),
      linear-gradient(180deg, rgba(6, 38, 54, 0.1), rgba(6, 38, 54, 0.32));
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.hero-poster, .hero-video) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-poster {
    z-index: 1;
    background:
      var(--release-ink-deep)
      url("assets/blueridge-hero-data-leadership-poster.webp")
      center 43% / cover no-repeat;
    opacity: 1;
    transition: opacity 900ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-video {
    z-index: 2;
    display: block !important;
    object-fit: cover;
    object-position: center 43%;
    opacity: 0;
    transition: opacity 900ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-video-data-leadership {
    object-position: center 38%;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-video-financial-planning {
    object-position: center top;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-video-glass-office {
    object-position: center 50%;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-video-executive-conference {
    object-position: center 42%;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-video-global-headquarters {
    object-position: center 48%;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-video.is-active {
    opacity: 1;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-media:not([data-scene="poster"])
    .hero-poster {
    opacity: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-copy {
    position: relative;
    z-index: 5;
    display: grid !important;
    gap: 30px;
    width: min(100%, 1480px) !important;
    margin: 0 auto !important;
    padding: 70px 64px 176px !important;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-statement {
    display: grid;
    gap: 24px;
    width: min(100%, 930px) !important;
    max-width: 930px;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-statement::before,
  body[data-page="home"]:not(.is-mobile-app-shell) .hero-statement::after {
    content: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .eyebrow {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #856a37 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--release-body);
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.25;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .eyebrow::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    background: var(--release-gold);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero .eyebrow {
    color: var(--release-gold-soft) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero .eyebrow::before {
    background: var(--release-gold);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero h1 {
    max-width: 930px;
    margin: 0 !important;
    color: #fff !important;
    font-family: var(--release-display);
    font-size: 76px !important;
    font-weight: 600 !important;
    line-height: 1.04 !important;
    text-wrap: balance;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero .lead {
    max-width: 680px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 19px !important;
    font-weight: 450 !important;
    line-height: 1.55 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-actions {
    display: none !important;
    flex-wrap: wrap;
    gap: 12px;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-actions a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 210px !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transform: none !important;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-actions
    .primary-link {
    color: #fff !important;
    background: var(--release-action) !important;
    border: 1px solid rgba(200, 164, 95, 0.78) !important;
    box-shadow: 0 12px 28px rgba(4, 26, 37, 0.22) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-actions
    .secondary-link {
    color: #fff !important;
    background: rgba(6, 38, 54, 0.34) !important;
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-actions
    a:is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background: var(--release-gold-soft) !important;
    border-color: var(--release-gold) !important;
    box-shadow: 0 0 0 3px rgba(200, 164, 95, 0.18) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-motion-toggle {
    position: absolute !important;
    right: max(40px, calc((100vw - 1480px) / 2 + 20px));
    bottom: 152px;
    z-index: 8;
    display: inline-grid !important;
    place-items: center;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--release-body);
    text-shadow: none;
    transform: none !important;
    backdrop-filter: none;
    transition: color 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-motion-icon {
    display: block;
    width: 19px;
    height: 19px;
    background: currentColor;
    -webkit-mask: url("assets/lucide-pause.svg") center / contain no-repeat;
    mask: url("assets/lucide-pause.svg") center / contain no-repeat;
    transform: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle[data-motion-state="paused"],
  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle[aria-pressed="true"] {
    color: var(--release-gold-soft) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle[data-motion-state="paused"]
    .hero-motion-icon,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle[aria-pressed="true"]
    .hero-motion-icon {
    -webkit-mask-image: url("assets/lucide-play.svg");
    mask-image: url("assets/lucide-play.svg");
    transform: translateX(1px);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle:hover {
    color: var(--release-gold-soft) !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle:focus-visible {
    color: var(--release-gold-soft) !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: 1px solid rgba(232, 217, 184, 0.82);
    outline-offset: 4px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .hero-motion-toggle:active {
    transform: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .feature-band.client-stage-paths {
    position: relative;
    z-index: 10;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: 100% !important;
    max-width: none !important;
    min-height: 0;
    margin: -132px 0 0 !important;
    padding: 0 !important;
    overflow: visible;
    background:
      linear-gradient(
        110deg,
        rgba(6, 38, 54, 0.58) 0%,
        rgba(8, 65, 73, 0.62) 54%,
        rgba(9, 91, 89, 0.68) 100%
      ) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .feature-band.client-stage-paths::before,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .feature-band.client-stage-paths::after {
    content: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .client-stage-path {
    position: relative;
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 18px;
    min-width: 0;
    min-height: 132px;
    margin: 0 !important;
    padding: 20px 26px !important;
    overflow: hidden;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 1px solid rgba(200, 164, 95, 0.82) !important;
    border-right: 1px solid rgba(200, 164, 95, 0.54) !important;
    border-bottom: 1px solid rgba(200, 164, 95, 0.7) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    transition: box-shadow 160ms ease, background 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:first-child {
    padding-left: max(66px, calc((100vw - 1400px) / 2 + 26px)) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:last-child {
    padding-right: max(66px, calc((100vw - 1400px) / 2 + 26px)) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2) {
    color: var(--release-ink-deep) !important;
    background: rgba(252, 251, 247, 0.9) !important;
    border-right: 1px solid rgba(200, 164, 95, 0.68) !important;
    border-left: 1px solid rgba(200, 164, 95, 0.68) !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(3) {
    background:
      linear-gradient(
        90deg,
        rgba(7, 61, 69, 0.28),
        rgba(8, 75, 77, 0.5)
      ) !important;
    border-right: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:is(:hover, :focus-visible) {
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.13), rgba(255, 255, 255, 0.025)) !important;
    box-shadow: inset 2px 0 var(--release-gold) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2):is(:hover, :focus-visible) {
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.2), rgba(255, 255, 255, 0.96)) !important;
    box-shadow: inset 2px 0 var(--release-teal) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-index {
    display: grid !important;
    place-items: center;
    width: 56px !important;
    height: 56px !important;
    aspect-ratio: 1;
    align-self: center;
    justify-self: start;
    margin: 0 !important;
    overflow: visible;
    color: var(--release-gold-soft) !important;
    background: rgba(6, 38, 54, 0.18) !important;
    border: 2px solid rgba(232, 217, 184, 0.88) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    background-clip: padding-box !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-index {
    color: #936f2f !important;
    background: rgba(200, 164, 95, 0.06) !important;
    border-color: rgba(200, 164, 95, 0.62) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-number {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: inherit !important;
    font-size: 0 !important;
    font-weight: 850 !important;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    transform: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-number::after {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: inherit !important;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    transform: translate(0.5px, -9px);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(1)
    .stage-number::after {
    content: "1";
    transform: translate(1px, -9px);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-number::after {
    content: "2";
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(3)
    .stage-number::after {
    content: "3";
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-copy {
    display: grid !important;
    grid-template-rows: 16px minmax(25px, auto) 36px;
    align-content: center;
    gap: 2px;
    min-width: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 16px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.stage-copy > small, .stage-meta > small) {
    color: rgba(255, 255, 255, 0.66) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    :is(.stage-copy > small, .stage-meta > small) {
    color: #745f39 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-copy strong {
    display: flex;
    align-items: center;
    min-height: 25px;
    color: var(--release-gold-soft) !important;
    font-family: var(--release-display);
    font-size: 22px !important;
    font-weight: 650 !important;
    line-height: 1.12;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-outcome {
    display: flex;
    align-items: flex-start;
    max-width: 290px;
    min-height: 36px;
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.68) !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.35;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-outcome {
    color: #66737c !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-copy
    strong {
    color: #9a7331 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-status {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 7px;
    color: var(--release-gold-soft) !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(232, 217, 184, 0.32);
    border-radius: 999px;
    font-size: 9px !important;
    font-style: normal;
    font-weight: 850 !important;
    line-height: 1;
    white-space: nowrap;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-status {
    color: #80683d !important;
    background: rgba(200, 164, 95, 0.08);
    border-color: rgba(200, 164, 95, 0.36);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-status[hidden] {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-arrow {
    position: relative;
    display: grid !important;
    place-items: center;
    justify-self: end;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    color: var(--release-gold-soft) !important;
    border: 0 !important;
    transform: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-arrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:nth-child(2)
    .stage-arrow {
    color: #9a7331 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-practice-system {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--release-paper);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-practice-system::before,
  body[data-page="home"]:not(.is-mobile-app-shell) .home-practice-system::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(200, 164, 95, 0.18);
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-practice-system::before {
    top: 210px;
    left: -290px;
    transform: rotate(10deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-practice-system::after {
    right: -300px;
    bottom: 170px;
    border-color: rgba(11, 105, 105, 0.15);
    transform: rotate(10deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-panel, #services, #states, #client-app, .process, .home-closing) {
    position: relative;
    z-index: 1;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-panel {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.42fr);
    gap: 90px;
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 104px 64px 96px !important;
    color: var(--release-ink);
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) h2 {
    margin: 16px 0 0 !important;
    color: var(--release-ink-deep) !important;
    font-family: var(--release-display);
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    text-wrap: balance;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid article {
    min-width: 0;
    margin: 0 !important;
    padding: 10px 28px !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid var(--release-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid article span,
  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    color: var(--release-ink-deep) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.3;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid article span::before,
  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid h3::before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    background: var(--release-gold);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-grid article p, .service-grid article p) {
    margin: 12px 0 0 !important;
    color: var(--release-copy) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services.section {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.44fr);
    gap: 90px;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 100px max(64px, calc((100vw - 1312px) / 2)) !important;
    color: #fff;
    background:
      linear-gradient(110deg, rgba(11, 105, 105, 0.2), transparent 40%),
      var(--release-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services .eyebrow {
    color: var(--release-gold-soft) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services h2 {
    max-width: 570px;
    color: #fff !important;
    font-size: 46px !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid article {
    min-width: 0;
    min-height: 138px;
    margin: 0 !important;
    padding: 12px 28px 30px !important;
    background: transparent !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .service-grid
    article:nth-child(n + 3) {
    padding-top: 30px !important;
    padding-bottom: 12px !important;
    border-bottom: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid h3 {
    color: #fff !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .service-grid article p {
    color: rgba(255, 255, 255, 0.72) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #states.coverage {
    display: grid !important;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.78fr);
    align-items: center;
    gap: 100px;
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    min-height: 520px;
    margin: 0 auto !important;
    padding: 76px 64px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #states > div:first-child {
    max-width: 690px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #states > div:first-child > p:not(.eyebrow) {
    max-width: 650px;
    margin: 24px 0 0 !important;
    color: var(--release-copy) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-picker {
    position: relative;
    display: grid !important;
    gap: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;
    overflow: visible !important;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.5) !important;
    border-top: 4px solid var(--release-teal) !important;
    border-radius: 6px !important;
    box-shadow: 0 20px 46px rgba(8, 46, 65, 0.09) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-field::before {
    content: "";
    position: absolute;
    right: 44px;
    bottom: 0;
    z-index: 3;
    width: 1px;
    height: 56px;
    background: rgba(200, 164, 95, 0.34);
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-field::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 24px;
    z-index: 4;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--release-teal);
    border-bottom: 2px solid var(--release-teal);
    transform: rotate(45deg);
    transform-origin: center;
    transition: border-color 160ms ease;
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-field:focus-within::after {
    border-color: var(--release-gold);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #siteStateLabel {
    color: var(--release-ink) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-field {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 7px 18px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-field-note {
    color: var(--release-copy) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.35;
    text-align: right;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #siteStateSelect {
    grid-column: 1 / -1;
    display: block !important;
    width: 100% !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 52px 0 16px !important;
    appearance: none;
    color: var(--release-ink-deep) !important;
    background: var(--release-paper) !important;
    border: 1px solid rgba(200, 164, 95, 0.56) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-family: var(--release-display) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 1.2;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #siteStateSelect option {
    color: var(--release-ink-deep);
    background: #fff;
    font-family: var(--release-body);
    font-size: 15px;
    font-weight: 650;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #siteStateSelect:focus-visible {
    border-color: var(--release-teal) !important;
    box-shadow: 0 0 0 3px rgba(11, 105, 105, 0.14) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-picker.has-home-state-select
    .state-field::before,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-picker.has-home-state-select
    .state-field::after {
    content: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-picker.has-home-state-select
    .state-field
    > #siteStateSelect {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-picker .home-state-select {
    position: relative;
    display: block !important;
    grid-column: 1 / -1;
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-picker.is-dropdown-open {
    z-index: 1200;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-state-trigger {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 0;
    width: 100% !important;
    min-width: 0;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 0 0 16px !important;
    color: var(--release-ink-deep) !important;
    background: var(--release-paper) !important;
    border: 1px solid rgba(200, 164, 95, 0.56) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-family: var(--release-display) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    transform: none !important;
    transition:
      background 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease,
      color 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-trigger
    > span {
    min-width: 0;
    overflow: hidden;
    color: inherit !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-trigger
    > strong {
    position: relative;
    display: grid !important;
    place-items: center;
    align-self: stretch;
    width: 44px !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-left: 1px solid rgba(200, 164, 95, 0.34) !important;
    background: transparent !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-trigger
    > strong::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--release-teal);
    border-bottom: 2px solid var(--release-teal);
    transform: translateY(-2px) rotate(45deg);
    transform-origin: center;
    transition: border-color 160ms ease, transform 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-trigger:is(:hover, :focus-visible),
  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-select.is-open
    .home-state-trigger {
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.16), var(--release-paper) 72%) !important;
    border-color: var(--release-gold) !important;
    box-shadow:
      inset 2px 0 var(--release-teal),
      0 0 0 2px rgba(11, 105, 105, 0.1) !important;
    outline: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-select.is-open
    .home-state-trigger
    > strong::after {
    border-color: var(--release-gold);
    transform: translateY(2px) rotate(225deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-state-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1201;
    display: none !important;
    width: 100% !important;
    max-height: min(42vh, 310px);
    margin: 0 !important;
    padding: 6px !important;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.54) !important;
    border-radius: 5px !important;
    box-shadow: 0 22px 46px rgba(8, 46, 65, 0.18) !important;
    scrollbar-color: rgba(11, 105, 105, 0.74) rgba(18, 56, 76, 0.06);
    scrollbar-width: auto;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-select.is-open
    .home-state-menu {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-menu[hidden] {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-menu::-webkit-scrollbar {
    width: 10px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-menu::-webkit-scrollbar-track {
    background: rgba(18, 56, 76, 0.07);
    border: 2px solid #fff;
    border-radius: 999px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-menu::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--release-teal), var(--release-gold));
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-state-option {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-width: 0;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 11px !important;
    color: var(--release-ink) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-family: var(--release-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transform: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-state-option:is(:hover, :focus-visible, [aria-selected="true"]) {
    color: var(--release-ink-deep) !important;
    background: rgba(232, 217, 184, 0.44) !important;
    outline: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-next-step {
    display: grid;
    gap: 13px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--release-line);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #stateNextStepTitle {
    margin: 0 !important;
    color: #79633a !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-current {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-next-step:not(.has-state)
    .state-current {
    display: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-current strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--release-ink-deep);
    font-family: var(--release-display);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-current p {
    max-width: 430px;
    margin: 0 !important;
    color: var(--release-copy) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.45;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-next-step.has-state
    .state-current
    strong {
    color: var(--release-teal);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-next-step.has-multiple-states
    .state-current
    strong {
    color: #8b6c32;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .state-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 14px;
    color: var(--release-ink) !important;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.56) !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease,
      opacity 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a:first-child {
    color: #fff !important;
    background: var(--release-action) !important;
    border-color: rgba(200, 164, 95, 0.76) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a:last-child {
    grid-column: 1 / -1;
    color: var(--release-teal) !important;
    background: transparent !important;
    border-color: transparent !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.state-portal-action:last-child {
    position: relative;
    justify-content: center;
    min-height: 38px !important;
    margin-top: 2px;
    padding: 10px 34px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--release-line) !important;
    border-radius: 0 !important;
    text-align: center;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.state-portal-action:last-child::after {
    content: "\2192";
    position: absolute;
    top: calc(50% + 5px);
    right: 4px;
    color: var(--release-gold);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.state-portal-action:last-child:is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.18), rgba(255, 255, 255, 0.52)) !important;
    border-top-color: var(--release-gold) !important;
    box-shadow: inset 2px 0 var(--release-teal) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.is-disabled {
    color: #7f898f !important;
    background: #f3f4f2 !important;
    border-color: rgba(18, 56, 76, 0.12) !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 0.62;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.is-disabled:is(:hover, :focus-visible) {
    color: #7f898f !important;
    background: #f3f4f2 !important;
    border-color: rgba(18, 56, 76, 0.12) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a:is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background: var(--release-gold-soft) !important;
    border-color: var(--release-gold) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-client-journey {
    width: 100%;
    background: #fff;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload.upload-section {
    display: grid !important;
    grid-template-columns: minmax(400px, 0.76fr) minmax(0, 1.24fr);
    width: 100% !important;
    max-width: none !important;
    min-height: 620px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: var(--release-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload .upload-intro {
    position: relative;
    z-index: 2;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    margin: 0 !important;
    padding: 86px max(54px, calc((100vw - 1480px) / 2)) !important;
    color: #fff;
    background:
      linear-gradient(145deg, rgba(11, 105, 105, 0.16), transparent 58%),
      var(--release-ink-deep) !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload .eyebrow {
    color: var(--release-gold-soft) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload h2 {
    max-width: 520px;
    color: #fff !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #upload
    .upload-intro
    > p:not(.eyebrow) {
    max-width: 520px;
    margin: 24px 0 0 !important;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload .upload-intro ul,
  body[data-page="home"]:not(.is-mobile-app-shell) #upload .upload-form {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #upload
    .public-upload-portal-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 52px;
    margin: 30px 0 0 !important;
    padding: 0 22px !important;
    color: #fff !important;
    background: var(--release-action) !important;
    border: 1px solid rgba(200, 164, 95, 0.78) !important;
    border-radius: 5px !important;
    box-shadow: 0 12px 28px rgba(4, 26, 37, 0.2) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #upload
    .public-upload-portal-link:is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background: var(--release-gold-soft) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload .desktop-upload-visual {
    position: relative;
    display: block !important;
    min-width: 0;
    min-height: 620px;
    background:
      linear-gradient(90deg, rgba(8, 46, 65, 0.36), rgba(8, 46, 65, 0.02) 48%),
      url("assets/blueridge-secure-journey-guided-review.webp") center / cover no-repeat;
    border: 0 !important;
    box-shadow: inset 1px 0 rgba(200, 164, 95, 0.48);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #client-app.portal-feature {
    display: grid !important;
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.74fr);
    grid-template-rows: auto auto;
    align-items: start;
    column-gap: 90px;
    row-gap: 0;
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 86px 64px 62px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #client-app > div:first-child {
    max-width: 720px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #client-app
    > div:first-child
    > p:not(.eyebrow) {
    max-width: 670px;
    margin: 24px 0 0 !important;
    color: var(--release-copy) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-feature-actions {
    grid-column: 1;
    grid-row: 2;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-feature-actions
    a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 50px;
    margin: 0 !important;
    padding: 0 20px !important;
    color: var(--release-ink) !important;
    background: #fff !important;
    border: 1px solid rgba(200, 164, 95, 0.56) !important;
    border-radius: 5px !important;
    box-shadow: 0 8px 18px rgba(8, 46, 65, 0.06) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-feature-actions
    a:first-child {
    color: #fff !important;
    background: var(--release-action) !important;
    border-color: rgba(200, 164, 95, 0.78) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-feature-actions
    a:is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background: var(--release-gold-soft) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-capabilities {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid !important;
    align-self: stretch;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    border-top: 2px solid var(--release-gold);
    border-bottom: 1px solid var(--release-line);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-capabilities li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-width: 0;
    min-height: 70px;
    padding: 14px 4px;
    border-bottom: 1px solid var(--release-line);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capabilities
    li:last-child {
    border-bottom: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capabilities
    li
    > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #8b6c32;
    border: 1px solid rgba(200, 164, 95, 0.58);
    border-radius: 50%;
    font-size: 0;
    font-weight: 850;
    line-height: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capability-icon::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    transform: translateY(1px);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capability-icon.icon-upload::before {
    -webkit-mask-image: url("assets/lucide-cloud-upload.svg");
    mask-image: url("assets/lucide-cloud-upload.svg");
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capability-icon.icon-review::before {
    -webkit-mask-image: url("assets/lucide-file-check-2.svg");
    mask-image: url("assets/lucide-file-check-2.svg");
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capability-icon.icon-payment::before {
    -webkit-mask-image: url("assets/lucide-credit-card.svg");
    mask-image: url("assets/lucide-credit-card.svg");
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capability-icon.icon-vault::before {
    -webkit-mask-image: url("assets/lucide-archive.svg");
    mask-image: url("assets/lucide-archive.svg");
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-capabilities
    strong {
    min-width: 0;
    color: var(--release-ink-deep);
    font-size: 14px;
    font-weight: 780;
    line-height: 1.35;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device {
    position: relative;
    display: grid !important;
    align-content: center;
    justify-items: center;
    min-height: 230px;
    margin: 0 !important;
    padding: 38px 30px !important;
    overflow: hidden;
    color: #fff !important;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 48%),
      var(--release-action) !important;
    border: 1px solid rgba(200, 164, 95, 0.72) !important;
    border-top-width: 4px !important;
    border-radius: 6px !important;
    box-shadow: 0 22px 48px rgba(8, 46, 65, 0.16) !important;
    text-align: center;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device-top {
    display: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device-logo {
    display: grid !important;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 6px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device-logo img {
    width: 42px !important;
    height: 42px !important;
    object-fit: contain;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device > span {
    color: var(--release-gold-soft) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device > strong {
    max-width: 250px;
    margin-top: 8px;
    color: #fff !important;
    font-family: var(--release-display);
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.15;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .portal-device > small {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 11px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 !important;
    width: min(100%, 1440px) !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 64px 64px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process article {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    min-width: 0;
    margin: 0 !important;
    padding: 26px 32px !important;
    background: transparent !important;
    border: 0 !important;
    border-top: 2px solid var(--release-teal) !important;
    border-right: 1px solid var(--release-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .process
    article:nth-child(2) {
    border-top-color: var(--release-gold) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .process
    article:last-child {
    border-top-color: var(--release-teal-bright) !important;
    border-right: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process article > span {
    grid-row: 1 / span 2;
    display: grid !important;
    place-items: center;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    color: #866a37 !important;
    background: transparent !important;
    border: 1px solid rgba(200, 164, 95, 0.58) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process-number {
    font-size: 12px !important;
    font-weight: 850 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process h3 {
    margin: 1px 0 0 !important;
    color: var(--release-ink-deep) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process p {
    margin: 8px 0 0 !important;
    color: var(--release-copy) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing {
    position: relative;
    isolation: isolate;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 max(64px, calc((100vw - 1440px) / 2)) !important;
    overflow: hidden;
    color: #fff;
    background:
      linear-gradient(120deg, rgba(11, 105, 105, 0.24), transparent 42%),
      linear-gradient(300deg, rgba(200, 164, 95, 0.07), transparent 38%),
      var(--release-ink-deep) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing::before {
    content: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #resources.resources.resource-teaser,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0 !important;
    width: auto !important;
    min-width: 0;
    min-height: 440px;
    margin: 0 !important;
    padding: 48px 42px 42px !important;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #resources.resources.resource-teaser
    .section-heading {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none !important;
    height: 100%;
    margin: 0 !important;
    text-align: left !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #resources.resources.resource-teaser {
    grid-template-rows: minmax(0, 1fr) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    border-left: 1px solid rgba(232, 217, 184, 0.24) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact
    > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: none !important;
    text-align: left !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    .eyebrow {
    color: var(--release-gold-soft) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing h2 {
    display: flex;
    align-items: flex-start;
    min-height: 74px;
    margin-top: 12px !important;
    color: #fff !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    :is(.section-heading > p:not(.eyebrow), .contact > div:first-child > p:not(.eyebrow)) {
    max-width: 570px;
    min-height: 44px;
    margin: 12px 0 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    width: 100%;
    margin: 0;
    padding: 14px 0 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview a {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 10px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 9px 10px;
    color: var(--release-gold-soft) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    text-decoration: none !important;
    transition:
      background 160ms ease,
      box-shadow 160ms ease,
      color 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-resource-preview
    a:nth-child(-n + 2) {
    border-top: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview a::after {
    content: "";
    justify-self: end;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview span {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview strong {
    min-width: 0;
    color: var(--release-gold-soft) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-resource-preview
    a:is(:hover, :focus-visible) {
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.1), rgba(255, 255, 255, 0.025));
    box-shadow: inset 2px 0 var(--release-gold);
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-resource-preview
    a:is(:hover, :focus-visible)
    strong {
    color: #fff !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-resource-preview
    a:is(:hover, :focus-visible)::after {
    transform: translateX(2px) rotate(45deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    .primary-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    width: min(100%, 244px);
    min-width: 0;
    min-height: 50px;
    margin: 18px 0 0 !important;
    padding: 0 52px 0 18px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid rgba(200, 164, 95, 0.7) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    transition:
      background 160ms ease,
      border-color 160ms ease,
      color 160ms ease,
      box-shadow 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    .primary-link::after {
    content: "\2192";
    position: absolute;
    inset: 0 0 0 auto;
    display: grid;
    place-items: center;
    width: 46px;
    color: var(--release-gold-soft);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-left: 1px solid rgba(232, 217, 184, 0.18);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    :is(#resources, #contact)
    .primary-link:is(:hover, :focus-visible) {
    color: #fff !important;
    background: rgba(232, 217, 184, 0.11) !important;
    border-color: var(--release-gold-soft) !important;
    box-shadow: inset 2px 0 var(--release-gold) !important;
    outline: none;
    transform: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    :is(#resources, #contact)
    .primary-link:is(:hover, :focus-visible)::after {
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .contact-card {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 0 18px;
    height: 100%;
    margin: 0 !important;
    padding: 14px 0 0 !important;
    color: #fff;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #resources
    .section-heading
    > .primary-link,
  body[data-page="home"]:not(.is-mobile-app-shell)
    #contact
    .contact-card
    > .primary-link {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: auto !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #contact.contact
    .contact-card {
    padding: 14px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #contact
    .contact-card
    > .primary-link {
    margin-top: 18px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .trust-panel,
      #services,
      #states,
      #upload,
      #client-app,
      .process,
      #resources,
      #contact
    )::before,
  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .trust-panel,
      #services,
      #states,
      #upload,
      #client-app,
      .process,
      #resources,
      #contact
    )::after {
    content: none !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .contact-card p {
    position: relative;
    display: grid !important;
    grid-template-columns: 102px minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important;
    max-width: none !important;
    min-height: 54px;
    margin: 0 !important;
    padding: 9px 10px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 2px;
    font-size: 14px !important;
    line-height: 1.45 !important;
    text-align: left !important;
    transition:
      background 160ms ease,
      box-shadow 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p:nth-child(-n + 2) {
    border-top: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 54px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .contact-card strong {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    :is(a, span) {
    min-width: 0;
    justify-self: start;
    overflow-wrap: anywhere;
    color: var(--release-gold-soft) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p
    a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 10px;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none !important;
    transition: color 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p
    a::before {
    content: "";
    position: absolute;
    inset: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p
    a::after {
    content: "";
    justify-self: end;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p:has(a):is(:hover, :focus-within) {
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.1), rgba(255, 255, 255, 0.025));
    box-shadow: inset 2px 0 var(--release-gold);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p
    a:is(:hover, :focus-visible) {
    color: #fff !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .contact-card
    p:has(a):is(:hover, :focus-within)
    a::after {
    transform: translateX(2px) rotate(45deg);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100% !important;
    max-width: none !important;
    min-height: 112px;
    margin: 0 !important;
    padding: 30px max(48px, calc((100vw - 1480px) / 2)) !important;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78) !important;
    background:
      linear-gradient(105deg, #061f2d 0%, #092f41 58%, #0a474c 100%) !important;
    border: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.05),
      0 -10px 28px rgba(8, 46, 65, 0.08) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background:
      linear-gradient(
        90deg,
        var(--release-gold) 0 16%,
        var(--release-teal-bright) 16% 84%,
        var(--release-gold) 84% 100%
      );
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -74px;
    right: 18%;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(232, 217, 184, 0.1);
    transform: rotate(18deg);
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer p {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.45;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer p:first-child {
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.82) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer p:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 30px;
    background: linear-gradient(180deg, var(--release-gold), var(--release-teal-bright));
    transform: translateY(-50%);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer p:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    font-size: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) footer a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 2px;
    color: var(--release-gold-soft) !important;
    border-bottom: 1px solid transparent;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease, border-color 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    footer
    a:is(:hover, :focus-visible) {
    color: #fff !important;
    border-bottom-color: var(--release-gold);
    text-decoration: none;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(#services, #states, #upload, #client-app, #resources, #contact) {
    scroll-margin-top: 16px;
  }

  /* Desktop actions use one editorial system; mobile keeps its approved controls. */
  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions a,
      .state-actions a:not(.state-portal-action),
      #upload .public-upload-portal-link,
      .portal-feature-actions a
    ) {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start !important;
    min-height: 46px !important;
    padding: 0 52px 0 18px !important;
    overflow: hidden;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-family: var(--release-body);
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: left;
    text-decoration: none !important;
    transform: none !important;
    transition:
      color 160ms ease,
      background 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions a,
      .state-actions a:not(.state-portal-action),
      #upload .public-upload-portal-link,
      .portal-feature-actions a
    )::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -1px;
    width: 2px;
    background: var(--release-gold);
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions a,
      .state-actions a:not(.state-portal-action),
      #upload .public-upload-portal-link,
      .portal-feature-actions a
    )::after {
    content: "\2192";
    position: absolute;
    inset: 0 0 0 auto;
    display: grid;
    place-items: center;
    width: 46px;
    color: currentColor;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.9;
    pointer-events: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .primary-link,
      .state-actions a:first-child,
      #upload .public-upload-portal-link,
      .portal-feature-actions a:first-child
    ) {
    color: #fff !important;
    background:
      linear-gradient(135deg, #10283a 0%, #075452 100%) !important;
    border: 1px solid rgba(200, 164, 95, 0.7) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .secondary-link,
      .state-actions a:nth-child(2),
      .portal-feature-actions a:nth-child(2)
    ) {
    color: var(--release-ink-deep) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    border: 1px solid rgba(200, 164, 95, 0.58) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .secondary-link,
      .state-actions a:nth-child(2),
      .portal-feature-actions a:nth-child(2)
    )::before {
    background: var(--release-teal);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .secondary-link,
      .state-actions a:nth-child(2),
      .portal-feature-actions a:nth-child(2)
    )::after {
    border-left-color: rgba(18, 56, 76, 0.14);
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .primary-link,
      .state-actions a:first-child,
      #upload .public-upload-portal-link,
      .portal-feature-actions a:first-child
    ):is(:hover, :focus-visible) {
    color: #fff !important;
    background:
      linear-gradient(135deg, #12364c 0%, #08635f 100%) !important;
    border-color: var(--release-gold-soft) !important;
    box-shadow: inset 2px 0 var(--release-gold) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(
      .hero-actions .secondary-link,
      .state-actions a:nth-child(2),
      .portal-feature-actions a:nth-child(2)
    ):is(:hover, :focus-visible) {
    color: var(--release-ink-deep) !important;
    background:
      linear-gradient(90deg, rgba(232, 217, 184, 0.24), rgba(255, 255, 255, 0.96)) !important;
    border-color: var(--release-gold) !important;
    box-shadow: inset 2px 0 var(--release-teal) !important;
    outline: none;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.is-disabled {
    color: #7f898f !important;
    background: #f3f4f2 !important;
    border-color: rgba(18, 56, 76, 0.12) !important;
    box-shadow: none !important;
    cursor: not-allowed;
    opacity: 0.62;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.is-disabled::before,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .state-actions
    a.is-disabled::after {
    opacity: 0.34;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #upload
    .public-upload-portal-link {
    min-width: 230px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .portal-feature-actions
    a {
    min-width: 184px;
  }
}

@media (min-width: 761px) and (max-width: 1199px) {
  html {
    scroll-padding-top: 128px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, auto) !important;
    grid-template-rows: 68px 56px !important;
    height: 128px !important;
    min-height: 128px !important;
    gap: 0 24px;
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header .language-control {
    grid-column: 2;
    grid-row: 1;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header nav {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: clamp(24px, 4vw, 46px) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .site-header nav a::after {
    bottom: 7px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) section#home.hero {
    min-height: clamp(600px, calc(100svh - 210px), 680px) !important;
    scroll-margin-top: 128px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-copy {
    padding: 58px 48px 142px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero h1 {
    max-width: 700px;
    font-size: 64px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero .lead {
    max-width: 620px;
    font-size: 17px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-motion-toggle {
    right: 38px;
    bottom: 144px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .feature-band.client-stage-paths {
    margin-top: -126px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .client-stage-path {
    grid-template-columns: 52px minmax(0, 1fr) 28px;
    gap: 14px;
    min-height: 126px;
    padding: 16px 20px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:first-child {
    padding-left: 60px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:last-child {
    padding-right: 60px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-index {
    width: 52px !important;
    height: 52px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-number {
    font-size: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-number::after {
    font-size: 17px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-copy strong {
    font-size: 20px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-outcome {
    font-size: 12px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-panel, #services.section, #states.coverage, #client-app.portal-feature) {
    gap: 54px;
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) h2 {
    font-size: 45px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-panel {
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid article {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services.section {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #states.coverage {
    grid-template-columns: minmax(0, 0.86fr) minmax(390px, 0.74fr);
    gap: 54px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload.upload-section {
    grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1.18fr);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #upload .upload-intro {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #client-app.portal-feature {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.68fr);
    column-gap: 54px;
    row-gap: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .process article {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing {
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #resources.resources.resource-teaser,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    min-height: 0;
    padding: 44px 30px 40px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #resources.resources.resource-teaser {
    min-height: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    border-top: 1px solid rgba(232, 217, 184, 0.24) !important;
    border-left: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing h2 {
    min-height: 0;
    font-size: 36px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    :is(.section-heading > p:not(.eyebrow), .contact > div:first-child > p:not(.eyebrow)) {
    min-height: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(#services, #states, #upload, #client-app, #resources, #contact) {
    scroll-margin-top: 16px;
  }
}

@media (min-width: 901px) and (max-width: 1040px) {
  body[data-page="home"]:not(.is-mobile-app-shell) .client-stage-path {
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 10px;
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:first-child {
    padding-left: 28px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:last-child {
    padding-right: 28px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-index {
    width: 46px !important;
    height: 46px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-copy strong {
    font-size: 18px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services.section {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    #services
    .section-heading {
    max-width: 760px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) #services h2 {
    max-width: 760px;
    font-size: 42px !important;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  body[data-page="home"]:not(.is-mobile-app-shell) .hero h1 {
    max-width: 760px;
    font-size: clamp(52px, 5.4vw, 60px) !important;
    line-height: 1.03 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-copy {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-panel, #services.section, #states.coverage, #client-app.portal-feature) {
    gap: 44px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  body[data-page="home"]:not(.is-mobile-app-shell) section#home.hero {
    align-items: flex-start;
    min-height: 860px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-copy {
    width: 100% !important;
    height: 860px !important;
    padding: 96px 38px 386px !important;
    align-content: center;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .hero-motion-toggle {
    right: 28px;
    bottom: 372px;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .feature-band.client-stage-paths {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: -348px !important;
    padding: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .client-stage-path {
    min-height: 116px;
    padding: 16px 18px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(232, 217, 184, 0.28) !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:first-child {
    padding-left: 38px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:last-child {
    padding-right: 38px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .client-stage-path:last-child {
    border-bottom: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .stage-copy strong {
    font-size: 19px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-panel, #services.section) {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    padding-top: 72px !important;
    padding-bottom: 68px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    :is(.trust-panel > div:first-child, #services .section-heading) {
    width: min(100%, 640px);
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .trust-grid article {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing {
    grid-template-columns: 1fr;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #resources.resources.resource-teaser,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    min-height: 0;
    padding: 38px 28px 36px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    > #contact.contact {
    border-top: 1px solid rgba(232, 217, 184, 0.24) !important;
    border-left: 0 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing h2,
  body[data-page="home"]:not(.is-mobile-app-shell)
    .home-closing
    :is(.section-heading > p:not(.eyebrow), .contact > div:first-child > p:not(.eyebrow)) {
    min-height: 0;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-closing h2 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .home-resource-preview,
  body[data-page="home"]:not(.is-mobile-app-shell)
    #contact.contact
    .contact-card {
    padding-top: 18px !important;
  }

  body[data-page="home"]:not(.is-mobile-app-shell) .contact-card p {
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 761px) {
  body[data-page="home"]:not(.is-mobile-app-shell) *,
  body[data-page="home"]:not(.is-mobile-app-shell) *::before,
  body[data-page="home"]:not(.is-mobile-app-shell) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
