/* Desktop-only Vector Ridge intelligence ledger. The existing mobile hero is
   owned by vr-mobile-intelligence.css and remains untouched below 769px. */
.vrdt-desktop-intelligence {
  display: none;
}

@media (min-width: 769px) {
  body .hero .hero-container > .hero-content {
    display: none !important;
  }

  body .hero .vrdt-desktop-intelligence {
    display: block;
    width: clamp(540px, 36vw, 620px);
    max-width: 100%;
    align-self: start;
  }

  body .hero .vrdt-heading,
  body .hero .vrdt-heading span {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: clamp(3.45rem, 4.2vw, 4.75rem) !important;
    font-weight: 400 !important;
    line-height: .98 !important;
    letter-spacing: .02em !important;
    text-align: left !important;
    opacity: 1 !important;
    animation: none !important;
  }

  body .hero .vrdt-heading {
    display: grid;
    gap: .22rem;
    margin-bottom: 1.75rem !important;
  }

  body .hero .vrdt-heading .vrdt-heading-primary {
    display: block !important;
    color: #f5f5f5 !important;
  }

  body .hero .vrdt-heading .vrdt-heading-secondary {
    display: block !important;
    color: #9a9a9d !important;
  }

  body .hero .vrdt-ledger {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .19);
    background: rgba(5, 5, 6, .34);
  }

  body .hero .vrdt-ledger-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
    padding: 1.35rem 1.35rem 1.45rem;
  }

  body .hero .vrdt-ledger-row + .vrdt-ledger-row {
    border-top: 1px solid rgba(255, 255, 255, .14);
  }

  body .hero .vrdt-ledger-index {
    padding-top: .16rem;
    color: #96969a;
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .1em;
    white-space: nowrap;
  }

  body .hero .vrdt-ledger-row p {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #a9a9ac !important;
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(.91rem, 1.04vw, 1.02rem) !important;
    font-weight: 300 !important;
    line-height: 1.64 !important;
    letter-spacing: -.012em !important;
    text-align: left !important;
    opacity: 1 !important;
    animation: none !important;
  }

  body .hero .vrdt-ledger-row strong {
    color: #f0f0f0;
    font-weight: 600;
  }

  body .hero .vrdt-ledger-row a {
    color: #dedee0 !important;
    text-decoration-color: rgba(255, 255, 255, .38);
    text-decoration-thickness: 1px;
    text-underline-offset: .24em;
    transition: color .18s ease, text-decoration-color .18s ease;
  }

  body .hero .vrdt-ledger-row a:hover,
  body .hero .vrdt-ledger-row a:focus-visible {
    color: #fff !important;
    text-decoration-color: #fff;
  }

  body .hero .vrdt-trial {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 1.1rem;
    padding: 1.22rem 1.2rem 1.22rem 1.55rem;
    color: #0a0a0b;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    transition: background .2s ease;
  }

  body .hero .vrdt-trial:hover {
    background: #e9e9e9;
  }

  body .hero .vrdt-trial-copy {
    display: grid;
    gap: .5rem;
    min-width: 0;
  }

  body .hero .vrdt-trial-title,
  body .hero .vrdt-trial-meta {
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
  }

  body .hero .vrdt-trial-title {
    color: #0a0a0b;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2em;
  }

  body .hero .vrdt-trial-meta {
    color: #555;
    font-size: .57rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .13em;
  }

  body .hero .vrdt-trial-arrow {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #0a0a0b;
    border: 1px solid #8c8c8f;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    line-height: 1;
  }

  body .hero .vrdt-performance-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    padding: 1.22rem 1.2rem 1.22rem 1.55rem;
    color: #fff;
    background: #050505;
    border: 1px solid #fff;
    text-decoration: none;
    transition: background .2s ease;
  }

  body .hero .vrdt-performance-cta:hover,
  body .hero .vrdt-performance-cta:focus-visible {
    background: #111;
  }

  body .hero .vrdt-performance-cta:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }

  body .hero .vrdt-performance-copy {
    display: grid;
    gap: .5rem;
    min-width: 0;
  }

  body .hero .vrdt-performance-title,
  body .hero .vrdt-performance-subtitle {
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
  }

  body .hero .vrdt-performance-title {
    color: #fff;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2em;
  }

  body .hero .vrdt-performance-subtitle {
    color: #a8a8ac;
    font-size: .57rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .13em;
  }

  body .hero .vrdt-performance-arrow {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    line-height: 1;
  }

  body .hero p.vrdt-footnote {
    max-width: none !important;
    margin: .95rem 0 0 !important;
    padding: 0 !important;
    color: #6f6f72 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: .71rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    opacity: 1 !important;
    animation: none !important;
  }
}

