.about-page {
  --about-red: #df1833;
  --about-red-dark: #a90d24;
  --about-ink: #111a25;
  --about-slate: #526176;
  --about-petrol: #087b79;
  --about-line: #dce6ef;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 4%, rgba(223, 24, 51, .07), transparent 24rem),
    linear-gradient(180deg, #f8fbfd 0, #fff 36rem);
}

.about-page .media-trust-section {
  margin-top: 12px;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: 660px;
  padding-top: clamp(54px, 7vw, 94px);
  padding-bottom: clamp(58px, 8vw, 106px);
}

.about-hero::before {
  content: "";
  position: absolute;
  left: -28%;
  bottom: 13%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 24, 51, .35));
}

.about-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--about-red-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.about-kicker span {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: var(--about-red);
}

.about-kicker--light {
  color: #ffb5c0;
}

.about-kicker--light span {
  background: #ff4058;
}

.about-hero h1 {
  max-width: 770px;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(43px, 5.6vw, 76px);
  font-weight: 880;
  letter-spacing: -.047em;
  line-height: .98;
  text-wrap: balance;
}

.about-hero h1 em {
  position: relative;
  color: var(--about-red);
  font-style: normal;
  white-space: nowrap;
}

.about-hero h1 em::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -.08em;
  height: .08em;
  border-radius: 999px;
  background: var(--about-red);
  opacity: .16;
}

.about-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--about-slate);
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 560;
  line-height: 1.65;
}

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

.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 780;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about-button:hover {
  transform: translateY(-2px);
}

.about-button--primary {
  border-color: var(--about-red);
  background: var(--about-red);
  color: #fff;
  box-shadow: 0 14px 30px rgba(223, 24, 51, .19);
}

.about-button--ghost {
  background: #fff;
  color: var(--about-ink);
}

.about-button--ghost i {
  color: #149457;
  font-size: 18px;
}

.about-proof {
  display: flex;
  align-items: stretch;
  margin-top: 38px;
}

.about-proof div {
  display: grid;
  gap: 3px;
  min-width: 126px;
  padding: 0 24px;
  border-left: 1px solid var(--about-line);
}

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

.about-proof strong {
  color: var(--about-ink);
  font-size: 25px;
  font-weight: 860;
  line-height: 1;
}

.about-proof span {
  color: #6a788b;
  font-size: 12px;
  font-weight: 680;
}

.about-hero__media {
  position: relative;
  isolation: isolate;
  padding: 20px 0 56px 24px;
}

.about-hero__glow {
  position: absolute;
  z-index: -1;
  inset: -40px -70px -30px -30px;
  border-radius: 48% 52% 46% 54%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .85), rgba(255, 238, 241, .5)),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(223, 24, 51, .05) 49px 50px);
  transform: rotate(-4deg);
}

.about-hero__glow::before,
.about-hero__glow::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.about-hero__glow::before {
  right: 8%;
  top: 8%;
  width: 112px;
  height: 112px;
  border: 1px solid rgba(223, 24, 51, .17);
}

.about-hero__glow::after {
  right: 17%;
  top: 17%;
  width: 18px;
  height: 18px;
  background: var(--about-red);
  box-shadow: 0 0 0 8px rgba(223, 24, 51, .1);
}

.about-video-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 10px solid #fff;
  border-radius: 24px;
  background: var(--about-ink);
  box-shadow: 0 34px 74px rgba(17, 26, 37, .2);
  transform: rotate(1.4deg);
  transition: transform .35s ease, box-shadow .35s ease;
}

.about-video-cover:hover {
  transform: rotate(0) translateY(-4px);
  box-shadow: 0 40px 86px rgba(17, 26, 37, .25);
}

.about-video-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 24, .05) 30%, rgba(11, 17, 24, .88) 100%);
}

.about-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
}

.about-video-cover__play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 46%;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding-left: 4px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: var(--about-red);
  color: #fff;
  font-size: 23px;
  box-shadow: 0 0 0 12px rgba(255, 255, 255, .14), 0 18px 34px rgba(0, 0, 0, .28);
}

.about-video-cover__caption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: grid;
  gap: 4px;
  color: #fff;
}

.about-video-cover__caption small {
  color: #ffb8c2;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.about-video-cover__caption b {
  font-size: 20px;
  font-weight: 820;
}

.about-media-note {
  position: absolute;
  z-index: 3;
  right: -18px;
  bottom: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 292px;
  padding: 14px 16px;
  border: 1px solid var(--about-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 42px rgba(17, 26, 37, .14);
}

.about-media-note > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #e9f8f6;
  color: var(--about-petrol);
  font-size: 18px;
}

