:root {
  --ink: #111f48;
  --ink-2: #1f2f63;
  --orange: #ff7900;
  --orange-light: #ffad4a;
  --paper: #f7f8fc;
  --white: #ffffff;
  --text: #18213d;
  --muted: #5e667c;
  --line: #dfe3ee;
  --red: #cc2b36;
  --amber: #b55b00;
  --green: #21745b;
  --shadow: 0 22px 55px rgba(17,31,72,.10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font: 16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; background: var(--ink); color: var(--white); box-shadow: 0 7px 24px rgba(8,18,48,.16); }
.signal-strip { display: grid; grid-template-columns: 58% 20% 22%; height: 5px; }
.signal-strip span:nth-child(1) { background: var(--ink); }
.signal-strip span:nth-child(2) { background: var(--orange); }
.signal-strip span:nth-child(3) { background: var(--orange-light); }
.header-main { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: flex; flex-direction: column; gap: 7px; }
.brand-lockup > span { color: #d7ddf2; font-size: .66rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.wordmark { display: inline-flex; flex: 0 0 auto; height: 37px; text-decoration: none; }
.wordmark img { display: block; width: auto; height: 100%; }
.action-nav { display: flex; align-items: center; gap: 9px; font-size: .88rem; font-weight: 800; }
.action-nav a { padding: 9px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); text-decoration: none; }
.action-nav a:hover, .action-nav a[aria-current="page"], .action-nav a.is-current { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.13); }
.action-nav .action-nav__primary { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.action-nav .action-nav__primary:hover, .action-nav .action-nav__primary.is-current { border-color: var(--orange-light); background: var(--orange-light); }
.section-nav { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; padding-bottom: 13px; border-top: 1px solid rgba(255,255,255,.12); color: #f2f4fb; font-size: .84rem; font-weight: 800; }
.section-nav a { padding: 5px 9px; border-radius: 7px; text-decoration: none; }
.section-nav a:hover, .section-nav a[aria-current="page"] { background: rgba(255,255,255,.11); color: var(--orange-light); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { padding: 9px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 9px; cursor: pointer; font-weight: 850; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; z-index: 30; top: calc(100% + 10px); right: 0; display: grid; width: min(330px, calc(100vw - 28px)); padding: 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: #0b1535; box-shadow: 0 20px 50px rgba(0,0,0,.32); }
.mobile-menu nav a { padding: 10px 12px; border-radius: 7px; text-decoration: none; }
.mobile-menu nav a:hover, .mobile-menu nav a[aria-current="page"] { background: rgba(255,255,255,.1); color: var(--orange-light); }

.hero { position: relative; overflow: hidden; padding: 82px 0 86px; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 34%, #000); }
.hero::after { content: ""; position: absolute; width: 470px; height: 470px; right: -220px; top: -240px; border: 85px solid rgba(255,121,0,.23); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr); gap: clamp(46px, 7vw, 90px); align-items: center; }
.eyebrow { margin: 0 0 9px; color: var(--orange); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: var(--orange-light); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.85rem, 6vw, 5.75rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange-light); font-style: normal; }
.platform-line { display: inline-flex; flex-direction: column; gap: 2px; margin: 0 0 24px; padding-left: 15px; border-left: 4px solid var(--orange); color: var(--white); text-decoration: none; }
.platform-line span { font-size: clamp(.9rem, 1.4vw, 1.06rem); font-weight: 850; letter-spacing: .015em; }
.platform-line strong { color: var(--orange-light); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.platform-line:hover span { text-decoration: underline; text-decoration-color: var(--orange-light); text-underline-offset: 4px; }
.hero-lede { max-width: 690px; margin: 28px 0 0; color: #e7eafa; font-size: clamp(1.07rem, 1.6vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 19px; border: 2px solid transparent; border-radius: 10px; font-weight: 850; text-decoration: none; cursor: pointer; }
.button--orange { background: var(--orange); color: var(--ink); }
.button--orange:hover { background: var(--orange-light); }
.button--ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.button--navy { background: var(--ink); color: var(--white); }
.button--outline { border-color: var(--ink); color: var(--ink); }
.button--block { width: 100%; }
.hero-search { margin-top: 36px; max-width: 680px; }
.hero-search label { display: block; margin-bottom: 8px; color: #cbd2ec; font-size: .88rem; font-weight: 700; }
.hero-search div { display: flex; padding: 5px; border-radius: 13px; background: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.hero-search input { min-width: 0; flex: 1; border: 0; border-radius: 9px; padding: 12px; font: inherit; }
.hero-search button { border: 0; border-radius: 9px; padding: 10px 18px; background: var(--orange); color: var(--ink); font: inherit; font-weight: 900; cursor: pointer; }

.signal-board { overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: rgba(255,255,255,.08); box-shadow: 0 32px 80px rgba(0,0,0,.26); backdrop-filter: blur(12px); }
.signal-board__head { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.16); color: #cbd2ec; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.signal-board__head strong { color: var(--orange-light); }
.signal-board ol { margin: 0; padding: 10px 20px; list-style: none; }
.signal-board li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 19px 0; }
.signal-board li:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.13); }
.signal-board li > span { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--orange-light); font-weight: 900; }
.signal-board li strong, .signal-board li small { display: block; }
.signal-board li small { margin-top: 3px; color: #cbd2ec; }
.signal-board__pulse { display: flex; gap: 10px; align-items: center; padding: 15px 20px; background: rgba(0,0,0,.18); color: #d9def2; font-size: .82rem; }
.signal-board__pulse i { width: 9px; height: 9px; border-radius: 50%; background: var(--orange-light); box-shadow: 0 0 0 6px rgba(255,173,74,.15); }

.metric-band { background: var(--white); border-bottom: 1px solid var(--line); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.metric-grid div { padding: 25px 30px; }
.metric-grid div + div { border-left: 1px solid var(--line); }
.metric-grid strong, .metric-grid span { display: block; }
.metric-grid strong { color: var(--ink); font-size: 1.27rem; }
.metric-grid span { color: var(--muted); font-size: .88rem; }

.section { padding-top: 86px; padding-bottom: 86px; }
.section-heading { margin-bottom: 31px; }
.section-heading--split { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.section-heading h2 { max-width: 720px; margin: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.recall-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.recall-card { display: flex; min-height: 310px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 26px rgba(17,31,72,.05); transition: transform .2s ease, box-shadow .2s ease; }
.recall-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.recall-card__top { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 24px; color: var(--muted); font-size: .77rem; }
.risk-chip { padding: 4px 9px; border-radius: 999px; background: #eef0f5; color: var(--text); font-weight: 850; }
.risk-chip--critical { background: #fee9eb; color: #a41f2a; }
.risk-chip--high { background: #fff0e1; color: #9d4900; }
.risk-chip--medium { background: #fff7d6; color: #715900; }
.risk-chip--low { background: #e6f5ef; color: #176047; }
.recall-card h3 { margin: 2px 0 11px; color: var(--ink); font-size: 1.28rem; line-height: 1.25; letter-spacing: -.02em; }
.recall-card h3 a { text-decoration: none; }
.recall-card h3 a:hover { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.recall-card > p:not(.eyebrow) { margin: 0 0 20px; color: var(--muted); }
.text-link { margin-top: auto; color: var(--ink); font-weight: 850; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.section-action { margin: 28px 0 0; text-align: center; }
.empty-state { padding: 40px; border: 1px dashed #b9c0d3; border-radius: var(--radius); background: var(--white); text-align: center; }
.empty-state h3 { margin-top: 0; color: var(--ink); }

.section--ink { background: var(--ink); color: var(--white); }
.section--ink .section-heading h2 { color: var(--white); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); background: rgba(255,255,255,.16); }
.journey-grid article { padding: 32px; background: var(--ink-2); }
.journey-grid span { color: var(--orange-light); font-weight: 900; }
.journey-grid h3 { margin: 48px 0 10px; font-size: 1.5rem; }
.journey-grid p { margin: 0; color: #d4daee; }
.action-panel { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.action-panel h2 { max-width: 780px; margin: 0; color: var(--ink); font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.08; letter-spacing: -.04em; }
.action-panel p:not(.eyebrow) { color: var(--muted); }

.content-section { padding-top: 72px; padding-bottom: 82px; }
.content-section--white { background: var(--white); }
.content-heading { max-width: 790px; margin-bottom: 34px; }
.content-heading h2 { margin: 0; color: var(--ink); font-size: clamp(1.9rem, 4vw, 3.15rem); line-height: 1.05; letter-spacing: -.04em; }
.content-heading p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 1.06rem; }
.content-prose { max-width: 790px; }
.content-prose h2 { margin: 46px 0 12px; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.1; letter-spacing: -.035em; }
.content-prose h3 { margin: 30px 0 8px; color: var(--ink); font-size: 1.28rem; }
.content-prose p, .content-prose li { color: #3f4964; }
.content-prose a { color: var(--ink); text-decoration-color: var(--orange); text-underline-offset: 4px; }
.content-prose ul { padding-left: 1.3rem; }
.content-split { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(285px, .75fr); gap: clamp(36px, 6vw, 72px); align-items: start; }
.side-stack { display: grid; gap: 18px; }
.info-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(17,31,72,.05); }
.info-card--orange { border-color: #ffd2a8; background: #fff7ef; }
.info-card--ink { border-color: var(--ink); background: var(--ink); color: var(--white); }
.info-card h2, .info-card h3 { margin: 0 0 10px; color: var(--ink); line-height: 1.15; }
.info-card--ink h2, .info-card--ink h3 { color: var(--white); }
.info-card p:last-child { margin-bottom: 0; }
.info-card--ink p { color: #d6dcef; }
.info-card .text-link { display: inline-block; margin-top: 12px; }
.info-card--ink .text-link { color: var(--orange-light); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card > span { color: var(--orange); font-weight: 950; }
.feature-card h2, .feature-card h3 { margin: 30px 0 9px; color: var(--ink); font-size: 1.35rem; line-height: 1.2; }
.feature-card p { margin: 0; color: var(--muted); }
.card-actions { display: grid; gap: 9px; margin-top: 22px; }
.card-actions .button { min-height: 44px; padding: 9px 13px; font-size: .9rem; }
.resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.resource-card h2, .resource-card h3 { margin: 0 0 12px; color: var(--ink); font-size: 1.4rem; }
.resource-card p { color: var(--muted); }
.link-list { margin: 18px 0 0; padding: 0; list-style: none; }
.link-list li { padding: 10px 0; border-top: 1px solid var(--line); }
.link-list a { color: var(--ink); font-weight: 780; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.notice { padding: 22px 25px; border-left: 6px solid var(--orange); border-radius: 0 14px 14px 0; background: #fff4e9; }
.notice strong { color: var(--ink); }
.notice p:last-child { margin-bottom: 0; }
.method-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.method-flow article { min-height: 270px; padding: 31px; border-right: 1px solid rgba(255,255,255,.15); }
.method-flow article:last-child { border-right: 0; }
.method-flow span { color: var(--orange-light); font-weight: 950; }
.method-flow h2 { margin: 54px 0 10px; font-size: 1.9rem; }
.method-flow p { margin: 0; color: #d4daee; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }
.outcome-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.outcome-grid h3 { margin-top: 0; color: var(--ink); }
.comparison-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid var(--line); border-radius: 16px; }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--white); }
.comparison-table th, .comparison-table td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: var(--ink); color: var(--white); }
.comparison-table th:first-child { color: var(--orange-light); }
.comparison-table td:first-child { color: var(--ink); font-weight: 850; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(17,31,72,.05); }
.team-card img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: center top; background: #e9edf5; }
.team-card__copy { padding: 23px; }
.team-card__copy > span { color: var(--orange); font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.team-card h2 { margin: 8px 0 10px; color: var(--ink); font-size: 1.45rem; line-height: 1.15; }
.team-card p { margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-card { display: flex; min-height: 245px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-3px); border-color: #ffb673; box-shadow: var(--shadow); }
.category-card > span { color: var(--orange); font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-card h2 { margin: 24px 0 9px; color: var(--ink); font-size: 1.35rem; line-height: 1.17; }
.category-card p { margin: 0 0 18px; color: var(--muted); }
.category-card strong { margin-top: auto; color: var(--ink); text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.briefing-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.briefing-feature img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.briefing-feature__copy { display: flex; flex-direction: column; padding: clamp(30px, 5vw, 55px); }
.briefing-meta { display: flex; flex-wrap: wrap; gap: 9px 16px; color: #c9d0e8; font-size: .77rem; font-weight: 800; text-transform: uppercase; }
.briefing-feature h2 { margin: 34px 0 16px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; letter-spacing: -.045em; }
.briefing-feature p { color: #d7dcef; }
.briefing-feature .text-link { color: var(--orange-light); }
.briefing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.briefing-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.briefing-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.briefing-card__copy { display: flex; min-height: 300px; flex-direction: column; padding: 23px; }
.briefing-card h2 { margin: 18px 0 11px; color: var(--ink); font-size: 1.35rem; line-height: 1.2; }
.briefing-card p { color: var(--muted); }
.briefing-card .text-link { margin-top: auto; }
.report-shell { padding-top: 72px; padding-bottom: 86px; background-color: #eef0f6; background-image: radial-gradient(#d2d7e4 1px, transparent 1px); background-size: 18px 18px; }
.report-grid { display: grid; grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 70px); align-items: start; }
.report-aside { position: sticky; top: 24px; }
.report-aside h2 { margin: 0; color: var(--ink); font-size: clamp(2.15rem, 4.5vw, 3.5rem); line-height: 1; letter-spacing: -.045em; }
.report-aside > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.report-steps { margin: 36px 0; padding: 0; list-style: none; }
.report-steps li { position: relative; min-height: 69px; margin-left: 18px; padding: 0 0 24px 38px; border-left: 2px solid #aeb5c6; display: flex; flex-direction: column; }
.report-steps li:last-child { border-left-color: transparent; }
.report-steps li::before { content: ""; position: absolute; left: -9px; top: 3px; width: 16px; height: 16px; border: 3px solid var(--ink); border-radius: 50%; background: var(--orange); }
.report-steps strong { color: var(--ink); }
.report-steps span { color: var(--muted); font-size: .88rem; }
.evidence-tip { padding: 21px; border-left: 5px solid var(--orange); background: rgba(255,255,255,.75); }
.evidence-tip p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.preflight-panel { padding: clamp(26px, 5vw, 52px); background: var(--white); box-shadow: var(--shadow); }
.preflight-panel fieldset { min-width: 0; margin: 0 0 42px; padding: 0; border: 0; }
.preflight-panel legend { width: 100%; margin-bottom: 23px; padding: 0 0 15px; border-bottom: 3px solid var(--ink); color: var(--ink); font-size: 1.35rem; font-weight: 900; }
.preflight-panel legend span { display: inline-grid; width: 34px; height: 34px; margin-right: 9px; place-items: center; background: var(--orange); font-size: .9rem; }
.field { margin-bottom: 22px; }
.field label, .field > span { display: block; margin-bottom: 7px; color: var(--ink); font-weight: 850; }
.field select { width: 100%; min-height: 50px; padding: 11px 12px; border: 1px solid #9ba5ba; border-radius: 9px; background: var(--white); color: var(--text); font: inherit; }
.check-list { display: grid; gap: 11px; }
.check-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); cursor: pointer; }
.check-row input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--orange); }
.handoff-note { margin: 0 0 24px; padding: 20px; border-left: 5px solid var(--orange); background: #fff4e9; }
.handoff-note p { margin-bottom: 0; color: #5d4938; }
.preflight-panel .button { border: 0; font: inherit; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-card { padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-card h2 { margin: 0 0 12px; color: var(--ink); }
.contact-card p { color: var(--muted); }
.contact-card a { color: var(--ink); font-size: 1.1rem; font-weight: 850; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.tracking-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); gap: clamp(28px, 5vw, 58px); align-items: start; }
.tracking-layout--result { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.track-panel { padding: clamp(27px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 9px 28px rgba(17,31,72,.06); }
.track-panel h2 { margin: 0 0 11px; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.08; letter-spacing: -.035em; }
.track-panel > p { color: var(--muted); }
.track-error { margin: 24px 0; padding: 18px 20px; border-left: 5px solid var(--red); background: #fff1f2; color: #711923; }
.track-error p { margin: 4px 0 0; }
.track-form { display: grid; gap: 9px; margin-top: 26px; }
.track-form label { color: var(--ink); font-weight: 850; }
.track-form input { width: min(100%, 360px); min-height: 54px; padding: 10px 13px; border: 2px solid #8c96ab; border-radius: 9px; color: var(--ink); background: var(--white); font: 850 1.2rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.track-form input:focus { border-color: var(--ink); outline: 3px solid var(--orange-light); outline-offset: 1px; }
.track-form small { color: var(--muted); }
.track-form .button { width: max-content; margin-top: 11px; border: 0; font: inherit; }
.status-banner { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin-bottom: 20px; padding: clamp(25px, 4vw, 40px); border-top: 7px solid #7c8498; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.status-banner h2 { margin: 0; color: var(--ink); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.04em; }
.status-banner > strong { color: var(--ink); font: 900 clamp(1.1rem, 2.5vw, 1.6rem)/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; }
.status-banner--critical { border-color: var(--red); }
.status-banner--medium { border-color: #c59b00; }
.status-banner--low { border-color: var(--green); }
.report-summary { margin: 24px 0 0; }
.report-summary div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 14px 0; border-top: 1px solid var(--line); }
.report-summary dt { color: var(--muted); font-weight: 750; }
.report-summary dd { margin: 0; color: var(--ink); font-weight: 800; overflow-wrap: anywhere; }
.report-summary a { text-decoration-color: var(--orange); text-underline-offset: 4px; }
.status-timeline { margin: 24px 0 0; padding: 0; list-style: none; }
.status-timeline li { display: grid; grid-template-columns: 18px 1fr; gap: 13px; padding-bottom: 22px; }
.status-timeline li > span { width: 14px; height: 14px; margin-top: 5px; border: 3px solid var(--ink); border-radius: 50%; background: var(--orange); }
.status-timeline strong, .status-timeline small { display: block; }
.status-timeline strong { color: var(--ink); }
.status-timeline small { margin-top: 3px; color: var(--muted); }
.track-result > .notice { margin-top: 20px; }
.track-another { margin-top: 25px; padding: 20px 23px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.track-another summary { color: var(--ink); font-weight: 850; cursor: pointer; }

.page-intro { padding: 65px 0; background: var(--ink); color: var(--white); }
.page-intro__grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.page-intro h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -.055em; }
.page-intro p:not(.eyebrow) { max-width: 690px; margin: 22px 0 0; color: #dce1f3; font-size: 1.12rem; }
.intro-mark { display: flex; flex-direction: column; align-items: end; color: rgba(255,255,255,.18); font-size: 2.4rem; font-weight: 950; letter-spacing: .05em; line-height: .85; }
.intro-mark strong { color: var(--orange); font-size: 3.7rem; }
.search-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 34px; align-items: start; }
.filter-panel { position: sticky; top: 22px; display: grid; gap: 9px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(17,31,72,.06); }
.filter-panel h2 { margin: 0 0 8px; color: var(--ink); font-size: 1.45rem; }
.filter-panel label { margin-top: 8px; color: var(--ink); font-size: .88rem; font-weight: 800; }
.filter-panel input, .filter-panel select { width: 100%; min-height: 46px; border: 1px solid #b8bfd0; border-radius: 9px; background: var(--white); padding: 10px 11px; color: var(--text); font: inherit; }
.filter-panel input:focus, .filter-panel select:focus { outline: 3px solid var(--orange-light); outline-offset: 1px; border-color: var(--ink); }
.filter-panel .button { margin-top: 13px; border: 0; font: inherit; }
.clear-link { text-align: center; color: var(--muted); font-weight: 750; }
.results-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 22px; }
.results-heading h2 { margin: 0; color: var(--ink); font-size: 2rem; }
.results-heading > p { color: var(--muted); }
.recall-grid--results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pagination { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--line); font-weight: 800; }
.pagination a { color: var(--ink); text-decoration-color: var(--orange); text-underline-offset: 4px; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 23px; padding-bottom: 23px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--ink); }
.record-hero { padding: 58px 0 66px; background: var(--white); border-block: 1px solid var(--line); }
.record-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 55px; align-items: end; }
.record-kickers { display: flex; flex-wrap: wrap; gap: 8px; }
.record-kickers span { padding: 6px 10px; border-radius: 999px; background: #edf0f8; color: var(--ink); font-size: .79rem; font-weight: 850; }
.record-kickers span:first-child { background: #fff0e1; color: #914100; }
.record-hero h1 { max-width: 950px; margin: 22px 0 0; color: var(--ink); font-size: clamp(2.45rem, 5vw, 4.55rem); line-height: 1.02; letter-spacing: -.05em; }
.record-lede { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: 1.13rem; }
.risk-panel { padding: 23px; border-top: 6px solid #7c8498; border-radius: 15px; background: var(--paper); }
.risk-panel span, .risk-panel strong, .risk-panel small { display: block; }
.risk-panel span { color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.risk-panel strong { margin: 7px 0 12px; color: var(--ink); font-size: 2rem; }
.risk-panel small { color: var(--muted); }
.risk-panel--critical { border-color: var(--red); background: #fff1f2; }
.risk-panel--high { border-color: var(--orange); background: #fff4e9; }
.risk-panel--medium { border-color: #c59b00; background: #fff9df; }
.risk-panel--low { border-color: var(--green); background: #eaf7f2; }
.record-layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 55px; padding-top: 70px; padding-bottom: 90px; align-items: start; }
.record-content { display: grid; gap: 20px; }
.record-section { padding: clamp(26px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.record-section--action { border-left: 7px solid var(--orange); }
.record-section h2, .listing-cta h2 { margin: 0; color: var(--ink); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -.035em; }
.record-section > p:last-child { margin: 18px 0 0; font-size: 1.06rem; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 28px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.detail-grid div { padding: 17px; background: var(--paper); }
.detail-grid dt { color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.detail-grid dd { margin: 4px 0 0; color: var(--ink); font-weight: 760; }
.listing-cta { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: clamp(27px, 4vw, 42px); border-radius: var(--radius); background: var(--ink); color: var(--white); }
.listing-cta h2 { color: var(--white); }
.listing-cta p:not(.eyebrow) { margin-bottom: 0; color: #d8def1; }
.record-aside { position: sticky; top: 22px; display: grid; gap: 16px; }
.source-card, .context-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.source-card h2 { margin: 0; color: var(--ink); font-size: 1.45rem; }
.source-card dl { margin: 20px 0; }
.source-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.source-card dt { color: var(--muted); }
.source-card dd { margin: 0; color: var(--ink); font-weight: 800; text-align: right; }
.source-card .text-link { display: inline-block; margin-top: 16px; }
.context-card { border-color: #ffd5ae; background: #fff7ef; }
.context-card strong { color: var(--ink); }
.context-card p { margin-bottom: 0; color: #5b4a3b; font-size: .9rem; }
.error-page { min-height: 56vh; padding-top: 90px; padding-bottom: 90px; }
.error-page h1 { max-width: 750px; margin: 0; color: var(--ink); font-size: clamp(2.7rem, 6vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.error-page > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.15rem; }

.site-footer { padding-top: 58px; background: #0b1535; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 42px; padding-bottom: 45px; }
.wordmark--footer { width: max-content; height: 35px; }
.footer-grid p { max-width: 390px; color: #bec6e3; }
.footer-grid h2 { margin: 0 0 12px; color: var(--orange-light); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; color: #eef0fa; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.footer-base { display: flex; justify-content: space-between; gap: 25px; padding-top: 21px; padding-bottom: 21px; border-top: 1px solid rgba(255,255,255,.16); color: #aeb7d6; font-size: .82rem; }
.footer-base p { margin: 0; }

@media (max-width: 900px) {
  .hero-grid, .record-hero__grid, .record-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .signal-board { max-width: 620px; }
  .recall-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-grid { grid-template-columns: 1fr; }
  .search-layout { grid-template-columns: 1fr; }
  .filter-panel, .record-aside { position: static; }
  .filter-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-panel h2, .filter-panel .button, .filter-panel .clear-link { grid-column: 1 / -1; }
  .action-nav, .section-nav { display: none; }
  .mobile-menu { display: block; }
  .content-split, .briefing-feature, .report-grid, .tracking-layout, .tracking-layout--result { grid-template-columns: 1fr; }
  .report-aside { position: static; }
  .feature-grid, .category-grid, .team-grid, .briefing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-main { min-height: 76px; padding-block: 12px; }
  .brand-lockup > span { font-size: .52rem; letter-spacing: .1em; }
  .wordmark { height: 29px; }
  .hero { padding: 54px 0 64px; }
  .hero-grid { gap: 43px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-search div { display: grid; }
  .hero-search button { min-height: 44px; }
  .metric-grid { grid-template-columns: 1fr; padding-block: 7px; }
  .metric-grid div { padding: 14px 4px; }
  .metric-grid div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-top: 62px; padding-bottom: 62px; }
  .section-heading--split, .action-panel, .footer-base { align-items: flex-start; flex-direction: column; }
  .recall-grid, .recall-grid--results, .detail-grid { grid-template-columns: 1fr; }
  .recall-card { min-height: 285px; }
  .page-intro__grid, .listing-cta { grid-template-columns: 1fr; }
  .intro-mark { display: none; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-panel h2, .filter-panel .button, .filter-panel .clear-link { grid-column: auto; }
  .results-heading { align-items: flex-start; flex-direction: column; }
  .record-hero { padding: 43px 0 49px; }
  .record-hero h1 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .record-layout { gap: 30px; padding-top: 42px; padding-bottom: 60px; }
  .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .resource-grid, .category-grid, .team-grid, .briefing-grid, .outcome-grid { grid-template-columns: 1fr; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .method-flow article:last-child { border-bottom: 0; }
  .briefing-feature img { min-height: 270px; }
  .contact-grid { grid-template-columns: 1fr; }
  .status-banner { align-items: flex-start; flex-direction: column; }
  .report-summary div { grid-template-columns: 1fr; gap: 3px; }
  .content-section, .report-shell { padding-top: 55px; padding-bottom: 62px; }
  .preflight-panel { margin-inline: -7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .recall-card { transition: none; }
}
