@charset "UTF-8";
/**
 *  style.scss — shared foundation for every page.
 *  Compiled by CodeKit to build/css/style.css.
 *  Page-specific styles live in <page>.scss entries alongside this file.
 */
/**
 *  _0.reset.scss
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/**
 *  _1.document.scss
 */
@font-face {
  font-family: "Molot";
  src: url("../fonts/Molot.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-variable.woff2") format("woff2-variations"), url("../fonts/Archivo-variable.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-variable.woff2") format("woff2-variations"), url("../fonts/Montserrat-variable.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/IBMPlexMono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  background: rgb(251, 252, 253);
  color: rgb(14, 27, 39);
  font-family: "Montserrat", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

a {
  color: inherit;
}

/**
 *  _2.html.scss
 */
body div.content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
}

body a.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: rgb(0, 43, 73);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 0 0 8px 0;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

body a.skip-link:focus {
  left: 0;
}

body a.button-primary {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: rgb(0, 43, 73);
  color: #ffffff;
  padding: 11px 22px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 24px -12px rgba(0, 43, 73, 0.5);
  transition: transform 0.15s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body a.button-primary:hover {
  transform: translateY(-2px);
}

body a.button-secondary {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgb(0, 43, 73);
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.78);
  padding: 11px 20px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.15s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body a.button-secondary:hover {
  transform: translateY(-2px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid rgb(0, 145, 179);
  outline-offset: 2px;
  border-radius: 4px;
}

body .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.22, 0.75, 0.25, 1), transform 0.6s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  body .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/**
 *  _3.header.global.scss
 */
body header.global {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  background: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
}

body header.global div.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

body header.global a.branding {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

body header.global a.branding img {
  height: 42px;
  display: block;
}

body header.global nav.primary {
  display: flex;
  gap: 26px;
  font-size: 14px;
  font-weight: 500;
  color: rgb(91, 107, 122);
}

body header.global nav.primary a {
  text-decoration: none;
}

/* The four audience doors carry the accent (Josh, Round 111) — the
   hover/active rule below shares this specificity, so it must stay
   below to win on interaction. */
body header.global nav.primary a.door {
  color: rgb(0, 124, 153);
}

body header.global nav.primary a:hover,
body header.global nav.primary a.active {
  color: rgb(0, 43, 73);
}

/* The hairline between the audience doors and the offering pages
   (Josh, Round 111). */
body header.global nav.primary span.separator {
  width: 1px;
  height: 14px;
  background: rgba(0, 43, 73, 0.18);
  align-self: center;
}

body header.global div.actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

body header.global button.menu-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

body header.global button.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgb(0, 43, 73);
  border-radius: 2px;
  transition: transform 0.25s cubic-bezier(0.22, 0.75, 0.25, 1), opacity 0.25s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body header.global button.menu-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body header.global button.menu-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

body header.global button.menu-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body div.mobile-navigation {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 29;
  background: rgba(251, 252, 253, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 28px 24px;
  overflow-y: auto;
}

body div.mobile-navigation.open {
  display: block;
}

body div.mobile-navigation nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body div.mobile-navigation nav a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: rgb(0, 43, 73);
  text-decoration: none;
  padding: 16px 4px;
  border-bottom: 1px solid rgb(230, 234, 238);
}

body div.mobile-navigation nav a.active {
  color: rgb(0, 124, 153);
}

body div.mobile-navigation a.button-primary {
  display: block;
  text-align: center;
  margin-top: 22px;
}

@media (max-width: 980px) {
  body header.global nav.primary {
    display: none;
  }
  body header.global button.menu-toggle {
    display: flex;
  }
}
@media (min-width: 981px) {
  body div.mobile-navigation {
    display: none !important;
  }
}
@media (max-width: 560px) {
  body header.global div.content {
    padding: 0 14px;
  }
  body header.global a.branding img {
    height: 30px;
  }
  body header.global a.button-primary {
    padding: 8px 13px;
    font-size: 12.5px;
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  body header.global button.menu-toggle span {
    transition: none;
  }
}
/**
 *  _4.section.band.scss
 *
 *  The site's layout convention: full-bleed bands, fixed-width content.
 *  A section stretches edge to edge and carries the background; the
 *  div.content inside it (see _2.html.scss) holds the fixed-width column.
 *  This partial also carries the shared section-heading system and the
 *  eyebrow (the mono uppercase kicker line used across every page).
 */
body p.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(0, 124, 153);
}

body div.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px;
}

/* Re-asserted here at heading-child specificity: the sized paragraph rule
   below would otherwise out-rank the eyebrow base and inflate it. */
body div.section-heading p.eyebrow {
  font-size: 12px;
  margin: 0 auto 16px;
}

body div.section-heading h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: rgb(0, 43, 73);
  max-width: 20ch;
  margin: 0 auto;
}

body div.section-heading.peak h2 {
  font-size: clamp(34px, 4.8vw, 60px);
  max-width: 16ch;
}

body div.section-heading p {
  font-size: 16.5px;
  color: rgb(91, 107, 122);
  max-width: 54ch;
  margin: 18px auto 0;
}

/**
 *  _5.call-to-action.scss
 */
body section.call-to-action {
  padding: 96px 0;
}

body section.call-to-action div.card {
  background: rgb(0, 43, 73);
  border-radius: 24px;
  padding: 100px 40px;
  text-align: center;
  box-shadow: 0 28px 70px -30px rgba(6, 27, 46, 0.6);
  position: relative;
  overflow: hidden;
}

body section.call-to-action div.card::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 145, 179, 0.22), transparent 65%);
  top: -300px;
  right: -160px;
}

