.about-page {
  background: var(--paper);
}

.about-hero {
  min-height: calc(100svh - 110px);
  display: flex;
  align-items: center;
  border-top: 1px solid #e7e5df;
  background:
    linear-gradient(90deg, rgba(217, 37, 54, 0.035) 1px, transparent 1px)
      0 0 / 120px 100%,
    var(--paper);
}

.about-hero-inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(66px, 7.4vw, 116px);
  padding: clamp(68px, 8.2vh, 104px) 0;
}

.about-hero-copy {
  max-width: 860px;
}

.about-breadcrumbs {
  display: flex;
  margin-bottom: 42px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #7a7b7d;
  font-size: 12px;
  line-height: 1.4;
}

.about-breadcrumbs a {
  transition: color 180ms ease;
}

.about-breadcrumbs a:hover {
  color: var(--red);
}

.about-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(43px, 4vw, 61px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 1.045;
  text-wrap: balance;
}

.about-hero-lead {
  max-width: 790px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.32vw, 20px);
  line-height: 1.58;
}

.about-fact-line {
  display: flex;
  margin-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}

.about-fact-line span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: #5f6062;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.about-fact-line span:not(:first-child)::before {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  flex: 0 0 4px;
  background: var(--red);
  content: "";
}

.about-hero-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.about-primary-button {
  min-width: 274px;
  border: 0;
  background: var(--red);
  color: var(--white);
}

.about-primary-button:hover,
.about-primary-button:focus-visible {
  background: var(--red-dark);
}

.about-secondary-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 6px 0 3px;
  border-bottom: 1px solid #a6a5a1;
  font-size: 14px;
  font-weight: 500;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.about-secondary-link:hover {
  border-color: var(--red);
  color: var(--red);
}

.about-hero-system {
  align-self: stretch;
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: center;
  padding: 39px 40px 38px;
  border: 1px solid #d6d4cf;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 26px 70px rgba(32, 33, 36, 0.07);
}

.about-hero-card {
  min-height: 490px;
}

.about-hero-system > p {
  margin: 0 0 23px;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero-system > strong {
  max-width: 390px;
  font-size: clamp(29px, 2.45vw, 40px);
  font-weight: 500;
  letter-spacing: -0.043em;
  line-height: 1.12;
}

.about-hero-system ol {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid #d8d6d1;
  list-style: none;
}

.about-hero-system li {
  display: grid;
  min-height: 51px;
  align-items: center;
  border-bottom: 1px solid #d8d6d1;
  grid-template-columns: 44px 1fr;
}

.about-hero-system li span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.about-hero-system li b {
  font-size: 14px;
  font-weight: 500;
}

.about-hero-system small {
  max-width: 370px;
  margin-top: 23px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.about-story-section,
.about-team-section,
.about-work-section,
.about-principles-section {
  padding: clamp(68px, 7vw, 96px) 0;
}

.about-story-section {
  border-top: 1px solid #e3e1dc;
  background: var(--white);
}

.about-story-inner {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(54px, 7.4vw, 112px);
}

.about-year-panel {
  position: relative;
  display: flex;
  min-height: 430px;
  justify-content: center;
  padding: 46px 44px 42px;
  border: 1px solid #444548;
  background: var(--graphite);
  color: var(--white);
  flex-direction: column;
}

.about-year-panel > span {
  margin-bottom: 4px;
  color: #ff6674;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-year-panel strong {
  color: var(--white);
  font-size: clamp(72px, 8.2vw, 116px);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.95;
}

.about-year-panel p {
  max-width: 390px;
  margin: 38px 0 0;
  padding-top: 23px;
  border-top: 1px solid #515256;
  color: #c8c9ca;
  font-size: 15px;
  line-height: 1.58;
}

.about-story-copy {
  align-self: center;
}

.about-story-copy h2,
.about-section-header h2,
.about-light-header h2,
.about-work-copy h2 {
  margin: 0;
  font-size: clamp(35px, 3.55vw, 52px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: balance;
}

.about-story-copy > p:not(.section-label),
.about-section-header > p:last-child,
.about-work-copy > p:not(.section-label) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.about-membership {
  display: grid;
  margin-top: 35px;
  padding: 21px 0;
  border-top: 1px solid #d8d6d1;
  border-bottom: 1px solid #d8d6d1;
  grid-template-columns: minmax(145px, 0.35fr) minmax(0, 1fr);
  gap: 28px;
}

.about-membership span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-membership p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}

.about-principles-section {
  background: var(--graphite);
  color: var(--white);
}

.about-light-header,
.about-section-header {
  max-width: 960px;
  margin-bottom: 50px;
}

.about-light-label {
  margin: 0 0 20px;
  color: #ff6674;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-light-header > p:last-child {
  max-width: 790px;
  margin: 24px 0 0;
  color: #bfc0c2;
  font-size: 17px;
  line-height: 1.62;
}

.about-principles-grid {
  display: grid;
  border-top: 1px solid #4d4e51;
  border-left: 1px solid #4d4e51;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-principles-grid article {
  display: flex;
  min-height: 310px;
  padding: 29px 28px 32px;
  border-right: 1px solid #4d4e51;
  border-bottom: 1px solid #4d4e51;
  background: #26272a;
  flex-direction: column;
}

.about-principles-grid article > span {
  display: block;
  margin-bottom: 51px;
  color: #ff6674;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.about-principles-grid h3 {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.about-principles-grid p {
  margin: 0;
  color: #bfc0c2;
  font-size: 14px;
  line-height: 1.62;
}

.about-team-section {
  border-top: 1px solid #dedcd7;
  background: var(--paper);
}

.about-team-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-team-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d6d1;
  background: var(--white);
  flex-direction: column;
}

.about-member-portrait {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid #d8d6d1;
  background: #eceae5;
}

.about-robot-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 14px 24px;
}

