:root {
  --red: #d63b31;
  --red-deep: #9f251f;
  --red-soft: #fff1ef;
  --ink: #111;
  --coal: #1f1e1b;
  --carbon: #151513;
  --muted: #68717a;
  --line: #ded8cf;
  --paper: #fff;
  --warm: #f3eee7;
  --teal: #247b73;
  --gold: #c09a52;
  --signal-yellow: #ffd84d;
  --shadow: 0 22px 60px rgba(0, 0, 0, .16);
  --max: 1240px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main,
section {
  scroll-margin-top: 86px;
}

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr) max-content;
  align-items: center;
  gap: clamp(12px, 1.1vw, 20px);
  min-height: 78px;
  padding: 0 clamp(18px, 4vw, 72px);
  background: hsla(0, 0%, 100%, .94);
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  backdrop-filter: blur(16px);
}

.wordmark {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 15px;
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 3px;
  text-transform: uppercase;
}

.brand-text strong {
  overflow: hidden;
  color: #101010;
  font-size: 12px;
  line-height: 1.05;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-text em {
  color: var(--red);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(10px, .72vw, 16px);
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.desktop-nav a {
  flex: 0 0 auto;
  color: #565f66;
  font-size: clamp(10px, .62vw, 12px);
  font-weight: 800;
  text-transform: uppercase;
}

.desktop-nav a[href*="watch-brief"] {
  display: none;
}

.desktop-nav a.official-link {
  border: 1px solid rgba(255, 216, 77, .92);
  padding: 4px 7px;
  background: var(--signal-yellow);
  color: #17130a;
}

.desktop-nav a.active {
  color: var(--ink);
}

.header-cta,
.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 clamp(14px, 1vw, 18px);
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease;
}

.header-cta:hover,
.primary-action:hover {
  background: var(--red-deep);
  transform: translateY(-1px);
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: var(--carbon);
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .82) 42%, rgba(150, 31, 26, .62) 100%),
    url("assets/generated/gii-corridor-rail-logistics.png") center / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 72px;
  padding: 72px 0 110px;
}

.hero-copy {
  max-width: 740px;
}

.eyebrow,
.section-label {
  margin: 0 0 13px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c7c2;
}

.hero h1 {
  max-width: 780px;
  margin: 0 0 22px;
  font-size: 56px;
  line-height: .98;
  font-weight: 900;
}

.hero p {
  max-width: 690px;
  margin: 0;
  color: hsla(0, 0%, 100%, .86);
  font-size: 19px;
  font-weight: 700;
}

.hero-deck {
  max-width: 900px;
}

.hero-deck span {
  display: block;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid hsla(0, 0%, 100%, .5);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.command-panel {
  border: 1px solid hsla(0, 0%, 100%, .22);
  background: rgba(21, 21, 19, .78);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
  backdrop-filter: blur(14px);
}

.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .14);
}