body section.call-to-action div.card svg.flight-paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body section.call-to-action div.card img.photograph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  opacity: 0.55;
  filter: grayscale(1);
  mix-blend-mode: soft-light;
}

body section.call-to-action div.card p.invitation {
  position: relative;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 32px);
  letter-spacing: -0.015em;
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.3;
}

/* Each sentence is its own line: the first runs single-line at desktop
   (the old 26ch cap wrapped it mid-sentence) and wraps naturally when
   narrow; "We love making the trip." always stands alone (Josh,
   Round 111). */
body section.call-to-action div.card p.invitation span.line {
  display: block;
}

body section.call-to-action div.card a.button-primary {
  position: relative;
  margin-top: 32px;
  font-size: 15px;
  background: #ffffff;
  color: rgb(0, 43, 73);
  padding: 15px 30px;
}

/**
 *  _6.footer.global.scss
 */
body footer.global {
  background: linear-gradient(172deg, rgb(10, 58, 94) 0%, rgb(0, 43, 73) 45%, rgb(4, 24, 42) 100%);
  color: rgb(195, 216, 228);
  padding: 80px 0 40px;
}

body footer.global div.content.principal {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 2fr;
  gap: 64px;
  align-items: start;
}

body footer.global div.branding img {
  height: 54px;
  display: block;
  filter: brightness(0) invert(1);
}

body footer.global div.branding p.tagline {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(127, 202, 219);
  margin: 16px 0 0;
}

body footer.global div.branding p.location {
  font-size: 13px;
  color: rgb(143, 169, 189);
  margin-top: 12px;
  line-height: 1.8;
}

body footer.global div.branding p.location a {
  color: inherit;
  text-decoration: none;
}

body footer.global nav.directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

body footer.global nav.directory div.column p.heading {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(127, 202, 219);
  margin: 0 0 14px;
  font-weight: 500;
}