.about-person-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-robot-portrait-frame {
  background: #eee0c9;
}

.about-portrait-placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.8), transparent 52%),
    #e9e7e1;
}

.about-portrait-placeholder::after {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(32, 33, 36, 0.1);
  content: "";
}

.about-portrait-placeholder b {
  position: absolute;
  right: 32px;
  bottom: 25px;
  color: #77787a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.about-person-icon {
  position: relative;
  width: 112px;
  height: 112px;
  border: 1px solid #c7c5bf;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
}

.about-person-icon::before,
.about-person-icon::after {
  position: absolute;
  left: 50%;
  background: #b6b5b1;
  content: "";
  transform: translateX(-50%);
}

.about-person-icon::before {
  top: 24px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}

.about-person-icon::after {
  bottom: 20px;
  width: 59px;
  height: 32px;
  border-radius: 34px 34px 13px 13px;
}

.about-member-copy {
  display: grid;
  padding: 27px 28px 31px;
  flex: 1;
  grid-template-rows: auto minmax(46px, auto) 1fr;
}

.about-member-copy h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.about-member-role {
  align-self: start;
  margin: 9px 0 0;
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-member-description {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.about-partner-panel {
  display: grid;
  margin-top: 18px;
  padding: clamp(32px, 4vw, 50px);
  border: 1px solid #444548;
  background: var(--graphite);
  color: var(--white);
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: clamp(48px, 7vw, 108px);
}

.about-partner-label {
  margin: 0 0 18px;
  color: #ff6674;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-partner-copy h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.about-partner-copy > p:last-child {
  max-width: 760px;
  margin: 23px 0 0;
  color: #c5c6c8;
  font-size: 15px;
  line-height: 1.62;
}

.about-partner-list {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 0;
  border-top: 1px solid #4d4e51;
  list-style: none;
}

.about-partner-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #4d4e51;
  color: #e2e2e3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.about-partner-list li::before {
  position: absolute;
  top: 50%;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6674;
  content: "";
  transform: translateY(-50%);
}

.about-work-section {
  border-top: 1px solid #dedcd7;
  background: var(--white);
}

.about-work-inner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: clamp(62px, 8vw, 126px);
}

.about-work-copy {
  position: sticky;
  top: 138px;
}

.about-duty-note {
  margin-top: 36px;
  padding: 22px 24px 24px;
  border-left: 3px solid var(--red);
  background: #f6f4ef;
}

.about-duty-note span {
  color: var(--red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-duty-note p {
  margin: 12px 0 0;
  color: #535457;
  font-size: 14px;
  line-height: 1.62;
}

.about-work-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d6d1;
  list-style: none;
}

.about-work-steps li {
  display: grid;
  min-height: 205px;
  align-items: start;
  padding: 29px 29px 32px;
  border-right: 1px solid #d8d6d1;
  border-bottom: 1px solid #d8d6d1;
  border-left: 1px solid #d8d6d1;
  grid-template-columns: 58px 1fr;
}

.about-work-steps > li > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.about-work-steps small {
  display: block;
  margin-bottom: 14px;
  color: #858689;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.about-work-steps h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.about-work-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.about-contact-section {
  background: var(--paper);
}

.about-contact-section .contact-inner {
  min-height: 0;
  padding-top: 72px;
  padding-bottom: 72px;
}

.about-contact-section h2 {
  font-size: clamp(34px, 3.4vw, 50px);
  letter-spacing: -0.042em;
  line-height: 1.1;
}

@media (max-width: 1060px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 64px 0 82px;
  }

  .about-hero-system {
    min-height: auto;
  }

  .about-story-inner {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 54px;
  }

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

  .about-principles-grid article {
    min-height: 260px;
  }

  .about-work-inner {
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    gap: 52px;
  }
}

