/* Purpose: About page section styles. Ported from AXL axl-about.html. Loaded only on the About page. */

/* kb keyframe (shared with hero-style backgrounds) */
@keyframes kb { to { transform: scale(1.12); } }

/* ---- Content hero (chero) ---- */
.chero { min-height: 60vh; display: flex; align-items: center; position: relative; overflow: hidden; background: #0d0b17; padding: 140px 0 60px; }
.chero .bg { position: absolute; inset: 0; z-index: 0; background: url("../../images/axl-about-banner.jpg") center center / cover no-repeat; transform: scale(1.06); animation: kb 18s ease-in-out infinite alternate; }
@media (prefers-reduced-motion: reduce) { .chero .bg { animation: none; } }
.chero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(13, 11, 23, .88) 0%, rgba(13, 11, 23, .66) 34%, rgba(13, 11, 23, .18) 60%, rgba(13, 11, 23, .05) 78%); }
.chero .wrap { position: relative; z-index: 2; width: 100%; }
.chero .eyebrow { color: #ff6a90; }
.chero .eyebrow::before { border-top-color: #ff6a90; }
.chero h1 { font-size: clamp(34px, 5vw, 62px); font-weight: 800; letter-spacing: -.03em; color: #fff; }
.chero h1 .red { color: #ff3d6e; }
.chero .lead { margin: 22px 0 28px; font-size: clamp(17px, 2vw, 20px); color: rgba(255, 255, 255, .78); max-width: 46ch; }
.chero-copy { max-width: 780px; }

/* ---- Breadcrumb ---- */
.crumb { font-size: 13px; color: rgba(255, 255, 255, .6); margin-bottom: 22px; display: flex; gap: 8px; align-items: center; }
.crumb a { color: rgba(255, 255, 255, .6); }
.crumb a:hover { color: var(--accent); }
.crumb span { opacity: .5; }
.crumb .current { color: #fff; opacity: 1; }

/* ---- Trust bar ---- */
.trust { border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); background: #fff; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; }
.trust .t { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: var(--ink); }
.trust .t .d { width: 9px; height: 9px; border-radius: 50%; background: var(--grad); flex: none; }
.trust .t b { color: var(--accent); font-weight: 700; }
@media (max-width: 760px) { .trust .wrap { gap: 14px 22px; } .trust .t { font-size: 13px; } }

/* ---- Story ---- */
.story { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.story-fig { position: relative; }
.story-fig img { border-radius: var(--r); width: 100%; }
.story-fig .badge { position: absolute; left: -14px; bottom: 22px; background: #fff; border: 1px solid var(--hair); border-radius: 14px; padding: 14px 18px; box-shadow: var(--shadow); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.story-fig .badge b { color: var(--accent); }
.story h2 { font-size: clamp(28px, 3.6vw, 44px); margin: 16px 0 20px; }
.story p { color: var(--slate); margin-bottom: 15px; }
@media (max-width: 860px) { .story { grid-template-columns: 1fr; gap: 32px; } .story-fig { order: -1; } }

/* ---- Mission / Vision ---- */
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mvc { border: 1px solid var(--hair); border-radius: var(--r); padding: 36px; background: #fff; transition: .4s var(--ease); }
.mvc:hover { box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.mvc h3 { font-size: 24px; margin: 12px 0 12px; }
.mvc p { color: var(--slate); }
@media (max-width: 680px) { .mv { grid-template-columns: 1fr; } }
/* Tablet/mobile: zero the flush-top mission padding so its top gap = section-pad bottom */
@media (max-width: 1024px) { .section-pad.is-flush-top { padding-top: 0; } }
/* About stats stands alone — kill its 70px top so top gap = section-pad bottom */
@media (max-width: 1024px) { .stats { margin-top: 0; } }

/* ---- Big credential band ---- */
.bigcred { background: var(--ink); color: #fff; position: relative; overflow: hidden; padding: clamp(60px, 8vw, 110px) 0; }
.bigcred .bc-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.bigcred h2 { font-size: clamp(28px, 3.6vw, 46px); color: #fff; margin: 14px 0 18px; }
.bigcred p { color: rgba(255, 255, 255, .74); margin-bottom: 26px; max-width: 48ch; }
.bigcred .eyebrow { color: #ff6a90; }
.bigcred .eyebrow::before { border-top-color: #ff6a90; }
.bigcred .bc-fig img { border-radius: var(--r); width: 100%; }
.bigcred .btn { background: #fff; color: var(--ink); border-color: #fff; }
.bigcred .btn::after { background: var(--accent); }
.bigcred .btn:hover { color: #fff; }
@media (max-width: 860px) { .bigcred .bc-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ---- Why (what sets us apart) ---- */
.why { background: var(--mist); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wc { background: #fff; border: 1px solid var(--hair); border-radius: var(--r); padding: 28px 24px; transition: .4s var(--ease); }
.wc:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: transparent; }
.wc .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.wc .ic svg { width: 24px; height: 24px; fill: var(--accent); }
.wc .ic img { width: 24px; height: 24px; object-fit: contain; }
.wc h3 { font-size: 18px; margin-bottom: 9px; }
.wc p { font-size: 14px; color: var(--slate); }
@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }

/* ---- Leadership ---- */
.leaders { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 780px; }
.lead-c { display: flex; gap: 18px; align-items: center; border: 1px solid var(--hair); border-radius: var(--r); padding: 24px; background: #fff; transition: .4s var(--ease); }
.lead-c:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.mono { width: 64px; height: 64px; border-radius: 50%; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 21px; flex: none; }
.lead-c h3 { font-size: 19px; margin-bottom: 3px; }
.lead-c span { font-size: 12.5px; color: var(--accent); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 600px) { .leaders { grid-template-columns: 1fr; } }
