.about-page {
  --am-orange: #f86e15;
  --am-ink: #0a0b0e;
  --am-night: #101217;
  --am-paper: #f3efe7;
  --am-line: rgba(10, 11, 14, 0.14);
  background: var(--am-paper);
  color: var(--am-ink);
}

.about-page .desktop-nav > a.active {
  color: #fff;
}

.about-page .desktop-nav > a.active::after {
  width: 100%;
  background: var(--am-orange);
}

.about-page .mobile-menu-inner > a.active {
  color: #ff9f64;
}

.about-page main {
  overflow: clip;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page p {
  text-wrap: balance;
}

.about-page .am-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #5d626b;
  font: 700 9px/1 "DM Sans", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-page .am-kicker > span {
  width: 28px;
  height: 1px;
  background: var(--am-orange);
}

.about-page .am-kicker--light {
  color: #afb3bc;
}

.about-page .am-button {
  min-height: 51px;
  padding: 0 24px;
  border: 0;
  background: var(--am-orange);
  color: #fff;
  box-shadow: 0 14px 35px rgba(248, 110, 21, 0.2);
}

.about-page .am-button:hover {
  background: #ff7c28;
  color: #fff;
  transform: translateY(-2px);
}

/* Hero */
.about-page .am-hero {
  position: relative;
  min-height: clamp(690px, 92svh, 900px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #090a0d;
  color: #fff;
  padding: 128px var(--pad) 88px;
}

.about-page .am-hero__image,
.about-page .am-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-page .am-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  animation: am-hero-settle 1.5s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.about-page .am-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 8, 11, 0.96) 0%, rgba(7, 8, 11, 0.8) 34%, rgba(7, 8, 11, 0.12) 68%, rgba(7, 8, 11, 0.08) 100%),
    linear-gradient(0deg, rgba(7, 8, 11, 0.7), transparent 44%);
}

.about-page .am-hero__route {
  position: absolute;
  z-index: -1;
  left: -3%;
  bottom: 2%;
  width: 57%;
  height: 54%;
  fill: none;
  stroke: rgba(248, 110, 21, 0.42);
  stroke-width: 1.2;
  pointer-events: none;
}

.about-page .am-hero__route path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: am-route 2.4s 0.45s ease forwards;
}

.about-page .am-hero__route circle {
  fill: var(--am-orange);
  stroke: none;
  opacity: 0;
  animation: am-dot 0.4s 2.2s ease forwards;
}

.about-page .am-hero__copy {
  width: min(640px, 48vw);
}

.about-page .am-hero h1 {
  max-width: 760px;
  margin: 28px 0 30px;
  font: 600 clamp(62px, 7.2vw, 112px) / 0.87 "Manrope", sans-serif;
  letter-spacing: -0.075em;
}

.about-page .am-hero h1 em,
.about-page .am-story h2 em,
.about-page .am-direction h2 em,
.about-page .am-services h2 em,
.about-page .am-ownership h2 em,
.about-page .am-culture h2 em,
.about-page .am-closing h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.about-page .am-hero__copy > p {
  max-width: 510px;
  margin: 0;
  color: #b4b8c0;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.6;
}

.about-page .am-hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}

.about-page .am-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-page .am-text-link:hover {
  border-color: var(--am-orange);
  color: #ff9f64;
}

.about-page .am-hero__meta {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  color: #7f848e;
  font-size: 8px;
  letter-spacing: 0.17em;
}

.about-page .am-hero__meta i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--am-orange);
  box-shadow: 0 0 12px var(--am-orange);
}

/* Proof strip */
.about-page .am-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(180px, 0.55fr);
  border-bottom: 1px solid var(--am-line);
  background: #f8f5ef;
}

.about-page .am-proof > article {
  min-height: 132px;
  display: grid;
  grid-template-columns: 37px 1fr;
  align-items: center;
  gap: 10px;
  padding: 24px clamp(22px, 3vw, 48px);
  border-right: 1px solid var(--am-line);
}

.about-page .am-proof > article > span {
  align-self: start;
  margin-top: 5px;
  color: #92969c;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.about-page .am-proof > article div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-page .am-proof strong {
  font: 600 clamp(17px, 1.5vw, 23px) / 1.15 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-proof small {
  color: #737881;
  font-size: 10px;
}

.about-page .am-proof__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: var(--am-orange);
  color: #fff;
}

.about-page .am-proof__mark b {
  font: 700 58px/1 "Manrope", sans-serif;
  letter-spacing: -0.08em;
}

.about-page .am-proof__mark span {
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Story */
.about-page .am-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  background: var(--am-paper);
}

.about-page .am-story__media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #d8d2c8;
}

.about-page .am-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.about-page .am-story__media:hover img {
  transform: scale(1.018);
}

.about-page .am-story__index {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(7, 8, 11, 0.66);
  color: #fff;
  backdrop-filter: blur(12px);
}

.about-page .am-story__index span {
  color: #ff9f64;
  font: 600 20px/1 "Manrope", sans-serif;
}

.about-page .am-story__index small {
  font-size: 7px;
  letter-spacing: 0.16em;
}

.about-page .am-story__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(66px, 7vw, 112px);
}

.about-page .am-story h2,
.about-page .am-direction h2,
.about-page .am-services h2,
.about-page .am-ownership h2,
.about-page .am-culture h2,
.about-page .am-closing h2 {
  margin: 25px 0 32px;
  font: 600 clamp(45px, 5.25vw, 80px) / 0.95 "Manrope", sans-serif;
  letter-spacing: -0.065em;
}

.about-page .am-story__content > p {
  max-width: 610px;
  margin: 0;
  color: #676c75;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .am-story__content .am-lead {
  margin-bottom: 18px;
  color: var(--am-ink);
  font: 500 clamp(19px, 1.8vw, 27px) / 1.38 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-story__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--am-line);
  border-left: 1px solid var(--am-line);
}

.about-page .am-story__facts > div {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px;
  border-right: 1px solid var(--am-line);
  border-bottom: 1px solid var(--am-line);
}

.about-page .am-story__facts b {
  color: var(--am-orange);
  font: 650 clamp(23px, 2.3vw, 34px) / 1 "Manrope", sans-serif;
  letter-spacing: -0.05em;
}

.about-page .am-story__facts span {
  color: #686d75;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Vision and mission */
.about-page .am-direction {
  padding: clamp(82px, 8vw, 124px) var(--pad);
  background: var(--am-ink);
  color: #fff;
}

.about-page .am-direction__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 48px;
  margin-bottom: 50px;
}

.about-page .am-direction__head .am-kicker {
  grid-column: 1 / -1;
}

.about-page .am-direction__head h2 {
  margin: 0;
}

.about-page .am-direction__head > p {
  margin: 0 0 7px;
  color: #969ba5;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .am-direction__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  border: 1px solid #2c2f36;
}

.about-page .am-principle {
  min-height: 510px;
  padding: clamp(28px, 4vw, 58px);
}