@media (max-width: 930px) {
  .about-contact-section .contact-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 900px) {
  .about-story-inner,
  .about-work-inner {
    grid-template-columns: 1fr;
  }

  .about-year-panel {
    min-height: 350px;
  }

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

  .about-partner-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-work-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .about-hero {
    background:
      linear-gradient(90deg, rgba(217, 37, 54, 0.035) 1px, transparent 1px)
        0 0 / 72px 100%,
      var(--paper);
  }

  .about-hero-inner {
    gap: 32px;
    padding: 46px 0 62px;
  }

  .about-breadcrumbs {
    margin-bottom: 29px;
    font-size: 11px;
  }

  .about-hero h1 {
    font-size: clamp(34px, 9.25vw, 43px);
    line-height: 1.045;
  }

  .about-hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.55;
  }

  .about-fact-line {
    margin-top: 22px;
    row-gap: 5px;
  }

  .about-fact-line span {
    min-height: 21px;
    font-size: 12px;
    line-height: 1.3;
  }

  .about-fact-line span:not(:first-child)::before {
    margin: 0 7px;
  }

  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .about-primary-button {
    width: 100%;
    min-width: 0;
  }

  .about-secondary-link {
    align-self: flex-start;
  }

  .about-hero-system {
    padding: 23px 20px 22px;
  }

  .about-hero-system > p {
    margin-bottom: 17px;
  }

  .about-hero-system > strong {
    font-size: 28px;
  }

  .about-hero-system ol {
    margin-top: 23px;
  }

  .about-hero-system small {
    margin-top: 18px;
  }

  .about-hero-card {
    min-height: auto;
  }

  .about-story-section,
  .about-team-section,
  .about-work-section,
  .about-principles-section {
    padding: 52px 0;
  }

  .about-story-inner {
    gap: 38px;
  }

  .about-year-panel {
    min-height: 300px;
    padding: 33px 28px 31px;
  }

  .about-year-panel strong {
    font-size: clamp(70px, 22vw, 96px);
  }

  .about-year-panel p {
    margin-top: 28px;
  }

  .about-story-copy h2,
  .about-section-header h2,
  .about-light-header h2,
  .about-work-copy h2 {
    font-size: clamp(32px, 9vw, 41px);
  }

  .about-story-copy > p:not(.section-label),
  .about-section-header > p:last-child,
  .about-light-header > p:last-child,
  .about-work-copy > p:not(.section-label) {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }

  .about-membership {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .about-light-header,
  .about-section-header {
    margin-bottom: 34px;
  }

  .about-principles-grid,
  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article {
    min-height: 0;
    padding: 26px 25px 29px;
  }

  .about-principles-grid article > span {
    margin-bottom: 25px;
  }

  .about-team-grid {
    gap: 14px;
  }

  .about-member-portrait {
    aspect-ratio: 16 / 11;
  }

  .about-person-portrait-frame {
    aspect-ratio: 4 / 3;
  }

  .about-robot-portrait {
    padding: 16px 22px;
  }

  .about-robot-portrait-frame {
    aspect-ratio: 4 / 5;
  }

  .about-member-copy {
    display: block;
    padding: 24px 23px 27px;
  }

  .about-member-copy h3 {
    font-size: 23px;
  }

  .about-member-role {
    min-height: 0;
  }

  .about-member-description {
    margin-top: 16px;
  }

  .about-partner-panel {
    padding: 29px 24px 31px;
    gap: 28px;
  }

  .about-work-inner {
    gap: 38px;
  }

  .about-duty-note {
    padding: 19px 19px 21px;
  }

  .about-work-steps li {
    min-height: 0;
    padding: 25px 23px 27px;
    grid-template-columns: 42px 1fr;
  }

  .about-work-steps h3 {
    font-size: 21px;
  }

  .about-contact-section h2 {
    font-size: clamp(30px, 8.3vw, 38px);
  }
}

@media (max-width: 360px) {
  .about-year-panel {
    padding-right: 22px;
    padding-left: 22px;
  }

  .about-work-steps li {
    padding-right: 18px;
    padding-left: 18px;
    grid-template-columns: 35px 1fr;
  }
}
