:root {
  --b2b-ink: #0d1f3c;
  --b2b-ink-soft: #183254;
  --b2b-red: #e4232d;
  --b2b-red-dark: #b9131d;
  --b2b-paper: #f7f5ef;
  --b2b-line: #d9dde3;
  --b2b-muted: #526176;
}

.home-dual-mode {
  background: #fff;
  color: var(--b2b-ink);
}

.home-dual-mode main > .container {
  max-width: 1320px;
}

.b2b-home {
  font-family: var(--font-display);
}

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

.b2b-home h1,
.b2b-home h2 {
  letter-spacing: -.045em;
  text-wrap: balance;
}

.b2b-home__eyebrow {
  margin-bottom: 1rem;
  color: var(--b2b-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.b2b-home__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
  min-height: 630px;
  border: 1px solid var(--b2b-line);
  background: #fff;
}

.b2b-home__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 7rem);
}

.b2b-home__hero h1 {
  max-width: 900px;
  margin-bottom: 1.75rem;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.7vw, 5.8rem);
  font-weight: 500;
  line-height: .98;
}

.b2b-home__lead {
  max-width: 760px;
  margin-bottom: 2rem;
  color: var(--b2b-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.32rem);
  line-height: 1.65;
}

.b2b-home__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.b2b-home__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.35rem;
  border: 1px solid var(--b2b-ink);
  color: var(--b2b-ink);
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.b2b-home__button:hover {
  transform: translateY(-2px);
}

.b2b-home__button--primary {
  border-color: var(--b2b-red);
  background: var(--b2b-red);
  color: #fff;
}

.b2b-home__button--primary:hover {
  border-color: var(--b2b-red-dark);
  background: var(--b2b-red-dark);
  color: #fff;
}

.b2b-home__button--secondary:hover {
  background: var(--b2b-ink);
  color: #fff;
}

.b2b-home__location {
  margin: 1.5rem 0 0;
  color: var(--b2b-muted);
  font-size: .92rem;
}

.b2b-home__sequence {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--b2b-ink);
  color: #fff;
}

.b2b-home__sequence > p {
  margin-bottom: 2rem;
  color: #aebbd0;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.b2b-home__sequence ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-home__sequence li {
  display: grid;
  grid-template-columns: 44px 1fr;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.b2b-home__sequence li > span {
  grid-row: 1 / 3;
  color: #f46b72;
  font-size: .8rem;
  font-weight: 800;
}

.b2b-home__sequence strong {
  font-family: var(--font-display);
  font-size: 1.38rem;
  font-weight: 500;
}

.b2b-home__sequence small {
  margin-top: .25rem;
  color: #aebbd0;
}

.b2b-home__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid var(--b2b-line);
  border-bottom: 1px solid var(--b2b-line);
  border-left: 1px solid var(--b2b-line);
}

.b2b-home__proof p {
  display: grid;
  gap: .4rem;
  margin: 0;
  padding: 1.5rem 2rem;
  border-right: 1px solid var(--b2b-line);
}

.b2b-home__proof p:last-child {
  border-right: 0;
}

.b2b-home__proof strong {
  color: var(--b2b-ink);
  font-size: .9rem;
}

.b2b-home__proof span {
  color: var(--b2b-muted);
  font-size: .86rem;
  line-height: 1.5;
}

.b2b-home__section {
  padding: clamp(5rem, 9vw, 8.5rem) clamp(1rem, 5vw, 4rem);
}

.b2b-home__heading {
  max-width: 720px;
  margin-bottom: 3.5rem;
}

.b2b-home__heading--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.b2b-home__heading h2,
.b2b-home__principle h2,
.b2b-home__founder h2,
.b2b-home__final h2 {
  margin-bottom: 1.25rem;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 1.04;
}

.b2b-home__heading > p:not(.b2b-home__eyebrow),
.b2b-home__principle > div p,
.b2b-home__founder > div > p,
.b2b-home__final p {
  color: var(--b2b-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.b2b-home__service-grid,
.b2b-home__case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--b2b-line);
  border: 1px solid var(--b2b-line);
}

.b2b-home__service-grid article,
.b2b-home__case-grid article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(1.75rem, 3vw, 3rem);
  background: #fff;
}

.b2b-home__service-grid article > span {
  margin-bottom: auto;
  color: var(--b2b-red);
  font-size: .82rem;
  font-weight: 800;
}