.about-page .am-principle--vision {
  position: relative;
  overflow: hidden;
  background: var(--am-orange);
}

.about-page .am-principle__top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.74);
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0.17em;
}

.about-page .am-principle__top i {
  font-style: normal;
}

.about-page .am-principle--vision > svg {
  position: absolute;
  width: 94%;
  right: -18%;
  top: 7%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
  animation: am-orbit 24s linear infinite;
}

.about-page .am-principle h3 {
  position: absolute;
  z-index: 2;
  left: clamp(28px, 4vw, 58px);
  right: clamp(28px, 4vw, 58px);
  bottom: clamp(30px, 4vw, 58px);
  max-width: 590px;
  margin: 0;
  font: 600 clamp(30px, 3.1vw, 48px) / 1.08 "Manrope", sans-serif;
  letter-spacing: -0.052em;
}

.about-page .am-principle--mission {
  background: #111318;
}

.about-page .am-principle--mission ol {
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
  border-top: 1px solid #30333a;
}

.about-page .am-principle--mission li {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  border-bottom: 1px solid #30333a;
}

.about-page .am-principle--mission li b {
  color: #777d87;
  font-size: 8px;
}

.about-page .am-principle--mission li span {
  font: 500 clamp(15px, 1.35vw, 19px) / 1.35 "Manrope", sans-serif;
  letter-spacing: -0.018em;
}

/* Services */
.about-page .am-services {
  padding: clamp(82px, 8vw, 124px) var(--pad);
  background: #eee8de;
}

.about-page .am-services__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 48px;
  margin-bottom: 48px;
}

.about-page .am-services__intro .am-kicker {
  grid-column: 1 / -1;
}

.about-page .am-services__intro h2 {
  margin: 0;
}

.about-page .am-services__intro > p {
  margin: 0 0 7px;
  color: #676c75;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .am-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--am-line);
  border-left: 1px solid var(--am-line);
}

.about-page .am-service {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-right: 1px solid var(--am-line);
  border-bottom: 1px solid var(--am-line);
  background: #f8f5ef;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.about-page .am-service:hover {
  z-index: 2;
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 20px 38px rgba(11, 12, 15, 0.08);
}

.about-page .am-service > span {
  color: #8c9096;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.about-page .am-service > svg {
  width: 40px;
  height: 40px;
  margin: 27px 0 auto;
  fill: none;
  stroke: var(--am-orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.about-page .am-service > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-page .am-service strong {
  font: 600 18px/1.2 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-service small {
  max-width: 230px;
  color: #71767e;
  font-size: 9px;
  line-height: 1.55;
}

.about-page .am-service--featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 428px;
  padding: clamp(26px, 3vw, 44px);
  background: var(--am-orange);
  color: #fff;
}

.about-page .am-service--featured:hover {
  background: #ff7820;
}

.about-page .am-service--featured > span,
.about-page .am-service--featured small {
  color: rgba(255, 255, 255, 0.78);
}

.about-page .am-service--featured > svg {
  width: 120px;
  height: 120px;
  margin: 44px auto auto;
  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 0.8;
}

.about-page .am-service--featured strong {
  font-size: clamp(28px, 3vw, 44px);
}

.about-page .am-service--featured small {
  font-size: 11px;
}

/* Ownership */
.about-page .am-ownership {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  background: var(--am-night);
  color: #fff;
}

.about-page .am-ownership__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #08090c;
}

.about-page .am-ownership__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.about-page .am-ownership__media:hover img {
  transform: scale(1.018);
}

.about-page .am-ownership__label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(8, 9, 12, 0.72);
  backdrop-filter: blur(12px);
}

.about-page .am-ownership__label span {
  color: #ff9f64;
  font: 600 20px/1 "Manrope", sans-serif;
}

.about-page .am-ownership__label strong {
  font-size: 7px;
  letter-spacing: 0.16em;
}

.about-page .am-ownership__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(66px, 7vw, 108px);
}

.about-page .am-ownership h2 {
  margin-bottom: 36px;
}

.about-page .am-steps {
  border-top: 1px solid #30333a;
}

.about-page .am-steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid #30333a;
}

.about-page .am-steps article > b {
  padding-top: 4px;
  color: #777c86;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.about-page .am-steps article > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.55fr) 1fr;
  align-items: center;
  gap: 20px;
}

.about-page .am-steps strong {
  font: 550 clamp(18px, 1.8vw, 25px) / 1.2 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-steps p {
  margin: 0;
  color: #8f949e;
  font-size: 10px;
  line-height: 1.55;
}

/* Values and journey */
.about-page .am-culture {
  padding: clamp(82px, 8vw, 124px) var(--pad);
  background: #f5f1e9;
}

.about-page .am-culture__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
  align-items: end;
  gap: 48px;
  margin-bottom: 48px;
}

.about-page .am-culture__head h2 {
  margin-bottom: 0;
}

.about-page .am-culture__head > p {
  margin: 0 0 7px;
  color: #676c75;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .am-culture__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border: 1px solid var(--am-line);
}

.about-page .am-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--am-orange);
  color: #fff;
}

.about-page .am-values article {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  transition: background 0.3s ease;
}

.about-page .am-values article:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about-page .am-values span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 8px;
}

.about-page .am-values strong {
  margin-top: auto;
  font: 600 clamp(18px, 1.8vw, 25px) / 1.2 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-values small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.about-page .am-timeline {
  padding: clamp(28px, 4vw, 58px);
  background: #fff;
}

.about-page .am-timeline article {
  position: relative;
  padding: 3px 0 29px 52px;
}

.about-page .am-timeline article:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  bottom: 0;
  width: 1px;
  background: var(--am-line);
}

.about-page .am-timeline i {
  position: absolute;
  left: 7px;
  top: 5px;
  z-index: 1;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--am-orange);
  box-shadow: 0 0 0 1px var(--am-orange);
}

.about-page .am-timeline span {
  color: #8a8e95;
  font-size: 7px;
  letter-spacing: 0.16em;
}

.about-page .am-timeline strong {
  display: block;
  margin: 6px 0;
  font: 600 clamp(18px, 1.6vw, 23px) / 1.25 "Manrope", sans-serif;
  letter-spacing: -0.035em;
}

.about-page .am-timeline p {
  max-width: 480px;
  margin: 0;
  color: #737881;
  font-size: 10px;
  line-height: 1.55;
}

/* Closing */
.about-page .am-closing {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 88px var(--pad);
  background: #0c0e12;
  color: #fff;
}

.about-page .am-closing__graphic {
  position: absolute;
  right: -6vw;
  top: 50%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.about-page .am-closing__graphic::before {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: var(--am-orange);
  filter: blur(95px);
  opacity: 0.28;
}

.about-page .am-closing__graphic svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1;
  animation: am-orbit 30s linear infinite reverse;
}