.panel-header span,
.panel-header strong {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-header strong {
  color: #ffcbc7;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-grid div {
  min-height: 136px;
  padding: 24px;
  border-right: 1px solid hsla(0, 0%, 100%, .12);
  border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.signal-grid div:nth-child(2n) {
  border-right: 0;
}

.signal-grid div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.signal-grid span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1.02;
  font-weight: 900;
}

.signal-grid p {
  margin: 0;
  color: hsla(0, 0%, 100%, .72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.watch-line {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 14px;
  padding: 22px 24px 24px;
  border-top: 1px solid hsla(0, 0%, 100%, .14);
}

.watch-line span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--red);
}

.watch-line p {
  margin: 0;
  color: hsla(0, 0%, 100%, .84);
  font-size: 14px;
  font-weight: 700;
}

.ticker {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: -46px auto 70px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: var(--shadow);
}

.ticker div {
  min-height: 92px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.ticker div:last-child {
  border-right: 0;
}

.ticker strong {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ticker span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.target-frame,
.intent-section,
.keyword-command,
.library-section,
.brief-grid,
.why-now,
.executive-briefs,
.risk-section,
.split-intel,
.deep-briefs,
.goal-desk,
.request-brief,
.faq-section,
.filing-index {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.target-frame,
.intent-section,
.keyword-command,
.library-section,
.brief-grid,
.why-now,
.executive-briefs,
.risk-section,
.split-intel,
.deep-briefs,
.goal-desk,
.request-brief,
.faq-section,
.filing-index {
  margin-bottom: 92px;
}

.section-heading {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading h2,
.intent-copy h2,
.scan-console h2,
.mission-card h2,
.split-copy h2,
.why-now h2,
.goal-head h2,
.request-copy h2,
.faq-section h2,
.closing-cta h2 {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.08;
}

.section-heading p,
.split-copy p,
.goal-head p,
.goal-grid p,
.faq-content p {
  color: var(--muted);
}

.target-grid,
.executive-briefs,
.keyword-grid,
.deep-grid,
.library-grid,
.goal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.target-grid article,
.keyword-grid article,
.why-stack article,
.deep-grid article,
.library-grid article,
.executive-briefs article,
.scan-console,
.result-card,
.split-intel,
.request-brief,
.goal-grid article,
.faq-section {
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.target-grid article,
.keyword-grid article,
.deep-grid article,
.library-grid article,
.executive-briefs article,
.goal-grid article {
  min-height: 246px;
  padding: 28px 26px;
}

.target-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.target-grid span,
.keyword-grid span,
.deep-grid span,
.library-grid span,
.executive-briefs span,
.goal-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.target-grid p,
.keyword-grid p,
.deep-grid p,
.library-grid p,
.executive-briefs p {
  margin: 0;
  color: var(--muted);
}

.library-grid article {
  position: relative;
  min-height: 230px;
}

.library-grid a {
  display: grid;
  gap: 12px;
  height: 100%;
}

.library-grid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
}

.library-grid small {
  margin-top: auto;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-body {
  background: var(--warm);
}

.article-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 0 90px;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
  padding: 46px;
  background: var(--coal);
  color: #fff;
  box-shadow: var(--shadow);
}

.article-hero h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1;
}

.article-hero p {
  max-width: 760px;
  margin: 0;
  color: hsla(0, 0%, 100%, .78);
  font-size: 18px;
  font-weight: 700;
}

.article-meta {
  display: grid;
  gap: 12px;
  border: 1px solid hsla(0, 0%, 100%, .18);
  padding: 22px;
}

.article-meta span {
  color: #ffcbc7;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-meta strong {
  font-size: 20px;
  line-height: 1.12;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
}

.article-content,
.article-sidebar {
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.article-content {
  padding: 46px;
}

.article-content h2 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.12;
}

.article-content p,
.article-content li {
  color: #30343a;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.article-content p {
  margin: 0 0 22px;
}

.article-content section {
  margin-bottom: 42px;
}

.article-content section:last-child {
  margin-bottom: 0;
}

.article-content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.article-content h3 {
  margin: 26px 0 12px;
  font-size: 22px;
  line-height: 1.16;
}

.article-lead {
  color: #202226;
  font-size: 20px;
  font-weight: 800;
}

.answer-box,
.rank-box,
.content-cta {
  margin-bottom: 42px;
  padding: 28px;
}

.answer-box {
  border-left: 6px solid var(--red);
  background: var(--red-soft);
}

.rank-box {
  border: 1px solid var(--line);
  background: #faf7f2;
}

.rank-box span,
.article-toc span,
.content-cta span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-toc {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fffaf6;
}

.article-toc a {
  color: #30343a;
  font-weight: 900;
}

.signal-table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.signal-table th,
.signal-table td {
  border: 1px solid var(--line);
  padding: 14px;
  color: #30343a;
  text-align: left;
  vertical-align: top;
}

.signal-table th {
  background: #faf7f2;
  color: #171717;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.article-pill-list li {
  border: 1px solid var(--line);
  padding: 9px 11px;
  background: #fffaf6;
  color: #202226;
  font-size: 13px;
  font-weight: 900;
}

.faq-block details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.faq-block details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-block summary {
  cursor: pointer;
  color: #171717;
  font-size: 18px;
  font-weight: 900;
}

.faq-block details p {
  margin-top: 12px;
}

.content-cta {
  background: var(--coal);
  color: #fff;
}

.content-cta h2,
.content-cta p {
  color: #fff;
}

.article-sidebar {
  position: sticky;
  top: 102px;
  align-self: start;
  display: grid;
  gap: 22px;
  padding: 24px;
}

.article-sidebar h2 {
  margin: 0;
  font-size: 18px;
}

.article-sidebar a {
  color: var(--red);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.article-disclaimer {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--red);
}

.filing-index {
  padding: 70px 0 94px;
}

.filing-index-hero {
  display: grid;
  gap: 22px;
  margin-bottom: 28px;
  padding: 52px;
  background: var(--coal);
  color: #fff;
  box-shadow: var(--shadow);
}

.filing-index-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 58px;
  line-height: .98;
}

.filing-index-hero p {
  max-width: 880px;
  margin: 0;
  color: hsla(0, 0%, 100%, .76);
  font-size: 19px;
  font-weight: 800;
}

.filing-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.filing-control h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.08;
}

.filing-control p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.filing-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.filing-grid article {
  min-width: 0;
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.filing-grid a {
  display: grid;
  gap: 12px;
  height: 100%;
  padding: 26px;
}

.filing-grid span,
.filing-answer span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.filing-grid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
}

.filing-grid p {
  margin: 0;
  color: var(--muted);
}

.filing-grid small {
  margin-top: auto;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.filing-answer {
  border-left: 6px solid var(--red);
  padding: 28px;
  background: var(--red-soft);
}

.watch-statement {
  border-left: 6px solid var(--red);
  padding: 18px 20px;
  background: #fff6f4;
  color: var(--ink) !important;
  font-size: 21px !important;
  font-weight: 900;
}

.proof-list {
  display: grid;
  gap: 14px;
  padding: 0 !important;
  list-style: none;
}

.proof-list li {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  border: 1px solid var(--line);
  padding: 16px;
  background: #fffaf6;
}

.proof-list li span {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  background: var(--red);
}

.proof-list li strong,
.proof-list li em {
  grid-column: 2;
}

.proof-list li em {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-badges span {
  border: 1px solid rgba(255, 216, 77, .92);
  background: var(--signal-yellow);
  padding: 8px 10px;
  color: #17130a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.hero-intel-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid hsla(0, 0%, 100%, .18);
  background: hsla(0, 0%, 100%, .14);
}

.hero-intel-rail div {
  min-width: 0;
  padding: 17px 16px;
  background: rgba(18, 18, 16, .62);
}

.hero-intel-rail span,
.ops-row span,
.terminal-feed span,
.trust-actions a,
.filing-link-cluster span,
.trust-layout span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-intel-rail span,
.hero-intel-rail strong,
.hero-intel-rail p {
  display: block;
}

.hero-intel-rail strong {
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.16;
}

.hero-intel-rail p {
  margin-top: 8px;
  color: hsla(0, 0%, 100%, .66);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.intent-section,
.why-now,
.request-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 22px;
}

.intent-copy,
.alias-card,
.why-now > div,
.request-copy,
.brief-form {
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.intent-copy,
.why-now > div,
.request-copy {
  padding: 38px;
}

.alias-card {
  display: grid;
  align-content: center;
  padding: 34px;
  background: var(--coal);
  color: #fff;
}

.alias-card span {
  margin-bottom: 14px;
  color: #ffcbc7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.alias-card p {
  margin: 0 0 18px;
  color: hsla(0, 0%, 100%, .84);
  font-size: 17px;
  font-weight: 800;
}

.alias-card small {
  color: hsla(0, 0%, 100%, .65);
  font-weight: 900;
  text-transform: uppercase;
}

.intent-copy p,
.why-now p,
.request-copy p {
  max-width: 790px;
  color: var(--muted);
}

.keyword-grid h3,
.deep-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.12;
}

.target-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.why-now {
  align-items: stretch;
}

.why-stack {
  display: grid;
  gap: 12px;
}

.why-stack article {
  min-height: 106px;
  padding: 22px;
}

.why-stack span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.why-stack strong {
  display: block;
  font-size: 18px;
  line-height: 1.22;
}

.request-brief {
  background: transparent;
  box-shadow: none;
}

.request-copy {
  background: var(--coal);
  color: #fff;
}

.request-copy p {
  color: hsla(0, 0%, 100%, .76);
}

.request-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.request-points span {
  display: block;
  border-top: 1px solid hsla(0, 0%, 100%, .16);
  padding-top: 14px;
  color: hsla(0, 0%, 100%, .86);
  font-weight: 900;
}

.brief-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
}

.brief-form label {
  display: grid;
  gap: 7px;
}

.brief-form span {
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  padding: 13px 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.brief-form textarea {
  resize: vertical;
}

.wide-field,
.brief-form button,
.brief-form p {
  grid-column: 1 / -1;
}

.brief-form button {
  min-height: 50px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.brief-form p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.brief-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 22px;
}

.scan-console {
  min-height: 342px;
  padding: 38px;
  background: var(--coal);
  color: #fff;
}

.scan-console .section-label {
  color: #ffcbc7;
}

.scan-console p {
  max-width: 620px;
  margin: 0 0 26px;
  color: hsla(0, 0%, 100%, .72);
}

.scan-console label {
  display: block;
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, .74);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  min-height: 52px;
  border: 1px solid hsla(0, 0%, 100%, .18);
  background: hsla(0, 0%, 100%, .08);
}

.input-row input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: #fff;
  outline: none;
}

.input-row input::placeholder {
  color: hsla(0, 0%, 100%, .62);
}

.input-row button {
  border: 0;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.theme-chips button,
.goal-filters button,
.filing-filters button {
  min-height: 34px;
  border: 1px solid rgba(0, 0, 0, .14);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.theme-chips button {
  border-color: hsla(0, 0%, 100%, .2);
  background: hsla(0, 0%, 100%, .08);
  color: #fff;
}

.result-card {
  display: grid;
  grid-template-columns: 146px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 38px;
}

.result-label {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 10px solid var(--red);
  outline: 10px solid rgba(36, 123, 115, .28);
  background: #fff;
  color: var(--ink);
  padding: 14px;
  font-size: 17px;
  line-height: 1.08;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.result-title {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
}

.result-title strong {
  color: var(--ink);
}

.evidence-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 11px;
  color: #30343a;
}

.evidence-list li span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--red);
}

.evidence-list li:nth-child(2) span {
  background: var(--teal);
}

.evidence-list li:nth-child(3) span {
  background: var(--gold);
}

.executive-briefs h3,
.goal-grid h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
}

.executive-briefs strong {
  display: block;
  margin-top: 20px;
  color: var(--ink);
}

.risk-section {
  margin-bottom: 92px;
}

.risk-board {
  display: grid;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.risk-board article {
  display: grid;
  grid-template-columns: 260px minmax(160px, .7fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 106px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.risk-board article:last-child {
  border-bottom: 0;
}

.risk-meta {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.risk-meta span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--red-soft);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.risk-meta strong {
  font-size: 18px;
  line-height: 1.15;
}

.risk-board p {
  margin: 0;
  color: var(--muted);
}

.risk-bar {
  height: 10px;
  background: #e8e0d7;
}

.risk-bar span {
  display: block;
  height: 100%;
  background: var(--red);
}

.risk-bar.high span {
  width: 92%;
}

.risk-bar.elevated span {
  width: 76%;
  background: var(--gold);
}

.risk-bar.medium span {
  width: 62%;
  background: var(--teal);
}

.split-intel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  overflow: hidden;
}

.image-panel {
  min-height: 440px;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-copy {
  padding: 58px 58px 54px;
}

.split-copy p {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: 17px;
}

.timeline {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.timeline div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.timeline span {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.timeline strong {
  font-size: 15px;
}

.goal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: end;
  margin-bottom: 24px;
}

.goal-head p {
  max-width: 690px;
  margin: 0;
}

.goal-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.goal-filters button.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.filing-filters button.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.goal-grid article {
  transition: opacity 160ms ease, transform 160ms ease;
}

.goal-grid article.is-hidden {
  display: none;
}

.filing-grid article.is-hidden {
  display: none;
}

.goal-grid p {
  margin: 0 0 18px;
  font-size: 14px;
}

.goal-grid small {
  display: block;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ops-dashboard {
  display: grid;
}

.ops-row {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px 18px;
  padding: 19px 24px 19px 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .12);
}

.ops-row::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--red);
  content: "";
}

.ops-row.elevated::before {
  background: var(--gold);
}

.ops-row.active::before {
  background: var(--teal);
}

.ops-row.guarded::before {
  background: #ffcbc7;
}

.ops-row strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.16;
}

.ops-row em {
  grid-column: 2;
  color: hsla(0, 0%, 100%, .66);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.terminal-feed {
  display: grid;
  gap: 1px;
  border-top: 1px solid hsla(0, 0%, 100%, .14);
  border-bottom: 1px solid hsla(0, 0%, 100%, .14);
  background: hsla(0, 0%, 100%, .08);
}

.terminal-feed div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 13px 24px;
  background: rgba(0, 0, 0, .18);
}

.terminal-feed p {
  margin: 0;
  color: hsla(0, 0%, 100%, .72);
  font-size: 12px;
  font-weight: 800;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.proof-strip div {
  padding: 18px;
  background: var(--warm);
  border: 1px solid var(--line);
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
}

.trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-actions a {
  border: 1px solid var(--line);
  padding: 10px 12px;
  background: #fff;
}

.faq-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
  padding: 46px;
}

.faq-list {
  display: grid;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 66px;
  border: 0;
  padding: 0 46px 0 0;
  background: transparent;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  content: "";
  transform: translateY(-65%) rotate(45deg);
}

.faq-item.open button::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq-content {
  display: none;
  max-width: 660px;
  padding: 0 0 22px;
}

.faq-content p {
  margin: 0;
}

.faq-item.open .faq-content {
  display: block;
}

.closing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 44px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--red);
  color: #fff;
}

