/* MTB Company / About page */
.mtb-about {
  overflow: hidden;
  background: var(--mtb-white);
}

.mtb-about h1,
.mtb-about h2,
.mtb-about h3,
.mtb-about p {
  margin-top: 0;
}

.mtb-about h1,
.mtb-about h2,
.mtb-about h3 {
  letter-spacing: -.035em;
}

.mtb-about-hero {
  position: relative;
  min-height: clamp(620px, 72vh, 840px);
  display: flex;
  align-items: flex-end;
  background: var(--mtb-navy-950);
  color: var(--mtb-white);
  isolation: isolate;
}

.mtb-about-hero__media,
.mtb-about-hero__shade {
  position: absolute;
  inset: 0;
}

.mtb-about-hero__media {
  z-index: -3;
  background-position: center 43%;
  background-size: cover;
  transform: scale(1.015);
}

.mtb-about-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 20, 32, .96) 0%, rgba(5, 20, 32, .86) 34%, rgba(5, 20, 32, .42) 63%, rgba(5, 20, 32, .08) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, .38) 0%, rgba(5, 20, 32, 0) 46%);
}

.mtb-about-hero__inner {
  padding-block: clamp(96px, 10vw, 150px) clamp(78px, 7vw, 110px);
}

.mtb-about-hero__content {
  width: min(760px, 68vw);
}

.mtb-about-hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5.3vw, 82px);
  line-height: .98;
  font-weight: 720;
}

.mtb-about-hero__lead {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.7;
}

.mtb-about-intro {
  background: #fff;
}

.mtb-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.8fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: start;
}

.mtb-about-intro__statement {
  position: sticky;
  top: 130px;
  border-top: 1px solid var(--mtb-line);
  padding-top: 26px;
}

.mtb-about-index {
  display: block;
  margin-bottom: 34px;
  color: var(--mtb-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.mtb-about-intro__statement p {
  margin-bottom: 0;
  color: #293847;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.55;
}

.mtb-about-milestones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mtb-line);
}

.mtb-about-milestone {
  min-height: 330px;
  padding: 34px clamp(22px, 2.4vw, 38px) 34px 0;
  border-right: 1px solid var(--mtb-line);
}

.mtb-about-milestone + .mtb-about-milestone {
  padding-left: clamp(22px, 2.4vw, 38px);
}

.mtb-about-milestone:last-child {
  border-right: 0;
}

.mtb-about-milestone strong {
  display: block;
  margin-bottom: 78px;
  color: var(--mtb-red);
  font-size: clamp(42px, 4.1vw, 66px);
  line-height: .95;
  letter-spacing: -.055em;
}

.mtb-about-milestone h2 {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 1.15;
}

.mtb-about-milestone p {
  margin-bottom: 0;
  color: var(--mtb-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mtb-about-today {
  background: var(--mtb-surface);
}

.mtb-about-today__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.mtb-about-today__copy h2,
.mtb-about-growth__content h2,
.mtb-about-responsibility h2,
.mtb-about-approach h2,
.mtb-about-closing h2 {
  margin-bottom: 25px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.02;
}

.mtb-about-today__copy > p:last-child,
.mtb-about-growth__content > p:last-of-type,
.mtb-about-responsibility__heading > p,
.mtb-about-approach__grid > div > p:last-child,
.mtb-about-closing p {
  margin-bottom: 0;
  color: var(--mtb-muted);
  font-size: 17px;
  line-height: 1.8;
}

.mtb-about-flagship {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 4vw, 56px);
  background: var(--mtb-navy-950);
  color: #fff;
}

.mtb-about-flagship > span,
.mtb-about-flagship > small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.mtb-about-flagship > span {
  color: #ff5258;
}

.mtb-about-flagship img {
  width: min(100%, 360px);
  max-height: 112px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.2));
}

.mtb-about-flagship strong {
  font-size: clamp(52px, 5vw, 82px);
  letter-spacing: -.055em;
}

.mtb-about-flagship > small {
  color: rgba(255,255,255,.52);
}

.mtb-about-growth {
  padding-block: 0;
  background: #fff;
}

.mtb-about-growth__grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mtb-about-growth__visual {
  min-height: 680px;
  background-color: #d9dee2;
  background-position: center;
  background-size: cover;
}

.mtb-about-growth__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(48px, 8vw, 130px);
}

