@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/css/fonts/inter-latin-variable-v1.woff2") format("woff2");
}

.home-shell {
  --home-ink: #111413;
  --home-ink-hover: #2a302d;
  --home-paper: #ffffff;
  --home-warm: #fbfaf7;
  --home-soft: #f6f7f5;
  --home-text: #111413;
  --home-text-secondary: #4c5550;
  --home-metadata: #66706a;
  --home-border: #dde3de;
  --home-border-strong: #c6cec8;
  --home-sage: #7bb39d;
  --home-sage-soft: #dceee7;
  --home-sage-text: #3f6e5d;
  --home-rust: #c9653f;
  --home-rust-soft: #f4dfd5;
  --home-rust-text: #a84b2e;
  --home-max-width: 1240px;
  --home-radius-control: 8px;
  --home-radius-panel: 12px;
  --home-radius-product: 16px;
  --home-shadow-product: 0 24px 64px rgba(17, 20, 19, 0.12);
  background: var(--home-paper);
  color: var(--home-text);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.home-shell .container {
  max-width: var(--home-max-width);
  padding-inline: 32px;
}

.home-shell h1,
.home-shell h2,
.home-shell h3,
.home-shell p {
  margin-top: 0;
}

.home-shell h1,
.home-shell h2,
.home-shell h3 {
  color: inherit;
  font-weight: 650;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.home-shell h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.0625;
}

.home-shell h2 {
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  letter-spacing: -0.025em;
  line-height: 1.14;
}

.home-shell h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.375rem);
  letter-spacing: -0.012em;
  line-height: 1.32;
}

.home-shell p {
  color: var(--home-text-secondary);
  font-size: 1rem;
  line-height: 1.625;
}

.home-shell a {
  text-underline-offset: 0.18em;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 180ms ease;
}

.home-shell :focus-visible {
  outline: 3px solid var(--home-sage-text);
  outline-offset: 3px;
}

.home-skip-link {
  background: var(--home-paper);
  border: 2px solid var(--home-ink);
  border-radius: var(--home-radius-control);
  color: var(--home-ink);
  font-size: 0.9375rem;
  font-weight: 700;
  left: 20px;
  padding: 10px 14px;
  position: fixed;
  top: 12px;
  transform: translateY(-160%);
  z-index: 1000;
}

.home-skip-link:focus {
  transform: translateY(0);
}

.home-shell .home-header {
  background: rgba(255, 255, 255, 0.97);
  border-color: var(--home-border);
  min-height: 76px;
  padding-block: 12px;
  position: sticky;
  top: 0;
}

.home-shell .home-header .container {
  gap: 16px;
  max-width: 1440px;
}

.home-shell .home-header .logo {
  font-size: 1.375rem;
  font-weight: 800;
}

.home-shell .home-header .nav-links {
  gap: 15px;
}

.home-shell .home-header .nav-links > a {
  color: var(--home-text-secondary);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.home-shell .home-header .nav-links > a:hover {
  color: var(--home-ink);
}

.home-shell .home-header .language-switcher {
  border-color: var(--home-border);
}

.home-shell .home-header .language-switcher a {
  align-items: center;
  color: var(--home-metadata);
  display: inline-flex;
  justify-content: center;
  min-height: 36px;
  min-width: 36px;
}

.home-shell .home-header .language-switcher a[aria-current="page"] {
  background: var(--home-ink);
  color: var(--home-paper);
}

.home-shell .home-header .header-login {
  border-color: var(--home-border-strong);
  border-radius: var(--home-radius-control);
  color: var(--home-ink);
  font-size: 0.875rem;
  font-weight: 650;
  min-height: 48px;
  padding: 12px 18px;
}

.home-shell .home-header .header-login:hover {
  background: var(--home-soft);
  border-color: var(--home-ink);
}

.home-page {
  background: var(--home-paper);
  color: var(--home-text);
}

.home-kicker {
  color: var(--home-rust-text) !important;
  font-size: 0.8125rem !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.385 !important;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.home-section {
  padding-block: 96px;
  scroll-margin-top: 92px;
}

.home-section-intro {
  max-width: 640px;
}

.home-section-intro-wide {
  max-width: 780px;
}

.home-section-intro h2 {
  margin-bottom: 20px;
}

.home-section-intro > p:last-child {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 66ch;
}

.home-actions,
.home-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--home-radius-control);
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 650;
  justify-content: center;
  line-height: 1.25rem;
  min-height: 48px;
  padding: 13px 19px;
  text-align: center;
}

