/* ══════════════════════════════════════════════════════════
   Jigawa Due Process Bureau · Polished Design System
   ══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;1,8..60,400&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --ink: #0B1F17;
  --primary-900: #062419;
  --primary-800: #0B3D2E;
  --primary-700: #12553F;
  --primary-600: #1A6B52;
  --primary-500: #2E8667;
  --primary-200: #B6D9CA;
  --primary-100: #DDEEE6;
  --primary-50:  #EEF6F1;
  --accent-800: #6E4811;
  --accent-700: #8B5A14;
  --accent-600: #A8701A;
  --accent-500: #C48936;
  --accent-100: #F2E3C7;
  --accent-50:  #FAF4E7;
  --canvas:     #F4EFE6;
  --canvas-2:   #EBE5D7;
  --paper:      #FDFCF9;
  --paper-2:    #FFFFFF;
  --slate-900: #0F1A14;
  --slate-800: #1C2A23;
  --slate-700: #2E3F36;
  --slate-600: #4A5952;
  --slate-500: #6A7770;
  --slate-400: #8F9A93;
  --slate-300: #BDC5BF;
  --slate-200: #DAE0DB;
  --slate-150: #E5E9E4;
  --slate-100: #EFF1ED;
  --slate-50:  #F7F8F5;
  --ok: #1B6B3E;
  --ok-bg: #DFF0E5;
  --warn: #8B5A14;
  --warn-bg: #F5E6C6;
  --danger: #8E2A1F;
  --danger-bg: #F6DDD7;
  --info: #1E4F73;
  --info-bg: #DEEAF2;
  --f-head: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --f-body: 'Inter', system-ui, -apple-system, sans-serif;
  --f-mono: 'JetBrains Mono', 'IBM Plex Mono', monospace;
  --maxw: 1240px;
  --radius: 4px;
  --radius-lg: 8px;
  --hairline: 1px solid var(--slate-200);
  --ease: cubic-bezier(.2,.8,.2,1);

  /* ── Legacy token aliases (backward compat for un-migrated views) ── */
  --green-800: var(--primary-800);
  --green-700: var(--primary-700);
  --green-600: var(--primary-600);
  --green-500: var(--primary-500);
  --green-400: #3DA07E;
  --green-300: var(--primary-200);
  --green-200: var(--primary-100);
  --green-100: var(--primary-50);
  --green-50:  var(--primary-50);
  --blue-700:  #1D4ED8;
  --neutral-900: var(--ink);
  --neutral-800: var(--slate-800);
  --neutral-700: var(--slate-700);
  --neutral-600: var(--slate-600);
  --neutral-500: var(--slate-500);
  --neutral-400: var(--slate-400);
  --neutral-300: var(--slate-300);
  --neutral-200: var(--slate-200);
  --neutral-100: var(--slate-100);
  --neutral-50:  var(--slate-50);
  --f-heading:   var(--f-head);
  --sp-1: 8px;
  --sp-2: 16px;
  --sp-3: 24px;
  --sp-4: 32px;
  --sp-5: 48px;
  --sp-6: 64px;
  --radius-xl: 12px;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  font-feature-settings: "ss01","cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--primary-700); text-decoration: none; }
a:hover { text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
button { font-family: inherit; cursor: pointer; }
ul, ol { list-style: none; }
table { border-collapse: collapse; width: 100%; }
input, select, textarea, button { font-family: inherit; font-size: inherit; }
:focus-visible { outline: 2px solid var(--accent-600); outline-offset: 2px; border-radius: 2px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* ── Utility bar ── */
.utility { background: var(--slate-900); color: rgba(255,255,255,.82); font-size: 12.5px; border-bottom: 1px solid rgba(255,255,255,.08); }
.utility-inner { display: flex; align-items: center; justify-content: space-between; height: 34px; gap: 24px; }
.utility-left { display: flex; align-items: center; gap: 12px; }
.utility-flag { display: inline-flex; width: 18px; height: 12px; border-radius: 1px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.utility-flag i { display: block; flex: 1; height: 100%; }
.utility-label { letter-spacing: .01em; }
.utility-label b { font-weight: 600; color: #fff; }
.utility-right { display: flex; align-items: center; gap: 18px; }
.utility-right a, .utility-right button { color: rgba(255,255,255,.8); background: transparent; border: 0; font-size: 12.5px; padding: 2px 0; display: inline-flex; align-items: center; gap: 6px; }
.utility-right a:hover, .utility-right button:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.utility-sep { width: 1px; height: 14px; background: rgba(255,255,255,.15); }

/* ── Skip nav ── */
.skip-nav { position: absolute; top: -999px; left: 8px; background: var(--accent-600); color: #fff; padding: 8px 18px; border-radius: 0 0 4px 4px; font-weight: 600; font-size: 14px; z-index: 9999; text-decoration: none; }
.skip-nav:focus { top: 0; }

/* ── Primary nav (dark) ── */
.nav { position: sticky; top: 0; z-index: 200; background: var(--primary-900); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .2s; }
.nav.scrolled { box-shadow: 0 4px 24px rgba(6,36,25,.45); }
.nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; gap: 0; min-height: 72px; }

/* Brand */
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; padding: 0 24px 0 0; }
.brand:hover { text-decoration: none; }
.brand-seal { border-radius: 50%; box-shadow: 0 0 0 2px rgba(255,255,255,.18); object-fit: cover; }
.brand-text { line-height: 1.15; }
.brand-name { font-family: var(--f-head); font-weight: 600; font-size: 17px; color: rgba(255,255,255,.95); letter-spacing: -.01em; }
.brand-sub { display: block; font-size: 11.5px; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .12em; margin-top: 2px; }

/* Nav menu (desktop) */
.nav-menu { display: flex; align-items: stretch; justify-content: center; }

/* Nav item wrapper (for dropdown parents) */
.nav-item { position: relative; display: flex; align-items: stretch; }

/* Shared nav-link style (anchors + toggle buttons) */
.nav-link { padding: 0 15px; font-size: 13.5px; font-weight: 500; color: rgba(255,255,255,.78); position: relative; display: inline-flex; align-items: center; gap: 5px; background: transparent; border: 0; cursor: pointer; text-decoration: none; white-space: nowrap; transition: color .15s, background .15s; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.07); text-decoration: none; }
.nav-link.active, .nav-item.active > .nav-link, .nav-item.active > .nav-toggle { color: #fff; }
.nav-link.active::after, .nav-item.active > .nav-toggle::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--accent-600); border-radius: 0; }
.nav-toggle { height: 100%; }
.nav-link-ext { color: rgba(255,255,255,.58); }
.nav-link-ext:hover { color: rgba(255,255,255,.85); }

/* Chevron */
.nav-chevron { flex-shrink: 0; transition: transform .2s var(--ease); }
.has-dropdown.open > .nav-toggle .nav-chevron,
.has-dropdown:focus-within > .nav-toggle .nav-chevron { transform: rotate(180deg); }

/* Dropdown panel */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  min-width: 480px;
  background: var(--paper-2);
  border: 1px solid var(--slate-200);
  border-top: 3px solid var(--primary-800);
  box-shadow: 0 20px 48px -8px rgba(11,31,23,.22), 0 6px 16px -4px rgba(11,31,23,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s .18s;
  pointer-events: none;
  z-index: 300;
}
.has-dropdown.open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}

