.about-body {
  margin: 0;
  color: #f4f0e8;
  background: #070909;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about-body a { color: inherit; text-decoration: none; }
.about-body img { display: block; max-width: 100%; }

.about-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 30px 48px 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
}

.about-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.about-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.about-nav a.active::after,
.about-nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 2px;
  transform: translateX(-50%);
  background: #d0aa70;
  box-shadow: 0 0 14px rgba(208, 170, 112, .7);
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-actions a {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.about-actions button,
.about-menu {
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.about-actions button {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.about-menu { display: none; }

.about-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: #070909;
}

.about-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .48) 37%, rgba(0, 0, 0, .1) 100%),
    url("/assets/b2b/about-hero-factory.png") center right / cover no-repeat,
    url("/assets/b2b/factory-exterior.svg") center right / cover no-repeat;
  transform: scale(1.015);
  transform-origin: 68% 48%;
  animation: aboutHeroDrift 20s ease-in-out infinite alternate;
  will-change: transform, filter;
}

@keyframes aboutHeroDrift {
  from { transform: scale(1.015) translate3d(0, 0, 0); filter: saturate(.96) contrast(1.03); }
  to { transform: scale(1.04) translate3d(-8px, -5px, 0); filter: saturate(1.06) contrast(1.08); }
}

@supports (background-image: image-set(url("/assets/b2b/optimized/about-hero-factory-1440.webp") 1x)) {
  .about-hero-media {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .48) 37%, rgba(0, 0, 0, .1) 100%),
      image-set(url("/assets/b2b/optimized/about-hero-factory-1440.webp") 1x, url("/assets/b2b/optimized/about-hero-factory-1920.webp") 2x) center right / cover no-repeat,
      url("/assets/b2b/factory-exterior.svg") center right / cover no-repeat;
  }

  @media (max-width: 720px) {
    .about-hero-media {
      background:
        linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .48) 37%, rgba(0, 0, 0, .1) 100%),
        image-set(url("/assets/b2b/optimized/about-hero-factory-960.webp") 1x, url("/assets/b2b/optimized/about-hero-factory-1440.webp") 2x) center right / cover no-repeat,
        url("/assets/b2b/factory-exterior.svg") center right / cover no-repeat;
    }
  }
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  width: min(610px, calc(100% - 48px));
  padding: 178px 0 0 62px;
}

.about-hero-copy p,
.about-section-copy p,
.manufacturing-panel p,
.about-numbers p {
  margin: 0 0 22px;
  color: #d0aa70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.about-hero-copy h1,
.about-section-copy h2,
.manufacturing-panel h2,
.cta-copy h2 {
  margin: 0;
  font-size: clamp(44px, 4.2vw, 72px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0;
}

.about-hero-copy > span,
.about-section-copy > span,
.manufacturing-panel > span,
.cta-copy p {
  display: block;
  margin-top: 28px;
  color: rgba(244, 240, 232, .72);
  font-size: 15px;
  line-height: 1.9;
}

.about-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
}

.about-hero-stats article {
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.about-hero-stats article:first-child {
  padding-left: 0;
  border-left: 0;
}

.about-hero-stats strong {
  display: block;
  font-size: 32px;
  font-weight: 300;
}

.about-hero-stats span,
.about-numbers span {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.about-story,
.about-values {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 84px;
  padding: 58px;
  background: linear-gradient(110deg, #0c0f10, #171819);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.about-section-copy h2,
.manufacturing-panel h2,
.cta-copy h2 {
  font-size: clamp(34px, 3vw, 50px);
}

.about-section-copy a,
.manufacturing-panel a,
.cta-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, .44);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-self: end;
}

.timeline-grid article {
  position: relative;
  padding-top: 34px;
  overflow: hidden;
}

.timeline-grid article::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d0aa70;
}

.timeline-grid article::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 1px;
  height: 160px;
  background: rgba(255, 255, 255, .18);
}

.timeline-grid div {
  margin-bottom: 24px;
  padding-left: 24px;
}

.timeline-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 31px;
  font-weight: 300;
}

.timeline-grid span {
  display: block;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.6;
}

.timeline-grid img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  filter: saturate(.88) contrast(1.05);
  transform: scale(1.001);
  transition: transform .72s cubic-bezier(.2, .8, .2, 1), filter .72s ease;
  will-change: transform, filter;
}

.timeline-grid picture {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
}

.timeline-grid picture::before,
.timeline-grid picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity .45s ease, transform .72s ease;
}

.timeline-grid picture::before {
  background: linear-gradient(115deg, transparent 0 45%, rgba(255, 255, 255, .3) 50%, rgba(208, 170, 112, .18) 53%, transparent 64%);
  transform: translateX(-45%) skewX(-14deg);
}

.timeline-grid picture::after {
  box-shadow: inset 0 0 0 1px rgba(208, 170, 112, .38), inset 0 -54px 70px rgba(0, 0, 0, .28);
}

.timeline-grid article:hover picture::before {
  opacity: 1;
  transform: translateX(42%) skewX(-14deg);
}

.timeline-grid article:hover picture::after {
  opacity: 1;
}

.timeline-grid article:hover img {
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.055);
}

.story-crop-left { object-position: left center; }
.story-crop-center { object-position: center center; }
.story-crop-right { object-position: right center; }