body footer.global nav.directory div.column a {
  display: block;
  font-size: 13.5px;
  color: rgb(195, 216, 228);
  text-decoration: none;
  padding: 4.5px 0;
  transition: color 0.2s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body footer.global nav.directory div.column a:hover {
  color: #ffffff;
}

/* Nested pages — indented under their parent with the turn arrow
   (Josh, Round 111: Artificial Intelligence under Analytics, Careers
   under About). */
body footer.global nav.directory div.column a.nested {
  display: flex;
  gap: 7px;
  padding-left: 6px;
}

body footer.global nav.directory div.column a.nested span.turn {
  flex: none;
  color: rgb(143, 169, 189);
}

body footer.global div.content.legal {
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
}

body footer.global div.content.legal p.trademarks {
  font-size: 11px;
  color: rgb(125, 148, 166);
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

@media (max-width: 880px) {
  body footer.global div.content.principal {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body footer.global nav.directory {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}
/**
 *  _component.ambient.scss
 *
 *  The ambient backdrop — the fixed flight-path sketch behind the whole
 *  page (two radial glows + dashed airways). Promoted from page CSS at
 *  the third consumer (home, analytics, about — Round 104); the markup
 *  is partials/_ambient.kit.
 */
body div.ambient {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body div.ambient div.glow {
  position: absolute;
  border-radius: 50%;
}

body div.ambient div.glow.primary {
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(0, 145, 179, 0.09), transparent 62%);
  top: -280px;
  right: -200px;
}

body div.ambient div.glow.secondary {
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(0, 43, 73, 0.05), transparent 60%);
  bottom: -260px;
  left: -180px;
}

body div.ambient svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/**
 *  _component.application-window.scss
 *
 *  The VX application window — the product chrome drawn on the marketing
 *  site: wordmark + module nav header, toolbar, sidebar, list and report
 *  panes, footer. Shared by the four door pages and the software page.
 *  Content inside the window varies per page; the chrome never does.
 */
body div.application-window {
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 18px;
  box-shadow: 0 28px 60px -30px rgba(0, 43, 73, 0.35);
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

body div.application-window header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  min-height: 44px;
  border-bottom: 1px solid rgb(230, 234, 238);
}

body div.application-window svg.wordmark {
  height: 13px;
  width: auto;
  color: rgb(0, 43, 73);
  flex: none;
}

body div.application-window nav.modules {
  margin-left: auto;
  display: flex;
  gap: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: rgb(91, 107, 122);
  align-self: stretch;
}

body div.application-window nav.modules span {
  display: flex;
  align-items: center;
  border-top: 2px solid transparent;
}

body div.application-window nav.modules span.active {
  color: rgb(0, 43, 73);
  font-weight: 600;
  border-top-color: rgb(0, 145, 179);
}

body div.application-window div.toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 18px;
  border-bottom: 1px solid rgb(230, 234, 238);
  background: rgb(251, 252, 253);
}

body div.application-window div.search {
  width: 312px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgb(91, 107, 122);
  white-space: nowrap;
  flex: none;
}

body div.application-window div.search span.magnifier {
  color: rgb(0, 124, 153);
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
}

body div.application-window div.filter {
  flex: 1;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgb(14, 27, 39);
}

body div.application-window div.tab {
  flex: 1;
  min-width: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 999px;
  padding: 6px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgb(91, 107, 122);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div.application-window div.tab.active {
  color: rgb(0, 43, 73);
  border-color: rgba(0, 145, 179, 0.55);
  font-weight: 600;
}

body div.application-window div.body {
  display: flex;
  position: relative;
}

body div.application-window div.sidebar {
  width: 172px;
  flex: none;
  border-right: 1px solid rgb(230, 234, 238);
  padding: 14px 0 12px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

body div.application-window div.sidebar div.brand {
  margin: 0 14px 12px;
  background: rgb(0, 43, 73);
  color: #ffffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 9px 12px;
  border-radius: 4px;
  text-align: center;
}

body div.application-window div.sidebar p.category {
  padding: 10px 14px 4px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgb(0, 43, 73);
}

body div.application-window div.sidebar p.item {
  padding: 5px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  color: rgb(91, 107, 122);
  border-left: 3px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div.application-window div.sidebar p.item.active {
  color: rgb(14, 27, 39);
  border-left-color: rgb(0, 145, 179);
  font-weight: 600;
}

body div.application-window div.sidebar p.item.skeleton i {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #e2e8ec;
  margin: 4px 0;
}

body div.application-window div.sidebar div.credit {
  margin-top: auto;
  margin-left: 14px;
  margin-right: 14px;
  padding: 14px 0 2px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  text-align: center;
  border-top: 1px solid rgb(230, 234, 238);
}

body div.application-window svg.propeller {
  height: 26px;
  width: auto;
  color: rgb(0, 43, 73);
  opacity: 0.85;
}

body div.application-window div.sidebar div.credit span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 7.5px;
  letter-spacing: 0.12em;
  color: rgb(91, 107, 122);
}

body div.application-window div.main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

body div.application-window div.panes {
  flex: 1;
  min-height: 0;
  display: flex;
}

body div.application-window div.list {
  width: 332px;
  flex: none;
  border-right: 1px solid rgb(230, 234, 238);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 3px;
  padding: 8px 0 3px;
}

body div.application-window div.list p.group {
  background: #12385c;
  color: #ffffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-align: center;
  padding: 5px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  margin-top: 2px;
}

body div.application-window div.list p.group:first-child {
  margin-top: 0;
}

body div.application-window div.list p.group.skeleton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

body div.application-window div.list p.group.skeleton i {
  display: block;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.35);
}

body div.application-window div.list div.item {
  padding: 9px 12px 8px;
  background: #f2f5f7;
  flex: none;
}

body div.application-window div.list div.item.active {
  background: #ffffff;
  box-shadow: inset 3.5px 0 0 rgb(0, 145, 179), 0 2px 8px -4px rgba(0, 43, 73, 0.25);
}

body div.application-window div.list div.item.skeleton {
  padding: 10px 12px;
}

body div.application-window div.list div.item.skeleton i {
  display: block;
  border-radius: 4px;
  background: #e2e8ec;
}

body div.application-window div.list div.item.skeleton i.first {
  height: 8px;
  margin-bottom: 7px;
}

body div.application-window div.list div.item.skeleton i.second {
  height: 6px;
}

body div.application-window div.list div.item b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1.3;
  color: rgb(14, 27, 39);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body div.application-window div.list div.item span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  color: rgb(91, 107, 122);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

body div.application-window div.list div.item span.verdict {
  float: right;
  font-family: "IBM Plex Mono", monospace;
  font-size: 6.5px;
  letter-spacing: 0.1em;
  color: rgb(194, 77, 0);
  border: 1px solid rgba(232, 130, 61, 0.55);
  border-radius: 8px;
  padding: 2px 7px;
  margin: 1px 0 0 8px;
}

body div.application-window div.statistics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
}

body div.application-window div.statistics span {
  display: block;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 7px;
  padding: 8px 4px 7px;
}

body div.application-window div.statistics b {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 11.5px;
  color: rgb(14, 27, 39);
  line-height: 1.1;
}

body div.application-window div.statistics small {
  display: block;
  margin-top: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 7.5px;
  letter-spacing: 0.04em;
  color: rgb(91, 107, 122);
}

body div.application-window div.report {
  flex: 1;
  min-width: 0;
  min-height: 500px;
  background: #ffffff;
  padding: 16px 22px 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}

body div.application-window div.report > * {
  flex: none;
}

body div.application-window div.masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

body div.application-window div.masthead b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgb(14, 27, 39);
  line-height: 1.2;
}

body div.application-window div.masthead span.subtitle {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: rgb(91, 107, 122);
  margin-top: 3px;
}

body div.application-window div.masthead span.question {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  color: rgb(14, 27, 39);
  margin-top: 10px;
}

body div.application-window div.statistic {
  flex: none;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 10px;
  padding: 11px 18px;
  text-align: center;
  background: rgb(251, 252, 253);
}

body div.application-window div.statistic small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.09em;
  color: rgb(91, 107, 122);
}

body div.application-window div.statistic b {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 21px;
  color: rgb(0, 43, 73);
  margin-top: 3px;
}

body div.application-window div.rule {
  margin-top: 13px;
  border-top: 1px solid rgb(230, 234, 238);
}

body div.application-window p.kicker {
  margin-top: 11px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.16em;
  color: rgb(91, 107, 122);
  text-transform: uppercase;
}

body div.application-window div.score {
  margin-top: 15px;
}

body div.application-window div.score-heading {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body div.application-window div.score-heading span.name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: rgb(14, 27, 39);
  text-transform: uppercase;
}