/* Dropdown grid (2 col) */
.nav-dd-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--slate-150); padding: 4px; }
.nav-dd-item { display: flex; align-items: flex-start; gap: 12px; padding: 13px 16px; text-decoration: none; color: inherit; background: var(--paper-2); transition: background .14s; }
.nav-dd-item:hover { background: var(--primary-50); text-decoration: none; }
.nav-dd-item:focus-visible { outline: 2px solid var(--accent-600); outline-offset: -2px; }
.nav-dd-icon { flex-shrink: 0; width: 32px; height: 32px; background: var(--primary-100); border-radius: var(--radius); display: grid; place-items: center; color: var(--primary-700); margin-top: 1px; }
.nav-dd-content { display: flex; flex-direction: column; gap: 2px; }
.nav-dd-label { font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.nav-dd-desc { font-size: 11.5px; color: var(--slate-500); line-height: 1.4; }

/* CTA area */
.nav-cta-wrap { display: flex; align-items: center; gap: 10px; padding-left: 16px; }
.nav-search { display: flex; align-items: center; gap: 8px; padding: 7px 12px 7px 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 4px; font-size: 13px; color: rgba(255,255,255,.65); cursor: pointer; transition: border-color .15s, background .15s, color .15s; text-decoration: none; }
.nav-search:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.13); color: #fff; text-decoration: none; }
.nav-search kbd { font-family: var(--f-mono); font-size: 11px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); padding: 1px 5px; border-radius: 3px; color: rgba(255,255,255,.55); }
.btn-complaint { background: var(--accent-600); color: #fff !important; padding: 9px 16px; font-weight: 600; font-size: 13.5px; border-radius: 4px; border: 0; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: background .15s; text-decoration: none; white-space: nowrap; }
.btn-complaint:hover { background: var(--accent-700); text-decoration: none; }

/* Hamburger */
.nav-hamburger { display: none; width: 40px; height: 40px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; flex-shrink: 0; }
.hamburger-bar { width: 20px; height: 1.5px; background: rgba(255,255,255,.85); border-radius: 2px; transition: transform .25s var(--ease), opacity .2s; display: block; }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile backdrop */
.nav-backdrop { position: fixed; inset: 0; background: rgba(6,36,25,.65); opacity: 0; visibility: hidden; transition: opacity .25s, visibility 0s .25s; z-index: 190; backdrop-filter: blur(3px); }
.nav-backdrop.open { opacity: 1; visibility: visible; transition-delay: 0s; }

/* Mobile drawer */
.nav-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 320px; max-width: 92vw; background: var(--primary-900); z-index: 210; transform: translateX(110%); transition: transform .3s cubic-bezier(.2,.8,.2,1); overflow-y: auto; display: flex; flex-direction: column; }
.nav-drawer.open { transform: translateX(0); }
.nav-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.1); flex-shrink: 0; }
.nav-drawer-close { background: rgba(255,255,255,.1); border: 0; color: rgba(255,255,255,.8); width: 36px; height: 36px; border-radius: var(--radius); font-size: 20px; line-height: 1; display: grid; place-items: center; cursor: pointer; flex-shrink: 0; }
.nav-drawer-close:hover { background: rgba(255,255,255,.18); color: #fff; }
.nav-drawer-list { list-style: none; padding: 6px 0; flex: 1; margin: 0; }
.nav-drawer-link { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 15px; font-weight: 500; color: rgba(255,255,255,.8); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-drawer-link:hover { color: #fff; background: rgba(255,255,255,.06); text-decoration: none; }
.nav-drawer-link.active { color: #fff; border-left: 3px solid var(--accent-600); padding-left: 17px; }
.nav-drawer-group { border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-drawer-toggle { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 15px; font-weight: 500; color: rgba(255,255,255,.8); background: transparent; border: 0; width: 100%; cursor: pointer; text-align: left; }
.nav-drawer-toggle:hover, .nav-drawer-toggle.active { color: #fff; background: rgba(255,255,255,.06); }
.nav-drawer-toggle[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.nav-drawer-sub { background: rgba(0,0,0,.25); margin: 0; padding: 4px 0; list-style: none; }
.nav-drawer-sub-link { display: block; padding: 11px 20px 11px 38px; font-size: 14px; color: rgba(255,255,255,.65); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.04); }
.nav-drawer-sub-link:hover { color: #fff; background: rgba(255,255,255,.05); text-decoration: none; }
.nav-drawer-footer { padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.1); flex-shrink: 0; }

/* Responsive */
@media (max-width: 1024px) {
  .nav-menu { display: none; }
  .nav-hamburger { display: flex; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-cta-wrap { padding-left: 0; }
  .nav-search { display: none; }
  .btn-complaint { display: none; }
}
@media (max-width: 480px) {
  .brand-sub { display: none; }
  .ticker { height: 44px; }
  .ticker-label { padding: 0 14px; font-size: 10px; }
  .ticker-item { font-size: 13px; padding-right: 24px; }
}

/* ── Common ── */
.eyebrow { font-size: 11.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--primary-700); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.h-display { font-family: var(--f-head); font-weight: 600; letter-spacing: -.02em; color: var(--ink); line-height: 1.08; }
.h-section { font-family: var(--f-head); font-weight: 600; letter-spacing: -.015em; color: var(--ink); font-size: 30px; line-height: 1.15; }
.h-section-lg { font-size: 40px; }
.section { padding: 64px 0; border-top: 1px solid var(--slate-200); }
.section--tint { background: var(--canvas); border-top-color: var(--canvas-2); }
.section--dark { background: var(--primary-900); color: #fff; border-top: 0; }
.section-head { text-align: center; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--slate-200); }
.section-head > div { margin-left: auto; margin-right: auto; }
.section-head .eyebrow { margin-bottom: 10px; justify-content: center; }
.section-head p { color: var(--slate-600); font-size: 14.5px; max-width: 58ch; margin: 8px auto 0; }
.section-head .link-arrow { font-size: 13px; font-weight: 600; color: var(--primary-800); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; margin-top: 18px; }
.section-head .link-arrow:hover { gap: 10px; transition: gap .2s var(--ease); text-decoration: none; }
.section-head--lg { margin-bottom: 40px; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; letter-spacing: .04em; padding: 3px 8px; border-radius: 3px; text-transform: uppercase; }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.badge-open   { background: var(--ok-bg); color: var(--ok); }
.badge-closed { background: var(--slate-100); color: var(--slate-600); }
.badge-award  { background: var(--info-bg); color: var(--info); }
.badge-alert  { background: var(--warn-bg); color: var(--warn); }
.badge-danger { background: var(--danger-bg); color: var(--danger); }
.badge-ongoing { background: var(--info-bg); color: var(--info); }
.badge-delivered { background: var(--ok-bg); color: var(--ok); }
.chip { display: inline-flex; align-items: center; gap: 6px; background: var(--slate-50); border: 1px solid var(--slate-200); padding: 4px 9px; border-radius: 999px; font-size: 12px; color: var(--slate-700); font-weight: 500; }
.mono { font-family: var(--f-mono); font-variant-numeric: tabular-nums; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; font-size: 14px; font-weight: 600; border-radius: 4px; border: 1px solid transparent; cursor: pointer; transition: background .15s, border-color .15s, color .15s; white-space: nowrap; text-decoration: none; }
.btn-primary { background: var(--primary-800); color: #fff; }
.btn-primary:hover { background: var(--primary-900); color: #fff; text-decoration: none; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--slate-300); }
.btn-outline:hover { border-color: var(--ink); text-decoration: none; }
.btn-secondary { background: transparent; color: var(--slate-700); border-color: var(--slate-300); }
.btn-secondary:hover { background: var(--slate-50); border-color: var(--slate-400); color: var(--ink); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--primary-800); border-color: transparent; padding-left: 0; padding-right: 0; }
.btn-ghost:hover { text-decoration: underline; }

/* ── HERO CAROUSEL ── */
.hero-c {
  position: relative;
  background: var(--primary-900);
  border-bottom: 0;
  overflow: hidden;
  perspective: 1600px;
}
/* Atmospheric layered background: grid lines + warm top-right light + green focal glow + bottom vignette */
.hero-c::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    repeating-linear-gradient(-55deg, transparent 0, transparent 48px, rgba(255,255,255,.022) 48px, rgba(255,255,255,.022) 49px),
    repeating-linear-gradient(35deg,  transparent 0, transparent 72px, rgba(255,255,255,.013) 72px, rgba(255,255,255,.013) 73px),
    radial-gradient(ellipse 70% 80% at 88% -5%,  rgba(196,137,54,.32) 0%, transparent 60%),
    radial-gradient(ellipse 90% 65% at 62% 55%,  rgba(30,110,75,.42) 0%,  transparent 70%),
    radial-gradient(ellipse 130% 35% at 50% 105%, rgba(4,16,9,.75) 0%,    transparent 55%);
}
.hero-c-inner { position: relative; z-index: 1; padding: 64px 0 84px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; min-height: 580px; }
.hero-c-text { position: relative; z-index: 2; animation: heroFade .7s ease; }
.hero-c-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7); font-weight: 600; padding: 7px 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); margin-bottom: 28px; }
.hero-c-eyebrow .bar { width: 14px; height: 1px; background: rgba(255,255,255,.45); }
.hero-c h1 { font-family: var(--f-head); font-weight: 600; font-size: clamp(42px, 5vw, 64px); line-height: 1.04; letter-spacing: -.025em; color: #fff; margin: 0; }
.hero-c h1 em { font-style: italic; font-weight: 500; color: var(--accent-500); }
.hero-c-lede { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.68); margin-top: 22px; max-width: 48ch; font-family: var(--f-head); font-weight: 400; }
.hero-c-cta { display: flex; gap: 10px; margin-top: 32px; flex-wrap: wrap; }
/* CTA overrides for dark hero */
.hero-c .btn-primary { background: var(--accent-600); border-color: var(--accent-600); color: #fff; }
.hero-c .btn-primary:hover { background: var(--accent-700); border-color: var(--accent-700); }
.hero-c .btn-outline { color: rgba(255,255,255,.88); border-color: rgba(255,255,255,.32); background: transparent; }
.hero-c .btn-outline:hover { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.09); color: #fff; text-decoration: none; }
/* 3D stage */
.hero-stage { position: relative; z-index: 1; aspect-ratio: 5/6; transform-style: preserve-3d; transform: rotateY(-14deg) rotateX(6deg); transition: transform .6s cubic-bezier(.2,.8,.2,1); animation: heroFade .7s ease; }
.hs-layer { position: absolute; inset: 0; transform-style: preserve-3d; }
/* Document card */
.hs-doc { background: var(--paper-2); border: 1px solid var(--slate-200); box-shadow: 0 48px 96px -20px rgba(4,16,9,.6), 0 12px 32px -8px rgba(4,16,9,.35); padding: 28px 30px; transform: translateZ(40px); overflow: hidden; position: relative; }
.hs-doc::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--primary-800); }
.hs-doc-stamp { position: absolute; top: 24px; right: 24px; width: 68px; height: 68px; border: 2px solid var(--primary-700); border-radius: 50%; display: grid; place-items: center; color: var(--primary-700); transform: rotate(-14deg) translateZ(20px); font-family: var(--f-mono); font-size: 8.5px; line-height: 1.2; text-align: center; letter-spacing: .04em; font-weight: 600; opacity: .85; }
.hs-doc-stamp::before { content:""; position:absolute; inset:4px; border:1px dashed var(--primary-700); border-radius:50%; }
.hs-doc-head { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-700); font-weight: 700; margin-bottom: 6px; }
.hs-doc-ref { font-family: var(--f-mono); font-size: 11px; color: var(--slate-500); margin-bottom: 20px; }
.hs-doc-title { font-family: var(--f-head); font-size: 19px; font-weight: 600; line-height: 1.3; color: var(--ink); margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--slate-150); }
.hs-doc-row { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 8px 0; font-size: 12.5px; border-bottom: 1px dashed var(--slate-150); }
.hs-doc-row:last-child { border-bottom: 0; }
.hs-doc-row b { color: var(--slate-500); font-weight: 500; letter-spacing: .04em; font-size: 11px; text-transform: uppercase; padding-top: 2px; }
.hs-doc-row span { color: var(--ink); font-weight: 500; }
.hs-doc-amount { font-family: var(--f-mono); color: var(--primary-800) !important; font-weight: 600 !important; font-size: 15px !important; }
/* Floating chips */
.hs-chip { position: absolute; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.3); box-shadow: 0 16px 40px -10px rgba(4,16,9,.5), 0 2px 8px rgba(4,16,9,.2); padding: 10px 14px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--slate-700); white-space: nowrap; animation: hs-bob 5s ease-in-out infinite; }
.hs-chip .dot-g { width: 8px; height: 8px; background: var(--ok); border-radius: 50%; box-shadow: 0 0 0 3px rgba(27,107,62,.2); }
.hs-chip-1 { top: -14px; left: -32px; transform: translateZ(90px); }
.hs-chip-2 { bottom: 30px; right: -40px; transform: translateZ(70px); animation-delay: -2.5s; }
.hs-chip-3 { bottom: -18px; left: 30px; transform: translateZ(50px); animation-delay: -4s; }
@keyframes hs-bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -8px; } }
/* Shield card — slightly lighter than hero bg for visible lift */
.hs-shield { background: var(--primary-800); color: #fff; padding: 36px 32px; transform: translateZ(40px); box-shadow: 0 48px 96px -20px rgba(4,16,9,.6), 0 12px 32px -8px rgba(4,16,9,.35); overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.08); }
.hs-shield::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 12px); }
.hs-shield-crest { width: 72px; height: 72px; border: 1.5px solid var(--primary-200); display: grid; place-items: center; margin-bottom: 28px; color: var(--primary-200); position: relative; }
.hs-shield-eyebrow { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--primary-200); opacity: .9; margin-bottom: 10px; position: relative; }
.hs-shield-title { font-family: var(--f-head); font-size: 26px; font-weight: 600; line-height: 1.15; letter-spacing: -.01em; position: relative; }
.hs-shield-rule { height: 1px; background: rgba(255,255,255,.14); margin: 28px 0 24px; position: relative; }
.hs-shield-stat { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; position: relative; }
.hs-shield-stat > div { border-left: 2px solid rgba(255,255,255,.25); padding-left: 14px; }
.hs-shield-stat b { display: block; font-family: var(--f-head); font-size: 24px; font-weight: 600; color: #fff; letter-spacing: -.02em; }
.hs-shield-stat span { font-size: 10.5px; color: var(--primary-200); letter-spacing: .06em; text-transform: uppercase; margin-top: 3px; display: block; }
/* Live tenders card */
.hs-live { background: var(--paper-2); border: 1px solid var(--slate-200); box-shadow: 0 48px 96px -20px rgba(4,16,9,.5); padding: 24px 26px; transform: translateZ(40px); position: relative; }
.hs-live-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--slate-150); margin-bottom: 6px; }
.hs-live-head strong { font-size: 13px; color: var(--ink); }
.hs-live-head .live { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--ok); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hs-live-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px 0; border-bottom: 1px dashed var(--slate-150); align-items: center; }
.hs-live-row:last-child { border-bottom: 0; }
.hs-live-row .t { font-size: 12.5px; font-weight: 500; color: var(--ink); line-height: 1.3; }
.hs-live-row .r { font-family: var(--f-mono); font-size: 10.5px; color: var(--slate-500); margin-top: 3px; }
.hs-live-row .due { font-size: 11px; font-weight: 600; color: var(--accent-700); white-space: nowrap; }
.hs-live-row .amt { font-family: var(--f-mono); font-size: 11.5px; color: var(--slate-600); text-align: right; margin-top: 3px; }
/* Carousel controls */
.hero-c-controls { position: absolute; bottom: 28px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; max-width: 1280px; margin: 0 auto; z-index: 3; }
.hero-c-dots { display: flex; gap: 10px; align-items: center; }
.hero-c-dot { position: relative; width: 36px; height: 2px; background: rgba(255,255,255,.2); border: 0; padding: 0; cursor: pointer; overflow: hidden; }
.hero-c-dot.active { background: rgba(255,255,255,.3); }
.hero-c-dot .fill { position: absolute; inset: 0; background: var(--accent-500); transform: scaleX(0); transform-origin: left; }
.hero-c-dot.active .fill { animation: dotFill 7s linear forwards; }
@keyframes dotFill { to { transform: scaleX(1); } }
.hero-c-counter { font-family: var(--f-mono); font-size: 11px; color: rgba(255,255,255,.38); letter-spacing: .08em; margin-left: 14px; }
.hero-c-nav { display: flex; gap: 6px; }
.hero-c-nav button { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); display: grid; place-items: center; cursor: pointer; color: rgba(255,255,255,.75); transition: all .2s; }
.hero-c-nav button:hover { background: var(--accent-600); color: #fff; border-color: var(--accent-600); }
@keyframes heroFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(27,107,62,.5); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(27,107,62,.5);} 70%{box-shadow:0 0 0 8px rgba(27,107,62,0);} 100%{box-shadow:0 0 0 0 rgba(27,107,62,0);} }
/* DG Leadership photo card */
.hs-dg { position: absolute; inset: 0; background: #050e07; transform: translateZ(40px); box-shadow: 0 48px 96px -20px rgba(4,16,9,.7), 0 12px 32px -8px rgba(4,16,9,.4); overflow: hidden; }
.hs-dg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center center; display: block; }
.hs-dg-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,14,7,.1) 0%, rgba(5,14,7,0) 40%, rgba(5,14,7,.9) 100%); }
.hs-dg-badge { position: absolute; top: 26px; left: 26px; display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-400); background: rgba(4,20,10,.55); border: 1px solid var(--accent-600); padding: 6px 12px; backdrop-filter: blur(8px); }
.hs-dg-bureau { position: absolute; bottom: 56px; left: 26px; right: 26px; }
.hs-dg-bureau-line1 { font-family: var(--f-head); font-size: 13px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.7); line-height: 1; margin-bottom: 4px; }
.hs-dg-bureau-line2 { font-family: var(--f-head); font-size: clamp(28px, 4.5vw, 42px); font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; color: #fff; line-height: .95; text-shadow: 0 4px 24px rgba(4,16,9,.7); }
.hs-dg-bureau-line3 { font-family: var(--f-head); font-size: clamp(28px, 4.5vw, 42px); font-weight: 800; letter-spacing: -.01em; text-transform: uppercase; color: var(--accent-400); line-height: .95; text-shadow: 0 4px 24px rgba(4,16,9,.7); }
.hs-dg-state { position: absolute; bottom: 28px; left: 26px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.45); font-weight: 500; }