/* Five desktop products still fit inside a conventional laptop viewport. */
@media (min-width: 769px) and (max-height: 1100px) {
  body section.hero {
    min-height: calc(100vh - 64px) !important;
    padding-top: 2.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  body .hero .hero-container {
    align-items: start !important;
  }

  body .hero .vrdt-heading,
  body .hero .vrdt-heading span {
    font-size: clamp(3.15rem, 3.75vw, 3.75rem) !important;
    line-height: .96 !important;
  }

  body .hero .vrdt-heading {
    gap: .14rem;
    margin-bottom: 1.15rem !important;
  }

  body .hero .vrdt-ledger-row {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: .9rem;
    padding: .82rem 1.08rem .9rem;
  }

  body .hero .vrdt-ledger-index {
    font-size: .66rem;
  }

  body .hero .vrdt-ledger-row p {
    font-size: clamp(.83rem, .95vw, .92rem) !important;
    line-height: 1.46 !important;
  }

  body .hero .vrdt-trial {
    grid-template-columns: minmax(0, 1fr) 44px;
    margin-top: .78rem;
    padding: .82rem 1rem .82rem 1.28rem;
  }

  body .hero .vrdt-trial-copy {
    gap: .36rem;
  }

  body .hero .vrdt-trial-title {
    font-size: .88rem;
  }

  body .hero .vrdt-trial-meta {
    font-size: .51rem;
  }

  body .hero .vrdt-trial-arrow {
    width: 44px;
    height: 44px;
  }

  body .hero .vrdt-performance-cta {
    grid-template-columns: minmax(0, 1fr) 44px;
    margin-top: 1rem;
    padding: .82rem 1rem .82rem 1.28rem;
  }

  body .hero .vrdt-performance-copy {
    gap: .36rem;
  }

  body .hero .vrdt-performance-title {
    font-size: .88rem;
  }

  body .hero .vrdt-performance-subtitle {
    font-size: .51rem;
  }

  body .hero .vrdt-performance-arrow {
    width: 44px;
    height: 44px;
  }

  body .hero p.vrdt-footnote {
    margin-top: .58rem !important;
    font-size: .63rem !important;
  }
}

@media (min-width: 769px) and (max-width: 1120px) {
  body .hero .vrdt-desktop-intelligence {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

/* Short desktop and laptop screens need the complete opening composition to
   remain visible without sacrificing the full mobile treatment below 769px. */
@media (min-width: 769px) and (max-height: 820px) {
  body section.hero {
    min-height: calc(100vh - 64px) !important;
    padding-top: 2.25rem !important;
    padding-bottom: 1.75rem !important;
  }

  body .hero .hero-container {
    align-items: start !important;
  }

  body .hero .vrdt-heading,
  body .hero .vrdt-heading span {
    font-size: clamp(3.15rem, 3.75vw, 3.75rem) !important;
    line-height: .96 !important;
  }

  body .hero .vrdt-heading {
    gap: .14rem;
    margin-bottom: 1.15rem !important;
  }

  body .hero .vrdt-ledger-row {
    gap: .9rem;
    padding: .92rem 1.08rem 1rem;
  }

  body .hero .vrdt-ledger-index {
    font-size: .66rem;
  }

  body .hero .vrdt-ledger-row p {
    font-size: clamp(.83rem, .95vw, .92rem) !important;
    line-height: 1.5 !important;
  }

  body .hero .vrdt-trial {
    grid-template-columns: minmax(0, 1fr) 44px;
    margin-top: .78rem;
    padding: .82rem 1rem .82rem 1.28rem;
  }

  body .hero .vrdt-trial-copy {
    gap: .36rem;
  }

  body .hero .vrdt-trial-title {
    font-size: .88rem;
  }

  body .hero .vrdt-trial-meta {
    font-size: .51rem;
  }

  body .hero .vrdt-trial-arrow {
    width: 44px;
    height: 44px;
  }

  body .hero .vrdt-performance-cta {
    grid-template-columns: minmax(0, 1fr) 44px;
    margin-top: 1rem;
    padding: .82rem 1rem .82rem 1.28rem;
  }

  body .hero .vrdt-performance-copy {
    gap: .36rem;
  }

  body .hero .vrdt-performance-title {
    font-size: .88rem;
  }

  body .hero .vrdt-performance-subtitle {
    font-size: .51rem;
  }

  body .hero .vrdt-performance-arrow {
    width: 44px;
    height: 44px;
  }

  body .hero p.vrdt-footnote {
    margin-top: .58rem !important;
    font-size: .63rem !important;
  }

  body .hero .hero-chart {
    gap: 10px !important;
    padding-top: 0 !important;
  }

  body .hero .hero-chart > .chart-container svg {
    height: 108px !important;
  }
}
