.home-v2 {
  --v2-red: #ee462a;
  --v2-red-dark: #a92d20;
  --v2-petrol: #146b61;
  --v2-petrol-dark: #123f3b;
  --v2-amber: #f4a62a;
  --v2-ink: #202329;
  --v2-muted: #555c61;
  --v2-paper: #fff8f3;
  --v2-sage: #dcebe4;
  --v2-white: #ffffff;
  --v2-border: rgba(32, 35, 41, 0.17);
  color: var(--v2-ink);
  background: var(--v2-paper);
  overflow: clip;
}

.home-v2 [hidden] {
  display: none !important;
}

.home-v2 a,
.home-v2 button {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-v2 a:focus-visible,
.home-v2 button:focus-visible {
  outline: 3px solid var(--v2-ink);
  outline-offset: 4px;
}

.v2-container {
  width: min(100%, 90rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 5rem);
}

.v2-kicker {
  margin: 0 0 1rem;
  color: var(--v2-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3 {
  color: inherit;
  text-wrap: balance;
}

.home-v2 h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 4.8rem);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.page--home .site-header__inner {
  min-height: 5.5rem;
  padding-block: 0.75rem;
}

.page--home .header-inquiry {
  border-color: #ee462a;
  background: #ee462a;
}

.page--home .header-inquiry:hover {
  border-color: #a92d20;
  background: #a92d20;
}

.v21-hero {
  position: relative;
  height: clamp(35rem, calc(100svh - 8.5rem), 40rem);
  min-height: 35rem;
  color: var(--v2-ink);
  background: var(--v2-paper);
  isolation: isolate;
  overflow: hidden;
}

.v21-hero::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.45rem;
  background: linear-gradient(180deg, var(--v2-red) 0 68%, var(--v2-amber) 68% 100%);
  content: "";
}

.v21-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: var(--v2-paper);
}

.v21-hero__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 243, 0.98) 0%, rgba(255, 248, 243, 0.91) 35%, rgba(255, 248, 243, 0.5) 51%, rgba(255, 248, 243, 0.04) 67%, rgba(255, 248, 243, 0) 100%),
    linear-gradient(180deg, rgba(255, 248, 243, 0) 46%, rgba(255, 248, 243, 0.42) 100%);
  content: "";
  pointer-events: none;
}

.v21-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.005);
}

.v21-hero__media figcaption,
.v2-trust__image figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(1.25rem, 5vw, 5rem);
  bottom: 0.45rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  line-height: 1.35;
}

.v21-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  padding-top: clamp(2rem, 4vh, 3rem);
  padding-bottom: 1.15rem;
  grid-template-rows: minmax(0, 1fr) auto;
}

.v21-hero__copy {
  width: min(58%, 44rem);
  align-self: center;
  padding-bottom: 1.1rem;
}

.v21-hero__copy .v2-kicker {
  margin-bottom: 0.7rem;
  color: var(--v2-red-dark);
}

.v21-hero__service-links {
  word-spacing: 0.12em;
}

.v21-hero__service-links a {
  color: inherit;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.3em;
}

.v21-hero__service-links a:hover,
.v21-hero__service-links a:focus-visible {
  color: var(--v2-red);
  text-decoration-color: currentColor;
}

.v21-hero__service-links span {
  color: var(--v2-red);
}

.v21-hero h1 {
  margin: 0 0 1rem;
  color: var(--v2-ink);
  font-size: clamp(3.15rem, 4.8vw, 4.75rem);
  font-weight: 780;
  line-height: 0.93;
  letter-spacing: -0.058em;
  text-shadow: none;
}

.v21-hero h1 span {
  display: block;
  color: var(--v2-red);
}

.v21-hero__lead {
  max-width: 42rem;
  margin: 0 0 1.35rem;
  color: #465256;
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.52;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.75rem;
}

.v2-button {
  display: inline-flex;
  min-height: 3.45rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 1.25rem;
  border: 2px solid currentColor;
  border-radius: 0.35rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.v2-button span {
  font-size: 1.2em;
}

.v2-button:hover {
  transform: translateY(-2px);
}

.v2-button--primary {
  border-color: var(--v2-red);
  color: var(--v2-white);
  background: var(--v2-red);
}

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

.v2-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--v2-ink);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(32, 35, 41, 0.35);
  text-underline-offset: 0.35em;
}

