/* About page only — intentionally scoped to body.about-page. */
.about-page .about-hero{height:310px;color:#fff;background:linear-gradient(90deg,rgba(3,8,11,.82) 0%,rgba(3,8,11,.58) 46%,rgba(3,8,11,.18) 100%),url('../images/about-industrial.png') center 52%/cover no-repeat}
.about-page .about-hero-inner{height:100%;display:flex;align-items:center}
.about-page .about-hero-copy{max-width:540px}
.about-page .about-hero h1{margin:0 0 8px;font-size:clamp(2.65rem,4.5vw,3.4rem);line-height:1.08;font-weight:700;letter-spacing:-1.6px}
.about-page .about-hero p{margin:0;font-size:16px;line-height:1.5;font-weight:500}
.about-page .about-overview{padding:58px 0 34px;background:#fff}
.about-page .about-overview-grid{display:grid;grid-template-columns:1.35fr .65fr 1fr;gap:0;align-items:stretch;min-height:325px}
.about-page .about-story{padding:6px 54px 0 0}
.about-page .about-story h2{margin:0;font-size:clamp(1.85rem,2.7vw,2.35rem);line-height:1.18;font-weight:700;letter-spacing:-1px}
.about-page .about-heading-rule{display:block;width:55px;height:3px;margin:14px 0 24px;background:var(--primary-red)}
.about-page .about-story p{margin:0 0 17px;color:#4f4f4f;font-size:13px;line-height:1.7}
.about-page .about-year{display:flex;flex-direction:column;justify-content:center;padding:18px 36px;border-left:1px solid var(--border)}
.about-page .about-since{font-size:13px;font-weight:600;color:#292929}
.about-page .about-year strong{margin:0 0 14px;color:var(--primary-red);font-size:50px;line-height:1.1;letter-spacing:-2px}
.about-page .about-year p{margin:0;color:#555;font-size:12px;line-height:1.8}
.about-page .about-overview-image{height:325px;margin:0}
.about-page .about-overview-image img{display:block;width:100%;height:100%;border-radius:11px;object-fit:cover;object-position:center}
.about-page .about-pillars{padding:18px 0 65px;background:#fff}
.about-page .about-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.about-page .about-pillar-card{position:relative;min-height:190px;padding:25px 28px 36px;border:1px solid #e3e3e3;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.045);transition:transform .28s ease,box-shadow .28s ease}
.about-page .about-pillar-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.about-page .about-pillar-heading{display:flex;align-items:center;gap:13px;margin-bottom:15px}
.about-page .about-pillar-heading>i{color:var(--primary-red);font-size:27px;line-height:1}
.about-page .about-pillar-heading h2{margin:0;font-size:15px;line-height:1.3;font-weight:700}
.about-page .about-pillar-card p{margin:0;max-width:90%;color:#505050;font-size:12px;line-height:1.7}
.about-page .about-card-arrow{position:absolute;right:20px;bottom:16px;color:var(--primary-red);font-size:17px;transition:transform .28s ease}
.about-page .about-pillar-card:hover .about-card-arrow{transform:translateX(4px)}
.about-page .cta-wrap{display:none}

@media(max-width:991.98px){
  .about-page .about-hero{height:285px}
  .about-page .about-overview-grid{grid-template-columns:1.35fr .65fr}
  .about-page .about-overview-image{grid-column:1/-1;height:380px;margin-top:38px}
  .about-page .about-pillars-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767.98px){
  .about-page .about-hero{height:270px;background-position:58% center}
  .about-page .about-overview{padding:50px 0 28px}
  .about-page .about-story{padding-right:34px}
  .about-page .about-year{padding:15px 0 15px 30px}
  .about-page .about-overview-image{height:320px}
  .about-page .about-pillars{padding-bottom:55px}
}
@media(max-width:575.98px){
  .about-page .about-hero{height:260px;background-position:64% center}
  .about-page .about-hero h1{font-size:2.55rem}
  .about-page .about-hero p{font-size:14px}
  .about-page .about-overview-grid{grid-template-columns:1fr}
  .about-page .about-story{padding:0}
  .about-page .about-story h2{font-size:1.85rem}
  .about-page .about-year{margin-top:20px;padding:26px 0;border-top:1px solid var(--border);border-left:0}
  .about-page .about-year strong{font-size:46px}
  .about-page .about-overview-image{grid-column:auto;height:280px;margin-top:5px}
  .about-page .about-pillars-grid{grid-template-columns:1fr;gap:18px}
  .about-page .about-pillar-card{min-height:180px}
}
@media(prefers-reduced-motion:reduce){
  .about-page .about-pillar-card,.about-page .about-card-arrow{transition:none}
}
