
:root {
  --orange: #F0531D; --orange-soft: rgba(240, 83, 29, 0.15);
  --navy: #0F2C4C; --navy-deep: #0B2440; --ink: #E8EEF5; --muted: #A3B8CE;
  --bg: #0A111A; --card: #1E3347; --line: #1E2D3D; --border: #1E2D3D;
  --bg-alt: #0F1E2E; --maxw: 1180px;
  --cs-text-muted: #5A6B7D;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.scroll-locked {
  overflow: hidden;
}
body { margin: 0; font-family: 'Plus Jakarta Sans', system-ui, sans-serif; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange); }
.icon svg { width: 28px; height: 28px; stroke-width: 1.75; }
header { position: sticky; top: 0; z-index: 50; background: var(--navy); color: #fff; transition: box-shadow .2s ease; box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 4px 16px rgba(0,0,0,0.3); }
header.scrolled { box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 8px 20px rgba(0,0,0,0.3); }
.nav { display: flex; align-items: center; gap: 40px; height: 88px; max-width: var(--maxw); margin: 0 auto; padding: 0 32px 0 0; }
.logo-block { background: var(--orange); align-self: stretch; display: flex; align-items: center; width: 160px; padding: 0; margin-right: 8px; }
.nav-links { display: flex; gap: 38px; margin-left: 16px; font-size: 16px; font-weight: 500; }
.nav-links a { opacity: 0.92; transition: opacity .15s, color .15s; }
.nav-links a:hover { opacity: 1; color: #FFB492; }
.nav-links a.active { color: #FFB492; opacity: 1; }
.btn { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 15px; border-radius: 4px; cursor: pointer; border: none; font-family: inherit; transition: transform .12s ease, background .15s, color .15s; }
.btn:active { transform: translateY(1px); }
.btn svg { width: 17px; height: 17px; stroke-width: 2.4; }
.btn-orange { background: var(--orange); color: #fff; padding: 14px 22px; }
@media (hover: hover) and (pointer: fine) {
  .btn-orange:hover { background: #ff5f24; }
}
.btn-orange:active { background: #ff5f24; }
.btn-orange:hover, .btn-orange:active { color: #fff; }
.nav .btn-orange { margin-left: auto; }
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero-viewport { overflow: hidden; }
.hero-track { display: flex; transition: transform .6s cubic-bezier(.45,.05,.2,1); }
.slide { min-width: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; max-width: var(--maxw); margin: 0 auto; padding: 70px 84px 84px; }
.eyebrow { color: var(--orange); font-weight: 800; letter-spacing: 1.5px; font-size: 14px; line-height: 1.5; text-transform: uppercase; margin-bottom: 22px; }
.slide .slide-heading { font-size: clamp(40px, 5vw, 66px); line-height: 1.02; letter-spacing: -1.5px; font-weight: 800; margin: 0 0 26px; color: var(--ink); text-wrap: balance; }
.slide .slide-heading .accent { color: var(--ink); }
.slide p.lead { font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 420px; margin: 0 0 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.slide-media { border-radius: 16px; overflow: hidden; }
.slide-media .img-slot { display: block; width: 100%; height: auto; aspect-ratio: 1448 / 1086; border-radius: 16px; background: #3D5A72; box-shadow: 0 30px 60px -28px rgba(15,44,76,0.45); }
#our-facility .img-slot { box-shadow: none !important; }
.fac-wrap { position: relative; border-radius: 12px; overflow: hidden; min-width: 0; min-height: 0; }
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.mission-left { padding-right: 48px; border-right: 1px solid rgba(255,255,255,0.2); }
.mission-right { padding-left: 48px; display: flex; align-items: center; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.prod-panel { flex-shrink: 0; width: 360px; }
.img-slot { display: block; width: 100%; height: 430px; object-fit: cover; box-shadow:0 16px 40px rgba(0,0,0,0.4); --placeholder-bg: #2A3A4D; --placeholder-color: #8AAAC0; }

/* Shape/radius classes — replace the old <image-slot shape/radius> attributes now that slots are real <img> tags */
.img-slot-logo { object-fit: contain; }
.img-slot-rect { border-radius: 0; }
.img-slot-circle { border-radius: 50%; }
.img-slot-rounded-8 { border-radius: 8px; }
.img-slot-rounded-10 { border-radius: 10px; }
.img-slot-rounded-12 { border-radius: 12px; }
.img-slot-rounded-16 { border-radius: 16px; }
.img-slot-rounded-20 { border-radius: 20px; }
.hero-dots { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.hero-dots button { width: 9px; height: 9px; border-radius: 50%; border: none; background: #C9D2DC; cursor: pointer; padding: 0; transition: width .25s, background .25s; }
.hero-dots button.active { width: 26px; border-radius: 5px; background: var(--orange); }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: #0A111A; border: 1px solid var(--line); display: grid; place-items: center; cursor: pointer; box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 6px 16px rgba(0,0,0,0.2); transition: background .15s, color .15s, opacity .22s ease; opacity: 0; pointer-events: none; }
.hero:hover .hero-arrow, .hero-arrow:focus-visible { opacity: 1; pointer-events: auto; }
.hero-arrow:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.hero-arrow svg { width: 20px; height: 20px; stroke-width: 2.2; }
.hero-arrow.prev { left: 20px; } .hero-arrow.next { right: 20px; }
@media (hover: none) { .hero-arrow { opacity: 1; pointer-events: auto; } }
.stats-section { padding: 0 32px 4px; }
.stats { max-width: var(--maxw); margin: -36px auto 0; position: relative; z-index: 4; background: var(--navy); border-radius: 8px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px 24px; }
.stat { text-align: center; padding: 0 12px; position: relative; color: #fff; }
.stat + .stat::before { content: ""; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: rgba(255,255,255,0.14); }
.stat .ring { width: 48px; height: 48px; border-radius: 50%; border: 2px solid rgba(240,83,29,0.55); display: grid; place-items: center; margin: 0 auto 18px; color: var(--orange); }
.stat .num { font-size:30px; font-weight:800; letter-spacing:-1px; line-height:1; color:#fff; }
.stat .lbl { font-size: 16px; color: #C5D0DB; margin-top: 8px; font-weight: 500; }
.section { padding: 84px 32px; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 32px; }
.kicker { color: var(--orange); font-weight: 800; letter-spacing: 2px; font-size: 14px; text-transform: uppercase; margin-bottom: 14px; }
.sec-head h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; letter-spacing: -0.8px; font-weight: 800; margin: 0; color: var(--ink); display: inline-block; position: relative; padding-bottom: 16px; }
.sec-head h2::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 54px; height: 3px; background: var(--orange); border-radius: 2px; }
.nav-item.has-dd { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-item.has-dd > a { display: inline-flex; align-items: center; gap: 5px; }
.dd-caret { width: 13px; height: 13px; transition: transform .2s ease; }
.nav-item.has-dd:hover .dd-caret { transform: rotate(180deg); }
.nav-dd { position: absolute; top: 100%; left: -16px; background: #111C27; border-radius: 14px; box-shadow: 0 12px 40px -8px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.1); padding: 20px; width: 580px; display: grid; grid-template-columns: 1fr 1fr; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease; z-index: 200; max-height: calc(100vh - 100px); overflow-y: auto; }
.nav-item.has-dd:hover .nav-dd { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-item.has-dd.dd-open .nav-dd { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-dd a { opacity: 1; }
.dd-col { padding: 6px 12px; display: flex; flex-direction: column; }
.dd-col + .dd-col { border-left: 1px solid rgba(255,255,255,0.08); }
.dd-label { font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); padding: 0 8px; margin-bottom: 10px; }
.dd-link { display: flex; align-items: flex-start; gap: 11px; padding: 8px; border-radius: 8px; transition: background .12s; color: var(--ink); }
.dd-link:hover { background: rgba(255,255,255,0.07); color: var(--ink); }

/* Mobile nav — toggle button, slide-down panel, accordion. Hidden above 920px by default (see base rules); shown only inside the ≤920px media query below. */
.nav-toggle { display: none; background: none; border: none; padding: 8px; margin-left: auto; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 26px; height: 26px; stroke-width: 2; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.mobile-nav { display: none; position: fixed; top: 88px; left: 0; right: 0; z-index: 49; flex-direction: column; background: #111C27; padding: 12px 32px 24px; }
.mobile-nav > * { flex-shrink: 0; }
.mobile-nav a, .mnav-accordion-toggle { display: flex; align-items: center; min-height: 44px; color: #fff; font-size: 16px; font-weight: 500; border-top: 1px solid rgba(255,255,255,0.08); }
.mnav-accordion-toggle { width: 100%; background: none; border-left: none; border-right: none; border-bottom: none; padding: 0; font-family: inherit; cursor: pointer; justify-content: space-between; }
.mnav-accordion-toggle svg { width: 16px; height: 16px; transition: transform .2s ease; }
.mnav-accordion-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.mnav-accordion { max-height: 0; overflow: hidden; transition: max-height .25s ease; display: flex; flex-direction: column; }
.mnav-accordion.open { max-height: 600px; }
.mnav-accordion a { min-height: 40px; padding-left: 16px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 15px; }
.mnav-group-label { font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); padding: 14px 0 6px 16px; }
.mnav-group-label:first-child { padding-top: 6px; }
.mobile-nav .btn-orange { margin-top: 20px; border-top: none; min-height: auto; }
.dd-icon { width: 32px; height: 32px; background: var(--orange-soft); color: var(--orange); border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
.dd-icon svg { width: 16px; height: 16px; stroke-width: 2; }
.dd-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.dd-text em { display: block; font-style: normal; font-size: 12px; color: var(--muted); line-height: 1.3; margin-top: 1px; }
.dd-all { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; color: var(--orange); font-weight: 700; font-size: 13px; padding: 16px 8px 4px; }
.dd-all svg { width: 13px; height: 13px; stroke-width: 2.4; transition: transform .15s; }
.dd-all:hover svg { transform: translateX(3px); }
.services { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.svc-card { background: var(--card); border-radius: 10px; padding: 32px 32px 28px; text-align: center; transition: transform .2s ease, box-shadow .2s ease; display: flex; flex-direction: column; align-items: center; }
.svc-card:hover { transform: translateY(-5px); box-shadow:0 0 0 3px rgba(255,255,255,0.35),0 12px 36px rgba(0,0,0,0.3); }
.icon-circle { width: 76px; height: 76px; border-radius: 50%; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; margin: 0 auto 16px; }
.icon-circle svg { width: 34px; height: 34px; stroke-width: 1.75; }
.svc-card h3 { font-size: 22px; font-weight: 800; margin: 0 0 14px; letter-spacing: -0.4px; color: #E8EEF5; }
.svc-card p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 22px; }
.learn { color: var(--orange); font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; padding-top: 16px; }
.learn svg { width: 16px; height: 16px; stroke-width: 2.4; transition: transform .15s; }
.learn:hover svg { transform: translateX(4px); }
.platforms-section { padding: 0 32px 84px; }
.platforms { max-width: var(--maxw); margin: 0 auto; background: var(--card); border-radius: 12px; padding: 56px 48px 60px; }
.platforms .kicker { text-align: center; }
.platforms h2 { text-align: center; font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.6px; line-height: 1.18; margin: 0 auto 44px; max-width: 620px; color: var(--ink); }
.plat-row { display: grid; grid-template-columns: repeat(5, 1fr); }
.plat { text-align: center; padding: 8px 12px; position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.plat + .plat::before { content: ""; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: #DADCE0; }
.plat .picon { color: var(--ink); }
.plat .picon svg { width: 40px; height: 40px; stroke-width: 1.4; }
.plat .pname { font-size: 15px; font-weight: 600; color: var(--ink); }
.cta-section { padding: 0 32px 70px; }
.cta { max-width: var(--maxw); margin: 0 auto; background: var(--navy); color: #fff; border-radius: 10px; padding: 40px 48px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.cta .shield { width: 58px; height: 58px; color: var(--orange); flex-shrink: 0; }
.cta .shield svg { width: 58px; height: 58px; stroke-width: 1.7; }
.cta-head { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.cta h3 { font-size: 28px; font-weight: 800; letter-spacing: -0.6px; line-height: 1.08; margin: 0; }
.cta-points { flex: 1; min-width: 280px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; border-left: 1px solid rgba(255,255,255,0.18); padding-left: 40px; }
.cta-point { display: flex; gap: 14px; align-items: flex-start; }
.cp-icon { color: var(--orange); flex-shrink: 0; line-height: 0; margin-top: 2px; }
.cp-icon svg { width: 26px; height: 26px; stroke-width: 1.8; }
.cp-title { font-weight: 700; font-size: 16px; color: #fff; margin-bottom: 5px; }
.cp-desc { font-size: 14px; color: #C5D0DB; line-height: 1.45; }
footer { background: var(--navy-deep); color: #fff; }
.foot { max-width: var(--maxw); margin: 0 auto; padding: 30px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.copyright { color: #8696A6; font-size: 15px; }
.sub-head { text-align: center; margin: 0 auto 32px; }
.sub-head .kicker { margin-bottom: 10px; }
.sub-head h3 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; letter-spacing: -0.5px; color: var(--ink); margin: 0; position: relative; display: inline-block; padding-bottom: 14px; }
.sub-head h3::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; background: var(--orange); border-radius: 2px; }
.leadership-row { display: flex; gap: 48px; justify-content: center; max-width: var(--maxw); margin: 0 auto 72px; flex-wrap: wrap; }
.leader-card { text-align: center; }
.leader-card .img-slot { width: 148px; height: 148px; margin: 0 auto 16px; display: block; box-shadow: 0 0 0 3px rgba(255,255,255,0.12), 0 8px 24px rgba(0,0,0,0.15); border-radius: 50%; color: #3D5A72; }
.leader-card h4 { font-size: 20px; font-weight: 800; margin: 0 0 5px; color: var(--ink); }
.leader-card .role { color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.team-grid { max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 36px 24px; }
.news-list { display: flex; flex-direction: column; gap: 0; max-width: 900px; margin: 0 auto; }
.news-item { display: flex; gap: 28px; align-items: flex-start; padding: 28px 0; border-bottom: 1px solid var(--border, #E5E9EF); }
.news-item:last-child { border-bottom: none; }
.news-thumb { width: 220px; height: 148px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: var(--bg-alt,#F5F7FA); box-shadow: 0 8px 24px -8px rgba(15,44,76,0.25); }
.news-thumb .img-slot { width: 100%; height: 100%; display: block; }
.news-body { flex: 1; padding-top: 4px; }
.news-title { font-size: 20px; font-weight: 800; color: var(--ink); line-height: 1.3; margin: 0 0 8px; }
.news-excerpt { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0 0 14px; }
.news-meta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.news-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: var(--orange); background: var(--orange-soft); padding: 3px 10px 3px 8px; border-radius: 4px; }
.news-tag i { width: 12px; height: 12px; }
.prod-tile { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; background:rgba(240,83,29,0.12); border:1px solid rgba(240,83,29,0.35); border-radius:6px; padding:20px 12px; text-align:center; min-height:90px; }
.prod-tile i { width:22px; height:22px; stroke:#F0531D; flex-shrink:0; filter:drop-shadow(0 0 6px rgba(240,83,29,0.5)); }
.prod-tile span { font-size:12px; font-weight:700; color:#fff; line-height:1.3; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.case-card { background:#1E3347; border-radius:12px; overflow:hidden; border:1px solid rgba(255,255,255,0.12); transition:transform .2s,box-shadow .2s; display:flex; flex-direction:column; box-shadow: 0 8px 28px -8px rgba(0,0,0,0.4); }
.case-card:hover { transform:translateY(-4px); box-shadow:0 0 0 3px rgba(255,255,255,0.35),0 12px 36px rgba(0,0,0,0.3); }
.case-card-img { height:200px; overflow:hidden; background:#3D5A72; }
.case-card-img .img-slot { width:100%; height:100%; display:block; }
.case-card-body { padding:24px; display:flex; flex-direction:column; flex:1; }
.case-card-title { font-size:18px; font-weight:800; color:#E8EEF5; line-height:1.3; margin:0 0 10px; }
.case-card-excerpt { font-size:14px; line-height:1.65; color:#7A8FA8; margin:0 0 16px; flex:1; }
.news-pagination { display:flex; justify-content:center; align-items:center; gap:8px; padding:32px 0 8px; }
.pg-btn { width:36px; height:36px; border-radius:6px; border:1px solid var(--border,#E5E9EF); background:#fff; color:#0A111A; font-size:14px; font-weight:700; cursor:pointer; display:grid; place-items:center; transition:all .15s; }
.pg-btn:hover { border-color:var(--orange); color:var(--orange); }
.pg-btn.active { background:var(--orange); color:#fff; border-color:var(--orange); }
.pg-btn.pg-arrow { color:#0A111A; font-size:20px; font-weight:700; }
.pg-btn:disabled { opacity:0.35; cursor:default; pointer-events:none; }
.team-card { flex: 0 0 calc(25% - 18px); text-align: center; }
.team-card .img-slot { width: 100px; height: 100px; margin: 0 auto 12px; display: block; box-shadow: 0 0 0 3px rgba(255,255,255,0.12), 0 8px 24px rgba(0,0,0,0.15); border-radius: 50%; color: #3D5A72; }
.team-card h4 { font-size: 16px; font-weight: 800; margin: 0 0 4px; color: var(--ink); }
.team-card .role { color: var(--muted); font-size: 13px; font-weight: 600; }
.contact-section { padding: 84px 32px; background: var(--navy); scroll-margin-top: 88px; }
.contact-inner { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-text .kicker { color: #FFB492; }
.contact-text h2 { color: #fff; font-size: clamp(28px, 3.2vw, 44px); font-weight: 800; letter-spacing: -1px; margin: 0 0 18px; line-height: 1.05; }
.contact-text p { color: #C5D0DB; font-size: 17px; line-height: 1.65; margin: 0; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form input, .contact-form textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; padding: 13px 16px; color: #fff; font-family: inherit; font-size: 16px; width: 100%; transition: border-color .15s; outline: none; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,0.4); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,0.11); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .btn-orange { align-self: flex-start; margin-top: 4px; }
.form-status { margin-top: 14px; padding: 12px 16px; border-radius: 6px; font-size: 15px; font-weight: 600; line-height: 1.5; }
.form-status:empty { display: none; padding: 0; margin-top: 0; }
.form-status.form-status-success { color: #34D399; background: rgba(52, 211, 153, 0.12); }
.form-status.form-status-error { color: #F87171; background: rgba(248, 113, 113, 0.12); }
.detail{padding:60px 32px 26px;}
.detail-grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:start;}
.detail h2{font-size:27px;font-weight:800;letter-spacing:-.5px;margin:0 0 18px;}
.detail h2.second{margin-top:38px;}
.detail p.body{color:var(--muted);font-size:17px;line-height:1.7;margin:0;}
.covers{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px;}
.covers li{display:flex;gap:13px;align-items:flex-start;font-size:16px;line-height:1.5;}
.covers .ck{width:26px;height:26px;border-radius:50%;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;flex-shrink:0;margin-top:1px;}
.covers .ck svg{width:15px;height:15px;stroke-width:2.6;}
.detail .media{position:sticky;top:112px;}
.detail .media .img-slot, .media .img-slot { display:block; width:100%; height:380px; border-radius:20px; box-shadow:0 24px 56px -16px rgba(0,0,0,0.4),0 8px 20px -8px rgba(0,0,0,0.25); --placeholder-bg:#2E4560 !important; --placeholder-color:#8AAAC0 !important; background:#2E4560; }
.page-hero{background:var(--navy);color:#fff;}
.page-hero .wrap{padding-top:46px;padding-bottom:56px;}
.page-hero .eyebrow-qa{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-weight:800;letter-spacing:1.6px;font-size:14px;text-transform:uppercase;text-decoration:none;cursor:pointer;opacity:.9;transition:opacity .15s;margin-bottom:16px;}
.page-hero .eyebrow-qa:hover{opacity:1;}
.page-hero .eyebrow-qa svg{width:16px;height:16px;stroke-width:2.5;}
.page-hero h1{font-size:clamp(38px,5vw,58px);font-weight:800;letter-spacing:-1.3px;margin:0 0 16px;line-height:1.02;color:#fff;}
.page-hero p{font-size:19px;line-height:1.55;color:#C5D0DB;max-width:640px;margin:0;}
.qa-section{padding:64px 32px 88px;}
.qa-intro{max-width:760px;margin:0 auto 48px;text-align:center;}
.qa-intro .kicker{color:var(--orange);font-weight:800;letter-spacing:2px;font-size:14px;text-transform:uppercase;margin-bottom:14px;}
.qa-intro h2{font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.6px;margin:0 0 14px;}
.qa-intro p{color:var(--muted);font-size:17px;line-height:1.6;margin:0;}
.qa-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;max-width:1000px;margin:0 auto;}
.qa-card{display:flex;flex-direction:column;background:#1E3347;border:1px solid rgba(255,255,255,0.12);border-radius:20px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer;}
.qa-card:hover{transform:translateY(-6px);box-shadow:0 0 0 3px rgba(255,255,255,0.35),0 12px 36px rgba(0,0,0,0.3);border-color:rgba(240,83,29,.5);}
.qa-card .img-slot{display:block;width:100%;height:168px;border-radius:16px 16px 0 0;overflow:hidden;}
.qa-card-centered{grid-column:span 2;max-width:calc(50% - 13px);justify-self:center;}
.qa-card-body{padding:26px 28px 28px;display:flex;flex-direction:column;flex:1;}
.qa-card .tag{display:inline-flex;align-items:center;gap:9px;color:var(--orange);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;}
.qa-card .tag svg{width:18px;height:18px;stroke-width:2;}
.qa-card h3{font-size:21px;font-weight:800;letter-spacing:-.4px;margin:0 0 10px;color:#E8EEF5;}
.qa-card p{color:var(--muted);font-size:15px;line-height:1.55;margin:0 0 20px;}
.qa-card .go{margin-top:auto;color:var(--orange);font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px;}
.qa-card .go svg{width:16px;height:16px;stroke-width:2.4;transition:transform .15s;}
.qa-card:hover .go svg{transform:translateX(4px);}
.svc-cta{max-width:var(--maxw);margin:0 auto;background:var(--navy);color:#fff;border-radius:18px;padding:44px 48px;display:flex;align-items:center;gap:30px;flex-wrap:wrap;}
.svc-cta .cta-copy h3{font-size:27px;font-weight:800;letter-spacing:-.5px;margin:0;line-height:1.1;}
.svc-cta .cta-copy p{color:#C5D0DB;font-size:16px;margin:8px 0 0;max-width:440px;line-height:1.5;}
.svc-cta .btn-orange{margin-left:auto;padding:16px 26px;font-size:16px;white-space:nowrap;}
.explore-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;padding:12px 24px;background:#F0531D;color:#fff;font-size:14px;font-weight:700;text-decoration:none;letter-spacing:0.3px;border-radius:6px;box-shadow:0 0 0 2px rgba(255,255,255,0.15),0 4px 16px rgba(0,0,0,0.2);transition:background .15s,box-shadow .15s;}
.explore-link:hover{background:#d94418;box-shadow:0 6px 20px rgba(240,83,29,0.5);color:#fff;}
@media(max-width:900px){
  .qa-grid{grid-template-columns:1fr;} .detail-grid{grid-template-columns:1fr;gap:34px;} .detail .media{position:static;}
  .qa-card-centered{grid-column:auto;max-width:100%;justify-self:stretch;}
  .svc-cta{flex-direction:column;align-items:flex-start;} .svc-cta .btn-orange{margin-left:0;}
}
@media (max-width: 920px), (hover: none) and (pointer: coarse) {
  .nav-links { display: none; } .nav-dd { display: none; }
  .nav-toggle { display: flex; align-items: center; justify-content: center; }
  .nav .btn-orange { display: none; }
  .mobile-nav.open { display: flex; max-height: calc(100vh - 88px); max-height: calc(100dvh - 88px); overflow-y: auto; }
}
@media (max-width: 920px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); } .contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .slide { grid-template-columns: 1fr; gap: 32px; padding: 48px 32px 70px; } .slide-media { order: -1; }
  .slide-media .img-slot { aspect-ratio: 1448 / 1086; } .stats { grid-template-columns: repeat(2, 1fr); gap: 36px 0; }
  .stat:nth-child(3)::before, .stat + .stat::before { display: none; } .services { grid-template-columns: 1fr; }
  .plat-row { grid-template-columns: repeat(2, 1fr); gap: 36px 0; } .plat::before { display: none; }
  .cta { flex-direction: column; align-items: flex-start; gap: 28px; }
  .cta-points { grid-template-columns: 1fr; gap: 20px; border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.18); padding-top: 26px; min-width: 0; }
  .facility-grid { grid-template-columns: 1fr; } .case-grid { grid-template-columns: 1fr; }
  .mission-grid { grid-template-columns: 1fr; }
  .mission-left { padding-right: 0; border-right: none; padding-bottom: 24px; }
  .mission-right { padding-left: 0; }
  .pillars-grid { grid-template-columns: 1fr; }
  .prod-panel { width: 100%; max-width: 360px; margin: 0 auto; }
}

/* ============================================================
   Case study detail page — used only by case-study-detail.html.
   Per-study editable content: hero copy/tags/image, the 3 numbered
   grids (needed/situation/delivered), the 6 approach cards, and the
   tools/outcomes callout. The closing CTA at the bottom of the file
   is intentionally fixed/identical across every case study.
   ============================================================ */
.cs-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; margin-top: 8px; }
.cs-hero-copy h1 { margin-bottom: 18px; }
.cs-hero-copy p { margin-bottom: 26px; }
.cs-tags { display: flex; gap: 10px; flex-wrap: wrap; }
.cs-tag { display: inline-flex; align-items: center; font-size: 13px; font-weight: 700; letter-spacing: 0.2px; padding: 8px 14px; border-radius: 5px; background: #F4F5F3; border: 1px solid rgba(15,44,76,0.12); color: var(--navy-deep); }
.cs-tag-primary { background: var(--orange); border-color: var(--orange); color: #fff; }
.cs-hero-media .img-slot { display: block; width: 100%; height: 320px; box-shadow: 0 24px 56px -16px rgba(0,0,0,0.4), 0 8px 20px -8px rgba(0,0,0,0.25); }

.cs-panel { background: #FFFFFF; border-radius: 16px; box-shadow: 0 20px 50px -20px rgba(15,44,76,0.25); padding: 40px; }

.cs-block-head { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.cs-block-head h2 { font-size: 27px; font-weight: 800; letter-spacing: -0.5px; margin: 0; color: var(--ink); }
.cs-badge { width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; font-size: 17px; font-weight: 800; flex-shrink: 0; }
.cs-badge-orange { background: var(--orange); color: #fff; }
.cs-badge-navy { background: var(--navy); color: var(--orange); }

.cs-section-alt { background: var(--bg-alt); }

.cs-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.cs-req-card { background: #F4F5F3; border-top: 3px solid var(--orange); border-radius: 0 0 10px 10px; padding: 26px 24px 28px; }
.cs-req-num { color: var(--orange); font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin-bottom: 10px; }
.cs-req-card p, .cs-challenge-card p, .cs-deliver-card p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0; }

.cs-challenge-card { background: #FFFFFF; border: none; border-top: 3px solid var(--navy-deep); border-radius: 0 0 10px 10px; padding: 26px 24px 28px; }

.cs-deliver-card { background: var(--orange-soft); border-radius: 10px; padding: 26px 24px 28px; }
.cs-deliver-card p { color: var(--navy-deep); }

.cs-approach-title { font-size: 30px; font-weight: 800; letter-spacing: -0.7px; margin: 0 0 32px; color: var(--ink); }
.cs-approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cs-approach-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 26px 24px 28px; }
.cs-approach-num { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; font-weight: 800; margin-bottom: 16px; }
.cs-num-orange { background: var(--orange); color: #fff; }
.cs-num-navy { background: var(--navy); color: var(--orange); }
.cs-approach-card h3 { font-size: 18px; font-weight: 800; letter-spacing: -0.3px; margin: 0 0 10px; color: var(--ink); }
.cs-approach-card p { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 0; }

.cs-callout { display: grid; grid-template-columns: .8fr 1.2fr; border-radius: 12px; overflow: hidden; }
.cs-callout-label { font-size: 13px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; margin-bottom: 18px; }
.cs-callout-tools { background: var(--navy-deep); padding: 40px 36px; }
.cs-callout-tools .cs-callout-label { color: var(--muted); }
.cs-callout-tools ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cs-callout-tools li { color: var(--ink); font-size: 16px; font-weight: 600; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); }
.cs-callout-tools li:first-child { padding-top: 0; border-top: none; }
.cs-callout-outcomes { background: var(--orange); padding: 40px 40px; color: #fff; }
.cs-callout-outcomes .cs-callout-label { color: rgba(255,255,255,0.85); }
.cs-callout-outcomes p { font-size: 18px; line-height: 1.6; margin: 0 0 22px; }
.cs-callout-outcomes blockquote { margin: 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.3); font-size: 17px; font-style: italic; line-height: 1.55; }
.cs-callout-outcomes cite { display: block; margin-top: 12px; font-style: normal; font-size: 14px; font-weight: 700; opacity: 0.85; }

.cs-closing { padding: 84px 32px; text-align: center; background: #FFFFFF; }
.cs-closing h2 { font-size: clamp(34px, 4.6vw, 54px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.05; margin: 0 0 20px; color: var(--navy-deep); }
.cs-closing p { color: var(--cs-text-muted); font-size: 18px; max-width: 560px; margin: 0 auto 40px; line-height: 1.55; }
.cs-closing-contact { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cs-contact-chip { background: #FFFFFF; border: 1px solid rgba(15,44,76,0.15); border-radius: 10px; padding: 20px; text-align: left; }
.cs-contact-label { font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.cs-contact-value { font-size: 16px; font-weight: 700; color: var(--navy-deep); }
.cs-follow { max-width: 720px; margin: 32px auto 0; display: flex; align-items: center; gap: 16px; }
.cs-follow-label { font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--cs-text-muted); }
.cs-follow-icons { display: flex; gap: 10px; }
.cs-follow-icon { width: 40px; height: 40px; border-radius: 8px; background: var(--navy-deep); color: #fff; display: grid; place-items: center; transition: background .15s; }
.cs-follow-icon:hover { background: var(--orange); color: #fff; }
.cs-follow-icon svg { width: 18px; height: 18px; }

/* .cs-panel is a deliberate light-theme exception (matches the PDF reference) —
   overrides text colors set by the site's dark-theme rules for anything nested inside it. */
.cs-panel h1, .cs-panel h2, .cs-panel h3 { color: var(--navy-deep); }
.cs-panel p, .cs-panel .cs-req-card p, .cs-panel .cs-challenge-card p { color: var(--cs-text-muted); }
.cs-panel .cs-deliver-card p { color: var(--navy-deep); }

@media (max-width: 900px) {
  .cs-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .cs-hero-media { order: -1; }
  .cs-grid-3 { grid-template-columns: 1fr; }
  .cs-approach-grid { grid-template-columns: 1fr; }
  .cs-callout { grid-template-columns: 1fr; }
  .cs-closing-contact { grid-template-columns: 1fr; }
}