body div.application-window div.score-heading span.method {
  font-family: "Montserrat", sans-serif;
  font-size: 9.5px;
  color: rgb(91, 107, 122);
}

body div.application-window div.score-heading b {
  margin-left: auto;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--report-number);
}

body div.application-window div.bar {
  margin-top: 6px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  background: var(--report-pocket);
}

body div.application-window div.bar i {
  display: block;
  height: 100%;
  background: var(--report-strong);
}

body div.application-window div.numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 8.5px;
  color: rgb(91, 107, 122);
}

body div.application-window div.numbers b {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 9.5px;
  color: rgb(14, 27, 39);
}

body div.application-window div.numbers b.emphasis {
  color: var(--report-number);
}

body div.application-window div.annotation {
  position: absolute;
  font-family: "Caveat", cursive;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.05;
  color: rgb(194, 77, 0);
  transform: rotate(-2deg);
  text-align: center;
  white-space: nowrap;
}

body div.application-window div.annotation svg {
  position: absolute;
  overflow: visible;
}

body div.application-window div.levels {
  margin-top: 16px;
}

body div.application-window div.levels svg {
  display: block;
  width: 100%;
  height: auto;
}

body div.application-window footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 11px 18px;
  border-top: 1px solid rgb(230, 234, 238);
}

body div.application-window footer span.note {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  color: rgb(91, 107, 122);
}

body div.application-window footer span.note a {
  color: rgb(0, 124, 153);
  text-decoration: none;
  font-weight: 500;
}

/* The situation-awareness view (Round 102, the analytics port): the live
   pill and time slider in the toolbar, the map pane with district chips
   and map tools, and the unit rail. */
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
body div.application-window span.live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: #c62828;
  background: rgba(198, 40, 40, 0.08);
  border: 1px solid rgba(198, 40, 40, 0.25);
  border-radius: 999px;
  padding: 3px 10px;
  flex: none;
  transition: all 0.3s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body div.application-window span.live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c62828;
  animation: pulse 2.4s ease infinite;
}

body div.application-window span.live.historical {
  color: rgb(194, 77, 0);
  background: rgba(255, 108, 14, 0.08);
  border-color: rgba(255, 108, 14, 0.35);
}

body div.application-window span.live.historical i {
  background: rgb(255, 108, 14);
  animation: none;
}

/* The range rides the toolbar in BOTH modes (Round 117 — it used to
   appear only in historical, reflowing the slider; the door-approved
   chrome never changes shape). .active is emphasis, not visibility. */
body div.application-window span.range {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.04em;
  color: rgb(91, 107, 122);
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 8px;
  padding: 5px 10px;
  white-space: nowrap;
}

body div.application-window span.range.active {
  color: rgb(14, 27, 39);
}

