.about-page {
  --about-ink: #17251f;
  --about-muted: #596860;
  --about-rust: #a84927;
  --about-rust-dark: #7d321c;
  --about-cream: #fbf1e5;
  --about-sage: #e8f0eb;
  --about-line: rgba(23, 37, 31, .13);
  color: var(--about-ink);
  background: #fffdf8;
}

.about-page ~ .official-socials {
  display: none;
}

.about-page .guide-breadcrumb {
  padding-inline: 18px;
  background: #fffdf8;
}

.about-page .guide-icon {
  flex: 0 0 auto;
}

.about-page a:focus-visible {
  outline: 3px solid rgba(182, 83, 43, .28);
  outline-offset: 4px;
}

.about-eyebrow {
  margin: 0 0 10px;
  color: var(--about-rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.5;
}

.about-mobile-break {
  display: initial;
}

.about-hero {
  position: relative;
  display: grid;
  gap: 22px;
  overflow: hidden;
  padding: 26px 18px 32px;
  background: linear-gradient(145deg, #fff8ee 0%, #f8ebdc 56%, #f0e6d9 100%);
  border-block: 1px solid rgba(168, 73, 39, .08);
}

.about-hero__copy,
.about-hero__visual {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  max-width: 12em;
  margin: 0;
  font-size: clamp(31px, 8vw, 36px);
  letter-spacing: -.025em;
  line-height: 1.38;
}

.about-hero h1 mark {
  color: var(--about-rust-dark);
  background: linear-gradient(transparent 64%, rgba(255, 150, 76, .3) 64%);
}

.about-hero__lead {
  max-width: 36em;
  margin: 16px 0 0;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.95;
}

.about-hero__actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.about-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.about-button .guide-icon {
  width: 17px;
  height: 17px;
  transition: transform .18s ease;
}

.about-button--primary {
  color: #fff;
  background: var(--about-rust);
  box-shadow: 0 10px 24px rgba(125, 50, 28, .16);
}

.about-button--secondary {
  color: var(--about-rust-dark);
  background: rgba(255, 253, 248, .8);
  border-color: rgba(168, 73, 39, .24);
}

.about-button:hover .guide-icon,
.about-button:focus-visible .guide-icon {
  transform: translateX(3px);
}

.about-hero__visual {
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  background: #d8e1dc;
  border: 6px solid rgba(255, 253, 248, .94);
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(38, 56, 47, .17);
}

.about-hero__visual > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.about-hero__visual::after {
  position: absolute;
  inset: 46% 0 0;
  background: linear-gradient(transparent, rgba(10, 27, 20, .66));
  content: "";
  pointer-events: none;
}

.about-hero__visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.about-hero__visual figcaption strong {
  font-size: 15px;
}

.about-hero__author {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 28px);
  padding: 7px 11px 7px 7px;
  background: rgba(255, 253, 248, .92);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(23, 37, 31, .16);
  backdrop-filter: blur(10px);
}

.about-hero__author img {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}

.about-hero__author span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.35;
}

.about-hero__author small {
  color: var(--about-muted);
  font-size: 9px;
  font-weight: 700;
}

.about-hero__author strong {
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-creator {
  background:
    radial-gradient(circle at 100% 0, rgba(168, 73, 39, .08), transparent 25%),
    linear-gradient(180deg, #fffdf8, #f5f8f5);
  border-bottom: 1px solid var(--about-line);
}

.about-creator__profile {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(23, 37, 31, .09);
}

.about-creator__portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dbe7e0;
}

.about-creator__portrait::after {
  position: absolute;
  inset: 58% 0 0;
  background: linear-gradient(transparent, rgba(12, 30, 22, .7));
  content: "";
  pointer-events: none;
}

.about-creator__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-creator__portrait figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}

.about-creator__copy {
  padding: 26px 20px 28px;
}

.about-creator__role {
  margin: 0;
  color: var(--about-rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
}

.about-creator__copy h3 {
  margin: 5px 0 0;
  font-size: 26px;
  letter-spacing: -.02em;
}

.about-creator__copy > p:not(.about-creator__role) {
  margin: 14px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.95;
}

.about-creator__profile-link,
.about-creator__activity-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--about-rust-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(125, 50, 28, .28);
  text-underline-offset: 4px;
}

.about-creator__profile-link {
  margin-top: 18px;
}

.about-creator__profile-link .guide-icon,
.about-creator__activity-link .guide-icon {
  width: 15px;
  height: 15px;
  transition: transform .18s ease;
}

.about-creator__profile-link:hover .guide-icon,
.about-creator__profile-link:focus-visible .guide-icon,
.about-creator__activity-link:hover .guide-icon,
.about-creator__activity-link:focus-visible .guide-icon {
  transform: translateX(3px);
}

