body.page-about .about-redesign {
  background: #f7fafc;
  color: #281717;
  overflow: hidden;
}

body.page-about .about-shell {
  width: calc(100% - 128px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.page-about .about-section-kicker {
  margin-bottom: 10px;
  color: #9a0021;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-about .about-section-title {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.page-about .about-section-title.centered {
  text-align: center;
}

body.page-about .about-values-section {
  padding: 76px 0 86px;
  background: #ffffff;
  border-bottom: 1px solid rgba(113, 128, 150, 0.16);
}

body.page-about .about-values-section .about-section-kicker {
  text-align: center;
}

body.page-about .about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

body.page-about .about-value-card {
  min-height: 248px;
  padding: 28px;
  border: 1px solid rgba(113, 128, 150, 0.22);
  border-radius: 4px;
  background: #f7fafc;
  transition: border-color 240ms ease, transform 240ms ease, background-color 240ms ease;
}

body.page-about .about-value-card:hover {
  border-color: rgba(154, 0, 33, 0.55);
  background: #ffffff;
  transform: translateY(-4px);
}

body.page-about .about-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 2px;
  background: #0f0f0f;
  color: #ffffff;
  font-size: 18px;
}

body.page-about .about-value-card h3 {
  margin: 0 0 14px;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

body.page-about .about-value-card p {
  margin: 0;
  color: #5f5e5e;
  font-size: 14px;
  line-height: 1.7;
}

body.page-about .about-cycle-section {
  padding: 86px 0 96px;
  background: #f1f4f7;
}

body.page-about .about-cycle-head {
  max-width: 720px;
  margin-bottom: 58px;
}

body.page-about .about-cycle-head h2 {
  margin: 0 0 12px;
  color: #0f0f0f;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.page-about .about-cycle-head p {
  margin: 0;
  color: #5f5e5e;
  font-size: 16px;
  line-height: 1.7;
}

body.page-about .about-cycle-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.page-about .about-cycle-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

body.page-about .about-cycle-image {
  position: relative;
  border: 2px solid #0f0f0f;
  border-radius: 2px;
  overflow: visible;
  background: #0f0f0f;
}

body.page-about .about-cycle-image span {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #9a0021;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.page-about .about-cycle-step.image-right .about-cycle-image span {
  left: auto;
  right: -18px;
}

body.page-about .about-cycle-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 360ms ease, transform 520ms ease;
}

body.page-about .about-cycle-step:hover .about-cycle-image img {
  filter: grayscale(0);
  transform: scale(1.025);
}

body.page-about .about-cycle-copy h3 {
  margin: 0 0 14px;
  color: #0f0f0f;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.page-about .about-cycle-copy p {
  margin: 0 0 16px;
  color: #5f5e5e;
  font-size: 15px;
  line-height: 1.75;
}

body.page-about .about-cycle-copy ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: #5f5e5e;
  font-size: 14px;
  line-height: 1.75;
}

body.page-about .about-goal {
  display: inline-block;
  padding: 13px 16px;
  border-radius: 2px;
  background: #0f0f0f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-about .about-goal strong {
  color: #e53e3e;
}

body.page-about .about-step-divider {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  color: #9a0021;
  font-size: 20px;
}

body.page-about .about-ceo-section {
  position: relative;
  padding: 88px 0;
  background: #0f0f0f;
  color: #ffffff;
}

body.page-about .about-ceo-section::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 35%;
  content: "";
  background: rgba(154, 0, 33, 0.18);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}

body.page-about .about-ceo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: center;
}

body.page-about .about-ceo-photo {
  position: relative;
  border: 4px solid #9a0021;
  background: #151515;
  transform: translate(-8px, -8px);
}

body.page-about .about-ceo-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.12);
  transform: translate(14px, 14px);
}

body.page-about .about-ceo-name {
  position: absolute;
  left: 14px;
  right: -14px;
  bottom: -14px;
  padding: 16px 18px;
  background: #9a0021;
}

body.page-about .about-ceo-name h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

body.page-about .about-ceo-name p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-about .about-ceo-copy {
  max-width: 780px;
}

body.page-about .about-ceo-copy h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.18;
}

body.page-about .about-ceo-copy p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

body.page-about .about-ceo-copy img {
  width: auto;
  height: 44px;
  margin-top: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.45;
}

body.page-about .about-media-section {
  padding: 86px 0 96px;
  background: #ffffff;
}

body.page-about .about-media-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 46px;
}

body.page-about .about-media-head h2 {
  margin: 0;
  color: #0f0f0f;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.page-about .about-media-head > a {
  display: inline-flex;
  color: #0f0f0f;
  border-bottom: 2px solid #9a0021;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.page-about .about-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.page-about .about-video-card {
  border: 1px solid rgba(113, 128, 150, 0.18);
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease;
}

body.page-about .about-video-card:hover {
  border-color: rgba(154, 0, 33, 0.36);
  transform: translateY(-4px);
}

body.page-about .about-video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0f0f0f;
}

body.page-about .about-video-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 420ms ease, opacity 240ms ease;
}

body.page-about .about-video-card:hover .about-video-thumb img {
  opacity: 0.95;
  transform: scale(1.05);
}

body.page-about .about-video-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #9a0021;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

body.page-about .about-video-body {
  padding: 24px;
}

body.page-about .about-video-body h3 {
  margin: 0 0 12px;
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

body.page-about .about-video-body h3 a {
  color: inherit;
}

body.page-about .about-video-body p {
  margin: 0 0 18px;
  color: #5f5e5e;
  font-size: 14px;
  line-height: 1.65;
}

body.page-about .about-watch-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f0f0f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-about .about-watch-link:hover {
  color: #9a0021;
}

@media (max-width: 991px) {
  body.page-about .about-shell {
    width: calc(100% - 40px) !important;
  }

  body.page-about .about-values-grid,
  body.page-about .about-video-grid {
    grid-template-columns: 1fr;
  }

  body.page-about .about-cycle-step,
  body.page-about .about-ceo-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.page-about .about-cycle-step.image-right .about-cycle-copy {
    order: 2;
  }

  body.page-about .about-cycle-step.image-right .about-cycle-image {
    order: 1;
  }

  body.page-about .about-step-divider {
    display: none;
  }

  body.page-about .about-cycle-list {
    gap: 46px;
  }

  body.page-about .about-media-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  body.page-about .about-shell {
    width: calc(100% - 30px) !important;
  }

  body.page-about .about-values-section,
  body.page-about .about-cycle-section,
  body.page-about .about-ceo-section,
  body.page-about .about-media-section {
    padding: 56px 0;
  }

  body.page-about .about-cycle-image span,
  body.page-about .about-cycle-step.image-right .about-cycle-image span {
    top: 10px;
    left: 10px;
    right: auto;
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  body.page-about .about-ceo-photo {
    transform: none;
  }

  body.page-about .about-ceo-photo img {
    transform: none;
  }

  body.page-about .about-ceo-name {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
