/* ==============================
   ATX BRAKE MOBILE - ABOUT DESKTOP
   Hero source: 2172 x 724
============================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  background: var(--page-bg);
  color: var(--text-main);
}

button {
  font-family: inherit;
}

.about-page {
  background: var(--page-bg);
  overflow: visible;
}

/* ==============================
   HERO
============================== */

.about-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2172 / 724;
  background-color: #ffffff;
  background-image: url("../images/about/about-hero-desktop.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-hero__inner,
.about-hero__ui {
  position: absolute;
  inset: 0;
}

.about-hero__bg {
  display: none;
}

.about-hero__inner {
  z-index: 1;
}

.about-hero__ui {
  z-index: 2;
  pointer-events: none;
}

/* ==============================
   LEFT COPY
============================== */

.about-hero__content {
  position: absolute;
  left: 2.05%;
  top: 6.1%;
  width: 39.2%;
  max-width: 850px;
  z-index: 3;
}

.about-hero__eyebrow {
  display: block;
  margin-bottom: clamp(10px, 0.85vw, 18px);
}

.about-hero__title {
  color: var(--brand-black);
  font-size: clamp(42px, 3.3vw, 72px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: 0;
}

.about-hero__title span {
  display: block;
  margin-top: 0.08em;
  color: var(--brand-red);
}

.about-hero__text {
  width: 80%;
  max-width: 650px;
  margin-top: clamp(16px, 1.25vw, 28px);
  color: #111111;
  font-size: clamp(14px, 0.9vw, 19px);
  font-weight: 500;
  line-height: 1.52;
  letter-spacing: 0;
}

.about-hero__cta {
  margin-top: clamp(20px, 1.55vw, 34px);
}

.about-hero__trust {
  margin-top: clamp(15px, 1.1vw, 25px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, 0.95vw, 18px);
  color: #4d4d4d;
  font-size: clamp(12px, 0.75vw, 16px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.about-hero__trust i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand-red);
  box-shadow: 0 0 12px rgba(225, 25, 25, 0.5);
}

/* ==============================
   GLASS CARDS
============================== */

.about-glass-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: clamp(8px, 0.7vw, 14px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.38)),
    radial-gradient(circle at 80% 100%, rgba(225, 25, 25, 0.12), transparent 48%);
  color: #121212;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.14),
    0 0 18px rgba(225, 25, 25, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  isolation: isolate;
  overflow: hidden;
}

.about-glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(225, 25, 25, 0.08),
    0 0 16px rgba(225, 25, 25, 0.12);
  pointer-events: none;
}

.about-glass-card::after {
  content: none;
}

.about-glass-card > * {
  position: relative;
  z-index: 2;
}

.about-glass-card h2 {
  color: #151515;
  font-size: clamp(12px, 0.72vw, 16px);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-flow-card {
  left: 42%;
  top: 69.8%;
  width: clamp(350px, 22vw, 480px);
  height: clamp(112px, 7.5vw, 156px);
  padding: clamp(13px, 0.82vw, 18px) clamp(18px, 1.2vw, 28px);
}

.about-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  gap: 0;
  list-style: none;
  margin-top: clamp(16px, 1.05vw, 24px);
}

.about-flow-list::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: clamp(16px, 1vw, 22px);
  height: 1px;
  background: rgba(0, 0, 0, 0.28);
}

.about-flow-step {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  gap: clamp(7px, 0.48vw, 11px);
  min-height: auto;
  color: #151515;
  font-size: clamp(9px, 0.56vw, 12px);
  font-weight: 800;
  text-align: center;
  transform: translateX(0);
  opacity: 1;
  transition:
    opacity 450ms ease,
    transform 450ms ease,
    color 450ms ease,
    filter 450ms ease;
}

.about-flow-step + .about-flow-step {
  margin-top: 0;
}

.about-flow-step::after {
  content: none;
  position: absolute;
  left: clamp(8px, 0.56vw, 12px);
  top: clamp(16px, 0.95vw, 22px);
  width: 2px;
  height: calc(100% + 8px);
  background: linear-gradient(180deg, rgba(225, 25, 25, 0.95), rgba(255, 255, 255, 0));
  box-shadow:
    0 0 12px rgba(225, 25, 25, 0.9),
    0 0 24px rgba(225, 25, 25, 0.35);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 650ms ease;
}

.about-flow-step:last-child::after {
  display: none;
}