/* ── Ticker ── */
.ticker { display: flex; align-items: stretch; background: var(--primary-900); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); height: 50px; overflow: hidden; position: relative; z-index: 2; }
.ticker-label { flex-shrink: 0; display: flex; align-items: center; gap: 9px; padding: 0 22px; background: var(--accent-700); font-size: 11px; font-weight: 800; letter-spacing: .18em; color: #fff; text-transform: uppercase; white-space: nowrap; }
.ticker-track-wrap { flex: 1; overflow: hidden; position: relative; }
.ticker-track-wrap::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 40px; background: linear-gradient(to right, var(--primary-900), transparent); z-index: 1; pointer-events: none; }
.ticker-track-wrap::after  { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 60px; background: linear-gradient(to left,  var(--primary-900), transparent); z-index: 1; pointer-events: none; }
.ticker-track { display: flex; align-items: center; white-space: nowrap; animation: tickerScroll 22s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 8px; padding: 0 40px 0 0; font-size: 15px; font-weight: 500; color: rgba(255,255,255,.82); text-decoration: none; transition: color .2s; }
.ticker-item:hover { color: #fff; }
a.ticker-item::after { content: "◆"; padding-left: 40px; color: rgba(255,255,255,.18); font-size: 8px; }
a.ticker-item:last-child::after { content: "◆"; color: rgba(255,255,255,.18); font-size: 8px; }
.ticker-tag { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; flex-shrink: 0; }
.ticker-tender .ticker-tag { background: rgba(27,107,62,.35); color: var(--accent-400); border: 1px solid rgba(27,107,62,.4); }
.ticker-news    .ticker-tag { background: rgba(59,130,246,.18); color: #93c5fd; border: 1px solid rgba(59,130,246,.28); }
.ticker-meta { color: rgba(255,255,255,.45); font-size: 13px; }
@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Metrics strip ── */
.metrics { background: var(--primary-900); color: #fff; border-top: 3px solid var(--accent-600); }
.metrics-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.metric { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 6px; }
.metric:last-child { border-right: 0; }
.metric-num { font-family: var(--f-head); font-weight: 600; font-size: 40px; line-height: 1; color: #fff; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.metric-num sup { font-size: 18px; font-weight: 500; color: var(--primary-200); margin-left: 4px; letter-spacing: 0; }
.metric-label { font-size: 12px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; }
.metric-trend { font-size: 12px; color: var(--primary-200); margin-top: 4px; display: inline-flex; align-items: center; gap: 4px; }

/* ── Services ── */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--slate-200); border: 1px solid var(--slate-200); }
.service { background: var(--paper-2); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; text-decoration: none; color: inherit; transition: background .2s; min-height: 220px; position: relative; }
.service:hover { background: var(--slate-50); text-decoration: none; }
.service-icon { width: 36px; height: 36px; background: var(--primary-50); border: 1px solid var(--primary-100); display: grid; place-items: center; color: var(--primary-700); margin-bottom: 8px; flex-shrink: 0; }
.service-title { font-family: var(--f-head); font-weight: 600; font-size: 20px; color: var(--ink); letter-spacing: -.01em; }
.service-desc { font-size: 13.5px; color: var(--slate-600); line-height: 1.55; flex: 1; }
.service-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--primary-800); margin-top: auto; }
.service:hover .service-cta { gap: 10px; transition: gap .2s var(--ease); }