.v2-link:hover {
  color: var(--v2-red-dark);
  text-decoration-color: currentColor;
}

.v21-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--v2-petrol-dark);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration-color: rgba(18, 63, 59, 0.42);
  text-underline-offset: 0.32em;
}

.v21-link:hover {
  color: var(--v2-red-dark);
}

.v21-metrics {
  position: relative;
  display: grid;
  min-height: 7.8rem;
  grid-template-columns: minmax(11rem, 0.68fr) minmax(0, 4.32fr);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: var(--v2-ink);
  background: rgba(255, 248, 243, 0.96);
  box-shadow: 0 20px 50px rgba(6, 26, 25, 0.23);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.v21-metrics__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.1rem 1.4rem;
  border-right: 1px solid var(--v2-border);
  background: rgba(255, 255, 255, 0.38);
}

.v21-metrics__intro span {
  margin-bottom: 0.35rem;
  color: var(--v2-red-dark);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.v21-metrics__intro strong {
  max-width: 18ch;
  font-size: 0.86rem;
  line-height: 1.35;
}

.v21-metrics__plot {
  position: relative;
  min-width: 0;
  padding: 1.05rem 1.25rem 0.8rem;
}

.v21-metrics__line {
  position: absolute;
  z-index: 0;
  inset: 0.8rem 1.35rem 0.7rem;
  width: calc(100% - 2.7rem);
  height: calc(100% - 1.5rem);
  overflow: visible;
}

.v21-metrics__line path {
  fill: none;
  stroke: rgba(20, 107, 97, 0.34);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.v21-metrics__line circle {
  fill: var(--v2-red);
  stroke: var(--v2-paper);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.v21-metrics ul {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100%;
  align-items: end;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.v21-metrics li {
  display: grid;
  align-content: end;
  min-width: 0;
  padding: 0.45rem 0.8rem;
  border-left: 1px solid rgba(32, 35, 41, 0.11);
  background: linear-gradient(180deg, rgba(255, 248, 243, 0.04), rgba(255, 248, 243, 0.93) 58%);
}

.v21-metrics li:first-child {
  border-left: 0;
}

.v21-metrics li strong {
  color: var(--v2-petrol-dark);
  font-size: clamp(1.75rem, 2.35vw, 2.65rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.v21-metrics li span {
  margin-top: 0.3rem;
  color: #4b5356;
  font-size: clamp(0.68rem, 0.78vw, 0.78rem);
  font-weight: 700;
  line-height: 1.25;
}

.v2-section-heading {
  display: grid;
  align-items: end;
  gap: 2.5rem clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.65fr);
  margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

.v2-section-heading > p {
  max-width: 38rem;
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.65;
}

.v2-gateway {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-white);
  scroll-margin-top: 7rem;
}

.v2-section-heading--gateway h2 {
  max-width: 14ch;
}

.v2-paths {
  border-top: 1px solid var(--v2-border);
}

.v2-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--v2-border);
}

.v2-tabs button {
  position: relative;
  min-height: 4.35rem;
  padding: 1rem;
  border: 0;
  border-right: 1px solid var(--v2-border);
  color: var(--v2-muted);
  background: transparent;
  font-size: 0.92rem;
  font-weight: 800;
}

.v2-tabs button:first-child {
  border-left: 1px solid var(--v2-border);
}

.v2-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: transparent;
  content: "";
}

.v2-tabs button[aria-selected="true"] {
  color: var(--v2-white);
  background: var(--v2-red-dark);
}

.v2-tabs button[aria-selected="true"]::after {
  background: var(--v2-red-dark);
}

.v2-tabs button:not([aria-selected="true"]):hover {
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.v2-tab-panel {
  padding-top: 1rem;
}

.v2-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--v2-border);
  border-left: 1px solid var(--v2-border);
}

.v2-path-grid a {
  display: grid;
  min-height: 8.25rem;
  padding: 1.25rem;
  border-right: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
  color: var(--v2-ink);
  background: var(--v2-white);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  text-decoration: none;
}

.v2-path-grid a:hover {
  color: var(--v2-white);
  background: var(--v2-petrol);
}

.v2-path-grid span {
  color: var(--v2-red-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.v2-path-grid a:hover span {
  color: rgba(255, 255, 255, 0.78);
}

.v2-path-grid strong {
  align-self: center;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.28;
}

.v2-path-grid i {
  align-self: end;
  font-size: 1.2rem;
  font-style: normal;
}

.v2-competencies {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-paper);
  scroll-margin-top: 7rem;
}

.v2-competency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--v2-border);
  border-left: 1px solid var(--v2-border);
}

