body.about-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(181, 111, 84, 0.18), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(111, 61, 88, 0.14), transparent 30%),
    linear-gradient(180deg, #fff8f2 0%, #f7f0ea 52%, #efe3d9 100%);
}

.about-main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.95rem 0 3.5rem;
}

.about-hero-panel,
.about-section,
.about-metrics {
  margin-top: 1.1rem;
}

.about-hero-panel {
  display: grid;
  gap: 1.2rem;
  align-items: stretch;
}

.about-hero-copy,
.about-card,
.formation-card,
.story-card,
.metric-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.about-hero-copy {
  padding: 1.5rem;
  border-radius: 28px;
}

.about-hero-copy h1 {
  margin: 0.3rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 10vw, 4.6rem);
  line-height: 0.95;
}

.about-lead {
  margin: 0.9rem 0 0;
  font-size: clamp(1.02rem, 3.8vw, 1.2rem);
  color: var(--ink);
  max-width: 34ch;
}

.about-hero-copy > p {
  margin: 0.9rem 0 0;
}

.about-trust-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.about-trust-list li {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--primary-deep);
  border: 1px solid rgba(181, 111, 84, 0.3);
  border-radius: 999px;
  background: rgba(181, 111, 84, 0.12);
  padding: 0.34rem 0.58rem;
}

.about-focus-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
  color: var(--muted);
}

.about-focus-list li {
  position: relative;
  padding-left: 1rem;
}

.about-focus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.53em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(181, 111, 84, 0.84);
}

.about-proof {
  margin-top: 1rem;
  border: 1px solid rgba(42, 30, 26, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.72rem 0.82rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
}

.about-proof-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 28px;
  border-radius: 999px;
  background: rgba(181, 111, 84, 0.16);
  border: 1px solid rgba(181, 111, 84, 0.3);
  color: var(--primary-deep);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.about-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.about-actions {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-secondary-btn {
  border-color: rgba(42, 30, 26, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
}

.about-secondary-btn:hover,
.about-secondary-btn:focus-visible {
  background: rgba(255, 255, 255, 0.96);
}

.about-portrait {
  margin: 0;
  position: relative;
  isolation: isolate;
  min-height: clamp(380px, 58svh, 620px);
  aspect-ratio: 4 / 5;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(42, 30, 26, 0.14);
  box-shadow: 0 24px 54px rgba(58, 35, 29, 0.2);
  background: linear-gradient(160deg, #dbcfca 0%, #cbbab2 100%);
}

.about-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 22%, rgba(255, 255, 255, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(24, 14, 11, 0.06) 0%, rgba(24, 14, 11, 0.2) 100%);
}

.about-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.03) brightness(1.02);
  transition: transform 0.5s ease, filter 0.35s ease;
}

.about-portrait:hover img,
.about-portrait:focus-within img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04) brightness(1.03);
}

@media (hover: none) {
  .about-portrait:hover img,
  .about-portrait:focus-within img {
    transform: scale(1.02);
    filter: saturate(1.05) contrast(1.03) brightness(1.02);
  }
}

.about-metrics {
  display: grid;
  gap: 0.8rem;
}

.metric-card {
  border-radius: 22px;
  padding: 0.95rem 1rem;
}

.metric-value {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--primary-deep);
}

.metric-card p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.about-section {
  padding: 0;
}

.about-grid,
.formation-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.95rem;
}

.about-card,
.formation-card,
.story-card {
  border-radius: 26px;
  padding: 1.35rem;
}

.about-card h3,
.formation-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
}

.about-card p,
.story-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.about-list {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.about-list li + li {
  margin-top: 0.55rem;
}

.story-card h2 {
  margin-top: 0.35rem;
}

.about-footer {
  margin-top: 0;
}

@media (min-width: 760px) {
  .about-main {
    width: min(1120px, calc(100% - 4rem));
  }

  .about-metrics {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (min-width: 980px) {
  .about-main {
    padding-top: 6.55rem;
  }

  .about-hero-panel {
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.34fr);
    gap: 1.4rem;
    align-items: center;
  }

  .about-hero-copy {
    max-width: 560px;
    padding: 1.85rem 1.85rem 1.65rem;
  }

  .about-actions {
    margin-top: 1.1rem;
  }

  .about-portrait {
    min-height: clamp(580px, 72svh, 760px);
    border-radius: 38px;
  }
}