body div.application-window div.slider {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

body div.application-window div.slider span.control {
  color: rgb(91, 107, 122);
  font-size: 10px;
  flex: none;
}

body div.application-window div.slider span.timestamp {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9.5px;
  letter-spacing: 0.04em;
  color: rgb(91, 107, 122);
  flex: none;
}

body div.application-window div.slider span.timestamp.now {
  color: rgb(0, 124, 153);
  font-weight: 500;
}

body div.application-window div.slider div.track {
  flex: 1;
  height: 3px;
  background: rgb(230, 234, 238);
  border-radius: 2px;
  position: relative;
  min-width: 40px;
}

body div.application-window div.slider div.thumb {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background: rgb(0, 145, 179);
  left: 80%;
}

body div.application-window div.map {
  flex: 1;
  position: relative;
  background: #e9edf0;
  min-width: 0;
  min-height: 400px;
}

body div.application-window div.map canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body div.application-window div.chips {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

body div.application-window div.chip {
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 7px;
  padding: 3px 9px;
  text-align: center;
  box-shadow: 0 4px 14px -8px rgba(0, 43, 73, 0.35);
}

body div.application-window div.chip small {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 7.5px;
  letter-spacing: 0.12em;
  color: rgb(91, 107, 122);
}

body div.application-window div.chip b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: rgb(0, 43, 73);
}

body div.application-window div.chip span.low {
  display: block;
  margin: 2px -9px -3px;
  background: #3fa9a5;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 0 0 7px 7px;
}

body div.application-window div.tools {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body div.application-window div.tools span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 6px;
  color: rgb(91, 107, 122);
  font-size: 12px;
  box-shadow: 0 3px 10px -6px rgba(0, 43, 73, 0.4);
}

body div.application-window div.rail {
  width: 248px;
  flex: none;
  border-left: 1px solid rgb(230, 234, 238);
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

body div.application-window div.rail div.search {
  width: auto;
  flex: none;
  display: block;
  margin: 8px 12px;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 8px;
  padding: 6px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  color: rgb(91, 107, 122);
  background: rgb(251, 252, 253);
  white-space: normal;
}

body div.application-window div.rail div.columns {
  display: grid;
  grid-template-columns: 44px 1fr 96px;
  gap: 8px;
  padding: 8px 14px;
  border-bottom: 1px solid rgb(230, 234, 238);
  font-family: "IBM Plex Mono", monospace;
  font-size: 8.5px;
  letter-spacing: 0.14em;
  color: rgb(91, 107, 122);
}

body div.application-window div.rail div.table {
  flex: 1;
  overflow: hidden;
}

body div.application-window div.rail div.row {
  display: grid;
  grid-template-columns: 44px 1fr 96px;
  gap: 8px;
  padding: 7px 14px;
  border-bottom: 1px dashed rgb(230, 234, 238);
  align-items: baseline;
}

body div.application-window div.rail div.row b {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  color: rgb(0, 43, 73);
}

body div.application-window div.rail div.row b.ems {
  color: #0b7c77;
}

body div.application-window div.rail div.row b.fire {
  color: #cb2b2b;
}

body div.application-window div.rail div.row em {
  font-style: normal;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgb(91, 107, 122);
}

body div.application-window div.rail div.row span {
  font-size: 11px;
  color: rgb(14, 27, 39);
}

body div.application-window div.rail div.row.engaged span {
  color: #0d8f89;
  font-weight: 600;
}

/* The full-size window chrome — the email-layout metrics from the real
   app: 56px head, wordmark centered over the sidebar column, tightened
   sidebar type. Shared by the shelf cards (doors) and the operations
   screen (analytics, Round 117 — Josh: the doors' chrome is canonical).
   Only the shelf variant drops its shadow: the card provides the frame. */
body div.shelf figure.card.wide div.application-window {
  box-shadow: none;
}

body div.shelf figure.card.wide div.application-window div.body {
  height: 520px;
  overflow: hidden;
}

body div.shelf figure.card.wide div.application-window header,
body section.operations div.application-window header {
  min-height: 56px;
  position: relative;
}

body div.shelf figure.card.wide div.application-window svg.wordmark,
body section.operations div.application-window svg.wordmark {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
}

body div.shelf figure.card.wide div.application-window div.sidebar,
body section.operations div.application-window div.sidebar {
  width: 172px;
  padding-top: 12px;
}

body div.shelf figure.card.wide div.application-window div.sidebar div.brand,
body section.operations div.application-window div.sidebar div.brand {
  margin: 0 10px 16px;
  padding: 10px 12px;
  color: #c3c9d3;
  border-radius: 3px;
  letter-spacing: 0.22em;
}

body div.shelf figure.card.wide div.application-window div.sidebar p.category,
body section.operations div.application-window div.sidebar p.category {
  font-size: 11px;
  padding: 10px 10px 5px;
}

body div.shelf figure.card.wide div.application-window div.sidebar p.item,
body section.operations div.application-window div.sidebar p.item {
  font-size: 10px;
  padding: 5px 10px 5px 22px;
}

body div.shelf figure.card.wide div.application-window div.toolbar {
  padding: 12px;
}

/* The report tokens — set on the software chapter so the window's score
   bars and the fold SVGs share one palette (ink & wash with the orange
   leak hash, ruled 2026-07-31). */
body section.band.navy#software {
  --report-fill: rgba(0, 145, 179, 0.16);
  --report-envelope: #0e1b27;
  --report-strong: #0091b3;
  --report-number: #007c99;
  --report-pocket: repeating-linear-gradient(135deg, #fbf3ea 0 3px, #e8823d 3px 4px);
}

body section.band.navy#software .pocket {
  fill: url(#leakhatchO);
}

body section.band.navy#software .off-plan {
  fill: #d96f2b;
}

@media (max-width: 1080px) {
  body div.application-window div.sidebar {
    display: none;
  }
}
@media (max-width: 980px) {
  body div.application-window div.search {
    width: auto;
    flex: 1;
  }
  body div.application-window div.list {
    display: none;
  }
  body div.application-window div.tab {
    display: none;
  }
  body div.application-window div.tab.active {
    display: block;
  }
  body div.application-window div.rail {
    display: none;
  }
  body div.application-window div.map {
    min-height: 340px;
  }
  body div.application-window div.chips {
    gap: 5px;
  }
  body div.application-window div.chip {
    padding: 4px 9px;
  }
  body div.application-window span.range {
    display: none;
  }
}
/* #282 — the window chrome on a phone: wordmark back in flow, active module
   tab only, pills wrap, desktop-anchored annotations hidden. */
@media (max-width: 640px) {
  body div.shelf figure.card.wide div.application-window svg.wordmark,
  body section.operations div.application-window svg.wordmark {
    position: static;
    transform: none;
  }
  body div.application-window nav.modules {
    gap: 0;
  }
  body div.application-window nav.modules span {
    display: none;
  }
  body div.application-window nav.modules span.active {
    display: flex;
  }
  body div.application-window div.toolbar {
    flex-wrap: wrap;
  }
  body div.application-window div.search {
    width: auto;
    flex: 1 1 100%;
    min-width: 0;
  }
  body div.application-window div.filter {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body div.application-window div.masthead {
    flex-direction: column;
  }
  body div.application-window div.statistic {
    align-self: stretch;
  }
  body div.application-window div.annotation {
    display: none;
  }
  body div.application-window div.statistics {
    grid-template-columns: repeat(2, 1fr);
  }
  /* #282 — the slider keeps its scrubber but drops the timestamps. */
  body div.application-window div.slider span.timestamp {
    display: none;
  }
}
/**
 *  _template.hero.scss
 *
 *  The one hero scaffold (Josh's ruling, 2026-08-02: hero deviations
 *  between doors are errors — standardize). Every hero is a full-viewport
 *  canvas instrument behind a left copy column: eyebrow, h1, lead,
 *  actions, hint, with a mono legend pinned to the bottom edge and a
 *  compact centered legend on small screens. Light ground by default;
 *  `section.hero.dark` flips to the dark treatment. Pages override only
 *  what is genuinely theirs (palette accents, extra controls).
 */
body section.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 72px 0 64px;
}

body section.hero canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: crosshair;
  touch-action: pan-y;
}