.about-creator__achievements {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.about-achievement-card {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 21px 82px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(23, 37, 31, .065);
}

.about-achievement-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(var(--about-rust), #da8b63);
  content: "";
}

.about-achievement-card__icon {
  position: absolute;
  top: 22px;
  left: 20px;
  display: grid;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--about-rust);
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 7px 16px rgba(125, 50, 28, .18);
}

.about-achievement-card__icon .guide-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.1;
}

.about-achievement-card h3 {
  margin: 0;
}

.about-achievement-card h3 strong,
.about-achievement-card h3 span {
  display: block;
}

.about-achievement-card h3 strong {
  color: var(--about-rust-dark);
  font-size: 24px;
  line-height: 1.25;
}

.about-achievement-card h3 span {
  margin-top: 2px;
  color: var(--about-ink);
  font-size: 12px;
  line-height: 1.5;
}

.about-achievement-card > p {
  margin: 11px 0 0 -62px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.8;
}

.about-achievement-card > p a {
  color: var(--about-rust-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(125, 50, 28, .34);
  text-underline-offset: 3px;
}

.about-creator__activity-link {
  margin-top: 18px;
}

.about-section {
  padding: 32px 18px;
}

.about-section__head {
  max-width: 710px;
  margin-bottom: 18px;
}

.about-section__head h2,
.about-navigator h2,
.about-contact h2 {
  margin: 0;
  font-size: clamp(25px, 6.8vw, 30px);
  letter-spacing: -.025em;
  line-height: 1.45;
}

.about-section__head > p:last-child,
.about-navigator__copy > p,
.about-contact > div > p:last-child {
  max-width: 48em;
  margin: 15px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.95;
}

.about-commitments {
  background: #fffdf8;
}

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

.about-commitment-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(23, 37, 31, .07);
}

.about-commitment-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.about-commitment-card figure::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(15, 29, 23, .6));
  content: "";
}

.about-commitment-card figure img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .35s ease;
}

.about-commitment-card figcaption {
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
}

.about-commitment-card__body {
  position: relative;
  padding: 31px 20px 22px;
}

.about-commitment-card__icon {
  position: absolute;
  top: -25px;
  left: 18px;
  display: grid;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--about-rust);
  border: 4px solid #fff;
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 6px 14px rgba(125, 50, 28, .2);
}

.about-commitment-card__icon .guide-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.1;
}

.about-commitment-card__number {
  margin: 0 0 1px;
  color: #b88772;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.about-commitment-card h3 {
  margin: 0;
  font-size: 19px;
}

.about-commitment-card__body > p:last-child {
  margin: 10px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.85;
}

.about-areas {
  color: #fff;
  background:
    radial-gradient(circle at 94% 3%, rgba(255, 255, 255, .08), transparent 23%),
    #192b24;
}

.about-section__head--light .about-eyebrow {
  color: #f4ae88;
}

.about-section__head--light > p:last-child {
  color: rgba(255, 255, 255, .7);
}

.about-area-gallery {
  display: grid;
  grid-auto-rows: clamp(130px, 39vw, 152px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: clamp(190px, 56vw, 260px);
  gap: 8px;
}

.about-area-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #40524a;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 15px;
  isolation: isolate;
}

.about-area-photo--main {
  grid-column: 1 / -1;
  min-height: 0;
}

.about-area-photo::after {
  position: absolute;
  z-index: 1;
  inset: 24% 0 0;
  background: linear-gradient(transparent, rgba(7, 20, 14, .78));
  content: "";
}

.about-area-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.about-area-photo > span {
  position: absolute;
  right: 31px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #fff;
  line-height: 1.35;
  text-shadow: 0 2px 9px rgba(0, 0, 0, .5);
}

.about-area-photo small {
  margin-bottom: 2px;
  color: #ffd2bb;
  font-size: 9px;
  font-weight: 800;
}

.about-area-photo strong {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about-area-photo > .guide-icon {
  position: absolute;
  right: 10px;
  bottom: 14px;
  z-index: 2;
  width: 17px;
  height: 17px;
  color: #fff;
}

.about-area-photo:hover > img,
.about-area-photo:focus-visible > img,
.about-commitment-card:hover figure img {
  transform: scale(1.035);
}

.about-areas__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 54em;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.7;
}

.about-areas__note .guide-icon {
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.about-process {
  background: var(--about-cream);
}

.about-process__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process__list li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon step"
    "icon title"
    ". copy";
  align-items: start;
  column-gap: 14px;
  padding: 19px 17px;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(168, 73, 39, .13);
  border-radius: 17px;
}

