/* About V1 — page-scoped presentation for /about. */

.about-v1 {
  --about-navy: #071f35;
  --about-navy-2: #0c2e4d;
  --about-green: #25794f;
  --about-green-dark: #17563a;
  --about-mint: #dff3e8;
  --about-cream: #f6f4ed;
  --about-blue-soft: #edf3f5;
  --about-white: #fff;
  --about-ink: #122231;
  --about-muted: #5b6b76;
  --about-line: #d9e2e5;
  --about-shadow: 0 18px 48px rgba(7,31,53,.11);
  color: var(--about-ink);
  background: var(--about-white);
}

.about-v1 *,
.about-v1 *::before,
.about-v1 *::after {
  box-sizing: border-box;
}

.about-v1 main {
  overflow: clip;
}

.about-v1 a {
  text-underline-offset: .2em;
}

.about-v1 a:focus-visible,
.about-v1 button:focus-visible,
.about-v1 summary:focus-visible {
  outline: 3px solid #f2bd4f;
  outline-offset: 4px;
  border-radius: 4px;
}

.about-v1 .about-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2147483647;
  padding: 12px 16px;
  color: #fff;
  background: var(--about-navy);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-150%);
}

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

.about-v1 .btn,
.about-v1 .about-btn-secondary,
.about-v1 .about-btn-commercial {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.about-v1 .btn-primary {
  color: #fff;
  background: var(--about-green);
  border-color: var(--about-green);
  box-shadow: 0 10px 26px rgba(37,121,79,.22);
}

.about-v1 .btn-primary:hover {
  color: #fff;
  background: var(--about-green-dark);
  border-color: var(--about-green-dark);
}

.about-v1 .about-btn-secondary,
.about-v1 .about-btn-commercial {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.55);
}

.about-v1 .about-btn-secondary:hover,
.about-v1 .about-btn-commercial:hover {
  color: #fff;
  background: rgba(255,255,255,.13);
}

.about-v1 .site-header {
  color: #fff;
  background: rgba(7,31,53,.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(7,31,53,.2);
}

.about-v1 .nav-links {
  gap: clamp(12px, 1.15vw, 22px);
}

.about-v1 .nav-links > a,
.about-v1 .nav-dropdown__trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: .91rem;
  white-space: nowrap;
}

.about-v1 .nav-links a[aria-current="page"] {
  color: #fff;
}

.about-v1 .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.about-v1 .header-call,
.about-v1 .header-cta {
  white-space: nowrap;
}

.about-v1 .brand-lockup {
  height: 60px !important;
}

.about-v1 .about-breadcrumb {
  color: #cbd8e2;
  background: #06192a;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.about-v1 .about-breadcrumb .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
}

.about-v1 .about-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.about-v1 .about-breadcrumb a:hover {
  text-decoration: underline;
}

.about-v1 .about-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(36,129,83,.23), transparent 43%),
    linear-gradient(115deg, #071f35 0%, #0c2e4d 58%, #081f34 100%);
}

.about-v1 .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .1;
  background-image:
    linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.about-v1 .about-hero__grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, .85fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: center;
  padding-top: clamp(68px, 7vw, 104px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.about-v1 .about-eyebrow,
.about-v1 .about-hero .about-eyebrow {
  margin: 0 0 16px;
  color: var(--about-green-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.about-v1 .about-hero .about-eyebrow {
  color: #aee5c5;
}

.about-v1 .about-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 5rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}

.about-v1 .about-hero__lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #d3e0e8;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.68;
}

.about-v1 .about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.about-v1 .about-hero__phone {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-weight: 850;
}

.about-v1 .about-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-v1 .about-hero__trust li {
  padding: 8px 11px;
  color: #d8e6ed;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  font-size: .72rem;
  font-weight: 800;
}

.about-v1 .about-hero__visual {
  position: relative;
  min-height: 570px;
}

.about-v1 .about-hero__visual figure {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: #102d45;
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
}

.about-v1 .about-hero__visual figure::after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(3,18,31,.9));
  pointer-events: none;
}

.about-v1 .about-hero__primary {
  inset: 0 72px 42px 0;
}

.about-v1 .about-hero__secondary {
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 47%;
  height: 48%;
}

.about-v1 .about-hero__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-v1 .about-hero__visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  display: grid;
  gap: 5px;
}