.b2b-home__service-grid h3,
.b2b-home__case-grid h3 {
  margin: 2rem 0 1rem;
  color: var(--b2b-ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  font-weight: 500;
}

.b2b-home__service-grid p,
.b2b-home__case-grid dd {
  color: var(--b2b-muted);
  line-height: 1.65;
}

.b2b-home__service-grid ul {
  display: grid;
  gap: .45rem;
  margin: .75rem 0 1.5rem;
  padding: 0;
  color: var(--b2b-muted);
  font-size: .9rem;
  list-style: none;
}

.b2b-home__service-grid li::before {
  content: "—";
  margin-right: .45rem;
  color: var(--b2b-red);
}

.b2b-home__service-grid a,
.b2b-home__case-grid a,
.b2b-home__text-link {
  width: fit-content;
  margin-top: auto;
  border-bottom: 2px solid var(--b2b-red);
  color: var(--b2b-ink);
  font-weight: 800;
  text-decoration: none;
}

.b2b-home__section-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--b2b-line);
  border-top: 0;
  background: var(--b2b-paper);
}

.b2b-home__section-cta p {
  display: grid;
  gap: .2rem;
  margin: 0;
}

.b2b-home__section-cta strong {
  color: var(--b2b-ink);
}

.b2b-home__section-cta span {
  color: var(--b2b-muted);
}

.b2b-home__inline-cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .45rem;
  margin-top: 1.25rem;
  border-bottom: 2px solid var(--b2b-red);
  color: var(--b2b-ink);
  font-weight: 800;
  text-decoration: none;
}

.b2b-home__inline-cta--light {
  border-color: #f46b72;
  color: #fff;
}

.b2b-home__section--ink {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--b2b-ink);
  color: #fff;
}

.b2b-home__section--ink .b2b-home__heading h2 {
  color: #fff;
}

.b2b-home__problem-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-home__problem-list li {
  min-height: 120px;
  padding: 1.4rem 1.2rem 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: #e7edf7;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.35;
}

.b2b-home__method {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--b2b-paper);
}

.b2b-home__method ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2b-home__method li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  padding: 1.6rem 0;
  border-top: 1px solid #cdd2d9;
}

.b2b-home__method li > span {
  color: var(--b2b-red);
  font-weight: 800;
}

.b2b-home__method h3 {
  margin-bottom: .35rem;
  font-size: 1.2rem;
}

.b2b-home__method li p {
  margin: 0;
  color: var(--b2b-muted);
}

.b2b-home__criteria {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0;
  padding: 0;
  color: var(--b2b-ink);
  font-size: .92rem;
  font-weight: 700;
  list-style: none;
}

.b2b-home__criteria li {
  display: block;
  padding: .75rem 0;
  border-top: 1px solid #cdd2d9;
}

.b2b-home__case-grid {
  grid-template-columns: repeat(2, 1fr);
}

.b2b-home__case-grid article {
  min-height: 390px;
}

