body.legal-about-page {
  background: var(--cream);
}

body.legal-about-page::before {
  content: none;
}

.about-v2 {
  --about-dark: #0d472d;
  --about-darkest: #092f1e;
  --about-coral: #e65377;
  --about-yellow: #ffd84d;
  overflow: hidden;
  color: var(--ink);
  font-family: "Nunito Sans", system-ui, sans-serif;
}

.about-shell {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.about-hero {
  padding: clamp(60px, 8vw, 104px) 0;
  background: var(--about-darkest);
  color: #fffdf2;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(44px, 8vw, 104px);
  align-items: center;
}

.about-eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-hero .about-eyebrow,
.about-trust .about-eyebrow {
  color: #a4e8bb;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fffdf2;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .92;
}

.about-hero h1 span {
  color: #ff8ca8;
}

.about-lead {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 253, 242, .82);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  font-weight: 700;
  line-height: 1.55;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 140ms ease-out, background-color 140ms ease, border-color 140ms ease;
}

.about-button:active {
  transform: scale(.98);
}

.about-button-primary {
  background: #ff8ca8;
  color: #081f14;
}

.about-button-store {
  background: var(--about-yellow);
  color: #102a1d;
}

.about-button-outline {
  border-color: rgba(255, 253, 242, .4);
  color: #fffdf2;
}

.about-button:hover {
  filter: brightness(1.04);
}

.about-button-primary:hover,
.about-button-store:hover {
  color: #081f14;
}

.about-button-outline:hover {
  color: #fffdf2;
}

.about-store-note {
  max-width: 660px;
  margin: 15px 0 0;
  color: rgba(255, 253, 242, .66);
  font-size: .84rem;
  line-height: 1.55;
}

.about-store-note a {
  color: #fffdf2;
  text-decoration: underline;
}

.about-store-note code {
  font-size: .82em;
}

.about-promise {
  margin: 0;
  padding: 8px 0 8px clamp(24px, 4vw, 42px);
  border-left: 5px solid #ff8ca8;
}

.about-promise p {
  margin: 0 0 18px;
  color: #fffdf2;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.about-promise span {
  color: rgba(255, 253, 242, .7);
  font-weight: 700;
  line-height: 1.55;
}

.about-outcomes {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

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

.about-outcome-grid article {
  min-width: 0;
  padding: 26px clamp(18px, 3vw, 34px);
}

.about-outcome-grid article + article {
  border-left: 1px solid var(--line);
}

.about-outcome-grid b,
.about-outcome-grid span {
  display: block;
}

.about-outcome-grid b {
  margin-bottom: 5px;
  color: var(--green-deep);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
}

.about-outcome-grid span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.about-section,
.about-final {
  padding: clamp(56px, 7vw, 88px) 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.about-section-tint {
  background: var(--soft);
}

.about-heading {
  max-width: 700px;
}

.about-heading h2,
.about-final h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
}

.about-heading > p:last-child,
.about-final-action > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.65;
}

.about-feature-groups {
  margin-top: clamp(32px, 5vw, 54px);
  border-top: 1px solid var(--line);
}

.about-feature-group {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: clamp(16px, 3vw, 30px);
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.about-group-number {
  margin: 3px 0 0;
  color: var(--about-coral);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.about-feature-group h3,
.about-simple-list h3 {
  margin: 0 0 8px;
  color: var(--green-deep);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -.025em;
}

.about-feature-group p:last-child,
.about-simple-list p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.about-feature-group b {
  color: var(--ink);
}

.about-text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--green-deep);
  font-weight: 900;
  text-decoration: underline;
}

.about-split,
.about-family-section,
.about-final-grid {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: start;
}

.about-simple-list {
  border-top: 1px solid var(--line);
}

.about-simple-list article {
  display: grid;
  grid-template-columns: minmax(110px, .32fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.about-simple-list h3,
.about-simple-list p {
  margin: 0;
}

.about-roles {
  margin: 0;
  border-top: 1px solid var(--line);
}

.about-roles > div {
  display: grid;
  grid-template-columns: minmax(130px, .38fr) minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.about-roles dt {
  color: var(--green-deep);
  font-weight: 900;
}

.about-roles dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.about-trust {
  background: var(--about-darkest);
  color: #fffdf2;
}

.about-heading-light h2 {
  color: #fffdf2;
}

.about-heading-light > p:last-child {
  color: rgba(255, 253, 242, .74);
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid rgba(255, 253, 242, .18);
}

.about-trust-grid article {
  padding: 22px 26px 22px 0;
  border-bottom: 1px solid rgba(255, 253, 242, .18);
}

.about-trust-grid article:nth-child(even) {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 253, 242, .18);
}

.about-trust-grid b,
.about-trust-grid span {
  display: block;
}

.about-trust-grid b {
  margin-bottom: 6px;
  color: #fffdf2;
  font-family: "Manrope", system-ui, sans-serif;
}

.about-trust-grid span {
  color: rgba(255, 253, 242, .68);
  line-height: 1.55;
}

.about-text-link-light {
  color: #a4e8bb;
}

.about-final-grid {
  align-items: end;
}

.about-final-action .about-actions {
  margin-top: 22px;
}

.about-final .about-button-primary {
  background: var(--green);
  color: var(--cream);
}

.about-final .about-button-primary:hover {
  color: var(--cream);
}

@media (hover: hover) and (pointer: fine) {
  .about-button:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 820px) {
  .about-hero-grid,
  .about-split,
  .about-family-section,
  .about-final-grid {
    grid-template-columns: 1fr;
  }

  .about-promise {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .about-shell {
    width: min(100% - 24px, 1120px);
  }

  .about-hero {
    padding: 46px 0 50px;
  }

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

  .about-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

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

  .about-button {
    width: 100%;
  }

  .about-promise {
    padding-left: 20px;
  }

  .about-outcome-grid,
  .about-trust-grid {
    grid-template-columns: 1fr;
  }

  .about-outcome-grid article {
    padding: 20px 4px;
  }

  .about-outcome-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-section,
  .about-final {
    padding: 48px 0;
  }

  .about-feature-group {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .about-simple-list article,
  .about-roles > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-trust-grid article,
  .about-trust-grid article:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }
}

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