/* Inspired Solutions SEWP VI internal sales desk
   Federal contractor desk. Orange is a scalpel. Never orange type on navy.
   briefing.inspired-us.com: sticky tech-blue header, white mark ~36px,
   3px orange rule, sticky banner, paper #F2F2F2. */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700;800&display=swap");

:root {
  --orange: #fa5d2a;
  --navy: #202d64;
  --tech: #0a1628;
  --paper: #F2F2F2;
  --white: #ffffff;
  --gray: #808080;
  --ink: #1b1b1b;
  --muted: #5a5f6d;
  --rule: #d8dce6;
  --card: #ffffff;
  --ok: #1F7A3A;
  --wait: #B25C00;
  --stop: #A8261C;
  --info: #2A5BAB;
  --page: 74rem;
  --measure: 46rem;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 19px;
  scroll-behavior: smooth;
  scroll-padding-top: 6.6rem;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Avenir, "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; border: 0; display: block; }

a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 0.16em; }
a:hover { color: var(--tech); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--navy); outline-offset: 3px; }

.skip { position: absolute; left: 0.75rem; top: -3.2rem; background: var(--white); color: var(--navy); padding: 0.4rem 0.7rem; z-index: 40; }
.skip:focus { top: 0.75rem; }

.chrome {
  position: sticky;
  top: 0;
  z-index: 30;
}
.site-header, .masthead {
  background: var(--tech);
  color: var(--white);
}

.header-inner, .masthead-inner {
  max-width: var(--page);
  margin: 0 auto;
  min-height: 4.15rem;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; color: var(--white); flex-shrink: 0; }