.mtb-about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.mtb-about-chips span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #d8dee4;
  color: #263746;
  font-size: 12px;
  font-weight: 720;
}

.mtb-about-responsibility {
  background: var(--mtb-navy-950);
  color: #fff;
}

.mtb-about-responsibility__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(55px, 6vw, 90px);
}

.mtb-about-responsibility__heading > p {
  color: rgba(255,255,255,.67);
}

.mtb-about-responsibility__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.mtb-about-responsibility__cards article {
  min-height: 280px;
  padding: 32px clamp(25px, 3vw, 46px);
  border-right: 1px solid rgba(255,255,255,.16);
}

.mtb-about-responsibility__cards article:first-child {
  padding-left: 0;
}

.mtb-about-responsibility__cards article:last-child {
  padding-right: 0;
  border-right: 0;
}

.mtb-about-responsibility__cards span {
  display: block;
  margin-bottom: 80px;
  color: #ff5157;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.mtb-about-responsibility__cards h3 {
  margin-bottom: 13px;
  font-size: 25px;
}

.mtb-about-responsibility__cards p {
  margin-bottom: 0;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  line-height: 1.65;
}

.mtb-about-approach {
  background: #fff;
}

.mtb-about-approach__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.mtb-about-principles {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--mtb-line);
}

.mtb-about-principles li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--mtb-line);
  color: #172a3b;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 650;
}

.mtb-about-principles span {
  color: var(--mtb-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mtb-about-closing {
  padding-block: clamp(72px, 7vw, 110px);
  background: #edf0f2;
}

.mtb-about-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.mtb-about-closing__inner > div {
  max-width: 940px;
}

.mtb-about-closing .mtb-button {
  white-space: nowrap;
}

html[lang^="fa"] .mtb-about,
html[lang^="ar"] .mtb-about {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang^="fa"] .mtb-about-hero__shade,
html[lang^="ar"] .mtb-about-hero__shade {
  background:
    linear-gradient(270deg, rgba(5, 20, 32, .96) 0%, rgba(5, 20, 32, .86) 34%, rgba(5, 20, 32, .42) 63%, rgba(5, 20, 32, .08) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, .38) 0%, rgba(5, 20, 32, 0) 46%);
}

html[lang^="fa"] .mtb-about-flagship img,
html[lang^="ar"] .mtb-about-flagship img {
  object-position: right center;
}

html[lang^="fa"] .mtb-about-milestone,
html[lang^="ar"] .mtb-about-milestone,
html[lang^="fa"] .mtb-about-responsibility__cards article,
html[lang^="ar"] .mtb-about-responsibility__cards article {
  border-right: 0;
  border-left: 1px solid rgba(7,27,42,.12);
}

html[lang^="fa"] .mtb-about-responsibility__cards article,
html[lang^="ar"] .mtb-about-responsibility__cards article {
  border-left-color: rgba(255,255,255,.16);
}

html[lang^="fa"] .mtb-about-milestone:last-child,
html[lang^="ar"] .mtb-about-milestone:last-child,
html[lang^="fa"] .mtb-about-responsibility__cards article:last-child,
html[lang^="ar"] .mtb-about-responsibility__cards article:last-child {
  border-left: 0;
}

@media (max-width: 1100px) {
  .mtb-about-intro__grid,
  .mtb-about-today__grid,
  .mtb-about-responsibility__heading,
  .mtb-about-approach__grid {
    grid-template-columns: 1fr;
  }

  .mtb-about-intro__statement {
    position: static;
  }

  .mtb-about-flagship {
    min-height: 320px;
  }

  .mtb-about-growth__grid {
    grid-template-columns: 1fr;
  }

  .mtb-about-growth__visual {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .mtb-about-hero {
    min-height: 640px;
  }

  .mtb-about-hero__content {
    width: 100%;
  }

  .mtb-about-hero__shade {
    background: linear-gradient(0deg, rgba(5,20,32,.97) 0%, rgba(5,20,32,.83) 55%, rgba(5,20,32,.28) 100%);
  }

  html[lang^="fa"] .mtb-about-hero__shade,
  html[lang^="ar"] .mtb-about-hero__shade {
    background: linear-gradient(0deg, rgba(5,20,32,.97) 0%, rgba(5,20,32,.83) 55%, rgba(5,20,32,.28) 100%);
  }

  .mtb-about-hero h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .mtb-about-milestones,
  .mtb-about-responsibility__cards {
    grid-template-columns: 1fr;
  }

  .mtb-about-milestone,
  .mtb-about-milestone + .mtb-about-milestone,
  .mtb-about-responsibility__cards article,
  .mtb-about-responsibility__cards article:first-child,
  .mtb-about-responsibility__cards article:last-child {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--mtb-line);
  }

  .mtb-about-responsibility__cards article,
  .mtb-about-responsibility__cards article:first-child,
  .mtb-about-responsibility__cards article:last-child {
    border-bottom-color: rgba(255,255,255,.16);
  }

  .mtb-about-milestone strong,
  .mtb-about-responsibility__cards span {
    margin-bottom: 34px;
  }

  .mtb-about-growth__visual {
    min-height: 380px;
  }

  .mtb-about-growth__content {
    padding-inline: 24px;
  }

  .mtb-about-closing__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mtb-about-closing .mtb-button {
    width: 100%;
  }

  .mtb-about-principles li {
    grid-template-columns: 50px 1fr;
  }
}

/* Persian-specific refinement */
html[lang^="fa"] .mtb-about {
  font-family: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
  text-align: right;
}

html[lang^="fa"] .mtb-about h1,
html[lang^="fa"] .mtb-about h2,
html[lang^="fa"] .mtb-about h3,
html[lang^="fa"] .mtb-about strong,
html[lang^="fa"] .mtb-about-index,
html[lang^="fa"] .mtb-about-chips span,
html[lang^="fa"] .mtb-about-principles li,
html[lang^="fa"] .mtb-about-responsibility__cards span {
  letter-spacing: 0;
}

html[lang^="fa"] .mtb-about-hero {
  min-height: clamp(590px, 66vh, 730px);
}

html[lang^="fa"] .mtb-about-hero__media {
  background-position: center 48%;
  transform: scale(1.005);
}

html[lang^="fa"] .mtb-about-hero__shade {
  background:
    linear-gradient(270deg, rgba(5, 20, 32, .97) 0%, rgba(5, 20, 32, .9) 33%, rgba(5, 20, 32, .55) 58%, rgba(5, 20, 32, .16) 82%, rgba(5, 20, 32, .04) 100%),
    linear-gradient(0deg, rgba(5, 20, 32, .34) 0%, rgba(5, 20, 32, 0) 48%);
}

html[lang^="fa"] .mtb-about-hero__inner {
  padding-block: clamp(78px, 8vw, 112px) clamp(64px, 6vw, 88px);
}

html[lang^="fa"] .mtb-about-hero__content {
  width: min(690px, 58vw);
  margin-inline-start: auto;
  margin-inline-end: 0;
}

html[lang^="fa"] .mtb-about-hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(46px, 4.35vw, 66px);
  line-height: 1.22;
  font-weight: 760;
}