.about-process__step {
  grid-area: step;
  color: var(--about-rust);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.about-process__icon {
  grid-area: icon;
  display: grid;
  width: 48px;
  height: 48px;
  color: var(--about-rust-dark);
  background: #f8ded0;
  border-radius: 15px;
  place-items: center;
}

.about-process__icon .guide-icon {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.about-process__list h3 {
  grid-area: title;
  margin: 2px 0 0;
  font-size: 16px;
}

.about-process__list p {
  grid-area: copy;
  margin: 7px 0 0;
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.75;
}

.about-process__note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  margin-top: 18px;
  padding: 20px 17px;
  color: #fff;
  background: #263d33;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(23, 37, 31, .12);
}

.about-process__note-icon {
  display: grid;
  width: 42px;
  height: 42px;
  color: #ffe1ce;
  background: rgba(255, 255, 255, .1);
  border-radius: 13px;
  place-items: center;
}

.about-process__note-icon .guide-icon {
  width: 22px;
  height: 22px;
}

.about-process__note h3 {
  margin: 0;
  font-size: 16px;
}

.about-process__note p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.8;
}

.about-discovery {
  background: #fffdf8;
}

.about-discovery__links {
  display: grid;
  gap: 10px;
}

.about-discovery__links > a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid var(--about-line);
  border-radius: 17px;
  box-shadow: 0 6px 18px rgba(23, 37, 31, .05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.about-discovery__icon {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--about-rust);
  background: #fae5d8;
  border-radius: 14px;
  place-items: center;
}

.about-discovery__icon .guide-icon {
  width: 22px;
  height: 22px;
}

.about-discovery__links > a > span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.about-discovery__links strong {
  font-size: 14px;
}

.about-discovery__links small {
  margin-top: 2px;
  color: var(--about-muted);
  font-size: 12px;
}

.about-discovery__links > a > .guide-icon {
  width: 18px;
  height: 18px;
  color: var(--about-rust);
  transition: transform .18s ease;
}

.about-discovery__links > a:hover,
.about-discovery__links > a:focus-visible {
  border-color: rgba(168, 73, 39, .3);
  box-shadow: 0 10px 24px rgba(23, 37, 31, .08);
  transform: translateY(-2px);
}

.about-discovery__links > a:hover > .guide-icon,
.about-discovery__links > a:focus-visible > .guide-icon {
  transform: translateX(3px);
}

.about-navigator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  padding: 38px 18px 28px;
  background:
    radial-gradient(circle at 86% 26%, rgba(255, 255, 255, .75), transparent 23%),
    linear-gradient(135deg, #eff9fd, #f7f4ff);
  border-block: 1px solid rgba(22, 143, 213, .12);
}

.about-navigator h2 {
  font-size: clamp(25px, 7vw, 34px);
}

.about-navigator__copy > p {
  font-size: 12px;
  line-height: 1.85;
}

.about-navigator > img {
  width: 150px;
  max-width: none;
  height: auto;
  margin: 14px -25px -22px -3px;
  filter: drop-shadow(0 14px 16px rgba(7, 83, 135, .12));
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
  color: #075387;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(7, 83, 135, .28);
  text-underline-offset: 3px;
}

.about-text-link .guide-icon {
  width: 15px;
  height: 15px;
}

.about-contact {
  display: grid;
  gap: 24px;
  padding: 42px 18px 44px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .1), transparent 28%),
    linear-gradient(145deg, #8f3d20, #6f2d1b);
}

.about-contact .about-eyebrow {
  color: #ffd1b8;
}

.about-contact > div > p:last-child {
  color: rgba(255, 255, 255, .78);
}

.about-button--contact {
  align-self: center;
  color: var(--about-rust-dark);
  background: #fffdf8;
  box-shadow: 0 12px 26px rgba(43, 14, 5, .2);
}

