/* ============================================================
   JoinPakArmy.pk — Design System
   Elegant · Minimalist · Military
   ============================================================ */

:root {
  --green-950: #111809;
  --green-900: #1a2411;
  --green-800: #23301a;
  --green-700: #31401f;
  --olive-600: #465527;
  --olive-500: #55663a;
  --olive-400: #6e7f4c;
  --olive-200: #ccd6b4;
  --brass-600: #9c7f2e;
  --brass-500: #b99a45;
  --brass-300: #d8c284;
  --sand-50: #faf8f2;
  --sand-100: #f4f1e7;
  --sand-200: #ece7d7;
  --line: #e2dcc8;
  --line-strong: #cfc7ac;
  --ink: #1c2216;
  --ink-soft: #3a4230;
  --muted: #6b7360;
  --card: #ffffff;
  --amber-bg: #fbf3df;
  --amber-ink: #92610c;
  --green-bg: #e9efdb;
  --green-ink: #3c4d22;
  --red-ink: #8f3b2c;
  --red-bg: #f8e9e4;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow-sm: 0 1px 2px rgba(28, 34, 22, .05), 0 2px 8px rgba(28, 34, 22, .05);
  --shadow-md: 0 2px 6px rgba(28, 34, 22, .06), 0 12px 32px -12px rgba(28, 34, 22, .18);
  --shadow-lg: 0 24px 60px -20px rgba(17, 24, 9, .35);
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", -apple-system, "Segoe UI", sans-serif;
  --font-urdu: "Noto Nastaliq Urdu", serif;
  --camo-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Crect width='120' height='120' fill='%23465527'/%3E%3Cpath fill='%2331401f' d='M18 34C10 18 34 6 52 12c22-8 44 4 40 22 20 6 26 32 8 44 8 22-16 38-38 28-18 16-46 6-42-14C2 86 2 52 18 34Z'/%3E%3Cpath fill='%235c6b3b' d='M96 8c24-6 46 12 40 32 16 12 12 38-8 44 4 20-20 30-36 16-18 12-40-2-34-22-18-8-14-34 6-36-4-22 12-30 32-34Z'/%3E%3Cpath fill='%232c3619' d='M60 64c22-8 44 6 38 26 14 10 6 34-16 34-10 14-38 12-42-6-20-2-26-24-10-34-8-16 10-24 30-20Z'/%3E%3C/svg%3E");
  --camo-soft: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cg fill='%23ffffff'%3E%3Cpath fill-opacity='.045' d='M36 68C20 36 68 12 104 24c44-16 88 8 80 44 40 12 52 64 16 88 16 44-32 76-76 56-36 32-92 12-84-28C4 172 4 104 36 68Z'/%3E%3Cpath fill-opacity='.05' d='M196 8c40-10 76 20 66 53 27 20 20 63-13 73 6 33-33 50-60 27-30 20-66-3-56-37-30-13-23-56 10-59-7-37 20-50 53-57Z'/%3E%3Cpath fill-opacity='.04' d='M120 128c36-13 73 10 63 43 23 17 10 56-27 56-16 23-63 20-69-10-33-3-43-40-17-56-13-27 17-40 50-33Z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--sand-50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; }
a { color: var(--olive-600); text-decoration: none; }
a:hover { color: var(--green-800); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.15; margin: 0; color: var(--ink); letter-spacing: .2px; }
p { margin: 0; }
ul, ol { margin: 0; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--brass-500); outline-offset: 2px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 0; background: var(--green-900); color: #fff; padding: 10px 16px; z-index: 200; }
.skip:focus { left: 0; }

.container { max-width: 1180px; margin-inline: auto; padding-inline: 24px; }
.section { padding-block: 88px; }
.section.tight { padding-block: 56px; }
.section-alt { background: var(--sand-100); }

.h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); text-transform: none; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: .82rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--brass-600);
  margin-bottom: 12px;
}
.eyebrow .ic { width: 15px; height: 15px; color: var(--brass-500); }
.sub { color: var(--muted); margin-top: 10px; max-width: 62ch; }

.shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.shead.has-action { align-items: center; }
.shead .sub { margin-bottom: 0; }
.shead-link { flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: .95rem; padding-bottom: 4px; border-bottom: 2px solid var(--brass-300); }
.shead-link:hover { color: var(--green-800); border-color: var(--brass-500); }
.shead-link .ic { width: 16px; height: 16px; }

