:root {
  --ink: #102a2e;
  --ink-soft: #385156;
  --deep: #0d2529;
  --deep-2: #13363a;
  --blue: #00a7df;
  --blue-dark: #008fc3;
  --mint: #c9f36b;
  --cream: #f6f3ec;
  --paper: #fffefb;
  --line: #dce4e2;
  --coral: #ff735c;
  --amber: #f2b84b;
  --shadow: 0 28px 80px rgba(13, 37, 41, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--deep); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255, 254, 251, .9); box-shadow: 0 1px 0 rgba(13,37,41,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 21px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 31px; font-weight: 600; font-size: 14px; }
.site-nav > a:not(.nav-login) { position: relative; color: #294348; }
.site-nav > a:not(.nav-login)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .2s; }
.site-nav > a:not(.nav-login):hover::after { right: 0; }
.nav-login { padding: 11px 18px; color: white; background: var(--deep); border-radius: 999px; transition: transform .2s, background .2s; }
.nav-login:hover { background: var(--blue-dark); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--deep); transition: .2s; }

.hero { position: relative; overflow: hidden; padding-top: 82px; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; top: -300px; left: -340px; border: 1px solid rgba(0,167,223,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0,167,223,.025), 0 0 0 140px rgba(0,167,223,.018); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 52px; padding-top: 58px; padding-bottom: 56px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #147795; font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
.hero h1 { max-width: 600px; margin: 0; font: 800 clamp(48px, 5.5vw, 76px)/1.02 "Manrope", sans-serif; letter-spacing: -.065em; text-wrap: balance; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: white; background: var(--deep); box-shadow: 0 12px 28px rgba(13,37,41,.18); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 35px rgba(0,143,195,.24); }
.button-quiet { color: var(--deep); background: rgba(255,255,255,.62); border: 1px solid rgba(13,37,41,.14); }
.trust-list { display: flex; gap: 25px; margin: 30px 0 0; padding: 0; list-style: none; color: #566c70; font-size: 13px; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list li::before { content: ""; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }

.product-scene { position: relative; height: 555px; }
.orbit { position: absolute; border: 1px solid rgba(0,167,223,.18); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: 50px; left: 85px; }
.orbit-two { width: 350px; height: 350px; top: 90px; left: 125px; box-shadow: 0 0 0 48px rgba(0,167,223,.03); }
.dashboard-card { position: absolute; inset: 46px 0 auto 0; overflow: hidden; background: #f9fbfa; border: 1px solid rgba(16,42,46,.1); border-radius: 22px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.window-bar { height: 46px; padding: 0 15px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: white; border-bottom: 1px solid #e7eceb; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; background: #cbd6d4; border-radius: 50%; }
.window-label { color: #668084; font-size: 10px; font-weight: 700; }
.avatar { justify-self: end; width: 24px; height: 24px; display: grid; place-items: center; color: white; background: var(--deep); border-radius: 50%; font-size: 8px; font-weight: 700; }
.dash-body { min-height: 350px; display: grid; grid-template-columns: 50px 1fr; }
.dash-sidebar { padding: 14px 0; display: flex; align-items: center; flex-direction: column; gap: 18px; background: var(--deep); }
.dash-sidebar img { width: 25px; height: 25px; }
.dash-sidebar span { width: 17px; height: 4px; background: rgba(255,255,255,.22); border-radius: 6px; }
.dash-sidebar span.active { width: 22px; background: var(--blue); }
.dash-main { padding: 24px 22px; }
.dash-heading { display: flex; align-items: center; justify-content: space-between; }
.dash-heading div:first-child { display: flex; flex-direction: column; gap: 2px; }
.dash-heading small { color: #839496; font-size: 8px; }
.dash-heading strong { font: 700 15px/1.2 "Manrope", sans-serif; }
.period { padding: 7px 10px; color: #61777b; background: white; border: 1px solid #e2e9e7; border-radius: 8px; font-size: 8px; }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 18px; }
.stat-row > div { display: flex; flex-direction: column; padding: 13px; background: white; border: 1px solid #e6ecea; border-radius: 11px; }
.stat-row span { color: #728589; font-size: 8px; }
.stat-row strong { margin: 4px 0; font: 700 22px/1 "Manrope", sans-serif; }
.stat-row small { color: #839496; font-size: 7px; }.stat-row small.up { color: #168966; }.stat-row small.alert-text { color: #d77039; }
.dash-lower { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; margin-top: 10px; }
.chart-card, .review-card { padding: 13px; background: white; border: 1px solid #e6ecea; border-radius: 11px; }
.mini-title { display: flex; justify-content: space-between; align-items: center; font-size: 8px; }.mini-title span { color: #829397; font-size: 7px; }
.chart { height: 91px; display: flex; align-items: end; gap: 8px; padding: 13px 4px 0; border-bottom: 1px solid #dfe7e5; background: repeating-linear-gradient(to bottom, transparent 0, transparent 25px, #edf1f0 26px); }
.chart span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--blue), #79d6ee); border-radius: 4px 4px 0 0; }
.review-row { display: flex; align-items: center; gap: 7px; padding: 9px 0; border-bottom: 1px solid #edf1f0; font-size: 8px; }.review-row:last-child { border: 0; }
.review-row > span { display: flex; flex-direction: column; font-weight: 700; }.review-row small { margin-top: 2px; color: #8b9a9d; font-size: 6px; font-weight: 500; }
.dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; }.dot.amber { background: var(--amber); }.dot.coral { background: var(--coral); }.dot.teal { background: #28b895; }
.phone-card { position: absolute; z-index: 3; width: 192px; min-height: 385px; right: -18px; bottom: 9px; padding: 17px 16px; background: white; border: 6px solid var(--deep); border-radius: 29px; box-shadow: 0 25px 50px rgba(13,37,41,.24); transform: rotate(-4deg); }
.phone-speaker { width: 48px; height: 4px; margin: -8px auto 13px; background: #c7d1cf; border-radius: 8px; }
.phone-brand { display: flex; align-items: center; gap: 5px; color: var(--deep); font: 800 9px/1 "Manrope", sans-serif; }.phone-brand img { width: 20px; height: 20px; }
.step-label { display: block; margin-top: 23px; color: var(--blue-dark); font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.phone-card h2 { margin: 7px 0 15px; font: 700 16px/1.25 "Manrope",sans-serif; letter-spacing: -.03em; }
.camera-frame { height: 121px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: #6c8589; background: #f0f5f4; border: 1px dashed #9db1b3; border-radius: 12px; font-size: 8px; font-weight: 700; }.camera-frame svg { width: 31px; fill: none; stroke: var(--blue-dark); stroke-width: 1.5; }
.location-ok { display: flex; align-items: center; gap: 6px; margin: 13px 0; color: #527075; font-size: 8px; }.location-ok span { width: 16px; height: 16px; display: grid; place-items: center; color: #087257; background: #d9f5eb; border-radius: 50%; }
.phone-button { padding: 10px; color: white; background: var(--blue-dark); border-radius: 9px; text-align: center; font-size: 9px; font-weight: 700; }
.status-pill { position: absolute; z-index: 4; left: 8px; bottom: 34px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; background: white; border: 1px solid #e2e9e7; border-radius: 13px; box-shadow: 0 14px 30px rgba(13,37,41,.14); font-size: 11px; font-weight: 700; }.status-pill span { width: 21px; height: 21px; display: grid; place-items: center; color: #086c52; background: #d4f4e8; border-radius: 50%; }
.hero-band { color: white; background: var(--deep); }
.band-grid { min-height: 116px; display: grid; grid-template-columns: 1.25fr repeat(3,1fr); align-items: center; gap: 30px; }
.band-grid > p { max-width: 250px; color: #c9d8d9; font: 600 18px/1.35 "Manrope", sans-serif; }
.band-grid div { position: relative; display: flex; flex-direction: column; gap: 3px; padding-left: 20px; }.band-grid div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--blue); }.band-grid strong { font-size: 14px; }.band-grid span { color: #8eaaad; font-size: 11px; }

.section-heading h2 { max-width: 700px; margin: 0; font: 700 clamp(36px,4.4vw,58px)/1.1 "Manrope",sans-serif; letter-spacing: -.055em; text-wrap: balance; }
.section-heading.centered { display: flex; align-items: center; flex-direction: column; text-align: center; }.section-heading.centered h2 { max-width: 750px; }.section-heading.centered > p:last-child { max-width: 590px; margin: 22px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.context { background: var(--paper); }
.context-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.context-copy > p { margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--blue-dark); font-weight: 700; }.text-link:hover { color: var(--deep); }.text-link svg { transition: transform .2s; }.text-link:hover svg { transform: translateX(4px); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 76px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid article { padding: 35px 38px 40px 0; }.principle-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.principle-grid article > span { color: var(--blue-dark); font: 700 11px/1 "Manrope",sans-serif; letter-spacing: .12em; }.principle-grid h3 { margin: 24px 0 10px; font: 700 22px/1.2 "Manrope",sans-serif; letter-spacing: -.03em; }.principle-grid p { margin: 0; color: #5c7175; line-height: 1.65; }
.compliance-note { margin-top: 28px; padding: 22px 26px; display: flex; align-items: flex-start; gap: 16px; background: #f1f8f8; border-radius: 15px; }.note-icon { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: white; background: var(--blue-dark); border-radius: 50%; font: 700 15px/1 serif; }.compliance-note p { margin: 1px 0 0; color: #486267; line-height: 1.6; }.compliance-note strong { color: var(--deep); }

.workflow { background: var(--cream); }
.workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.workflow-card { min-height: 350px; display: flex; flex-direction: column; padding: 30px; background: rgba(255,255,255,.72); border: 1px solid rgba(13,37,41,.09); border-radius: var(--radius); }
.workflow-card.featured { color: white; background: var(--deep); transform: translateY(-12px); box-shadow: 0 24px 50px rgba(13,37,41,.17); }
.workflow-top { display: flex; align-items: center; justify-content: space-between; }.workflow-top > span { color: #749094; font: 700 11px/1 "Manrope",sans-serif; letter-spacing: .14em; }.featured .workflow-top > span { color: #8eb0b3; }
.workflow-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--deep); background: var(--mint); border-radius: 15px; }.workflow-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.send-icon { color: white; background: var(--blue); }
.workflow-card h3 { margin: 45px 0 14px; font: 700 24px/1.2 "Manrope",sans-serif; letter-spacing: -.035em; }.workflow-card p { margin: 0; color: #536b70; line-height: 1.7; }.workflow-card.featured p { color: #bad0d2; }.workflow-card small { margin-top: auto; padding-top: 25px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.workflow-card.featured small { color: var(--mint); }

.features { overflow: hidden; }
.feature-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.feature-copy h2 { margin: 0; font: 700 clamp(40px,4.5vw,60px)/1.05 "Manrope",sans-serif; letter-spacing: -.06em; }.feature-lead { margin: 23px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.feature-list { display: grid; gap: 20px; margin-top: 34px; }.feature-list > div { display: flex; gap: 13px; }.feature-list > div > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; margin-top: 2px; color: #087257; background: #d9f5eb; border-radius: 50%; font-size: 12px; font-weight: 800; }.feature-list p { margin: 0; color: #607478; line-height: 1.45; }.feature-list strong { display: block; margin-bottom: 3px; color: var(--deep); font: 700 15px/1.3 "Manrope",sans-serif; }
.alert-panel { position: relative; padding: 30px; background: #f7faf9; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }.alert-panel::before { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; right: -160px; top: -130px; background: var(--mint); border-radius: 50%; opacity: .5; }
.alert-panel-head { display: flex; align-items: center; justify-content: space-between; }.alert-panel-head small { color: var(--blue-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; }.alert-panel-head h3 { margin: 5px 0 0; font: 700 26px/1.1 "Manrope",sans-serif; }.review-badge { padding: 7px 11px; color: #8b4a14; background: #fff0d4; border-radius: 999px; font-size: 10px; font-weight: 700; }
.worker-row { display: flex; align-items: center; margin-top: 25px; padding: 15px; background: white; border: 1px solid #e0e8e6; border-radius: 14px; }.worker-avatar { width: 38px; height: 38px; display: grid; place-items: center; margin-right: 11px; color: white; background: var(--deep); border-radius: 12px; font-size: 11px; font-weight: 800; }.worker-row > div:nth-child(2) { display: flex; flex-direction: column; }.worker-row strong { font-size: 13px; }.worker-row span { color: #819194; font-size: 9px; }.worker-row .pending { margin-left: auto; padding: 6px 9px; color: #53686c; background: #edf2f1; border-radius: 99px; font-weight: 700; }
.alert-item { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: start; margin-top: 11px; padding: 15px; background: white; border: 1px solid #e0e8e6; border-radius: 14px; }.alert-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; font-weight: 800; }.alert-symbol.amber { color: #8d5c08; background: #fff0c8; }.alert-symbol.coral { color: #a73d2c; background: #ffe0db; }.alert-item strong { display: block; margin-bottom: 4px; font-size: 12px; }.alert-item p { margin: 0; color: #7a8c8f; font-size: 9px; line-height: 1.4; }.alert-item > span { align-self: center; color: var(--blue-dark); font-size: 9px; font-weight: 800; }
.evidence-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 13px; }.evidence-row div { position: relative; height: 82px; overflow: hidden; display: flex; align-items: end; padding: 9px; background: linear-gradient(145deg,#d7e5df,#819e98); border-radius: 11px; }.evidence-row div:nth-child(2) { background: linear-gradient(145deg,#e3d8c9,#a9927b); }.evidence-row div:nth-child(3) { background: linear-gradient(145deg,#d5e3e7,#7596a0); }.evidence-row i { position: absolute; width: 60px; height: 45px; top: 15px; right: -8px; background: rgba(255,255,255,.32); border-radius: 5px; transform: rotate(-8deg); }.evidence-row span { position: relative; z-index: 1; color: white; font-size: 8px; font-weight: 700; text-shadow: 0 1px 8px rgba(0,0,0,.25); }
.decision-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9px; margin-top: 16px; }.decision-row button { min-height: 39px; border: 1px solid #d9e2e0; border-radius: 10px; background: white; color: #52696d; font-size: 10px; font-weight: 700; }.decision-row button:last-child { color: white; background: var(--blue-dark); border-color: var(--blue-dark); }

.capabilities { background: #eef5f4; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 56px; }
.capability-grid article { min-height: 280px; padding: 27px; background: white; border: 1px solid rgba(13,37,41,.07); border-radius: 20px; transition: transform .25s, box-shadow .25s; }.capability-grid article:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,37,41,.09); }
.cap-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--blue-dark); background: #e1f6fc; border-radius: 13px; }.cap-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.capability-grid h3 { margin: 42px 0 12px; font: 700 19px/1.25 "Manrope",sans-serif; letter-spacing: -.03em; }.capability-grid p { margin: 0; color: #607579; font-size: 14px; line-height: 1.65; }

.resources { color: white; background: var(--deep); }
.resources-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.resources-copy h2 { max-width: 630px; margin: 0; font: 700 clamp(38px,4.7vw,60px)/1.08 "Manrope",sans-serif; letter-spacing: -.055em; }.resources-copy > p:not(.eyebrow) { max-width: 570px; margin: 23px 0 0; color: #a9c0c2; font-size: 17px; line-height: 1.7; }
.resource-actions { display: flex; gap: 12px; margin-top: 34px; }.button-white { color: var(--deep); background: white; }.button-white:hover { background: var(--mint); }.button-outline { color: white; border: 1px solid #557075; }.button-outline:hover { background: rgba(255,255,255,.08); }
.manual-stack { display: grid; gap: 12px; }.manual-stack > a { display: grid; grid-template-columns: auto 1fr; gap: 17px; padding: 24px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; transition: transform .2s, background .2s; }.manual-stack > a:hover { transform: translateX(7px); background: rgba(255,255,255,.1); }.manual-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--deep); background: var(--mint); border-radius: 13px; font-size: 19px; }.manual-stack div { display: flex; flex-direction: column; }.manual-stack small { color: #77d8ef; font-size: 9px; font-weight: 800; letter-spacing: .14em; }.manual-stack strong { margin-top: 5px; font: 700 18px/1.2 "Manrope",sans-serif; }.manual-stack p { margin: 6px 0 0; color: #9fb7b9; font-size: 13px; line-height: 1.45; }

.site-footer { color: #a1b5b7; background: #071a1d; }
.footer-top { min-height: 128px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }.footer-brand { color: white; }.footer-top > p { font-size: 14px; }.footer-links { display: flex; gap: 22px; font-size: 13px; }.footer-links a:hover { color: white; }
.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; gap: 40px; align-items: center; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }.footer-bottom p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 110px; }.hero-copy { max-width: 720px; }.product-scene { width: min(680px,100%); margin-inline: auto; }.hero h1 { max-width: 720px; }
  .context-grid, .feature-layout, .resources-grid { gap: 55px; }.capability-grid { grid-template-columns: repeat(2,1fr); }.band-grid { grid-template-columns: 1fr repeat(3,1fr); }.band-grid > p { font-size: 15px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }.section { padding: 84px 0; }
  .menu-toggle { display: flex; position: relative; z-index: 102; }.menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; gap: 28px; padding: 100px 32px 40px; color: white; background: var(--deep); transform: translateX(100%); transition: transform .3s ease; }.site-nav.open { transform: translateX(0); }.site-nav > a:not(.nav-login) { color: white; font: 700 25px/1.2 "Manrope",sans-serif; }.nav-login { margin-top: 10px; color: var(--deep); background: var(--mint); }
  .context-grid, .feature-layout, .resources-grid { grid-template-columns: 1fr; }.context-grid { align-items: start; }.principle-grid { grid-template-columns: 1fr; }.principle-grid article, .principle-grid article + article { padding: 27px 0; border-left: 0; }.principle-grid article + article { border-top: 1px solid var(--line); }
  .workflow-grid { grid-template-columns: 1fr; }.workflow-card { min-height: 300px; }.workflow-card.featured { transform: none; }
  .feature-layout { gap: 65px; }.resources-grid { gap: 55px; }.footer-top { grid-template-columns: 1fr; padding: 38px 0; gap: 17px; }.footer-links { flex-wrap: wrap; }.footer-bottom { padding: 25px 0; align-items: flex-start; flex-direction: column; gap: 10px; }.footer-bottom p { margin: 0; }.footer-bottom p:last-child { text-align: left; }
  .band-grid { grid-template-columns: repeat(3,1fr); padding: 24px 0; }.band-grid > p { grid-column: 1/-1; max-width: none; margin: 0; }.hero-band { margin-top: 20px; }
}

@media (max-width: 590px) {
  .shell { width: min(100% - 24px, 520px); }.site-header { height: 70px; }.brand img { width: 36px; height: 36px; }.hero { padding-top: 70px; }.hero-grid { min-height: auto; padding-top: 70px; padding-bottom: 10px; }.hero h1 { font-size: clamp(43px,14vw,61px); }.hero-lead { font-size: 17px; }.hero-actions, .resource-actions { align-items: stretch; flex-direction: column; }.trust-list { flex-wrap: wrap; gap: 12px 18px; }
  .product-scene { height: 455px; margin-top: 18px; }.dashboard-card { top: 38px; width: 115%; left: -8%; transform: scale(.84) rotate(1deg); transform-origin: top center; }.phone-card { right: -5px; bottom: 0; transform: scale(.82) rotate(-4deg); transform-origin: bottom right; }.status-pill { left: 0; bottom: 23px; transform: scale(.84); transform-origin: left center; }.orbit-one { width: 310px; height: 310px; left: 10%; }.orbit-two { display: none; }
  .band-grid { grid-template-columns: 1fr; gap: 18px; }.band-grid > p { grid-column: auto; }.band-grid div { padding: 2px 0 2px 16px; }
  .section-heading h2, .feature-copy h2, .resources-copy h2 { font-size: 38px; }.context-copy > p { font-size: 16px; }.principle-grid { margin-top: 45px; }.compliance-note { padding: 18px; }
  .workflow-card { padding: 24px; }.capability-grid { grid-template-columns: 1fr; }.capability-grid article { min-height: 245px; }.alert-panel { padding: 18px; }.evidence-row div { height: 68px; }.resources { padding-top: 90px; padding-bottom: 90px; }.manual-stack > a { padding: 19px; }
}

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