html[lang^="fa"] .mtb-about-hero__lead {
  max-width: 650px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.95;
  color: rgba(255,255,255,.9);
}

html[lang^="fa"] .mtb-about-intro__grid {
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .7fr);
  gap: clamp(48px, 7vw, 110px);
}

html[lang^="fa"] .mtb-about-intro__statement p {
  font-size: clamp(19px, 1.7vw, 25px);
  line-height: 1.95;
}

html[lang^="fa"] .mtb-about-index {
  margin-bottom: 26px;
  font-size: 11px;
}

html[lang^="fa"] .mtb-about-milestone {
  padding: 34px 0 36px clamp(22px, 2.4vw, 38px);
}

html[lang^="fa"] .mtb-about-milestone + .mtb-about-milestone {
  padding-right: clamp(22px, 2.4vw, 38px);
  padding-left: clamp(22px, 2.4vw, 38px);
}

html[lang^="fa"] .mtb-about-milestone strong {
  margin-bottom: 56px;
  font-size: clamp(39px, 3.5vw, 56px);
}

html[lang^="fa"] .mtb-about-milestone h2 {
  font-size: 21px;
  line-height: 1.55;
}

html[lang^="fa"] .mtb-about-milestone p {
  line-height: 1.9;
}

html[lang^="fa"] .mtb-about-today__copy h2,
html[lang^="fa"] .mtb-about-growth__content h2,
html[lang^="fa"] .mtb-about-responsibility h2,
html[lang^="fa"] .mtb-about-approach h2,
html[lang^="fa"] .mtb-about-closing h2 {
  font-size: clamp(34px, 3.35vw, 52px);
  line-height: 1.34;
}