/* ── Data tables ── */
.table-wrap { background: var(--paper-2); border: 1px solid var(--slate-200); border-radius: 2px; overflow: hidden; }
.table-toolbar { padding: 14px 16px; border-bottom: 1px solid var(--slate-200); background: var(--slate-50); display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.table-toolbar .count { font-size: 12.5px; color: var(--slate-600); margin-right: auto; }
.table-toolbar .count b { color: var(--ink); }
.filter-input { display: flex; align-items: center; gap: 8px; padding: 7px 12px; background: #fff; border: 1px solid var(--slate-200); border-radius: 4px; font-size: 13px; color: var(--slate-700); min-width: 220px; }
.filter-input:focus-within { border-color: var(--primary-700); outline: 2px solid var(--primary-100); outline-offset: 0; }
.filter-input svg { color: var(--slate-400); flex-shrink: 0; }
.filter-input input { border: 0; outline: 0; background: transparent; flex: 1; font-size: 13px; color: inherit; }
.select { padding: 7px 28px 7px 12px; border: 1px solid var(--slate-200); background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path d="M1 1l4 4 4-4" stroke="%236A7770" stroke-width="1.5" fill="none"/></svg>') no-repeat right 10px center; border-radius: 4px; font-size: 13px; color: var(--slate-700); appearance: none; cursor: pointer; }
.chip-filter { display: inline-flex; gap: 6px; padding: 4px 10px; background: var(--primary-100); color: var(--primary-800); border-radius: 999px; font-size: 12px; font-weight: 500; }
.chip-filter button { background: transparent; border: 0; color: inherit; cursor: pointer; padding: 0; line-height: 1; }
.dt { width: 100%; font-size: 13.5px; }
.dt thead th { padding: 12px 16px; text-align: left; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-600); background: var(--slate-50); border-bottom: 1px solid var(--slate-200); }
.dt tbody td { padding: 16px; border-bottom: 1px solid var(--slate-150); vertical-align: top; color: var(--slate-800); }
.dt tbody tr:hover { background: var(--slate-50); cursor: pointer; }
.dt tbody tr:last-child td { border-bottom: 0; }
.dt-title { font-weight: 500; color: var(--ink); line-height: 1.4; }
.dt-sub { font-size: 12px; color: var(--slate-500); margin-top: 3px; }
.dt-ref { font-family: var(--f-mono); font-size: 12px; color: var(--slate-600); }
.dt-amount { font-family: var(--f-mono); font-variant-numeric: tabular-nums; font-weight: 500; color: var(--ink); white-space: nowrap; }
.dt-due { font-size: 12.5px; color: var(--slate-700); }
.dt-due b { color: var(--accent-700); font-weight: 600; }
.dl-btn { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; background: var(--slate-50); border: 1px solid var(--slate-200); border-radius: 3px; font-size: 12px; font-weight: 500; color: var(--slate-700); font-family: var(--f-mono); text-decoration: none; }
.dl-btn:hover { background: #fff; border-color: var(--primary-500); color: var(--primary-800); text-decoration: none; }
.pagination { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-top: 1px solid var(--slate-200); background: var(--slate-50); font-size: 13px; color: var(--slate-600); }
.pagination-pages { display: flex; gap: 4px; }
.pagination-pages a, .pagination-pages span { min-width: 32px; height: 32px; padding: 0 10px; border: 1px solid var(--slate-200); background: #fff; border-radius: 3px; font-size: 13px; color: var(--slate-700); display: inline-flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; text-decoration: none; }
.pagination-pages a:hover { border-color: var(--primary-500); color: var(--primary-800); }
.pagination-pages .active, .pagination-pages span[aria-current] { background: var(--primary-800); border-color: var(--primary-800); color: #fff; }

/* ── News grid ── */
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 0; border: 1px solid var(--slate-200); background: var(--slate-200); }
.news-grid > * { background: var(--paper-2); padding: 24px; text-decoration: none; color: inherit; }
.news-lead { grid-row: span 2; display: flex; flex-direction: column; gap: 12px; }
.news-lead-img { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--primary-800), var(--primary-600)); position: relative; overflow: hidden; display: flex; align-items: end; padding: 16px; }
.news-lead-img::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(135deg, rgba(0,0,0,.3), transparent 50%), repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 6px); }
.news-lead-img .img-label { position: relative; color: rgba(255,255,255,.9); font-family: var(--f-mono); font-size: 11px; letter-spacing: .1em; }
.news-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--primary-700); font-weight: 600; }
.news-title { font-family: var(--f-head); font-weight: 600; line-height: 1.2; letter-spacing: -.01em; color: var(--ink); }
.news-lead .news-title { font-size: 26px; }
.news-grid > *:not(.news-lead) .news-title { font-size: 17px; }
.news-meta { font-size: 12px; color: var(--slate-500); margin-top: auto; padding-top: 8px; }
.news-grid > *:hover { background: var(--slate-50); }
.news-grid > *:hover .news-title { color: var(--primary-800); }