.ic { width: 20px; height: 20px; flex-shrink: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-display); font-size: .95rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 13px 24px; border-radius: 10px; border: 2px solid transparent;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s;
}
.btn .ic { width: 17px; height: 17px; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--olive-600); color: #fff; box-shadow: 0 10px 24px -10px rgba(70, 85, 39, .55); }
.btn-primary:hover { background: var(--green-700); color: #fff; }
.btn-outline { border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn-outline:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }
.btn-ghost { border-color: var(--line-strong); color: var(--ink); }
.btn-ghost:hover { border-color: var(--olive-500); background: var(--green-bg); color: var(--green-ink); }
.btn-light { background: #fff; color: var(--green-800); }
.btn-light:hover { color: var(--green-900); box-shadow: var(--shadow-md); }
.btn-brass { background: var(--brass-500); color: #241d05; }
.btn-brass:hover { background: var(--brass-300); color: #241d05; }
.btn-sm { padding: 9px 16px; font-size: .82rem; border-radius: 8px; }
.btn-lg { padding: 16px 30px; font-size: 1.02rem; }
.btn-block { width: 100%; }

/* ---------- announcement bar ---------- */
.announce { display: none; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(250, 248, 242, .88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { width: 42px; height: 42px; filter: drop-shadow(0 2px 4px rgba(28,34,22,.2)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font-display); font-size: 1.22rem; font-weight: 700; letter-spacing: .02em; color: var(--ink); }
.brand-text strong span { color: var(--brass-600); }
.brand-text small { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; white-space: nowrap; }

.nav-list { display: flex; align-items: center; gap: 2px; list-style: none; padding: 0; }
.nav-item { position: relative; }
.nav-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-size: .92rem; font-weight: 500;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink-soft); padding: 27px 11px; border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.nav-link .ic { width: 13px; height: 13px; opacity: .55; transition: transform .2s; }
.nav-item:hover .nav-link, .nav-link[aria-current="page"] { color: var(--green-800); border-color: var(--brass-500); }
.nav-item:hover .nav-link .ic { transform: rotate(180deg); }

.drop {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 250px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 10px; opacity: 0; visibility: hidden; transition: all .22s ease;
}
.drop-wide { width: 480px; }
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop-grid { display: grid; grid-template-columns: 1fr; gap: 2px; max-height: 68vh; overflow: auto; }
.drop-wide .drop-grid { grid-template-columns: 1fr 1fr; }
.drop-grid a { display: block; padding: 10px 12px; border-radius: 9px; }
.drop-grid a strong { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); }
.drop-grid a span { display: block; font-size: .78rem; color: var(--muted); margin-top: 1px; }
.drop-grid a:hover { background: var(--green-bg); }

.header-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-strong); border-radius: 8px; padding: 8px; color: var(--ink); }

/* ---------- mobile nav ---------- */
.mobile-nav {
  position: fixed; inset: 0; z-index: 120; background: var(--sand-50);
  padding: 20px 22px; overflow: auto; display: flex; flex-direction: column; gap: 18px;
}
.mobile-nav[hidden] { display: none; }
.mn-head { display: flex; align-items: center; justify-content: space-between; }
.mn-close { background: none; border: 1px solid var(--line-strong); border-radius: 8px; padding: 8px; color: var(--ink); }
.mobile-nav nav { display: flex; flex-direction: column; gap: 2px; }
.mobile-nav nav > a { font-family: var(--font-display); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); padding: 13px 4px; border-bottom: 1px solid var(--line); }
.mobile-nav details { border-bottom: 1px solid var(--line); }
.mobile-nav summary { list-style: none; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); padding: 13px 4px; cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary .ic { width: 16px; height: 16px; }
.mobile-nav details[open] summary .ic { transform: rotate(180deg); }
.mn-links { display: flex; flex-direction: column; padding: 4px 4px 14px; }
.mn-links a { padding: 9px 12px; border-radius: 8px; color: var(--ink-soft); font-size: .95rem; }
.mn-links a:hover { background: var(--green-bg); }
.mobile-nav .btn-block { margin-top: 4px; }

/* ---------- breadcrumbs ---------- */
.crumbs { background: var(--sand-100); border-bottom: 1px solid var(--line); padding-block: 13px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding: 0; font-size: .84rem; }
.crumbs li { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); }
.crumbs a { color: var(--ink-soft); font-weight: 500; }
.crumbs a:hover { color: var(--olive-600); }
.crumbs .ic { width: 12px; height: 12px; opacity: .5; }
.crumbs [aria-current] { color: var(--olive-600); font-weight: 600; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(148deg, var(--green-950) 0%, var(--green-800) 52%, var(--green-700) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--camo-soft); background-size: 520px;
  opacity: .9; pointer-events: none;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(1100px 480px at 78% -10%, rgba(185, 154, 69, .16), transparent 60%),
              radial-gradient(900px 500px at 8% 110%, rgba(110, 127, 76, .25), transparent 60%);
}
.hero-in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 48px;
  padding-block: 96px 72px;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px;
  padding: 7px 16px; font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass-300); background: rgba(255, 255, 255, .05); margin-bottom: 26px;
}
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: #7fd47f; box-shadow: 0 0 0 4px rgba(127, 212, 127, .18); animation: pulse 2s infinite; }
.hero h1 {
  font-size: clamp(2.5rem, 5.2vw, 4rem); font-weight: 700; color: #fff;
  text-transform: uppercase; letter-spacing: .015em; max-width: 15ch;
}
.hero h1 em { font-style: normal; color: var(--brass-300); }
.hero-sub { margin-top: 18px; font-size: 1.06rem; color: rgba(255, 255, 255, .82); max-width: 56ch; }
.hero-urdu { font-family: var(--font-urdu); font-size: 1.5rem; line-height: 2; color: var(--brass-300); margin-top: 18px; text-align: left; }

