:root {
  --about-bg: #060809;
  --about-text: #ffffff;
  --about-accent: #cc1303;
  --about-accent-soft: rgba(204, 19, 3, 0.11);
  --about-border-soft: rgba(204, 19, 3, 0.69);
  --about-texture-image: url("../Images/noiseEffect%20Frame%202.png");
}

body {
  background: var(--about-bg);
  color: var(--about-text);
}

.about-main {
  min-height: 80vh;
  min-width: 0;
  background: var(--about-bg);
}

.about-hero {
  padding: 0 0 27.2px;
  display: flex;
  flex-direction: column;
  gap: 28.8px;
  min-width: 0;
}

/* Full-bleed without 100vw (avoids horizontal scroll when vertical scrollbar is present). */
.about-hero-highlight {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 57.6px max(var(--ca-site-gutter-x), calc((100% - var(--ca-site-content-max)) / 2)) 0;
  isolation: isolate;
  background: var(--about-bg);
}

.about-hero-highlight: :before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: var(--about-texture-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.about-hero-bg-grid,
.about-hero-bg-noise {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}

.about-hero-bg-grid {
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  opacity: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  background-position: 0 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.22) 64px,
    rgba(0, 0, 0, 0.62) 128px,
    #000 192px,
    #000 calc(100% - 2px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.22) 64px,
    rgba(0, 0, 0, 0.62) 128px,
    #000 192px,
    #000 calc(100% - 2px),
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.about-hero-bg-noise {
  z-index: -2;
  opacity: 0;
  background: none;
}

.about-hero-bg-glow {
  position: absolute;
  top: 50%;
  right: -8%;
  width: min(44vw, 336px);
  z-index: -1;
  transform: translateY(-50%);
  opacity: 0.95;
  pointer-events: none;
}

.about-hero-bg-glow svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 448px);
}

.about-hero-inner {
  width: min(1196.8px, calc(100% - 64px));
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28.8px;
  min-width: 0;
  box-sizing: border-box;
}

.about-hero-highlight {
  display: flex;
  flex-direction: column;
  gap: 149.6px;
}

.about-hero-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  text-align: center;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4.8px 8px;
  border: 1px solid var(--about-border-soft);
  border-radius: 32px;
  background: var(--about-accent-soft);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #ffffff;
}