/* ── Notice/Alert ── */
.notice { display: flex; gap: 14px; align-items: flex-start; padding: 14px 18px; background: var(--info-bg); border-left: 3px solid var(--info); border-radius: 2px; color: var(--slate-800); }
.notice svg { color: var(--info); flex-shrink: 0; margin-top: 1px; }
.notice b { color: var(--slate-900); }
.notice__title { font-weight: 600; color: var(--slate-900); margin-bottom: 3px; font-size: 14px; }
.notice__text { font-size: 13.5px; color: var(--slate-700); line-height: 1.5; }
.notice--warn, .notice--warning { background: var(--warn-bg); border-left-color: var(--warn); }
.notice--warn svg, .notice--warning svg { color: var(--warn); }
.notice--success { background: var(--ok-bg); border-left-color: var(--ok); }
.notice--success svg { color: var(--ok); }
.notice--error { background: var(--danger-bg); border-left-color: var(--danger); }
.notice--error svg { color: var(--danger); }
.notice--info { background: var(--info-bg); border-left-color: var(--info); }
.notice--info svg { color: var(--info); }

/* ── Footer ── */
.footer { background: var(--primary-900); color: rgba(255,255,255,.75); padding: 56px 0 0; font-size: 13.5px; position: relative; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--primary-500), var(--accent-600)); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer h4 { font-size: 11.5px; text-transform: uppercase; letter-spacing: .14em; font-weight: 600; color: #fff; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer ul li { margin-bottom: 8px; }
.footer a { color: rgba(255,255,255,.75); }
.footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-brand .crest { box-shadow: 0 0 0 3px var(--primary-900), 0 0 0 4px rgba(255,255,255,.15); }
.footer-brand h3 { font-family: var(--f-head); font-size: 20px; font-weight: 600; color: #fff; margin-top: 16px; line-height: 1.25; }
.footer-desc { font-size: 13px; line-height: 1.6; margin-top: 10px; color: rgba(255,255,255,.65); max-width: 40ch; }
.footer-contact { display: grid; gap: 12px; font-size: 13px; }
.footer-contact > div { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { color: var(--primary-200); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.5); }
.footer-bottom a { color: rgba(255,255,255,.5); }
.footer-bottom .seal-line { display: flex; gap: 18px; align-items: center; }
.footer-bottom .seal-mark { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.3); display: grid; place-items: center; font-family: var(--f-head); font-size: 9px; font-weight: 700; color: rgba(255,255,255,.7); }

/* ── Page header ── */
.page-head { background: var(--canvas); border-bottom: 1px solid var(--slate-200); padding: 48px 0 40px; position: relative; text-align: center; }
.page-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 40px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.6)); pointer-events: none; }
.breadcrumb { display: flex; gap: 6px; align-items: center; font-size: 12.5px; color: var(--slate-500); margin-bottom: 16px; }
.breadcrumb a { color: var(--slate-600); }
.breadcrumb a:hover { color: var(--primary-800); }
.breadcrumb .sep, .breadcrumb__sep { color: var(--slate-400); margin: 0 2px; }
.page-head .breadcrumb { justify-content: center; }
.page-head .eyebrow { justify-content: center; }
.page-head h1 { font-family: var(--f-head); font-size: clamp(36px, 4vw, 52px); font-weight: 600; line-height: 1.08; letter-spacing: -.02em; color: var(--ink); }
.page-head-lede { margin-top: 14px; font-size: 16.5px; line-height: 1.55; color: var(--slate-700); max-width: 68ch; font-family: var(--f-head); font-weight: 400; margin-left: auto; margin-right: auto; }
.page-head-meta { margin-top: 20px; display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--slate-600); justify-content: center; }
.page-head-meta .kv b { color: var(--ink); margin-right: 4px; }