.hero-search { margin-top: 30px; max-width: 560px; }
.hero-search form {
  display: flex; gap: 8px; background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25); border-radius: 14px; padding: 7px;
  backdrop-filter: blur(6px);
}
.hero-search input {
  flex: 1; background: transparent; border: 0; color: #fff;
  font: inherit; padding: 10px 14px; min-width: 0;
}
.hero-search input::placeholder { color: rgba(255, 255, 255, .6); }
.hero-search input:focus { outline: none; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.hero-chips .chip { border-color: rgba(255, 255, 255, .3); color: rgba(255, 255, 255, .85); background: rgba(255, 255, 255, .07); backdrop-filter: blur(4px); }
.hero-chips .chip:hover { border-color: var(--brass-300); color: var(--brass-300); }

.hero-stats { display: flex; flex-wrap: wrap; gap: 0; margin-top: 42px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 26px; }
.hstat { padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255, 255, 255, .18); }
.hstat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.hstat b { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: #fff; line-height: 1; }
.hstat b em { font-style: normal; color: var(--brass-300); }
.hstat span { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .65); margin-top: 6px; }

.hero-emblem { display: flex; justify-content: center; }
.emblem { width: min(340px, 70vw); height: auto; filter: drop-shadow(0 30px 50px rgba(0, 0, 0, .45)); animation: float 7s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(-18px); } 50% { transform: translateY(-32px); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* ---------- page hero (inner pages) ---------- */
.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(140deg, var(--green-950), var(--green-800) 60%, var(--green-700)); padding-block: 58px 54px; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--camo-soft); background-size: 520px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); text-transform: uppercase; max-width: 22ch; }
.page-hero h1 em { font-style: normal; color: var(--brass-300); }
.page-hero p { color: rgba(255, 255, 255, .8); margin-top: 12px; max-width: 68ch; }
.page-hero .eyebrow { color: var(--brass-300); }

/* ---------- chips & badges ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 6px 14px; font-size: .82rem; font-weight: 600; color: var(--ink-soft);
  background: #fff; transition: all .18s;
}
.chip:hover { border-color: var(--olive-500); color: var(--olive-600); background: var(--green-bg); }

.badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px; white-space: nowrap;
}
.badge i { width: 6px; height: 6px; border-radius: 50%; }
.badge.is-active { background: var(--green-bg); color: var(--green-ink); }
.badge.is-active i { background: #5da35d; animation: pulse 2s infinite; }
.badge.is-expiring { background: var(--amber-bg); color: var(--amber-ink); }
.badge.is-expiring i { background: #d97706; }
.badge.is-closed { background: #eeede8; color: #82867c; }
.badge.is-closed i { background: #a5a89f; }

.count-chip { font-weight: 700; color: var(--amber-ink); }

/* ---------- cards grid ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

/* ---------- status strip ---------- */
.status-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: -58px; position: relative; z-index: 5; }
.stat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 24px 20px; box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 4px;
  border-top: 4px solid var(--olive-400);
  transition: transform .2s ease, box-shadow .2s ease;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.stat-card b { font-family: var(--font-display); font-size: 2.3rem; font-weight: 700; color: var(--ink); line-height: 1; }