.about-page .am-closing__graphic span {
  position: relative;
  z-index: 0;
  font: 700 min(22vw, 280px) / 1 "Manrope", sans-serif;
  letter-spacing: -0.09em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.36);
}

.about-page .am-closing__graphic > img {
  position: relative;
  z-index: 2;
  width: 122%;
  max-width: none;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 38px 28px rgba(0, 0, 0, 0.68));
  transform: translateX(-4%);
}

.about-page .am-closing__copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.about-page .am-closing h2 {
  margin-bottom: 23px;
  font-size: clamp(56px, 7vw, 106px);
}

.about-page .am-closing__copy > p {
  max-width: 430px;
  margin: 0 0 32px;
  color: #9297a1;
  font-size: 14px;
  line-height: 1.65;
}

.about-page .am-closing__meta {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  color: #6f747e;
  font-size: 7px;
  letter-spacing: 0.17em;
}

@keyframes am-hero-settle {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes am-route {
  to { stroke-dashoffset: 0; }
}

@keyframes am-dot {
  to { opacity: 1; }
}

@keyframes am-orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
  .about-page .am-hero__copy {
    width: min(600px, 57vw);
  }

  .about-page .am-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page .am-proof__mark {
    display: none;
  }

  .about-page .am-story__content,
  .about-page .am-ownership__content {
    padding: 65px 5vw;
  }

  .about-page .am-services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-page .am-service--featured {
    grid-column: span 2;
  }

  .about-page .am-steps article > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 900px) {
  .about-page .am-hero {
    min-height: 790px;
    align-items: flex-start;
    padding-top: 125px;
  }

  .about-page .am-hero__image {
    object-position: 60% center;
  }

  .about-page .am-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 8, 11, 0.94) 0%, rgba(7, 8, 11, 0.6) 58%, rgba(7, 8, 11, 0.12) 100%),
      linear-gradient(0deg, rgba(7, 8, 11, 0.78), transparent 52%);
  }

  .about-page .am-hero__copy {
    width: min(630px, 78vw);
  }

  .about-page .am-hero__meta span:last-child {
    display: none;
  }

  .about-page .am-story,
  .about-page .am-ownership {
    grid-template-columns: 1fr;
  }

  .about-page .am-story__media,
  .about-page .am-ownership__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .about-page .am-direction__head,
  .about-page .am-services__intro,
  .about-page .am-culture__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-page .am-direction__head .am-kicker,
  .about-page .am-services__intro .am-kicker {
    grid-column: auto;
  }

  .about-page .am-direction__grid,
  .about-page .am-culture__body {
    grid-template-columns: 1fr;
  }

  .about-page .am-principle {
    min-height: 430px;
  }

  .about-page .am-principle--mission {
    min-height: auto;
  }

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

  .about-page .am-service--featured {
    min-height: 380px;
  }

  .about-page .am-closing__graphic {
    right: -24vw;
    width: 78vw;
    opacity: 0.68;
  }
}

@media (max-width: 640px) {
  .about-page .am-hero {
    min-height: 720px;
    padding: 105px 20px 72px;
  }

  .about-page .am-hero__image {
    object-position: 67% center;
  }

  .about-page .am-hero__shade {
    background:
      linear-gradient(90deg, rgba(7, 8, 11, 0.96) 0%, rgba(7, 8, 11, 0.7) 60%, rgba(7, 8, 11, 0.22) 100%),
      linear-gradient(0deg, rgba(7, 8, 11, 0.9), transparent 54%);
  }

  .about-page .am-hero__copy {
    width: 100%;
  }

  .about-page .am-hero h1 {
    margin: 24px 0;
    font-size: clamp(55px, 16.6vw, 78px);
  }

  .about-page .am-hero__copy > p {
    max-width: 330px;
    font-size: 14px;
  }

  .about-page .am-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }

  .about-page .am-hero__route {
    width: 100%;
    opacity: 0.65;
  }

  .about-page .am-hero__meta {
    left: 20px;
    right: 20px;
  }

  .about-page .am-hero__meta span:nth-child(2) {
    display: none;
  }

  .about-page .am-proof {
    grid-template-columns: 1fr;
  }

  .about-page .am-proof > article {
    min-height: 104px;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--am-line);
  }

  .about-page .am-story__media,
  .about-page .am-ownership__media {
    aspect-ratio: 4 / 3;
  }

  .about-page .am-story__media img {
    object-position: 48% center;
  }

  .about-page .am-ownership__media img {
    object-position: center;
  }

  .about-page .am-story__index,
  .about-page .am-ownership__label {
    left: 14px;
    bottom: 14px;
  }

  .about-page .am-story__content,
  .about-page .am-ownership__content {
    padding: 64px 20px;
  }

  .about-page .am-story h2,
  .about-page .am-direction h2,
  .about-page .am-services h2,
  .about-page .am-ownership h2,
  .about-page .am-culture h2,
  .about-page .am-closing h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .about-page .am-story__facts {
    grid-template-columns: 1fr;
  }

  .about-page .am-story__facts > div {
    min-height: 82px;
  }

  .about-page .am-direction,
  .about-page .am-services,
  .about-page .am-culture {
    padding: 70px 20px;
  }

  .about-page .am-direction__head,
  .about-page .am-services__intro,
  .about-page .am-culture__head {
    margin-bottom: 34px;
  }

  .about-page .am-principle {
    min-height: 390px;
    padding: 28px 22px;
  }

  .about-page .am-principle h3 {
    left: 22px;
    right: 22px;
    bottom: 28px;
    font-size: 30px;
  }

  .about-page .am-principle--mission ol {
    margin-top: 36px;
  }

  .about-page .am-principle--mission li {
    min-height: 74px;
    grid-template-columns: 38px 1fr;
  }

  .about-page .am-services__grid {
    grid-template-columns: 1fr;
  }

  .about-page .am-service,
  .about-page .am-service--featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 190px;
    padding: 20px;
  }

  .about-page .am-service--featured {
    min-height: 300px;
  }

  .about-page .am-service--featured > svg {
    width: 90px;
    height: 90px;
  }

  .about-page .am-steps article > div {
    grid-template-columns: 1fr;
  }

  .about-page .am-values {
    grid-template-columns: 1fr;
  }

  .about-page .am-values article {
    min-height: 125px;
  }

  .about-page .am-timeline {
    padding: 38px 20px;
  }

  .about-page .am-timeline article {
    padding-left: 42px;
  }

  .about-page .am-closing {
    min-height: auto;
    display: grid;
    padding: 74px 20px 42px;
  }

  .about-page .am-closing__graphic {
    position: relative;
    order: 2;
    right: auto;
    top: auto;
    width: calc(100vw - 40px);
    min-height: 290px;
    aspect-ratio: auto;
    margin-top: 20px;
    opacity: 1;
    transform: none;
  }

  .about-page .am-closing__graphic > img { width: 108%; max-height: 260px; transform: none; }
  .about-page .am-closing__copy { order: 1; }

  .about-page .am-closing__meta {
    left: 20px;
    right: 20px;
  }

  .about-page .am-closing__meta span:nth-child(2) {
    display: none;
  }
}