.about-v1 .about-hero__visual figcaption span,
.about-v1 .about-path-card div > span,
.about-v1 .about-work-card > span,
.about-v1 .about-team-card div > span,
.about-v1 .about-feedback-grid article > span,
.about-v1 .about-closing-grid article > span {
  color: #aee5c5;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-v1 .about-hero__visual figcaption strong {
  color: #fff;
  font-size: 1.06rem;
}

.about-v1 .about-proof {
  color: #fff;
  background: var(--about-green-dark);
}

.about-v1 .about-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v1 .about-proof__grid > div {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 22px clamp(14px, 2vw, 28px);
  border-right: 1px solid rgba(255,255,255,.18);
}

.about-v1 .about-proof__grid > div:last-child {
  border-right: 0;
}

.about-v1 .about-proof strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 900;
}

.about-v1 .about-proof span {
  color: #d7eadf;
  font-size: .78rem;
  line-height: 1.35;
}

.about-v1 .about-section {
  padding: clamp(80px, 9vw, 124px) 0;
}

.about-v1 .about-heading h2 {
  max-width: 920px;
  margin: 0;
  color: var(--about-navy);
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.about-v1 .about-heading > p:last-child,
.about-v1 .about-heading > div > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--about-muted);
  line-height: 1.7;
}

.about-v1 .about-heading--center {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-v1 .about-heading--center h2,
.about-v1 .about-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.about-v1 .about-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
  margin-bottom: 48px;
}

.about-v1 .about-story {
  background: #fff;
}

.about-v1 .about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.about-v1 .about-story__body {
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
  line-height: 1.8;
}

.about-v1 .about-story__body p {
  margin: 0 0 22px;
  color: #314552;
}

.about-v1 .about-story__note {
  display: grid;
  gap: 5px;
  margin-top: 32px;
  padding: 24px;
  border-left: 4px solid var(--about-green);
  background: var(--about-blue-soft);
}

.about-v1 .about-story__note strong {
  color: var(--about-navy);
}

.about-v1 .about-story__note span {
  color: var(--about-muted);
  font-size: .94rem;
  line-height: 1.55;
}

.about-v1 .about-paths,
.about-v1 .about-standards,
.about-v1 .about-faq {
  background: var(--about-blue-soft);
}

.about-v1 .about-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-v1 .about-path-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--about-navy);
  box-shadow: var(--about-shadow);
}

.about-v1 .about-path-card::after,
.about-v1 .about-work-card::after {
  content: "";
  position: absolute;
  inset: 20% 0 0;
  background: linear-gradient(transparent, rgba(4,23,39,.94));
  pointer-events: none;
}

.about-v1 .about-path-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.about-v1 .about-path-card:hover img {
  transform: scale(1.025);
}

.about-v1 .about-path-card > div {
  position: absolute;
  right: clamp(24px, 4vw, 44px);
  bottom: clamp(26px, 4vw, 44px);
  left: clamp(24px, 4vw, 44px);
  z-index: 2;
}

.about-v1 .about-path-card h3 {
  margin: 13px 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.about-v1 .about-path-card p {
  max-width: 560px;
  color: #d5e1e8;
  line-height: 1.65;
}

.about-v1 .about-path-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: #fff;
  font-weight: 900;
}

.about-v1 .about-model {
  color: #fff;
  background: var(--about-navy);
}

.about-v1 .about-model__grid,
.about-v1 .about-standards__grid,
.about-v1 .about-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: start;
}

.about-v1 .about-model .about-eyebrow {
  color: #aee5c5;
}

.about-v1 .about-model .about-heading h2 {
  color: #fff;
}

.about-v1 .about-model .about-heading > p:last-of-type {
  color: #cbd8e2;
}

.about-v1 .about-inline-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--about-green-dark);
  font-weight: 900;
}

.about-v1 .about-model .about-inline-link {
  color: #fff;
}

.about-v1 .about-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-v1 .about-steps li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}

.about-v1 .about-steps li > span {
  color: #aee5c5;
  font-size: 1.35rem;
  font-weight: 900;
}

.about-v1 .about-steps h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
}

.about-v1 .about-steps p {
  margin: 8px 0 0;
  color: #cbd8e2;
  line-height: 1.6;
}

.about-v1 .about-work {
  background: #fff;
}

.about-v1 .about-work-grid {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.about-v1 .about-work-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--about-navy);
}

.about-v1 .about-work-card--feature {
  grid-row: 1 / 3;
}

.about-v1 .about-work-card--wide {
  grid-column: 2 / 4;
}

.about-v1 .about-work-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.about-v1 .about-work-card:hover img {
  transform: scale(1.025);
}

