:root{--bg:#0a1018;--text:#fff;--blue:#0056b3;--blue2:#1a75d4;--blue-light:#7eb8e8;--accent:#ee3124;--accent-dark:#d42b1f;--accent-light:#ff6a5e;--line:rgba(255,255,255,.12);--dark:#0d1524;--muted:#5f5f5f;--surface:#f7f8fa}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--surface);color:#111;line-height:1.6} a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.page-hero{position:relative;min-height:min(380px,48vh);display:flex;align-items:center;overflow:hidden;isolation:isolate}
.page-hero::before{content:"";position:absolute;inset:0;background:var(--about-hero-bg, url('assets/about-hero.png')) center/cover no-repeat;z-index:0}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(5,12,28,.84) 0%,rgba(5,12,28,.62) 45%,rgba(5,12,28,.72) 100%);z-index:0}
.page-hero-inner{position:relative;z-index:1;width:100%;padding:72px 0 64px}
.page-hero .container{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:24px}
.page-hero h1{margin:0;font-size:clamp(36px,6vw,56px);font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1.05;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.page-hero h1:after{content:"";display:block;width:72px;height:4px;background:var(--accent);margin-top:16px;border-radius:2px}
.page-hero .hero-subtitle{margin:12px 0 0;font-size:clamp(18px,2.5vw,22px);font-weight:700;color:rgba(255,255,255,.92)}
.page-hero .hero-desc{margin:14px 0 0;max-width:640px;font-size:17px;color:rgba(255,255,255,.85);line-height:1.65}
.page-hero .hero-cta{margin-top:20px}
.page-hero .hero-cta .btn{background:var(--accent);color:#fff;padding:14px 22px;border-radius:999px;font-weight:800;display:inline-flex;transition:.25s}
.page-hero .hero-cta .btn:hover{background:var(--accent-dark);transform:translateY(-2px)}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:600;color:rgba(255,255,255,.82);text-shadow:0 1px 12px rgba(0,0,0,.3)}
.breadcrumb a:hover{color:#fff}.breadcrumb span{color:#fff}
.section{padding:88px 0}.section.light{background:#fff}.section.alt{background:#f0f4f8}
.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.22em;font-weight:900;font-size:12px;margin:0 0 12px}
.section-title{font-size:clamp(28px,4vw,40px);font-weight:900;letter-spacing:-.03em;margin:0 0 20px;line-height:1.1;color:#111}
.lead{font-size:18px;color:var(--muted);max-width:720px;line-height:1.7}
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.who-text p,.who-text .rich-content{font-size:17px;color:#444;margin:0 0 18px;line-height:1.75}
.who-text p strong,.who-text .rich-content strong{color:#111}
.who-highlight{margin-top:8px;padding:16px 20px;border-left:4px solid var(--accent);background:#fff7f6;border-radius:0 12px 12px 0;font-weight:700;color:#333}
.who-media{border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.12);aspect-ratio:4/3}
.who-media img{width:100%;height:100%;object-fit:cover;display:block}
.presence-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:40px 36px;box-shadow:0 16px 48px rgba(238,49,36,.08);border-top:4px solid var(--accent)}
.presence-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.presence-item{background:var(--surface);border-radius:18px;padding:24px;border:1px solid #e8ecf0}
.presence-item h3{margin:0 0 8px;font-size:18px;color:var(--blue)}
.presence-item p{margin:0;font-size:15px;color:#555;line-height:1.55}
.presence-item p + p.presence-phone{margin-top:10px}
.presence-phone a{color:var(--blue);font-weight:700;text-decoration:none}
.presence-phone a:hover{text-decoration:underline}
.presence-item .item-icon{width:40px;height:40px;margin-bottom:12px;object-fit:contain}
.presence-note{margin-top:28px;font-size:16px;color:#444;line-height:1.7;padding-top:24px;border-top:1px solid #e5e7eb}
.vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.vm-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 20px 50px rgba(0,0,0,.06);display:flex;flex-direction:column}
.vm-card figure{margin:0;aspect-ratio:16/9;overflow:hidden;background:#eef2f6}.vm-card img{width:100%;height:100%;object-fit:cover}
.vm-card figure.vm-card-figure--contain{aspect-ratio:auto}.vm-card figure.vm-card-figure--contain img{height:auto;object-fit:contain;vertical-align:middle}
.vm-card-body{padding:28px 28px 32px;flex:1;display:flex;flex-direction:column;gap:12px}
.vm-card-body h2{margin:0;font-size:22px;font-weight:900;color:#111;display:flex;align-items:center;gap:10px}
.vm-card-body h2:before{content:"";width:8px;height:28px;background:var(--accent);border-radius:2px;flex-shrink:0}
.vm-card-body p{margin:0;font-size:16px;color:#555;line-height:1.7}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.value-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px 24px;box-shadow:0 12px 36px rgba(0,86,179,.06)}
.value-card .item-icon{width:48px;height:48px;margin-bottom:14px;object-fit:contain}
.value-card h3{margin:0 0 10px;font-size:18px;font-weight:900;color:#111}
.value-card p{margin:0;font-size:15px;color:#555;line-height:1.6}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px 24px;text-align:center;box-shadow:0 12px 36px rgba(0,86,179,.06)}
.feature-card .item-icon,.feature-card .feature-img{width:56px;height:56px;margin:0 auto 14px;object-fit:contain;border-radius:12px}
.feature-card .feature-img{width:100%;max-height:160px;object-fit:cover;border-radius:16px;margin-bottom:16px}
.feature-card h3{margin:0 0 10px;font-size:18px;font-weight:900;color:#111}
.feature-card p{margin:0;font-size:15px;color:#555;line-height:1.6}
.highlights{background:var(--bg);color:#fff;padding:72px 0}
.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.1);border-radius:24px;overflow:hidden}
.highlight{padding:36px 28px;background:rgba(255,255,255,.04);text-align:center}
.highlight .item-icon{width:36px;height:36px;margin:0 auto 12px;object-fit:contain;opacity:.9}
.highlight b{display:block;font-size:clamp(22px,3vw,28px);color:#fff;margin-bottom:10px;font-weight:900;line-height:1.2}
.highlight span{font-size:14px;color:rgba(255,255,255,.88);line-height:1.45;display:block}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.team-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.06)}
.team-card img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.team-card-body{padding:22px 24px 26px}
.team-card-body h3{margin:0 0 4px;font-size:18px;font-weight:900;color:#111}
.team-card-body .team-role{margin:0 0 10px;font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.08em}
.team-card-body p{margin:0 0 12px;font-size:14px;color:#555;line-height:1.6}
.team-socials{display:flex;flex-wrap:wrap;gap:8px}
.team-socials a{font-size:12px;font-weight:700;color:var(--blue);padding:6px 10px;border-radius:999px;background:#f0f6fc}
.achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:40px}
.achievement-card{display:flex;gap:18px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:24px;box-shadow:0 12px 36px rgba(0,86,179,.06)}
.achievement-card img{width:72px;height:72px;object-fit:contain;flex-shrink:0;border-radius:12px}
.achievement-card h3{margin:0 0 8px;font-size:17px;font-weight:900;color:#111}
.achievement-card p{margin:0;font-size:14px;color:#555;line-height:1.6}
.partners-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px 36px;margin-top:40px}
.partner-logo{height:72px;width:auto;max-width:168px;object-fit:contain;filter:grayscale(.15);opacity:.92;transition:opacity .2s,filter .2s}
.partner-logo:hover{filter:none;opacity:1}
.section-head-center{text-align:center;max-width:720px;margin:0 auto 12px}
.cta-band{padding:64px 0;background:linear-gradient(120deg,var(--blue),var(--blue2));color:#fff;text-align:center}
.cta-band h2{margin:0 0 14px;font-size:clamp(26px,4vw,36px);font-weight:900}
.cta-band p{margin:0 0 24px;opacity:.92;font-size:17px}
.cta-band .btn{background:#fff;color:var(--blue);display:inline-flex;padding:14px 22px;border-radius:999px;font-weight:800;transition:background .25s,color .25s,transform .25s}
.cta-band .btn:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}
.about-loading{padding:80px 24px;text-align:center;color:var(--muted);font-weight:600}
.about-live-preview [data-about-section]{cursor:pointer;outline:2px solid transparent;outline-offset:-2px;transition:outline-color .15s ease}
.about-live-preview [data-about-section]:hover{outline-color:rgba(26,117,212,.55)}
.about-live-preview [data-about-section]:active{outline-color:rgba(26,117,212,.85)}
@media(max-width:900px){.who-grid,.vm-grid{grid-template-columns:1fr}.presence-list,.values-grid,.feature-grid,.team-grid{grid-template-columns:1fr}.highlights-grid{grid-template-columns:1fr 1fr}.achievements-grid{grid-template-columns:1fr}.who-media{order:-1}}
@media(max-width:560px){.container{padding:0 18px}.section{padding:64px 0}.highlights-grid{grid-template-columns:1fr}.page-hero{min-height:min(320px,44vh)}.page-hero::before{background-position:center 40%}.page-hero::after{background:linear-gradient(180deg,rgba(5,12,28,.88),rgba(5,12,28,.7))}.page-hero-inner{padding:56px 0 48px}}