.closing-cta span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.closing-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.closing-cta .primary-action {
  background: #fff;
  color: var(--red);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(150px, .75fr) minmax(150px, .75fr) minmax(300px, 1.3fr);
  gap: 34px;
  padding: 48px max(24px, calc((100vw - var(--max)) / 2)) 30px;
  background: var(--carbon);
  color: #fff;
}

.site-footer > div:last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, .28fr) minmax(0, .72fr);
  gap: 24px;
  border-top: 1px solid rgba(255, 203, 199, .16);
  padding-top: 22px;
}

.site-footer h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.site-footer p {
  margin: 0;
  color: hsla(0, 0%, 100%, .72);
  font-size: 14px;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.footer-links a {
  display: block;
  color: #ffcbc7;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.external-links a {
  color: #ffcbc7;
}

.trust-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 0 94px;
}

.trust-hero {
  margin-bottom: 26px;
  padding: 56px;
  background: var(--coal);
  color: #fff;
  box-shadow: var(--shadow);
}

.trust-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: 56px;
  line-height: .98;
}

.trust-hero p {
  max-width: 860px;
  margin: 0;
  color: hsla(0, 0%, 100%, .76);
  font-size: 19px;
  font-weight: 800;
}

.trust-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trust-layout article {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.contact-grid article {
  min-height: 270px;
}

.trust-layout h2 {
  margin: 10px 0 16px;
  font-size: 28px;
  line-height: 1.12;
}

.trust-layout p {
  margin: 0 0 16px;
  color: var(--muted);
}

.mail-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  border: 1px solid rgba(214, 59, 49, .28);
  padding: 10px 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.trust-longform {
  margin-top: 18px;
  padding: 42px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.trust-longform h2 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.08;
}

.trust-longform p {
  max-width: 920px;
  color: var(--muted);
  font-size: 17px;
}

.trust-link-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-link-strip a {
  border: 1px solid var(--line);
  padding: 10px 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.filing-link-cluster {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.strategic-link-cluster {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.filing-sequence {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.filing-link-cluster h2,
.strategic-link-cluster h2 {
  margin: 0;
}

.filing-link-cluster p,
.strategic-link-cluster p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.filing-link-cluster a,
.strategic-link-cluster a {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  padding: 12px;
  background: #fffaf6;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.filing-sequence h2 {
  margin: 0;
}

.filing-sequence a {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  padding: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
}

.filing-sequence span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-layer,
.monitor-main {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.product-layer {
  margin-bottom: 92px;
}

.product-grid,
.monitor-targets,
.monitor-grid,
.updates-grid,
.dashboard-index-grid,
.dashboard-panels,
.product-link-band {
  display: grid;
  gap: 18px;
}

.product-grid,
.monitor-grid,
.updates-grid,
.dashboard-index-grid,
.dashboard-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-link-band {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-grid article,
.monitor-grid article,
.updates-grid article,
.dashboard-index-grid article,
.dashboard-panels article,
.product-link-band article,
.monitor-matrix {
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.product-grid article,
.monitor-grid article,
.updates-grid article,
.dashboard-index-grid article,
.dashboard-panels article,
.product-link-band article {
  min-height: 270px;
  padding: 28px;
}

.product-grid span,
.monitor-console span,
.monitor-targets span,
.monitor-grid span,
.updates-grid span,
.dashboard-index-grid span,
.dashboard-panels span,
.dashboard-hero span,
.product-link-band span {
  display: block;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-grid h3,
.product-link-band h2,
.updates-grid h2,
.dashboard-index-grid h2,
.dashboard-panels h2 {
  margin: 12px 0 14px;
  font-size: 26px;
  line-height: 1.1;
}

.product-grid p,
.monitor-grid p,
.monitor-grid em,
.monitor-matrix p,
.updates-grid p,
.dashboard-index-grid p,
.dashboard-hero p,
.product-link-band p {
  color: var(--muted);
}

.product-grid a,
.monitor-grid a,
.dashboard-index-grid a,
.product-link-band .primary-action {
  margin-top: 20px;
}

.product-grid a,
.monitor-grid a,
.dashboard-index-grid small,
.updates-grid small {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.monitor-main {
  padding: 70px 0 94px;
}

.monitor-hero,
.dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 52px;
  background:
    linear-gradient(90deg, rgba(21, 21, 19, .94), rgba(21, 21, 19, .82)),
    url("assets/generated/gii-corridor-rail-logistics.png") center / cover no-repeat;
  color: #fff;
  box-shadow: var(--shadow);
}

.dashboard-hero {
  background:
    linear-gradient(90deg, rgba(21, 21, 19, .94), rgba(42, 19, 17, .8)),
    url("assets/generated/gii-analyst-workbench.png") center / cover no-repeat;
}

.monitor-hero h1,
.dashboard-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: 56px;
  line-height: .98;
}

.monitor-hero p,
.dashboard-hero p {
  max-width: 830px;
  margin: 0;
  color: hsla(0, 0%, 100%, .78);
  font-size: 19px;
  font-weight: 800;
}

.monitor-console,
.dashboard-hero aside {
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid hsla(0, 0%, 100%, .18);
  padding: 28px;
  background: rgba(0, 0, 0, .28);
}

.monitor-console span,
.dashboard-hero span {
  color: #ffcbc7;
}

.monitor-console strong,
.dashboard-hero strong {
  color: #fff;
  font-size: 26px;
  line-height: 1.08;
}

.monitor-console p {
  color: hsla(0, 0%, 100%, .7);
  font-size: 14px;
}

.monitor-targets {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 70px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .09);
}

.monitor-targets article {
  min-height: 180px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.monitor-targets article:last-child {
  border-right: 0;
}

.monitor-targets strong {
  display: block;
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.monitor-board,
.monitor-matrix,
.updates-grid,
.dashboard-index-grid,
.dashboard-panels,
.product-link-band {
  margin-bottom: 70px;
}

.monitor-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.monitor-filters button {
  min-height: 34px;
  border: 1px solid rgba(0, 0, 0, .14);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.monitor-filters button.active {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.monitor-grid article.is-hidden {
  display: none;
}

.monitor-grid div {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.monitor-grid strong {
  font-size: 23px;
  line-height: 1.08;
}

.monitor-grid em {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-weight: 800;
}

.monitor-matrix {
  padding: 42px;
}

.monitor-matrix h2 {
  max-width: 860px;
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.08;
}

.updates-grid a,
.dashboard-index-grid a {
  display: grid;
  height: 100%;
}

.updates-grid small,
.dashboard-index-grid small {
  margin-top: auto;
}

.dashboard-panels article {
  background: var(--coal);
  color: #fff;
}

.dashboard-panels h2 {
  color: #fff;
}

.dashboard-meter {
  height: 10px;
  margin-top: 24px;
  background: hsla(0, 0%, 100%, .18);
}

.dashboard-meter i {
  display: block;
  height: 100%;
  width: 84%;
  background: var(--red);
}

.dashboard-meter.amber i {
  width: 72%;
  background: var(--gold);
}

.dashboard-meter.cool i {
  width: 62%;
  background: var(--teal);
}

.product-request {
  margin-left: 0;
  margin-right: 0;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 1260px) {
  .hero-inner,
  .ticker,
  .target-frame,
  .intent-section,
  .keyword-command,
  .product-layer,
  .library-section,
  .brief-grid,
  .why-now,
  .executive-briefs,
  .risk-section,
  .split-intel,
  .deep-briefs,
  .goal-desk,
  .request-brief,
  .faq-section {
    margin-left: 24px;
    margin-right: 24px;
  }

  .trust-main {
    margin-left: 24px;
    margin-right: 24px;
  }

  .monitor-main {
    margin-left: 24px;
    margin-right: 24px;
  }

  .site-header {
    grid-template-columns: minmax(230px, 280px) minmax(0, 1fr) max-content;
    gap: 14px;
  }

  .desktop-nav {
    gap: 10px;
  }

  .desktop-nav a {
    font-size: 10px;
  }

  .desktop-nav a[href="#what-is"],
  .desktop-nav a[href="#why-now"] {
    display: none;
  }
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 0 18px;
  }

  .wordmark {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .brand-text strong {
    font-size: 11px;
  }

  .brand-text em {
    font-size: 10px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    align-content: center;
    justify-items: end;
  }

  .menu-button span {
    display: block;
    width: 28px;
    height: 2px;
    background: #191919;
  }

  .mobile-menu {
    grid-column: 1 / -1;
    display: none;
    border-top: 1px solid var(--line);
    padding: 12px 0 16px;
  }

  .mobile-menu.open {
    display: grid;
  }

  .mobile-menu a {
    padding: 11px 0;
    color: #303030;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-menu a.official-link {
    margin-top: 6px;
    padding: 11px 12px;
    background: var(--signal-yellow);
    color: #17130a;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 54px 0 86px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .command-panel {
    max-width: 620px;
  }

  .ticker,
  .section-heading,
  .intent-section,
  .monitor-hero,
  .dashboard-hero,
  .brief-grid,
  .why-now,
  .split-intel,
  .goal-head,
  .request-brief,
  .faq-section,
  .closing-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .target-grid,
  .keyword-grid,
  .product-grid,
  .deep-grid,
  .library-grid,
  .executive-briefs,
  .goal-grid,
  .filing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-main {
    margin-left: 24px;
    margin-right: 24px;
  }

  .article-hero,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .ticker {
    margin-top: -38px;
  }

  .brief-grid {
    gap: 16px;
  }

  .risk-board article {
    grid-template-columns: 240px minmax(140px, .56fr) minmax(0, 1fr);
  }

  .goal-filters {
    justify-content: flex-start;
  }

  .filing-control {
    grid-template-columns: 1fr;
  }

  .filing-filters {
    justify-content: flex-start;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .hero-intel-rail {
    grid-template-columns: 1fr;
  }

  .trust-layout {
    grid-template-columns: 1fr;
  }

  .monitor-targets,
  .monitor-grid,
  .updates-grid,
  .dashboard-index-grid,
  .dashboard-panels,
  .product-link-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 58px;
    font-size: 15px;
  }

  .hero-inner,
  .ticker,
  .target-frame,
  .intent-section,
  .keyword-command,
  .product-layer,
  .library-section,
  .brief-grid,
  .why-now,
  .executive-briefs,
  .risk-section,
  .split-intel,
  .deep-briefs,
  .goal-desk,
  .request-brief,
  .faq-section,
  .filing-index {
    margin-left: 16px;
    margin-right: 16px;
  }

  .monitor-main {
    margin-left: 16px;
    margin-right: 16px;
    padding: 42px 0 72px;
  }

  .hero-inner {
    padding: 42px 0 78px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.03;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .signal-grid span {
    font-size: 22px;
  }

  .signal-grid div {
    min-height: 116px;
    padding: 20px;
  }

  .hero-intel-rail div {
    padding: 15px;
  }

  .ops-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 20px 18px 24px;
  }

  .ops-row em {
    grid-column: auto;
  }

  .terminal-feed div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 13px 20px;
  }

  .ticker {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 54px;
  }

  .ticker div {
    min-height: 82px;
    padding: 18px;
  }

  .ticker div:nth-child(2n) {
    border-right: 0;
  }

  .ticker div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .ticker span {
    font-size: 15px;
  }

  .target-grid,
  .keyword-grid,
  .product-grid,
  .deep-grid,
  .library-grid,
  .executive-briefs,
  .goal-grid,
  .filing-grid {
    grid-template-columns: 1fr;
  }

  .scan-console,
  .result-card,
  .intent-copy,
  .alias-card,
  .monitor-hero,
  .dashboard-hero,
  .monitor-matrix,
  .why-now > div,
  .split-copy,
  .request-copy,
  .brief-form,
  .faq-section {
    padding: 26px 22px;
  }

  .section-heading h2,
  .intent-copy h2,
  .monitor-hero h1,
  .dashboard-hero h1,
  .monitor-matrix h2,
  .scan-console h2,
  .split-copy h2,
  .why-now h2,
  .goal-head h2,
  .filing-control h2,
  .request-copy h2,
  .faq-section h2,
  .closing-cta h2 {
    font-size: 29px;
  }

  .monitor-targets,
  .monitor-grid,
  .updates-grid,
  .dashboard-index-grid,
  .dashboard-panels,
  .product-link-band {
    grid-template-columns: 1fr;
  }

  .monitor-targets article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .monitor-targets article:last-child {
    border-bottom: 0;
  }

  .filing-index {
    padding: 42px 0 72px;
  }

  .filing-index-hero,
  .filing-control {
    padding: 26px 22px;
  }

  .filing-index-hero h1 {
    font-size: 36px;
  }

  .trust-main {
    margin-left: 16px;
    margin-right: 16px;
    padding: 42px 0 72px;
  }

  .trust-hero,
  .trust-layout article,
  .trust-longform {
    padding: 26px 22px;
  }

  .trust-hero h1 {
    font-size: 34px;
  }

  .trust-longform h2 {
    font-size: 29px;
  }

  .filing-grid article {
    min-height: auto;
  }

  .input-row {
    grid-template-columns: 1fr;
  }

  .input-row input {
    min-height: 50px;
  }

  .input-row button {
    min-height: 46px;
  }

  .result-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .result-label {
    width: 116px;
    height: 116px;
    font-size: 15px;
  }

  .split-intel {
    grid-template-columns: 1fr;
  }

  .image-panel {
    min-height: 220px;
  }

  .risk-board article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .brief-form {
    grid-template-columns: 1fr;
  }

  .target-grid article,
  .library-grid article,
  .executive-briefs article,
  .goal-grid article {
    min-height: auto;
  }

  .article-main {
    margin-left: 16px;
    margin-right: 16px;
    padding: 42px 0 72px;
  }

  .article-hero,
  .article-content,
  .article-sidebar {
    padding: 24px 22px;
  }

  .article-hero h1 {
    font-size: 34px;
  }

  .timeline div {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .closing-cta {
    padding: 34px 16px;
  }

  .site-footer {
    padding: 34px 16px 52px;
  }

  .site-footer > div:last-child {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .22);
  }
}
