.about-page {
  background: linear-gradient(180deg, #fff8f3 0%, #fff1eb 48%, #fff8f3 100%);
}

.about-hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 7vw, 5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

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

.about-hero-copy h1 {
  max-width: 800px;
  margin-bottom: 1rem;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

.about-hero-copy p,
.about-letter p,
.about-text p,
.about-story-copy p,
.value-grid p {
  color: var(--muted);
}

.about-hero-copy > p {
  max-width: 680px;
  font-size: 1.1rem;
}

.about-portrait {
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}

.about-portrait p {
  margin: 0;
  padding: 1rem 0.35rem 0.25rem;
  color: var(--rose-dark);
  font-weight: 800;
}

.about-letter {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border-top: 1px solid rgba(212, 150, 125, 0.45);
  border-bottom: 1px solid rgba(212, 150, 125, 0.45);
  text-align: center;
}

.about-letter p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.42;
}

.about-letter p:last-child {
  margin-bottom: 0;
}

.about-section,
.about-story,
.about-values {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(4.2rem, 8vw, 6rem) 0;
}

.about-section,
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: start;
}

.about-intro {
  padding: clamp(2rem, 5vw, 3.4rem);
  border: 1px solid rgba(212, 150, 125, 0.42);
  border-radius: 8px;
  background: #fffaf7;
  box-shadow: var(--shadow);
}

.about-intro .about-text p {
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.about-path {
  padding-top: clamp(4.2rem, 8vw, 6rem);
  border-bottom: 1px solid rgba(212, 150, 125, 0.35);
}

.about-text {
  max-width: 700px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.value-grid article {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(93, 59, 45, 0.07);
}

.value-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 50%;
  color: #fff8f3;
  background: var(--rose-dark);
  font-weight: 900;
}

.about-story {
  align-items: center;
}

.about-story-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-boundary {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.about-final {
  margin-top: 1rem;
}

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

  .about-portrait,
  .about-story-media {
    max-width: 520px;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .about-hero {
    padding-top: 3rem;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
  }

  .about-page .button {
    width: 100%;
  }
}
