/* ── About Us page ── */
.m-story {
  padding: 80px 64px 72px;
  border-bottom: 1px solid var(--rule);
}
.m-story__prose {
  max-width: 68ch;
  margin: 40px 0 0;
}
.m-story__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 40px;
}
.m-story__grid .m-story__prose { max-width: none; margin: 0; }
.m-story__plate { position: sticky; top: 96px; }
.m-story__plate .m-plate__quote em {
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  color: var(--gold-deep);
}
@media (max-width: 900px) {
  .m-story__grid { grid-template-columns: 1fr; gap: 40px; }
  .m-story__plate { position: static; }
}
@media (max-width: 640px) {
  .m-story { padding: 48px 28px 48px; }
}

.m-about-hero { padding-top: 80px; padding-bottom: 72px; }
.m-about-hero__head {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.014em;
  color: var(--burgundy);
  margin: 0 auto;
  max-width: 20ch;
  text-wrap: balance;
}
.m-about-hero__head em { font-style: italic; color: var(--gold-deep); }
.m-about-hero__nobr { white-space: nowrap; }

/* Founders */
.m-founders { padding: 72px 64px 40px; }
.m-founder {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 64px;
  align-items: start;
  padding: 48px 0;
  border-top: 1px solid var(--rule);
}
.m-founder--mirror { grid-template-columns: 1fr 300px; }
.m-founder--mirror .m-founder__aside { order: 2; }
.m-founder--mirror .m-founder__bio { order: 1; }
.m-founder__aside { position: sticky; top: 24px; }
.m-founder__photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  box-shadow: 0 22px 48px -24px rgba(60, 18, 14, 0.5);
  position: relative;
  background: linear-gradient(160deg, #e4d6b6 0%, #ded0b0 100%);
  border: 1px solid var(--burgundy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.m-founder__photo::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--burgundy);
  pointer-events: none;
  z-index: 2;
}
.m-founder__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m-founder__photo-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.m-founder__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  color: var(--burgundy);
  margin: 0 0 6px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.m-founder--mirror .m-founder__name { justify-content: flex-end; }
.m-founder__name { white-space: nowrap; font-size: clamp(21px, 1.8vw, 25px); }
.m-founder--mirror .m-founder__name,
.m-founder--mirror .m-founder__role { padding-right: 0; }
.m-founder__role {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.m-founder__role-line { display: block; }
.m-founder__linkedin {
  display: inline-flex;
  align-items: center;
  color: var(--gold-deep);
  text-decoration: none;
  transition: color 0.18s ease;
  transform: translateY(1px);
}
.m-founder__linkedin svg { display: block; }
.m-founder__linkedin:hover { color: var(--burgundy); }

/* Founders closing plate */
.m-founders__plate { margin: 72px auto 0; max-width: 760px; }
.m-founder__bio {
  font-family: var(--sans);
  font-weight: 300;
  margin-top: -0.35em;
  max-width: none;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  max-width: 60ch;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}
.m-founder__bio p { margin: 0 0 1.3em; }
.m-founder__bio p:last-child { margin-bottom: 0; }

/* Testimonials */
.m-testimonials { padding: 72px 64px 48px; }
.m-testimonials__note {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 44px;
}
.m-testi__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 64px;
  margin-top: 8px;
}
.m-testi {
  margin: 0;
  border-top: 1px solid var(--gold);
  padding-top: 28px;
}
.m-testi__photo {
  width: 88px;
  aspect-ratio: 1 / 1;
  box-shadow: 0 12px 24px -12px rgba(60, 18, 14, 0.45);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #e4d6b6 0%, #ded0b0 100%);
  border: 1px solid var(--burgundy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  filter: grayscale(1);
}
.m-testi__photo::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid var(--burgundy);
  pointer-events: none;
  z-index: 2;
}
.m-testi__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.m-testi__photo-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.m-testi__quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5;
  color: var(--burgundy);
  margin: 0;
  position: relative;
}
.m-testi__mark {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.1em;
}
.m-testi__more {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding: 0;
  margin-top: 16px;
  border-bottom: 1px solid var(--gold);
  line-height: 1.8;
  transition: color 120ms ease;
}
.m-testi__more:hover { color: var(--burgundy); }
.m-testi__attr {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.m-testi__name {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
}
.m-testi__role {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

/* Closing / Apply */
.m-about-close {
  background: var(--burgundy-ink);
  color: var(--pulp);
  text-align: center;
  padding: 96px 64px;
}
.m-about-close__inner { max-width: 60ch; margin: 0 auto; }
.m-about-close__lede {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.45;
  color: var(--pulp);
  margin: 0 0 20px;
}
.m-about-close__q {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--gold);
  margin: 0 0 24px;
}
.m-about-close__body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(237,229,211,0.85);
  margin: 0 0 40px;
}
.m-about-close .m-findout--center .m-findout__lead {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
}
.m-about-close__plate { margin: 48px auto 0; max-width: 720px; }
.m-about-close__whole {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.2;
  color: var(--gold);
  margin: 0 0 40px;
}

@media (max-width: 860px) {
  .m-founders { padding: 48px 28px 24px; }
  .m-founder, .m-founder--mirror { grid-template-columns: 1fr; gap: 24px; }
  .m-founder--mirror .m-founder__aside { order: 0; }
  .m-founder--mirror .m-founder__bio { order: 0; }
  .m-founder__aside { position: static; max-width: 260px; }
  .m-about-close { padding: 64px 28px; }
  .m-testimonials { padding: 48px 28px 24px; }
  .m-testi__grid { grid-template-columns: 1fr; gap: 40px; }
}