/* Neutral gallery placeholders — intentionally face-free */
.about-page .am-gallery-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%,rgba(247,110,26,.14),transparent 31%),
    linear-gradient(145deg,#171b21,#090b0f 72%);
  color:#fff;
}
.about-page .am-gallery-placeholder::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.24;
  background-image:linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:radial-gradient(circle at center,#000,transparent 76%);
}
.about-page .am-gallery-placeholder::after{
  content:"";
  position:absolute;
  width:min(58%,540px);
  aspect-ratio:1;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  box-shadow:0 0 0 48px rgba(255,255,255,.025),0 0 0 96px rgba(255,255,255,.018);
}
.about-page .am-gallery-placeholder__index,
.about-page .am-gallery-placeholder__label{
  position:absolute;
  z-index:2;
  color:rgba(255,255,255,.46);
  font-size:7px;
  font-weight:700;
  letter-spacing:.2em;
}
.about-page .am-gallery-placeholder__index{top:34px;left:38px}
.about-page .am-gallery-placeholder__label{top:34px;right:38px}
.about-page .am-gallery-placeholder__identity{
  position:relative;
  z-index:2;
  width:min(52%,320px);
  aspect-ratio:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.27);
  border-radius:50%;
  background:rgba(8,10,14,.34);
  box-shadow:inset 0 0 70px rgba(247,110,26,.08);
  backdrop-filter:blur(8px);
}
.about-page .am-gallery-placeholder__identity::before{
  content:"";
  position:absolute;
  inset:13px;
  border:1px solid rgba(247,110,26,.66);
  border-radius:50%;
}
.about-page .am-gallery-placeholder__identity b{
  color:var(--am-orange);
  font:750 clamp(58px,7vw,104px)/.8 "Manrope";
  letter-spacing:-.08em;
}
.about-page .am-gallery-placeholder__identity strong{
  margin-top:14px;
  font-size:11px;
  letter-spacing:.25em;
}
.about-page .am-gallery-placeholder__identity small{
  margin-top:8px;
  color:rgba(255,255,255,.48);
  font-size:5px;
  letter-spacing:.17em;
}
.about-page .am-team__visual .am-gallery-placeholder__identity{
  width:min(27%,290px);
}
.about-page .am-gallery-placeholder--team{
  background:
    radial-gradient(circle at 50% 50%,rgba(247,110,26,.12),transparent 24%),
    linear-gradient(112deg,#12161c,#080a0d);
}
@media(max-width:640px){
  .about-page .am-gallery-placeholder__index{top:24px;left:24px}
  .about-page .am-gallery-placeholder__label{top:24px;right:24px}
  .about-page .am-gallery-placeholder__identity,
  .about-page .am-team__visual .am-gallery-placeholder__identity{width:min(62%,270px)}
}

/* 2026 premium section refinements */
.about-page .am-story h2 > span {
  display: block;
}

.about-page .am-direction {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgba(248, 110, 21, 0.12), transparent 27%),
    linear-gradient(135deg, #08090c 0%, #101218 58%, #08090c 100%);
}

.about-page .am-direction::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.about-page .am-direction__head {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  column-gap: 48px;
  row-gap: 22px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.about-page .am-direction__brief {
  display: grid;
  grid-template-columns: 1fr 126px;
  align-items: end;
  gap: 28px;
}

.about-page .am-direction__brief > p {
  margin: 0 0 5px;
  color: #a2a7b1;
  font-size: 13px;
  line-height: 1.75;
}

.about-page .am-direction__signal {
  position: relative;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 1px solid #3a3e47;
  border-radius: 50%;
  color: #fff;
}

.about-page .am-direction__signal::before,
.about-page .am-direction__signal::after {
  content: "";
  position: absolute;
  background: #3a3e47;
}

.about-page .am-direction__signal::before {
  width: 150%;
  height: 1px;
}

.about-page .am-direction__signal::after {
  width: 1px;
  height: 150%;
}

.about-page .am-direction__signal span {
  position: relative;
  z-index: 2;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--am-orange);
  font: 650 20px/1 "Manrope", sans-serif;
}

.about-page .am-direction__signal i {
  position: absolute;
  z-index: 3;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
}

.about-page .am-direction__signal small {
  position: absolute;
  z-index: 3;
  bottom: -24px;
  white-space: nowrap;
  color: #777d87;
  font-size: 6px;
  letter-spacing: 0.17em;
}

.about-page .am-direction__grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: 14px;
  border: 0;
}

.about-page .am-principle {
  min-height: clamp(450px, 43vw, 560px);
  border: 1px solid #2d3038;
}

.about-page .am-principle--vision {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(145deg, #ff7a25 0%, #f4640a 70%, #de5200 100%);
  clip-path: polygon(0 0, calc(100% - 46px) 0, 100% 46px, 100% 100%, 0 100%);
}

.about-page .am-principle--vision::after {
  content: "01";
  position: absolute;
  right: 24px;
  bottom: -34px;
  color: rgba(255, 255, 255, 0.1);
  font: 750 clamp(150px, 18vw, 270px) / 0.8 "Manrope", sans-serif;
  letter-spacing: -0.1em;
}

.about-page .am-principle--vision > svg {
  width: min(92%, 680px);
  right: -12%;
  top: 3%;
  stroke: rgba(255, 255, 255, 0.28);
}

.about-page .am-principle h3 {
  max-width: 680px;
  font-size: clamp(29px, 3vw, 46px);
}

.about-page .am-principle--mission {
  position: relative;
  background: rgba(17, 19, 24, 0.84);
  backdrop-filter: blur(14px);
}

.about-page .am-principle--mission ol {
  margin-top: clamp(34px, 4vw, 56px);
}

.about-page .am-principle--mission li {
  position: relative;
  grid-template-columns: 42px 1fr 14px;
  min-height: clamp(72px, 7vw, 88px);
  transition: padding 0.3s ease, background 0.3s ease;
}

.about-page .am-principle--mission li::after {
  content: "↗";
  color: #5f646f;
  font-size: 11px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.about-page .am-principle--mission li:hover {
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.about-page .am-principle--mission li:hover::after {
  color: var(--am-orange);
  transform: translate(2px, -2px);
}

.about-page .am-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 100%, rgba(248, 110, 21, 0.11), transparent 28%),
    #eee9df;
}

.about-page .am-services::before {
  content: "K";
  position: absolute;
  z-index: -1;
  right: -2vw;
  top: -5vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(10, 11, 14, 0.05);
  font: 800 35vw/0.8 "Manrope", sans-serif;
  letter-spacing: -0.1em;
}

.about-page .am-services__brief {
  display: grid;
  gap: 18px;
}

.about-page .am-services__brief > p {
  max-width: 410px;
  margin: 0;
  color: #666b73;
  font-size: 13px;
  line-height: 1.7;
}

.about-page .am-services__status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 12px;
  padding-top: 13px;
  border-top: 1px solid rgba(10, 11, 14, 0.18);
}

