.about-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);grid-gap:2rem;gap:2rem;align-items:center}.about-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.about-hero__actions .btn{display:inline-flex;align-items:center;gap:.5rem}.about-hero__image img{width:100%;border-radius:18px;box-shadow:0 18px 40px rgba(46,107,58,.15)}.about-story{padding:1.5rem}.about-story p{margin-bottom:1rem;line-height:1.65;color:var(--secondary-text,#4a4a4a)}.about-timeline{display:grid;grid-gap:1rem;gap:1rem}.about-timeline__item{display:grid;grid-template-columns:88px 1fr;grid-gap:1rem;gap:1rem;padding:1.2rem 1.3rem;border-radius:14px;background:#fff;border:1px solid rgba(0,0,0,.06)}.about-timeline__year{font-family:var(--font-family-alt,"Space Grotesk",sans-serif);font-size:1.25rem;font-weight:700;color:var(--primary-color,#2e6b3a)}.about-timeline__item h3{margin:0 0 .35rem;font-size:1.05rem}.about-timeline__item p{margin:0;color:var(--secondary-text,#4a4a4a);line-height:1.55}@media (max-width:991px){.about-hero__grid{grid-template-columns:1fr}}@media (max-width:767px){.about-hero__actions{width:100%}.about-hero__actions .btn{flex:1 1 100%;justify-content:center;box-sizing:border-box}.about-timeline__item{grid-template-columns:1fr}}