.v2-competency-grid article {
  position: relative;
  display: flex;
  min-height: 32rem;
  flex-direction: column;
  border-right: 1px solid var(--v2-border);
  border-bottom: 1px solid var(--v2-border);
  background: rgba(255, 255, 255, 0.46);
  overflow: hidden;
}

.v2-competency-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--v2-red);
  content: "";
  transition: width 220ms ease;
}

.v2-competency-grid article:hover::before {
  width: 100%;
}

.v2-competency-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d8d2cd;
}

.v2-competency-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(18, 63, 59, 0.18));
  content: "";
  pointer-events: none;
}

.v2-competency-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
  transition: transform 420ms ease;
}

.v2-competency-grid article:hover .v2-competency-media img {
  transform: scale(1.025);
}

.v2-competency-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.v2-competency-grid h3 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.v2-competency-grid h3 a {
  text-decoration: none;
}

.v2-competency-grid p {
  margin: 0 0 1.75rem;
  color: var(--v2-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.v2-card-link {
  width: fit-content;
  margin-top: auto;
  color: var(--v2-red-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-underline-offset: 0.3em;
}

.v2-link--section {
  margin-top: 2rem;
}

.v2-solutions {
  padding: clamp(5rem, 9vw, 9rem) 0;
  color: var(--v2-white);
  background: var(--v2-petrol-dark);
  scroll-margin-top: 7rem;
}

.v2-section-heading--inverse .v2-kicker {
  color: #ffb8aa;
}

.v2-section-heading--inverse > p {
  color: rgba(255, 255, 255, 0.72);
}

.v2-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.v2-solution-grid article {
  display: grid;
  min-height: 20rem;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-rows: auto 1fr auto;
}

.v2-solution-grid article:hover {
  background: rgba(255, 255, 255, 0.06);
}

.v2-solution-grid h3 {
  max-width: 18ch;
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
  line-height: 1.12;
}

.v2-solution-grid h3 a,
.v2-solution-grid article > a {
  color: var(--v2-white);
}

.v2-solution-grid h3 a {
  text-decoration: none;
}

.v2-solution-grid p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.65;
}

.v2-solution-grid article > a {
  width: fit-content;
  font-size: 0.82rem;
  font-weight: 800;
  text-underline-offset: 0.3em;
}

.v2-solutions a:focus-visible,
.v2-final-cta a:focus-visible {
  outline-color: var(--v2-white);
}

.v2-process {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-white);
}

.v2-process__grid {
  display: block;
}

.v2-process__intro {
  display: grid;
  align-items: end;
  gap: 2rem clamp(3rem, 9vw, 9rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.v2-process__intro h2 {
  max-width: 14ch;
  margin: 0;
}

.v2-process__intro > p:last-child {
  max-width: 36rem;
  margin: 0;
  color: var(--v2-muted);
  line-height: 1.7;
}

.v2-steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.v2-steps::before {
  position: absolute;
  z-index: 0;
  top: 1.85rem;
  right: 1.85rem;
  left: 1.85rem;
  height: 3px;
  background: linear-gradient(90deg, var(--v2-red-dark), var(--v2-red), var(--v2-amber), var(--v2-petrol));
  content: "";
}

.v2-steps li {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 14rem;
  padding: 0 clamp(1rem, 2.3vw, 2rem) 0 0;
}

.v2-steps > li > span {
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  margin-bottom: 1.6rem;
  border: 2px solid var(--v2-red-dark);
  border-radius: 50%;
  color: var(--v2-white);
  background: var(--v2-red-dark);
  font-size: 0.78rem;
  font-weight: 800;
  place-items: center;
}

.v2-step-icon svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.v2-steps li:nth-child(2) > span {
  border-color: var(--v2-red);
  background: var(--v2-red);
}

.v2-steps li:nth-child(3) > span {
  border-color: var(--v2-amber);
  color: var(--v2-ink);
  background: var(--v2-amber);
}

.v2-steps li:nth-child(4) > span {
  border-color: var(--v2-petrol);
  background: var(--v2-petrol);
}

.v2-steps h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.v2-steps p {
  max-width: 44rem;
  margin: 0;
  color: var(--v2-muted);
}

.v2-trust {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-paper);
}

.v2-trust__grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.v2-trust__image {
  position: relative;
  min-height: 37rem;
  margin: 0;
  overflow: hidden;
  background: #d9d3cf;
}

.v2-trust__image::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(180deg, transparent, rgba(19, 30, 30, 0.55));
  content: "";
  pointer-events: none;
}

.v2-trust__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.v2-trust__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
  color: var(--v2-white);
  background: var(--v2-red-dark);
}

