.about-hero {
  padding: clamp(40px, 5vw, 72px) 0 clamp(80px, 10vw, 144px);
  border-bottom: 1px solid var(--line-light);
  background: var(--night);
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: clamp(52px, 7vw, 96px);
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.about-breadcrumb a {
  text-decoration-color: rgb(242 239 232 / 32%);
  text-underline-offset: 4px;
}

.about-hero__grid,
.about-feature {
  display: block;
}

.about-label {
  margin-bottom: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.about-hero h1 {
  max-width: 10.5em;
  margin-top: 14px;
  font-size: clamp(3rem, 3.6vw, 3.25rem);
  line-height: 1.42;
}

.about-hero h1 .phrase {
  display: block;
  white-space: nowrap;
}

.about-hero__lead {
  max-width: 40rem;
  margin-top: 0;
  color: var(--paper);
  font-size: 1rem;
  line-height: 2.05;
}

.about-hero__note {
  max-width: 31rem;
  margin-top: 24px;
  padding-left: 18px;
  border-left: 1px solid var(--gold);
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.75;
}

.about-hero__media,
.about-feature__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
  margin: 0;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgb(242 239 232 / 16%);
  background: var(--smoke);
}

.about-hero__copy,
.about-feature__head {
  max-width: 1000px;
}

.about-hero__body,
.about-feature__body {
  max-width: 760px;
  margin-top: 40px;
}

.about-hero__media::after,
.about-feature__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(242 239 232 / 8%);
  content: "";
  pointer-events: none;
}

.about-hero__media img,
.about-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  padding: clamp(88px, 10vw, 152px) 0;
  border-bottom: 1px solid var(--line-light);
}

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

.about-section--paper .about-label {
  color: #776f61;
}

.about-section--paper .about-feature__media {
  border-color: rgb(21 26 32 / 16%);
}

.about-section--night,
.about-section--profile {
  background: var(--night);
}

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

.about-section__title,
.about-contact h2 {
  max-width: 13em;
  margin-top: 14px;
  font-size: clamp(2.15rem, 3.3vw, 3rem);
  line-height: 1.44;
}

.about-section__lead {
  max-width: 34rem;
  margin-top: 0;
  font-size: 1.05rem;
  line-height: 2;
}

.about-prose {
  display: grid;
  max-width: 38rem;
  gap: 14px;
  margin-top: 28px;
  color: rgb(21 26 32 / 76%);
  font-size: 0.98rem;
  line-height: 1.95;
}

.about-section--night .about-prose,
.about-section--smoke .about-prose {
  color: var(--text-muted);
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: var(--paper);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration-color: var(--gold);
  text-underline-offset: 6px;
}

.about-text-link span {
  color: var(--gold);
}

.about-profile {
  display: block;
}

.about-profile__head,
.about-contact__head {
  max-width: 1000px;
}

.about-profile__media,
.about-contact__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
  margin: 0;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgb(242 239 232 / 16%);
  background: var(--smoke);
}

.about-profile__media::after,
.about-contact__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(242 239 232 / 8%);
  content: "";
  pointer-events: none;
}

.about-profile__media img,
.about-contact__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-profile__list {
  max-width: 760px;
  margin-top: 40px;
  border-bottom: 1px solid var(--line-light);
}

.about-profile__list > div {
  display: grid;
  grid-template-columns: minmax(7rem, 28%) minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--line-light);
}

.about-profile__list dt {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.about-profile__list dd {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.04rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.7;
}

.about-contact {
  padding: clamp(88px, 10vw, 152px) 0;
  background: var(--navy);
}

.about-contact__inner {
  display: block;
}

.about-contact h2 {
  max-width: 17em;
  margin-top: 0;
}

.about-contact h2 .phrase {
  display: block;
  white-space: nowrap;
}

.about-contact__body {
  max-width: 760px;
  margin-top: 40px;
}

.about-contact__body > p {
  max-width: 40rem;
  color: var(--text-muted);
  line-height: 1.95;
}

.about-contact .button-row {
  align-items: stretch;
  flex-direction: column;
  width: min(100%, 17rem);
  margin-top: 32px;
  min-width: min(100%, 17rem);
}

.about-contact .button {
  min-width: 17rem;
}

@media (max-width: 900px) {
  .about-contact .button-row {
    width: min(100%, 24rem);
  }
}

@media (max-width: 760px) {
  .about-hero {
    padding: 28px 0 72px;
  }

  .about-hero .shell {
    width: min(var(--shell), calc(100% - 40px));
  }

  .about-breadcrumb {
    margin-bottom: 48px;
  }

  .about-hero h1 {
    font-size: 2.15rem;
    line-height: 1.48;
  }

  .about-hero h1 .phrase {
    white-space: normal;
  }

  .about-hero__media,
  .about-feature__media,
  .about-profile__media,
  .about-contact__media {
    width: 100%;
    height: 135px;
    aspect-ratio: auto;
    margin-top: 24px;
  }

  .about-hero__body,
  .about-feature__body,
  .about-contact__body {
    margin-top: 20px;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-section__title,
  .about-contact h2 {
    font-size: 1.62rem;
    line-height: 1.3;
  }

  .about-label {
    font-size: 13px;
  }

  .about-profile__list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about-contact {
    padding: 72px 0;
  }

  .about-contact h2 br {
    display: none;
  }

  .about-contact h2 .phrase {
    white-space: normal;
  }

  .about-contact .button-row,
  .about-contact .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 420px) {
  .about-hero__media,
  .about-feature__media {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .about-text-link,
  .about-contact .button {
    transition: none;
  }
}
