:root {
  --editorial-navy: #070d16;
  --editorial-ink: #15263d;
  --editorial-ivory: #f5f1e8;
  --editorial-ivory-bright: #faf7f1;
  --editorial-copy: #4a5260;
  --editorial-brass: #b79268;
  --editorial-accent-on-light: #76512f;
  --editorial-brass-soft: #e8dcc7;
  --editorial-ivory-muted: rgba(245, 241, 232, 0.72);
  --editorial-dark-rule: rgba(245, 241, 232, 0.12);
  --editorial-light-rule: rgba(21, 38, 61, 0.14);
}

body.page-home,
body.page-blog,
body.page-reading {
  background: var(--editorial-navy);
  color: var(--lnx-on-dark-1);
  font-family: var(--lnx-font-sans);
}

.page-home .topbar,
.page-blog .topbar,
.page-reading .topbar {
  min-height: 72px;
  background: rgba(7, 13, 22, 0.94);
  border-bottom-color: var(--editorial-dark-rule);
}

.page-home .topbar__brand,
.page-blog .topbar__brand,
.page-reading .topbar__brand,
.page-home .footer__brand,
.page-blog .footer__brand,
.page-reading .footer__brand {
  font-family: var(--lnx-font-serif);
  font-weight: 400;
  letter-spacing: 0.18em;
}

.page-home .topbar__nav a,
.page-blog .topbar__nav a,
.page-reading .topbar__nav a,
.page-home .btn,
.page-blog .btn,
.page-reading .btn {
  font-family: var(--lnx-font-sans);
}

.page-home .btn,
.page-blog .btn,
.page-reading .btn {
  min-height: 42px;
}

.page-blog .topbar__nav a,
.page-blog .topbar__nav .is-disabled,
.page-reading .topbar__nav a,
.page-reading .topbar__nav .is-disabled {
  font-size: 16px;
}

.page-home .topbar__nav .is-disabled,
.page-blog .topbar__nav .is-disabled,
.page-reading .topbar__nav .is-disabled {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lnx-on-dark-3);
  cursor: not-allowed;
  font-family: var(--lnx-font-sans);
  opacity: 0.55;
  pointer-events: none;
}

.page-home .topbar__nav .is-disabled::after,
.page-blog .topbar__nav .is-disabled::after,
.page-reading .topbar__nav .is-disabled::after {
  padding: 2px 8px;
  border: 1px solid var(--lnx-border-dark-2);
  border-radius: var(--lnx-radius-pill);
  color: var(--lnx-on-dark-3);
  content: "Soon";
  font-family: var(--lnx-font-mono);
  font-size: 9px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-home :focus-visible,
.page-blog :focus-visible,
.page-reading :focus-visible {
  outline: 2px solid var(--editorial-brass);
  outline-offset: 4px;
}

.page-blog .posts :focus-visible,
.page-reading .article__reading :focus-visible {
  outline-color: var(--editorial-accent-on-light);
}

.page-home .footer,
.page-blog .footer,
.page-reading .footer {
  background: var(--editorial-navy);
  border-top-color: var(--editorial-dark-rule);
}

.page-blog .blog-hero {
  isolation: isolate;
  overflow: hidden;
  background: var(--editorial-navy);
}

.page-blog .blog-hero::before,
.page-blog .blog-hero::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 620px;
  aspect-ratio: 1;
  border: 1px solid rgba(183, 146, 104, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translate(-50%, -48%);
  z-index: -1;
}

.page-blog .blog-hero::after {
  width: 430px;
  border-color: rgba(183, 146, 104, 0.11);
}

.page-blog .blog-hero__eyebrow,
.page-blog .post-card__meta,
.page-blog .post-card__more {
  font-family: var(--lnx-font-mono);
}

.page-blog .blog-hero__headline {
  max-width: 1180px;
  font-size: 88px;
  line-height: 1.02;
  letter-spacing: 0;
}

.page-blog .blog-hero__sub {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.6;
}

.page-blog .posts {
  background: var(--editorial-ivory);
  color: var(--editorial-ink);
}

.page-blog .post-card {
  min-height: 320px;
  background: var(--editorial-ivory-bright);
  border: 1px solid var(--editorial-light-rule);
  border-radius: 6px;
  box-shadow: none;
  transform: none;
}

.page-blog .post-card:hover {
  border-color: var(--editorial-accent-on-light);
  transform: translateY(-2px);
}

.page-blog .post-card__title {
  color: var(--editorial-ink);
  font-family: var(--lnx-font-serif);
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: 0;
}

.page-blog .post-card__excerpt {
  color: var(--editorial-copy);
  font-size: 18px;
  line-height: 1.6;
}

.page-blog .post-card__meta {
  color: var(--editorial-copy);
}

.page-blog .post-card__more,
.page-blog .post-card__title em {
  color: var(--editorial-accent-on-light);
}

.page-reading .article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 72px 0 0;
}

.page-reading .article__header {
  position: relative;
  overflow: hidden;
  padding: 104px 32px 72px;
  background: var(--editorial-navy);
  color: var(--lnx-on-dark-1);
  text-align: center;
}