.about-v1 .about-work-card > span,
.about-v1 .about-work-card > strong {
  position: absolute;
  right: 22px;
  bottom: 48px;
  left: 22px;
  z-index: 2;
}

.about-v1 .about-work-card > strong {
  bottom: 21px;
  color: #fff;
  font-size: 1.05rem;
}

.about-v1 .about-center-link {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.about-v1 .about-leadership {
  background: var(--about-cream);
}

.about-v1 .about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-v1 .about-team-card {
  padding: clamp(28px, 3.5vw, 42px);
  border: 1px solid #dedfd8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,31,53,.06);
}

.about-v1 .about-avatar {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: #fff;
  border-radius: 18px;
  background: var(--about-green-dark);
  font-size: 1.1rem;
  font-weight: 900;
}

.about-v1 .about-team-card div > span {
  color: var(--about-green-dark);
}

.about-v1 .about-team-card h3 {
  margin: 10px 0 7px;
  color: var(--about-navy);
  font-size: 1.45rem;
}

.about-v1 .about-team-card strong {
  color: #526572;
  font-size: .78rem;
}

.about-v1 .about-team-card p {
  margin: 20px 0 0;
  color: var(--about-muted);
  line-height: 1.68;
}

.about-v1 .about-standard-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-v1 .about-standard-cards article {
  padding: 25px;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: #fff;
}

.about-v1 .about-standard-cards span {
  color: var(--about-green-dark);
  font-weight: 900;
}

.about-v1 .about-standard-cards h3 {
  margin: 18px 0 8px;
  color: var(--about-navy);
  font-size: 1.18rem;
}

.about-v1 .about-standard-cards p {
  margin: 0;
  color: var(--about-muted);
  line-height: 1.6;
}

.about-v1 .about-feedback {
  color: #fff;
  background: var(--about-green-dark);
}

.about-v1 .about-feedback .about-eyebrow {
  color: #c6efd7;
}

.about-v1 .about-feedback .about-heading h2 {
  color: #fff;
}

.about-v1 .about-feedback .about-heading > p:last-child {
  color: #d8eee1;
}

.about-v1 .about-feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr;
  gap: 14px;
}

.about-v1 .about-feedback-grid blockquote,
.about-v1 .about-feedback-grid article {
  min-height: 260px;
  margin: 0;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
}

.about-v1 .about-feedback-grid blockquote > span {
  color: #f7cf63;
  letter-spacing: .08em;
}

.about-v1 .about-feedback-grid blockquote p {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.7;
}

.about-v1 .about-feedback-grid cite {
  color: #d8eee1;
  font-size: .82rem;
}

.about-v1 .about-feedback-grid article {
  display: grid;
  align-content: center;
}

.about-v1 .about-feedback-grid article > span {
  color: #c6efd7;
}

.about-v1 .about-feedback-grid article strong {
  margin-top: 14px;
  color: #fff;
  font-size: 1.8rem;
}

.about-v1 .about-feedback-grid article p {
  color: #d8eee1;
}

.about-v1 .about-feedback-grid article a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 900;
}

.about-v1 .about-faq-list {
  display: grid;
  gap: 10px;
}

.about-v1 .about-faq-list details {
  border: 1px solid var(--about-line);
  border-radius: 14px;
  background: #fff;
}

.about-v1 .about-faq-list summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: var(--about-navy);
  font-weight: 850;
  cursor: pointer;
}

.about-v1 .about-faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--about-muted);
  line-height: 1.65;
}

.about-v1 .about-closing {
  padding: clamp(82px, 9vw, 124px) 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(38,133,86,.24), transparent 40%),
    var(--about-navy);
}

.about-v1 .about-closing .about-eyebrow {
  color: #aee5c5;
}

.about-v1 .about-closing .about-heading h2 {
  color: #fff;
}

.about-v1 .about-closing .about-heading > p:last-child {
  color: #d3e0e8;
}