.about-manufacturing {
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 420px;
  background: #0a0d0e;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.manufacturing-photo {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .18)),
    url("/assets/b2b/about-manufacturing.png") center / cover no-repeat,
    url("/assets/b2b/robot-line.svg") center / cover no-repeat;
  transition: filter .7s ease, transform .7s ease;
  will-change: filter, transform;
}

.manufacturing-photo::after,
.cta-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(255, 255, 255, .2) 48%, rgba(208, 170, 112, .18) 51%, transparent 62%),
    radial-gradient(circle at 80% 14%, rgba(208, 170, 112, .18), transparent 14rem);
  opacity: 0;
  transform: translateX(-35%) skewX(-10deg);
  transition: opacity .45s ease, transform .8s ease;
  pointer-events: none;
}

.about-manufacturing:hover .manufacturing-photo {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.015);
}

.about-manufacturing:hover .manufacturing-photo::after,
.about-cta:hover .cta-media::after {
  opacity: 1;
  transform: translateX(35%) skewX(-10deg);
}

@supports (background-image: image-set(url("/assets/b2b/optimized/about-manufacturing-1200.webp") 1x)) {
  .manufacturing-photo {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .18)),
      image-set(url("/assets/b2b/optimized/about-manufacturing-768.webp") 1x, url("/assets/b2b/optimized/about-manufacturing-1200.webp") 2x) center / cover no-repeat,
      url("/assets/b2b/robot-line.svg") center / cover no-repeat;
  }
}

.manufacturing-panel {
  padding: 62px 58px;
  background:
    radial-gradient(circle at 0% 30%, rgba(208, 170, 112, .08), transparent 22rem),
    #151716;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 34px;
  margin-top: 38px;
}

.process-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.process-grid i,
.values-grid i,
.about-numbers i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(208, 170, 112, .7);
  color: #d0aa70;
  font-style: normal;
}

.process-grid strong,
.values-grid h3 {
  display: block;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 500;
}

.process-grid small,
.values-grid p {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.values-grid article {
  min-height: 220px;
  padding: 32px 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
  border: 1px solid rgba(255, 255, 255, .08);
}

.values-grid h3 {
  margin-top: 34px;
}

.about-numbers {
  display: grid;
  grid-template-columns: 220px repeat(4, 1fr);
  align-items: center;
  gap: 0;
  padding: 34px 58px;
  background: #090b0c;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.about-numbers > div,
.about-numbers article {
  min-height: 64px;
  border-left: 1px solid rgba(255, 255, 255, .12);
  padding: 0 28px;
}

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

.about-numbers p {
  margin-bottom: 12px;
}

.about-numbers article {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 16px;
  align-items: center;
}

.about-numbers i {
  grid-row: span 2;
}

.about-numbers strong {
  display: block;
  font-size: 26px;
  font-weight: 300;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 63%) minmax(0, 37%);
  min-height: 250px;
  overflow: hidden;
  background: #101314;
}

.cta-copy {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 72px;
  align-items: center;
  min-width: 0;
  padding: 46px 58px;
}

.cta-copy p {
  margin: 0;
}

.cta-copy a {
  margin-top: 24px;
}

.cta-media {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 250px;
  background:
    linear-gradient(90deg, rgba(16, 19, 20, .15), rgba(16, 19, 20, .35)),
    url("/assets/b2b/about-handshake.png") center / cover no-repeat;
  transition: filter .7s ease, transform .7s ease;
  will-change: filter, transform;
}

.about-cta:hover .cta-media {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.018);
}

@supports (background-image: image-set(url("/assets/b2b/optimized/about-handshake-1200.webp") 1x)) {
  .cta-media {
    background:
      linear-gradient(90deg, rgba(16, 19, 20, .15), rgba(16, 19, 20, .35)),
      image-set(url("/assets/b2b/optimized/about-handshake-768.webp") 1x, url("/assets/b2b/optimized/about-handshake-1200.webp") 2x) center / cover no-repeat;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-media,
  .timeline-grid img,
  .manufacturing-photo,
  .cta-media {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .timeline-grid picture::before,
  .timeline-grid picture::after,
  .manufacturing-photo::after,
  .cta-media::after {
    display: none;
  }
}

@media (max-width: 1120px) {
  .about-header {
    grid-template-columns: 180px auto auto;
    padding: 22px;
  }

  .about-menu {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    justify-self: end;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
  }

  .about-menu span {
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .about-nav {
    position: fixed;
    display: none;
    flex-direction: column;
    top: 78px;
    left: 18px;
    right: 18px;
    padding: 18px;
    background: rgba(8, 10, 10, .98);
    border: 1px solid rgba(255, 255, 255, .14);
  }

  .about-nav.open { display: flex; }

  .about-story,
  .about-values,
  .about-manufacturing,
  .about-cta,
  .cta-copy {
    grid-template-columns: 1fr;
  }

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

  .about-numbers > div,
  .about-numbers article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding: 22px 0;
  }
}

@media (max-width: 720px) {
  .about-header {
    grid-template-columns: 1fr auto;
    padding: 18px;
  }

  .about-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .about-hero-copy {
    width: auto;
    padding: 154px 22px 56px;
  }

  .about-hero-stats,
  .timeline-grid,
  .process-grid,
  .values-grid,
  .about-numbers {
    grid-template-columns: 1fr;
  }

  .about-story,
  .about-values,
  .manufacturing-panel,
  .about-numbers,
  .cta-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .about-hero-stats article {
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
  }
}
