
    .ls-about {
      font-family: Arial, Helvetica, sans-serif;
      color: #222;
      padding: 64px 20px;
    }

    .ls-about * {
      box-sizing: border-box;
    }

    .ls-about__inner {
      max-width: 1180px;
      margin: 0 auto;
    }

    .ls-about__hero {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 42px;
      align-items: center;
      margin-bottom: 56px;
    }

    .ls-about__eyebrow {
      margin: 0 0 12px;
      color: #8b5a2b;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .ls-about h1,
    .ls-about h2,
    .ls-about h3 {
      margin: 0;
      color: #202020;
    }

    .ls-about h1 {
      max-width: 720px;
      font-size: 42px;
      line-height: 1.15;
      font-weight: 700;
    }

    .ls-about__lead {
      margin-top: 18px;
      max-width: 760px;
      color: #555;
      font-size: 16px;
      line-height: 1.78;
    }

    .ls-about__image {
      margin: 0;
    }

    .ls-about__image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 8px;
      aspect-ratio: 590 / 650;
      object-fit: cover;
    }

    .ls-about__image figcaption {
      margin-top: 10px;
      color: #666;
      font-size: 14px;
      line-height: 1.5;
    }

    .ls-about__stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 28px;
      padding: 30px 0;
      margin-bottom: 56px;
      border-top: 1px solid #e5e0d8;
      border-bottom: 1px solid #e5e0d8;
    }

    .ls-about__stat strong {
      display: block;
      margin-bottom: 8px;
      color: #8b5a2b;
      font-size: 28px;
      line-height: 1.1;
    }

    .ls-about__stat span {
      display: block;
      color: #555;
      font-size: 14px;
      line-height: 1.58;
    }

    .ls-about__section-head {
      max-width: 780px;
      margin-bottom: 28px;
    }

    .ls-about h2 {
      font-size: 30px;
      line-height: 1.25;
    }

    .ls-about__section-head p,
    .ls-about__vision p {
      margin: 14px 0 0;
      color: #555;
      font-size: 16px;
      line-height: 1.75;
    }

    .ls-about__timeline {
      display: grid;
      gap: 0;
      margin-bottom: 56px;
      border-top: 1px solid #e5e0d8;
    }

    .ls-about__milestone {
      display: grid;
      grid-template-columns: 140px 1fr;
      gap: 24px;
      padding: 22px 0;
      border-bottom: 1px solid #e5e0d8;
    }

    .ls-about__year {
      color: #8b5a2b;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.35;
    }

    .ls-about__milestone p {
      margin: 0;
      color: #555;
      font-size: 15.5px;
      line-height: 1.75;
    }

    .ls-about__vision {
      padding-top: 8px;
    }

    .ls-about__cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      margin-top: 28px;
      padding-top: 28px;
      border-top: 1px solid #e5e0d8;
    }

    .ls-about__card h3 {
      margin-bottom: 10px;
      font-size: 18px;
      line-height: 1.35;
    }

    .ls-about__card p {
      margin: 0;
      color: #555;
      font-size: 15px;
      line-height: 1.68;
    }

    @media (max-width: 900px) {
      .ls-about__hero,
      .ls-about__stats,
      .ls-about__cards {
        grid-template-columns: 1fr 1fr;
      }

      .ls-about h1 {
        font-size: 34px;
      }

      .ls-about__hero {
        align-items: start;
      }
    }

    @media (max-width: 640px) {
      .ls-about {
        padding: 42px 16px;
      }

      .ls-about__hero,
      .ls-about__stats,
      .ls-about__cards,
      .ls-about__milestone {
        grid-template-columns: 1fr;
      }

      .ls-about h1 {
        font-size: 28px;
      }

      .ls-about h2 {
        font-size: 23px;
      }

      .ls-about__milestone {
        gap: 8px;
      }
    }
  