/* ── Complaint form ── */
.layout-split { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.form-card { background: var(--paper-2); border: 1px solid var(--slate-200); padding: 36px 40px; border-radius: 2px; }
.stepper { display: flex; gap: 0; margin-bottom: 32px; background: var(--slate-50); padding: 8px; border: 1px solid var(--slate-200); border-radius: 2px; }
.step { flex: 1; padding: 10px 12px; font-size: 13px; color: var(--slate-600); display: flex; align-items: center; gap: 8px; border: 0; background: transparent; text-align: left; cursor: pointer; border-radius: 2px; transition: all .15s; }
.step-num { width: 22px; height: 22px; border-radius: 50%; background: var(--slate-200); color: var(--slate-600); display: grid; place-items: center; font-size: 11px; font-weight: 600; font-family: var(--f-mono); flex-shrink: 0; }
.step.active { background: #fff; color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,.04); font-weight: 500; }
.step.active .step-num { background: var(--primary-800); color: #fff; }
.step.done .step-num { background: var(--primary-500); color: #fff; }
.form-row { display: grid; gap: 6px; margin-bottom: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row.two > div { display: grid; gap: 6px; }
.form-label { font-size: 12.5px; font-weight: 600; color: var(--slate-800); display: flex; align-items: center; gap: 6px; }
.form-label .req { color: var(--danger); }
.form-hint { font-size: 12px; color: var(--slate-500); line-height: 1.5; }
.form-control { padding: 10px 12px; border: 1px solid var(--slate-300); border-radius: 3px; font-size: 14px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%; }
.form-control:focus { outline: 0; border-color: var(--primary-700); box-shadow: 0 0 0 3px var(--primary-100); }
textarea.form-control { min-height: 140px; resize: vertical; font-family: inherit; line-height: 1.5; }
.radio-group { display: grid; gap: 8px; margin-top: 6px; }
.radio-opt { display: flex; gap: 12px; padding: 12px 14px; border: 1px solid var(--slate-200); border-radius: 3px; cursor: pointer; background: #fff; transition: border-color .15s, background .15s; }
.radio-opt:hover { border-color: var(--slate-400); }
.radio-opt.selected { border-color: var(--primary-700); background: var(--primary-50); }
.radio-opt input { margin-top: 3px; accent-color: var(--primary-800); }
.radio-opt .r-title { font-size: 13.5px; font-weight: 500; color: var(--ink); }
.radio-opt .r-desc { font-size: 12px; color: var(--slate-600); margin-top: 2px; }
.file-drop { border: 1.5px dashed var(--slate-300); border-radius: 4px; padding: 28px; text-align: center; background: var(--slate-50); transition: border-color .15s, background .15s; cursor: pointer; }
.file-drop:hover { border-color: var(--primary-600); background: var(--primary-50); }
.file-drop svg { color: var(--slate-400); margin: 0 auto 8px; }
.file-drop .fd-title { font-size: 13.5px; font-weight: 500; color: var(--ink); }
.file-drop .fd-sub { font-size: 12px; color: var(--slate-500); margin-top: 4px; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--slate-200); }
.aside-card { background: var(--canvas); border: 1px solid var(--canvas-2); padding: 24px; border-radius: 2px; position: sticky; top: 100px; }
.aside-card h4 { font-family: var(--f-head); font-size: 17px; font-weight: 600; margin-bottom: 12px; letter-spacing: -.005em; }
.aside-card ul.checks { display: grid; gap: 10px; }
.aside-card ul.checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--slate-700); line-height: 1.5; }
.aside-card ul.checks li svg { color: var(--primary-700); flex-shrink: 0; margin-top: 2px; }
.aside-rule { height: 1px; background: var(--slate-200); margin: 20px 0; }
.aside-card .aside-contact { display: grid; gap: 6px; font-size: 13px; color: var(--slate-700); }
.aside-card .aside-contact b { color: var(--ink); font-weight: 600; }
.receipt { background: var(--paper-2); border: 1px solid var(--slate-200); padding: 48px; border-radius: 2px; text-align: center; max-width: 620px; margin: 0 auto; position: relative; }
.receipt::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--ok); }
.receipt-check { width: 64px; height: 64px; border-radius: 50%; background: var(--ok-bg); color: var(--ok); display: grid; place-items: center; margin: 0 auto 20px; }
.receipt h2 { font-family: var(--f-head); font-size: 28px; font-weight: 600; margin-bottom: 10px; letter-spacing: -.01em; }
.receipt-id { margin: 24px auto; display: inline-flex; flex-direction: column; background: var(--slate-50); border: 1px dashed var(--slate-300); padding: 14px 24px; border-radius: 3px; }
.receipt-id small { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--slate-500); }
.receipt-id b { font-family: var(--f-mono); font-size: 22px; letter-spacing: .04em; color: var(--primary-800); margin-top: 4px; }