.stat-card span { font-size: .86rem; font-weight: 600; color: var(--ink-soft); }
.stat-card small { font-size: .78rem; color: var(--muted); }
.stat-card .go { margin-top: 12px; font-size: .82rem; font-weight: 700; color: var(--olive-600); display: inline-flex; align-items: center; gap: 5px; }
.stat-card .go .ic { width: 14px; height: 14px; }
.stat-card.sc-green { border-top-color: #5da35d; }
.stat-card.sc-amber { border-top-color: #d97706; }
.stat-card.sc-brass { border-top-color: var(--brass-500); }
.stat-card.sc-gray { border-top-color: #b9bcae; }

/* ---------- job cards ---------- */
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.job-card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 22px 18px; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 14px; overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
}
.job-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.job-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background-image: var(--camo-img); background-size: 90px;
  opacity: 0; transition: opacity .22s;
}
.job-card:hover::before { opacity: 1; }
.jc-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.jc-cat {
  font-family: var(--font-display); font-size: .7rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--olive-600); background: var(--green-bg);
  padding: 4px 10px; border-radius: 6px;
}
.jc-cat.cat-medical { color: #0e7490; background: #e3f2f7; }
.jc-cat.cat-civilian { color: var(--brass-600); background: var(--amber-bg); }
.jc-title { font-size: 1.18rem; line-height: 1.3; }
.jc-title a { color: var(--ink); }
.jc-title a:hover { color: var(--olive-600); }
.jc-meta { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 7px; font-size: .87rem; color: var(--ink-soft); }
.jc-meta li { display: flex; align-items: center; gap: 9px; min-width: 0; }
.jc-meta .ic { width: 15px; height: 15px; color: var(--olive-400); }
.jc-meta a { color: var(--ink-soft); font-weight: 500; }
.jc-meta a:hover { color: var(--olive-600); }
.jc-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 6px; border-top: 1px dashed var(--line); }
.jc-gender { font-size: .78rem; color: var(--muted); font-weight: 600; letter-spacing: .04em; }

.ribbon {
  position: absolute; top: 14px; right: -34px; transform: rotate(38deg);
  background-image: var(--camo-img); background-size: 70px;
  color: #fff; font-family: var(--font-display); font-size: .64rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 5px 38px; box-shadow: 0 4px 10px rgba(28, 34, 22, .3);
}
.job-card.has-ribbon .jc-top { padding-right: 64px; }

/* job rows (expiring list) */
.job-rows { display: flex; flex-direction: column; gap: 12px; }
.job-row {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 16px 20px; transition: all .18s;
}
.job-row:hover { border-color: var(--olive-400); box-shadow: var(--shadow-sm); transform: translateX(4px); }
.job-row h3 { font-size: 1.02rem; font-weight: 600; color: var(--ink); }
.job-row p { font-size: .82rem; color: var(--muted); margin-top: 3px; }
.jr-main { min-width: 0; }
.jr-side { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.jr-deadline { font-size: .8rem; font-weight: 600; color: var(--amber-ink); background: var(--amber-bg); border-radius: 999px; padding: 4px 12px; white-space: nowrap; }
.job-row .ic { width: 16px; height: 16px; color: var(--olive-400); }

/* ---------- categories ---------- */
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 12px;
  transition: all .22s ease; position: relative; overflow: hidden;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cat-card .cc-icon { width: 52px; height: 52px; border-radius: 13px; background: var(--sand-100); display: grid; place-items: center; }
.cat-card .cc-icon .ic { width: 30px; height: 30px; }
.cat-card h3 { font-size: 1.15rem; }
.cat-card h3 a { color: var(--ink); }
.cat-card p { font-size: .88rem; color: var(--muted); }
.cat-card .cc-count { margin-top: auto; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--olive-600); display: inline-flex; gap: 6px; align-items: center; }

