.about-hero { padding-block: clamp(5rem, 10vw, 8rem); background-color: var(--petrol); }
.about-hero .shell { max-width: 62rem; }
.about-hero h1 { max-width: 16ch; margin: 1rem 0 1.4rem; color: var(--white); font-size: clamp(3.2rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -.04em; }
.about-hero h1 + p { max-width: 44rem; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.7; }
.about-facts { display: flex; flex-wrap: wrap; gap: clamp(2rem, 5vw, 3.5rem); margin-top: 3rem; }
.about-facts strong { display: block; color: var(--orange-light); font: 600 1.7rem/1 var(--mono); }
.about-facts span { display: block; margin-top: .5rem; color: var(--muted); font-size: .8rem; }

.about-body { padding-block: clamp(3rem, 6vw, 5rem); background: var(--petrol-section); }
.about-body p { max-width: 54rem; margin: 0; color: rgba(255,255,255,.86); font-size: 1.08rem; line-height: 1.8; }
.about-body-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(2.5rem, 6vw, 5rem); }
.about-body-layout.about-body-layout-text-only { display: block; }
.about-body-layout p { max-width: none; }
.about-photo { margin: 0; border: 1px solid rgba(255,255,255,.14); }
.about-photo img { display: block; width: 100%; height: auto; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(6,34,48,.18); border-left: 1px solid rgba(6,34,48,.18); }
.team-card { display: grid; align-content: center; gap: .4rem; min-height: 8.5rem; padding: 1.4rem; border-right: 1px solid rgba(6,34,48,.18); border-bottom: 1px solid rgba(6,34,48,.18); background: rgba(255,255,255,.54); transition: background 180ms ease; }
.team-card:hover { background: var(--white); }
.team-card strong { color: var(--petrol); font-size: 1.02rem; line-height: 1.3; }
.team-card span { color: #53636c; font-size: .78rem; line-height: 1.4; }

.leadership-photo { margin: 0 0 -1px; border: 1px solid rgba(6,34,48,.18); }
.leadership-photo img { display: block; width: 100%; height: auto; }
.leadership-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(6,34,48,.18); border-left: 1px solid rgba(6,34,48,.18); }
.leadership-card { display: grid; align-content: start; gap: .7rem; padding: clamp(1.5rem, 3vw, 2.2rem); border-right: 1px solid rgba(6,34,48,.18); border-bottom: 1px solid rgba(6,34,48,.18); background: rgba(255,255,255,.54); }
.leadership-card strong { color: var(--petrol); font-size: 1.15rem; }
.leadership-card > span { color: var(--orange); font-family: var(--mono); font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.leadership-card p { margin: 0; color: #384750; line-height: 1.7; }
.leadership-card a { color: var(--petrol); font-size: .85rem; font-weight: 600; }

.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(6,34,48,.18); border-left: 1px solid rgba(6,34,48,.18); }
.partner-card { min-height: 14rem; padding: clamp(1.5rem, 3vw, 2.2rem); border-right: 1px solid rgba(6,34,48,.18); border-bottom: 1px solid rgba(6,34,48,.18); background: rgba(255,255,255,.54); }
.partner-card > span { color: var(--orange); font-family: var(--mono); font-size: .65rem; font-weight: 600; }
.partner-logo { display: block; width: auto; height: auto; max-width: 9rem; max-height: 2.8rem; margin-top: 1rem; }
.partner-card h3 { margin: 1.2rem 0 .7rem; color: var(--petrol); font-size: clamp(1.2rem, 2vw, 1.5rem); }
.partner-card p { margin: 0; line-height: 1.7; }

.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(6,34,48,.18); border-left: 1px solid rgba(6,34,48,.18); }
.logo-card { display: grid; place-items: center; min-height: 7rem; padding: 1.2rem; border-right: 1px solid rgba(6,34,48,.18); border-bottom: 1px solid rgba(6,34,48,.18); background: rgba(255,255,255,.54); transition: background 180ms ease; }
.logo-card:hover { background: var(--white); }
.logo-card img { width: auto; height: auto; max-width: 100%; max-height: 2.86rem; filter: grayscale(1); opacity: .7; transition: filter 180ms ease, opacity 180ms ease; }
.logo-card:hover img { filter: none; opacity: 1; }

.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(6,34,48,.18); border-left: 1px solid rgba(6,34,48,.18); }
.quote-card { display: grid; align-content: space-between; gap: 1.4rem; min-height: 14rem; margin: 0; padding: clamp(1.5rem, 3vw, 2.2rem); border-right: 1px solid rgba(6,34,48,.18); border-bottom: 1px solid rgba(6,34,48,.18); background: rgba(255,255,255,.54); }
.quote-card blockquote { margin: 0; color: var(--petrol); font-size: 1rem; line-height: 1.7; }
.quote-card figcaption { display: grid; gap: .15rem; }
.quote-card figcaption strong { color: var(--petrol); font-size: .9rem; }
.quote-card figcaption span { color: #53636c; font-size: .78rem; }

.about-note-section { padding-block: clamp(1rem, 3vw, 2rem) 0; background: var(--cream); }
.about-note { max-width: 46rem; margin: 0; padding: 1.4rem 1.6rem; border-left: 3px solid var(--orange); background: rgba(6,34,48,.05); color: #40515c; font-size: .95rem; line-height: 1.65; }

@media (max-width: 900px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid, .quote-grid, .leadership-grid, .about-body-layout { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .team-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .about-facts { gap: 1.6rem; }
}