.about-page .am-services__status b {
  color: var(--am-orange);
  font: 650 29px/0.85 "Manrope", sans-serif;
  letter-spacing: -0.06em;
}

.about-page .am-services__status span,
.about-page .am-services__status i {
  color: #737880;
  font-size: 6px;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.15em;
}

.about-page .am-services__status i {
  align-self: center;
  white-space: nowrap;
}

@media (min-width: 901px) {
  .about-page .am-story {
    height: 85vh;
    height: 85svh;
    max-height: 85vh;
    max-height: 85svh;
    min-height: 0;
  }

  .about-page .am-story__media {
    height: 100%;
    min-height: 0;
  }

  .about-page .am-story__content {
    min-height: 0;
    padding: clamp(30px, 4.5vh, 58px) clamp(30px, 4vw, 72px);
  }

  .about-page .am-story h2 {
    margin: clamp(16px, 2.4vh, 24px) 0 clamp(18px, 2.8vh, 28px);
    font-size: clamp(29px, 3.2vw, 61px);
    line-height: 0.96;
  }

  .about-page .am-story h2 > span {
    white-space: nowrap;
  }

  .about-page .am-story__content .am-lead {
    margin-bottom: clamp(10px, 1.7vh, 16px);
    font-size: clamp(17px, 1.55vw, 23px);
  }

  .about-page .am-story__facts {
    margin-top: clamp(18px, 2.8vh, 28px);
  }

  .about-page .am-story__facts > div {
    min-height: clamp(76px, 10vh, 96px);
    padding: clamp(12px, 1.6vw, 18px);
  }

  .about-page .am-services {
    height: 85vh;
    height: 85svh;
    max-height: 85vh;
    max-height: 85svh;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 4.3vh, 52px) var(--pad);
  }

  .about-page .am-services__intro {
    flex: 0 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
    column-gap: 42px;
    row-gap: 14px;
    margin-bottom: clamp(20px, 3vh, 32px);
  }

  .about-page .am-services__intro h2 {
    font-size: clamp(38px, 4vw, 61px);
    line-height: 0.94;
  }

  .about-page .am-services__grid {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: minmax(250px, 1.28fr) repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    border: 1px solid var(--am-line);
  }

  .about-page .am-service,
  .about-page .am-service--featured {
    min-height: 0;
    padding: clamp(15px, 1.5vw, 22px);
  }

  .about-page .am-service--featured {
    grid-column: 1;
    grid-row: 1 / 3;
    padding: clamp(23px, 2.5vw, 38px);
  }

  .about-page .am-service > svg {
    width: clamp(30px, 3.1vh, 40px);
    height: clamp(30px, 3.1vh, 40px);
    margin: clamp(14px, 2.2vh, 24px) 0 auto;
  }

  .about-page .am-service strong {
    font-size: clamp(14px, 1.15vw, 17px);
  }

  .about-page .am-service small {
    font-size: clamp(7px, 0.62vw, 9px);
  }

  .about-page .am-service--featured > svg {
    width: clamp(74px, 10vh, 110px);
    height: clamp(74px, 10vh, 110px);
    margin: clamp(18px, 3vh, 34px) auto auto;
  }

  .about-page .am-service--featured strong {
    font-size: clamp(25px, 2.5vw, 40px);
  }
}

@media (max-width: 900px) {
  .about-page .am-direction__head {
    grid-template-columns: 1fr;
  }

  .about-page .am-direction__head .am-kicker {
    grid-column: auto;
  }

  .about-page .am-direction__brief {
    max-width: 560px;
  }

  .about-page .am-direction__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about-page .am-services__brief {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .about-page .am-story h2 > span {
    white-space: normal;
  }

  .about-page .am-direction__brief {
    grid-template-columns: 1fr;
  }

  .about-page .am-direction__signal {
    width: 104px;
    height: 104px;
    margin: 13px 0 16px;
  }

  .about-page .am-direction__grid {
    grid-template-columns: 1fr;
  }

  .about-page .am-principle--vision {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  }

  .about-page .am-services__status {
    grid-template-columns: auto 1fr;
  }

  .about-page .am-services__status i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .am-hero__image,
  .about-page .am-hero__route path,
  .about-page .am-hero__route circle,
  .about-page .am-principle--vision > svg,
  .about-page .am-closing__graphic svg {
    animation: none;
  }

  .about-page .am-hero__route path {
    stroke-dashoffset: 0;
  }

  .about-page .am-hero__route circle {
    opacity: 1;
  }

  .about-page .am-story__media img,
  .about-page .am-ownership__media img,
  .about-page .am-service {
    transition: none;
  }
}

/* Premium connected-services refinement */
.about-page .am-services {
  height: auto;
  max-height: none;
  padding: clamp(76px, 7vw, 112px) var(--pad);
  background:
    radial-gradient(circle at 8% 92%, rgba(248, 110, 21, 0.13), transparent 26%),
    radial-gradient(circle at 92% 7%, rgba(255, 255, 255, 0.68), transparent 30%),
    #eee9df;
}

.about-page .am-services__intro {
  align-items: end;
  column-gap: clamp(42px, 7vw, 112px);
  row-gap: 18px;
  margin-bottom: clamp(34px, 4vw, 54px);
}

.about-page .am-services__intro h2 {
  max-width: 880px;
  font-size: clamp(48px, 5.6vw, 84px);
  line-height: 0.92;
}

.about-page .am-services__brief {
  gap: 22px;
  padding-bottom: 5px;
}

.about-page .am-services__brief > p {
  max-width: 460px;
  color: #555b65;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
}

.about-page .am-services__status {
  gap: 15px;
  padding-top: 17px;
  border-color: rgba(10, 11, 14, 0.2);
}

.about-page .am-services__status b {
  font-size: clamp(32px, 2.6vw, 42px);
}

.about-page .am-services__status span,
.about-page .am-services__status i {
  font-size: 7px;
  font-weight: 650;
  letter-spacing: 0.17em;
}

.about-page .am-services__grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(300px, 1.18fr) repeat(3, minmax(220px, 1fr));
  grid-template-rows: repeat(2, minmax(228px, auto));
  gap: clamp(10px, 1vw, 16px);
  border: 0;
  background: transparent;
}

.about-page .am-service,
.about-page .am-service--featured {
  position: relative;
  isolation: isolate;
  min-height: 228px;
  padding: clamp(24px, 2vw, 31px);
  overflow: hidden;
  border: 1px solid rgba(13, 15, 19, 0.1);
  border-radius: 18px;
  background: rgba(250, 248, 243, 0.88);
  box-shadow: 0 14px 36px rgba(20, 22, 27, 0.045);
  transition:
    transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease,
    background 0.4s ease;
}