/* ---------- pipeline (journey steps) ---------- */
.pipeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.pipe {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 18px 18px;
  display: flex; flex-direction: column; gap: 10px; transition: all .2s;
}
.pipe:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--olive-200); }
.pipe-num {
  width: 34px; height: 34px; border-radius: 50%;
  background-image: var(--camo-img); background-size: 80px;
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  display: grid; place-items: center;
}
.pipe h3 { font-size: 1.02rem; }
.pipe p { font-size: .82rem; color: var(--muted); }
.pipe .pipe-link { margin-top: auto; font-size: .78rem; font-weight: 700; color: var(--olive-600); letter-spacing: .08em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 5px; }
.pipe .pipe-link .ic { width: 13px; height: 13px; }

/* ---------- provinces ---------- */
.prov-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: all .2s;
}
.prov-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.pc-head { display: flex; align-items: center; gap: 12px; }
.pc-icon { width: 34px; height: 34px; }
.pc-head h3 { font-size: 1.12rem; flex: 1; }
.pc-head h3 a { color: var(--ink); }
.pc-head h3 a:hover { color: var(--olive-600); }
.pc-count { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green-ink); background: var(--green-bg); padding: 4px 10px; border-radius: 999px; }
.pc-cities { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.chip-more { border-style: dashed; background: transparent; color: var(--muted); }

/* ---------- centers ---------- */
.center-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; display: flex; gap: 16px; align-items: flex-start; transition: all .2s;
}
.center-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.center-card .ct-icon { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--sand-100); display: grid; place-items: center; }
.center-card .ct-icon .ic { width: 26px; height: 26px; }
.center-card h3 { font-size: 1.05rem; }
.center-card h3 a { color: var(--ink); }
.center-card h3 a:hover { color: var(--olive-600); }
.center-card p { font-size: .84rem; color: var(--muted); margin-top: 4px; }
.center-card .ct-tag { margin-top: 10px; display: inline-flex; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brass-600); background: var(--amber-bg); padding: 3px 10px; border-radius: 6px; }

/* ---------- tests ---------- */
.test-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: all .2s;
  border-top: 4px solid var(--olive-400);
}
.test-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.test-card .tc-icon { width: 54px; height: 54px; }
.test-card h3 { font-size: 1.2rem; }
.test-card h3 a { color: var(--ink); }
.test-card h3 a:hover { color: var(--olive-600); }
.test-card p { font-size: .9rem; color: var(--muted); }
.test-step { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brass-600); }

/* tables */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
table.table { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 560px; }
.table th {
  text-align: left; font-family: var(--font-display); font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; font-size: .78rem;
  color: #fff; background: var(--olive-600); padding: 13px 18px;
}
.table td { padding: 13px 18px; border-top: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
.table tr:nth-child(even) td { background: var(--sand-50); }
.table td:first-child { font-weight: 600; color: var(--ink); }
.table .ok { color: #2e7d32; font-weight: 700; }
.table .no { color: var(--red-ink); font-weight: 700; }

/* callout */
.callout {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--green-bg); border: 1px solid var(--olive-200); border-left: 4px solid var(--olive-500);
  border-radius: var(--radius-sm); padding: 18px 20px; font-size: .93rem; color: var(--ink-soft);
}
.callout .ic { width: 20px; height: 20px; color: var(--olive-600); margin-top: 2px; }
.callout.warn { background: var(--amber-bg); border-color: #ecd9a8; border-left-color: #d97706; }
.callout.warn .ic { color: #b45309; }
.callout p + p { margin-top: 8px; }

/* ---------- content pages (article) ---------- */
.article { max-width: 780px; }
.article h2 { font-size: 1.55rem; margin: 44px 0 16px; padding-top: 8px; }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.18rem; margin: 30px 0 12px; }
.article p { margin: 0 0 16px; color: var(--ink-soft); }
.article ul.check, .article ol.steps { padding: 0; margin: 0 0 20px; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.article ul.check li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-soft); }
.article ul.check .ic { width: 19px; height: 19px; color: var(--olive-500); margin-top: 3px; }
.article ol.steps { counter-reset: n; }
.article ol.steps li { display: flex; gap: 14px; align-items: flex-start; color: var(--ink-soft); }
.article ol.steps li::before {
  counter-increment: n; content: counter(n);
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background-image: var(--camo-img); background-size: 90px;
  color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .85rem;
  display: grid; place-items: center; margin-top: 1px;
}
.article strong { color: var(--ink); }

.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 44px; align-items: start; }
.aside-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.aside-card h3 { font-size: 1.02rem; margin-bottom: 14px; display: flex; align-items: center; gap: 9px; }
.aside-card h3 .ic { width: 19px; height: 19px; color: var(--brass-600); }
.aside-card ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: .89rem; }
.aside-card ul a { color: var(--ink-soft); display: flex; gap: 8px; align-items: flex-start; }
.aside-card ul a:hover { color: var(--olive-600); }
.aside-card ul .ic { width: 14px; height: 14px; margin-top: 4px; color: var(--olive-400); }
.facts { display: grid; grid-template-columns: 1fr; gap: 0; }
.facts .fact { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: .88rem; }
.facts .fact:last-child { border-bottom: 0; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }

