.wm2-about,
.wm2-about-status {
  --wm2-about-motion: 260ms;
  width: min(calc(100% - 40px), 1460px);
  margin-inline: auto;
  color: var(--wm2-ink);
  font-family: var(--wm2-font);
  font-synthesis: none;
}

.wm2-about *,
.wm2-about *::before,
.wm2-about *::after,
.wm2-about-status *,
.wm2-about-status *::before,
.wm2-about-status *::after {
  box-sizing: border-box;
}

.wm2-about :where(h1, h2, h3, p, figure, dl, dd, ol, ul),
.wm2-about-status :where(h1, p) {
  margin: 0;
}

.wm2-about :where(ol, ul) {
  padding: 0;
  list-style: none;
}

.wm2-about__eyebrow {
  color: var(--wm2-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wm2-about-link {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  gap: 10px;
  border-bottom: 1px solid var(--wm2-line);
  color: var(--wm2-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color var(--wm2-about-motion) var(--wm2-ease),
    border-color var(--wm2-about-motion) var(--wm2-ease);
  -webkit-tap-highlight-color: transparent;
}

.wm2-about-link__arrow {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: transform var(--wm2-about-motion) var(--wm2-ease);
}

.wm2-about-link:focus-visible {
  outline: 2px solid var(--wm2-accent);
  outline-offset: 4px;
}

.wm2-about-hero {
  display: grid;
  padding: 16px 0 clamp(80px, 10vw, 144px);
  gap: clamp(38px, 6vw, 82px);
}

.wm2-about-hero__copy {
  display: grid;
  align-content: center;
  gap: 24px;
}

.wm2-about-hero h1 {
  max-width: 14ch;
  font-size: clamp(48px, 12.5vw, 82px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.wm2-about-hero__lead {
  max-width: 650px;
  color: var(--wm2-muted);
  font-size: clamp(17px, 4.7vw, 21px);
  line-height: 1.58;
}

.wm2-about-hero__media,
.wm2-about-materials__media {
  overflow: hidden;
  border-radius: var(--wm2-media-radius);
  background: var(--wm2-image-surface);
}

.wm2-about-hero__media {
  aspect-ratio: 3 / 2;
}

.wm2-about-hero__media img,
.wm2-about-materials__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm2-about-story {
  display: grid;
  padding: clamp(76px, 10vw, 144px) 0;
  border-top: 1px solid var(--wm2-line);
  gap: clamp(36px, 7vw, 100px);
}

.wm2-about-story__heading {
  display: grid;
  gap: 18px;
}

.wm2-about-story h2,
.wm2-about-materials h2,
.wm2-about-principles h2,
.wm2-about-closing h2 {
  font-size: clamp(36px, 9vw, 66px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.wm2-about-story__body,
.wm2-about-materials__text {
  display: grid;
  color: var(--wm2-muted);
  font-size: clamp(16px, 4.2vw, 19px);
  line-height: 1.7;
  gap: 18px;
}

.wm2-about-story__body p:first-child {
  color: var(--wm2-ink);
}

.wm2-about-facts {
  display: grid;
  border-top: 1px solid var(--wm2-line);
  border-bottom: 1px solid var(--wm2-line);
}

.wm2-about-facts__item {
  display: flex;
  min-width: 0;
  padding: 28px 0;
  flex-direction: column-reverse;
  gap: 8px;
}

.wm2-about-facts__item + .wm2-about-facts__item {
  border-top: 1px solid var(--wm2-line);
}

.wm2-about-facts dt {
  color: var(--wm2-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.wm2-about-facts dd {
  font-size: clamp(28px, 7vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.wm2-about-materials {
  display: grid;
  padding: clamp(88px, 12vw, 176px) 0;
  gap: clamp(42px, 7vw, 104px);
}

.wm2-about-materials__media {
  aspect-ratio: 3 / 2;
}

.wm2-about-materials__copy {
  display: grid;
  align-content: center;
  gap: 22px;
}

.wm2-about-materials__list {
  display: grid;
  margin-top: 8px;
  border-top: 1px solid var(--wm2-line);
}

.wm2-about-materials__list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--wm2-line);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.wm2-about-principles {
  padding: clamp(82px, 11vw, 156px) 0;
  border-top: 1px solid var(--wm2-line);
}

.wm2-about-principles__heading {
  display: grid;
  max-width: 980px;
  gap: 18px;
}

.wm2-about-principles__list {
  display: grid;
  margin-top: clamp(44px, 7vw, 88px);
}

.wm2-about-principles__list li {
  display: grid;
  min-width: 0;
  padding: 26px 0 34px;
  border-top: 1px solid var(--wm2-line);
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px 8px;
}

.wm2-about-principles__number {
  padding-top: 4px;
  color: var(--wm2-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.wm2-about-principles h3 {
  font-size: clamp(23px, 6vw, 30px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.wm2-about-principles__list p {
  grid-column: 2;
  color: var(--wm2-muted);
  font-size: 15px;
  line-height: 1.65;
}

.wm2-about-closing {
  display: grid;
  padding: clamp(72px, 10vw, 136px) 0 clamp(104px, 14vw, 192px);
  border-top: 1px solid var(--wm2-line);
  gap: 20px;
}

.wm2-about-closing h2 {
  max-width: 17ch;
}

.wm2-about-closing__text {
  max-width: 620px;
  color: var(--wm2-muted);
  font-size: clamp(16px, 4vw, 19px);
  line-height: 1.65;
}

.wm2-about-closing__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  gap: 6px 28px;
}

.wm2-about-status {
  display: grid;
  min-height: 56vh;
  align-content: center;
  padding: 48px 0 112px;
  gap: 22px;
}

.wm2-about-status h1 {
  max-width: 16ch;
  font-size: clamp(42px, 10vw, 72px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.wm2-about-status > p:not(.wm2-about__eyebrow) {
  max-width: 620px;
  color: var(--wm2-muted);
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 720px) {
  .wm2-about-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wm2-about-facts__item {
    padding: 34px clamp(24px, 4vw, 48px);
  }

  .wm2-about-facts__item:first-child {
    padding-left: 0;
  }

  .wm2-about-facts__item + .wm2-about-facts__item {
    border-top: 0;
    border-left: 1px solid var(--wm2-line);
  }

  .wm2-about-principles__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wm2-about-principles__list li {
    padding-right: clamp(24px, 4vw, 54px);
  }

  .wm2-about-principles__list li + li {
    padding-left: clamp(24px, 4vw, 54px);
    border-left: 1px solid var(--wm2-line);
  }
}

@media (min-width: 980px) {
  .wm2-about-hero {
    grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
    align-items: center;
    padding-top: 28px;
  }

  .wm2-about-hero__copy {
    padding-right: clamp(12px, 2vw, 30px);
  }

  .wm2-about-story {
    grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  }

  .wm2-about-story__body {
    width: min(100%, 720px);
  }

  .wm2-about-materials {
    grid-template-columns: minmax(520px, 1.12fr) minmax(0, 0.88fr);
    align-items: center;
  }

  .wm2-about-materials__copy {
    width: min(100%, 600px);
  }
}

@media (min-width: 1280px) {
  .wm2-about-hero h1 {
    font-size: clamp(70px, 5.35vw, 86px);
  }

  .wm2-about-link {
    font-size: 14px;
  }
}

@media (max-width: 389px) {
  .wm2-about,
  .wm2-about-status {
    width: min(calc(100% - 28px), 1460px);
  }

  .wm2-about-hero h1 {
    font-size: clamp(43px, 13.5vw, 54px);
  }

  .wm2-about-closing__actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wm2-about-link,
  .wm2-about-link__arrow {
    transition-duration: 0ms;
  }
}

@media (hover: hover) and (pointer: fine) {
  .wm2-about-link:hover {
    border-color: var(--wm2-accent);
    color: var(--wm2-accent);
  }

  .wm2-about-link:hover .wm2-about-link__arrow {
    transform: translateX(3px);
  }
}