.page-reading .article__header > * {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.page-reading .article__title {
  max-width: 1100px;
  color: var(--lnx-on-dark-1);
  font-family: var(--lnx-font-serif);
  font-size: 72px;
  line-height: 1.05;
  letter-spacing: 0;
}

.page-reading .article__title em,
.page-reading .article__effective,
.page-reading .article__meta {
  color: var(--editorial-brass);
}

.page-reading .article__lede,
.page-reading .article__back {
  color: var(--lnx-on-dark-2);
}

.page-reading .article__lede {
  font-size: 22px;
  line-height: 1.55;
}

.page-reading .article__reading {
  padding: 80px 32px 120px;
  background: var(--editorial-ivory);
  color: var(--editorial-copy);
}

.page-reading .article__body,
.page-reading .article__cta {
  width: min(100%, 820px);
  margin-right: auto;
  margin-left: auto;
}

.page-reading .article__body {
  color: var(--editorial-copy);
  font-family: var(--lnx-font-sans);
  font-size: 20px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

body.page-home,
body.page-blog,
body.page-reading,
.page-home *,
.page-blog *,
.page-reading * {
  font-style: normal;
}

.page-home em,
.page-blog em,
.page-reading em {
  font-style: normal;
}

.page-home .mock-report__head h4 em {
  color: var(--lnx-gold);
  font-style: normal;
}

.page-reading .article__body p,
.page-reading .article__body li {
  color: var(--editorial-copy);
}

.page-reading .article__body em {
  color: var(--editorial-ink);
  font-style: normal;
  font-weight: 600;
}

.page-reading .article__body h2 {
  margin-top: 56px;
  color: var(--editorial-ink);
  font-family: var(--lnx-font-serif);
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: 0;
}

.page-reading .article__body strong,
.page-reading .article__body li::marker {
  color: var(--editorial-ink);
}

.page-reading .article__body a {
  color: var(--editorial-ink);
  border-bottom-color: var(--editorial-accent-on-light);
}

.page-legal .article__body h2 {
  padding-top: 24px;
  border-top: 1px solid var(--editorial-light-rule);
}

.page-reading .article__body blockquote {
  margin: 40px 0;
  padding: 8px 0 8px 28px;
  border-left: 2px solid var(--editorial-accent-on-light);
  color: var(--editorial-ink);
  font-family: var(--lnx-font-serif);
  font-size: 28px;
  font-style: normal;
  line-height: 1.5;
}

.page-reading .article__cta {
  margin-top: 72px;
  padding-top: 36px;
  border-top: 1px solid var(--editorial-light-rule);
  color: var(--editorial-ink);
}

.page-reading .article__cta-eyebrow {
  color: var(--editorial-ink);
}

.page-reading .article__cta-line {
  font-size: 24px;
  line-height: 1.5;
}

.page-reading .article__cta-line,
.page-reading .article__cta-line em {
  color: var(--editorial-ink);
}

.page-home .supporters {
  background: var(--editorial-navy);
  border-top: 1px solid var(--editorial-dark-rule);
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .supporters__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  border-left: 0;
}

.page-home .supporters__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 64px 48px;
  border: 0;
  border-right: 1px solid var(--editorial-dark-rule);
  text-align: left;
}

.page-home .supporters__eyebrow {
  color: var(--editorial-brass);
  font-family: var(--lnx-font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .supporters__intro h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--lnx-on-dark-1);
  font-family: var(--lnx-font-serif);
  font-size: clamp(56px, 4.2vw, 76px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .supporters__marks {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.page-home .supporters__mark {
  display: flex;
  grid-column: span 2;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 44px 34px;
  border: 0;
  border-right: 1px solid var(--editorial-dark-rule);
  border-bottom: 1px solid var(--editorial-dark-rule);
  border-radius: 0;
  background: transparent;
  transition: background-color 180ms ease;
}

.page-home .supporters__mark--turing,
.page-home .supporters__mark--marks {
  grid-column: span 3;
}

.page-home .supporters__mark:hover {
  background: rgba(245, 241, 232, 0.025);
}

.page-home .supporters__mark:focus-visible {
  outline: 2px solid var(--editorial-brass);
  outline-offset: -6px;
}

.page-home .supporters__mark img {
  width: min(100%, 220px);
  max-height: 88px;
  object-fit: contain;
  opacity: 1;
  transition: transform 180ms ease;
}

.page-home .supporters__mark:hover img,
.page-home .supporters__mark:focus-visible img {
  transform: translateY(-1px);
}

.page-home .supporters__mark--uoft img { width: min(100%, 255px); max-height: 96px; }
.page-home .supporters__mark--waterloo img { width: min(100%, 250px); max-height: 104px; }
.page-home .supporters__mark--mit img { width: min(100%, 210px); max-height: 76px; }
.page-home .supporters__mark--turing img { width: min(100%, 250px); max-height: 84px; }
.page-home .supporters__mark--marks img { width: min(100%, 190px); max-height: 102px; }

.page-home .hero {
  min-height: max(820px, 100svh);
  padding: 132px 48px 108px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  isolation: isolate;
  background: var(--editorial-navy);
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .topbar {
  min-height: 88px;
  padding: 0 0 0 48px;
  background: rgba(7, 13, 22, 0.96);
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .topbar__brand {
  align-self: stretch;
  gap: 16px;
  min-width: 320px;
  padding-right: 32px;
  border-right: 1px solid var(--editorial-dark-rule);
  font-size: 26px;
}

.page-home .topbar__brand img {
  width: 40px;
  height: 40px;
}

.page-home .topbar__nav { align-self: stretch; gap: 0; }

.page-home .topbar__nav > a,
.page-home .topbar__dropdown {
  display: inline-flex;
  align-items: center;
  min-height: 88px;
  padding: 0 24px;
  border-left: 1px solid var(--editorial-dark-rule);
  font-size: 18px;
}

.page-home .topbar__dropdown-trigger { font-size: 18px; }

.page-home .topbar__dropdown-menu {
  top: 100%;
  right: 0;
  left: auto;
  min-width: 320px;
  padding: 0;
  border: 1px solid rgba(183, 146, 104, 0.45);
  border-radius: 0;
  background: var(--editorial-navy);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: translateY(-8px);
}

.page-home .topbar__dropdown.is-open .topbar__dropdown-menu {
  transform: translateY(0);
}

.page-home .topbar__dropdown-item {
  min-height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid var(--editorial-dark-rule);
  border-radius: 0;
  color: var(--lnx-on-dark-2);
  font-family: var(--lnx-font-sans);
  font-size: 18px;
  font-weight: 400;
}

.page-home .topbar__dropdown-item:last-child { border-bottom: 0; }
.page-home .topbar__dropdown-item + .topbar__dropdown-item { margin-top: 0; }

.page-home .topbar__dropdown-pill {
  min-width: 68px;
  margin-left: 24px;
  padding: 4px 0 4px 16px;
  border: 0;
  border-left: 1px solid var(--editorial-dark-rule);
  border-radius: 0;
  color: var(--editorial-brass);
  font-family: var(--lnx-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: right;
}

.page-home .topbar__nav > .btn--filled {
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  color: var(--editorial-navy);
  background: var(--editorial-brass);
  font-size: 18px;
  font-weight: 600;
}

.page-home .hero__inner {
  position: relative;
  z-index: 3;
  width: min(100%, 1320px);
  max-width: 1320px;
  margin: 0;
}

.page-home .hero__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.page-home .hero__logo {
  width: 44px;
  height: 44px;
  margin: 0;
}

.page-home .hero__wordmark {
  margin: 0;
  color: var(--editorial-ivory);
  font-family: var(--lnx-font-serif);
  font-size: 28px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .hero__eyebrow {
  max-width: none;
  margin: 0 0 32px;
  color: var(--editorial-brass);
  font-family: var(--lnx-font-sans);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.page-home .hero__network {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-home .hero__network-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(7, 13, 22, 0.12);
  box-shadow: none;
  pointer-events: none;
}

.page-home .hero__headline {
  max-width: 1120px;
  margin: 0 0 42px;
  color: var(--editorial-ivory);
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
}

.page-home .hero__headline span { color: var(--editorial-brass); }

.page-home .hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .hero__actions .btn {
  min-height: 64px;
  padding: 0 32px;
  border-radius: 0;
  font-size: 18px;
}

.page-home .hero__demo {
  min-width: 220px;
  justify-content: space-between;
  gap: 20px;
  color: var(--editorial-ivory-muted);
  border-color: rgba(183, 146, 104, 0.5);
  background: var(--editorial-navy);
  font-family: var(--lnx-font-sans);
  font-weight: 400;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: none;
}

.page-home .hero__demo small {
  padding-left: 18px;
  color: var(--editorial-brass);
  border-left: 1px solid var(--editorial-dark-rule);
  font-family: var(--lnx-font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .hero__signal-bar {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 48px;
  color: var(--editorial-navy);
  background: var(--editorial-brass);
  font-family: var(--lnx-font-sans);
}

.page-home .hero__signal-bar strong {
  font-family: var(--lnx-font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .legal-intelligence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
  background: var(--editorial-navy);
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .legal-intelligence__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-right: 1px solid var(--editorial-dark-rule);
}

.page-home .legal-intelligence__visual canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page-home .legal-intelligence__earth-source {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.page-home .legal-intelligence__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 72px 56px;
  text-align: left;
}

.page-home .legal-intelligence__copy h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--editorial-ivory);
  font-size: clamp(52px, 4.1vw, 76px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .legal-intelligence__copy > p:last-child {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--lnx-on-dark-3);
  font-size: 18px;
  line-height: 1.55;
}

.page-home .evidence-band {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  grid-template-columns: 1.35fr 0.65fr;
  isolation: isolate;
  color: var(--editorial-ink);
  background: var(--editorial-ivory);
  border-bottom: 1px solid rgba(21, 38, 61, 0.18);
}

.page-home .evidence-band::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: url("assets/law-library-background.webp") center 42% / cover no-repeat;
  filter: grayscale(1) sepia(0.18) contrast(0.88);
  opacity: 0.16;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0, 0, 0, 0.64) 72%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 50%, rgba(0, 0, 0, 0.64) 72%, transparent 100%);
}

.page-home .evidence-band__statement,
.page-home .evidence-band__flows {
  position: relative;
  z-index: 1;
}

.page-home .evidence-band__statement {
  display: flex;
  min-height: 92svh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(88px, 12vh, 144px) 48px;
  border-right: 1px solid rgba(21, 38, 61, 0.18);
}

.page-home .evidence-band .eyebrow { color: var(--editorial-ink); }

.page-home .evidence-band__statement h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(56px, 4.2vw, 76px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .evidence-band__flows {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.page-home .evidence-band__flows > div {
  display: flex;
  min-height: 46svh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vh, 88px) 40px;
  border-bottom: 1px solid rgba(21, 38, 61, 0.18);
}

.page-home .evidence-band__flows strong {
  font-size: 36px;
  font-weight: 400;
}

.page-home .evidence-band__flows span {
  margin-top: 10px;
  font-family: var(--lnx-font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-home .eyebrow,
.page-home .supporters__eyebrow,
.page-home .audience-card__eyebrow,
.page-home .problem__stat-caption,
.page-home .evidence-band__flows span {
  font-family: var(--lnx-font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-home .supporters__eyebrow,
.page-home .legal-intelligence__copy > .eyebrow,
.page-home .audiences__intro > .eyebrow,
.page-home .evidence-band__statement > .eyebrow,
.page-home .steps__intro > .eyebrow,
.page-home .findings__copy > .eyebrow,
.page-home .coverage__intro > .eyebrow,
.page-home .cta__inner > .eyebrow {
  margin: 0 0 16px;
}

.page-home .audiences,
.page-home .problem,
.page-home .steps,
.page-home .findings,
.page-home .coverage { padding: 0; }

.page-home .audiences { background: var(--editorial-navy); }

.page-home .steps,
.page-home .coverage { background: var(--editorial-navy); }

.page-home .problem { background: var(--editorial-ink); }

.page-home .findings { background: var(--editorial-ink); }

.page-home .problem__chips {
  width: 100%;
  margin-top: auto;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.page-home .eyebrow--wine,
.page-home .problem__column:first-child .problem__stat em,
.page-home .problem__column:first-child .problem__stat-caption,
.page-home .problem__column:last-child .problem__stat-caption { color: var(--editorial-brass); }

.page-home .audiences > .container,
.page-home .problem > .container,
.page-home .steps > .container,
.page-home .findings > .container,
.page-home .coverage > .container {
  max-width: none;
  padding: 0;
}

.page-home .audiences__intro,
.page-home .steps__intro,
.page-home .coverage__intro {
  max-width: none;
  margin: 0;
  padding: 96px 48px 72px;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .audiences__intro {
  display: flex;
  min-height: 58svh;
  flex-direction: column;
  justify-content: center;
}

.page-home .audiences__intro .eyebrow {
  width: 100%;
  text-align: center;
}

.page-home .audiences__intro .section__heading {
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.page-home .steps__intro {
  display: flex;
  min-height: 56svh;
  flex-direction: column;
  justify-content: center;
}

.page-home .steps__intro .eyebrow {
  width: 100%;
  text-align: center;
}

.page-home .steps__intro .section__heading {
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.page-home .section__heading {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(56px, 4.2vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .audience-chapters {
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .audience-chapters__list { display: grid; }

.page-home .audience-card {
  position: relative;
  display: flex;
  min-height: 92svh;
  scroll-margin-top: 72px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vh, 112px) 0;
  border: 0;
  border-bottom: 1px solid var(--editorial-dark-rule);
  border-radius: 0;
  background: var(--editorial-navy);
  box-shadow: none;
  transform: none;
}

.page-home #audience-companies {
  overflow: hidden;
  isolation: isolate;
}

.page-home #audience-investors,
.page-home #audience-firms {
  overflow: hidden;
  isolation: isolate;
}

.page-home .audience-intelligence-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.18;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.page-home .audience-intelligence-network__traces {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .audience-intelligence-network__traces path {
  fill: none;
  stroke: rgba(131, 183, 216, 0.66);
  stroke-width: 1;
  stroke-dasharray: 8 14;
  vector-effect: non-scaling-stroke;
  animation: audience-intelligence-trace 18s linear infinite;
}

.page-home .audience-intelligence-network__node {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(245, 241, 232, 0.86);
  border-radius: 50%;
  background: rgba(183, 146, 104, 0.88);
  box-shadow: 0 0 14px rgba(131, 183, 216, 0.72);
  animation: audience-intelligence-pulse 7s ease-in-out infinite;
}

.page-home .audience-intelligence-network__node::after {
  position: absolute;
  top: 15px;
  left: 50%;
  color: rgba(245, 241, 232, 0.78);
  content: attr(data-signal);
  font-family: var(--lnx-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(-50%);
}

.page-home .audience-intelligence-network__node:nth-of-type(1) { top: 19%; left: 19%; animation-delay: -0.4s; }
.page-home .audience-intelligence-network__node:nth-of-type(2) { top: 13%; left: 35%; animation-delay: -4.8s; }
.page-home .audience-intelligence-network__node:nth-of-type(3) { top: 30%; left: 49%; animation-delay: -2.1s; }
.page-home .audience-intelligence-network__node:nth-of-type(4) { top: 17%; left: 67%; animation-delay: -5.6s; }
.page-home .audience-intelligence-network__node:nth-of-type(5) { top: 54%; left: 29%; animation-delay: -3.3s; }
.page-home .audience-intelligence-network__node:nth-of-type(6) { top: 47%; left: 63%; animation-delay: -1.2s; }
.page-home .audience-intelligence-network__node:nth-of-type(7) { top: 72%; left: 42%; animation-delay: -6.2s; }
.page-home .audience-intelligence-network__node:nth-of-type(8) { top: 68%; left: 82%; animation-delay: -2.9s; }

.page-home #audience-companies .audience-card__header,
.page-home #audience-companies .audience-risk-grid {
  position: relative;
  z-index: 2;
}

.page-home #audience-companies .audience-risk-card {
  background: rgba(7, 13, 22, 0.92);
}

@keyframes audience-intelligence-pulse {
  0%, 100% { opacity: 0.24; transform: scale(0.78); }
  36% { opacity: 1; transform: scale(1.24); }
  56% { opacity: 0.52; transform: scale(0.96); }
}

@keyframes audience-intelligence-trace {
  to { stroke-dashoffset: -88; }
}

.page-home .portfolio-exposure-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.22;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.page-home .portfolio-exposure-network__traces {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home .portfolio-exposure-network__traces path {
  fill: none;
  stroke: rgba(245, 241, 232, 0.78);
  stroke-width: 1.35;
  stroke-dasharray: 7 13;
  vector-effect: non-scaling-stroke;
  animation: portfolio-exposure-trace 7.5s linear infinite;
}

.page-home .portfolio-exposure-network__traces path:nth-child(3n + 2) {
  stroke: rgba(183, 146, 104, 0.92);
  animation-duration: 9.5s;
}

.page-home .portfolio-exposure-network__traces path:nth-child(3n) {
  stroke: rgba(131, 183, 216, 0.88);
  animation-direction: reverse;
  animation-duration: 11.5s;
}

.page-home .portfolio-exposure-network__company {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  padding: 11px;
  border: 1px solid rgba(245, 241, 232, 0.72);
  border-radius: 4px;
  background: rgba(245, 241, 232, 0.96);
  box-shadow: 0 0 32px rgba(131, 183, 216, 0.58);
  transform: translate(-50%, -50%);
  animation: portfolio-exposure-pulse 5.2s ease-in-out infinite;
  animation-delay: var(--delay);
  will-change: opacity, transform;
}

.page-home .portfolio-exposure-network__company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-home .portfolio-exposure-network__law {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  color: var(--editorial-ivory);
  border: 1px solid rgba(183, 146, 104, 0.72);
  background: rgba(7, 13, 22, 0.74);
  content: attr(data-law);
  font-family: var(--lnx-font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  animation: portfolio-exposure-law-pulse 5.8s ease-in-out infinite;
  will-change: opacity, transform, box-shadow;
}

.page-home .portfolio-exposure-network__law:nth-of-type(2n) { animation-delay: -1.9s; }
.page-home .portfolio-exposure-network__law:nth-of-type(3n) { animation-delay: -3.7s; }

.page-home .portfolio-exposure-network__law::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--editorial-brass);
  box-shadow: 0 0 12px rgba(183, 146, 104, 0.9);
  content: "";
}

.page-home .portfolio-exposure-network__law::after {
  content: attr(data-law);
}

.page-home .law-firm-world-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.18;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.page-home .law-firm-world-map__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(2080px, 112vw);
  aspect-ratio: 494.7 / 265.7;
  transform: translate(-50%, -50%);
}

.page-home .law-firm-world-map__land {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.42;
  filter: invert(72%) sepia(14%) saturate(590%) hue-rotate(351deg) brightness(92%);
  animation: law-firm-world-map-drift 18s ease-in-out infinite;
}

.page-home .law-firm-world-map__routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.page-home .law-firm-world-map__route {
  fill: none;
  stroke: rgba(131, 183, 216, 0.88);
  stroke-width: 1.25;
  stroke-dasharray: 7 12;
  vector-effect: non-scaling-stroke;
  animation: law-firm-world-route-flow 8.5s linear infinite;
  animation-delay: var(--delay, 0s);
  animation-duration: var(--duration, 8.5s);
}

.page-home .law-firm-world-map__route:nth-child(3n + 2) {
  stroke: rgba(183, 146, 104, 0.92);
}

.page-home .law-firm-world-map__route:nth-child(4n) {
  animation-direction: reverse;
}

.page-home .law-firm-world-map__firm {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: flex;
  width: 112px;
  height: 74px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(245, 241, 232, 0.74);
  border-radius: 4px;
  background: rgba(245, 241, 232, 0.94);
  box-shadow: 0 0 24px rgba(131, 183, 216, 0.42);
  transform: translate(-50%, -50%);
  animation: law-firm-world-node-pulse 6.8s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: opacity, transform, box-shadow;
}

.page-home .law-firm-world-map__firm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.88) contrast(1.08);
}

.page-home .law-firm-world-map__framework {
  position: absolute;
  top: var(--y);
  left: var(--x);
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--editorial-ivory);
  border: 1px solid rgba(183, 146, 104, 0.78);
  background: rgba(7, 13, 22, 0.82);
  font-family: var(--lnx-font-sans);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  animation: law-firm-world-framework-pulse 7.2s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  will-change: opacity, transform, box-shadow;
}

.page-home .law-firm-world-map__framework::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: var(--editorial-brass);
  box-shadow: 0 0 12px rgba(183, 146, 104, 0.92);
  content: "";
}

.page-home .law-firm-world-map__framework::after {
  content: attr(data-framework);
}

.page-home #audience-investors .audience-card__header,
.page-home #audience-investors .audience-risk-grid,
.page-home #audience-firms .audience-card__header,
.page-home #audience-firms .audience-risk-grid {
  position: relative;
  z-index: 2;
}

.page-home #audience-investors .audience-risk-card {
  background: rgba(21, 38, 61, 0.92);
}

.page-home #audience-firms .audience-risk-card {
  background: rgba(7, 13, 22, 0.92);
}

@keyframes portfolio-exposure-pulse {
  0%, 100% { opacity: 0.54; transform: translate(-50%, -50%) translate3d(-3px, 4px, 0) scale(0.9); }
  36% { opacity: 1; transform: translate(-50%, -50%) translate3d(5px, -14px, 0) scale(1.12); }
  64% { opacity: 0.76; transform: translate(-50%, -50%) translate3d(-4px, 3px, 0) scale(0.98); }
}

@keyframes portfolio-exposure-trace {
  to { stroke-dashoffset: -168; }
}

@keyframes portfolio-exposure-law-pulse {
  0%, 100% {
    opacity: 0.72;
    box-shadow: 0 0 0 rgba(183, 146, 104, 0);
    transform: translate(-50%, -50%) scale(0.97);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 22px rgba(183, 146, 104, 0.52);
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes law-firm-world-map-drift {
  0%, 100% { opacity: 0.34; transform: translate3d(-5px, 2px, 0) scale(0.992); }
  50% { opacity: 0.52; transform: translate3d(6px, -4px, 0) scale(1.008); }
}

@keyframes law-firm-world-route-flow {
  to { stroke-dashoffset: -152; }
}

@keyframes law-firm-world-node-pulse {
  0%, 100% {
    opacity: 0.42;
    box-shadow: 0 0 10px rgba(131, 183, 216, 0.24);
    transform: translate(-50%, -50%) scale(0.88);
  }
  46% {
    opacity: 1;
    box-shadow: 0 0 32px rgba(131, 183, 216, 0.7);
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@keyframes law-firm-world-framework-pulse {
  0%, 100% {
    opacity: 0.52;
    box-shadow: 0 0 0 rgba(183, 146, 104, 0);
    transform: translate(-50%, -50%) scale(0.96);
  }
  52% {
    opacity: 1;
    box-shadow: 0 0 22px rgba(183, 146, 104, 0.48);
    transform: translate(-50%, -50%) scale(1.04);
  }
}

.page-home .audience-card:nth-child(even) { background: var(--editorial-ink); }

.page-home .audience-card::before {
  position: absolute;
  top: 32px;
  right: 48px;
  color: var(--editorial-brass);
  content: attr(data-chapter) " / 03";
  font-family: var(--lnx-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.page-home .audience-card--text { display: flex; }

.page-home .audience-card:hover {
  border-color: var(--editorial-dark-rule);
  transform: none;
  box-shadow: none;
}

.page-home .audience-card__header {
  display: grid;
  width: 100%;
  max-width: 1800px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 0 48px;
}

.page-home .audience-card__copy {
  min-width: 0;
  text-align: left;
}

.page-home .audience-card__copy .audience-card__eyebrow {
  margin: 0 0 14px;
}

.page-home .audience-logo-rail {
  overflow: hidden;
  justify-self: end;
  width: 100%;
  margin-right: 0;
  padding: 8px 0;
  border-top: 1px solid var(--editorial-dark-rule);
  border-bottom: 1px solid var(--editorial-dark-rule);
}

.page-home .audience-logo-rail__track {
  display: flex;
  width: max-content;
  animation: audience-logo-flow 18s linear infinite;
  will-change: transform;
}

.page-home .audience-logo-rail__group {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
}

.page-home .audience-logo-rail__mark {
  display: flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1px solid rgba(245, 241, 232, 0.16);
  border-radius: 4px;
  background: var(--editorial-ivory-bright);
}

.page-home .audience-logo-rail__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes audience-logo-flow {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.page-home .problem__split { gap: 0; }

.page-home .problem__column {
  min-height: 780px;
  padding: 64px 48px;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--editorial-navy);
  text-align: left;
}

.page-home .problem__stat {
  font-size: 112px;
  letter-spacing: 0;
}

.page-home .problem__stat em {
  font-size: .62em;
  font-style: normal;
  font-weight: 500;
}

.page-home .illustrative-note,
.page-home .coverage__source-note {
  margin: 28px auto 0;
  max-width: 1040px;
  color: var(--editorial-muted);
  font-family: var(--lnx-font-sans);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.page-home .findings__copy .illustrative-note {
  margin: 20px 0 0;
  text-align: left;
}

.page-home .problem > .container > .illustrative-note,
.page-home .editorial-disclosure {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 48px 28px;
  border-top: 1px solid var(--editorial-dark-rule);
  color: var(--lnx-on-dark-3);
  background: var(--editorial-navy);
  font-family: var(--lnx-font-serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.6;
  text-align: left;
}

.page-home .coverage__source-note a {
  color: var(--editorial-brass);
  text-underline-offset: 4px;
}

.page-home .problem__copy {
  max-width: 58ch;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.55;
}

.page-home .problem__column > .eyebrow {
  margin: 0 0 20px;
}

.page-home .problem__marquee-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 12px;
  animation: none;
  transform: none;
  will-change: auto;
}

.page-home .problem__column:last-child .problem__marquee-track {
  animation: none;
}

.page-home .chip {
  width: auto;
  min-width: 0;
  min-height: 74px;
  padding: 14px;
}

.page-home .chip__logo {
  width: 40px;
  height: 40px;
}

.page-home .chip > div { min-width: 0; }

.page-home .chip__name,
.page-home .chip__status {
  overflow: hidden;
  font-family: var(--lnx-font-sans);
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: anywhere;
}

.page-home .chip__name { font-size: 15px; }

.page-home .chip__status {
  font-size: 10px;
  letter-spacing: 0.04em;
}

.page-home .steps__grid { gap: 0; }

.page-home .step {
  display: flex;
  min-height: 72svh;
  flex-direction: column;
  padding: clamp(64px, 9vh, 96px) 48px;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  transform: none;
}

.page-home .step:hover {
  transform: none;
  box-shadow: none;
}

.page-home .step__num {
  font-family: var(--lnx-font-sans);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-home .step__title {
  font-size: 44px;
  line-height: 1.12;
}

.page-home .step__desc {
  max-width: 38ch;
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.55;
}

.page-home .step__sources {
  gap: 10px;
  padding-top: 24px;
}

.page-home .source-pill {
  min-height: 46px;
  gap: 9px;
  padding: 8px 14px 8px 9px;
  font-family: var(--lnx-font-sans);
  font-size: 15px;
  letter-spacing: 0;
}

.page-home .source-pill img {
  width: 26px;
  height: 26px;
}

.page-home .source-pill svg {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  fill: none;
  stroke: var(--editorial-brass);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .findings__layout {
  min-height: 94svh;
  gap: 0;
  align-items: stretch;
}

.page-home .findings__copy {
  display: flex;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  padding: clamp(96px, 14vh, 156px) 48px;
  border-right: 1px solid var(--editorial-dark-rule);
  text-align: left;
}

.page-home .findings__table {
  align-self: center;
  margin: 64px 48px;
  border-radius: 0;
}

.page-home .findings__header {
  grid-template-columns: 94px minmax(0, 1.15fr) minmax(110px, 0.6fr) minmax(150px, 0.85fr);
  color: var(--editorial-ivory-muted);
  font-family: var(--lnx-font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.page-home .findings__row {
  grid-template-columns: 94px minmax(0, 1.15fr) minmax(110px, 0.6fr) minmax(150px, 0.85fr);
  gap: 16px;
  padding: 22px 20px;
  align-items: start;
}

.page-home .findings__title {
  color: var(--lnx-on-dark-1);
  font-family: var(--lnx-font-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.page-home .severity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 12px;
  font-family: var(--lnx-font-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.page-home .findings__vendor,
.page-home .findings__cite {
  min-width: 0;
  font-family: var(--lnx-font-sans);
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0;
}

.page-home .findings__vendor { color: var(--editorial-ivory-muted); }

.page-home .findings__vendor img {
  width: 30px;
  height: 30px;
}

.page-home .findings__cite svg {
  width: 18px;
  height: 18px;
}

.page-home .findings__cite-text { overflow-wrap: anywhere; }

.page-home .coverage__grid { gap: 0; }

.page-home .coverage {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.page-home .coverage > .container {
  position: relative;
  z-index: 1;
}

.page-home .coverage-globe {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.56;
  pointer-events: none;
}

.page-home .coverage-globe__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  place-items: center;
  contain: layout paint;
}

.page-home .coverage-globe__earth {
  width: min(84vw, 92svh, 1280px);
  height: auto;
  aspect-ratio: 1;
  display: block;
  grid-area: 1 / 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.page-home .coverage-globe__source {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.page-home .coverage-globe__earth {
  position: relative;
  z-index: 1;
  contain: strict;
}

.page-home .coverage__intro {
  display: flex;
  min-height: 64svh;
  flex-direction: column;
  justify-content: center;
  background: rgba(7, 13, 22, 0.34);
}

.page-home .coverage__intro .section__heading {
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.page-home .coverage__intro .section__sub {
  margin: 24px auto 0;
  text-align: center;
}

.page-home .coverage__card {
  display: flex;
  min-height: 86svh;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 9vh, 96px) 48px;
  background: rgba(7, 13, 22, 0.84);
  border-radius: 0;
}

.page-home .coverage__card-title { font-size: 34px; }

.page-home .coverage__list li {
  padding: 22px 0;
  grid-template-columns: 28px minmax(180px, 0.7fr) minmax(0, 1.3fr);
  column-gap: 16px;
  font-family: var(--lnx-font-sans);
  font-size: 19px;
  line-height: 1.4;
}

.page-home .coverage__list strong {
  color: var(--editorial-ivory-muted);
  font-family: var(--lnx-font-sans);
  font-weight: 500;
}

.page-home .coverage__list em {
  color: var(--editorial-ivory-muted);
  font-family: var(--lnx-font-sans);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  text-transform: none;
}

.page-home .coverage__icon {
  width: 28px;
  height: 28px;
}

.page-home .coverage__icon svg {
  width: 22px;
  height: 22px;
}

.page-home .cta {
  display: flex;
  min-height: 740px;
  align-items: center;
  padding: 120px 48px;
  color: var(--editorial-ink);
  background: #eeece7;
  border-top: 1px solid var(--editorial-light-rule);
}

.page-home .cta__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.page-home .cta__heading {
  max-width: 14ch;
  margin: 0 auto;
  font-size: clamp(64px, 5.2vw, 96px);
  font-style: normal;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .cta__heading,
.page-home .cta .eyebrow {
  color: var(--editorial-ink);
}

.page-home .cta__heading em { color: var(--editorial-accent-on-light); }

.page-home .cta__sub {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--editorial-copy);
  font-size: 22px;
  line-height: 1.55;
}

.page-home .waitlist-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(190px, auto);
  gap: 14px;
  max-width: 1280px;
  margin: 48px auto 0;
  align-items: stretch;
}

.page-home .waitlist-form input[type="email"],
.page-home .waitlist-form input[type="text"] {
  min-height: 68px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 17px;
}

.page-home .cta .waitlist-form input[type="email"],
.page-home .cta .waitlist-form input[type="text"] {
  color: var(--editorial-ink);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(21, 38, 61, 0.24);
}

.page-home .cta .waitlist-form input::placeholder {
  color: rgba(21, 38, 61, 0.58);
}

.page-home .cta .waitlist-form input:focus {
  border-color: var(--editorial-accent-on-light);
  box-shadow: 0 0 0 3px rgba(118, 81, 47, 0.12);
}

.page-home .waitlist-form .btn {
  min-height: 68px;
  padding: 0 32px;
  align-self: stretch;
  margin: 0;
  border-radius: 4px;
  color: var(--editorial-navy);
  font-size: 17px;
}

.page-home .waitlist-form__msg {
  grid-column: 1 / -1;
  min-height: 28px;
  margin: 2px 0 0;
  font-family: var(--lnx-font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .waitlist-form__msg.is-success {
  color: var(--editorial-accent-on-light);
}

.page-home .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 56px;
  row-gap: 28px;
  max-width: none;
  margin: 0;
  padding: 44px 48px;
  text-align: left;
}

.page-home .footer__identity {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.page-home .footer__brand {
  flex: 0 0 auto;
  font-size: 15px;
}

.page-home .footer__brand img {
  width: 28px;
  height: 28px;
}

.page-home .footer__meta {
  margin: 0;
  color: var(--lnx-on-dark-3);
  font-family: var(--lnx-font-sans);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.page-home .footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.page-home .footer__legal {
  margin: 0;
  justify-content: flex-start;
  color: var(--lnx-on-dark-2);
  font-family: var(--lnx-font-sans);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .footer__social { margin: 0; }

.page-home .footer__social a {
  min-height: 40px;
  padding: 8px 16px;
  font-family: var(--lnx-font-sans);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.page-home .footer__compliance {
  margin: 0;
  flex-direction: row;
  align-items: center;
  gap: 18px;
}

.page-home .footer__compliance-label {
  flex: 0 0 auto;
  color: var(--lnx-gold);
  font-family: var(--lnx-font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-home .footer__compliance-badges {
  justify-content: flex-end;
  gap: 10px;
}

.page-home .compliance-badge {
  min-height: 36px;
  padding: 7px 14px 7px 12px;
  font-family: var(--lnx-font-sans);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--lnx-on-dark-2);
  opacity: 0.9;
  transition: color 0.2s, border-color 0.2s, background 0.2s, opacity 0.2s;
}

.page-home .compliance-badge__status {
  font-family: var(--lnx-font-sans);
  font-size: 12px;
  letter-spacing: 0;
  color: var(--lnx-on-dark-3);
}

.page-home .compliance-badge:hover {
  opacity: 1;
  color: var(--lnx-on-dark-1);
  border-color: var(--lnx-gold);
  background: rgba(183, 146, 104, 0.06);
}

.page-home .audience-card__title {
  max-width: 15ch;
  margin: 0;
  font-size: 72px;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.page-home .audience-risk-grid {
  display: grid;
  width: 100%;
  max-width: 1800px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 56px auto 0;
  padding: 0 48px;
  background: transparent;
}

.page-home .audience-risk-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 36px;
  border: 1px solid var(--editorial-dark-rule);
  color: var(--editorial-ivory);
  background: var(--editorial-navy);
}

.page-home .audience-card:nth-child(even) .audience-risk-card {
  background: var(--editorial-ink);
}

.page-home .audience-risk-card__icon {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  padding: 13px;
  color: var(--editorial-brass);
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: 4px;
  background: rgba(183, 146, 104, 0.06);
}

.page-home .audience-risk-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .audience-risk-card__index {
  position: absolute;
  top: 38px;
  right: 36px;
  color: var(--editorial-brass);
  font-family: var(--lnx-font-sans);
  font-size: 14px;
  font-weight: 600;
}

.page-home .audience-risk-card h4 {
  margin: 48px 0 14px;
  color: var(--editorial-ivory);
  font-family: var(--lnx-font-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.page-home .audience-risk-card p {
  max-width: 420px;
  margin: 0;
  color: var(--lnx-on-dark-2);
  font-family: var(--lnx-font-sans);
  font-size: 18px;
  line-height: 1.5;
}

.page-home .audience-risk-card__status {
  margin-top: auto;
  padding-top: 28px;
  color: var(--editorial-brass);
  font-family: var(--lnx-font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-home .mock-report__head h4,
.page-home .ws-dash__stat-value,
.page-home .source-pill .pill-letter,
.page-home .findings__vendor .vendor-letter {
  letter-spacing: 0;
}

.page-home .section__sub {
  max-width: 62ch;
  margin: 24px 0 0;
  font-family: var(--lnx-font-sans);
  line-height: 1.55;
}

.page-home .problem__copy,
.page-home .step__desc,
.page-home .coverage__list,
.page-home .waitlist-form {
  font-family: var(--lnx-font-sans);
}

.page-home .ws { border-radius: 6px; }

.page-home .audience-card__demo-strip,
.page-home .audience-card__demo-strip-internal {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-home .ws { max-width: 100%; }

@media (max-width: 1320px) {
  .page-home .footer {
    justify-content: flex-start;
    column-gap: 40px;
    row-gap: 24px;
    padding: 40px 32px;
    text-align: left;
  }

  .page-home .footer__identity { flex-wrap: wrap; }

  .page-home .footer__links,
  .page-home .footer__compliance-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .page-home .topbar,
  .page-blog .topbar,
  .page-reading .topbar {
    position: sticky;
    top: 0;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 24px;
  }

  .page-home .topbar__nav,
  .page-blog .topbar__nav,
  .page-reading .topbar__nav {
    display: flex;
    order: 3;
    width: 100%;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .page-home .topbar__nav::-webkit-scrollbar,
  .page-blog .topbar__nav::-webkit-scrollbar,
  .page-reading .topbar__nav::-webkit-scrollbar { display: none; }

  .page-home .topbar__nav > *,
  .page-blog .topbar__nav > *,
  .page-reading .topbar__nav > * { flex: 0 0 auto; }

  .page-home .topbar {
    min-height: 76px;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0 0 0 24px;
  }
  .page-home .topbar__brand {
    min-width: 0;
    gap: 12px;
    padding-right: 20px;
    border-right: 0;
    font-size: 22px;
  }
  .page-home .topbar__brand img { width: 36px; height: 36px; }
  .page-home .topbar__nav {
    order: initial;
    width: auto;
    gap: 0;
    margin-left: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .page-home .topbar__nav > a:not(.btn--filled),
  .page-home .topbar__dropdown { display: none; }
  .page-home .topbar__nav > .btn--filled {
    min-height: 76px;
    padding: 0 24px;
    font-size: 16px;
  }

  .page-home .hero {
    min-height: 820px;
    padding: 116px 32px 104px;
  }

  .page-home .hero__eyebrow { font-size: 18px; }

  .page-blog .blog-hero { padding: 96px 24px 72px; }
  .page-reading .article { padding-top: 0; }
  .page-home .hero__headline { font-size: 82px; }
  .page-home .section__heading,
  .page-home .evidence-band__statement h2,
  .page-home .cta__heading { font-size: clamp(44px, 7vw, 56px); }
  .page-home .problem__stat { font-size: 96px; }
.page-blog .topbar__nav a,
.page-blog .topbar__nav .is-disabled,
.page-reading .topbar__nav a,
.page-reading .topbar__nav .is-disabled { font-size: 15px; }
  .page-reading .article__title { font-size: 54px; }
  .page-reading .article__body { font-size: 19px; }
  .page-blog .blog-hero__headline { font-size: 64px; }
  .page-home .supporters__intro h2,
  .page-home .legal-intelligence__copy h2 { font-size: clamp(44px, 7vw, 56px); }
  .page-home .findings__layout { grid-template-columns: 1fr; }
  .page-home .findings__copy {
    border-right: 0;
    border-bottom: 1px solid var(--editorial-dark-rule);
  }
  .page-home .findings__row,
  .page-home .findings__header {
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 10px;
  }
  .page-home .findings__header span:nth-child(3),
  .page-home .findings__header span:nth-child(4) { display: none; }
  .page-home .findings__vendor,
  .page-home .findings__cite {
    grid-column: 2;
    padding-left: 0;
  }
  .page-home .audiences__intro { min-height: 480px; }
  .page-home .audience-card {
    min-height: 0;
    padding: 80px 0;
  }
  .page-home .audience-card::before { top: 24px; right: 32px; }
  .page-home .audience-card__header {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 32px;
  }
  .page-home .audience-logo-rail {
    justify-self: stretch;
    margin-right: 0;
  }
  .page-home .audience-card__title { font-size: 58px; }
  .page-home .audience-risk-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
    padding: 0 32px;
  }
  .page-home .audience-risk-card { min-height: 240px; }
  .page-home .steps__intro,
  .page-home .coverage__intro { min-height: 480px; }
  .page-home .findings__layout { min-height: 0; }
  .page-home .cta {
    min-height: 680px;
    padding: 96px 32px;
  }
  .page-home .waitlist-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
  .page-home .footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    padding: 40px 32px;
    text-align: left;
  }
  .page-home .footer__identity { flex-wrap: wrap; }
  .page-home .footer__links { justify-content: flex-start; flex-wrap: wrap; }
  .page-home .footer__compliance { flex-wrap: wrap; justify-content: flex-start; }
  .page-home .footer__compliance-badges { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .page-home .topbar,
  .page-blog .topbar,
  .page-reading .topbar { padding: 12px 20px; }

  .page-home .topbar__nav,
  .page-blog .topbar__nav,
  .page-reading .topbar__nav {
    flex-wrap: wrap;
    gap: 10px 12px;
    overflow: visible;
    padding-bottom: 0;
  }

  .page-home .topbar__nav > .btn,
  .page-blog .topbar__nav > .btn,
  .page-reading .topbar__nav > .btn { margin-left: auto; }

  .page-home .topbar { min-height: 68px; padding-left: 20px; }
  .page-home .topbar__brand {
    min-width: 0;
    gap: 10px;
    border-right: 0;
    font-size: 18px;
  }
  .page-home .topbar__brand img { width: 32px; height: 32px; }
  .page-home .topbar__nav { flex-wrap: nowrap; gap: 0; overflow: visible; padding-bottom: 0; }
  .page-home .topbar__nav > a:not(.btn--filled),
  .page-home .topbar__dropdown { display: none; }
  .page-home .topbar__nav > .btn--filled { min-height: 68px; padding: 0 18px; font-size: 16px; }

  .page-home .hero {
    min-height: 780px;
    padding: 96px 20px 124px;
  }

  .page-home .hero__logo { width: 44px; height: 44px; margin: 0; }
  .page-home .hero__wordmark { margin: 0; }
  .page-home .hero__eyebrow { font-size: 16px; }

  .page-home .hero__headline { font-size: 56px; line-height: 1.28; }
  .page-home .hero__signal-bar { min-height: 84px; flex-wrap: wrap; gap: 10px 16px; padding: 14px 20px; }
  .page-home .hero__signal-bar span { max-width: min(180px, 55vw); font-size: 14px; line-height: 1.2; }
  .page-home .hero__signal-bar strong { flex-shrink: 0; margin-left: auto; font-size: 10px; }
  .page-home .supporters__grid {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }
  .page-home .supporters__intro,
  .page-home .supporters__marks,
  .page-home .supporters__mark { min-width: 0; }
  .page-home .legal-intelligence { grid-template-columns: 1fr; }
  .page-home .supporters__intro { min-height: 300px; border-right: 0; }
  .page-home .supporters__marks { grid-template-columns: minmax(0, 1fr); }
  .page-home .supporters__mark { grid-column: 1 / -1; min-height: 205px; border-right: 0; }
  .page-home .legal-intelligence__visual { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--editorial-dark-rule); }
  .page-home .legal-intelligence__copy { padding: 48px 24px 56px; }

  .page-home .audiences__intro,
  .page-home .steps__intro,
  .page-home .coverage__intro { padding: 64px 24px 48px; }
  .page-home .section__heading,
  .page-home .evidence-band__statement h2,
  .page-home .cta__heading,
  .page-home .supporters__intro h2,
  .page-home .legal-intelligence__copy h2 { font-size: clamp(40px, 11vw, 48px); }
  .page-home .audiences__intro .section__heading {
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    font-size: clamp(33px, calc(4.72vw + 14.592px), 44.8px);
    letter-spacing: 0;
  }
  .page-home .coverage__intro .section__heading {
    font-size: clamp(36px, calc(3.52vw + 22.272px), 44.8px);
  }
  .page-home .cta__inner .cta__heading {
    font-size: clamp(35px, calc(3.92vw + 19.712px), 44.8px);
  }
  .page-home .evidence-band {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .page-home .evidence-band::before {
    background-position: center top;
    opacity: 0.1;
  }
  .page-home .evidence-band__statement {
    min-height: 520px;
    padding: 56px 24px;
    border-right: 0;
  }
  .page-home .evidence-band__flows > div {
    min-height: 240px;
    padding: 28px 24px;
  }
  .page-home .problem__split,
  .page-home .steps__grid,
  .page-home .coverage__grid { grid-template-columns: minmax(0, 1fr); }
  .page-home .problem__column {
    min-height: 0;
    padding: 48px 24px;
  }
  .page-home .problem > .container > .illustrative-note,
  .page-home .editorial-disclosure {
    padding: 20px 24px 24px;
    font-size: 16px;
  }
  .page-home .problem__stat { font-size: 84px; }
  .page-home .step {
    min-width: 0;
    min-height: 560px;
    padding: 56px 24px;
  }
  .page-home .step__title {
    overflow-wrap: break-word;
  }
  .page-home .findings__layout { min-height: 0; }
  .page-home .findings__copy {
    min-height: 520px;
    padding: 72px 24px;
  }
  .page-home .findings__table { margin: 24px; }
  .page-home .findings__row,
  .page-home .findings__header {
    grid-template-columns: 84px minmax(0, 1fr);
    column-gap: 14px;
    padding: 20px 16px;
  }
  .page-home .findings__header { font-size: 13px; }
  .page-home .findings__title { font-size: 18px; }
  .page-home .severity {
    min-width: 74px;
    min-height: 40px;
    font-size: 14px;
  }
  .page-home .findings__vendor,
  .page-home .findings__cite { font-size: 16px; }
  .page-home .coverage__intro { min-height: 520px; }
  .page-home .coverage-globe { opacity: 0.44; }
  .page-home .coverage-globe__earth {
    width: 148vw;
    max-width: none;
  }
  .page-home .coverage__card {
    min-height: 0;
    padding: 72px 24px;
  }
  .page-blog .blog-hero__headline { font-size: 48px; }
  .page-blog .blog-hero__sub { font-size: 18px; }
  .page-blog .post-card__title { font-size: 26px; }
  .page-reading .article__title { font-size: 40px; }
  .page-reading .article__lede { font-size: 19px; }
  .page-reading .article__header { padding: 72px 20px 56px; }
  .page-reading .article__reading { padding: 64px 20px 88px; }
  .page-reading .article__body { font-size: 18px; }
  .page-reading .article__body h2 { font-size: 30px; }
  .page-reading .article__body blockquote { font-size: 24px; }
  .page-home .audiences__intro { min-height: 460px; }
  .page-home .audience-card { padding: 72px 0; }
  .page-home .audience-card::before { top: 22px; right: 24px; }
  .page-home .audience-intelligence-network { opacity: 0.12; }
  .page-home .audience-intelligence-network__node::after { display: none; }
  .page-home .portfolio-exposure-network { opacity: 0.14; }
  .page-home .portfolio-exposure-network__company {
    width: 54px;
    height: 54px;
    padding: 8px;
  }
  .page-home .portfolio-exposure-network__law {
    min-height: 32px;
    gap: 7px;
    padding: 6px 8px;
    font-size: 11px;
  }
  .page-home .law-firm-world-map { opacity: 0.12; }
  .page-home .law-firm-world-map__canvas {
    width: 212vw;
    max-width: none;
  }
  .page-home .law-firm-world-map__firm {
    width: 64px;
    height: 44px;
    padding: 6px;
  }
  .page-home .law-firm-world-map__framework {
    min-height: 28px;
    gap: 5px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .page-home .audience-card__header {
    gap: 20px;
    padding: 0 24px;
  }
  .page-home .audience-logo-rail__mark {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  .page-home .audience-card__title { font-size: 44px; }
  .page-home .audience-risk-grid {
    margin-top: 32px;
    padding: 0 20px;
  }
  .page-home .audience-risk-card {
    min-height: 240px;
    padding: 24px;
  }
  .page-home .audience-risk-card__index { top: 26px; right: 24px; }
  .page-home .audience-risk-card h4 { margin-top: 36px; font-size: 28px; }
  .page-home .audience-risk-card p { font-size: 17px; }
  .page-home .cta {
    min-height: 0;
    padding: 80px 20px;
  }
  .page-home .cta__sub { font-size: 18px; }
  .page-home .waitlist-form {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 36px auto 0;
  }
  .page-home .waitlist-form input[type="email"],
  .page-home .waitlist-form input[type="text"],
  .page-home .waitlist-form .btn { min-height: 62px; }
  .page-home .footer { padding: 32px 20px; }
  .page-home .footer__identity {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .page-home .footer__links {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px 20px;
  }
  .page-home .footer__compliance {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .page-home .footer__compliance-badges { justify-content: flex-start; flex-wrap: wrap; }
  .page-home .coverage__list li {
    grid-template-columns: 26px minmax(0, 1fr);
    row-gap: 4px;
  }
  .page-home .coverage__list em {
    grid-column: 2;
    text-align: left;
    font-size: 16px;
  }
  .page-home .problem__marquee-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-home .audience-card__demo-strip-internal { overflow-x: auto; }
}

@media (max-width: 400px) {
  .page-home .step__title { font-size: 36px; }
}

@media (max-width: 300px) {
  .page-home { overflow-x: clip; }

  .page-home .topbar {
    min-height: 60px;
    padding-left: 12px;
  }
  .page-home .topbar__brand {
    gap: 7px;
    padding-right: 8px;
    font-size: 15px;
  }
  .page-home .topbar__brand img { width: 28px; height: 28px; }
  .page-home .topbar__nav > .btn--filled {
    min-height: 60px;
    padding: 0 10px;
    font-size: 13px;
  }

  .page-home .hero { padding-inline: 16px; }
  .page-home .hero__headline {
    font-size: 42px;
    overflow-wrap: anywhere;
  }
  .page-home .hero__headline span { white-space: normal; }

  .page-home .section__heading,
  .page-home .evidence-band__statement h2,
  .page-home .cta__heading,
  .page-home .supporters__intro h2,
  .page-home .legal-intelligence__copy h2,
  .page-home .audience-card__title {
    font-size: 34px;
    overflow-wrap: anywhere;
  }
  .page-home .problem__stat { font-size: 60px; }

  .page-home .problem__split,
  .page-home .steps__grid,
  .page-home .coverage__grid,
  .page-home .audience-risk-grid { grid-template-columns: minmax(0, 1fr); }
  .page-home .audience-risk-card,
  .page-home .findings__copy { min-width: 0; }

  .page-home .audience-card,
  .page-home .audience-logo-rail,
  .page-home .audience-intelligence-network,
  .page-home .portfolio-exposure-network,
  .page-home .law-firm-world-map { overflow-x: clip; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .coverage-globe__earth { opacity: 0.82; }

  .page-home .audience-logo-rail__track {
    animation: none;
    transform: translateX(0);
  }

  .page-home .audience-intelligence-network__traces path,
  .page-home .audience-intelligence-network__node { animation: none; }

  .page-home .law-firm-world-map__route,
  .page-home .law-firm-world-map__firm,
  .page-home .law-firm-world-map__framework,
  .page-home .law-firm-world-map__land,
  .page-home .portfolio-exposure-network__traces path,
  .page-home .portfolio-exposure-network__company {
    animation: none;
  }

  .page-home *,
  .page-blog *,
  .page-reading * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .page-home .reveal,
  .page-blog .reveal,
  .page-reading .reveal {
    opacity: 1;
    transform: none;
  }
}