body section.hero div.fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(251, 252, 253, 0.96) 0%, rgba(251, 252, 253, 0.9) 30%, rgba(251, 252, 253, 0.62) 46%, rgba(251, 252, 253, 0.12) 62%, transparent 76%);
}

body section.hero div.content {
  position: relative;
  width: 100%;
  pointer-events: none;
}

body section.hero div.copy {
  max-width: 640px;
}

body section.hero div.copy > * {
  pointer-events: auto;
}

body section.hero h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: rgb(0, 43, 73);
  margin: 18px 0 0;
  max-width: 17ch;
}

body section.hero div.copy p.lead {
  font-size: 17.5px;
  color: rgb(91, 107, 122);
  max-width: 48ch;
  margin: 24px 0 0;
}

body section.hero div.actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}

body section.hero p.hint {
  margin-top: 24px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgb(91, 107, 122);
}

body section.hero p.hint em {
  font-style: normal;
  color: rgb(194, 77, 0);
}

body section.hero div.legend {
  position: absolute;
  left: max(40px, (100vw - 1060px) / 2);
  bottom: 18px;
  display: flex;
  gap: 18px;
  align-items: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(91, 107, 122);
  pointer-events: none;
  z-index: 3;
}

body section.hero div.legend em {
  font-style: normal;
  color: rgb(194, 77, 0);
}

/* Span-structured legends (the doors) read as one dotted line: a middot
   leads every span after the first, spaced to match the flex gap
   (Round 112 — the bare gap gave no visible separator). */
body section.hero div.legend > span + span::before {
  content: "·";
  margin-right: 18px;
}

body section.hero div.legend span.swatch {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 2px;
  margin-right: 6px;
  vertical-align: middle;
}

body section.hero div.legend.small {
  display: none;
}

/* The dark ground. */
body section.hero.dark {
  background: linear-gradient(168deg, #01121f 0%, #021d33 42%, rgb(0, 43, 73) 100%);
}

body section.hero.dark div.fade {
  background: linear-gradient(100deg, rgba(2, 20, 37, 0.96) 0%, rgba(2, 20, 37, 0.9) 30%, rgba(2, 20, 37, 0.62) 46%, rgba(2, 20, 37, 0.12) 62%, transparent 76%);
}

body section.hero.dark div.copy p.eyebrow {
  color: rgb(127, 202, 219);
}

body section.hero.dark h1 {
  color: #ffffff;
}

body section.hero.dark div.copy p.lead {
  color: rgba(234, 243, 248, 0.72);
}

body section.hero.dark div.copy p.lead b {
  color: #fff8ef;
}

body section.hero.dark a.button-primary {
  background: #ffffff;
  color: rgb(0, 43, 73);
}

body section.hero.dark a.button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

body section.hero.dark p.hint {
  color: rgba(234, 243, 248, 0.5);
}

body section.hero.dark p.hint em {
  color: #ff8c3c;
}

body section.hero.dark div.legend {
  color: rgba(159, 196, 210, 0.75);
}

@media (max-width: 880px) {
  body section.hero div.fade {
    background: linear-gradient(180deg, rgba(251, 252, 253, 0.96) 0%, rgba(251, 252, 253, 0.9) 52%, rgba(251, 252, 253, 0.5) 66%, transparent 84%);
  }
  body section.hero.dark div.fade {
    background: linear-gradient(180deg, rgba(2, 20, 37, 0.96) 0%, rgba(2, 20, 37, 0.9) 52%, rgba(2, 20, 37, 0.5) 66%, transparent 84%);
  }
  body section.hero div.legend {
    display: none;
  }
  body section.hero p.hint {
    display: none;
  }
  body section.hero div.legend.small {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center;
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgb(91, 107, 122);
    pointer-events: none;
    z-index: 3;
  }
  body section.hero.dark div.legend.small {
    color: rgba(159, 196, 210, 0.75);
  }
}
@media (prefers-reduced-motion: reduce) {
  body section.hero p.hint {
    display: none;
  }
}
/**
 *  _template.door.scss
 *
 *  The door-page grammar shared by communications, fire, ems, and
 *  oversight: the introduction band, the navy software chapter (feature
 *  strip, shelf window and folds), the consulting chapter with its
 *  featured-service figure, and the full-catalog strip. Content varies
 *  per door; the skeleton and these styles never fork.
 */
/* The introduction band — quiet gray ground between the hero and the
   software chapter. */
body section.introduction {
  background: #f2f5f7;
  border-top: 1px solid rgb(230, 234, 238);
  border-bottom: 1px solid rgb(230, 234, 238);
  padding: 64px 0;
}

body section.introduction div.section-heading {
  margin-bottom: 0;
}

body section.introduction div.section-heading p {
  color: rgb(14, 27, 39);
}

body section.introduction div.section-heading h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  max-width: 26ch;
}

/* The software chapter — one full-bleed navy band. */
body section.band.navy {
  background: rgb(0, 43, 73);
  padding: 80px 0 76px;
  position: relative;
  overflow: hidden;
}

body section.band.navy::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 145, 179, 0.16), transparent 65%);
  top: -340px;
  right: -160px;
  pointer-events: none;
}

body section.band.navy > div.content {
  position: relative;
}

body section.band.navy p.eyebrow {
  color: rgb(127, 202, 219);
}