.about-v1 .about-closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-v1 .about-closing-grid article {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.about-v1 .about-closing-grid h3 {
  margin: 16px 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.about-v1 .about-closing-grid p {
  color: #d3e0e8;
  line-height: 1.65;
}

.about-v1 .about-closing-grid .btn,
.about-v1 .about-closing-grid .about-btn-commercial {
  margin-top: 12px;
}

.about-v1 .about-closing__phone {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 28px auto 0;
  padding: 10px 18px;
  color: #fff;
  font-weight: 900;
}

.about-v1 .about-footer-brand,
.about-v1 .site-footer h3 {
  color: #fff;
}

.about-v1 .site-footer h3 {
  font-size: 1rem;
}

.about-v1 .site-footer a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
}

.about-v1 .site-footer .footer-badge__count,
.about-v1 .site-footer .small {
  color: #cbd8e2;
}

.about-v1 .about-footer-bottom {
  padding-bottom: 24px;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .about-v1 .nav-links,
  .about-v1 .header-cta {
    display: none !important;
  }

  .about-v1 .header-call {
    display: inline-flex !important;
    margin-left: auto;
  }

  .about-v1 .menu-btn {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .about-v1 .menu-btn span {
    width: 24px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
    background: #fff !important;
  }
}

@media (max-width: 1200px) {
  .about-v1 .brand-lockup {
    height: 52px !important;
  }

  .about-v1 .about-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 38px;
  }
}

@media (max-width: 980px) {
  .about-v1 .about-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .about-v1 .about-hero__visual {
    min-height: 520px;
  }

  .about-v1 .about-heading--split,
  .about-v1 .about-story__grid,
  .about-v1 .about-model__grid,
  .about-v1 .about-standards__grid,
  .about-v1 .about-faq__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-v1 .about-path-grid,
  .about-v1 .about-team-grid,
  .about-v1 .about-feedback-grid {
    grid-template-columns: 1fr;
  }

  .about-v1 .about-path-card {
    min-height: 520px;
  }

  .about-v1 .about-work-grid {
    min-height: 700px;
    grid-template-columns: 1fr 1fr;
  }

  .about-v1 .about-work-card--feature {
    grid-row: 1;
  }

  .about-v1 .about-work-card--wide {
    grid-column: 1 / 3;
  }
}

@media (min-width: 769px) {
  .about-v1 .sticky-cta-bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-v1 {
    padding-bottom: 72px;
  }

  .about-v1 .about-breadcrumb .container {
    min-height: 42px;
    font-size: .82rem;
  }

  .about-v1 .about-hero__grid {
    gap: 34px;
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .about-v1 .about-hero h1 {
    font-size: clamp(2.48rem, 11vw, 3.7rem);
    line-height: .98;
  }

  .about-v1 .about-hero__lead {
    margin-top: 20px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .about-v1 .about-hero__actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .about-v1 .about-hero__actions .btn,
  .about-v1 .about-hero__actions .about-btn-secondary {
    width: 100%;
  }

  .about-v1 .about-hero__visual {
    min-height: 430px;
  }

  .about-v1 .about-hero__primary {
    inset: 0 54px 24px 0;
  }

  .about-v1 .about-hero__secondary {
    width: 44%;
    height: 48%;
  }

  .about-v1 .about-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-v1 .about-proof__grid > div:nth-child(2) {
    border-right: 0;
  }

  .about-v1 .about-proof__grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .about-v1 .about-section {
    padding: 68px 0;
  }

  .about-v1 .about-heading h2 {
    font-size: clamp(1.95rem, 9vw, 2.7rem);
  }

  .about-v1 .about-path-card {
    min-height: 460px;
  }

  .about-v1 .about-work-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-v1 .about-work-card,
  .about-v1 .about-work-card--feature,
  .about-v1 .about-work-card--wide {
    min-height: 340px;
    grid-row: auto;
    grid-column: auto;
  }

  .about-v1 .about-standard-cards,
  .about-v1 .about-closing-grid {
    grid-template-columns: 1fr;
  }

  .about-v1 .sticky-cta-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .about-v1 .brand-lockup {
    height: 40px !important;
  }
}

@media (max-width: 430px) {
  .about-v1 .about-hero h1 {
    font-size: 2.5rem;
  }

  .about-v1 .about-eyebrow {
    font-size: .67rem;
  }

  .about-v1 .about-hero__trust li {
    padding: 7px 9px;
    font-size: .68rem;
  }

  .about-v1 .about-hero__visual {
    min-height: 350px;
  }

  .about-v1 .about-proof__grid > div {
    min-height: 104px;
  }

  .about-v1 .about-path-card {
    min-height: 430px;
  }

  .about-v1 .about-standard-cards {
    grid-template-columns: 1fr;
  }

  .about-v1 .about-steps li {
    grid-template-columns: 42px 1fr;
    padding: 21px;
  }

  .about-v1 .about-work-card,
  .about-v1 .about-work-card--feature,
  .about-v1 .about-work-card--wide {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v1 *,
  .about-v1 *::before,
  .about-v1 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