.brand:hover { color: var(--white); }
.brand img { height: 36px; width: auto; }
.brand-text, .brand-meta { line-height: 1.15; }
.brand-kicker {
  margin: 0;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c8cdd6;
}
.brand-name, .desk-name {
  margin: 0.12rem 0 0;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--white);
}
.desk-sub, .control { margin: 0.15rem 0 0; color: #c8cdd6; font-size: 0.92rem; }
.control { text-align: right; }
.control strong { display: block; color: var(--white); }

.nav, .nav-inner { display: flex; flex-wrap: wrap; gap: 0.1rem; justify-content: flex-end; }
.nav a {
  position: relative;
  color: #e8ebf0;
  text-decoration: none;
  padding: 0.4rem 0.65rem;
  font-size: 1rem;
  font-weight: 500;
}
.nav a:hover { color: var(--white); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.18rem;
  height: 2px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
.nav a.is-current { color: var(--white); font-weight: 600; }

.accent { display: block; height: 3px; background: var(--orange); }
.accent i { display: none; }
.rule-orange { height: 3px; margin: 0; border: 0; background: var(--orange); }

.banner { background: #141e32; color: var(--white); border-bottom: 1px solid #243044; }
.banner-inner {
  max-width: var(--page);
  margin: 0 auto;
  padding: 0.7rem 1.25rem;
  font-size: 1.05rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  align-items: baseline;
}
.banner strong { font-weight: 700; }
.banner .when { color: #c8cdd6; }

.hero { background: var(--tech); color: var(--white); padding: 2.1rem 1.25rem 2.25rem; }
.hero-inner { max-width: var(--page); margin: 0 auto; }
.hero h1 {
  margin: 0;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 800;
  font-size: clamp(2.05rem, 3.2vw, 2.85rem);
  line-height: 1.15;
  color: var(--white);
  max-width: 40rem;
}
.hero .lede { margin: 0.85rem 0 0; max-width: 42rem; color: #d5dae3; font-size: 1.2rem; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.1rem; }

.desk {
  max-width: var(--page);
  margin: 0 auto;
  padding: 1.6rem 1.25rem 3.4rem;
  display: grid;
  grid-template-columns: 14.5rem minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.jump, .rail {
  position: sticky;
  top: 5.7rem;
  padding: 0.2rem 0 1rem;
}
.jump p, .rail p {
  margin: 0 0 0.55rem;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}
.jump ol { list-style: none; margin: 0; padding: 0; border-left: 2px solid var(--rule); }
.jump a, .rail a {
  display: block;
  padding: 0.32rem 0 0.32rem 0.75rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.3;
}
.jump a:hover, .rail a:hover { color: var(--navy); }

.page, .sheet { min-width: 0; }
.page-head { margin-bottom: 1.2rem; }

h1, h2, h3, h4 {
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.22;
}
.page h2, .sheet h2 {
  font-size: 1.38rem;
  margin: 2.15rem 0 0.65rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--rule);
}
.page h2:first-child, .sheet h2:first-of-type { margin-top: 0; }
.page h3, .sheet h3 { font-size: 1.15rem; margin: 1.35rem 0 0.4rem; }
.page p, .page li, .sheet p, .sheet li { max-width: var(--measure); }
.page p, .sheet p { margin: 0.55rem 0; }
ul, ol { padding-left: 1.2rem; }
li + li { margin-top: 0.32rem; }

.chip {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.18rem 0.45rem;
  border: 1px solid var(--navy);
  border-radius: 4px;
  color: var(--navy);
  background: var(--white);
  box-shadow: none;
  animation: chip-in 0.45s ease both;
}
.chip + .chip { margin-left: 0.2rem; }
.chip-stop { border-color: var(--orange); color: var(--tech); background: #fff4ef; }
.chip-wait { border-color: var(--gray); color: #555; background: #f3f3f3; }
.chip-ok { border-color: var(--ok); color: var(--ok); background: #f2f8f3; }
.chip-info { border-color: var(--info); color: var(--info); background: #f3f6fb; }
.hero .chip { border-color: #6b7384; color: #e8ebf0; background: transparent; }
.hero .chip-stop { border-color: #c96a4a; color: #fff; background: rgba(250, 93, 42, 0.12); }
.hero .chip-wait { border-color: #6b7384; color: #c8cdd6; background: transparent; }
@keyframes chip-in { from { opacity: 0; } to { opacity: 1; } }
.chip:nth-child(2) { animation-delay: 0.06s; }
.chip:nth-child(3) { animation-delay: 0.12s; }
.chip:nth-child(4) { animation-delay: 0.18s; }
.chip:nth-child(5) { animation-delay: 0.24s; }

.box {
  background: var(--card);
  border: 1px solid var(--rule);
  border-left-width: 4px;
  border-radius: 0;
  padding: 0.9rem 1.05rem;
  margin: 1rem 0;
  max-width: 48rem;
  box-shadow: none;
}
.box > :first-child { margin-top: 0; }
.box > :last-child { margin-bottom: 0; }
.box h3 { margin-top: 0; }
.box-stop { border-left-color: var(--orange); }
.box-ok { border-left-color: var(--navy); }
.box-wait { border-left-color: var(--gray); }
.box-info { border-left-color: var(--info); }

.pair { display: grid; grid-template-columns: 1fr; gap: 0.75rem; margin: 1rem 0 1.3rem; }
@media (min-width: 820px) { .pair { grid-template-columns: 1fr 1fr; } }
.pair .box { margin: 0; max-width: none; height: 100%; }
.pair li { max-width: none; }
.say-label {
  display: inline-block;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.say-yes { color: var(--navy); }
.say-no { color: var(--stop); }

.awards { display: grid; grid-template-columns: 1fr; border: 1px solid var(--rule); background: var(--card); margin: 1rem 0 1.3rem; }
.awards article { padding: 1rem 1.1rem 1.15rem; }
.awards article + article { border-top: 1px solid var(--rule); }
.awards h3 { margin: 0 0 0.65rem; font-size: 1.15rem; }
.awards dl { margin: 0; display: grid; grid-template-columns: 8.2rem 1fr; gap: 0.28rem 0.7rem; }
.awards dt { color: var(--gray); font-size: 0.84rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.awards dd { margin: 0; }
@media (min-width: 780px) {
  .awards { grid-template-columns: 1fr 1fr; }
  .awards article + article { border-top: 0; border-left: 1px solid var(--rule); }
}

.owners { display: grid; border: 1px solid var(--rule); background: var(--card); margin: 0.7rem 0 1.2rem; }
.owner {
  display: grid;
  grid-template-columns: 10.5rem 11rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--rule);
}
.owner:first-child { border-top: 0; }
.owner .who { font-family: "Montserrat", Avenir, "Avenir Next", sans-serif; font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.owner .lane { font-size: 0.94rem; color: var(--muted); font-weight: 600; }
.owner .hold { font-size: 1rem; }
@media (max-width: 700px) { .owner { grid-template-columns: 1fr; gap: 0.15rem; } }

.digest { list-style: none; margin: 0.6rem 0 1.2rem; padding: 0; border: 1px solid var(--rule); background: var(--card); max-width: none; }
.digest > li { max-width: none; margin: 0; padding: 0.85rem 1rem; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 7.2rem 1fr; gap: 0.85rem; }
.digest > li:first-child { border-top: 0; }
.digest .when { font-family: "Montserrat", Avenir, "Avenir Next", sans-serif; font-weight: 700; color: var(--navy); font-size: 0.94rem; line-height: 1.3; }
.digest .when span { display: block; font-weight: 600; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 0.15rem; }
.digest h3 { margin: 0 0 0.3rem; font-size: 1.1rem; }
.digest p { margin: 0.25rem 0; max-width: none; }
@media (max-width: 640px) { .digest > li { grid-template-columns: 1fr; } }

.process, .timeline { list-style: none; margin: 0.6rem 0 1.2rem; padding: 0; border: 1px solid var(--rule); background: var(--card); max-width: none; counter-reset: step; }
.process > li, .timeline > li {
  max-width: none; margin: 0; padding: 0.85rem 1rem; border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: 2rem 9rem 1fr auto; gap: 0.7rem; align-items: start;
}
.process > li:first-child, .timeline > li:first-child { border-top: 0; }
.process > li::before {
  counter-increment: step;
  content: counter(step);
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700; color: var(--navy); font-size: 1.05rem;
}
.timeline > li::before { content: none; }
.timeline > li { grid-template-columns: 9rem 1fr auto; }
.process .step, .timeline .verb {
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700; color: var(--navy); font-size: 0.94rem;
  text-transform: uppercase; letter-spacing: 0.04em;
}
.process .state, .timeline .state { white-space: nowrap; }
@media (max-width: 700px) {
  .process > li, .timeline > li { grid-template-columns: 1fr; gap: 0.25rem; }
}

.table-wrap { overflow-x: auto; margin: 0.6rem 0 1.2rem; }
table { width: 100%; border-collapse: collapse; background: var(--card); font-size: 1rem; border-radius: 0; box-shadow: none; }
caption { text-align: left; font-weight: 600; color: var(--navy); padding: 0 0 0.4rem; font-size: 0.96rem; }
th, td { border: 1px solid var(--rule); padding: 0.52rem 0.7rem; text-align: left; vertical-align: top; }
th {
  background: var(--navy); color: var(--white);
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700; font-size: 0.84rem; letter-spacing: 0.04em; text-transform: uppercase;
}
tr:nth-child(even) td { background: #f4f6fa; }
.num { font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

.toc { list-style: none; padding: 0; margin: 0.5rem 0 0; max-width: none; border: 1px solid var(--rule); background: var(--card); }
.toc li { max-width: none; margin: 0; border-top: 1px solid var(--rule); }
.toc li:first-child { border-top: 0; }
.toc a { display: block; padding: 0.8rem 0.95rem; text-decoration: none; }
.toc a:hover { background: #f3f5f9; }
.toc strong { display: block; font-family: "Montserrat", Avenir, "Avenir Next", sans-serif; font-weight: 700; color: var(--navy); margin-bottom: 0.12rem; }
.toc span { color: #444; font-size: 1rem; }
.note { color: #444; font-size: 1.02rem; }

.footer { background: var(--navy); color: var(--white); }
.footer-inner { max-width: var(--page); margin: 0 auto; padding: 1.5rem 1.25rem 1.8rem; }
.footer img { height: 36px; width: auto; margin-bottom: 0.75rem; }
.footer p { margin: 0 0 0.5rem; max-width: 46rem; font-size: 1rem; color: #e8e8e8; }
.footer a { color: var(--white); }
.footer .fine { color: #c4c8d4; font-size: 0.9rem; }
.page-end { margin-top: 2rem; padding-top: 0.8rem; border-top: 1px solid var(--rule); font-size: 1rem; }

@media print {
  body { background: white; font-size: 11pt; }
  .site-header, .masthead, .jump, .rail, .banner { position: static; }
  .desk { display: block; }
}

@media (max-width: 900px) {
  .desk { grid-template-columns: 1fr; }
  .jump, .rail { position: static; border: 1px solid var(--rule); background: var(--card); padding: 0.75rem 1rem; }
  .jump ol { display: flex; flex-wrap: wrap; border: 0; gap: 0.15rem 0.4rem; }
}

@media (max-width: 760px) {
  .header-inner, .masthead-inner { flex-direction: column; align-items: flex-start; gap: 0.45rem; }
  .nav, .nav-inner { justify-content: flex-start; }
  .control { text-align: left; }
  .hero h1 { font-size: 1.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nav a::after, .chip { transition: none; animation: none; }
}


.jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
}
.jumps a {
  color: #d5dae3;
  font-size: 0.95rem;
  text-decoration: none;
  border-bottom: 1px solid #4a5568;
}
.jumps a:hover { color: #fff; border-bottom-color: #fff; }
.awards, .digest, .process, .timeline, .toc, .owners { border-radius: 0; box-shadow: none; }

.btn {
  display: inline-block;
  font-family: "Montserrat", Avenir, "Avenir Next", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.7rem 1.15rem;
  background: var(--navy);
  color: var(--white);
  text-decoration: none;
  border: 0;
}
.btn:hover { color: var(--white); background: var(--tech); }
.hero .btn {
  background: var(--white);
  color: var(--navy);
  margin-top: 1.15rem;
}
.hero .btn:hover { background: #e8ebf0; color: var(--navy); }
.btn-row { margin: 0.85rem 0 0.15rem; }
.st { font-weight: 700; font-size: 0.82rem; letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap; }
.st-open { color: var(--navy); }
.st-prog { color: var(--info); }
.st-block { color: var(--stop); }
.st-hold { color: var(--wait); }
.st-rec { color: var(--muted); }
.st-done { color: var(--ok); }
.st-wait { color: var(--wait); }
.task-table td .note { margin: 0.28rem 0 0; max-width: none; }
.task-table td strong { color: var(--navy); }