@media (min-width: 900px) {
  .about-mobile-break {
    display: none;
  }

  .about-page .guide-breadcrumb,
  .about-hero,
  .about-section,
  .about-navigator,
  .about-contact {
    padding-inline: 44px;
  }

  .about-eyebrow {
    font-size: 12px;
  }

  .about-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
    align-items: center;
    gap: 32px;
    min-height: 480px;
    padding-block: 36px 40px;
  }

  .about-hero h1 {
    font-size: 38px;
  }

  .about-hero__lead {
    font-size: 16px;
  }

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

  .about-button {
    padding-inline: 16px;
  }

  .about-hero__visual,
  .about-hero__visual > img {
    height: 380px;
  }

  .about-hero__visual {
    min-height: 380px;
  }

  .about-section {
    padding-block: 44px;
  }

  .about-section__head {
    margin-bottom: 24px;
  }

  .about-section__head h2,
  .about-navigator h2,
  .about-contact h2 {
    font-size: 32px;
  }

  .about-section__head > p:last-child,
  .about-navigator__copy > p,
  .about-contact > div > p:last-child {
    font-size: 15px;
  }

  .about-creator__profile {
    grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
  }

  .about-creator__portrait img {
    height: 100%;
    min-height: 410px;
    aspect-ratio: auto;
  }

  .about-creator__portrait figcaption {
    right: 20px;
    bottom: 18px;
    left: 20px;
    font-size: 12px;
  }

  .about-creator__copy {
    align-self: center;
    padding: 34px 32px;
  }

  .about-creator__copy h3 {
    font-size: 28px;
  }

  .about-creator__copy > p:not(.about-creator__role) {
    font-size: 14px;
  }

  .about-creator__achievements {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
  }

  .about-achievement-card {
    padding: 76px 18px 22px;
  }

  .about-achievement-card__icon {
    top: 20px;
    left: 18px;
  }

  .about-achievement-card h3 strong {
    font-size: 25px;
  }

  .about-achievement-card > p {
    margin: 12px 0 0;
    font-size: 12px;
  }

  .about-commitment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .about-commitment-card__body {
    padding-inline: 18px;
  }

  .about-commitment-card h3 {
    font-size: 18px;
  }

  .about-area-gallery {
    grid-auto-rows: 172px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 10px;
  }

  .about-area-photo--main {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 0;
  }

  .about-area-photo strong {
    font-size: 13px;
  }

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

  .about-process__note {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 17px;
    padding: 24px;
  }

  .about-process__note-icon {
    width: 50px;
    height: 50px;
  }

  .about-process__note h3 {
    font-size: 18px;
  }

  .about-process__note p {
    font-size: 13px;
  }

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

  .about-discovery__links > a {
    min-height: 88px;
    padding-inline: 17px;
  }

  .about-discovery__links strong {
    font-size: 15px;
  }

  .about-navigator {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 36px;
    padding-block: 42px 30px;
  }

  .about-navigator__copy > p {
    font-size: 14px;
  }

  .about-navigator > img {
    width: 270px;
    margin: -18px -24px -44px auto;
  }

  .about-text-link {
    font-size: 13px;
  }

  .about-contact {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
    padding-block: 52px;
  }

  .about-button--contact {
    min-width: 240px;
  }
}

@media (min-width: 1100px) {
  .about-page .guide-breadcrumb,
  .about-hero,
  .about-section,
  .about-navigator,
  .about-contact {
    padding-inline: 48px;
  }

  .about-hero {
    grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr);
    gap: 42px;
    min-height: 520px;
    padding-block: 40px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-hero__actions {
    max-width: 410px;
  }

  .about-hero__visual,
  .about-hero__visual > img {
    height: 420px;
  }

  .about-hero__visual {
    min-height: 420px;
    border-width: 8px;
    border-radius: 28px;
  }

  .about-hero__author {
    top: 18px;
    right: 18px;
  }

  .about-section {
    padding-block: 48px;
  }

  .about-creator__profile {
    grid-template-columns: 400px minmax(0, 1fr);
  }

  .about-creator__copy {
    padding: 42px 44px;
  }

  .about-creator__copy h3 {
    font-size: 29px;
  }

  .about-creator__achievements {
    gap: 20px;
  }

  .about-achievement-card {
    padding: 80px 22px 25px;
  }

  .about-achievement-card__icon {
    left: 22px;
  }

  .about-achievement-card h3 strong {
    font-size: 28px;
  }

  .about-achievement-card h3 span {
    font-size: 13px;
  }

  .about-achievement-card > p {
    font-size: 13px;
  }

  .about-section__head h2,
  .about-navigator h2,
  .about-contact h2 {
    font-size: 34px;
  }

  .about-commitment-grid {
    gap: 20px;
  }

  .about-commitment-card__body {
    padding: 34px 21px 25px;
  }

  .about-commitment-card h3 {
    font-size: 20px;
  }

  .about-commitment-card__body > p:last-child {
    font-size: 13px;
  }

  .about-area-gallery {
    grid-auto-rows: 190px;
  }

  .about-area-photo > span {
    right: 38px;
    bottom: 16px;
    left: 16px;
  }

  .about-area-photo small {
    font-size: 10px;
  }

  .about-area-photo strong {
    font-size: 15px;
  }

  .about-area-photo > .guide-icon {
    right: 14px;
    bottom: 18px;
  }

  .about-process__list {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .about-process__list li {
    display: block;
    min-height: 245px;
    padding: 20px 17px;
  }

  .about-process__step {
    display: block;
  }

  .about-process__icon {
    width: 52px;
    height: 52px;
    margin: 14px 0;
  }

  .about-process__list h3 {
    font-size: 17px;
  }

  .about-process__list p {
    margin-top: 9px;
    font-size: 12px;
  }

  .about-process__note {
    margin-top: 20px;
  }

  .about-navigator {
    grid-template-columns: minmax(0, 1fr) 300px;
    padding-block: 44px 30px;
  }

  .about-navigator > img {
    width: 310px;
    margin-bottom: -48px;
  }
}

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