:root {
  --ink: #10233e;
  --navy: #0b2848;
  --blue: #1769aa;
  --blue-dark: #0e4f87;
  --teal: #08716f;
  --green: #2d8a61;
  --gold: #dca934;
  --red: #b54747;
  --muted: #5d6d7e;
  --line: #d9e2e9;
  --soft: #eef4f7;
  --band: #f4f7f9;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 50px rgb(15 42 68 / 10%);
  --max: 1180px;
  --site-navigation-height: 76px;
  --breadcrumb-bar-height: 44px;
  --sticky-header-height: 122px;
  --sticky-header-offset: 134px;
}

/* Preserved gallery behavior on the shared site shell. */
.gallery-filter{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.25rem 0 1.5rem}
.gallery-filter-btn{appearance:none;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);cursor:pointer;font:inherit;font-size:.86rem;font-weight:750;min-height:2.35rem;padding:.55rem .9rem}
.gallery-filter-btn:hover,.gallery-filter-btn.active{border-color:var(--blue);background:var(--soft);color:var(--blue-dark)}
.gallery-filter-btn:focus-visible{outline:3px solid rgba(16,91,180,.25);outline-offset:2px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.gallery-card{display:flex;flex-direction:column;gap:.7rem;border:1px solid var(--line);border-radius:var(--radius);padding:.7rem;background:#fff;box-shadow:var(--shadow)}
.gallery-card-content{display:flex;flex-direction:column;gap:.65rem}.gallery-card h3,.gallery-card p{margin:0}.gallery-card .muted{color:var(--muted)}
.preview-trigger{appearance:none;border:0;background:transparent;cursor:zoom-in;padding:0;width:100%}.preview-trigger:focus-visible{outline:3px solid rgba(16,91,180,.25);outline-offset:3px}
.gallery-thumb{width:100%;aspect-ratio:4/3;border-radius:calc(var(--radius) - .2rem);display:block;object-fit:cover}.gallery-video-wrap{border-radius:calc(var(--radius) - .2rem);overflow:hidden;background:#000}.gallery-video{width:100%;display:block}
@media(max-width:960px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-filter{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem}.gallery-filter-btn{flex:0 0 auto}}
@media(max-width:620px){.gallery-grid{grid-template-columns:1fr}}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-underline-offset: .2em; }
a:hover { color: var(--blue); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0bd3a; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.25rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.band { background: var(--band); border-block: 1px solid var(--line); }
.dark { color: #dbe8f2; background: var(--navy); }
.dark h2, .dark h3 { color: var(--white); }
.dark .section-kicker { color: #74d6cb; }
.briefing-section .section-kicker, .cta-panel .eyebrow { color: #74d6cb; }
.dark .lead-small { color: #c7d7e5; }
.section-kicker, .eyebrow, .card-kicker { margin-bottom: 12px; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 770px; color: #425a70; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.lead-small { color: #405b70; font-size: 1.12rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.anchor-target { position: absolute; }
main, main [id], .anchor-target, .category-section, .detail-section { scroll-margin-top: var(--sticky-header-offset); }
main:focus { outline: none; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgb(255 255 255 / 94%); border-bottom: 1px solid rgb(217 226 233 / 82%); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--site-navigation-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand img { width: 66px; height: 42px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: .95rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.desktop-nav a { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.desktop-nav a[aria-current="page"] { color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.menu-button > span:last-child, .menu-button > span:last-child::before, .menu-button > span:last-child::after { display: block; width: 22px; height: 2px; margin: auto; content: ""; background: var(--navy); position: relative; }
.menu-button > span:last-child::before { position: absolute; top: -7px; }
.menu-button > span:last-child::after { position: absolute; top: 7px; }
.mobile-nav { padding: 10px 0 18px; border-top: 1px solid var(--line); }
.mobile-nav .container { display: grid; }
.mobile-nav a { padding: 12px; color: var(--ink); font-weight: 700; text-decoration: none; border-radius: 8px; }
.mobile-nav a:hover { background: var(--soft); }

.button, button.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; color: var(--white); background: var(--blue); border: 1px solid var(--blue); border-radius: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { color: var(--white); background: var(--blue-dark); }
.button-secondary { color: var(--blue-dark); background: rgb(255 255 255 / 88%); border-color: #acc3d6; }
.button-secondary:hover { color: var(--navy); background: var(--white); }
.button-small { min-height: 40px; padding: 8px 13px; color: var(--white) !important; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.text-link { font-weight: 800; text-decoration-thickness: 1px; }

.home-hero { min-height: 720px; position: relative; display: grid; overflow: hidden; background: #dcebf2; }
.hero-background { position: absolute; inset: 0; }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-background::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgb(244 249 251 / 97%) 0%, rgb(244 249 251 / 88%) 47%, rgb(244 249 251 / 18%) 77%); }
.home-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; padding-block: 100px; }
.home-hero-copy { max-width: 780px; }
.home-hero h1 { font-size: clamp(2.8rem, 5.8vw, 5rem); }
.hero-promise { display: inline-block; margin: 18px 0 0; padding: 11px 15px; color: var(--navy); background: rgb(255 255 255 / 78%); border-left: 4px solid var(--teal); font-weight: 800; }

.feature-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .96fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.feature-split.reverse > :first-child { order: 1; }
.feature-image { margin: 0; overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.feature-image.portrait img { aspect-ratio: 4 / 3; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 30px; }
.check-list li::before { position: absolute; left: 0; top: 8px; color: var(--teal); content: "✓"; font-weight: 900; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.audience-grid, .deployment-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.audience-grid article, .deployment-summary article { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.audience-grid article > span { color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.audience-grid p, .deployment-summary p { margin-bottom: 0; color: var(--muted); }
.stakeholder-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stakeholder-card { min-width: 0; display: grid; grid-template-rows: auto auto 1fr; align-items: start; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgb(15 42 68 / 5%); }
.stakeholder-image { width: 148px; height: 148px; margin: 0 auto 20px; object-fit: contain; border-radius: 14px; }
.stakeholder-card h3 { min-height: 2.5em; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; text-align: center; }
.stakeholder-card p { margin-bottom: 0; color: var(--muted); }
blockquote { margin: 30px 0 0; padding: 24px 28px; color: var(--navy); background: #edf7f4; border-left: 5px solid var(--teal); font-size: 1.2rem; font-weight: 800; }
.simple-flow { padding: 0; counter-reset: flow; list-style: none; }
.simple-flow li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgb(255 255 255 / 18%); }
.simple-flow span { color: #bcd0df; }
.architecture-image { border-color: rgb(255 255 255 / 18%); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.module-card, .infrastructure-card { min-width: 0; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgb(15 42 68 / 5%); }
.module-icon-image { display: block; width: 100%; height: 100%; object-fit: contain; }
.module-card-identity { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 16px; align-items: center; margin-bottom: 18px; }
.module-card-icon { width: 64px; height: 64px; }
.module-card-identity h3 { margin: 0; }
.module-card h3 span { color: var(--teal); font-weight: 600; }
.module-card p, .infrastructure-card p { color: var(--muted); }
.card-meta { min-height: 42px; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 17px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.card-meta > span:first-child { min-width: 0; flex: 1 1 auto; }
.card-meta .status-badge { flex: 0 0 auto; white-space: nowrap; }
.status-badge, .deployment-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #31546a; background: #edf5f8; border: 1px solid #cfe0e7; border-radius: 999px; font-size: .69rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; flex: 0 0 auto; background: var(--teal); border-radius: 50%; }
.status-in-development .status-dot { background: var(--gold); }
.phase-note { display: block; color: #667785; font-size: .78rem; font-weight: 700; }
.deployment-summary { margin-bottom: 28px; }
.deployment-summary strong { color: var(--navy); font-size: 1.15rem; }

.readiness-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: clamp(45px, 7vw, 90px); align-items: center; }
.readiness-image { margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.scorecard { padding: 30px; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.score-row { margin-bottom: 21px; }
.score-row > div:first-child { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 8px; color: #d9e7f1; }
.score-track { height: 8px; overflow: hidden; background: rgb(255 255 255 / 14%); border-radius: 20px; }
.score-track span { display: block; height: 100%; background: #69c8b8; border-radius: inherit; }
.overall-score { display: grid; grid-template-columns: 1fr auto; align-items: end; padding-top: 24px; color: var(--white); border-top: 1px solid rgb(255 255 255 / 20%); }
.overall-score strong { font-size: 2.5rem; line-height: 1; }
.overall-score small { grid-column: 1 / -1; color: #9edbce; font-weight: 800; }

.briefing-section { color: #dce8f1; background: #091f37; }
.briefing-section h2 { color: var(--white); }
.briefing-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.briefing-points { padding-left: 20px; color: #bcd0de; }
.engagement-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.engagement-detail-grid article { min-width: 0; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.engagement-detail-grid h3 { margin-bottom: 10px; }
.engagement-detail-grid p { margin: 0; color: var(--muted); }
.engagement-form-stack { min-width: 0; }
.form-safety-notice { margin-bottom: 16px; padding: 20px 22px; color: #f4f8fb; background: #123755; border: 1px solid rgb(116 214 203 / 45%); border-radius: var(--radius); }
.form-safety-notice h3 { margin-bottom: 8px; color: var(--white); font-size: 1rem; }
.form-safety-notice p { margin: 0; color: #d4e3ec; font-size: .86rem; }
.form-safety-notice p + p { margin-top: 8px; }
.briefing-form { padding: 30px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.engagement-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 15px; }
.engagement-fields .field { grid-column: 1 / -1; }
.engagement-fields .field-half { grid-column: span 1; }
.field { margin-bottom: 17px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfdfe; border: 1px solid #b9c9d4; border-radius: 10px; }
.field textarea { resize: vertical; }
.field [aria-invalid="true"] { border-color: var(--red); }
.field-error { min-height: 1.2em; margin: 4px 0 0; color: var(--red); font-size: .78rem; }
.checkbox { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.checkbox input { width: 19px; height: 19px; }
.checkbox-group { min-width: 0; padding: 0; border: 0; }
.checkbox-group legend { margin-bottom: 8px; color: var(--navy); font-size: .82rem; font-weight: 800; }
.checkbox-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
.checkbox-option { min-width: 0; min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 8px 10px; background: #fbfdfe; border: 1px solid #b9c9d4; border-radius: 10px; cursor: pointer; }
.checkbox-option input { width: 19px; height: 19px; flex: 0 0 auto; }
.checkbox-option span { min-width: 0; font-size: .88rem; line-height: 1.3; }
.checkbox-group[aria-invalid="true"] .checkbox-option { border-color: var(--red); }
.form-actions { display: flex; align-items: center; gap: 18px; }
.form-status { margin: 0; color: var(--muted); font-size: .84rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 64px 0 24px; color: #c6d6e2; background: #06182a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-brand strong, .footer-grid nav > strong { display: block; margin-bottom: 14px; color: var(--white); }
.footer-brand p { max-width: 330px; color: #9eb3c3; }
.footer-grid nav { display: flex; flex-direction: column; align-items: start; gap: 8px; }
.footer-grid a { color: #b8cbd9; font-size: .88rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 20px; color: #8299aa; border-top: 1px solid rgb(255 255 255 / 12%); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.breadcrumb-bar { border-top: 1px solid var(--line); }
.breadcrumb-wrap { min-height: var(--breadcrumb-bar-height); display: flex; align-items: center; padding-block: 0; }
.breadcrumbs { width: 100%; min-width: 0; }
.breadcrumbs ol { display: flex; flex-wrap: nowrap; gap: 8px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .82rem; white-space: nowrap; }
.breadcrumbs li { flex: 0 0 auto; }
.breadcrumbs li + li::before { margin-right: 8px; content: "/"; color: #9aabb7; }
.page-hero { padding: 60px 0 84px; background: linear-gradient(135deg, #f2f8fa, #e8f0f4); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 1000px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.page-hero-with-image { position: relative; overflow: hidden; isolation: isolate; }
.page-hero-media { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.page-hero-focal-left .page-hero-media img { object-position: 28% center; }
.page-hero-focal-center .page-hero-media img { object-position: 50% center; }
.page-hero-focal-right .page-hero-media img { object-position: 72% center; }
.page-hero-focal-far-right .page-hero-media img { object-position: 84% center; }
.page-hero-with-image::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(242 248 250 / 98%) 0%, rgb(242 248 250 / 94%) 38%, rgb(232 240 244 / 66%) 62%, rgb(232 240 244 / 22%) 100%); pointer-events: none; }
.page-hero-with-image .page-hero-inner { position: relative; z-index: 2; }
.module-hero-identity { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 30px; align-items: center; }
.module-hero-icon { width: 120px; height: 120px; }
.module-hero-copy { min-width: 0; }
.page-hero-with-image .hero-facts div { background: rgb(255 255 255 / 88%); }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0 0; }
.hero-facts div { padding: 18px; background: rgb(255 255 255 / 68%); border: 1px solid var(--line); border-radius: 12px; }
.hero-facts dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-facts dd { margin: 6px 0 0; font-weight: 700; }

.overview-sections, .detail-sections { padding-block: 80px 110px; }
.category-section { padding: 62px 0; border-bottom: 1px solid var(--line); }
.category-section:first-child { padding-top: 0; }
.category-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 28px; }
.category-heading > span { color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.category-heading h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.category-intro { max-width: 780px; color: var(--muted); }
.infrastructure-grid { grid-template-columns: repeat(3, 1fr); }
.cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 72px; padding: 42px; color: #d8e6ef; background: var(--navy); border-radius: var(--radius); }
.cta-panel h2 { margin-bottom: 10px; color: var(--white); }
.cta-panel p:last-child { margin-bottom: 0; }

.detail-sections { max-width: 1040px; }
.detail-section { padding: 68px 0; border-bottom: 1px solid var(--line); }
.split-copy { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.problem-panel { padding-inline: 38px; background: #f2f8f7; border: 1px solid #d1e7e2; border-radius: var(--radius); }
.problem-panel > p:last-child { max-width: 850px; font-size: 1.15rem; }
.workflow-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 0; list-style: none; counter-reset: workflow; }
.workflow-steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 24px; background: var(--band); border: 1px solid var(--line); border-radius: 14px; }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-weight: 900; }
.workflow-steps h3 { margin-bottom: 8px; }
.workflow-steps p { margin: 0; color: var(--muted); }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.chip-list li { padding: 9px 13px; color: #244b61; background: #edf5f7; border: 1px solid #cee0e6; border-radius: 999px; font-weight: 700; }
.screenshot-card { margin: 0; overflow: hidden; background: var(--band); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.screenshot-image { width: 100%; }
.screenshot-card figcaption { display: grid; gap: 4px; padding: 18px 22px; }
.screenshot-card figcaption span { color: var(--muted); }
.screenshot-placeholder { display: flex; gap: 20px; padding: 34px; color: var(--muted); background: repeating-linear-gradient(135deg, #f5f8fa 0, #f5f8fa 10px, #edf2f5 10px, #edf2f5 20px); border: 1px dashed #9eb2c0; border-radius: var(--radius); }
.screenshot-placeholder > span { color: var(--teal); font-size: 2rem; }
.screenshot-placeholder p { margin: 5px 0 0; }
.behavior-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.behavior-grid article { padding: 25px; background: var(--band); border: 1px solid var(--line); border-radius: 14px; }
.behavior-grid article.caveat { grid-column: 1 / -1; background: #fff8eb; border-color: #eed59c; }
.behavior-grid ul, .readiness-detail ul { padding-left: 21px; }
.behavior-grid li + li, .readiness-detail li + li { margin-top: 9px; }
.placement-panel { padding: 28px; background: var(--navy); border-radius: var(--radius); color: #cbdbe6; }
.placement-panel strong { color: var(--white); font-size: 1.25rem; }
.placement-panel p { margin: 7px 0; }
.placement-panel small { color: #93acbd; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 42px 20px 0; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-list details > div { padding: 0 40px 20px 0; color: var(--muted); }
.faq-list details > div p { margin: 0; }
.readiness-detail { padding-inline: 34px; background: #eef7f4; border: 1px solid #cde5dd; border-radius: var(--radius); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-card { display: grid; gap: 7px; padding: 22px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.related-card:hover { border-color: #8bb1c9; box-shadow: 0 10px 24px rgb(15 42 68 / 8%); }
.related-card > span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-card small { color: var(--muted); }
.related-module-card { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; align-items: start; }
.related-module-icon { width: 56px; height: 56px; }
.related-module-content { min-width: 0; display: grid; gap: 7px; }
.related-module-content > span { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.not-found { min-height: 62vh; display: grid; align-items: center; padding: 90px 0; background: var(--band); }
.not-found .container { max-width: 800px; text-align: center; }

@media (min-width: 641px) and (max-width: 1024px) {
  .module-hero-identity { grid-template-columns: 96px minmax(0, 1fr); gap: 24px; }
  .module-hero-icon { width: 96px; height: 96px; }
}

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .home-hero { min-height: 650px; }
  .hero-background::after { background: rgb(244 249 251 / 84%); }
  .feature-split, .readiness-layout, .briefing-grid, .split-copy { grid-template-columns: 1fr; }
  .feature-split.reverse > :first-child { order: 0; }
  .page-hero-focal-left .page-hero-media img { object-position: 24% center; }
  .page-hero-focal-center .page-hero-media img { object-position: 50% center; }
  .page-hero-focal-right .page-hero-media img { object-position: 76% center; }
  .page-hero-focal-far-right .page-hero-media img { object-position: 88% center; }
  .page-hero-with-image::after { background: linear-gradient(90deg, rgb(242 248 250 / 98%) 0%, rgb(242 248 250 / 95%) 62%, rgb(232 240 244 / 78%) 100%); }
  .card-grid, .infrastructure-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid, .stakeholder-grid, .deployment-summary { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid nav:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root {
    --site-navigation-height: 66px;
    --breadcrumb-bar-height: 42px;
    --sticky-header-height: 110px;
    --sticky-header-offset: 122px;
  }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand small { display: none; }
  .brand img { width: 55px; height: 35px; }
  .breadcrumbs { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .breadcrumbs::-webkit-scrollbar { display: none; }
  .section { padding: 68px 0; }
  .home-hero { min-height: 620px; }
  .home-hero-inner { padding-block: 70px; }
  .home-hero h1 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .page-hero-focal-left .page-hero-media img { object-position: 18% center; }
  .page-hero-focal-center .page-hero-media img { object-position: 50% center; }
  .page-hero-focal-right .page-hero-media img { object-position: 82% center; }
  .page-hero-focal-far-right .page-hero-media img { object-position: 94% center; }
  .page-hero-with-image::after { background: linear-gradient(90deg, rgb(242 248 250 / 97%) 0%, rgb(242 248 250 / 94%) 72%, rgb(232 240 244 / 86%) 100%); }
  .module-hero-identity { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .module-hero-icon { width: 72px; height: 72px; }
  .module-card-identity { grid-template-columns: 56px minmax(0, 1fr); gap: 14px; }
  .module-card-icon { width: 56px; height: 56px; }
  .module-card .card-meta { min-height: 0; }
  .related-module-card { grid-template-columns: 48px minmax(0, 1fr); }
  .related-module-icon { width: 48px; height: 48px; }
  .section-heading { display: block; }
  .card-grid, .infrastructure-grid, .audience-grid, .stakeholder-grid, .deployment-summary, .workflow-steps, .behavior-grid, .related-grid, .field-row, .hero-facts, .engagement-detail-grid { grid-template-columns: 1fr; }
  .stakeholder-card { padding: 20px; }
  .stakeholder-image { width: 132px; height: 132px; margin-bottom: 16px; }
  .stakeholder-card h3 { min-height: 0; }
  .behavior-grid article.caveat { grid-column: auto; }
  .simple-flow li { grid-template-columns: 1fr; gap: 5px; }
  .cta-panel { display: block; padding: 28px; }
  .cta-panel .button { margin-top: 22px; }
  .briefing-form { padding: 22px 18px; }
  .engagement-fields, .checkbox-options { grid-template-columns: 1fr; }
  .engagement-fields .field-half { grid-column: 1; }
  .form-actions { display: block; }
  .form-status { margin-top: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid nav:last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 6px; }
  .detail-sections, .overview-sections { padding-block: 58px 80px; }
  .detail-section { padding: 52px 0; }
  .problem-panel, .readiness-detail { padding-inline: 22px; }
  .category-section { padding: 48px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
