:root {
  --navy: #071f2e;
  --navy-2: #0b3340;
  --teal: #0f746f;
  --teal-bright: #42b8a9;
  --cyan: #bce9e3;
  --ink: #10232b;
  --muted: #52656c;
  --paper: #f7f8f4;
  --white: #fff;
  --line: #d9e0dc;
  --sand: #e9e6dc;
  --gold: #d6a94f;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { width: 100%; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 6px #075e59; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: rgba(7,31,46,.96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; line-height: 1; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 6px; }
.brand strong { font-size: 1.07rem; letter-spacing: -.02em; }
.brand small { color: var(--cyan); font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.brand-mark { width: 38px; height: 38px; display: flex; align-items: end; justify-content: center; gap: 3px; padding: 8px; border: 1px solid rgba(188,233,227,.45); border-radius: 50%; }
.brand-mark i { display: block; width: 4px; background: var(--teal-bright); }
.brand-mark i:nth-child(1) { height: 10px; }.brand-mark i:nth-child(2) { height: 19px; }.brand-mark i:nth-child(3) { height: 14px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.15vw, 30px); font-size: .88rem; font-weight: 700; }
.site-nav a { color: #d5e0e1; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cyan); }
.site-nav a[aria-current="page"] { color: var(--white); text-decoration: underline; text-decoration-color: var(--teal-bright); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.menu-button { display: none; width: 44px; height: 42px; padding: 9px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--white); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.section { max-width: var(--max); margin: 0 auto; padding: 104px 24px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .74rem; line-height: 1.2; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
h1,h2,h3,p { overflow-wrap: break-word; }
h1,h2,h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 860px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.5vw, 6.85rem); line-height: .94; }
h2 { margin-bottom: 22px; color: var(--navy); font-size: clamp(2.35rem, 4.5vw, 4.6rem); line-height: 1; }
h3 { color: var(--navy); font-size: 1.65rem; line-height: 1.1; }
.section-heading { max-width: 790px; margin-bottom: 52px; }
.section-heading > p:last-child, .hero-copy > p, .gov-intro > p, .founder-copy > p { color: var(--muted); font-size: 1.07rem; }
.section-heading.compact { margin-bottom: 44px; }

.hero { min-height: 730px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); align-items: center; gap: clamp(50px, 7vw, 110px); padding: 88px max(24px, calc((100vw - var(--max)) / 2)) 98px; color: var(--white); background: radial-gradient(circle at 80% 45%, rgba(34,137,130,.3), transparent 25%), linear-gradient(135deg, #061c2a 0%, #092d39 62%, #0e4a4d 100%); overflow: hidden; }
.hero .eyebrow { color: var(--teal-bright); }
.hero h1 { color: var(--white); }
.hero-copy { min-width: 0; max-width: 100%; position: relative; z-index: 2; }
.hero-copy > p { max-width: 720px; color: #bfd0d3; }
.hero-copy .hero-lead { color: #f4f8f7; font-size: clamp(1.18rem, 2vw, 1.52rem); line-height: 1.45; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 22px; border: 1px solid var(--teal-bright); background: var(--teal-bright); color: var(--navy); font-size: .89rem; font-weight: 850; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--cyan); }
.button-ghost { border-color: rgba(255,255,255,.36); background: transparent; color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { margin-top: 24px; border-color: var(--navy); background: var(--navy); color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); }
.hero-diagram { align-self: center; position: relative; padding: 32px; border: 1px solid rgba(255,255,255,.19); background: rgba(3,20,28,.32); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.parent-node, .product-nodes > div { padding: 20px; border: 1px solid rgba(188,233,227,.25); background: rgba(255,255,255,.06); }
.parent-node span, .product-nodes span { display: block; color: #a9bdc0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.parent-node strong, .product-nodes strong { display: block; margin-top: 4px; color: var(--white); font-size: 1.12rem; }
.product-nodes .node-product { display: flex; align-items: center; gap: 9px; }
.node-product img { width: 30px; height: 30px; border-radius: 7px; object-fit: cover; box-shadow: 0 5px 14px rgba(0,0,0,.2); }
.branch-line { height: 44px; width: 50%; margin: auto; border-left: 1px solid rgba(188,233,227,.38); border-right: 1px solid rgba(188,233,227,.38); border-top: 0; position: relative; }
.branch-line::after { content:""; position: absolute; left: -1px; right: -1px; bottom: 0; border-top: 1px solid rgba(188,233,227,.38); }
.product-nodes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.product-nodes > div { border-top: 3px solid var(--gold); }
.product-nodes > .investigation-node { border-top-color: var(--teal-bright); }
.hero-diagram > p { margin: 24px 0 0; color: #9fb2b5; font-size: .78rem; text-align: center; }
.home-hero h1 { max-width: 820px; font-size: clamp(3rem, 5.25vw, 5.55rem); }
.services-diagram .diagram-label { margin: 0 0 18px; color: var(--teal-bright); font-size: .68rem; font-weight: 850; letter-spacing: .16em; text-align: left; text-transform: uppercase; }
.solution-path { width: 1px; height: 42px; margin: 0 auto; background: rgba(188,233,227,.38); }
.solution-nodes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.solution-nodes > div { min-height: 104px; padding: 18px; border-top: 3px solid var(--teal-bright); background: rgba(255,255,255,.06); }
.solution-nodes span { display: block; color: #a9bdc0; font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.solution-nodes strong { display: block; margin-top: 7px; color: var(--white); font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; line-height: 1.15; }

.credibility { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 110px); border-bottom: 1px solid var(--line); }
.credibility-heading h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.credibility-copy { align-self: center; padding-left: 32px; border-left: 3px solid var(--teal); }
.credibility-copy p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.credibility-copy p + p { margin-top: 20px; }
.credibility-copy strong { color: var(--navy); }

.services { padding-top: 112px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-grid article { grid-column: span 2; min-height: 280px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.service-grid article:nth-child(4) { grid-column: 2 / span 2; }
.service-grid article > span { color: var(--teal); font-size: .7rem; font-weight: 850; }
.service-grid h3 { margin: 48px 0 14px; font-size: 1.55rem; }
.service-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.government { max-width: none; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(55px, 8vw, 110px); padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--white); }
.government h2 { color: var(--white); }
.government .eyebrow { color: var(--teal-bright); }
.sector-intro > p:not(.eyebrow) { color: #b9cacc; }
.government .text-link { display: inline-block; margin-top: 20px; color: var(--cyan); }
.sector-list { display: grid; grid-template-columns: 1fr 1fr; align-self: center; border-top: 1px solid rgba(255,255,255,.15); }
.sector-list > div { min-height: 112px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.sector-list > div:nth-child(even) { border-right: 0; }
.sector-list span { display: block; color: var(--teal-bright); font-size: .68rem; font-weight: 850; }
.sector-list strong { display: block; margin-top: 9px; font-family: Georgia, serif; font-size: 1.16rem; font-weight: 500; line-height: 1.2; }

.small-business { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 9vw, 130px); }
.small-business-copy > p { color: var(--muted); font-size: 1.04rem; }
.small-business-copy > p:first-child { margin-top: 0; }
.business-needs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.business-needs li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .87rem; font-weight: 700; }

.projects { max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--sand); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.project-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 44px); border: 1px solid var(--line); background: var(--white); }
.project-card h3 { font-size: clamp(2.15rem, 3.4vw, 3.25rem); }
.project-card > p { color: var(--muted); font-size: 1rem; }
.project-card .text-link { margin-top: auto; }

.platforms { padding-top: 118px; }
.platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.platform-card { position: relative; min-height: 590px; display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.platform-card::after { content:""; position:absolute; left:0; right:0; bottom:0; height:6px; background: var(--gold); }
.investigation-card::after { background: var(--teal); }
.platform-number { position: absolute; top: 30px; right: 34px; color: #d4dcda; font-family: Georgia, serif; font-size: 2.6rem; }
.product-label { margin: 0 0 28px; color: var(--teal); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.platform-card h3 { margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4rem); }
.product-title-row { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; }
.product-title-row img { flex: 0 0 auto; width: 78px; height: 78px; border-radius: 18px; object-fit: cover; box-shadow: 0 12px 28px rgba(7,31,46,.16); }
.product-title-row h3 { margin: 0; }
.card-lead { margin-top: 0; color: var(--ink); font-size: 1.16rem; font-weight: 750; }
.platform-card > p:not(.product-label):not(.card-lead) { color: var(--muted); }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 24px 0 28px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.audience-list li { padding: 10px 4px 10px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .86rem; position: relative; }
.audience-list li::before { content:""; position:absolute; left:2px; top:18px; width:5px; height:5px; border-radius:50%; background:var(--teal); }
.text-link { margin-top: auto; color: var(--teal); font-size: .87rem; font-weight: 850; }
.text-link span { margin-left: 10px; }

.gov-section { max-width: none; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--sand); }
.gov-intro { padding-right: clamp(20px, 5vw, 70px); }
.section-product-identity { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.section-product-identity img { width: 64px; height: 64px; border-radius: 15px; object-fit: cover; box-shadow: 0 12px 28px rgba(7,31,46,.18); }
.section-product-identity .eyebrow { margin: 0; }
.capability-panel { padding: clamp(28px, 4vw, 44px); background: var(--navy); color: var(--white); }
.panel-label { margin: 0 0 22px; color: var(--cyan); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; }
.capability-grid > div { min-height: 180px; padding: 24px; border: 1px solid rgba(255,255,255,.13); }
.capability-grid span { color: var(--teal-bright); font-size: .7rem; font-weight: 850; }
.capability-grid strong { display:block; margin-top: 10px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.capability-grid p { color: #aebfc2; font-size: .87rem; }

.principles { padding-bottom: 120px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-grid article { padding: 32px 34px 10px 0; border-right: 1px solid var(--line); }
.principle-grid article + article { padding-left: 34px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--teal); font-size: .72rem; font-weight: 850; }
.principle-grid h3 { margin: 15px 0 12px; }
.principle-grid p { color: var(--muted); }

.about { max-width: none; display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(50px, 9vw, 140px); padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--white); }
.founder-card { display: flex; align-items: center; gap: 26px; padding: 32px; border-left: 4px solid var(--teal); background: #eef3f0; }
.founder-card h2 { margin-bottom: 8px; font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.founder-card .eyebrow { margin-bottom: 12px; }
.founder-photo { flex: 0 0 auto; width: 132px; height: 132px; border-radius: 50%; object-fit: cover; object-position: center 24%; box-shadow: 0 8px 24px rgba(7,31,46,.16); }
.role { margin: 0; color: var(--muted); font-weight: 700; }
.founder-copy h3 { max-width: 580px; font-size: clamp(1.9rem, 3vw, 2.7rem); }
.credential-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 30px 0 0; padding: 0; list-style: none; }
.credential-list li { padding: 10px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; font-weight: 700; }

.contact { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--teal); color: var(--white); }
.contact h2 { color: var(--white); }
.contact .eyebrow { color: var(--cyan); }
.contact > div > p:last-child { max-width: 680px; color: #d5ece8; }
.contact-actions { align-self: center; }
.contact-actions p { color: #d5ece8; font-size: .87rem; }

.site-footer { display: grid; grid-template-columns: 1.3fr 1fr; gap: 28px 60px; padding: 48px max(24px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: #9fb2b5; font-size: .78rem; }
.footer-brand { display:flex; flex-direction:column; gap:4px; }
.footer-brand strong { color:var(--white); font-size:1rem; }
.footer-links { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:24px; color:var(--white); font-weight:750; }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align:right; }

/* DoTheTell */
.dothetell-hero { min-height: 710px; background: radial-gradient(circle at 78% 50%, rgba(35,146,133,.24), transparent 24%), linear-gradient(140deg,#071d2b,#0b3440 65%,#0e4f50); }
.dothetell-hero h1 { max-width: 900px; }
.dothetell-identity { margin-bottom: 22px; }
.dothetell-wordmark { width: min(100%, 520px); height: 200px; display: block; object-fit: cover; object-position: center; }
.dothetell-identity strong { display: block; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3.25rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.dothetell-identity .eyebrow { margin: 10px 0 0; }
.dothetell-node { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; letter-spacing: -.025em; }
.wordmark-only { min-height: 78px; }
.hero-product-identity { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.hero-product-identity img { width: 62px; height: 62px; border-radius: 15px; object-fit: cover; box-shadow: 0 14px 30px rgba(0,0,0,.28); }
.hero-product-identity .eyebrow { margin: 0; }
.evidence-stack { position:relative; min-height:430px; }
.evidence-sheet { position:absolute; width:85%; padding:28px; border:1px solid rgba(255,255,255,.19); background:#f9fbf8; color:var(--ink); box-shadow:0 24px 60px rgba(0,0,0,.25); }
.evidence-sheet:nth-child(1) { top:0; left:0; transform:rotate(-3deg); opacity:.48; }
.evidence-sheet:nth-child(2) { top:28px; right:0; transform:rotate(2deg); opacity:.7; }
.evidence-sheet:nth-child(3) { top:64px; left:4%; }
.document-top { display:flex; justify-content:space-between; padding-bottom:14px; border-bottom:1px solid var(--line); color:var(--teal); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.document-lines { display:grid; gap:12px; margin:28px 0; }
.document-lines i { display:block; width:100%; height:7px; background:#dce5e1; }.document-lines i:nth-child(2){width:88%}.document-lines i:nth-child(3){width:94%}.document-lines i:nth-child(4){width:62%}
.citation { padding:14px; border-left:3px solid var(--teal); background:#edf4f1; color:var(--muted); font-size:.78rem; }
.problem { display:grid; grid-template-columns:.8fr 1.2fr; gap:clamp(50px,8vw,120px); }
.record-types { display:grid; grid-template-columns:repeat(3,1fr); margin:0; padding:0; border-top:1px solid var(--line); list-style:none; }
.record-types li { padding:16px 10px; border-bottom:1px solid var(--line); color:var(--muted); font-size:.88rem; font-weight:700; }
.workflow-section { max-width:none; padding-left:max(24px,calc((100vw - var(--max))/2)); padding-right:max(24px,calc((100vw - var(--max))/2)); background:var(--navy); color:var(--white); }
.workflow-section h2 { color:var(--white); }
.workflow-section .eyebrow { color:var(--teal-bright); }
.workflow { display:grid; grid-template-columns:repeat(5,1fr); margin-top:52px; }
.workflow-step { min-height:142px; position:relative; display:flex; align-items:flex-end; padding:20px; border:1px solid rgba(255,255,255,.15); font-family:Georgia,serif; font-size:1.3rem; }
.workflow-step:not(:last-child)::after { content:"→"; position:absolute; z-index:2; top:12px; right:-13px; width:26px; height:26px; display:grid; place-items:center; border-radius:50%; background:var(--teal-bright); color:var(--navy); font-family:system-ui,sans-serif; font-size:.85rem; font-weight:900; }
.workflow-note { max-width:820px; margin:34px 0 0; color:#adc0c3; font-size:1rem; }
.trust-types { display:flex; flex-wrap:wrap; gap:9px; margin-top:22px; }
.trust-types span { padding:7px 10px; border:1px solid rgba(255,255,255,.21); color:#d3e0e1; font-size:.74rem; }
.current-capabilities { display:grid; grid-template-columns:.7fr 1.3fr; gap:70px; }
.status-note { padding:18px; border-left:3px solid var(--gold); background:#f0ede3; color:var(--muted); font-size:.84rem; }
.current-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); }
.current-grid article { padding:25px 26px 20px 0; border-bottom:1px solid var(--line); }
.current-grid article:nth-child(even) { padding-left:26px; border-left:1px solid var(--line); }
.current-grid span { color:var(--teal); font-size:.69rem; font-weight:850; letter-spacing:.1em; }
.current-grid h3 { margin:10px 0 8px; font-size:1.25rem; }
.current-grid p { margin:0; color:var(--muted); font-size:.84rem; }
.product-proof { max-width: none; padding-left: max(24px, calc((100vw - var(--max))/2)); padding-right: max(24px, calc((100vw - var(--max))/2)); background: var(--white); }
.product-screenshot { max-width: 1160px; margin: 0; }
.product-screenshot img { display: block; width: 100%; height: auto; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(7,31,46,.14); }
.product-screenshot figcaption { max-width: 850px; padding: 16px 0 0; color: var(--muted); font-size: .78rem; }
.privacy { max-width:none; display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; padding-left:max(24px,calc((100vw - var(--max))/2)); padding-right:max(24px,calc((100vw - var(--max))/2)); background:var(--sand); }
.privacy-panel { padding:34px; border-left:4px solid var(--teal); background:var(--white); }
.privacy-panel strong { display:block; margin-bottom:12px; font-family:Georgia,serif; color:var(--navy); font-size:1.65rem; font-weight:500; }
.privacy-panel p { color:var(--muted); }
.design-partner { max-width:none; display:grid; grid-template-columns:1fr 1fr; gap:80px; padding-left:max(24px,calc((100vw - var(--max))/2)); padding-right:max(24px,calc((100vw - var(--max))/2)); background:var(--teal); color:var(--white); }
.design-partner h2 { color:var(--white); }
.design-partner .eyebrow { color:var(--cyan); }
.design-partner p { color:#d4ebe7; }
.partner-list { columns:2; margin:0 0 30px; padding:0; list-style:none; }
.partner-list li { break-inside:avoid; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.2); font-size:.88rem; font-weight:750; }
.legal-note { margin-top:15px; font-size:.76rem; }
.legal-hero { padding: 88px max(24px, calc((100vw - var(--max)) / 2)) 72px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); }
.legal-hero h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(3rem, 6vw, 5.8rem); }
.legal-hero > p:not(.eyebrow) { max-width: 760px; color: #bfd0d3; font-size: 1.08rem; }
.legal-hero .legal-date { margin-top: 28px; font-size: .82rem; }
.legal-layout { max-width: var(--max); display: grid; grid-template-columns: 230px minmax(0, 790px); gap: clamp(42px, 7vw, 100px); margin: 0 auto; padding: 84px 24px 110px; }
.legal-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 9px; padding: 22px; border-left: 3px solid var(--teal); background: var(--white); font-size: .82rem; }
.legal-toc strong { margin-bottom: 6px; color: var(--navy); }
.legal-toc a { color: var(--muted); }
.legal-toc a:hover { color: var(--teal); }
.legal-content section { scroll-margin-top: 105px; padding-bottom: 44px; }
.legal-content section + section { padding-top: 44px; border-top: 1px solid var(--line); }
.legal-content h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.redirect-page { min-height:100vh; max-width:760px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; margin:0 auto; padding:48px 24px; }
.redirect-page h1 { color:var(--navy); font-size:clamp(2.8rem,7vw,5.2rem); }
.redirect-page > p:not(.eyebrow) { max-width:620px; color:var(--muted); font-size:1.08rem; }
.redirect-page .button { margin-top:18px; }

/* GovAudit.ai */
.gov-page-hero { min-height: 710px; background: radial-gradient(circle at 78% 48%, rgba(66,184,169,.2), transparent 24%), linear-gradient(140deg,#071d2b,#0b3440 65%,#0c4c4b); }
.gov-page-hero h1 { max-width: 820px; }
.gov-brand-art { align-self: center; display: grid; justify-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(3,20,28,.28); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.gov-brand-frame { width: min(100%, 330px); padding: 25px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.gov-brand-frame img { display: block; width: 100%; height: auto; border-radius: 20%; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.gov-brand-art p { margin: 22px 0 0; color: #b7c9cb; font-size: .8rem; font-weight: 700; text-align: center; }
.gov-audiences { padding-top: 96px; }
.audience-band { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.audience-band li { padding: 22px 12px 22px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 750; position: relative; }
.audience-band li:nth-child(3n) { border-right: 0; }
.audience-band li::before { content:""; position:absolute; left:4px; top:31px; width:6px; height:6px; border-radius:50%; background:var(--teal); }

@media (max-width: 1024px) {
  .hero { grid-template-columns:1fr .65fr; }
  .gov-section,.about,.current-capabilities { gap:45px; }
  .platform-card { min-height:620px; }
  .workflow-step { font-size:1.1rem; }
}

@media (max-width: 800px) {
  .site-header { min-height:70px; }
  .menu-button { display:block; }
  .site-nav { display:none; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; padding:8px 24px 18px; background:var(--navy); border-top:1px solid rgba(255,255,255,.12); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:13px 0; border-bottom:1px solid rgba(255,255,255,.1); }
  .hero { min-height:auto; grid-template-columns:1fr; padding-top:80px; }
  .hero-diagram { width:min(100%,560px); }
  .gov-brand-art { width:min(100%,540px); }
  .platform-grid,.gov-section,.about,.contact,.problem,.current-capabilities,.privacy,.design-partner,.credibility,.government,.small-business,.project-grid { grid-template-columns:1fr; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-grid article,.service-grid article:nth-child(4) { grid-column:auto; }
  .service-grid article:last-child { grid-column:1 / -1; }
  .platform-card { min-height:560px; }
  .principle-grid { grid-template-columns:1fr; }
  .principle-grid article,.principle-grid article + article { padding:28px 0; border-right:0; border-bottom:1px solid var(--line); }
  .workflow { grid-template-columns:1fr; }
  .workflow-step { min-height:82px; }
  .workflow-step:not(:last-child)::after { top:auto; right:20px; bottom:-13px; transform:rotate(90deg); }
  .evidence-stack { min-height:390px; width:min(100%,540px); }
  .site-footer { grid-template-columns:1fr; }
  .legal-layout { grid-template-columns:1fr; }
  .legal-toc { position:static; }
  .footer-links { justify-content:flex-start; }
  .site-footer p:last-child { text-align:left; }
}

@media (max-width: 520px) {
  .section { padding:76px 20px; }
  .site-header { padding-left:20px; padding-right:20px; }
  h1 { max-width:100%; font-size:clamp(2.6rem,12vw,3.5rem); line-height:.98; }
  h2 { font-size:clamp(2.1rem,11vw,3rem); }
  .hero { min-width:0; padding:64px 20px 72px; }
  .hero > * { min-width:0; max-width:100%; }
  .hero-diagram { padding:20px; }
  .product-nodes,.solution-nodes { grid-template-columns:1fr; }
  .branch-line { height:28px; width:1px; border-right:0; }
  .branch-line::after { display:none; }
  .button-row,.button-row .button { width:100%; }
  .platform-card { min-height:auto; padding:28px 24px 34px; }
  .platform-number { top:22px; right:22px; font-size:2rem; }
  .product-title-row { align-items:flex-start; flex-direction:column; gap:14px; }
  .wordmark-only { min-height:0; }
  .product-title-row img { width:64px; height:64px; border-radius:14px; }
  .hero-product-identity { align-items:flex-start; }
  .hero-product-identity img { width:52px; height:52px; border-radius:12px; }
  .audience-list,.capability-grid,.credential-list,.record-types,.current-grid,.service-grid,.sector-list,.business-needs { grid-template-columns:1fr; }
  .service-grid article:last-child { grid-column:auto; }
  .service-grid article { min-height:auto; }
  .service-grid h3 { margin-top:30px; }
  .credibility-copy { padding-left:20px; }
  .sector-list > div,.sector-list > div:nth-child(even) { border-right:0; }
  .capability-grid > div { min-height:auto; }
  .founder-card { align-items:flex-start; flex-direction:column; }
  .founder-photo { width:112px; height:112px; }
  .contact-actions .button { width:100%; overflow-wrap:anywhere; }
  .evidence-stack { min-height:330px; }
  .evidence-sheet { width:94%; padding:20px; }
  .evidence-sheet:nth-child(3) { top:48px; }
  .current-grid article,.current-grid article:nth-child(even) { padding:22px 0; border-left:0; }
  .partner-list { columns:1; }
  .audience-band { grid-template-columns:1fr; }
  .audience-band li,.audience-band li:nth-child(3n) { border-right:0; }
}