.about-media-note span {
  display: grid;
  gap: 2px;
}

.about-media-note b {
  color: var(--about-ink);
  font-size: 13px;
}

.about-media-note small {
  color: #6b7889;
  font-size: 11px;
  font-weight: 650;
}

.about-intro,
.about-process,
.about-brands {
  padding-top: clamp(64px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: start;
  border-top: 1px solid var(--about-line);
}

.about-section-heading h2,
.about-expertise h2,
.about-brands h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 850;
  letter-spacing: -.038em;
  line-height: 1.06;
  text-wrap: balance;
}

.about-intro__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 32px;
}

.about-intro__body p {
  margin: 0;
  color: var(--about-slate);
  font-size: 16px;
  line-height: 1.78;
}

.about-intro__lead {
  grid-column: 1 / -1;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--about-line);
  color: var(--about-ink) !important;
  font-size: clamp(21px, 2.1vw, 28px) !important;
  font-weight: 720;
  letter-spacing: -.018em;
  line-height: 1.48 !important;
}

.about-expertise {
  position: relative;
  padding: clamp(70px, 9vw, 118px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(223, 24, 51, .27), transparent 27rem),
    radial-gradient(circle at 8% 100%, rgba(8, 123, 121, .16), transparent 24rem),
    #111a25;
  color: #fff;
}

.about-expertise::after {
  content: "YEKTEK";
  position: absolute;
  right: -32px;
  bottom: -50px;
  color: rgba(255, 255, 255, .025);
  font-size: clamp(120px, 22vw, 330px);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .7;
  pointer-events: none;
}

.about-expertise__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}

.about-expertise__head h2 {
  max-width: 760px;
  color: #fff;
}

.about-expertise__head > p {
  margin: 0;
  color: #b7c3d1;
  font-size: 15px;
  line-height: 1.72;
}

.about-expertise__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.about-expertise__grid a {
  position: relative;
  display: grid;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  transition: background .25s ease, transform .25s ease;
}

.about-expertise__grid a:hover {
  z-index: 2;
  background: rgba(255, 255, 255, .07);
  transform: translateY(-4px);
}

.about-expertise__grid a > i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
  color: #ff5369;
  font-size: 21px;
}

.about-expertise__grid a span {
  display: grid;
  align-self: end;
  gap: 8px;
}

.about-expertise__grid a b {
  font-size: 20px;
  font-weight: 800;
}

.about-expertise__grid a small {
  color: #aebbc9;
  font-size: 13px;
  line-height: 1.55;
}

.about-expertise__grid a em {
  position: absolute;
  right: 18px;
  top: 20px;
  color: rgba(255, 255, 255, .12);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.about-process {
  display: grid;
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.about-process .about-section-heading {
  position: sticky;
  top: 130px;
}

.about-process .about-section-heading > p:last-child {
  max-width: 450px;
  margin: 22px 0 0;
  color: var(--about-slate);
  font-size: 15px;
  line-height: 1.7;
}

.about-process__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process__grid li {
  position: relative;
  min-height: 260px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 26, 37, .055);
}

.about-process__grid li:nth-child(2),
.about-process__grid li:nth-child(4) {
  transform: translateY(26px);
}

.about-process__grid li > span {
  position: absolute;
  right: 18px;
  top: 12px;
  color: #edf1f5;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.about-process__grid i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 46px;
  border-radius: 13px;
  background: #fff0f2;
  color: var(--about-red);
  font-size: 20px;
}

.about-process__grid h3 {
  margin: 0 0 9px;
  color: var(--about-ink);
  font-size: 19px;
  font-weight: 810;
}

.about-process__grid p {
  margin: 0;
  color: var(--about-slate);
  font-size: 13.5px;
  line-height: 1.65;
}

.about-values {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
  margin-top: 34px;
  margin-bottom: 40px;
  padding: clamp(38px, 6vw, 76px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(223, 24, 51, .94), rgba(159, 11, 33, .98)),
    #c9142d;
  color: #fff;
  box-shadow: 0 30px 70px rgba(169, 13, 36, .18);
}

.about-values__statement blockquote {
  margin: 0;
  font-size: clamp(29px, 3.7vw, 49px);
  font-weight: 830;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-values__statement > p:last-child {
  max-width: 600px;
  margin: 24px 0 0;
  color: #ffe5e9;
  font-size: 14px;
  line-height: 1.7;
}

.about-values__grid {
  display: grid;
  gap: 9px;
}

.about-values__grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .085);
}

.about-values__grid i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 17px;
}

