.about-page-grid {
  align-items: start;
  grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
  min-width: 0;
}

.about-page-main {
  gap: 30px;
  min-width: 0;
}

.about-hero,
.about-story-card,
.about-closing {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 26px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 30px;
  padding: 34px;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(14, 66, 94, 0.08);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.about-hero-lead {
  max-width: 58ch;
}

.about-hero-mission {
  max-width: 60ch;
}

.about-highlight-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-highlight-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(141, 67, 32, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--accent-dark);
  font-weight: 700;
}

.about-portrait-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin: 0;
  align-content: start;
}

.about-portrait-frame {
  aspect-ratio: 4 / 5;
  padding: 14px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 45px rgba(56, 31, 18, 0.14);
  transform: rotate(2deg);
}

.about-portrait-frame img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  background: linear-gradient(180deg, #e7ded4 0%, #f8f2e8 100%);
}

.about-portrait-card figcaption {
  margin: 0;
  padding-left: 10px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.about-section {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.about-section-heading {
  display: grid;
  gap: 12px;
  max-width: 64ch;
}

.about-section-heading h2 {
  margin: 0;
  font-size: clamp(1.85rem, 3.8vw, 2.55rem);
  line-height: 1.12;
}

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

.about-feature-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 164px;
  padding: 22px 24px 22px 26px;
  border: 1px solid rgba(31, 26, 23, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 26, 23, 0.05);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.about-feature-card::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: #0f766e;
}

.about-feature-card:nth-child(3n + 1) {
  border-top-color: rgba(15, 118, 110, 0.28);
}

.about-feature-card:nth-child(3n + 2) {
  border-top-color: rgba(14, 66, 94, 0.24);
}

.about-feature-card:nth-child(3n + 2)::before {
  background: #0e425e;
}

.about-feature-card:nth-child(3n)::before {
  background: #8d4320;
}

.about-feature-card:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 26, 23, 0.2);
  box-shadow: 0 14px 28px rgba(31, 26, 23, 0.09);
}

.about-feature-card h3 {
  margin: 0;
  color: #14110f;
  font-size: 1.08rem;
  line-height: 1.24;
  font-weight: 800;
}

.about-feature-card p {
  margin: 0;
  color: #4b403a;
  font-size: 1rem;
  line-height: 1.68;
}

.about-story-card {
  display: grid;
  gap: 22px;
  padding: 30px;
}

.about-story-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.about-story-copy {
  display: grid;
  gap: 14px;
  max-width: 62ch;
  min-width: 0;
}

.about-story-copy p {
  margin: 0;
  line-height: 1.84;
}

.about-story-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.about-story-point {
  padding: 16px;
  border-radius: 18px;
  font-weight: 700;
  line-height: 1.58;
}

.about-closing {
  padding: 32px;
  background:
    radial-gradient(circle at 15% 15%, rgba(201, 111, 59, 0.18), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f0e6 100%);
}

.about-closing h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  line-height: 1.04;
}

.about-closing p {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 1.04rem;
  line-height: 1.8;
  color: var(--muted);
}

@media (max-width: 1080px) {
  .about-page-grid {
    grid-template-columns: 1fr;
  }
}

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

  .about-portrait-card {
    max-width: 420px;
  }

  .about-story-points,
  .about-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-hero,
  .about-story-card,
  .about-closing {
    padding: 22px;
  }

  .about-highlight-pills span {
    width: 100%;
    justify-content: center;
  }
}
