body.about-page {
  overflow-x: hidden;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  background:
    radial-gradient(circle at 88% 16%, rgba(199, 154, 72, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.about-hero::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(199, 154, 72, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 72px;
  align-items: center;
}

.about-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.about-hero-subtitle {
  max-width: 720px;
  margin-bottom: 30px;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.about-hero-actions,
.about-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.about-archive {
  min-width: 0;
}

.about-archive-frame {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(25, 33, 50, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(rgba(25, 33, 50, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 33, 50, 0.035) 1px, transparent 1px),
    #f7f3ea;
  background-size: 38px 38px;
  box-shadow: 0 28px 70px rgba(25, 33, 50, 0.12);
}

.about-archive-label {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 5;
  display: grid;
  gap: 2px;
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-archive-label strong {
  color: var(--gold);
}

.about-archive-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(25, 33, 50, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-archive-card:hover {
  transform: translateY(-4px) rotate(0deg);
  box-shadow: 0 25px 58px rgba(25, 33, 50, 0.22);
}

.about-archive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about-archive-card span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #ffffff;
  background: rgba(25, 33, 50, 0.9);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.about-archive-card-main {
  top: 96px;
  left: 34px;
  width: 47%;
  height: 500px;
  transform: rotate(-2.2deg);
}

.about-archive-card-top {
  top: 74px;
  right: 34px;
  width: 39%;
  height: 286px;
  transform: rotate(2.6deg);
}

.about-archive-card-bottom {
  right: 42px;
  bottom: 44px;
  width: 45%;
  height: 240px;
  transform: rotate(-1.4deg);
}

.about-archive-card-bottom img {
  object-position: center;
}

.about-archive-mark {
  position: absolute;
  right: 46%;
  bottom: 38px;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(199, 154, 72, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(25, 33, 50, 0.12);
}

.about-archive-mark img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 84px;
  align-items: start;
}

.about-story-heading {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.about-story-heading h2 {
  max-width: 520px;
  font-size: clamp(2.25rem, 4.8vw, 4rem);
}

.about-story-copy {
  display: grid;
  gap: 24px;
}

.about-story-copy p {
  margin: 0;
  color: var(--graphite);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.75;
}

.about-story-copy p + p {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.about-section-heading {
  max-width: 840px;
  margin-bottom: 42px;
}

.about-section-heading.wide {
  max-width: 940px;
}

.about-section-heading h2 {
  font-size: clamp(2.15rem, 5vw, 4rem);
}

.about-section-heading > p:last-child {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.about-metric-card {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-metric-card strong {
  display: block;
  margin-bottom: 38px;
  color: var(--navy);
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

.about-metric-card span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.5;
}

.about-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-model-card {
  min-height: 320px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 154, 72, 0.11), transparent 30%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-model-card > span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 54px;
  border: 1px solid rgba(199, 154, 72, 0.28);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.about-model-card h3 {
  color: var(--navy);
  font-size: 1.45rem;
}

.about-model-card p {
  margin-bottom: 0;
  line-height: 1.65;
}

.about-history-list {
  position: relative;
  display: grid;
  gap: 20px;
}

.about-history-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 145px;
  width: 1px;
  background: linear-gradient(var(--gold), var(--line));
}

.about-history-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.about-history-year {
  position: relative;
  padding-top: 26px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: right;
}

.about-history-year::after {
  content: "";
  position: absolute;
  top: 31px;
  right: -34px;
  width: 11px;
  height: 11px;
  border: 3px solid var(--bg-warm);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(199, 154, 72, 0.34);
}

.about-history-card {
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-history-kicker {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-history-card h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.about-history-card > p:last-child {
  margin-bottom: 0;
  line-height: 1.68;
}

.about-questions-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  padding: 58px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 10%, rgba(199, 154, 72, 0.25), transparent 28%),
    var(--navy);
  box-shadow: 0 26px 70px rgba(25, 33, 50, 0.2);
}

.about-questions-panel .eyebrow,
.about-questions-panel h2,
.about-questions-panel h3 {
  color: #ffffff;
}

.about-questions-heading h2 {
  font-size: clamp(2.15rem, 4.6vw, 3.75rem);
}

.about-questions-heading > p:last-child {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.7;
}

.about-question-list {
  display: grid;
}

.about-question-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 27px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-question-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.about-question-list span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
}

.about-question-list h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  line-height: 1.16;
}

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

.about-principle-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
}

.about-principle-card h3 {
  color: var(--navy);
  font-size: 1.35rem;
}

.about-principle-card p {
  margin-bottom: 0;
  line-height: 1.68;
}

.about-notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: center;
}

.about-notes-copy h2 {
  max-width: 620px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.about-notes-copy > p {
  max-width: 650px;
  font-size: 1.08rem;
  line-height: 1.7;
}

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

.about-topic-grid span {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--navy);
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.about-topic-grid span::before {
  content: "—";
  margin-right: 10px;
  color: var(--gold);
}

.about-final {
  padding-top: 36px;
}

.about-final-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 52px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 12%, rgba(199, 154, 72, 0.25), transparent 30%),
    var(--navy);
  box-shadow: 0 25px 64px rgba(25, 33, 50, 0.19);
}

.about-final-card .eyebrow,
.about-final-card h2 {
  color: #ffffff;
}

.about-final-card h2 {
  max-width: 740px;
  font-size: clamp(2.1rem, 4.4vw, 3.7rem);
}

.about-final-card p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.about-final-actions {
  max-width: 250px;
  justify-content: flex-end;
}

.about-final-actions .button {
  width: 100%;
  text-align: center;
}

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

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

  .about-archive-frame {
    max-width: 760px;
    margin-inline: auto;
  }

  .about-model-grid,
  .about-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-model-card {
    min-height: 280px;
  }

  .about-final-card {
    grid-template-columns: 1fr;
  }

  .about-final-actions {
    max-width: none;
    justify-content: flex-start;
  }

  .about-final-actions .button {
    width: auto;
  }
}

@media (max-width: 860px) {
  .about-hero {
    padding-top: 88px;
  }

  .about-story-grid,
  .about-questions-panel,
  .about-notes-grid {
    grid-template-columns: 1fr;
  }

  .about-story-heading {
    position: static;
  }

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

  .about-questions-panel {
    gap: 34px;
    padding: 42px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    padding-top: 72px;
  }

  .about-hero-grid {
    gap: 44px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4.4rem);
  }

  .about-hero-actions,
  .about-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-actions .button,
  .about-final-actions .button {
    width: 100%;
    text-align: center;
  }

  .about-archive-frame {
    min-height: 590px;
    border-radius: 24px;
  }

  .about-archive-label {
    top: 20px;
    left: 20px;
  }

  .about-archive-card {
    border-width: 6px;
    border-radius: 18px;
  }

  .about-archive-card-main {
    top: 86px;
    left: 18px;
    width: 54%;
    height: 430px;
  }

  .about-archive-card-top {
    top: 76px;
    right: 18px;
    width: 39%;
    height: 235px;
  }

  .about-archive-card-bottom {
    right: 20px;
    bottom: 36px;
    width: 46%;
    height: 205px;
  }

  .about-archive-card span {
    right: 10px;
    bottom: 9px;
    left: 10px;
    padding: 8px;
    font-size: 0.56rem;
  }

  .about-archive-mark {
    right: 43%;
    bottom: 28px;
    width: 70px;
    height: 70px;
  }

  .about-archive-mark img {
    width: 48px;
    height: 48px;
  }

  .about-metrics-grid,
  .about-model-grid,
  .about-principles-grid,
  .about-topic-grid {
    grid-template-columns: 1fr;
  }

  .about-metric-card,
  .about-model-card,
  .about-principle-card {
    min-height: 0;
  }

  .about-model-card > span {
    margin-bottom: 36px;
  }

  .about-history-list::before {
    left: 11px;
  }

  .about-history-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 34px;
  }

  .about-history-year {
    padding-top: 0;
    text-align: left;
  }

  .about-history-year::after {
    top: 5px;
    right: auto;
    left: -28px;
  }

  .about-history-card {
    padding: 24px;
  }

  .about-questions-panel,
  .about-final-card {
    padding: 32px 26px;
    border-radius: 24px;
  }

  .about-question-list article {
    grid-template-columns: 36px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-archive-card {
    transition: none;
  }
}

/* =========================================================
   About page — typography alignment
   ========================================================= */

/* Main About page title */

.about-hero-copy h1 {
  max-width: 840px;
  font-size: clamp(2.85rem, 4.8vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

/* Introductory paragraph beneath the main title */

.about-hero-subtitle {
  max-width: 690px;
  font-size: 1rem;
  line-height: 1.65;
}

/* Main section titles */

.about-story-heading h2,
.about-section-heading h2,
.about-questions-heading h2,
.about-notes-copy h2,
.about-final-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

/* Mobile typography */

@media (max-width: 640px) {
  .about-hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.06;
  }

  .about-hero-subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }

  .about-story-heading h2,
  .about-section-heading h2,
  .about-questions-heading h2,
  .about-notes-copy h2,
  .about-final-card h2 {
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.08;
  }
}

.about-story-copy {
  display: grid;
  gap: 24px;
}

.about-story-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.about-story-copy p + p {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
/* =========================================================
   About page — founders illustration
   ========================================================= */

.about-founders-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, 0.62fr);
  gap: 24px;
  align-items: stretch;
}

.about-founders-visual {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(25, 33, 50, 0.13);
  border-radius: 28px;
  background: #192132;
  box-shadow: 0 28px 70px rgba(25, 33, 50, 0.16);
}

.about-founders-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
  background: #192132;
}

.about-founders-visual figcaption {
  padding: 14px 20px 16px;
  color: rgba(255, 255, 255, 0.7);
  background: #192132;
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

.about-founders-bios {
  display: grid;
  gap: 16px;
}

.about-founder-bio-card {
  display: flex;
  min-height: 0;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 154, 72, 0.11), transparent 30%),
    #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-founder-bio-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.about-founder-role {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-founder-bio-card h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.about-founder-bio-card h3 a {
  color: inherit;
}

.about-founder-bio-card > p:not(.about-founder-role) {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.68;
}

.about-founder-bio-card > p:last-child {
  margin-bottom: 0;
}

.about-founder-bio-card .text-link {
  margin-top: 0;
}

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

  .about-founders-bios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-founders-stage {
    gap: 18px;
  }

  .about-founders-visual {
    border-radius: 22px;
  }

  .about-founders-bios {
    grid-template-columns: 1fr;
  }

  .about-founder-bio-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-founder-bio-card {
    transition: none;
  }
}
/* =========================================================
   About page — homepage typography parity
   ========================================================= */

.about-metric-card strong {
  font-size: clamp(2rem, 8vw, 3.35rem);
}

.about-metric-card span {
  font-size: 0.92rem;
}

.about-history-year {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-history-card h3 {
  font-size: clamp(1.18rem, 3vw, 1.55rem);
}

@media (min-width: 900px) {
  .about-metric-card strong {
    font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  }

  .about-history-card h3 {
    font-size: clamp(1rem, 1.2vw, 1.18rem);
  }
}