html[lang^="fa"] .mtb-about-today__copy > p:last-child,
html[lang^="fa"] .mtb-about-growth__content > p:last-of-type,
html[lang^="fa"] .mtb-about-responsibility__heading > p,
html[lang^="fa"] .mtb-about-approach__grid > div > p:last-child,
html[lang^="fa"] .mtb-about-closing p {
  font-size: 16px;
  line-height: 2;
}

html[lang^="fa"] .mtb-about-flagship {
  min-height: 350px;
}

html[lang^="fa"] .mtb-about-growth__content {
  padding: clamp(62px, 7vw, 105px) clamp(44px, 7vw, 105px);
}

html[lang^="fa"] .mtb-about-chips {
  gap: 9px;
  margin-top: 30px;
}

html[lang^="fa"] .mtb-about-chips span {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 13px;
}

html[lang^="fa"] .mtb-about-responsibility__heading {
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 7vw, 100px);
}

html[lang^="fa"] .mtb-about-responsibility__cards article {
  min-height: 250px;
  padding-block: 30px;
}

html[lang^="fa"] .mtb-about-responsibility__cards span {
  margin-bottom: 56px;
}

html[lang^="fa"] .mtb-about-responsibility__cards h3 {
  font-size: 23px;
  line-height: 1.55;
}

html[lang^="fa"] .mtb-about-responsibility__cards p {
  line-height: 1.9;
}

html[lang^="fa"] .mtb-about-approach__grid {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, .95fr);
  gap: clamp(55px, 8vw, 125px);
}

html[lang^="fa"] .mtb-about-principles li {
  grid-template-columns: 1fr 56px;
  gap: 16px;
  min-height: 78px;
  font-size: clamp(17px, 1.55vw, 22px);
}

html[lang^="fa"] .mtb-about-principles span {
  grid-column: 2;
  grid-row: 1;
  text-align: left;
}

html[lang^="fa"] .mtb-about-closing {
  padding-block: clamp(64px, 6vw, 92px);
}

html[lang^="fa"] .mtb-about-closing__inner {
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

html[lang^="fa"] .mtb-about-closing__inner > div {
  max-width: 1050px;
}

html[lang^="fa"] .mtb-about-closing .mtb-button {
  justify-self: start;
}

@media (max-width: 1100px) {
  html[lang^="fa"] .mtb-about-hero__content {
    width: min(720px, 76vw);
  }

  html[lang^="fa"] .mtb-about-intro__grid,
  html[lang^="fa"] .mtb-about-responsibility__heading,
  html[lang^="fa"] .mtb-about-approach__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html[lang^="fa"] .mtb-about-hero {
    min-height: 600px;
  }

  html[lang^="fa"] .mtb-about-hero__content {
    width: 100%;
  }

  html[lang^="fa"] .mtb-about-hero__shade {
    background: linear-gradient(0deg, rgba(5,20,32,.98) 0%, rgba(5,20,32,.84) 58%, rgba(5,20,32,.32) 100%);
  }

  html[lang^="fa"] .mtb-about-hero h1 {
    font-size: clamp(39px, 11.5vw, 53px);
    line-height: 1.28;
  }

  html[lang^="fa"] .mtb-about-hero__lead,
  html[lang^="fa"] .mtb-about-today__copy > p:last-child,
  html[lang^="fa"] .mtb-about-growth__content > p:last-of-type,
  html[lang^="fa"] .mtb-about-responsibility__heading > p,
  html[lang^="fa"] .mtb-about-approach__grid > div > p:last-child,
  html[lang^="fa"] .mtb-about-closing p {
    font-size: 15px;
    line-height: 1.95;
  }

  html[lang^="fa"] .mtb-about-milestone,
  html[lang^="fa"] .mtb-about-milestone + .mtb-about-milestone {
    padding: 28px 0;
  }

  html[lang^="fa"] .mtb-about-milestone strong {
    margin-bottom: 24px;
  }

  html[lang^="fa"] .mtb-about-growth__content {
    padding: 52px 24px;
  }

  html[lang^="fa"] .mtb-about-principles li {
    grid-template-columns: 1fr 44px;
    min-height: 70px;
  }
}