.about-page .am-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--am-orange), rgba(248, 110, 21, 0));
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.about-page .am-service::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -75px;
  top: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(248, 110, 21, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(248, 110, 21, 0.025);
  transition: transform 0.55s ease, border-color 0.4s ease;
}

.about-page .am-service:hover {
  z-index: 2;
  border-color: rgba(248, 110, 21, 0.3);
  background: #fff;
  box-shadow: 0 24px 58px rgba(19, 21, 26, 0.12);
  transform: translateY(-7px);
}

.about-page .am-service:hover::before {
  transform: scaleX(1);
}

.about-page .am-service:hover::after {
  border-color: rgba(248, 110, 21, 0.2);
  transform: scale(1.1);
}

.about-page .am-service > span {
  align-self: flex-start;
  min-width: 38px;
  padding: 7px 9px;
  border: 1px solid rgba(13, 15, 19, 0.12);
  border-radius: 999px;
  color: #666c75;
  background: rgba(255, 255, 255, 0.64);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.14em;
}

.about-page .am-service > svg {
  box-sizing: border-box;
  width: clamp(58px, 4.3vw, 70px);
  height: clamp(58px, 4.3vw, 70px);
  margin: clamp(22px, 2.6vw, 34px) 0 clamp(28px, 3vw, 42px);
  padding: 14px;
  border: 1px solid rgba(248, 110, 21, 0.18);
  border-radius: 17px;
  background: rgba(248, 110, 21, 0.08);
  stroke-width: 1.6;
  filter: drop-shadow(0 7px 13px rgba(248, 110, 21, 0.12));
}

.about-page .am-service > div {
  margin-top: auto;
  gap: 8px;
}

.about-page .am-service strong {
  font-size: clamp(18px, 1.35vw, 22px);
  letter-spacing: -0.045em;
}

.about-page .am-service small {
  max-width: 290px;
  color: #656b74;
  font-size: clamp(10px, 0.75vw, 12px);
  line-height: 1.58;
}

.about-page .am-service--featured {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 472px;
  padding: clamp(30px, 3vw, 44px);
  border-color: rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(145deg, #ff781d 0%, #f35e0c 74%, #df4f00 100%);
  box-shadow: 0 26px 58px rgba(224, 79, 0, 0.2);
  color: #fff;
}

.about-page .am-service--featured::before {
  height: 4px;
  background: rgba(255, 255, 255, 0.76);
  transform: scaleX(0.32);
}

.about-page .am-service--featured::after {
  right: -112px;
  top: 70px;
  width: 285px;
  height: 285px;
  border-color: rgba(255, 255, 255, 0.17);
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.035),
    0 0 0 84px rgba(255, 255, 255, 0.02);
}

.about-page .am-service--featured:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(145deg, #ff8128 0%, #f56512 74%, #e35304 100%);
  box-shadow: 0 32px 68px rgba(224, 79, 0, 0.26);
}

.about-page .am-service--featured > span {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.about-page .am-service--featured > svg {
  width: clamp(112px, 9vw, 142px);
  height: clamp(112px, 9vw, 142px);
  margin: clamp(35px, 4.5vw, 70px) auto clamp(34px, 4vw, 58px);
  padding: 27px;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  stroke: #fff;
  stroke-width: 1;
  filter: drop-shadow(0 14px 22px rgba(123, 39, 0, 0.17));
}

.about-page .am-service--featured strong {
  font-size: clamp(32px, 3vw, 48px);
}

.about-page .am-service--featured small {
  max-width: 350px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(11px, 0.9vw, 13px);
}

@media (max-width: 1180px) {
  .about-page .am-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .about-page .am-service--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 360px;
  }

  .about-page .am-service--featured > svg {
    position: absolute;
    top: 50%;
    right: clamp(34px, 8vw, 90px);
    margin: 0;
    transform: translateY(-50%);
  }

  .about-page .am-service--featured > div {
    width: min(56%, 520px);
  }
}

@media (max-width: 900px) {
  .about-page .am-services {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .about-page .am-services__intro h2 {
    font-size: clamp(46px, 9vw, 72px);
  }

  .about-page .am-services__brief {
    max-width: 620px;
  }

  .about-page .am-service {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .about-page .am-services {
    padding: 68px 20px;
  }

  .about-page .am-services__intro h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .about-page .am-services__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-page .am-service,
  .about-page .am-service--featured {
    grid-column: auto;
    grid-row: auto;
  }

  .about-page .am-service {
    min-height: 168px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 18px;
    padding: 21px;
  }

  .about-page .am-service > span {
    grid-column: 1 / -1;
  }

  .about-page .am-service > svg {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    width: 58px;
    height: 58px;
    margin: 17px 0 0;
    padding: 13px;
  }

  .about-page .am-service > div {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    margin-top: 17px;
  }

  .about-page .am-service strong {
    font-size: 20px;
  }

  .about-page .am-service small {
    font-size: 11px;
  }

  .about-page .am-service--featured {
    min-height: 335px;
    display: flex;
  }

  .about-page .am-service--featured > svg {
    position: static;
    width: 100px;
    height: 100px;
    margin: 30px auto 28px;
    padding: 23px;
    transform: none;
  }

  .about-page .am-service--featured > div {
    width: 100%;
    margin-top: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .am-service::before,
  .about-page .am-service::after {
    transition: none;
  }
}

/* Leadership, team and Values visual system */
.about-page .am-ceo-message {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.82fr);
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 6% 92%, rgba(248, 110, 21, 0.11), transparent 25%),
    #f4efe6;
}

.about-page .am-ceo-message::before {
  content: "“";
  position: absolute;
  left: clamp(20px, 4vw, 72px);
  top: clamp(68px, 7vw, 110px);
  color: rgba(248, 110, 21, 0.08);
  font: 500 clamp(180px, 20vw, 340px) / 0.7 Georgia, serif;
  pointer-events: none;
}

.about-page .am-ceo-message__copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(82px, 8vw, 138px) clamp(45px, 7vw, 120px) clamp(72px, 7vw, 118px) var(--pad);
}

.about-page .am-ceo-message__tag {
  display: inline-flex;
  margin: clamp(34px, 4vw, 58px) 0 17px;
  color: #777b83;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.about-page .am-ceo-message h2 {
  margin: 0 0 clamp(35px, 4vw, 55px);
  font: 570 clamp(48px, 5.3vw, 82px) / 0.94 "Manrope", sans-serif;
  letter-spacing: -0.067em;
}

.about-page .am-ceo-message h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.about-page .am-ceo-message blockquote {
  max-width: 720px;
  margin: 0;
  padding: 0;
}

.about-page .am-ceo-message blockquote > p {
  margin: 0;
  color: #353a43;
  font: 450 clamp(17px, 1.45vw, 22px) / 1.62 "Manrope", sans-serif;
  letter-spacing: -0.02em;
}

