/* About page */

.about-page {
  --about-ink: #1d1d1f;
  --about-muted: #6e6e73;
  --about-accent: #922c43;
  --about-accent-dark: #741f34;
  --about-soft: #f5f5f7;
  --about-line: #e4e4e7;
  --about-black: #0f0f10;
  --about-shell: 1140px;
  overflow: hidden;
  background: #fff;
  color: var(--about-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-shell {
  width: min(var(--about-shell), calc(100% - 48px));
  margin: 0 auto;
}

.about-page p,
.about-page li,
.about-page a,
.about-page span,
.about-page figcaption {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.about-page h1,
.about-page h2 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.about-page h3 {
  margin: 0;
  color: var(--about-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.about-kicker {
  margin: 0 0 16px;
  color: var(--about-accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-kicker-light {
  color: #f0d6dc;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.about-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.about-button:hover,
.about-button:focus-visible {
  transform: translateY(-1px);
}

.about-button-primary {
  background: var(--about-accent);
  color: #fff !important;
}

.about-button-primary:hover,
.about-button-primary:focus-visible {
  background: var(--about-accent-dark);
  color: #fff !important;
}

.about-button-light {
  background: #fff;
  color: var(--about-ink) !important;
}

.about-button-light:hover,
.about-button-light:focus-visible {
  background: #f4f4f5;
  color: var(--about-ink) !important;
}

.about-link,
.about-final-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--about-accent) !important;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
}

.about-link span,
.about-final-link span {
  font-size: 22px;
  line-height: 1;
  transition: transform .18s ease;
}

.about-link:hover span,
.about-link:focus-visible span,
.about-final-link:hover span,
.about-final-link:focus-visible span {
  transform: translateX(3px);
}

/* Hero */
.about-hero {
  padding: 112px 0 104px;
  background: #fff;
  text-align: center;
}

.about-hero-inner {
  max-width: 1060px;
}

.about-hero h1 {
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: .98;
}

.about-hero-lead {
  max-width: 800px;
  margin: 28px auto 0;
  color: var(--about-muted);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
  letter-spacing: -.018em;
  text-wrap: pretty;
}

.about-hero .about-actions {
  justify-content: center;
}

.about-hero-note {
  margin: 24px 0 0;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.5;
}

/* Intro */
.about-intro {
  padding: 96px 0;
  background: var(--about-soft);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 72px;
  align-items: start;
}

.about-intro h2 {
  max-width: 680px;
  font-size: clamp(40px, 4.45vw, 58px);
  line-height: 1.10;
}

.about-intro-copy {
  max-width: 610px;
  padding-top: 4px;
}

.about-intro-copy p {
  margin: 0 0 20px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: -.01em;
  text-wrap: pretty;
}

.about-intro-copy .about-intro-lead {
  color: var(--about-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -.028em;
}

/* Two pillars */
.about-pillars {
  padding: 96px 0 0;
  background: var(--about-black);
  color: #fff;
}

.about-dark-head {
  max-width: 900px;
  padding-bottom: 52px;
}

.about-dark-head h2 {
  color: #fff;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.10;
}

.about-dark-head > p:last-child {
  max-width: 760px;
  margin: 20px 0 0;
  color: #9f9fa5;
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}

.about-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.14);
}

.about-pillar {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  padding: 42px 54px 54px 0;
}

.about-pillar + .about-pillar {
  padding-left: 54px;
  border-left: 1px solid rgba(255,255,255,.14);
}

.about-pillar-index {
  color: #86868c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
}

.about-pillar-label {
  margin: 62px 0 12px;
  color: #d8a7b3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
}

.about-pillar h3 {
  max-width: 500px;
  color: #fff;
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.about-pillar > p:last-of-type {
  max-width: 510px;
  margin: 18px 0 0;
  color: #a8a8ae;
  font-size: 16px;
  line-height: 1.65;
  text-wrap: pretty;
}

.about-pillar a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 30px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
}

.about-pillar a span {
  font-size: 22px;
  transition: transform .18s ease;
}

.about-pillar a:hover span,
.about-pillar a:focus-visible span {
  transform: translateX(3px);
}

/* Founder */
.about-founder {
  padding: 112px 0;
  background: #fff;
}

.about-founder-grid {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 86px;
  align-items: center;
}

.about-portrait-wrap {
  margin: 0;
  width: 100%;
  max-width: 470px;
}

.about-portrait {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
  aspect-ratio: auto !important;
  object-fit: contain;
  border-radius: 4px;
  background: var(--about-soft);
}

.about-portrait-wrap figcaption {
  margin-top: 14px;
  color: var(--about-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.about-portrait-wrap figcaption span {
  color: var(--about-muted);
  font-size: 12px;
  font-weight: 500;
}

.about-founder-copy h2 {
  max-width: 650px;
  font-size: clamp(42px, 4.8vw, 62px);
  line-height: 1.10;
}

.about-founder-copy > p {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: 16.5px;
  line-height: 1.72;
  text-wrap: pretty;
}

.about-founder-copy .about-founder-lead {
  color: var(--about-ink);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.02em;
}

.about-founder-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  padding: 24px 0;
  border-top: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
}

.about-founder-facts > div {
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid var(--about-line);
}

.about-founder-facts > div:first-child {
  padding-left: 0;
}

.about-founder-facts > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.about-founder-facts strong,
.about-founder-facts span {
  display: block;
}

.about-founder-facts strong {
  color: var(--about-ink);
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.about-founder-facts span {
  margin-top: 7px;
  color: var(--about-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.about-founder-actions {
  margin-top: 28px;
}

/* Standard */
.about-standard {
  padding: 102px 0 92px;
  background: var(--about-soft);
}

.about-standard-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.about-standard-head h2 {
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.10;
}

.about-standard-list {
  border-top: 1px solid #d8d8dc;
}

.about-standard-row {
  display: grid;
  grid-template-columns: 64px minmax(260px, .72fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid #d8d8dc;
}

.about-standard-row > span {
  padding-top: 4px;
  color: var(--about-accent);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .06em;
}

.about-standard-row h3 {
  font-size: 23px;
  line-height: 1.18;
}

.about-standard-row p {
  max-width: 610px;
  margin: 0;
  color: var(--about-muted);
  font-size: 15.5px;
  line-height: 1.65;
  text-wrap: pretty;
}

/* Community */
.about-community {
  padding: 96px 0;
  background: #fff;
}

.about-community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 96px;
  align-items: start;
}

.about-community h2 {
  max-width: 650px;
  font-size: clamp(40px, 4.8vw, 60px);
  line-height: 1.10;
}

.about-community-grid > div:last-child p {
  max-width: 600px;
  margin: 3px 0 24px;
  color: var(--about-muted);
  font-size: 17px;
  line-height: 1.7;
  text-wrap: pretty;
}

/* Final CTA */
.about-final {
  padding: 104px 0;
  background: var(--about-accent);
  color: #fff;
  text-align: center;
}

.about-final-inner {
  max-width: 920px;
}

.about-final h2 {
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(44px, 5.8vw, 68px);
  line-height: 1.10;
}

.about-final-inner > p:not(.about-kicker) {
  margin: 20px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.5;
}

.about-final-actions {
  justify-content: center;
}

.about-final-link {
  color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero {
    padding: 88px 0 82px;
  }

  .about-intro-grid,
  .about-founder-grid,
  .about-community-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-founder-grid {
    gap: 54px;
  }

  .about-portrait-wrap {
    width: min(620px, 100%);
  }

  .about-standard-row {
    grid-template-columns: 54px minmax(220px, .8fr) minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 767px) {
  .about-shell {
    width: min(var(--about-shell), calc(100% - 36px));
  }

  .about-hero {
    padding: 72px 0 68px;
  }

  .about-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: .99;
  }

  .about-hero-lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .about-hero-note {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-intro,
  .about-founder,
  .about-standard,
  .about-community,
  .about-final {
    padding: 74px 0;
  }

  .about-intro-grid,
  .about-community-grid {
    gap: 34px;
  }

  .about-intro h2,
  .about-founder-copy h2,
  .about-standard-head h2,
  .about-community h2 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .about-intro-copy .about-intro-lead,
  .about-founder-copy .about-founder-lead {
    font-size: 19px;
  }

  .about-pillars {
    padding-top: 74px;
  }

  .about-dark-head {
    padding-bottom: 34px;
  }

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

  .about-pillar,
  .about-pillar + .about-pillar {
    min-height: 0;
    padding: 34px 0 42px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .about-pillar-grid .about-pillar:first-child {
    border-top: 0;
  }

  .about-pillar-label {
    margin-top: 38px;
  }

  .about-pillar a {
    margin-top: 22px;
    padding-top: 0;
  }

  .about-founder-grid {
    gap: 42px;
  }

  .about-founder-facts {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .about-founder-facts > div,
  .about-founder-facts > div:first-child,
  .about-founder-facts > div:last-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .about-founder-facts > div:last-child {
    border-bottom: 0;
  }

  .about-standard-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px 18px;
    padding: 28px 0;
  }

  .about-standard-row h3 {
    font-size: 21px;
  }

  .about-standard-row p {
    grid-column: 2;
  }

  .about-final h2 {
    font-size: clamp(39px, 11vw, 52px);
  }
}

@media (max-width: 480px) {
  .about-shell {
    width: min(var(--about-shell), calc(100% - 30px));
  }

  .about-actions {
    gap: 12px 18px;
  }

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

  .about-hero .about-button,
  .about-final .about-button {
    width: 100%;
  }
}


/* Page-specific typography and alignment */
body.rouge-unified-page .about-page .about-pillars h2,
body.rouge-unified-page .about-page .about-pillars h3 {
  color: #fff !important;
}

body.rouge-unified-page .about-page .about-final h2 {
  color: #fff !important;
}

body.rouge-unified-page .about-page .about-pillars p:not(.about-kicker):not(.about-pillar-label),
body.rouge-unified-page .about-page .about-pillars span:not([aria-hidden="true"]) {
  color: #b4b4ba;
}

body.rouge-unified-page .about-page .about-pillars .about-pillar-index {
  color: #8e8e94;
}

body.rouge-unified-page .about-page .about-pillars .about-pillar-label,
body.rouge-unified-page .about-page .about-pillars .about-kicker-light {
  color: #f0d6dc;
}

.about-page .about-intro-grid > div,
.about-page .about-community-grid > div,
.about-page .about-founder-grid > * {
  min-width: 0;
}

.about-page .about-intro-copy,
.about-page .about-founder-copy,
.about-page .about-community-grid > div:last-child {
  justify-self: stretch;
}

.about-page .about-dark-head,
.about-page .about-pillar,
.about-page .about-founder-copy,
.about-page .about-standard-row,
.about-page .about-community-grid > div {
  text-align: left;
}

.about-page .about-founder-facts strong {
  font-size: clamp(19px, 1.8vw, 24px);
  text-wrap: balance;
}

@media (min-width: 992px) {
  .about-page .about-intro-copy {
    padding-top: 32px;
  }

  .about-page .about-founder-grid {
    align-items: start;
  }

  .about-page .about-founder-copy {
    padding-top: 10px;
  }
}