.home-button-primary {
  background: var(--home-ink);
  border-color: var(--home-ink);
  color: var(--home-paper);
}

.home-button-primary:hover {
  background: var(--home-ink-hover);
  border-color: var(--home-ink-hover);
  color: var(--home-paper);
}

.home-button-secondary {
  background: transparent;
  border-color: var(--home-border-strong);
  color: var(--home-ink);
}

.home-button-secondary:hover {
  background: var(--home-paper);
  border-color: var(--home-ink);
  color: var(--home-ink);
}

.home-text-link {
  color: var(--home-ink);
  font-size: 0.9375rem;
  font-weight: 650;
  min-height: 44px;
  padding-block: 11px;
}

.home-text-link:hover,
.home-workflow-row > a:hover,
.home-source-pillar > a:hover,
.home-resource-journal:hover {
  color: var(--home-sage-text);
}

.home-action-note {
  color: var(--home-metadata) !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0;
  margin-top: 14px;
  max-width: 60ch;
}

.home-email-fallback {
  white-space: nowrap;
}

.home-hero {
  background:
    radial-gradient(circle at 84% 18%, rgba(123, 179, 157, 0.09), transparent 33rem),
    var(--home-warm);
  border-bottom: 1px solid var(--home-border);
  overflow: hidden;
  padding-top: 76px;
}

.home-hero-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}

.home-hero-copy {
  min-width: 0;
}

.home-hero-copy h1 {
  margin-bottom: 24px;
  max-width: 18ch;
}

.home-lead {
  font-size: 1.1875rem !important;
  line-height: 1.58 !important;
  margin-bottom: 30px;
  max-width: 62ch;
}

.home-product-figure {
  background: var(--home-paper);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius-product);
  color: var(--home-text);
  min-width: 0;
  overflow: hidden;
}

.home-hero-product {
  box-shadow: var(--home-shadow-product);
}

.home-product-figure picture,
.home-product-figure img {
  display: block;
  width: 100%;
}

.home-hero-product img {
  aspect-ratio: 1600 / 1067;
  object-fit: cover;
}

.home-evidence-legend {
  border-top: 1px solid var(--home-border);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-evidence-legend li {
  align-items: center;
  color: var(--home-text-secondary);
  display: flex;
  font-size: 0.8125rem;
  font-weight: 650;
  gap: 8px;
  min-height: 46px;
  padding: 10px 14px;
}

.home-evidence-legend li::before {
  background: var(--home-sage);
  border-radius: 50%;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  width: 7px;
}

.home-product-figure figcaption {
  border-top: 1px solid var(--home-border);
  color: var(--home-metadata);
  font-size: 0.8125rem;
  line-height: 1.55;
  padding: 11px 14px 12px;
}

.home-trust-rail {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 56px;
}

.home-trust-rail-item {
  align-items: flex-start;
  border-top: 1px solid var(--home-border-strong);
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  padding: 24px 24px 30px 0;
}

.home-trust-rail-item + .home-trust-rail-item {
  border-left: 1px solid var(--home-border);
  padding-left: 24px;
}

.home-trust-rail-item > span {
  color: var(--home-sage-text);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.625rem;
}

.home-trust-rail-item p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.home-trust-rail-item strong {
  color: var(--home-ink);
  display: block;
  font-weight: 650;
}

.home-platform {
  background: var(--home-paper);
}

.home-platform-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}