/* ── Leaders ── */
.leaders { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.leader { display: grid; grid-template-columns: 160px 1fr; gap: 24px; background: var(--paper-2); border: 1px solid var(--slate-200); padding: 24px; position: relative; }
.leader::before { content: ""; position: absolute; left: -1px; top: -1px; width: 4px; bottom: -1px; background: var(--primary-800); }
.leader-photo { width: 160px; height: 200px; background: repeating-linear-gradient(135deg, var(--slate-100) 0 8px, var(--slate-50) 8px 16px); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.leader-initials { font-family: var(--f-head); font-size: 36px; font-weight: 700; color: var(--primary-700); letter-spacing: -.02em; position: relative; z-index: 1; }
.leader-role { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--primary-700); font-weight: 600; }
.leader-name { font-family: var(--f-head); font-size: 22px; font-weight: 600; margin-top: 6px; line-height: 1.15; }
.leader-sub { font-size: 12.5px; color: var(--slate-500); margin-top: 2px; }
.leader-quote { font-family: var(--f-head); font-style: italic; font-size: 15px; line-height: 1.6; color: var(--slate-700); margin-top: 14px; padding-left: 12px; border-left: 2px solid var(--accent-600); }
.leader-sig { font-family: var(--f-head); font-size: 13.5px; font-weight: 600; color: var(--slate-700); margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--slate-150); letter-spacing: -.01em; }

/* ── Specialist unit directors grid ── */
.unit-directors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--slate-200); border: 1px solid var(--slate-200); }
.unit-director-card { background: var(--paper-2); padding: 22px 20px; display: flex; gap: 14px; align-items: flex-start; transition: background .15s; }
.unit-director-card:hover { background: var(--slate-50); }
.udc-photo { width: 56px; height: 70px; background: repeating-linear-gradient(135deg, var(--primary-50) 0 6px, var(--primary-100) 6px 12px); flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--primary-100); }
.udc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.udc-initials { font-family: var(--f-head); font-size: 20px; font-weight: 700; color: var(--primary-700); }
.udc-body { flex: 1; min-width: 0; }
.udc-unit { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--primary-600); margin-bottom: 8px; }
.udc-unit svg { color: var(--primary-500); flex-shrink: 0; }
.udc-name { font-family: var(--f-head); font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 3px; }
.udc-title { font-size: 11.5px; color: var(--slate-500); letter-spacing: .02em; margin-bottom: 8px; }
.udc-desc { font-size: 12.5px; color: var(--slate-600); line-height: 1.6; }
@media (max-width: 980px) { .unit-directors-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .unit-directors-grid { grid-template-columns: 1fr; } .unit-director-card { flex-direction: row; } }

/* ── About values ── */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--slate-200); border: 1px solid var(--slate-200); }
.value-card { background: var(--paper-2); padding: 28px 24px; }
.value-card .vn { font-family: var(--f-mono); font-size: 11px; color: var(--slate-400); margin-bottom: 12px; letter-spacing: .06em; }
.value-card h3 { font-family: var(--f-head); font-size: 21px; font-weight: 600; letter-spacing: -.01em; margin-bottom: 10px; color: var(--ink); }
.value-card p { font-size: 13.5px; color: var(--slate-600); line-height: 1.6; }
.timeline { display: grid; gap: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 48px; top: 0; bottom: 0; width: 1px; background: var(--slate-200); }
.tl-item { display: grid; grid-template-columns: 96px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--slate-150); align-items: start; }
.tl-item:last-child { border-bottom: 0; }
.tl-year { font-family: var(--f-mono); font-size: 13px; font-weight: 500; color: var(--primary-700); text-align: right; padding-top: 2px; }
.tl-event { font-size: 14px; color: var(--slate-700); line-height: 1.55; padding-left: 16px; }
.dir-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.dir-card { background: var(--paper-2); border: 1px solid var(--slate-200); padding: 20px; }
.dir-card .dir-role { font-size: 10.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--primary-700); font-weight: 600; margin-bottom: 4px; }
.dir-card .dir-name { font-family: var(--f-head); font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.dir-card .dir-qual { font-size: 12px; color: var(--slate-500); }
.dir-card .dir-tenure { font-family: var(--f-mono); font-size: 11px; color: var(--slate-400); margin-top: 8px; }

/* ── Resources ── */
.resources-layout { display: grid; grid-template-columns: 200px 1fr; gap: 40px; align-items: start; }
.resource-sidebar { position: sticky; top: 96px; }
.resource-sidebar h4 { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--slate-500); font-weight: 600; margin-bottom: 10px; }
.resource-sidebar ul { display: grid; gap: 2px; }
.resource-sidebar li button { display: block; width: 100%; text-align: left; padding: 8px 10px; font-size: 13px; color: var(--slate-700); background: transparent; border: 0; border-radius: 3px; cursor: pointer; }
.resource-sidebar li button:hover { background: var(--slate-100); color: var(--ink); }
.resource-sidebar li button.active { background: var(--primary-50); color: var(--primary-800); font-weight: 600; }
.resource-type { display: inline-flex; align-items: center; padding: 2px 7px; font-size: 10.5px; font-weight: 600; border-radius: 2px; letter-spacing: .04em; font-family: var(--f-mono); text-transform: uppercase; }
.resource-type-Form { background: var(--info-bg); color: var(--info); }
.resource-type-Guide { background: var(--ok-bg); color: var(--ok); }
.resource-type-Law { background: var(--warn-bg); color: var(--warn); }
.resource-type-Report { background: var(--slate-100); color: var(--slate-700); }
.resource-row { display: flex; align-items: center; gap: 16px; padding: 16px; border-bottom: 1px solid var(--slate-150); }
.resource-row:last-child { border-bottom: 0; }
.resource-row .res-title { font-size: 13.5px; font-weight: 500; color: var(--ink); flex: 1; }
.resource-row .res-meta { font-size: 12px; color: var(--slate-500); margin-top: 2px; }
.resource-row .res-code { font-family: var(--f-mono); font-size: 11px; color: var(--slate-400); }