.about-values__grid h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 15px;
}

.about-values__grid p {
  margin: 0;
  color: #ffe1e5;
  font-size: 12.5px;
  line-height: 1.55;
}

.about-brands {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

.about-brands h2 {
  font-size: clamp(30px, 3.4vw, 44px);
}

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

.about-brand-row img {
  width: 100%;
  height: 92px;
  padding: 24px;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: #fff;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .72;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.about-brand-row img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.025);
}

.about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 52px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 34px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(8, 123, 121, .24), transparent 19rem),
    var(--about-ink);
  color: #fff;
}

.about-contact h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 830;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-contact__actions {
  display: grid;
  gap: 9px;
  min-width: 286px;
}

.about-contact__actions a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 67px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}

.about-contact__actions a:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateX(3px);
}

.about-contact__actions a > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #fff;
  color: var(--about-petrol);
  font-size: 19px;
}

.about-contact__actions span {
  display: grid;
  gap: 2px;
}

.about-contact__actions small {
  color: #aebbc9;
  font-size: 10.5px;
  font-weight: 650;
}

.about-contact__actions b {
  font-size: 14px;
  font-weight: 790;
}

@media (max-width: 1060px) {
  .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 40px;
  }

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

  .about-expertise__grid a {
    min-height: 220px;
  }

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

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

@media (max-width: 820px) {
  .about-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 48px;
  }

  .about-hero__copy {
    max-width: 720px;
  }

  .about-hero__media {
    width: min(100%, 650px);
    margin: 0 auto;
    padding-left: 0;
  }

  .about-media-note {
    right: 10px;
  }

  .about-intro,
  .about-process,
  .about-brands {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-process .about-section-heading {
    position: static;
  }

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

  .about-expertise__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .about-page {
    background: linear-gradient(180deg, #f9fbfd, #fff 28rem);
  }

  .about-hero {
    width: min(100%, calc(100% - 28px));
    gap: 34px;
    padding-top: 36px;
    padding-bottom: 60px;
  }

  .about-kicker {
    margin-bottom: 13px;
    font-size: 10.5px;
  }

  .about-hero h1 {
    font-size: clamp(38px, 12vw, 53px);
    line-height: 1.02;
  }

  .about-hero h1 em {
    white-space: normal;
  }

  .about-hero__lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.58;
  }

  .about-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .about-button {
    width: 100%;
  }

  .about-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
  }

  .about-proof div {
    min-width: 0;
    padding: 0 10px;
  }

  .about-proof strong {
    font-size: 20px;
  }

  .about-proof span {
    font-size: 9.5px;
  }

  .about-video-cover {
    border-width: 6px;
    border-radius: 17px;
    transform: none;
  }

  .about-video-cover__play {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }

  .about-video-cover__caption {
    left: 15px;
    right: 15px;
    bottom: 13px;
  }

  .about-video-cover__caption b {
    font-size: 15px;
  }

  .about-media-note {
    position: relative;
    right: auto;
    bottom: auto;
    min-width: 0;
    margin: -8px 12px 0;
    border-radius: 0 0 14px 14px;
  }

  .about-intro,
  .about-process,
  .about-brands {
    width: min(100%, calc(100% - 28px));
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .about-section-heading h2,
  .about-expertise h2,
  .about-brands h2 {
    font-size: 32px;
  }

  .about-intro__body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-intro__lead {
    grid-column: auto;
    font-size: 20px !important;
  }

  .about-expertise {
    padding: 64px 0;
  }

  .about-expertise .wrap {
    width: min(100%, calc(100% - 28px));
  }

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

  .about-expertise__grid a {
    min-height: 190px;
    padding: 22px;
  }

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

  .about-process__grid li,
  .about-process__grid li:nth-child(2),
  .about-process__grid li:nth-child(4) {
    min-height: 225px;
    transform: none;
  }

  .about-process__grid i {
    margin-bottom: 36px;
  }

  .about-values {
    width: min(100%, calc(100% - 20px));
    gap: 30px;
    margin-top: 12px;
    padding: 32px 18px;
    border-radius: 22px;
  }

  .about-values__statement blockquote {
    font-size: 30px;
  }

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

  .about-brand-row img {
    height: 78px;
    padding: 20px;
  }

  .about-contact {
    width: min(100%, calc(100% - 20px));
    gap: 28px;
    margin-bottom: 18px;
    padding: 30px 18px;
    border-radius: 21px;
  }

  .about-contact h2 {
    font-size: 31px;
  }

  .about-contact__actions {
    grid-template-columns: 1fr;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page *,
  .about-page *::before,
  .about-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