.home-evidence-chain {
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.home-evidence-chain li {
  display: grid;
  gap: 18px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-width: 0;
  padding: 0 0 30px;
  position: relative;
}

.home-evidence-chain li:not(:last-child)::after {
  background: var(--home-border-strong);
  bottom: 2px;
  content: "";
  left: 21px;
  position: absolute;
  top: 42px;
  width: 1px;
}

.home-step-number {
  align-items: center;
  background: var(--home-sage-soft);
  border-radius: 50%;
  color: var(--home-sage-text);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0.75rem;
  font-weight: 750;
  height: 44px;
  justify-content: center;
  line-height: 1;
  width: 44px;
}

.home-evidence-chain h3,
.home-evidence-chain p {
  margin-bottom: 0;
}

.home-evidence-chain h3 {
  margin-top: 6px;
}

.home-evidence-chain p {
  margin-top: 7px;
}

.home-product-crop {
  align-self: center;
}

.home-product-crop picture,
.home-product-crop img {
  height: auto;
}

.home-product-crop img {
  object-fit: contain;
}

.home-workflows {
  background: var(--home-soft);
}

.home-workflow-grid {
  display: grid;
  gap: 0 64px;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  margin-top: 54px;
}

.home-workflow-row {
  border-top: 1px solid var(--home-border-strong);
  display: grid;
  gap: 10px 20px;
  grid-column: 1;
  grid-template-columns: 48px minmax(0, 0.85fr) minmax(0, 1.15fr);
  min-width: 0;
  padding: 28px 0;
}

.home-workflow-row[data-workflow="research"] {
  grid-row: 1;
}

.home-workflow-row[data-workflow="documents"] {
  grid-row: 2;
}

.home-workflow-row[data-workflow="drafting"] {
  grid-row: 3;
}

.home-workflow-row[data-workflow="firm-knowledge"] {
  border-bottom: 1px solid var(--home-border-strong);
  grid-row: 4;
}

.home-workflow-index {
  color: var(--home-rust-text);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.8rem;
}

.home-workflow-row h3,
.home-workflow-row p {
  margin-bottom: 0;
}

.home-workflow-row > div p {
  margin-top: 8px;
}

.home-workflow-inspect {
  font-size: 0.9375rem !important;
  line-height: 1.58 !important;
}

.home-workflow-inspect strong {
  color: var(--home-ink);
}

.home-workflow-row > a {
  color: var(--home-ink);
  font-size: 0.875rem;
  font-weight: 650;
  grid-column: 2 / -1;
  min-height: 44px;
  padding-block: 10px;
  width: fit-content;
}

.home-workflow-proof {
  grid-column: 2;
  grid-row: 1 / span 4;
  max-height: 690px;
  position: sticky;
  top: 112px;
}

.home-sources {
  background: var(--home-ink);
  color: var(--home-paper);
}

.home-sources .home-kicker {
  color: #f0b49f !important;
}

.home-sources .home-section-intro > p:last-child,
.home-sources .home-source-pillar p,
.home-sources .home-professional-note p {
  color: #d9ded9;
}

.home-source-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 58px;
}

.home-source-pillar {
  min-width: 0;
  padding: 4px 40px 4px 0;
}

.home-source-pillar + .home-source-pillar {
  border-left: 1px solid #353c38;
  padding-left: 40px;
}

.home-source-marker {
  background: var(--home-sage);
  display: block;
  height: 3px;
  margin-bottom: 26px;
  width: 38px;
}

.home-source-pillar:nth-child(2) .home-source-marker {
  background: #d0a642;
}

.home-source-pillar:nth-child(3) .home-source-marker {
  background: var(--home-rust);
}

.home-source-pillar h3 {
  color: var(--home-paper);
  margin-bottom: 16px;
}

.home-source-pillar p {
  margin-bottom: 16px;
}

.home-source-proof {
  font-size: 0.9375rem !important;
  line-height: 1.65 !important;
}

.home-source-pillar > a,
.home-inline-links a {
  color: var(--home-paper);
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.home-source-pillar > a {
  display: inline-flex;
  min-height: 44px;
  padding-block: 10px;
}

.home-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.home-inline-links a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.home-sources a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.home-sources :focus-visible {
  outline-color: #ffffff;
}

.home-professional-note {
  border-top: 1px solid #353c38;
  margin-top: 56px;
  padding-top: 26px;
}

.home-professional-note p {
  font-size: 0.9375rem;
  margin-bottom: 0;
  max-width: 90ch;
}

.home-professional-note strong {
  color: var(--home-paper);
}

.home-pilot {
  background: var(--home-paper);
}

.home-pilot-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
}