.about-page .am-ceo-message__signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.about-page .am-ceo-message__signature > i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--am-orange);
  color: #fff;
  font: 750 18px/1 "Manrope", sans-serif;
  font-style: normal;
  box-shadow: 0 11px 25px rgba(248, 110, 21, 0.2);
}

.about-page .am-ceo-message__signature > span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about-page .am-ceo-message__signature strong {
  color: #0c0e12;
  font: 650 13px/1.2 "Manrope", sans-serif;
}

.about-page .am-ceo-message__signature small {
  color: #7a7f87;
  font-size: 7px;
  letter-spacing: 0.14em;
}

.about-page .am-ceo-message__principles {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(38px, 4vw, 58px);
  border-top: 1px solid rgba(12, 14, 18, 0.16);
}

.about-page .am-ceo-message__principles span {
  padding: 17px 12px 0 0;
  color: #555b65;
  font-size: 9px;
  letter-spacing: 0.04em;
}

.about-page .am-ceo-message__principles b {
  margin-right: 10px;
  color: var(--am-orange);
  font-size: 8px;
}

.about-page .am-ceo-message__media {
  position: relative;
  min-width: 0;
  min-height: 760px;
  margin: 0;
  overflow: hidden;
  background: #111318;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
}

.about-page .am-ceo-message__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(6, 8, 12, 0.78), transparent 36%),
    linear-gradient(90deg, rgba(6, 8, 12, 0.18), transparent 35%);
  pointer-events: none;
}

.about-page .am-ceo-message__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.about-page .am-ceo-message__media:hover img {
  transform: scale(1.025);
}

.about-page .am-ceo-message__media figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 58px);
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(25px, 4vw, 50px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}

.about-page .am-ceo-message__media figcaption span {
  font-size: 7px;
  letter-spacing: 0.18em;
}

.about-page .am-ceo-message__media figcaption strong {
  max-width: 210px;
  font: 550 clamp(17px, 1.5vw, 23px) / 1.1 "Manrope", sans-serif;
  text-align: right;
  letter-spacing: -0.035em;
}

.about-page .am-ceo-message__mark {
  position: absolute;
  z-index: 2;
  right: -18px;
  top: -24px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
  font: 800 clamp(180px, 22vw, 350px) / 1 "Manrope", sans-serif;
  pointer-events: none;
}

.about-page .am-team {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(90px, 9vw, 142px) var(--pad);
  background:
    radial-gradient(circle at 95% 8%, rgba(248, 110, 21, 0.15), transparent 24%),
    #090b0f;
  color: #fff;
}

.about-page .am-team::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
}

.about-page .am-team__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: end;
  gap: clamp(45px, 8vw, 130px);
  margin-bottom: clamp(40px, 5vw, 70px);
}

.about-page .am-team h2 {
  max-width: 920px;
  margin: 30px 0 0;
  font: 560 clamp(52px, 6.2vw, 94px) / 0.91 "Manrope", sans-serif;
  letter-spacing: -0.07em;
}

.about-page .am-team h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}

.about-page .am-team__intro {
  padding-bottom: 5px;
}

.about-page .am-team__intro p {
  margin: 0 0 28px;
  color: #a5aab3;
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.75;
}

.about-page .am-team__cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  padding: 0 19px;
  background: var(--am-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: transform 0.3s ease, background 0.3s ease;
}

.about-page .am-team__cta:hover {
  background: #ff7b23;
  transform: translateY(-4px);
}

.about-page .am-team__visual {
  position: relative;
  min-height: 430px;
  aspect-ratio: 2.05 / 1;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: #15181e;
  box-shadow: 0 38px 95px rgba(0, 0, 0, 0.38);
}

.about-page .am-team__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.6s ease;
}

.about-page .am-team__visual:hover img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.about-page .am-team__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(5, 7, 10, 0.9), transparent 42%),
    linear-gradient(90deg, rgba(5, 7, 10, 0.18), transparent 40%);
  pointer-events: none;
}

.about-page .am-team__visual figcaption {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 4vw, 58px);
  right: clamp(22px, 4vw, 58px);
  bottom: clamp(22px, 4vw, 52px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.about-page .am-team__visual figcaption > span:first-child {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-page .am-team__visual figcaption small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 7px;
  letter-spacing: 0.19em;
}

.about-page .am-team__visual figcaption strong {
  font: 550 clamp(23px, 2.5vw, 38px) / 1 "Manrope", sans-serif;
  letter-spacing: -0.045em;
}

.about-page .am-team__disc {
  position: relative;
  width: clamp(112px, 10vw, 150px);
  height: clamp(112px, 10vw, 150px);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(8, 10, 14, 0.36);
  backdrop-filter: blur(12px);
}

.about-page .am-team__disc b {
  color: var(--am-orange);
  font: 760 clamp(30px, 3vw, 45px) / 1 "Manrope", sans-serif;
}

.about-page .am-team__disc i {
  position: absolute;
  inset: 13px;
  display: grid;
  place-items: end center;
  padding-bottom: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 5px;
  font-style: normal;
  letter-spacing: 0.12em;
}

.about-page .am-team__roles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-page .am-team__roles span {
  position: relative;
  padding: 20px 16px 0 20px;
  color: #9fa4ad;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.about-page .am-team__roles span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--am-orange);
  box-shadow: 0 0 13px rgba(248, 110, 21, 0.68);
}

.about-page .am-values article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-page .am-values article::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -84px;
  right: -78px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.025);
  transition: transform 0.5s ease, border-color 0.4s ease;
}