.about-flow-step.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.about-flow-step.is-active,
.about-flow-step.is-complete {
  color: var(--brand-red);
  filter: none;
}

.about-flow-step.is-complete::after {
  transform: scaleY(1);
}

.about-flow-icon {
  position: relative;
  width: clamp(28px, 1.95vw, 42px);
  height: clamp(28px, 1.95vw, 42px);
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.42);
  background: rgba(255, 255, 255, 0.42);
  color: #222222;
  display: grid;
  place-items: center;
  font-size: clamp(10px, 0.72vw, 15px);
  transition:
    border-color 260ms ease,
    color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease,
    background 260ms ease;
  z-index: 2;
}

.about-flow-step.is-active .about-flow-icon {
  border-color: var(--brand-red);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-red);
  transform: scale(1.08);
  box-shadow:
    0 0 0 5px rgba(225, 25, 25, 0.09),
    0 0 18px rgba(225, 25, 25, 0.36);
}

.about-flow-step.is-complete .about-flow-icon {
  border-color: rgba(225, 25, 25, 0.86);
  color: #ffffff;
  background: var(--brand-red);
}

.about-flow-step.is-active .about-flow-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(225, 25, 25, 0.45);
  border-radius: inherit;
  animation: aboutFlowOrbit 1.1s linear infinite;
}

/* The route artwork is part of the 2172 x 724 banner asset. */
.about-route-line,
.about-route-pin {
  display: none;
}

/* ==============================
   DIAGNOSTIC CARD
============================== */

.about-diagnostic-card {
  left: 68%;
  top: 69.8%;
  width: clamp(350px, 22vw, 480px);
  height: clamp(112px, 7.5vw, 156px);
  padding: clamp(13px, 0.82vw, 18px) clamp(18px, 1.2vw, 28px);
}

.about-diagnostic-card h2 {
  position: absolute;
  top: clamp(11px, 0.72vw, 17px);
  left: clamp(16px, 1vw, 24px);
}

.about-diagnostic-body {
  position: absolute;
  left: clamp(16px, 1vw, 24px);
  right: clamp(16px, 1vw, 24px);
  bottom: clamp(9px, 0.6vw, 15px);
  display: grid;
  grid-template-columns: 35% 1fr auto;
  align-items: center;
  gap: clamp(8px, 0.65vw, 16px);
  height: clamp(74px, 4.9vw, 104px);
  margin-top: 0;
}

.about-rotor-wrap {
  position: relative;
  width: clamp(84px, 5.3vw, 116px);
  height: clamp(74px, 4.9vw, 108px);
  display: grid;
  place-items: center;
}

.about-rotor-glow {
  display: none;
}

.about-rotor-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: none;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, 0.18))
    drop-shadow(0 6px 10px rgba(0, 0, 0, 0.14));
}

.about-diagnostic-status {
  min-width: 0;
}

.about-diagnostic-status span,
.about-diagnostic-status strong {
  display: block;
}