body section.band.navy div.section-heading {
  margin: 48px auto 0;
  max-width: 760px;
}

body section.band.navy div.section-heading h2 {
  color: #ffffff;
}

body section.band.navy div.section-heading p {
  color: #bcd2de;
}

body section.band.navy div.rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 56px 0 48px;
}

/* The feature strip — the chapter's index. */
body p.eyebrow.strip {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}

body nav.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1060px;
  margin: 0 auto;
}

body nav.features a.feature {
  flex: 1 1 126px;
  min-width: 118px;
  max-width: 152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 9px;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 14px;
  padding: 22px 14px 18px;
  text-decoration: none;
  box-shadow: 0 8px 30px -26px rgba(0, 43, 73, 0.3);
  transition: transform 0.15s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body nav.features a.feature:hover {
  transform: translateY(-2px);
}

body nav.features a.feature svg {
  width: 30px;
  height: 30px;
  color: rgb(0, 124, 153);
}

body nav.features a.feature b {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: rgb(0, 43, 73);
  line-height: 1.25;
}

body nav.features a.feature span {
  font-size: 12.5px;
  color: rgb(91, 107, 122);
  line-height: 1.45;
}

body section.band.navy nav.features a.feature {
  border-color: transparent;
  box-shadow: 0 18px 44px -22px rgba(2, 16, 28, 0.6);
}

/* The shelf — the featured window and its below-the-fold cards. */
body div.shelf {
  display: block;
  margin-top: 34px;
}

body div.shelf figure.card {
  margin: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px 14px 18px;
}

body div.shelf figure.card > svg {
  display: block;
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
}

body div.shelf figure.card figcaption {
  padding: 14px 6px 0;
}

body div.shelf figure.card figcaption p.eyebrow {
  display: block;
  margin-bottom: 8px;
}

body div.shelf figure.card figcaption b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

body div.shelf figure.card figcaption p {
  font-size: 13.5px;
  color: #bcd2de;
  margin: 0;
  line-height: 1.55;
}

/* Inline emphasis inside a caption paragraph must not inherit the caption
   title's block treatment above. */
body div.shelf figure.card figcaption p b {
  display: inline;
  font-family: inherit;
  font-weight: 700;
  font-size: inherit;
  color: #ffffff;
  letter-spacing: 0;
  margin: 0;
}

body div.shelf div.folds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

/* The forward link under a chapter. */
body p.forward {
  text-align: center;
  font-size: 16px;
  color: rgb(14, 27, 39);
  font-weight: 500;
  margin-top: 36px;
}

body p.forward a {
  font-weight: 600;
  text-decoration: none;
}

body section.band.navy p.forward a {
  color: rgb(127, 202, 219);
}

body section.catalog p.forward a {
  color: rgb(0, 124, 153);
}

/* The consulting chapter and its featured-service figure. */
body section.consulting {
  padding: 96px 0;
}

body figure.study {
  max-width: 1060px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: 0 8px 30px -24px rgba(0, 43, 73, 0.3);
}

body figure.study > svg {
  display: block;
  width: 100%;
  height: auto;
}

body figure.study div.heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 2px 6px 16px;
  border-bottom: 1px solid rgb(230, 234, 238);
  margin-bottom: 18px;
}

body figure.study div.heading p.eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
}

body figure.study div.heading h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.014em;
  color: rgb(0, 43, 73);
  margin: 0 0 8px;
  line-height: 1.15;
}

body figure.study div.heading p {
  font-size: 15px;
  color: rgb(91, 107, 122);
  max-width: 64ch;
  margin: 0;
}

body figure.study div.heading span.note {
  font-family: "IBM Plex Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: rgb(91, 107, 122);
  white-space: nowrap;
  text-transform: uppercase;
  padding-bottom: 4px;
}

/* The full-catalog strip. */
body section.catalog {
  padding: 40px 0 72px;
}

body section.catalog div.rule {
  height: 1px;
  background: rgb(230, 234, 238);
}

body section.catalog div.rule.below {
  margin-top: 48px;
}

body nav.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
}

body nav.services a.service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgb(0, 43, 73);
  background: #ffffff;
  border: 1px solid rgb(230, 234, 238);
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
  transition: transform 0.15s cubic-bezier(0.22, 0.75, 0.25, 1), border-color 0.2s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body nav.services a.service:hover {
  transform: translateY(-1px);
  border-color: rgb(0, 145, 179);
}

body nav.services a.service svg {
  width: 14px;
  height: 14px;
  color: rgb(0, 124, 153);
  flex: none;
}

@media (max-width: 880px) {
  body section.band.navy {
    padding: 60px 0 56px;
  }
  body section.band.navy div.rule {
    margin: 44px 0 36px;
  }
  body div.shelf div.folds {
    grid-template-columns: 1fr;
  }
  body figure.study div.heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
/**
 *  _template.strip.scss
 *
 *  The navy strip band — the 52px featured/bundle strips shared by the
 *  analytics and consulting pages (promoted from analytics.scss at the
 *  second consumer, Round 103). `.featured` carries the rotating
 *  carousel; `.bundle` is the static closer with its forward link. The
 *  glow anchors right on featured, left on bundle.
 */
body section.strip {
  background: rgb(0, 43, 73);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}

body section.strip::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 145, 179, 0.2), transparent 65%);
  top: -270px;
}

body section.strip.featured::before {
  right: 6%;
}