.about-page .am-values article:hover::after {
  border-color: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

.about-page .am-values article > svg {
  box-sizing: border-box;
  width: clamp(58px, 4.7vw, 74px);
  height: clamp(58px, 4.7vw, 74px);
  margin: clamp(22px, 3vw, 38px) 0 clamp(20px, 2vw, 30px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  fill: none;
  stroke: #fff;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 12px 18px rgba(144, 45, 0, 0.14));
  transition: transform 0.4s cubic-bezier(0.2, 0.75, 0.25, 1), background 0.4s ease;
}

.about-page .am-values article:hover > svg {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-5px);
}

.about-page .am-values strong {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .about-page .am-ceo-message {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  }

  .about-page .am-ceo-message__copy {
    padding-right: clamp(35px, 5vw, 70px);
  }

  .about-page .am-team__head {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 45px;
  }
}

@media (max-width: 900px) {
  .about-page .am-ceo-message {
    grid-template-columns: 1fr;
  }

  .about-page .am-ceo-message__copy {
    padding: 82px 6vw 72px;
  }

  .about-page .am-ceo-message__media {
    min-height: 620px;
    clip-path: polygon(0 8%, 8% 0, 100% 0, 100% 100%, 0 100%);
  }

  .about-page .am-team__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page .am-team__intro {
    max-width: 600px;
  }

  .about-page .am-team__visual {
    min-height: 500px;
    aspect-ratio: 4 / 3;
  }

  .about-page .am-team__visual img {
    object-position: center;
  }

  .about-page .am-team__roles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
}

@media (max-width: 640px) {
  .about-page .am-ceo-message__copy {
    padding: 68px 20px 58px;
  }

  .about-page .am-ceo-message h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  .about-page .am-ceo-message blockquote > p {
    font-size: 16px;
  }

  .about-page .am-ceo-message__principles {
    grid-template-columns: 1fr;
  }

  .about-page .am-ceo-message__principles span {
    padding: 13px 0;
    border-bottom: 1px solid rgba(12, 14, 18, 0.1);
  }

  .about-page .am-ceo-message__media {
    min-height: 500px;
  }

  .about-page .am-ceo-message__media figcaption strong {
    max-width: 150px;
    font-size: 16px;
  }

  .about-page .am-team {
    padding: 72px 20px;
  }

  .about-page .am-team h2 {
    font-size: clamp(45px, 12.5vw, 61px);
  }

  .about-page .am-team__cta {
    width: 100%;
  }

  .about-page .am-team__visual {
    min-height: 480px;
    aspect-ratio: auto;
    border-radius: 14px;
  }

  .about-page .am-team__visual img {
    object-position: 42% center;
  }

  .about-page .am-team__disc {
    display: none;
  }

  .about-page .am-team__roles {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-page .am-team__roles span {
    padding: 15px 16px 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-page .am-team__roles span::before {
    top: 18px;
  }

  .about-page .am-values article {
    min-height: 190px;
  }

  .about-page .am-values article > svg {
    width: 58px;
    height: 58px;
    margin: 20px 0 22px;
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .am-ceo-message__media img,
  .about-page .am-team__visual img,
  .about-page .am-values article::after,
  .about-page .am-values article > svg {
    transition: none;
  }
}

/* CEO signature isolation and animated Journey refinement */
.about-page .am-ceo-message__signature {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.about-page .am-timeline {
  position: relative;
  isolation: isolate;
  min-height: 100%;
  display: grid;
  grid-template-rows: repeat(4, minmax(145px, 1fr));
  padding: clamp(22px, 2.6vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 100%, rgba(248, 110, 21, 0.09), transparent 34%),
    linear-gradient(145deg, #fff 0%, #fbf9f5 100%);
}

.about-page .am-timeline::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(248, 110, 21, 0.13);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(248, 110, 21, 0.025),
    0 0 0 96px rgba(248, 110, 21, 0.018);
  animation: am-journey-orbit 12s ease-in-out infinite alternate;
}

.about-page .am-timeline article {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.5vw, 36px) clamp(72px, 6vw, 104px);
  border-bottom: 1px solid rgba(13, 15, 19, 0.1);
  transition: background 0.35s ease, transform 0.35s ease;
}

.about-page .am-timeline article:last-child {
  border-bottom: 0;
}

.about-page .am-timeline article:hover {
  z-index: 2;
  background: rgba(248, 110, 21, 0.045);
  transform: translateX(6px);
}

.about-page .am-timeline article:not(:last-child)::before {
  left: 25px;
  top: 50%;
  bottom: -50%;
  background: linear-gradient(var(--am-orange), rgba(248, 110, 21, 0.2));
}

.about-page .am-timeline article::after {
  content: "";
  position: absolute;
  right: clamp(18px, 2vw, 30px);
  top: 50%;
  width: clamp(38px, 3vw, 52px);
  height: clamp(38px, 3vw, 52px);
  border: 1px solid rgba(248, 110, 21, 0.18);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 9px rgba(248, 110, 21, 0.035);
  transition: transform 0.4s ease, border-color 0.4s ease;
}

.about-page .am-timeline article:nth-child(even)::after {
  border-radius: 5px;
  transform: translateY(-50%) rotate(45deg);
}

.about-page .am-timeline article:hover::after {
  border-color: rgba(248, 110, 21, 0.42);
  transform: translateY(-50%) scale(1.1);
}

.about-page .am-timeline article:nth-child(even):hover::after {
  transform: translateY(-50%) rotate(45deg) scale(1.1);
}

.about-page .am-timeline i {
  left: 17px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-width: 4px;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 1px var(--am-orange),
    0 0 0 7px rgba(248, 110, 21, 0.08);
}

.about-page .am-timeline i::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(248, 110, 21, 0.38);
  border-radius: 50%;
  opacity: 0;
}

.about-page .am-timeline span {
  margin-bottom: 11px;
  color: #a05c34;
  font-size: clamp(7px, 0.62vw, 9px);
  font-weight: 750;
  letter-spacing: 0.2em;
}

.about-page .am-timeline strong {
  max-width: 430px;
  font-size: clamp(23px, 2.05vw, 32px);
  line-height: 1.08;
}

.about-page .am-timeline p {
  max-width: 470px;
  margin-top: 11px;
  color: #646a73;
  font-size: clamp(11px, 0.85vw, 13px);
  line-height: 1.62;
}

.about-page .am-timeline.in-view article {
  animation: am-journey-enter 0.75s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-page .am-timeline.in-view article:nth-child(2) {
  animation-delay: 0.1s;
}

.about-page .am-timeline.in-view article:nth-child(3) {
  animation-delay: 0.2s;
}

.about-page .am-timeline.in-view article:nth-child(4) {
  animation-delay: 0.3s;
}

.about-page .am-timeline.in-view article i::after {
  animation: am-journey-pulse 2.8s ease-out infinite;
}

.about-page .am-timeline.in-view article:nth-child(2) i::after {
  animation-delay: 0.45s;
}

.about-page .am-timeline.in-view article:nth-child(3) i::after {
  animation-delay: 0.9s;
}

.about-page .am-timeline.in-view article:nth-child(4) i::after {
  animation-delay: 1.35s;
}

@keyframes am-journey-enter {
  from {
    opacity: 0;
    transform: translateX(26px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes am-journey-pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.65);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@keyframes am-journey-orbit {
  to {
    transform: translate(-18px, -18px) scale(1.04);
  }
}

@media (max-width: 900px) {
  .about-page .am-timeline {
    min-height: 700px;
  }
}

@media (max-width: 640px) {
  .about-page .am-timeline {
    min-height: 0;
    grid-template-rows: repeat(4, minmax(165px, auto));
    padding: 16px;
  }

  .about-page .am-timeline article {
    padding: 25px 45px 25px 58px;
  }

  .about-page .am-timeline article:not(:last-child)::before {
    left: 19px;
  }

  .about-page .am-timeline i {
    left: 11px;
  }

  .about-page .am-timeline article::after {
    right: 9px;
    width: 30px;
    height: 30px;
  }

  .about-page .am-timeline strong {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .am-timeline::after,
  .about-page .am-timeline.in-view article,
  .about-page .am-timeline.in-view article i::after {
    animation: none;
  }
}