/* ── Responsive ── */
@media (max-width: 980px) {
  .hero-c-inner { grid-template-columns: 1fr; }
  .hero-stage { display: none; }
  .metrics-inner { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .leaders, .news-grid, .layout-split { grid-template-columns: 1fr; }
  .news-lead { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-menu { display: none; }
  .utility-left { display: none; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .dir-grid { grid-template-columns: 1fr 1fr; }
  .resources-layout { grid-template-columns: 1fr; }
  .resource-sidebar { position: static; }
}
/* ── Hero leadership card (slide 4) ── */
.hs-leadership { background: var(--paper-2); border: 1px solid var(--slate-200); box-shadow: 0 40px 80px -20px rgba(11,31,23,.22); padding: 28px 28px; transform: translateZ(40px); position: relative; display: flex; flex-direction: column; gap: 0; }
.hs-lead-eyebrow { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--primary-700); font-weight: 700; margin-bottom: 18px; }
.hs-lead-item { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: start; }
.hs-lead-photo { width: 64px; height: 80px; overflow: hidden; background: repeating-linear-gradient(135deg, var(--slate-100) 0 6px, var(--slate-50) 6px 12px); position: relative; flex-shrink: 0; }
.hs-lead-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hs-lead-initials { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-head); font-size: 22px; font-weight: 700; color: var(--primary-700); }
.hs-lead-role { font-size: 9.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--primary-700); font-weight: 600; margin-bottom: 3px; }
.hs-lead-name { font-family: var(--f-head); font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.2; margin-bottom: 6px; }
.hs-lead-quote { font-family: var(--f-head); font-style: italic; font-size: 11.5px; line-height: 1.55; color: var(--slate-600); border-left: 2px solid var(--accent-600); padding-left: 8px; }
.hs-lead-divider { height: 1px; background: var(--slate-150); margin: 18px 0; }

/* ── About mandate grid responsive ── */
.mandate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--slate-200); border: 1px solid var(--slate-200); }
.mandate-grid__cell { background: var(--paper-2); padding: 28px 24px; }
@media (max-width: 980px) { .mandate-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .mandate-grid { grid-template-columns: 1fr; } }

/* ── Brand seal (real logo) ── */
.brand-seal { border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 3px var(--paper), 0 0 0 4px var(--primary-200); flex-shrink: 0; }
.footer-brand .brand-seal { box-shadow: 0 0 0 3px var(--primary-900), 0 0 0 4px rgba(255,255,255,.15); }

/* ── Resource sidebar button ── */
.res-nav-btn { display: block; width: 100%; text-align: left; padding: 8px 10px; font-size: 13px; color: var(--slate-700); background: transparent; border: 0; border-radius: 3px; cursor: pointer; }
.res-nav-btn:hover { background: var(--slate-100); color: var(--ink); }
.res-nav-btn.active { background: var(--primary-50); color: var(--primary-800); font-weight: 600; }

/* ── Page hero (legacy section yield compatibility) ── */
.page-hero { background: var(--canvas); border-bottom: 1px solid var(--slate-200); padding: 48px 0 40px; text-align: center; }
.page-hero .breadcrumb { justify-content: center; }
.page-hero__eyebrow { font-size: 11.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--primary-700); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; justify-content: center; }
.page-hero__title { font-family: var(--f-head); font-size: clamp(32px, 4vw, 48px); font-weight: 600; line-height: 1.1; letter-spacing: -.02em; color: var(--ink); margin-bottom: 14px; }
.page-hero__sub { font-size: 16px; line-height: 1.55; color: var(--slate-700); max-width: 68ch; font-family: var(--f-head); margin-left: auto; margin-right: auto; }
.section-label { font-size: 11.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--primary-700); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.section-title { font-family: var(--f-head); font-weight: 600; letter-spacing: -.015em; color: var(--ink); font-size: 30px; line-height: 1.15; margin-top: 10px; }
.breadcrumb__sep { color: var(--slate-400); margin: 0 2px; }


/* ── Scroll reveal ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 600px) {
  .services { grid-template-columns: 1fr; }
  .metrics-inner { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: 1fr; }
  .dir-grid { grid-template-columns: 1fr; }
  .form-row.two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .leaders { grid-template-columns: 1fr; }
  .leader { grid-template-columns: 1fr; }
  .leader-photo { width: 100%; height: 180px; }
}

/* ── Mobile table scroll ── */
@media (max-width: 900px) {
  .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table-wrap .dt { min-width: 640px; }
}

/* ── Alert banner ── */
.alert-banner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 24px; background: var(--warn-bg); border-bottom: 1px solid var(--accent-100); font-size: 13.5px; color: var(--warn); }
.alert-banner a { color: var(--warn); font-weight: 600; text-decoration: underline; }
.alert-banner__close { background: transparent; border: 0; color: var(--warn); cursor: pointer; font-size: 18px; line-height: 1; padding: 2px 6px; border-radius: 3px; flex-shrink: 0; }
.alert-banner__close:hover { background: var(--accent-100); }

/* ── Skip nav (ensure always accessible) ── */
@media (prefers-reduced-motion: reduce) {
  .hero-c-dot .fill { animation: none !important; }
  .hs-chip { animation: none !important; }
  .pulse { animation: none !important; }
}

/* ── Empty state ── */
.empty-state { text-align: center; padding: 60px 24px; color: var(--slate-500); }
.empty-state svg { margin: 0 auto 16px; color: var(--slate-300); display: block; }
.empty-state p { font-size: 15px; margin-bottom: 20px; }

/* ── CTA strip (contracts page) ── */
.cta-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
@media (max-width: 640px) { .cta-strip { grid-template-columns: 1fr; } }

/* ── Admin quick-grid mobile ── */
@media (max-width: 480px) { .adm-quick-grid { grid-template-columns: 1fr 1fr; } }

/* ── Print styles ── */
@media print {
  .nav, .utility, .hero-c-controls, .nav-drawer, .nav-backdrop, footer { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #555; }
  .table-wrap { overflow: visible !important; }
  .dt { min-width: auto !important; }
}