/* fact hero strip on job pages */
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 26px; }
.fact-box { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-sm); padding: 16px 18px; }
.fact-box small { display: block; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); font-weight: 700; }
.fact-box b { display: block; margin-top: 5px; color: #fff; font-size: .95rem; line-height: 1.4; }
.fact-box b em { font-style: normal; color: var(--brass-300); }

/* steps strip on detail page */
.test-path { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 8px; }
.test-path a {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 8px 16px 8px 9px; font-size: .84rem; font-weight: 600; color: var(--ink-soft);
  transition: all .18s;
}
.test-path a:hover { border-color: var(--olive-500); color: var(--olive-600); background: var(--green-bg); }
.test-path .tp-num { width: 24px; height: 24px; border-radius: 50%; background-image: var(--camo-img); background-size: 60px; color: #fff; font-size: .72rem; font-weight: 700; display: grid; place-items: center; }

/* prev/next */
.pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
.pager a {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; display: flex; flex-direction: column; gap: 5px; transition: all .18s;
}
.pager a:hover { border-color: var(--olive-400); box-shadow: var(--shadow-sm); }
.pager .pg-label { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.pager .pg-label .ic { width: 13px; height: 13px; }
.pager .pg-title { font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.pager .next { text-align: right; align-items: flex-end; }

/* ---------- FAQ ---------- */
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; font-weight: 600; color: var(--ink); font-size: .98rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ic { width: 18px; height: 18px; color: var(--olive-500); transition: transform .25s; flex-shrink: 0; }
.faq-item[open] summary { background: var(--sand-100); }
.faq-item[open] summary .ic { transform: rotate(45deg); }
.faq-item .faq-a { padding: 4px 22px 20px; color: var(--ink-soft); font-size: .93rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(135deg, var(--green-900), var(--green-700)); padding: 56px 48px; box-shadow: var(--shadow-lg); }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: var(--camo-soft); background-size: 420px; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 300px at 85% 20%, rgba(185, 154, 69, .2), transparent 60%); }
.cta-in { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-in h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); text-transform: uppercase; }
.cta-in p { color: rgba(255, 255, 255, .78); margin-top: 10px; max-width: 52ch; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); color: rgba(255, 255, 255, .78); margin-top: 96px; }
.camo-strip { height: 10px; background-image: var(--camo-img); background-size: 110px; }
.f-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 36px; padding-block: 58px 44px; }
.f-brand p { font-size: .87rem; margin-top: 16px; max-width: 40ch; }
.f-urdu { font-family: var(--font-urdu); font-size: 1.35rem; line-height: 2.2; color: var(--brass-300) !important; }
.brand-invert .brand-text strong { color: #fff; }
.brand-invert .brand-text strong span { color: var(--brass-300); }
.brand-invert .brand-text small { color: rgba(255, 255, 255, .55); }
.f-col h4 {
  font-family: var(--font-display); font-size: .8rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--brass-300); margin-bottom: 16px;
}
.f-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: .87rem; }
.f-col a { color: rgba(255, 255, 255, .75); }
.f-col a:hover { color: #fff; }
.f-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding-block: 22px; font-size: .8rem; color: rgba(255, 255, 255, .55); }
.f-bottom .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.f-links { display: flex; gap: 18px; }
.f-links a { color: rgba(255, 255, 255, .7); }