body section.strip.bundle::before {
  left: 4%;
}

body section.strip div.content {
  position: relative;
  text-align: center;
}

/* v3 set the strip eyebrow as an inline span, so its line box carried the
   parent's 16px strut (16px × 1.65 = 26.4px); the p conversion would
   shrink it to 12px × 1.65 and lift the strip 7px. 2.2 × 12px restores
   the v3 line box exactly (the span→p lesson, Rounds 97/102). */
body section.strip p.eyebrow {
  color: rgb(127, 202, 219);
  line-height: 2.2;
}

body section.strip p.headline {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: clamp(21px, 2.6vw, 30px);
  letter-spacing: -0.015em;
  color: #ffffff;
  max-width: 34ch;
  margin: 12px auto 0;
  line-height: 1.25;
}

body section.strip p.support {
  font-size: 15px;
  color: #bcd2de;
  max-width: 64ch;
  margin: 12px auto 0;
}

body section.strip span.stamp {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgb(127, 202, 219);
  display: block;
  margin-top: 4px;
}

body section.strip a.forward {
  display: inline-block;
  margin-top: 18px;
  font-size: 14.5px;
  font-weight: 600;
  color: rgb(127, 202, 219);
  text-decoration: none;
}

/* Carousel mechanics — slides stack in one grid cell so the band never
   changes height. */
body section.strip div.slides {
  display: grid;
}

body section.strip div.slide {
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 0.75, 0.25, 1);
  pointer-events: none;
}

body section.strip div.slide.active {
  opacity: 1;
  pointer-events: auto;
}

body section.strip div.dots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 22px;
}

body section.strip button.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(127, 202, 219, 0.32);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body section.strip button.dot.active {
  background: rgb(127, 202, 219);
}

@media (prefers-reduced-motion: reduce) {
  body section.strip div.slide {
    transition: none;
  }
}
/**
 *  _template.masthead.scss
 *
 *  The masthead — the short static intro used instead of the full-viewport
 *  hero on compact pages (promoted from contact.scss at the third consumer,
 *  Round 109: contact, privacy, accessibility). Eyebrow, h1, lead, over the
 *  dashed-path SVG. The h1 measures 20ch here (contact parity); prose pages
 *  widen it in their own entries.
 */
body section.masthead {
  position: relative;
  padding: 130px 0 60px;
  overflow: hidden;
}

body section.masthead svg.paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body section.masthead div.content {
  position: relative;
}

body section.masthead h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.07;
  letter-spacing: -0.02em;
  color: rgb(0, 43, 73);
  margin: 18px 0 0;
  max-width: 20ch;
}

body section.masthead p.lead {
  font-size: 17px;
  color: rgb(91, 107, 122);
  max-width: 54ch;
  margin: 24px 0 0;
}

/* The centered variant — the document title page. Pages with no hero
   (the prose pages) center the masthead over their centered reading
   column; contact keeps the left-set base under its left-hung form. */
body section.masthead.centered div.content {
  text-align: center;
}

body section.masthead.centered h1 {
  margin-left: auto;
  margin-right: auto;
}

body section.masthead.centered p.lead {
  margin-left: auto;
  margin-right: auto;
}

/**
 *  _template.prose.scss
 *
 *  The prose page — the reading treatment for the short policy pages
 *  (privacy, accessibility; designed fresh in Round 109 — the v3
 *  prototypes were unstyled inline-CSS drafts, kept for copy only).
 *  A masthead with a mono trust legend, then a centered article of
 *  clauses: numbered mono eyebrow, display h2, body copy. The clause
 *  rules echo the pillar/rewards vocabulary; the legend echoes the
 *  home hero's trust line.
 */
/* The trust legend — the page's claims, compressed to a mono strapline
   under the lead. */
body section.masthead p.legend {
  margin-top: 26px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(91, 107, 122);
}

body section.prose {
  padding: 20px 0 110px;
}

/* The article is a centered reading column (Josh's read 2026-08-02:
   the left-hung variant "looks weird"; the masthead stays left-set
   like every page's). */
body section.prose article {
  max-width: 800px;
  margin: 0 auto;
}

body section.prose div.clause {
  padding: 36px 0;
  border-top: 1px solid rgb(230, 234, 238);
}

body section.prose div.clause:first-child {
  border-top: 0;
  padding-top: 0;
}

body section.prose div.clause p.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}

body section.prose div.clause h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: rgb(0, 43, 73);
  margin-bottom: 12px;
}

body section.prose div.clause p {
  font-size: 15.5px;
  color: rgb(14, 27, 39);
  max-width: 68ch;
}

body section.prose div.clause p + p {
  margin-top: 14px;
}

/* Re-asserted at clause-child specificity (the Round-97 lesson) — the
   sized ink paragraph rule above out-ranks the eyebrow base for color
   as well as size. */
body section.prose div.clause p.eyebrow {
  font-size: 11px;
  color: rgb(0, 124, 153);
}

/* Links carry an underline as well as the color — the accessibility
   page should not fail WCAG 1.4.1 on its own links. */
body section.prose div.clause a {
  color: rgb(0, 124, 153);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(0, 124, 153, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s cubic-bezier(0.22, 0.75, 0.25, 1);
}

body section.prose div.clause a:hover {
  text-decoration-color: rgb(0, 124, 153);
}

/* The review stamp — the dated closer. */
body section.prose div.clause p.reviewed {
  margin-top: 22px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(91, 107, 122);
}