.v2-trust__copy .v2-kicker {
  color: #ffd5cb;
}

.v2-trust__copy h2 {
  margin-bottom: 1.75rem;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
}

.v2-trust__copy > p:not(.v2-kicker) {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.v2-trust__copy ul {
  margin: 1.25rem 0 1.75rem;
  padding: 0;
  list-style: none;
}

.v2-trust__copy li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.v2-trust__copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.v2-trust__copy li::before {
  position: absolute;
  left: 0;
  color: #ffd5cb;
  content: "—";
}

.v2-trust__copy .v2-link {
  width: fit-content;
  color: var(--v2-white);
  text-decoration-color: rgba(255, 255, 255, 0.55);
}

.v2-trust__copy .v2-link:focus-visible {
  outline-color: var(--v2-white);
}

.v2-industries {
  padding: clamp(5rem, 9vw, 9rem) 0;
  color: #2c2e35;
  background: #f6f6f6;
  scroll-margin-top: 7rem;
}

.v2-industries__top {
  display: grid;
  margin-bottom: clamp(2.75rem, 5vw, 5rem);
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.v2-industries__top .v2-section-heading {
  display: block;
  margin: 0;
}

.v2-industries__top .v2-section-heading > p {
  margin-top: 1.75rem;
}

.v2-industry-media {
  position: relative;
  min-height: 23rem;
}

.v2-industry-media img {
  position: absolute;
  width: 72%;
  height: 72%;
  border: 0.55rem solid #f6f6f6;
  object-fit: cover;
  box-shadow: 0 22px 50px rgba(32, 35, 41, 0.12);
}

.v2-industry-media img:first-child {
  top: 0;
  right: 0;
  object-position: 50% 62%;
}

.v2-industry-media img:last-child {
  bottom: 0;
  left: 0;
}

.v2-industry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(89, 91, 97, 0.32);
  border-left: 1px solid rgba(89, 91, 97, 0.32);
}

.v2-industry-list a {
  display: grid;
  min-height: 7rem;
  align-items: center;
  padding: 1.25rem;
  border-right: 1px solid rgba(89, 91, 97, 0.32);
  border-bottom: 1px solid rgba(89, 91, 97, 0.32);
  color: var(--v2-ink);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  text-decoration: none;
}

.v2-industry-list a:hover {
  color: var(--v2-white);
  background: var(--v2-petrol);
}

.v2-industry-list span {
  color: var(--v2-red-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.v2-industry-list a:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.v2-industry-list strong {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.3;
}

.v2-industry-list i {
  font-style: normal;
}

.v2-industry-note {
  max-width: 70rem;
  margin: 2rem 0 0;
  color: #595b61;
  font-size: 0.92rem;
  line-height: 1.7;
}

.v2-industry-note a {
  color: var(--v2-red-dark);
  font-weight: 800;
  text-underline-offset: 0.25em;
}

.v2-enova {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--v2-white);
}

.v2-enova__grid {
  display: grid;
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
}

.v2-enova__brand {
  position: relative;
  display: grid;
  min-height: 20rem;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--v2-paper);
}

.v2-enova__brand::before,
.v2-enova__brand::after {
  position: absolute;
  width: 5rem;
  height: 5rem;
  content: "";
}

.v2-enova__brand::before {
  top: 0;
  left: 0;
  border-top: 5px solid var(--v2-red);
  border-left: 5px solid var(--v2-red);
}

.v2-enova__brand::after {
  right: 0;
  bottom: 0;
  border-right: 5px solid var(--v2-amber);
  border-bottom: 5px solid var(--v2-amber);
}

.v2-enova__brand img {
  width: min(100%, 28rem);
}

.v2-enova__copy h2 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.35rem, 4vw, 4.4rem);
}

