/* About Rasa: original company story in the approved desktop design system. */
.rasa-about-desktop { display: none; }

@media (min-width: 901px) {
  main > #about {
    --ra-forest: #104534;
    --ra-yellow: #f9cf16;
    --ra-rule: #d2e1d8;
    padding: var(--rasa-section-space) 0;
    background: #fff;
    color: var(--ra-forest);
    scroll-margin-top: 100px;
  }
  #about > .about-legacy { display: none; }
  .rasa-about-desktop {
    display: block;
    width: 88.8%;
    max-width: 1680px;
    margin-inline: auto;
    font-family: "Poppins", "Segoe UI", sans-serif;
  }
  .ra-main { display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: clamp(32px, 3.4vw, 64px); }
  .ra-visual { min-width: 0; overflow: hidden; border-radius: clamp(40px, 4.4vw, 76px) 0 0 0; }
  .ra-photo { display: block; width: 100%; height: auto; max-height: 430px; aspect-ratio: 1.52; object-fit: cover; object-position: 55% 45%; }
  .ra-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 17px 22px; color: #fff; background: var(--ra-forest); }
  .ra-stats > div { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; min-width: 0; }
  .ra-stats > div + div { border-left: 1px solid #7fa894; }
  .ra-stats dt { font-size: clamp(11px, .94vw, 15px); line-height: 1.5; }
  .ra-stats dd { order: -1; margin: 0; color: var(--ra-yellow); font-size: clamp(28px, 2.5vw, 40px); font-weight: 600; line-height: 1; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
  .ra-copy { min-width: 0; }
  .ra-eyebrow { margin: 0 0 13px; font-size: clamp(11px, .83vw, 14px); font-weight: 600; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
  .ra-heading { margin: 0 0 22px; color: var(--ra-forest); font: 700 clamp(40px, 3.85vw, 66px)/1.1 "Poppins", "Segoe UI", sans-serif; letter-spacing: -.05em; }
  .ra-heading span { display: block; }
  .ra-description { margin: 0; color: #315648; font-size: clamp(14px, 1.075vw, 18px); line-height: 1.75; }
  .ra-description strong { color: var(--ra-forest); font-weight: 600; }
  .ra-more { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 48px; margin-top: 24px; padding: 13px 26px; border-radius: 50px; color: var(--ra-forest); background: var(--ra-yellow); font-size: clamp(13px, 1vw, 16px); font-weight: 600; line-height: 1.4; transition: background 180ms ease, transform 180ms ease; }
  .ra-more svg { width: 23px; height: 23px; transition: transform 180ms ease; }
  .ra-more:hover { background: #f4bf0f; transform: translateY(-2px); }
  .ra-more:hover svg { transform: translateX(3px); }
  .ra-more:active { transform: translateY(1px); }
  .ra-more:focus-visible { outline: 2px solid var(--ra-forest); outline-offset: 5px; }
  .ra-strengths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: clamp(28px, 2.5vw, 40px) 0 0; padding: clamp(24px, 2.2vw, 36px); border: 1px solid #e2e9db; border-radius: 26px 8px 26px 8px; background: #f3f6ee; list-style: none; }
  .ra-strength { display: grid; grid-template-columns: clamp(58px, 4.7vw, 76px) minmax(0, 1fr); align-items: start; gap: clamp(14px, 1.2vw, 22px); min-width: 0; padding-inline: clamp(20px, 2vw, 34px); }
  .ra-strength:first-child { padding-left: 0; }
  .ra-strength:last-child { padding-right: 0; }
  .ra-strength + .ra-strength { border-left: 1px solid #cfdbc9; }
  .ra-strength-art { width: 100%; height: auto; margin-top: 2px; color: var(--ra-forest); }
  .ra-strength-copy { min-width: 0; }
  .ra-strength h3 { margin: 0 0 10px; color: var(--ra-forest); font: 600 clamp(18px, 1.4vw, 23px)/1.35 "Poppins", "Segoe UI", sans-serif; letter-spacing: -.035em; text-wrap: balance; }
  .ra-strength p { max-width: 35ch; margin: 0; color: #365644; font-size: clamp(14px, 1.02vw, 16px); line-height: 1.65; }
}

@media (min-width: 901px) and (max-width: 1150px) {
  .ra-main { grid-template-columns: .93fr 1.07fr; gap: 30px; }
  .ra-photo { aspect-ratio: .98; object-position: 62% 50%; }
  .ra-heading { font-size: 40px; margin-bottom: 18px; }
  .ra-eyebrow { margin-bottom: 10px; }
  .ra-description { font-size: 14px; line-height: 1.7; }
  .ra-stats { padding: 17px 12px; }
  .ra-more { margin-top: 20px; }
  .ra-strengths { padding: 24px; }
  .ra-strength { grid-template-columns: 48px minmax(0, 1fr); gap: 12px; padding-inline: 20px; align-content: start; align-items: center; }
  .ra-strength-art { grid-row: 1; margin: 0; }
  .ra-strength-copy { display: contents; }
  .ra-strength h3 { grid-column: 2; margin: 0; font-size: 17px; line-height: 1.4; }
  .ra-strength p { grid-column: 1 / -1; font-size: 14px; }
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
  .ra-more, .ra-more svg { transition: none; }
  .ra-more:hover, .ra-more:active, .ra-more:hover svg { transform: none; }
}