.b2b-home__case-grid article > p {
  color: var(--b2b-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.b2b-home__case-grid dl {
  margin: auto 0 1rem;
}

.b2b-home__case-evidence {
  margin: 0 0 1.5rem;
  color: var(--b2b-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.b2b-home__case-grid dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: .75rem 0;
  border-top: 1px solid var(--b2b-line);
}

.b2b-home__case-grid dt,
.b2b-home__case-grid dd {
  margin: 0;
}

.b2b-home__principle {
  display: grid;
  grid-template-columns: .5fr 1.1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  border-top: 1px solid var(--b2b-line);
}

.b2b-home__principle > div p {
  margin: 0;
  padding: 1rem 0;
  border-top: 1px solid var(--b2b-line);
}

.b2b-home__founder {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  background: var(--b2b-paper);
}

.b2b-home__founder img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  filter: saturate(.82);
}

.b2b-home__founder .b2b-home__text-link {
  display: inline-block;
  margin-top: 1.25rem;
}

.b2b-home__trust {
  display: grid;
  gap: clamp(4rem, 8vw, 7rem);
  background: #fff;
}

.b2b-home__trust .b2b-home__founder {
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.b2b-home__mentions-panel {
  min-width: 0;
}

.b2b-home__mentions {
  background: #fff;
}

.b2b-home__mentions .b2b-home__heading {
  margin-bottom: 2.25rem;
}

.b2b-home__mentions-controls {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--b2b-muted);
  font-size: .9rem;
}

.b2b-home__mentions-controls button {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--b2b-ink);
  background: #fff;
  color: var(--b2b-ink);
  font: inherit;
  transition: background-color .2s ease, color .2s ease;
}

.b2b-home__mentions-controls button:hover,
.b2b-home__mentions-controls button:focus-visible {
  background: var(--b2b-ink);
  color: #fff;
}

.b2b-home__mentions-viewport {
  overflow: hidden;
  border: 1px solid var(--b2b-line);
}

.b2b-home__mentions-track {
  display: flex;
  transition: transform .4s ease;
}

.b2b-home__mention {
  display: grid;
  min-width: 100%;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  background: var(--b2b-paper);
}

.b2b-home__mention-publication {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: var(--b2b-ink);
  color: #fff;
  text-align: center;
}

.b2b-home__mention-publication span {
  margin-bottom: 1rem;
  color: #aebbd0;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.b2b-home__mention-publication strong {
  max-width: 12ch;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
}

.b2b-home__mention > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.b2b-home__mention-source {
  margin-bottom: 1.25rem;
  color: var(--b2b-red);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.b2b-home__mention h3 {
  max-width: 820px;
  margin-bottom: 1.25rem;
  color: var(--b2b-ink);
  font-size: clamp(1.75rem, 3vw, 3.25rem);
  line-height: 1.12;
}

.b2b-home__mention > div > p:not(.b2b-home__mention-source, .b2b-home__mention-meta) {
  max-width: 720px;
  color: var(--b2b-muted);
  line-height: 1.7;
}

.b2b-home__mention-meta {
  margin: 1rem 0;
  color: var(--b2b-muted);
  font-size: .88rem;
}

.b2b-home__mention a {
  width: fit-content;
  border-bottom: 2px solid var(--b2b-red);
  color: var(--b2b-ink);
  font-weight: 800;
  text-decoration: none;
}

.b2b-home__mentions-note {
  margin: .85rem 0 0;
  color: var(--b2b-muted);
  font-size: .82rem;
}

.b2b-home__faq {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.b2b-home__faq details {
  border-top: 1px solid var(--b2b-line);
}

.b2b-home__faq summary {
  padding: 1.4rem 2.5rem 1.4rem 0;
  color: var(--b2b-ink);
  font-size: 1.08rem;
  font-weight: 800;
  cursor: pointer;
}

.b2b-home__faq details p {
  max-width: 760px;
  padding: 0 2rem 1.4rem 0;
  color: var(--b2b-muted);
  line-height: 1.65;
}

.b2b-home__final {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(3rem, 7vw, 6rem);
  background: var(--b2b-red);
  color: #fff;
}

.b2b-home__final .b2b-home__eyebrow,
.b2b-home__final h2,
.b2b-home__final p {
  color: #fff;
}

.b2b-home__button--light {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--b2b-ink);
}

.b2b-home__button--on-red {
  border-color: rgba(255, 255, 255, .78);
  color: #fff;
}

.b2b-home__button--on-red:hover,
.b2b-home__button--on-red:focus-visible {
  background: #fff;
  color: var(--b2b-ink);
}

.b2b-home__final-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .b2b-home__hero,
  .b2b-home__section--ink,
  .b2b-home__method,
  .b2b-home__principle,
  .b2b-home__founder,
  .b2b-home__mention,
  .b2b-home__faq {
    grid-template-columns: 1fr;
  }

  .b2b-home__hero {
    min-height: 0;
  }

  .b2b-home__proof,
  .b2b-home__service-grid {
    grid-template-columns: 1fr;
  }

  .b2b-home__proof p {
    border-right: 0;
    border-bottom: 1px solid var(--b2b-line);
  }

  .b2b-home__proof p:last-child {
    border-bottom: 0;
  }

  .b2b-home__service-grid article {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .b2b-home__hero-copy {
    padding: 3.25rem 1.25rem;
  }

  .b2b-home__hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  .b2b-home__sequence {
    padding: 2.5rem 1.25rem;
  }

  .b2b-home__section {
    padding: 4.5rem 1.25rem;
  }

  .b2b-home__problem-list,
  .b2b-home__case-grid {
    grid-template-columns: 1fr;
  }

  .b2b-home__heading--row,
  .b2b-home__final {
    align-items: flex-start;
    flex-direction: column;
  }

  .b2b-home__case-grid article {
    min-height: 340px;
  }

  .b2b-home__button {
    width: 100%;
  }

  .b2b-home__section-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }

  .b2b-home__final-actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-home__button,
  .b2b-home__mentions-track,
  .b2b-home__mentions-controls button {
    transition: none;
  }
}