.v2-enova__copy > p:not(.v2-kicker) {
  max-width: 45rem;
  margin-bottom: 2rem;
  color: var(--v2-muted);
  line-height: 1.7;
}

.v2-button--dark {
  border-color: var(--v2-petrol-dark);
  color: var(--v2-white);
  background: var(--v2-petrol-dark);
}

.v2-button--dark:hover {
  border-color: var(--v2-red-dark);
  color: var(--v2-white);
  background: var(--v2-red-dark);
}

.v2-enova__copy small {
  display: block;
  max-width: 42rem;
  margin-top: 1.25rem;
  color: #666d71;
  font-size: 0.72rem;
  line-height: 1.5;
}

.v2-final-cta {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  color: var(--v2-white);
  background: var(--v2-red-dark);
}

.v2-final-cta__inner {
  display: grid;
  align-items: end;
  gap: 2.5rem clamp(3rem, 9vw, 9rem);
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
}

.v2-final-cta .v2-kicker {
  color: #ffd5cb;
}

.v2-final-cta h2 {
  max-width: 16ch;
}

.v2-final-cta__inner > div:last-child > p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

.v2-button--light {
  border-color: var(--v2-white);
  color: var(--v2-ink);
  background: var(--v2-white);
}

.v2-button--light:hover {
  border-color: var(--v2-ink);
  color: var(--v2-white);
  background: var(--v2-ink);
}

@media (max-width: 1100px) {
  .v21-hero__copy {
    width: min(61%, 39rem);
  }

  .v21-metrics {
    grid-template-columns: minmax(9.5rem, 0.62fr) minmax(0, 4.38fr);
  }

  .v21-metrics__intro {
    padding-inline: 1rem;
  }

  .v21-metrics li {
    padding-inline: 0.55rem;
  }

  .v2-competency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-competency-grid article {
    min-height: 29rem;
  }
}

@media (min-width: 861px) and (max-height: 820px) {
  .v21-hero {
    height: clamp(34.5rem, calc(100svh - 8.5rem), 39.5rem);
    min-height: 34.5rem;
  }

  .v21-hero__inner {
    padding-top: 1.65rem;
  }

  .v21-hero h1 {
    margin-bottom: 0.85rem;
    font-size: clamp(3rem, 4.6vw, 4.45rem);
  }

  .v21-hero__lead {
    margin-bottom: 1.05rem;
    line-height: 1.45;
  }

  .v2-button {
    min-height: 3.1rem;
    padding-block: 0.7rem;
  }

  .v21-metrics {
    min-height: 7.25rem;
  }
}

  @media (max-width: 860px) {
  .v21-hero {
    height: auto;
    min-height: 48rem;
  }

  .v21-hero__media::after {
    background:
      linear-gradient(180deg, rgba(255, 248, 243, 0.9) 0%, rgba(255, 248, 243, 0.68) 45%, rgba(255, 248, 243, 0.94) 100%),
      linear-gradient(90deg, rgba(255, 248, 243, 0.62), rgba(255, 248, 243, 0.14));
  }

  .v21-hero__media img {
    object-position: 73% 50%;
  }

  .v21-hero__inner {
    min-height: 48rem;
    padding-top: clamp(3rem, 8vw, 4.5rem);
    padding-bottom: 1.25rem;
    grid-template-rows: auto auto;
  }

  .v21-hero__copy {
    width: min(100%, 42rem);
    align-self: start;
    padding-bottom: 2.5rem;
  }

  .v21-hero h1 {
    font-size: clamp(3rem, 8.2vw, 4.5rem);
  }

  .v21-metrics {
    align-self: end;
    grid-template-columns: 1fr;
  }

  .v21-metrics__intro {
    padding: 0.8rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--v2-border);
  }

  .v21-metrics__intro strong {
    max-width: none;
  }

  .v21-metrics__plot {
    min-height: 7.25rem;
  }

  .v2-section-heading,
  .v2-process__grid,
  .v2-industries__top,
  .v2-enova__grid,
  .v2-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .v2-section-heading {
    align-items: start;
  }

  .v2-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v2-process__intro {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

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

  .v2-steps::before {
    top: 1.9rem;
    right: auto;
    bottom: 1.9rem;
    left: 1.85rem;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--v2-red-dark), var(--v2-red), var(--v2-amber), var(--v2-petrol));
  }

  .v2-steps li {
    display: grid;
    min-height: 8.5rem;
    padding: 0 0 2rem;
    grid-template-columns: 4.8rem 1fr;
    gap: 1rem;
  }

  .v2-steps > li > span {
    margin-bottom: 0;
  }

  .v2-trust__grid {
    grid-template-columns: 1fr;
  }

  .v2-trust__image {
    min-height: 29rem;
  }

  .v2-industry-media {
    min-height: 26rem;
  }

  .v2-enova__brand {
    min-height: 16rem;
  }
}