.about-diagnostic-status span {
  min-height: 1.2em;
  color: #1f1f1f;
  font-size: clamp(10px, 0.62vw, 13px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about-diagnostic-status strong {
  margin-top: 3px;
  color: var(--brand-red);
  font-size: clamp(25px, 1.75vw, 38px);
  font-weight: 900;
  line-height: 0.95;
}

.about-diagnostic-status strong b {
  font: inherit;
}

.about-diagnostic-status em {
  display: block;
  margin-top: 2px;
  color: #151515;
  font-size: clamp(11px, 0.7vw, 15px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition:
    opacity 260ms ease,
    visibility 260ms ease,
    color 260ms ease,
    text-shadow 260ms ease,
    transform 260ms ease;
}

.about-diagnostic-card.scan-complete .about-diagnostic-status em {
  color: #111111;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: aboutOptimalPulse 1.35s ease-in-out infinite;
}

.about-status-check {
  position: relative;
  width: clamp(31px, 2vw, 47px);
  height: clamp(31px, 2vw, 47px);
  border-radius: 50%;
  border: 2px solid rgba(225, 25, 25, 0.42);
  display: grid;
  place-items: center;
  box-shadow:
    0 0 16px rgba(225, 25, 25, 0.7),
    inset 0 0 14px rgba(225, 25, 25, 0.16);
  opacity: 0.5;
  animation: none;
  transition: opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.about-status-check::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(225, 25, 25, 0.48);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}

.about-status-check svg {
  width: 62%;
  height: 62%;
}

.about-status-check path {
  fill: none;
  stroke: var(--brand-red);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
}

.about-diagnostic-card.scan-complete .about-status-check {
  opacity: 1;
  border-color: var(--brand-red);
  box-shadow:
    0 0 18px rgba(225, 25, 25, 0.75),
    0 0 34px rgba(225, 25, 25, 0.28),
    inset 0 0 14px rgba(225, 25, 25, 0.16);
  animation: aboutCheckPulse 1.9s ease-in-out infinite;
}

.about-diagnostic-card.scan-complete .about-status-check::before {
  animation: aboutCheckRing 1.9s ease-out infinite;
}

.about-diagnostic-card.scan-complete .about-status-check path {
  animation: aboutCheckDraw 650ms ease forwards;
}

/* ==============================
   DESKTOP SCALING
============================== */

@media (max-width: 1500px) {
  .about-hero__content {
    left: 2%;
    top: 5.6%;
    width: 40%;
  }

  .about-hero__text {
    width: 82%;
  }

  .about-flow-card {
    left: 42%;
    top: 69.4%;
    width: 340px;
  }

  .about-diagnostic-card {
    left: 68%;
    top: 69.4%;
    width: 342px;
    height: 118px;
  }
}

@media (max-width: 1366px) {
  .about-hero__content {
    top: 5.4%;
    width: 41%;
  }

  .about-hero__text {
    width: 85%;
    line-height: 1.45;
  }

  .about-hero__trust {
    gap: 10px;
  }

  .about-flow-card {
    left: 40%;
    top: 69%;
    width: 334px;
    padding: 11px 16px;
  }

  .about-diagnostic-card {
    left: 67%;
    top: 69%;
    width: 334px;
    height: 118px;
    padding: 11px 16px;
  }
}

@media (max-width: 1180px) {
  .about-hero__content {
    width: 43%;
  }

  .about-hero__text {
    width: 90%;
  }

  .about-flow-card {
    left: 38%;
    width: 310px;
  }

  .about-diagnostic-card {
    left: 66%;
    width: 315px;
  }
}

@media (min-width: 1700px) {
  .about-flow-card {
    left: 2.05%;
    top: 69.8%;
    width: 470px;
  }

  .about-diagnostic-card {
    left: 27.2%;
    top: 69.8%;
    width: 470px;
  }
}

@media (max-width: 760px) {
  .about-hero {
    min-height: 800px;
    aspect-ratio: auto;
    background: #ffffff;
  }

  .about-hero__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 432px;
    height: 230px;
    display: block;
    background: url("../images/about/banner-mobil.png") center center / cover no-repeat;
    z-index: 0;
  }

  .about-hero__content {
    left: 22px;
    right: 22px;
    top: 106px;
    width: auto;
    max-width: none;
  }

  .about-hero__eyebrow {
    margin-bottom: 8px;
  }

  .about-hero__title {
    max-width: 340px;
  }

  .about-hero__text {
    width: 100%;
    max-width: 360px;
    margin-top: 10px;
  }

  .about-hero__cta {
    margin-top: 10px;
  }

  .about-hero__trust {
    margin-top: 10px;
    justify-content: center;
    gap: 9px;
  }

  .about-hero__trust i {
    width: 3px;
    height: 3px;
  }

  .about-flow-card,
  .about-diagnostic-card {
    top: auto;
    bottom: 8px;
    height: 118px;
    padding: 12px 14px;
    border-radius: 8px;
  }

  .about-flow-card {
    left: 3.8%;
    width: 45.6%;
  }

  .about-diagnostic-card {
    left: 51.2%;
    width: 45%;
  }

  .about-flow-list {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 9px;
    padding-left: 14px;
  }

  .about-flow-list::before {
    left: 5px;
    right: auto;
    top: 5px;
    bottom: 7px;
    width: 1px;
    height: auto;
    background: var(--brand-red);
  }

  .about-flow-step {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .about-flow-icon {
    width: 11px;
    height: 11px;
    font-size: 0;
    border-color: var(--brand-red);
    background: #ffffff;
  }

  .about-flow-step.is-complete .about-flow-icon {
    background: var(--brand-red);
  }

  .about-diagnostic-card h2 {
    top: 12px;
    left: 14px;
  }

  .about-diagnostic-body {
    left: 14px;
    right: 14px;
    bottom: 13px;
    height: 72px;
    grid-template-columns: 48% 1fr 28px;
    gap: 8px;
  }

  .about-rotor-wrap {
    width: 64px;
    height: 64px;
  }

  .about-status-check {
    width: 25px;
    height: 25px;
  }
}

/* ==============================
   ANIMATIONS
============================== */

@keyframes aboutFlowOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes aboutOptimalPulse {
  0%,
  100% {
    text-shadow: none;
    transform: scale(1);
  }

  50% {
    text-shadow: 0 0 12px rgba(225, 25, 25, 0.28);
    transform: scale(1.04);
  }
}

@keyframes aboutCheckDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes aboutCheckPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 14px rgba(225, 25, 25, 0.52),
      inset 0 0 12px rgba(225, 25, 25, 0.14);
  }

  50% {
    transform: scale(1.07);
    box-shadow:
      0 0 24px rgba(225, 25, 25, 0.82),
      0 0 38px rgba(225, 25, 25, 0.28),
      inset 0 0 16px rgba(225, 25, 25, 0.22);
  }
}

@keyframes aboutCheckRing {
  0% {
    opacity: 0.58;
    transform: scale(0.78);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

/* ==============================
   ABOUT APPROACH
============================== */

.about-approach {
  padding: 34px 0 58px;
  background: #f6f6f6;
}

.about-approach__head {
  width: calc(100% - 80px);
  max-width: 1720px;
  margin: 0 auto 35px;
  text-align: center;
}

body .about-approach__head > span {
  display: block;
  color: var(--brand-red);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

body .about-page .about-approach__head h2 {
  margin: 12px 0 18px;
  color: var(--brand-black);
  font-size: 52px;
  line-height: 1.02;
  font-weight: 900;
}

body .about-approach__head p {
  margin: 0;
  color: #252b38;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.about-approach__panel {
  box-sizing: border-box;
  width: calc(100% - 70px);
  max-width: 1720px;
  margin: 0 auto;
  padding: 34px 48px 19px;
  border: 1px solid #dedede;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 30px;
}

.about-approach__col {
  min-height: 522px;
  min-width: 0;
  padding: 0 34px;
  border-left: 1px solid #dddddd;
}

.about-approach__col:first-child {
  border-left: 0;
  padding-left: 0;
}

.about-approach__col:nth-child(3) {
  padding-right: 0;
}

.about-approach__title {
  margin-bottom: 26px;
}

body .about-page .about-approach__title h3 {
  margin: 0;
  color: var(--brand-black);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.about-approach__title b {
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 14px;
  background: var(--brand-red);
}

body .about-approach__intro p {
  max-width: 430px;
  margin: 0 0 24px;
  color: #111111;
  font-size: 22px;
  line-height: 1.42;
  font-weight: 500;
}

.about-approach__mini {
  margin-top: 52px;
  padding: 18px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

body .about-approach__mini span {
  color: #111111;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.about-approach__mini span + span {
  border-left: 1px solid #d6d6d6;
}

.about-approach__values,
.about-approach__steps {
  display: grid;
}

.about-approach__values > div,
.about-approach__steps > div {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 28px;
  padding: 0 0 16px;
}

.about-approach__values > div {
  grid-template-columns: 1fr;
  column-gap: 0;
}

.about-approach__values > div + div,
.about-approach__steps > div + div {
  padding-top: 16px;
  border-top: 1px solid #dddddd;
}

body .about-approach__steps span {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #f6f6f6;
  color: var(--brand-red);
  display: grid;
  place-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

body .about-approach__steps span {
  border-radius: 10px;
  background: #f6f6f6;
  color: var(--brand-red);
}

body .about-approach__values strong,
body .about-approach__steps strong,
body .about-approach__proof strong {
  display: block;
  color: #080808;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 900;
}

body .about-approach__values strong,
body .about-approach__values p,
body .about-approach__steps strong,
body .about-approach__steps p {
  grid-column: 2;
}

body .about-approach__values strong,
body .about-approach__values p {
  grid-column: 1;
}

body .about-approach__steps span {
  grid-row: 1 / 3;
}

body .about-approach__values p,
body .about-approach__steps p,
body .about-approach__proof p {
  margin: 6px 0 0;
  color: #151515;
  font-size: 18px;
  line-height: 1.32;
  font-weight: 500;
}

.about-approach__proof {
  grid-column: 1 / -1;
  margin-top: 0;
  padding: 22px 24px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.about-approach__proof > div {
  min-width: 0;
}

body .about-approach__proof strong {
  font-size: 18px;
}

body .about-approach__proof p {
  margin-top: 0;
  font-size: 16px;
}

.about-approach__proof > div + div {
  border-left: 1px solid #dddddd;
  padding-left: 28px;
}

.about-approach__promise {
  grid-column: 1 / -1;
  margin-top: 0;
  text-align: center;
}

body .about-approach__promise p {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

body .about-approach__promise strong {
  font-weight: 900;
}

@media (max-width: 1280px) {
  .about-approach__panel {
    width: calc(100% - 48px);
    padding: 28px 26px 22px;
    gap: 24px;
  }

  .about-approach__col {
    padding: 0 22px;
  }

  body .about-approach__head h2 {
    font-size: 44px;
  }

  body .about-approach__intro p {
    font-size: 18px;
  }

  body .about-approach__values p,
  body .about-approach__steps p,
  body .about-approach__proof p {
    font-size: 15px;
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .about-approach__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-approach__proof > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .about-approach__proof > div:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid #dddddd;
  }

  .about-approach__proof > div:nth-child(n + 3) {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
  }
}

@media (max-width: 760px) {
  .about-approach {
    padding: 22px 10px 34px;
  }

  .about-approach__head {
    width: 100%;
    margin-bottom: 16px;
  }

  body .about-page .about-approach__head > span {
    font-size: 11px;
  }

  body .about-page .about-approach__head h2 {
    margin: 8px 0;
    font-size: 30px;
  }

  body .about-page .about-approach__head p {
    font-size: 15px;
    line-height: 1.45;
  }

  .about-approach__panel {
    width: 100%;
    padding: 18px 14px;
    border-radius: 10px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-approach__col {
    min-height: 0;
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid #dddddd;
  }

  .about-approach__col:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .about-approach__title {
    margin-bottom: 18px;
  }

  body .about-page .about-approach__title h3 {
    font-size: 24px;
  }

  body .about-page .about-approach__intro p {
    max-width: none;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.45;
  }

  .about-approach__mini {
    margin-top: 24px;
    padding: 14px 0;
  }

  body .about-page .about-approach__mini span {
    font-size: 12px;
  }

  .about-approach__promise {
    width: 100%;
    text-align: center;
  }

  body .about-page .about-approach__values strong,
  body .about-page .about-approach__steps strong,
  body .about-page .about-approach__proof strong {
    font-size: 18px;
  }

  body .about-page .about-approach__values p,
  body .about-page .about-approach__steps p,
  body .about-page .about-approach__proof p,
  body .about-page .about-approach__promise p {
    font-size: 15px;
    line-height: 1.45;
  }

  body .about-page .about-approach__promise p {
    text-align: center;
  }

  .about-approach__proof {
    margin-top: 4px;
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-approach__proof > div + div {
    border-left: 0;
    border-top: 1px solid #dddddd;
    padding-left: 0;
    padding-top: 14px;
  }
}

/* ==============================
   SERVICE AREA MAP
============================== */

.about-map {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #ffffff;
}

.about-map picture {
  position: absolute;
  inset: 0;
}

.about-map picture,
.about-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-map img {
  object-fit: cover;
}

.about-map__copy {
  position: relative;
  z-index: 1;
  width: min(42%, 620px);
  padding: 84px 0 70px clamp(40px, 6vw, 110px);
}

body .about-map__copy > span {
  color: var(--brand-red);
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

body .about-page .about-map__copy h2 {
  margin: 14px 0 18px;
  color: var(--brand-black);
  font-size: 48px;
  line-height: 1.06;
  font-weight: 900;
}

body .about-map__copy p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #323946;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 500;
}

.about-map__copy a {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--brand-red);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .about-map {
    min-height: 720px;
    display: flex;
    align-items: flex-end;
  }

  .about-map picture {
    top: 0;
    bottom: auto;
    height: 72%;
  }

  .about-map img {
    object-position: center top;
  }

  .about-map__copy {
    width: 100%;
    padding: 28px 22px 34px;
    background: #ffffff;
  }

  body .about-page .about-map__copy h2 {
    margin: 10px 0 12px;
    font-size: 30px;
  }

  body .about-page .about-map__copy > span {
    font-size: 11px;
  }

  body .about-page .about-map__copy p {
    margin-bottom: 22px;
    font-size: 15px;
  }
}

