.about-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:6rem;align-items:center}
.about-photo-wrap{position:relative;min-height:560px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.about-photo-wrap img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center top}
.about-photo-wrap span{position:absolute;left:1.2rem;bottom:1.2rem;background:var(--lime);color:var(--forest);padding:.55rem .9rem;border-radius:999px;font-weight:800}
.about-content>p:not(.eyebrow){color:var(--muted);font-size:1.12rem;max-width:660px}
.feature-pills{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}
.feature-pills span{border:1px solid var(--line);background:white;padding:.55rem .85rem;border-radius:999px;font-size:.84rem;font-weight:700}
.transport-section{background:var(--forest);color:white}
.transport-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:6rem;align-items:center}
.transport-content>p:not(.eyebrow){color:rgba(255,255,255,.72);font-size:1.1rem}
.transport-list{display:grid;grid-template-columns:1fr 1fr;gap:.8rem 1.5rem;list-style:none;padding:0;margin:2rem 0 0}
.transport-list li{position:relative;padding-left:1.4rem;font-weight:600;color:rgba(255,255,255,.9)}
.transport-list li:before{content:"";position:absolute;left:0;top:.62rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--lime)}
.transport-photo-wrap{height:500px;border-radius:var(--radius);overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.transport-photo-wrap img{width:100%;height:100%;object-fit:cover}
@media(max-width:900px){.about-layout,.transport-layout{grid-template-columns:1fr;gap:3rem}.about-photo-wrap{min-height:520px;max-width:620px}.transport-photo-wrap{height:400px}}
@media(max-width:620px){.about-photo-wrap{min-height:420px}.transport-photo-wrap{height:300px}.transport-list{grid-template-columns:1fr}}
@media(max-width:620px){.hero{min-height:840px;align-items:start}.hero-content{padding-top:7.5rem;padding-bottom:10rem}.hero-note{bottom:0}}