.about-hero-title {
  margin: 0;
  width: min(1111.2px, 100%);
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.6rem, 5.2vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.about-hero-subtitle {
  margin: 0;
  width: min(642.4px, 100%);
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(12.8px, 1.2vw, 19.2px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.about-call-cta {
  margin-top: 4.8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.about-call-arrow {
  width: min(48.8px, 9.6vw);
  height: min(48.8px, 9.6vw);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 30.5px 30.5px 30.5px;
  background: #ffffff;
  color: #1142fa;
}

.about-call-arrow svg {
  display: block;
}

.about-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 19.2px;
  background: var(--about-accent);
  color: #ffffff;
  border-radius: 100px;
  font-family: inherit;
  font-size: 12.8px;
  height: min(48.8px, 9.6vw);
}

.about-global-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44.8px;
}

.about-global-title {
  margin: 9.6px 0 0;
  max-width: 544px;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(1.6rem, 3.6vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.about-global-text {
  margin: 0;
  max-width: 368px;
  font-family: inherit;
  font-size: clamp(11.2px, 0.92vw, 14.4px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-stat-card {
  margin: 0;
  padding: 17.6px 19.2px 14.4px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about-stat-card: last-child {
  border-right: 0;
}

.about-stat-card h3 {
  margin: 0 0 3.2px;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(27.2px, 2.4vw, 41.6px);
  line-height: 1;
  color: var(--about-accent);
}

.about-stat-card p {
  margin: 0;
  font-family: inherit;
  font-size: clamp(11.2px, 0.8vw, 13.6px);
  line-height: 1.4;
}

.about-sector-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.about-sector {
  height: 46.4px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 9.6px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-partners {
  background: #ffffff;
  color: #030303;
  padding: 51.2px 0 70.4px;
}

.about-partners-inner {
  width: min(856px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48.8px;
}

.about-partners-header {
  width: min(654.1px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  text-align: center;
}

.about-partners-pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4.8px 8px;
  border: 1px solid rgba(204, 19, 3, 0.69);
  border-radius: 32px;
  background: rgba(204, 19, 3, 0.11);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.about-partners-title {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(28.8px, 4vw, 44.8px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
  color: #030303;
}

.about-partners-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9.6px;
}

.about-partner-card {
  box-sizing: border-box;
  min-height: 108px;
  border: 1px solid rgba(3, 3, 3, 0.17);
  border-radius: 12px;
  background: #ffffff;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.about-partner-logo {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 150.4px;
  max-height: 84.8px;
}

.about-partner-logo-sepco {
  max-width: 94.4px;
  max-height: 84.8px;
}

.about-partner-logo-pta {
  max-width: 106.4px;
  max-height: 72.8px;
}

.about-partner-logo-trojans {
  max-width: 125.6px;
  max-height: 67.2px;
}

.about-vision {
  background: #ffffff;
  color: #030303;
  padding: 0 0 70.4px;
}

.about-vision-inner {
  width: min(1146.4px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30.4px;
}

.about-vision-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.2px;
}

.about-vision-pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4.8px 8px;
  border-radius: 32px;
  border: 1px solid rgba(204, 19, 3, 0.69);
  background: rgba(204, 19, 3, 0.11);
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.about-vision-title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11.2px;
}

.about-vision-title {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(24px, 4.8vw, 48px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #030303;
}

.about-vision-title-strong {
  line-height: 0.89;
}

.about-vision-copy-wrap {
  width: 100%;
  padding-right: 6.8px;
}

.about-vision-copy {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(12.8px, 2.16vw, 24px);
  /* font-size: clamp(19.2px, 2.16vw, 32px); */
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #030303;
}

.about-team {
  position: relative;
  overflow: hidden;
  background: #07090a;
  color: #ffffff;
  padding: 44.8px 0 76.8px;
}

.about-team: :before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--about-texture-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.about-team: :after {
  content: "";
  position: absolute;
  width: min(27.2vw, 152px);
  height: min(25.6vw, 130.4px);
  right: -25.6px;
  top: 48%;
  background: #bc2d1c;
  filter: blur(69.8px);
  pointer-events: none;
}

.about-team-inner {
  position: relative;
  z-index: 1;
  width: min(1299.2px, calc(100% - 64px));
  margin: 0 auto;
}

.about-team-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: min(553.6px, 100%);
  margin: 0 auto 35.2px;
}

.about-team-pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4.8px 8px;
  border-radius: 32px;
  border: 1px solid rgba(204, 19, 3, 0.69);
  background: rgba(204, 19, 3, 0.11);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #ffffff;
}

.about-team-title {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(27.2px, 3.6vw, 44.8px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: center;
  color: #ffffff;
}

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

.about-team-card {
  position: relative;
  min-height: 411.2px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.about-team-card-head {
  position: relative;
  z-index: 2;
  padding: 12.8px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.8px;
}

.about-team-name {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(14.4px, 1.16vw, 21.8px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #cc1303;
}

.about-team-role {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #5d5a5a;
}

.about-team-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
}

.about-team-card-head {
  position: relative;
  z-index: 2;
  padding: 0;
  margin-bottom: 8px;
}

.about-team-photo-wrap {
  position: relative;
  height: 256px;
  overflow: hidden;
  border-radius: 6px;
}

.about-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-team-bio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.about-team-photo-tall {
  max-width: 232px;
}

.about-team-bio {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0;
  min-height: 76.8px;
  padding: 9.6px 11.2px;
  background: #cc1303;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 11.2px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.about-team-card:hover .about-team-bio,
.about-team-card:focus-within .about-team-bio {
  opacity: 1;
  transform: translateY(0);
}

.about-case-studies {
  background: #ffffff;
  color: #030303;
  padding: 57.6px 0 80px;
}

.about-case-studies-inner {
  width: min(1218.6px, calc(100% - 64px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.about-case-studies-header {
  width: min(585.6px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  text-align: center;
}

.about-case-pill {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 4.8px 8px;
  border-radius: 32px;
  border: 1px solid rgba(204, 19, 3, 0.69);
  background: rgba(204, 19, 3, 0.11);
  font-family: inherit;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #cc1303;
}

.about-case-title {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(27.2px, 3.6vw, 44.8px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #030303;
}

.about-case-intro {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(14.4px, 1.68vw, 19.2px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000;
}

.about-case-slider {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 544.8px) minmax(0, 586.6px);
  align-items: center;
  justify-content: space-between;
  gap: 38.4px 71.2px;
}

.about-case-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.about-case-headline {
  margin: 0;
  max-width: 462.4px;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(27.2px, 2.72vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000;
}

.about-case-body {
  margin: 0;
  max-width: 544.8px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14.4px, 1.6vw, 19.2px);
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #000000;
}

.about-case-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 14.4px 35.2px;
  border-radius: 100px;
  background: #cc1303;
  font-family: inherit;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 19.2px;
  text-decoration: none;
  color: #ffffff;
}

.about-case-cta-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.about-case-cta-icon svg {
  display: block;
}

.about-case-visual {
  position: relative;
  width: min(586.6px, 100%);
  height: 539.7px;
  margin-left: auto;
}

.about-case-stack {
  position: absolute;
  overflow: hidden;
  border-radius: 17.7476px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
  transition: transform 0.45s ease, opacity 0.45s ease;
}

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

.about-case-stack-back {
  width: 480px;
  height: 385.6px;
  right: 52.8px;
  top: 0;
  border-radius: 14.5234px;
  opacity: 0.92;
}

.about-case-stack-mid {
  width: 529.8px;
  height: 425.6px;
  right: 28px;
  top: 32.5px;
  border-radius: 16.0301px;
}

.about-case-stack-front {
  width: 586.6px;
  height: 471.2px;
  right: 0;
  top: 68.5px;
}

.about-case-slider[data-slide-index="1"] .about-case-stack-back {
  transform: translate(-16px, 11.2px);
}

.about-case-slider[data-slide-index="1"] .about-case-stack-mid {
  transform: translate(-8px, 6.4px);
}

.about-case-slider[data-slide-index="2"] .about-case-stack-back {
  transform: translate(-24px, 17.6px);
}

.about-case-slider[data-slide-index="2"] .about-case-stack-mid {
  transform: translate(-12.8px, 9.6px);
}

.about-case-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.about-case-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(3, 3, 3, 0.26);
  cursor: pointer;
  padding: 0;
}

.about-case-dot.is-active {
  background: #cc1303;
}

.about-innovations {
  background: #ffffff;
  color: #030303;
  padding: 57.6px 0 76.8px;
}

.about-innovations-inner {
  width: min(1292.8px, calc(100% - 64px));
  margin: 0 auto;
}

.about-innovations-header {
  width: min(654.1px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12.8px;
  text-align: center;
}

.about-innovations-pill {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  padding: 4.8px 8px;
  gap: 8px;
  border: 1px solid #0437f4;
  border-radius: 32px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 9.6px;
  line-height: 11.2px;
  color: #0437f4;
}

.about-innovations-title {
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(27.2px, 3.6vw, 44.8px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
  color: #030303;
}

.about-innovations-grid {
  margin-top: 59.2px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9.6px;
}

.about-innovation-card {
  box-sizing: border-box;
  min-height: 373.6px;
  background: #f8fbfe;
  border: 1px solid rgba(190, 219, 255, 0.7);
  border-radius: 18px;
  overflow: hidden;
}

.about-innovation-media {
  height: 175.2px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(190, 219, 255, 0.7);
}

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

.about-innovation-content {
  padding: 16px 16px 27.2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(373.6px - 175.2px);
}

.about-innovation-heading {
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 19.2px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #171717;
}

.about-innovation-link {
  margin-top: 12.8px;
  display: inline-flex;
  align-items: center;
  gap: 6.4px;
  width: fit-content;
  min-height: 38.4px;
  padding: 11.2px 16px;
  border-radius: 14px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 14.4px;
  line-height: 16px;
  letter-spacing: -0.35px;
  text-decoration-line: underline;
  color: #1142fa;
}

.about-innovation-link-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.about-innovation-link-icon svg {
  display: block;
}

@media (max-width: 960px) {
  .about-hero-inner {
    width: min(1196.8px, calc(100% - 28.8px));
  }

  .about-global-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-global-text {
    max-width: 100%;
  }

  .about-partners-inner {
    width: min(856px, calc(100% - 28.8px));
  }

  .about-vision-inner {
    width: min(1146.4px, calc(100% - 28.8px));
  }

  .about-team-inner {
    width: min(1299.2px, calc(100% - 28.8px));
  }

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

  .about-case-studies-inner {
    width: min(1218.6px, calc(100% - 28.8px));
  }

  .about-case-slider {
    grid-template-columns: 1fr;
    gap: 35.2px;
    justify-content: center;
  }

  .about-case-copy {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .about-case-headline {
    max-width: 100%;
  }

  .about-case-body {
    max-width: 100%;
  }

  .about-case-visual {
    margin-inline: auto;
  }

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


@media (max-width: 720px) {
  .about-stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stat-card: nth-child(2) {
    border-right: 0;
  }

  .about-stat-card: nth-child(1),
  .about-stat-card:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-sector-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-partners-logos {
    grid-template-columns: 1fr;
  }

  .about-team-title {
    font-size: clamp(24px, 4.48vw, 33.6px);
  }

  .about-case-studies {
    padding-top: 41.6px;
  }

  .about-case-visual {
    height: auto;
    aspect-ratio: 733.2 / 674.58;
  }

  .about-case-stack-back {
    width: 81.8%;
    height: 71.4%;
    right: 9%;
    top: 0;
  }

  .about-case-stack-mid {
    width: 90.3%;
    height: 78.9%;
    right: 4.8%;
    top: 6%;
  }

  .about-case-stack-front {
    width: 100%;
    height: 87.3%;
    right: 0;
    top: 12.7%;
  }

  .about-innovation-heading {
    font-size: 17.6px;
  }
}

@media (max-width: 464px) {
  .about-hero-highlight {
    padding-top: 35.2px;
    gap: 64px;
  }

  .about-hero-bg-glow {
    width: min(62.4vw, 240px);
    right: -18%;
    opacity: 0.8;
  }

  .about-stats-row,
  .about-sector-row {
    grid-template-columns: 1fr;
  }

  .about-stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-stat-card: last-child {
    border-bottom: 0;
  }

  .about-partners {
    padding: 33.6px 0 44.8px;
  }

  .about-partners-inner {
    gap: 27.2px;
  }

  .about-vision {
    padding-bottom: 44.8px;
  }

  .about-vision-inner {
    gap: 19.2px;
  }

  .about-vision-head,
  .about-vision-title-wrap {
    gap: 8px;
  }

  .about-vision-copy-wrap {
    padding-right: 0;
  }

  .about-team {
    padding: 32px 0 44.8px;
  }

  .about-team-header {
    margin-bottom: 22.4px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    gap: 9.6px;
  }

  .about-team-card {
    min-height: 368px;
  }

  .about-team-name {
    font-size: 16.8px;
  }

  .about-team-role {
    font-size: 11.2px;
  }

  .about-case-studies {
    padding: 32px 0 44.8px;
  }

  .about-case-studies-inner {
    gap: 19.2px;
  }

  .about-case-intro {
    font-size: 12.8px;
  }

  .about-case-copy {
    gap: 17.6px;
  }

  .about-case-headline {
    font-size: 27.2px;
  }

  .about-case-body {
    font-size: 12.8px;
  }

  .about-case-cta {
    min-height: 41.6px;
    padding: 11.2px 22.4px;
    font-size: 12.8px;
  }

  .about-case-dot {
    width: 6.4px;
    height: 6.4px;
  }

  .about-innovations {
    padding: 33.6px 0 44.8px;
  }

  .about-innovations-grid {
    margin-top: 22.4px;
    grid-template-columns: 1fr;
  }

  .about-innovation-card {
    min-height: 328px;
  }

  .about-innovation-content {
    min-height: calc(328px - 175.2px);
    padding: 12.8px 12.8px 17.6px;
  }

  .about-innovation-heading {
    font-size: 16.8px;
  }

  .about-innovation-link {
    min-height: 33.6px;
    padding: 8px 11.2px;
    font-size: 12.8px;
  }
}
