
/* About — premium card layout */
.about--card { background: #f8fafb; }
.about__grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2rem; align-items: center; }
.about__text { line-height: 1.7; }
.about__lead { font-size: 1.1rem; margin: .25rem 0 1rem; }
.about__rows p { margin: .35rem 0; }
.about__tag { font-weight: 700; color: #14532d; }
.about__photo img { max-width: 260px; border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.about__cta { display: flex; gap: .6rem; margin-top: 1.1rem; flex-wrap: wrap; }
.btn--primary { background:#166534; color:#fff; }
.btn--primary:hover { background:#14532d; }
.btn--outline { background:#fff; color:#166534; border:2px solid #166534; }
.btn--outline:hover { background:#e6f4ea; }
@media (max-width: 900px){
  .about__grid { grid-template-columns: 1fr; }
  .about__photo { order: -1; text-align:center; margin-bottom: .5rem; }
}