.home-pilot-steps li {
  border-top: 1px solid var(--home-border-strong);
  min-width: 0;
  padding: 28px 34px 8px 0;
  position: relative;
}

.home-pilot-steps li + li {
  border-left: 1px solid var(--home-border);
  padding-left: 34px;
}

.home-pilot-steps li:not(:last-child)::after {
  background: var(--home-border-strong);
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 49px;
  width: 34px;
}

.home-pilot-steps .home-step-number {
  margin-bottom: 22px;
}

.home-pilot-steps h3 {
  margin-bottom: 10px;
}

.home-pilot-steps p {
  margin-bottom: 0;
}

.home-role-fit {
  border-block: 1px solid var(--home-border);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 56px 0 0;
}

.home-role-fit > div {
  min-width: 0;
  padding: 24px 28px 24px 0;
}

.home-role-fit > div + div {
  border-left: 1px solid var(--home-border);
  padding-left: 28px;
}

.home-role-fit dt {
  color: var(--home-ink);
  font-size: 0.9375rem;
  font-weight: 650;
  line-height: 1.5;
}

.home-role-fit dd {
  color: var(--home-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 6px 0 0;
}

.home-pilot-action {
  align-items: center;
  background: var(--home-soft);
  border-radius: var(--home-radius-panel);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 44px;
  padding: 30px 32px;
}

.home-pilot-action h3,
.home-pilot-action p {
  margin-bottom: 0;
}

.home-pilot-action > div:first-child p {
  margin-top: 7px;
}

.home-pilot-action .home-action-note {
  max-width: 38ch;
}

.home-buyer-resources {
  background: var(--home-warm);
}

.home-buyer-grid {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  margin-top: 54px;
}

.home-faq {
  border-bottom: 1px solid var(--home-border-strong);
}

.home-faq details {
  border-top: 1px solid var(--home-border-strong);
}

.home-faq summary {
  align-items: center;
  color: var(--home-ink);
  cursor: pointer;
  display: grid;
  font-size: 1.0625rem;
  font-weight: 650;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 32px;
  line-height: 1.5;
  list-style: none;
  min-height: 64px;
  padding: 17px 0;
}

.home-faq summary::-webkit-details-marker {
  display: none;
}

.home-faq summary::after {
  align-items: center;
  border: 1px solid var(--home-border-strong);
  border-radius: 50%;
  color: var(--home-sage-text);
  content: "+";
  display: inline-flex;
  font-size: 1.15rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  transition: transform 160ms ease;
  width: 30px;
}

.home-faq details[open] summary::after {
  transform: rotate(45deg);
}

.home-faq details p {
  margin-bottom: 22px;
  max-width: 72ch;
  padding-right: 52px;
}

.home-faq details p a {
  color: var(--home-sage-text);
  font-weight: 650;
  text-decoration: underline;
}

.home-resources {
  min-width: 0;
}

.home-resources h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.home-resource-feature {
  background: var(--home-paper);
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius-panel);
  color: var(--home-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
  padding: 24px;
}

.home-resource-feature:hover {
  border-color: var(--home-border-strong);
  color: var(--home-ink);
  transform: translateY(-2px);
}

.home-resource-feature > span:first-child {
  color: var(--home-metadata);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.5;
  text-transform: uppercase;
}

.home-resource-feature strong {
  font-size: 1.1875rem;
  line-height: 1.45;
}

.home-resource-feature > span:last-child {
  color: var(--home-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.home-resource-link,
.home-resource-journal {
  align-items: center;
  border-top: 1px solid var(--home-border-strong);
  color: var(--home-ink);
  display: flex;
  font-size: 0.9375rem;
  font-weight: 650;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.5;
  min-height: 56px;
  padding-block: 14px;
}

.home-resource-journal {
  border-bottom: 1px solid var(--home-border-strong);
  justify-content: flex-start;
}

.home-final-cta {
  background: var(--home-warm);
  border-top: 1px solid var(--home-border);
}

.home-final-cta-grid {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
}

.home-final-cta-grid h2 {
  margin-bottom: 18px;
  max-width: 18ch;
}

.home-final-cta-grid > div:first-child > p:last-child {
  font-size: 1.0625rem;
  margin-bottom: 0;
  max-width: 60ch;
}

.home-final-actions {
  align-items: stretch;
}

.home-final-actions .home-text-link {
  flex-basis: 100%;
}

.home-final-actions .home-action-note {
  flex-basis: 100%;
}

.home-shell .home-footer {
  background: var(--home-ink);
  padding: 62px 0 22px;
}

.home-shell .home-footer .container {
  min-width: 0;
}

.home-shell .home-footer p {
  color: var(--text-inverse-muted);
}

.home-footer-brand {
  align-items: start;
  border-bottom: 1px solid #353c38;
  display: grid;
  gap: 12px 42px;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
  padding-bottom: 34px;
}

.home-footer-brand .logo {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.home-footer-brand p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 68ch;
}

.home-footer-operator a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}

.home-footer-groups {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  inline-size: 100%;
  max-inline-size: 100%;
  padding-block: 46px;
}

.home-footer .footer-col {
  min-width: 0;
}

.home-footer .footer-col h2 {
  color: var(--home-paper);
  font-size: 0.9375rem;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 18px;
}

.home-footer .footer-col li {
  margin-bottom: 0;
}

.home-footer .footer-col a {
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.5;
  max-width: 100%;
  min-height: 44px;
  overflow-wrap: anywhere;
  padding-block: 7px;
  white-space: normal;
}

.home-footer .footer-bottom {
  border-color: #353c38;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding-top: 20px;
}

.home-footer .legal-links {
  flex-wrap: wrap;
}

.home-footer .footer-bottom p,
.home-footer .footer-bottom a {
  font-size: 0.8125rem;
}

.home-footer .footer-bottom a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

@media (max-width: 1240px) {
  .home-shell .home-header .container {
    gap: 12px;
  }

  .home-shell .home-header .nav-links {
    gap: 11px;
  }

  .home-shell .home-header .nav-links > a {
    font-size: 0.825rem;
  }

  .home-shell .home-header .language-switcher {
    gap: 4px;
    padding-left: 10px;
  }

  .home-shell .home-header .language-switcher a {
    min-width: 32px;
    padding-inline: 5px;
  }
}

@media (min-width: 1321px) {
  .home-shell .home-header .mobile-nav-toggle {
    display: none;
  }
}

@media (max-width: 1320px) {
  .home-shell .home-header {
    min-height: 68px;
    padding-block: 10px;
    position: sticky;
    top: 0;
  }

  .home-shell .home-header .container {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    justify-content: stretch;
    position: relative;
  }

  .home-shell .home-header .logo {
    font-size: 1.375rem;
    gap: 10px;
    grid-column: 1;
    grid-row: 1;
    min-height: 44px;
    min-width: 0;
  }

  .home-shell .home-header .logo::before {
    border-radius: 10px;
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .home-shell .home-header .mobile-nav-toggle-button {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
  }

  .home-shell .home-header .header-login {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .home-shell .home-header .mobile-nav-toggle:checked + .mobile-nav-toggle-button::before {
    content: "✕";
  }

  .home-shell .home-header .nav-links {
    align-items: stretch;
    background: var(--home-paper);
    border: 1px solid transparent;
    border-radius: var(--home-radius-panel);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
    left: 32px;
    margin-top: 0;
    max-height: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: none;
    position: absolute;
    right: 32px;
    top: calc(100% + 12px);
    transform: translateY(-4px);
    transition:
      max-height 0.25s ease,
      opacity 0.2s ease,
      padding 0.2s ease,
      transform 0.2s ease,
      visibility 0s linear 0.25s;
    visibility: hidden;
    width: auto;
    z-index: 220;
  }

  .home-shell .home-header .mobile-nav-toggle:checked + .mobile-nav-toggle-button + .nav-links {
    border-color: var(--home-border);
    box-shadow: var(--home-shadow-product);
    max-height: min(34rem, calc(100vh - 96px));
    opacity: 1;
    overflow-y: auto;
    padding: 12px;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
    visibility: visible;
  }

  .home-shell .home-header .nav-links > a {
    border-bottom: 1px solid var(--home-border);
    font-size: 0.9375rem;
    min-height: 44px;
    padding-block: 11px;
    width: 100%;
  }

  .home-shell .home-header .language-switcher {
    border-left: 0;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
    padding: 12px 0 0;
    width: 100%;
  }

  .home-shell .home-header .language-switcher a {
    font-size: 0.78rem;
    min-height: 44px;
    min-width: 44px;
    padding: 4px 8px;
  }
}

@media (max-width: 1120px) {
  .home-hero-grid,
  .home-platform-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-copy {
    max-width: 760px;
  }

  .home-hero-copy h1 {
    max-width: 16ch;
  }

  .home-hero-product {
    max-width: 900px;
  }

  .home-platform-grid {
    gap: 48px;
  }

  .home-platform .home-section-intro {
    max-width: 780px;
  }

  .home-evidence-chain {
    max-width: 720px;
  }

  .home-platform-proof {
    max-width: 900px;
  }

  .home-product-crop {
    aspect-ratio: auto;
  }

  .home-product-crop picture,
  .home-product-crop img {
    height: auto;
  }

  .home-product-crop img {
    object-fit: contain;
    object-position: center;
  }

  .home-workflow-grid {
    grid-template-columns: 1fr;
  }

  .home-workflow-row,
  .home-workflow-row[data-workflow="research"],
  .home-workflow-row[data-workflow="documents"],
  .home-workflow-row[data-workflow="drafting"],
  .home-workflow-row[data-workflow="firm-knowledge"] {
    grid-column: 1;
  }

  .home-workflow-row[data-workflow="research"] {
    grid-row: 1;
  }

  .home-workflow-row[data-workflow="documents"] {
    grid-row: 3;
  }

  .home-workflow-proof {
    grid-column: 1;
    grid-row: 2;
    margin-block: 34px 8px;
    max-height: none;
    max-width: 900px;
    position: static;
  }

  .home-workflow-row[data-workflow="drafting"] {
    grid-row: 4;
  }

  .home-workflow-row[data-workflow="firm-knowledge"] {
    grid-row: 5;
  }

  .home-source-pillars {
    grid-template-columns: 1fr;
  }

  .home-source-pillar,
  .home-source-pillar + .home-source-pillar {
    border-left: 0;
    border-top: 1px solid #353c38;
    padding: 32px 0;
  }

  .home-source-pillar:first-child {
    border-top: 0;
  }

  .home-source-marker {
    margin-bottom: 20px;
  }

  .home-footer-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .home-shell .home-header {
    min-height: 68px;
    padding-block: 10px;
    position: sticky;
    top: 0;
  }

  .home-shell .home-header .nav-links {
    left: 24px;
    right: 24px;
  }

  .home-section,
  #platform,
  #workflows,
  #sources {
    scroll-margin-top: 80px;
  }
}

@media (max-width: 980px) {
  .home-shell .container {
    padding-inline: 24px;
  }

  .home-section {
    padding-block: 72px;
  }

  .home-hero {
    padding-top: 64px;
  }

  .home-trust-rail {
    grid-template-columns: 1fr;
  }

  .home-trust-rail-item,
  .home-trust-rail-item + .home-trust-rail-item {
    border-left: 0;
    padding: 20px 0;
  }

  .home-pilot-steps {
    grid-template-columns: 1fr;
  }

  .home-pilot-steps li,
  .home-pilot-steps li + li {
    border-left: 0;
    padding: 26px 0;
  }

  .home-pilot-steps li:not(:last-child)::after {
    bottom: -1px;
    height: 26px;
    left: 21px;
    right: auto;
    top: auto;
    width: 1px;
  }

  .home-role-fit {
    grid-template-columns: 1fr;
  }

  .home-role-fit > div,
  .home-role-fit > div + div {
    border-left: 0;
    padding: 20px 0;
  }

  .home-role-fit > div + div {
    border-top: 1px solid var(--home-border);
  }

  .home-pilot-action {
    grid-template-columns: 1fr;
  }

  .home-buyer-grid,
  .home-final-cta-grid {
    gap: 52px;
    grid-template-columns: 1fr;
  }

  .home-resources {
    max-width: 720px;
  }

  .home-footer-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .home-shell .container {
    padding-inline: 20px;
  }

  .home-shell h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .home-shell h2 {
    font-size: 2rem;
    line-height: 1.1875;
  }

  .home-shell h3 {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .home-section {
    padding-block: 64px;
  }

  .home-shell .home-header .nav-links {
    left: 20px;
    right: 20px;
  }

  .home-hero {
    padding-top: 52px;
  }

  .home-hero-grid {
    gap: 42px;
  }

  .home-lead {
    font-size: 1.125rem !important;
    line-height: 1.62 !important;
  }

  .home-actions,
  .home-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-actions .home-button,
  .home-final-actions .home-button {
    width: 100%;
  }

  .home-product-figure {
    inline-size: min(100%, 460px);
    margin-inline: auto;
  }

  .home-platform-proof,
  .home-workflow-proof {
    inline-size: min(100%, 390px);
  }

  .home-hero-product picture,
  .home-hero-product img {
    aspect-ratio: 780 / 349;
    height: auto;
  }

  .home-platform-proof picture,
  .home-platform-proof img {
    aspect-ratio: 780 / 1760;
    height: auto;
  }

  .home-workflow-proof picture,
  .home-workflow-proof img {
    aspect-ratio: 780 / 1940;
    height: auto;
  }

  .home-product-figure img {
    object-fit: contain;
    object-position: center;
  }

  .home-evidence-legend {
    grid-template-columns: 1fr;
  }

  .home-evidence-legend li + li {
    border-top: 1px solid var(--home-border);
  }

  .home-product-figure figcaption {
    padding: 12px 16px 14px;
  }

  .home-trust-rail {
    margin-top: 42px;
  }

  .home-platform-grid {
    gap: 38px;
  }

  .home-evidence-chain {
    margin-top: 34px;
  }

  .home-workflow-grid {
    margin-top: 42px;
  }

  .home-workflow-row {
    gap: 8px 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding-block: 24px;
  }

  .home-workflow-inspect,
  .home-workflow-row > a {
    grid-column: 2;
  }

  .home-workflow-proof {
    margin-block: 30px;
  }

  .home-source-pillars {
    margin-top: 42px;
  }

  .home-professional-note {
    margin-top: 34px;
  }

  .home-pilot-steps,
  .home-role-fit {
    margin-top: 42px;
  }

  .home-pilot-action {
    margin-top: 36px;
    padding: 24px 20px;
  }

  .home-buyer-grid {
    margin-top: 42px;
  }

  .home-faq summary {
    font-size: 1rem;
    gap: 14px;
  }

  .home-faq details p {
    padding-right: 0;
  }

  .home-resource-feature {
    padding: 20px;
  }

  .home-footer-brand {
    grid-template-columns: 1fr;
  }

  .home-footer-brand .logo {
    grid-row: auto;
  }

  .home-footer-groups {
    grid-template-columns: 1fr;
  }

  .home-footer .footer-bottom {
    align-items: flex-start;
    gap: 14px;
  }
}

@media (max-width: 420px) {
  .home-shell h2 {
    font-size: 1.75rem;
  }

  .home-shell .home-header .container {
    gap: 5px;
  }

  .home-shell .home-header .logo {
    font-size: 1rem;
  }

  .home-shell .home-header .header-login {
    font-size: 0.8125rem;
    min-height: 44px;
    padding-inline: 10px;
  }

  .home-shell .home-header .mobile-nav-toggle-button {
    min-height: 44px;
    min-width: 44px;
    padding-inline: 8px;
  }

  .home-hero {
    padding-top: 46px;
  }

  .home-trust-rail-item {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .home-evidence-chain li {
    gap: 14px;
  }

  .home-final-actions .home-text-link {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .home-shell *,
  .home-shell *::before,
  .home-shell *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .home-button,
  .home-product-figure,
  .home-resource-feature,
  .home-professional-note {
    border: 1px solid CanvasText;
  }

  .home-source-marker,
  .home-evidence-legend li::before {
    background: CanvasText;
  }
}