/* ---------- to top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 46px; height: 46px; border-radius: 12px; border: 0;
  background-image: var(--camo-img); background-size: 80px; color: #fff;
  display: grid; place-items: center; box-shadow: var(--shadow-md);
  transition: transform .2s;
}
.to-top:hover { transform: translateY(-3px); }
.to-top .ic { width: 19px; height: 19px; }

/* ---------- archive toolbar ---------- */
.toolbar {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr auto; gap: 10px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 12px; box-shadow: var(--shadow-sm); margin-bottom: 28px;
}
.toolbar .tl-search { display: flex; align-items: center; gap: 9px; background: var(--sand-100); border: 1px solid var(--line); border-radius: 9px; padding: 0 13px; }
.toolbar .tl-search .ic { width: 16px; height: 16px; color: var(--muted); }
.toolbar input, .toolbar select {
  font: inherit; font-size: .9rem; color: var(--ink); border: 0; background: transparent;
  padding: 11px 0; width: 100%; min-width: 0;
}
.toolbar select { padding-right: 6px; cursor: pointer; }
.toolbar .tl-search:focus-within { border-color: var(--olive-400); }
.toolbar select:focus { outline: none; }
.toolbar .tl-reset { border: 1px solid var(--line-strong); background: #fff; border-radius: 9px; padding: 0 16px; color: var(--ink-soft); font-weight: 600; font-size: .86rem; }
.toolbar .tl-reset:hover { border-color: var(--olive-500); color: var(--olive-600); }
.result-count { font-size: .9rem; color: var(--muted); margin-bottom: 18px; }
.result-count b { color: var(--ink); }
.empty-state { text-align: center; padding: 70px 20px; background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.empty-state .ic { width: 44px; height: 44px; color: var(--olive-200); margin: 0 auto 14px; }
.empty-state h3 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); margin-bottom: 18px; }

/* filter tabs on archive */
.filter-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.filter-tabs a { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line-strong); font-size: .86rem; font-weight: 600; color: var(--ink-soft); background: #fff; }
.filter-tabs a:hover { border-color: var(--olive-500); color: var(--olive-600); }
.filter-tabs a.on { background-image: var(--camo-img); background-size: 110px; color: #fff; border-color: transparent; }

/* ---------- reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .emblem { animation: none; }
}

/* ---------- pagination ---------- */
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; margin: 38px 0 6px; }
.pg-btn {
  min-width: 42px; height: 42px; padding: 0 15px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--ink-soft);
  transition: all .18s;
}
a.pg-btn:hover { border-color: var(--olive-500); color: var(--olive-600); transform: translateY(-2px); }
.pg-btn.pg-current { background-image: var(--camo-img); background-size: 110px; color: #fff; border-color: transparent; }
.pg-btn.pg-disabled { opacity: .4; }
.pg-nav { padding: 0 20px; }

/* ---------- expired band (below pagination) ---------- */
.expired-band { margin-top: 44px; border-top: 1px solid var(--line); padding-top: 38px; }
.expired-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }
.expired-head .sub { max-width: 58ch; }

/* ---------- press releases ---------- */
.pr-year {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--brass-600);
  margin: 38px 0 18px;
}
.pr-year::after { content: ""; flex: 1; height: 1px; background: var(--line-strong); }
.pr-item {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px 22px; margin-bottom: 18px; transition: all .2s; overflow: hidden;
}
.pr-item:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--line-strong); }
.pr-item::before {
  content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
  background-image: var(--camo-img); background-size: 90px;
}
.pr-meta { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 14px; }
.pr-date {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-display); font-weight: 600; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green-ink); background: var(--green-bg); padding: 5px 13px; border-radius: 6px;
}
.pr-date .ic { width: 14px; height: 14px; }
.pr-tag {
  display: inline-flex; font-family: var(--font-display); font-size: .72rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase; color: var(--brass-600); background: var(--amber-bg);
  padding: 5px 12px; border-radius: 6px;
}
.pr-loc { display: inline-flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); }
.pr-loc .ic { width: 14px; height: 14px; }
.pr-item h3 { font-size: 1.3rem; margin-bottom: 10px; }
.pr-item p { color: var(--ink-soft); font-size: .94rem; margin-bottom: 10px; }
.pr-item .pr-summary { font-weight: 500; color: var(--ink); }
.pr-source {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 8px;
  font-size: .83rem; font-weight: 600; color: var(--olive-600);
  border-top: 1px dashed var(--line); padding-top: 12px; width: 100%;
}
.pr-source .ic { width: 15px; height: 15px; }
.pr-source:hover { color: var(--green-800); }