@media (max-width: 620px) {
  .v21-hero {
    min-height: calc(100svh - 7.375rem);
  }

  .v21-hero__inner {
    min-height: calc(100svh - 7.375rem);
    padding-top: 2.15rem;
    padding-bottom: 0.75rem;
  }

  .v21-hero__copy {
    padding-bottom: 1.15rem;
  }

  .v21-hero__copy .v2-kicker {
    margin-bottom: 0.55rem;
    font-size: 0.7rem;
  }

  .v21-hero h1 {
    margin-bottom: 0.8rem;
    font-size: clamp(2.55rem, 11vw, 3.25rem);
  }

  .v21-hero__lead {
    margin-bottom: 0.9rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .v2-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.65rem;
  }

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

  .v21-metrics__line {
    display: none;
  }

  .v21-metrics__intro {
    padding: 0.55rem 0.85rem;
  }

  .v21-metrics__intro span {
    margin-bottom: 0.15rem;
  }

  .v21-metrics__intro strong {
    font-size: 0.78rem;
  }

  .v21-metrics__plot {
    min-height: 0;
    padding: 0.25rem 0.65rem 0.4rem;
  }

  .v21-metrics ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v21-metrics li {
    min-height: 3.75rem;
    padding: 0.25rem 0.55rem;
    border-top: 1px solid rgba(32, 35, 41, 0.11);
    background: transparent;
  }

  .v21-metrics li:nth-child(odd) {
    border-left: 0;
  }

  .v21-metrics li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .v2-tabs {
    grid-template-columns: 1fr;
  }

  .v2-tabs button,
  .v2-tabs button:first-child {
    min-height: 3.7rem;
    border: 0;
    border-right: 1px solid var(--v2-border);
    border-bottom: 1px solid var(--v2-border);
    border-left: 1px solid var(--v2-border);
  }

  .v2-path-grid,
  .v2-competency-grid,
  .v2-solution-grid,
  .v2-industry-list {
    grid-template-columns: 1fr;
  }

  .v2-path-grid a {
    min-height: 6.5rem;
  }

  .v2-competency-grid article,
  .v2-solution-grid article {
    min-height: auto;
  }

  .v2-steps li {
    grid-template-columns: 4.5rem 1fr;
  }

  .v2-trust__image {
    min-height: 22rem;
  }

  .v2-trust__copy {
    padding: 2.25rem 1.5rem 2.75rem;
  }

  .v2-industry-media {
    min-height: 20rem;
  }

  .v2-industry-list a {
    min-height: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 a,
  .home-v2 button,
  .v2-competency-grid article::before,
  .v2-competency-media img {
    transition: none;
  }
}

@media print {
  .v21-hero,
  .v2-section-heading,
  .v2-path-grid,
  .v2-competency-grid,
  .v2-solution-grid,
  .v2-process__grid,
  .v2-trust__grid,
  .v2-industries__top,
  .v2-industry-list,
  .v2-enova__grid,
  .v2-final-cta__inner {
    display: block;
  }

  .v21-hero__media,
  .v2-industry-media,
  .v2-trust__image {
    display: none;
  }
}