.pr-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: all .2s;
  border-top: 4px solid var(--olive-400);
}
.pr-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pr-card h3 { font-size: 1.08rem; line-height: 1.35; }
.pr-card h3 a { color: var(--ink); }
.pr-card h3 a:hover { color: var(--olive-600); }
.pr-card p { font-size: .87rem; color: var(--muted); }
.pr-card .pr-src { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; font-weight: 600; color: var(--olive-600); }
.pr-card .pr-src .ic { width: 14px; height: 14px; }

/* ---------- disclaimer & discussion ---------- */
.disclaimer-note {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--sand-100); border: 1px dashed var(--line-strong);
  border-left: 4px solid var(--brass-600);
  border-radius: var(--radius-sm); padding: 18px 20px; margin-top: 26px;
  font-size: .92rem; color: var(--ink-soft);
}
.disclaimer-note .ic { width: 20px; height: 20px; color: var(--brass-600); margin-top: 2px; flex-shrink: 0; }
.disclaimer-note p { margin: 0; }

.discussion-wrap { max-width: 860px; }
.comments-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.comments-empty { color: var(--muted); font-size: .92rem; background: #fff; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); padding: 22px; text-align: center; }
.comment { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 16px 20px; }
.comment header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 7px; }
.comment header strong { font-size: .93rem; color: var(--ink); }
.comment header time { font-size: .78rem; color: var(--muted); }
.comment p { font-size: .93rem; color: var(--ink-soft); margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }

.comment-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.cf-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 14px; margin-bottom: 14px; }
.cf-label { display: block; font-size: .8rem; font-weight: 600; color: var(--ink-soft); letter-spacing: .02em; }
.cf-label input, .cf-label textarea {
  display: block; width: 100%; margin-top: 6px; font: inherit; font-size: .93rem;
  border: 1px solid var(--line-strong); border-radius: 9px; padding: 11px 13px; background: var(--sand-50); color: var(--ink);
}
.cf-label textarea { resize: vertical; }
.cf-label input:focus, .cf-label textarea:focus { outline: none; border-color: var(--olive-400); background: #fff; }
.cf-captcha {
  background: var(--green-bg); border: 1px solid var(--olive-200); border-radius: 9px;
  padding: 9px 13px 12px;
}
.cf-question { display: block; font-family: var(--font-display); font-weight: 600; font-size: .95rem; color: var(--green-ink); margin-bottom: 6px; }
.cf-captcha input { margin-top: 0; background: #fff; border-color: var(--olive-200); }
.cf-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 14px; }
.cf-note { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; color: var(--muted); }
.cf-note .ic { width: 14px; height: 14px; color: var(--olive-400); }
.cf-notice { margin-top: 14px; border-radius: 9px; padding: 12px 16px; font-size: .9rem; }
.cf-notice.ok { background: var(--green-bg); color: var(--green-ink); border: 1px solid var(--olive-200); }
.cf-notice.err { background: var(--amber-bg); color: var(--amber-ink); border: 1px solid #ecd9a8; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .nav-list { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .hero-in { grid-template-columns: 1fr; padding-block: 72px 60px; }
  .hero-emblem { order: -1; justify-content: flex-start; }
  .emblem { width: 150px; }
  .status-strip { grid-template-columns: repeat(2, 1fr); }
  .page-layout { grid-template-columns: 1fr; }
  .grid-4, .jobs-grid, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .pipeline { grid-template-columns: repeat(3, 1fr); }
  .f-grid { grid-template-columns: repeat(2, 1fr); }
  .toolbar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .section { padding-block: 60px; }
  .grid-4, .jobs-grid, .grid-3, .grid-2, .pipeline { grid-template-columns: 1fr; }
  .status-strip { grid-template-columns: 1fr 1fr; gap: 12px; }
  .shead { flex-direction: column; align-items: flex-start; }
  .hero h1 { font-size: 2.3rem; }
  .hstat { padding-right: 20px; margin-right: 20px; }
  .hstat b { font-size: 1.5rem; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .pager { grid-template-columns: 1fr; }
  .job-row { flex-direction: column; align-items: flex-start; }
  .cta-band { padding: 40px 26px; }
  .toolbar { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
  .f-grid { grid-template-columns: 1fr; gap: 28px; }
  .header-cta .btn { display: none; }
  .header-in { height: 64px; }
  .brand-mark { width: 36px; height: 36px; }
  .crumbs { padding-block: 10px; }
}
