/* Wavelink website 2.3.0 — local assets, no external fonts or framework. */
:root {
  --ink:#142e3d; --deep:#0a2536; --deepest:#071c2b; --muted:#546872;
  --aqua:#a4efda; --teal:#086451; --paper:#f7f8f5; --white:#fff;
  --line:#dce4df; --container:1280px; --header-height:84px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 22px)}
body{margin:0;min-width:320px;color:var(--ink);background:var(--paper);font:400 16px/1.65 "Segoe UI","Aptos",Arial,sans-serif;-webkit-font-smoothing:antialiased}
[hidden]{display:none!important}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer;color:inherit}
button,a,summary{-webkit-tap-highlight-color:transparent}
button,summary{touch-action:manipulation}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #17836b;outline-offset:5px}
.hero a:focus-visible,.security-section a:focus-visible,.contact-section a:focus-visible,.contact-section button:focus-visible{outline-color:#c9fff0}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{text-wrap:balance}
h1,h2,h3{font-weight:650;letter-spacing:-.045em;line-height:1.1}
p{text-wrap:pretty}
.icon{display:inline-block;flex:0 0 auto;width:24px;height:24px;vertical-align:middle}
.container{width:min(calc(100% - 96px),var(--container));margin-inline:auto}
.section-pad{padding-block:clamp(70px,6.7vw,96px)}
.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-200%);padding:12px 20px;background:var(--aqua);color:var(--deep);z-index:100;border-radius:5px}
.skip-link:focus{transform:translateY(0)}
.eyebrow{color:var(--teal);font-size:11px;font-weight:750;letter-spacing:.13em;line-height:1.6;margin-bottom:19px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:13px 20px;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:650;line-height:1.45;transition:background .18s,transform .18s,box-shadow .18s}
.button .icon{width:19px;height:19px}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--aqua);color:var(--deepest)}
.button-primary:hover{background:#c1f8e8;box-shadow:0 5px 24px #00000018}
.button-dark{background:var(--deep);color:var(--white)}
.button-dark:hover{background:#164456}
.button-small{min-height:44px;padding:10px 17px;gap:12px;font-size:13px}
.button-outline{border-color:#7d999b;color:white}
.button-outline:hover{background:#ffffff0b;border-color:var(--aqua)}
.button-border{background:#fff;border-color:var(--line)}
.button-border:hover{background:#e8eeeb}
.text-link{display:inline-flex;align-items:center;gap:18px;color:var(--teal);font-size:14px;font-weight:650;padding-block:12px;min-height:44px}
.text-link .icon{width:19px;height:19px}
.text-link:hover{text-decoration:underline;text-underline-offset:5px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:36px}
.section-heading>div{flex:1}
.section-heading>p{flex:0 0 355px;color:var(--muted);font-size:15px;line-height:1.8}
.section-heading h2,.faq-heading h2{font-size:clamp(32px,3.3vw,46px)}
/* Accessible responsive navigation. A plain navigation remains when JS is off. */
.site-header{position:sticky;top:0;z-index:50;background:#f7f8f5f7;border-bottom:1px solid #142f3d10;backdrop-filter:blur(14px)}
.header-inner{display:flex;min-height:var(--header-height);align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}
.brand>img{width:42px;height:42px}
.brand-type{display:flex;flex-direction:column;gap:5px}
.brand-type strong{font-weight:760;font-size:27px;letter-spacing:-.045em;line-height:1}
.brand-period{color:var(--teal)}
.brand-type small{color:#58706f;font-size:8px;font-weight:700;letter-spacing:.12em;line-height:1.3}
.site-nav{display:flex;align-items:center;gap:27px}
.site-nav>a:not(.button){display:inline-flex;align-items:center;min-height:44px;font-size:13px;font-weight:550;color:#384f59}
.site-nav>a:not(.button):hover{color:var(--teal);text-decoration:underline;text-underline-offset:6px}
.site-nav .nav-contact{margin-left:10px}
.menu-toggle{background:transparent;border:1px solid var(--line);border-radius:5px;width:46px;height:44px;padding:12px 11px;flex-shrink:0}
.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;transition:transform .18s}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
/* Hero: a collaboration illustration, not a miniature pretend application. */
.hero{position:relative;isolation:isolate;color:white;background:var(--deepest);overflow:hidden}
.hero-photo{position:absolute;inset:0;z-index:-3}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 46%;opacity:.46}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#071c2b 0%,#071c2bec 30%,#071c2b70 75%,#071c2b59),linear-gradient(0deg,#071c2b 0%,transparent 50%)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:85px;align-items:center;padding-block:72px 57px}
.hero .eyebrow{display:flex;align-items:center;gap:12px;color:var(--aqua);margin-bottom:25px}
.eyebrow-line{width:25px;height:1px;background:var(--aqua);flex-shrink:0}
.hero h1{font-size:clamp(56px,5.5vw,80px);line-height:1.04;letter-spacing:-.055em;font-weight:620}
.hero h1>span{color:var(--aqua)}
.hero-lede{margin-top:26px;max-width:470px;font-size:16px;line-height:1.85;color:#c9d9df}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:29px}
.button-hero-secondary{color:white;border-color:#ffffff45;background:#09283944}
.button-hero-secondary:hover{background:#ffffff0e;border-color:#ffffff80}
.hero-reassurance{display:flex;flex-wrap:wrap;gap:23px;margin-top:27px;color:#b7cfd3;font-size:12px}
.hero-reassurance>span{display:flex;gap:7px;align-items:center}
.hero-reassurance .icon{width:17px;height:17px;color:var(--aqua)}
.hero-bottom{border-top:1px solid #ffffff24;display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:21px 26px;font-size:10px;letter-spacing:.08em;color:#bed1d5}
.hero-bottom>a{display:flex;gap:12px;align-items:center;min-height:30px;color:var(--aqua)}
.hero-bottom .icon{width:16px;height:16px}
.hero-bottom>a:hover{text-decoration:underline;text-underline-offset:5px}
.hero-image-note{position:absolute;bottom:4px;right:48px;font-size:8px;color:#a3b7c0}
.team-scene{min-width:0}
.scene-top{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#c8deda;font-size:9px;font-weight:650;letter-spacing:.06em;margin-bottom:18px}
.scene-top>span:last-child{display:flex;align-items:center;gap:6px;font-size:8px;color:#a3d6c9}
.scene-top .icon{width:14px;height:14px}
.scene-roles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.scene-roles>div{background:#123343df;border:1px solid #71989963;border-radius:9px;padding:17px 10px 16px;display:flex;align-items:center;flex-direction:column;text-align:center;box-shadow:0 12px 30px #00000010}
.scene-roles .icon{color:var(--aqua);width:27px;height:27px;margin-bottom:12px}
.scene-roles strong{font-size:13px;font-weight:600}
.scene-roles span{font-size:11px;color:#b7cdd2;margin-top:2px}
.scene-connectors{display:grid;grid-template-columns:repeat(3,1fr);height:25px;padding-inline:0}
.scene-connectors i{display:block;width:1px;height:100%;background:#8cbbac80;margin-inline:auto}
.shared-card{background:#f9fcfa;border:1px solid #deebe4;border-radius:12px;color:var(--ink);box-shadow:0 24px 55px #00000030;overflow:hidden}
.shared-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;border-bottom:1px solid #dce6e1;background:#eff5f1}
.shared-mark{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:730;letter-spacing:-.02em}
.shared-mark img{width:27px;height:27px}
.workspace-pill{font-size:8px;letter-spacing:.09em;font-weight:700;color:#466c5f}
.shared-card-heading{padding:22px 24px 12px}
.shared-card-heading>p{font-size:9px;color:#587267;letter-spacing:.07em;font-weight:650;margin-bottom:10px}
.shared-card-heading h2{font-size:29px;line-height:1.16;letter-spacing:-.04em}
.shared-event{display:flex;align-items:center;gap:12px;padding:12px 24px}
.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;width:33px;height:33px;background:#dbece4;color:#1b5347;font-size:10px;font-weight:700;flex-shrink:0;letter-spacing:0}
.avatar-b{background:#e1eaf3;color:#315474}
.avatar-c{background:#ede9d9;color:#66562f}
.shared-event>div{flex:1;min-width:0}
.shared-event strong{font-size:12px;display:block;font-weight:650;line-height:1.55}
.shared-event div>span{display:block;color:#62736e;font-size:11px;line-height:1.65}
.shared-event>.icon{width:19px;height:19px;color:#467b6a}
.shared-bottom{display:flex;align-items:center;justify-content:center;gap:8px;border-top:1px solid #dfe9e3;margin-top:12px;padding:13px 17px;background:#f0f6f2;font-size:11px;color:#416d5a}
.shared-bottom .icon{width:15px;height:15px}
.scene-caption{font-size:10px;text-align:center;color:#b4cacc;margin-top:13px}
/* Six product areas. Inventory and manifests lead, one panel visible at a time. */
.platform{background:var(--paper)}
.product-explorer{min-width:0}
.module-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;border-bottom:1px solid #ccdcd2;padding-bottom:12px;margin-bottom:34px}
.module-tabs button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:53px;padding:11px 12px;background:transparent;color:#586b64;border:1px solid transparent;border-radius:7px;font-size:14px;font-weight:650;line-height:1.45}
.module-tabs button .icon{width:21px;height:21px}
.module-tabs button:hover{background:#e9efea;color:#174c3e}
.module-tabs button[aria-selected="true"]{background:var(--deep);color:white;border-color:var(--deep)}
.module-panel{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.75fr);gap:46px;align-items:center;min-width:0}
.module-story{padding-block:5px;min-width:0}
.module-story .eyebrow{font-size:10px;margin-bottom:16px}
.module-story h3{font-size:33px;margin-bottom:20px;line-height:1.12;letter-spacing:-.04em}
.module-story>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.85}
.module-points{list-style:none;padding:0;margin:22px 0 10px;display:flex;flex-direction:column;gap:11px}
.module-points li{display:flex;gap:8px;font-size:12px;color:#365e4e;line-height:1.65}
.module-points .icon{width:15px;height:15px;margin-top:3px}
.workspace-window{min-width:0;border-radius:11px;overflow:hidden;background:#fbfcfb;border:1px solid #cbd9d3;box-shadow:0 14px 34px #1935280d}
.workspace-chrome{display:flex;align-items:center;gap:16px;background:#163747;padding:14px 18px;color:white;min-height:54px}
.workspace-chrome>span:first-child{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:650}
.workspace-chrome img{width:24px;height:24px}
.workspace-project{font-size:11px;color:#c3d6dc;margin-left:auto}
.sample-tag{font-size:8px;letter-spacing:.07em;border:1px solid #ffffff40;padding:3px 6px;border-radius:3px;color:#d0e4dc}
.workspace-body{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:431px}
.workspace-sidebar{background:#f0f4f2;border-right:1px solid #dce5df;padding:21px 8px 16px;display:flex;flex-direction:column;gap:4px}
.sidebar-label{font-size:8px;letter-spacing:.1em;font-weight:700;color:#6a7e75;padding:0 8px 12px}
.workspace-nav-item{display:flex;gap:7px;align-items:center;border-radius:5px;padding:11px 8px;font-size:10px;color:#586d63;line-height:1.4}
.workspace-nav-item .icon{width:16px;height:16px}
.workspace-nav-item.is-current{background:#d9e9e0;color:#16513c;font-weight:650}
.sidebar-caption{font-size:8px;line-height:1.9;letter-spacing:.025em;margin-top:auto;padding:24px 8px 2px;color:#667d70}
.workspace-content{min-width:0;padding:24px 22px 15px;display:flex;flex-direction:column}
.sample-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:17px}
.sample-kicker{font-size:8px;letter-spacing:.07em;font-weight:650;color:#60786b;margin-bottom:8px;line-height:1.55}
.sample-heading h4{font-size:20px;letter-spacing:-.03em;font-weight:650;line-height:1.3}
.status{display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:650;line-height:1.5;padding:4px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}
.status-green{background:#e0f0e6;color:#1c6146}
.status-amber{background:#f6edce;color:#765514}
.status-blue{background:#e4edf5;color:#355974}
.sample-meta{display:flex;flex-wrap:wrap;gap:6px 17px;color:#677c70;font-size:10px;margin-bottom:19px}
.sample-meta>span+span{padding-left:17px;border-left:1px solid #d4dfd7}
.sample-card{background:white;border:1px solid #e0e8e1;border-radius:7px;min-width:0;overflow:hidden}
.sample-label{font-size:8px;color:#5f7a6b;letter-spacing:.055em;font-weight:700;padding:13px 14px 10px}
.record-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border-top:1px solid #eef2ee;min-width:0}
.record-icon{width:31px;height:31px;display:flex;align-items:center;justify-content:center;background:#edf5ef;border-radius:6px;color:#507f69;flex-shrink:0}
.record-icon .icon{width:17px;height:17px}
.record-copy{min-width:0;flex:1}
.record-copy strong{display:block;font-size:11px;font-weight:650;line-height:1.6}
.record-copy>span{display:block;font-size:10px;line-height:1.6;color:#687c70;margin-top:2px}
.handover-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:11px}
.handover-layout .record-row{flex-wrap:wrap;gap:8px;padding:10px 12px}
.handover-layout .record-copy{flex-basis:calc(100% - 43px)}
.handover-layout .record-row>.status{margin-left:39px;padding:2px 6px;font-size:8px}
.review-card{padding:0 0 11px;background:#edf3ee;border:1px solid #dae5dc;border-radius:7px;min-width:0}
.person{display:flex;gap:8px;padding:12px 12px;align-items:center}
.person .avatar{width:27px;height:27px;font-size:8px;background:#d6e6dc}
.person>span:last-child{min-width:0}
.person strong{display:block;font-size:10px;line-height:1.5;font-weight:650}
.person small{display:block;font-size:9px;line-height:1.55;color:#627966;margin-top:3px}
.review-note{display:flex;gap:7px;padding:14px 12px 0;border-top:1px solid #d8e5da;margin:10px 0 0;font-size:9px;color:#5e7967;line-height:1.75}
.review-note .icon{width:15px;height:15px;margin-top:2px}
.sample-footer{display:flex;align-items:center;gap:7px;font-size:9px;color:#5c7968;padding-top:17px;margin-top:auto;line-height:1.7}
.sample-footer>.icon{width:15px;height:15px}
.sample-footer>span{font-size:8px;color:#708675;margin-left:auto;padding-left:6px;white-space:nowrap}
.asset-overview{display:grid;grid-template-columns:1.15fr 1fr;gap:12px;padding:12px 14px;background:#eff4f0;border-radius:6px;margin-bottom:13px}
.asset-overview div{min-width:0}
.asset-overview span{display:block;font-size:8px;color:#607b6a;font-weight:650;letter-spacing:.05em;margin-bottom:4px}
.asset-overview strong{font-size:11px;font-weight:600;line-height:1.5;display:block}
.record-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}
.record-links>span{display:flex;align-items:center;gap:6px;font-size:9px;color:#426851;padding:5px 7px;border:1px solid #d5e3d8;border-radius:4px;background:#f8fbf8}
.record-links .icon{width:13px;height:13px}
.toolbox-strip{display:flex;align-items:center;gap:12px;border:1px solid #dce7dc;border-radius:7px;background:#edf3ed;padding:12px 14px;margin-top:15px}
.toolbox-strip strong{font-size:11px;display:block;font-weight:650;line-height:1.6}
.toolbox-strip div>span{font-size:10px;line-height:1.6;color:#627a65;display:block}
.readiness-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.readiness-grid>div{padding:16px 17px;border:1px solid #dce7dc;border-radius:7px;background:#fff;min-width:0}
.readiness-icon{display:block;color:#40745b;margin-bottom:8px}
.readiness-icon .icon{width:26px;height:26px}
.readiness-grid p{font-size:8px;font-weight:700;letter-spacing:.08em;color:#687d6a;margin-bottom:8px}
.readiness-grid strong{display:block;font-size:14px;line-height:1.6;font-weight:650;margin-bottom:7px}
.readiness-grid div>span:not(.status):not(.readiness-icon){display:block;font-size:10px;color:#657c66;line-height:1.8}
.readiness-grid .status{margin-top:14px}
.sample-inline-note{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:10px;color:#55775f;line-height:1.8}
.sample-inline-note .icon{width:18px;height:18px}
.log-table{border:1px solid #dbe5db;border-radius:7px;overflow:hidden}
.log-row{display:grid;grid-template-columns:50px minmax(0,1fr) 60px;gap:14px;padding:14px 15px;border-top:1px solid #e7eee7;font-size:11px;background:white;align-items:center}
.log-head{border-top:0;background:#edf3ec;color:#647c65;font-size:8px;font-weight:700;letter-spacing:.05em}
.log-row>span{min-width:0}
.log-row>span:first-child{color:#65816b}
.planning-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.planning-pair>div{display:flex;align-items:center;gap:10px;background:#eff4ee;border:1px solid #e0e8dc;border-radius:6px;padding:13px}
.planning-pair .icon{color:#518063;width:20px;height:20px}
.planning-pair strong{display:block;font-size:10px;font-weight:650}
.planning-pair small{display:block;font-size:9px;line-height:1.6;color:#6b7f68}
.illustration-note{font-size:11px;color:#617564;text-align:right;line-height:1.75;margin-top:17px}
.capability-directory{border:1px solid #d3dfd4;border-radius:8px;background:#edf2eb;margin-top:32px;overflow:hidden}
.capability-directory>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:63px;padding:16px 22px;cursor:pointer;list-style:none;font-size:14px;font-weight:650}
.capability-directory>summary::-webkit-details-marker{display:none}
.capability-directory>summary>span{display:flex;gap:11px;align-items:center}
.capability-directory>summary .icon{width:20px;height:20px;color:#4b7057}
.directory-hint{font-size:11px;font-weight:450;color:#5f765f}
.capability-directory[open] .directory-hint .icon{transform:rotate(45deg)}
.capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px 27px;padding:27px 24px;border-top:1px solid #d4e0d2;background:#f7faf5}
.capability-grid article{display:flex;gap:13px;min-width:0}
.capability-grid article>span{color:#52765a}
.capability-grid article .icon{width:21px;height:21px}
.capability-grid h4{font-size:13px;font-weight:650;line-height:1.5;margin-bottom:5px;letter-spacing:-.01em}
.capability-grid p{color:#667960;font-size:12px;line-height:1.8}
.directory-note{background:#f7faf5;padding:0 24px 25px;font-size:11px;color:#66795e}
/* Collaboration: three roles, shared records rather than invented chat. */
.teams-section{background:#eaf0e8;border-block:1px solid #dde6d8}
.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.team-card{display:flex;flex-direction:column;min-width:0;padding:29px 28px 20px;background:#f9fbf6;border:1px solid #d8e3d3;border-radius:9px}
.team-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;color:#3c7255}
.team-card-top .icon{width:29px;height:29px}
.team-card-top>span{font-size:11px;color:#7d9175;letter-spacing:.08em}
.team-role{font-size:11px;color:#41704d;letter-spacing:.015em;font-weight:650;margin-bottom:12px}
.team-card h3{font-size:25px;line-height:1.2;margin-bottom:18px;letter-spacing:-.035em}
.team-card>p:not(.team-role){font-size:13px;line-height:1.85;color:#637760;margin-bottom:25px}
.team-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:#436849;border-top:1px solid #dce6d5;padding-top:17px;margin-top:auto}
.team-card-footer .icon{width:17px;height:17px}
.team-takeaway{display:flex;align-items:center;gap:19px;margin-top:30px;padding-top:25px;border-top:1px solid #cbdac4;color:#3d6d4f}
.team-takeaway>.icon{width:29px;height:29px}
.team-takeaway p{flex:1}
.team-takeaway strong{display:block;font-size:14px;line-height:1.8;font-weight:650}
.team-takeaway p>span{display:block;font-size:12px;line-height:1.8;color:#6b7b64}
.team-takeaway a{display:flex;align-items:center;gap:13px;min-height:44px;font-size:12px;font-weight:650}
.team-takeaway a:hover{text-decoration:underline;text-underline-offset:5px}
.team-takeaway a .icon{width:17px;height:17px}
/* Security messaging distinguishes product scope from planned account protections. */
.security-section{color:white;background:#0c2936;position:relative;overflow:hidden}
.security-heading{display:grid;grid-template-columns:1.08fr 1fr;gap:100px;align-items:end;margin-bottom:40px}
.security-heading .eyebrow{color:#aadbc7}
.security-heading h2{font-size:clamp(35px,3.7vw,51px);font-weight:620;line-height:1.1}
.security-heading h2>span{color:var(--aqua)}
.security-heading>div:last-child>p{font-size:15px;color:#c2d4d6;line-height:1.9}
.security-review-link{display:inline-flex;align-items:center;gap:17px;min-height:44px;padding-block:13px;font-size:13px;font-weight:600;color:var(--aqua);margin-top:12px}
.security-review-link:hover{text-decoration:underline;text-underline-offset:5px}
.security-review-link .icon{width:19px;height:19px}
.security-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.security-card{display:flex;flex-direction:column;padding:24px 21px 20px;background:#173744;border:1px solid #ffffff22;border-radius:9px;min-width:0}
.security-card-top{display:flex;align-items:flex-start;flex-direction:column;gap:19px;margin-bottom:20px}
.security-card-top>.icon{width:29px;height:29px;color:#a3e7ce}
.security-state{display:inline-flex;padding:4px 7px;border:1px solid #99d8b637;background:#abd9ad0a;border-radius:3px;font-size:8px;letter-spacing:.06em;line-height:1.6;color:#b6dfc9;font-weight:650}
.security-card h3{font-size:23px;line-height:1.15;letter-spacing:-.025em;margin-bottom:18px}
.security-card>p{font-size:13px;line-height:1.9;color:#bad0d2;margin-bottom:22px}
.security-card-foot{display:block;margin-top:auto;border-top:1px solid #ffffff17;padding-top:15px;font-size:10px;line-height:1.8;color:#9cbebb}
.is-planned{background:#173646;border-color:#829ebe52}
.is-planned .security-card-top>.icon{color:#afd6f0}
.planned-state{border-color:#a1cfe647;background:#acd5ed0c;color:#c0dbef}
.is-planned .security-card-foot{color:#b6cde2}
.security-note{display:flex;align-items:flex-start;gap:13px;margin-top:23px;padding:19px 22px;background:#ffffff05;border:1px solid #ffffff1a;border-radius:7px}
.security-note>.icon{width:20px;height:20px;color:#98c8be;margin-top:3px}
.security-note p{color:#bed1d2;font-size:12px;line-height:1.9}
.security-note strong{color:#d6e7e2;font-weight:650}
.it-conversation{display:flex;align-items:center;flex-wrap:wrap;gap:13px 24px;border-top:1px solid #ffffff20;padding-top:25px;margin-top:28px}
.it-conversation>span{font-size:9px;letter-spacing:.07em;font-weight:650;color:#a3c5bf}
.it-conversation>p{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-size:11px;color:#b5ceca}
.it-conversation i{display:inline-block;width:3px;height:3px;background:#8ab5a2;border-radius:50%}
.it-conversation>a{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--aqua);font-weight:600;min-height:44px;margin-left:auto}
.it-conversation>a:hover{text-decoration:underline;text-underline-offset:5px}
.it-conversation>a .icon{width:17px;height:17px}
/* Deployment boundaries: local network and hosted access are distinct. */
.deployment-section{background:#f7f8f4}
.deployment-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.deployment-card{display:flex;align-items:flex-start;gap:22px;padding:29px 28px;border:1px solid #d6e0d2;border-radius:9px;background:#fff}
.deployment-icon{display:grid;place-items:center;width:47px;height:47px;background:#eaf3e9;border:1px solid #dbe8d8;border-radius:8px;flex-shrink:0;color:#477951}
.deployment-icon .icon{width:25px;height:25px}
.deployment-card>div:last-child{min-width:0}
.deployment-card .eyebrow{font-size:9px;letter-spacing:.08em;margin-bottom:10px}
.deployment-card h3{font-size:26px;line-height:1.18;margin-bottom:17px;letter-spacing:-.035em}
.deployment-card p:not(.eyebrow){font-size:13px;color:#62765e;line-height:1.9}
.deployment-foot{display:flex;align-items:center;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid #dfe6da;font-size:11px;line-height:1.75;color:#486e4c}
.deployment-foot .icon{width:17px;height:17px}
.deployment-clarifier{max-width:880px;margin:22px auto 0;font-size:11px;line-height:1.85;color:#63765b;text-align:center}
/* Questions expand on demand, not a wall of security/legal text. */
.faq-section{background:#edf2e9;border-block:1px solid #dbe4d4}
.faq-layout{display:grid;grid-template-columns:.86fr 1.4fr;gap:95px}
.faq-heading .eyebrow{font-size:10px}
.faq-heading>p:not(.eyebrow){font-size:14px;line-height:1.85;color:#687b61;margin-top:22px;max-width:330px}
.faq-heading .text-link{margin-top:15px}
.faq-item{border-bottom:1px solid #ccd9c4}
.faq-item:first-child{border-top:1px solid #ccd9c4}
.faq-item>summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;list-style:none;cursor:pointer;font-size:14px;font-weight:600;line-height:1.6}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-item>summary .icon{width:20px;height:20px;color:#61805a}
.faq-item[open]>summary .icon{transform:rotate(45deg)}
.faq-answer{padding:0 30px 23px 0;color:#58704f;font-size:13px;line-height:1.9}
.faq-answer a{color:#08624c;text-decoration:underline;text-underline-offset:3px}
/* Conversion: direct contact with no form or implied sign-in. */
.contact-section{color:white;background:#163c3d}
.contact-inner{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:110px;padding-block:81px}
.contact-section .eyebrow{color:#b4ddc9}
.contact-section h2{font-size:clamp(42px,4.4vw,62px);line-height:1.06;font-weight:600;margin-bottom:24px}
.contact-inner>div>p:not(.eyebrow):not(.contact-demo-note){color:#c7dcd4;font-size:15px;line-height:1.85;max-width:510px}
.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}
.contact-demo-note{color:#b7d3c7;font-size:10px;line-height:1.8;margin-top:20px;max-width:500px}
.contact-card{padding:30px;border:1px solid #ffffff28;border-radius:12px;background:#ffffff05;min-width:0}
.contact-card-icon{display:inline-grid;place-items:center;border:1px solid #7baba161;background:#ffffff05;border-radius:9px;width:44px;height:44px;margin-bottom:23px;color:var(--aqua)}
.contact-card-kicker{font-size:9px;letter-spacing:.065em;color:#b8dcca;margin-bottom:13px;line-height:1.75}
.contact-card h3{font-size:26px;font-weight:600;margin-bottom:14px}
.contact-card>p:not(.contact-card-kicker){font-size:13px;color:#bed7c9;line-height:1.85}
.contact-email{display:inline-block;font-size:16px;color:var(--aqua);font-weight:550;margin-top:21px;text-decoration:underline;text-underline-offset:6px;overflow-wrap:anywhere}
.copy-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-height:44px}
.copy-email{display:flex;align-items:center;gap:7px;border:0;background:transparent;padding:12px 0;font-size:11px;color:#c9e0d4;min-height:44px}
.copy-email .icon{width:13px;height:13px}
.copy-email:hover{color:white}
#copy-status{font-size:11px;color:#ceffe8}
.contact-company{display:block;border-top:1px solid #ffffff22;padding-top:18px;margin-top:17px;font-size:9px;font-weight:600;color:#b6d5c6;letter-spacing:.09em}
/* Footer and retained secondary documents. */
.site-footer{background:var(--paper)}
.footer-main{display:grid;grid-template-columns:1.25fr .65fr .85fr 1.1fr;gap:42px;padding-block:48px 39px}
.footer-brand .brand>img{width:37px;height:37px}
.footer-brand .brand-type strong{font-size:25px}
.footer-brand .brand-type small{font-size:7px}
.footer-brand>p{margin-top:17px;font-size:12px;color:#5f766a;line-height:1.8}
.footer-column{display:flex;align-items:flex-start;flex-direction:column;gap:5px;min-width:0}
.footer-column h2{font-size:12px;letter-spacing:-.015em;font-weight:700;margin-block:4px 10px}
.footer-column>a,.footer-column>span{color:#577160;font-size:11px;line-height:1.6;overflow-wrap:anywhere}
.footer-column>a{min-height:30px;display:inline-flex;gap:6px;align-items:center}
.footer-column>a:hover{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.footer-column>a .icon{width:13px;height:13px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:20px;border-top:1px solid #d9e1d5;font-size:10px;color:#5a7161}
.simple-nav{display:flex;align-items:center;gap:30px}
.simple-nav>a:not(.button){font-size:13px;color:var(--teal)}
.text-page{max-width:860px;padding-block:80px}
.text-page h1{font-size:clamp(37px,5vw,64px);margin-bottom:20px}
.page-lede{font-size:18px;color:var(--muted)}
.page-date{font-size:12px;margin-top:18px;color:#536b60}
.text-page section{border-top:1px solid var(--line);padding-top:28px;margin-top:32px}
.text-page h2{font-size:24px;letter-spacing:-.025em;margin-bottom:18px}
.text-page section p{font-size:15px;line-height:1.9;color:#475f56;margin-top:16px}
.text-page a{color:#086e51;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.simple-footer{background:#edf2eb;padding-block:25px}
.simple-footer>div{display:flex;flex-wrap:wrap;gap:12px 32px;align-items:center;font-size:12px}
.simple-footer>div>span{margin-right:auto}
.not-found{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-block:80px;max-width:950px}
.not-found>img{margin-bottom:35px}
.not-found h1{font-size:clamp(44px,7vw,82px);margin-bottom:24px}
.not-found>p:not(.eyebrow){max-width:550px;color:var(--muted);font-size:18px}
/* Laptop and tablet. */
@media(max-width:1199px){
 .container{width:calc(100% - 64px)}
 .site-nav{gap:22px}.site-nav .nav-contact{display:none!important}
 .hero-grid{gap:43px;padding-block:61px 48px}.hero h1{font-size:65px}.hero-lede{font-size:15px}
 .hero-actions .button{font-size:12px;padding-inline:16px;gap:12px}
 .scene-top>span:last-child{display:none}.scene-roles strong{font-size:12px}.scene-roles span{font-size:10px}
 .shared-card-heading{padding:19px 20px 10px}.shared-card-heading h2{font-size:27px}.shared-event{padding-inline:20px}
 .hero-bottom{font-size:9px;letter-spacing:.03em;gap:12px}
 .module-panel{gap:30px;grid-template-columns:minmax(0,.72fr) minmax(0,1.7fr)}
 .module-story h3{font-size:29px}.module-story>p:not(.eyebrow){font-size:13px}.module-points li{font-size:11px}
 .workspace-sidebar{display:none}.workspace-body{grid-template-columns:minmax(0,1fr)}.workspace-content{padding:22px 20px 17px}
 .workspace-chrome{padding-inline:18px}.module-tabs button{font-size:12px;gap:7px}.module-tabs button .icon{width:19px;height:19px}
 .security-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.security-card{padding:25px}.security-card-top{flex-direction:row;align-items:center;justify-content:space-between;gap:15px;margin-bottom:22px}
 .security-card h3{font-size:25px}.security-card>p{font-size:14px}.security-heading{gap:60px}
 .section-heading{gap:40px}.section-heading>p{flex-basis:310px;font-size:14px}
 .team-card{padding:24px 21px 20px}.team-card h3{font-size:23px}.team-card>p:not(.team-role){font-size:12px}
 .deployment-card{padding:26px 24px;gap:18px}.deployment-icon{width:39px;height:39px}.deployment-icon .icon{width:23px;height:23px}.deployment-card h3{font-size:23px}
 .faq-layout{gap:60px}.contact-inner{gap:55px}.contact-actions .button{font-size:12px;gap:11px;padding-inline:16px}
 .footer-main{gap:28px}.footer-brand .brand-type small{font-size:6.5px}
}
@media(max-width:959px){
 :root{--header-height:76px}
 .container{width:calc(100% - 48px)}
 .header-inner{flex-wrap:wrap;gap:16px;position:relative}
 .site-nav{width:100%;display:flex;flex-wrap:wrap;gap:8px 24px;padding-bottom:17px}
 .site-nav .nav-contact{display:inline-flex!important;margin-left:0}
 .navigation-ready .header-inner{flex-wrap:nowrap}
 .navigation-ready .site-nav{display:none;position:absolute;top:calc(100% - 1px);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:15px 20px 20px;background:#f7f8f5;border:1px solid #d5dfd4;border-top:0;border-radius:0 0 9px 9px;box-shadow:0 16px 22px #09281a20;max-height:calc(100dvh - var(--header-height) - 12px);overflow-y:auto}
 .navigation-ready .site-nav.is-open{display:flex}
 .navigation-ready .site-nav>a:not(.button){padding-block:7px;min-height:47px;font-size:15px}
 .navigation-ready .site-nav .button{margin-top:10px;min-height:47px}
 .hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.03fr);gap:28px;padding-block:51px 40px}
 .hero h1{font-size:53px}.hero .eyebrow{font-size:8px;gap:8px;letter-spacing:.1em}.eyebrow-line{width:18px}
 .hero-lede{font-size:13px;line-height:1.9;margin-top:22px}.hero-actions{gap:10px;margin-top:23px}.hero-actions .button{font-size:11px;min-height:46px}
 .hero-reassurance{gap:9px 15px;font-size:10px;margin-top:21px}.hero-reassurance .icon{width:15px;height:15px}
 .scene-top{font-size:8px;margin-bottom:13px}.scene-roles{gap:7px}.scene-roles>div{padding:13px 6px}.scene-roles strong{font-size:10px}.scene-roles span{font-size:8px}.scene-roles .icon{width:22px;height:22px;margin-bottom:8px}
 .shared-card-top{padding:12px 15px}.shared-mark{font-size:13px}.shared-mark img{width:23px;height:23px}.workspace-pill{font-size:6px}
 .shared-card-heading{padding:18px 16px 11px}.shared-card-heading p{font-size:7px}.shared-card-heading h2{font-size:23px}
 .shared-event{gap:8px;padding:10px 15px}.shared-event>.avatar{width:27px;height:27px;font-size:8px}.shared-event strong{font-size:10px}.shared-event div>span{font-size:9px}.shared-event>.icon{display:none}
 .shared-bottom{font-size:9px;padding-inline:10px;gap:6px}.shared-bottom .icon{width:13px;height:13px}.scene-caption{font-size:8px}
 .hero-bottom{display:grid;grid-template-columns:1fr 1fr;row-gap:13px;font-size:8px}.hero-bottom>a{min-height:0}.hero-image-note{right:24px}
 .section-heading{gap:30px}.section-heading>p{flex-basis:270px;font-size:13px}.section-heading h2{font-size:34px}.section-heading .eyebrow{font-size:9px}
 .module-panel{grid-template-columns:minmax(0,1fr);gap:24px}
 .module-story{display:grid;grid-template-columns:1fr 1fr;gap:0 35px;align-items:start;padding:0}
 .module-story .eyebrow{grid-column:1;margin-bottom:10px}.module-story h3{grid-column:1;grid-row:2/4;font-size:31px;margin-bottom:8px;max-width:360px}
 .module-story>p:not(.eyebrow){grid-column:2;grid-row:1/4;font-size:13px}.module-points{grid-column:2;margin:12px 0 0;gap:7px}.module-points li{font-size:11px}.module-story>.text-link{grid-column:1;grid-row:4/6;align-self:start;margin-top:4px;font-size:12px}
 .workspace-sidebar{display:flex}.workspace-body{grid-template-columns:128px minmax(0,1fr);min-height:437px}
 .module-tabs{margin-bottom:26px}.module-tabs button{font-size:11px;padding-inline:7px;gap:6px}.module-tabs button .icon{width:17px;height:17px}
 .team-grid{gap:13px}.team-card{padding:22px 19px 18px}.team-card h3{font-size:21px}.team-role{font-size:10px}.team-card>p:not(.team-role){font-size:12px}.team-card-footer{font-size:9px;gap:7px}.team-card-footer .icon{width:14px;height:14px}
 .team-takeaway{gap:13px}.team-takeaway strong{font-size:12px}.team-takeaway p>span{font-size:10px}.team-takeaway a{font-size:10px;gap:8px}
 .security-heading{gap:42px}.security-heading h2{font-size:37px}.security-heading .eyebrow{font-size:10px}.security-heading>div:last-child>p{font-size:13px}.security-review-link{font-size:11px;gap:10px}
 .security-card>p{font-size:13px}.security-card h3{font-size:24px}.security-state{font-size:7px}
 .it-conversation{gap:12px 18px}.it-conversation>a{margin-left:0}
 .deployment-grid{gap:18px}.deployment-card{display:block;padding:24px}.deployment-icon{margin-bottom:22px}.deployment-card h3{font-size:24px}.deployment-foot{font-size:10px}
 .faq-layout{gap:39px;grid-template-columns:.9fr 1.25fr}.faq-heading h2{font-size:33px}.faq-item>summary{font-size:12px;padding-block:20px}.faq-answer{font-size:12px}.faq-heading>p:not(.eyebrow){font-size:13px}
 .contact-inner{gap:37px;grid-template-columns:1.1fr .9fr}.contact-section h2{font-size:46px}.contact-inner>div>p:not(.eyebrow):not(.contact-demo-note){font-size:13px}.contact-card{padding:24px}.contact-card h3{font-size:23px}.contact-email{font-size:13px}.contact-card>p:not(.contact-card-kicker){font-size:12px}
 .contact-card-kicker{font-size:8px}.contact-company{font-size:8px}.footer-main{grid-template-columns:1fr 1fr;gap:30px 45px}.footer-brand .brand-type small{font-size:7px}
 .footer-bottom{align-items:flex-start;font-size:9px}.simple-nav{gap:15px}.simple-nav>.button{font-size:12px}
}
/* Phone: readable content, wrapping controls, no sideways swipe required. */
@media(max-width:699px){
 :root{--header-height:73px}
 .container{width:calc(100% - 40px)}
 .section-pad{padding-block:59px}
 .brand>img{width:36px;height:36px}.brand-type strong{font-size:25px}.brand-type small{font-size:7px}.brand{gap:9px}
 .hero-grid{grid-template-columns:minmax(0,1fr);padding-block:46px 30px;gap:39px}
 .hero h1{font-size:clamp(52px,12vw,71px)}.hero .eyebrow{font-size:9px;letter-spacing:.075em;gap:10px;margin-bottom:23px}.hero-lede{font-size:15px;line-height:1.85;max-width:490px}
 .hero-actions{gap:10px;margin-top:25px}.hero-actions .button{font-size:12px;min-height:49px;padding-inline:16px}
 .hero-reassurance{font-size:11px;gap:14px 22px;margin-top:23px}
 .scene-top{font-size:9px;margin-bottom:15px}.scene-top>span:last-child{display:none}
 .scene-roles{gap:8px}.scene-roles>div{padding:15px 7px}.scene-roles strong{font-size:12px}.scene-roles span{font-size:10px}.scene-roles .icon{width:25px;height:25px;margin-bottom:9px}
 .scene-connectors{height:22px}.shared-card-top{padding:14px 18px}.shared-mark{font-size:14px}.shared-mark img{width:25px;height:25px}.workspace-pill{font-size:7px}
 .shared-card-heading{padding:21px 20px 12px}.shared-card-heading>p{font-size:8px}.shared-card-heading h2{font-size:28px}
 .shared-event{gap:11px;padding:11px 20px}.shared-event>.avatar{width:31px;height:31px;font-size:9px}.shared-event strong{font-size:11px}.shared-event div>span{font-size:10px}
 .shared-bottom{font-size:10px;padding:13px 15px}.shared-bottom .icon{width:15px;height:15px}.scene-caption{font-size:9px}
 .hero-bottom{font-size:8px;gap:15px 12px;padding-block:20px 27px;letter-spacing:.025em}.hero-image-note{right:20px}
 .section-heading{display:block;margin-bottom:27px}.section-heading .eyebrow{font-size:9px;margin-bottom:15px}.section-heading h2{font-size:35px;line-height:1.12}.section-heading>p{font-size:14px;line-height:1.85;margin-top:21px;max-width:500px}
 .module-tabs{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:25px;padding-bottom:15px;justify-content:flex-start}
 .module-tabs button{font-size:11px;min-height:44px;gap:7px;padding:9px 11px;background:#e9eee7;border-color:#dce4d7;flex:1 1 auto}
 .module-tabs button .icon{width:17px;height:17px}
 .module-story{display:block}.module-story .eyebrow{font-size:9px;margin-bottom:13px}.module-story h3{font-size:30px;max-width:440px;margin-bottom:16px}.module-story>p:not(.eyebrow){font-size:14px;line-height:1.9;max-width:530px}
 .module-points{margin:20px 0 10px;gap:10px}.module-points li{font-size:12px}.module-story>.text-link{font-size:13px;margin-top:0}
 .module-panel{gap:21px}.workspace-sidebar{display:none}.workspace-body{grid-template-columns:minmax(0,1fr);min-height:0}
 .workspace-chrome{padding:13px 15px;gap:8px}.workspace-chrome>span:first-child{font-size:13px}.workspace-chrome img{width:22px;height:22px}.workspace-project{font-size:9px}.sample-tag{font-size:6px;padding:3px 4px}
 .workspace-content{padding:20px 16px 15px}.sample-heading{gap:10px}.sample-heading h4{font-size:19px}.sample-kicker{font-size:7px}.sample-heading>.status{font-size:8px;padding:4px 6px}
 .sample-meta{font-size:9px;gap:6px 10px;margin-bottom:17px}.sample-meta>span+span{padding-left:10px}
 .handover-layout{grid-template-columns:minmax(0,1fr);gap:13px}
 .handover-layout .record-row{flex-wrap:nowrap;padding:12px}.handover-layout .record-copy{flex:1}.handover-layout .record-row>.status{margin:0;padding:3px 6px;font-size:8px}
 .record-copy strong{font-size:10px}.record-copy>span{font-size:9px}.record-icon{width:28px;height:28px}.record-icon .icon{width:16px;height:16px}.record-row{gap:8px;padding:11px 12px}.record-row .status{font-size:8px}
 .review-card{display:grid;grid-template-columns:1fr 1fr;padding-bottom:0}.review-card>.sample-label{grid-column:1/-1;padding:11px 12px 4px}.person{padding:9px 12px 12px;gap:8px}.person strong{font-size:9px}.person small{font-size:8px}.person .avatar{width:26px;height:26px;font-size:8px}.review-note{grid-column:1/-1;padding:11px 12px;margin-top:0;font-size:9px;align-items:center}
 .sample-footer{font-size:9px;line-height:1.8;padding-top:16px}.sample-footer>span{display:none}
 .asset-overview{grid-template-columns:1fr 1fr;gap:10px;padding:11px 12px}.asset-overview strong{font-size:10px}.asset-overview span{font-size:7px}.record-links{gap:6px}.record-links>span{font-size:8px;padding:4px 6px;gap:5px}.record-links .icon{width:12px;height:12px}
 .readiness-grid{gap:10px}.readiness-grid>div{padding:14px 12px}.readiness-grid strong{font-size:12px}.readiness-grid div>span:not(.status):not(.readiness-icon){font-size:9px}.readiness-grid p{font-size:7px}.readiness-grid .status{font-size:8px}.readiness-icon .icon{width:23px;height:23px}
 .log-row{grid-template-columns:38px minmax(0,1fr) 39px;gap:10px;padding:13px 12px;font-size:10px}.log-head{font-size:7px}.planning-pair{gap:10px}.planning-pair>div{gap:8px;padding:11px 10px}.planning-pair .icon{width:18px;height:18px}.planning-pair strong{font-size:9px}.planning-pair small{font-size:8px}
 .illustration-note{text-align:left;font-size:10px;line-height:1.85;margin-top:14px}
 .capability-directory{margin-top:25px}.capability-directory>summary{padding:16px;font-size:12px;gap:12px;min-height:60px}.capability-directory>summary>span{gap:9px}.capability-directory>summary .icon{width:18px;height:18px}.directory-hint{font-size:0;gap:0!important}
 .capability-grid{grid-template-columns:1fr;padding:23px 18px;gap:23px}.capability-grid h4{font-size:13px}.capability-grid p{font-size:12px}.directory-note{padding:0 18px 22px;font-size:11px}
 .team-grid{grid-template-columns:minmax(0,1fr);gap:16px}.team-card{padding:24px 25px 20px}.team-card-top{margin-bottom:17px}.team-role{font-size:11px}.team-card h3{font-size:26px;margin-bottom:16px;max-width:400px}.team-card>p:not(.team-role){font-size:13px;margin-bottom:21px}.team-card-footer{font-size:11px}
 .team-takeaway{flex-wrap:wrap;align-items:flex-start;gap:13px;padding-top:23px;margin-top:27px}.team-takeaway>.icon{width:25px;height:25px;margin-top:4px}.team-takeaway p{flex:1 1 calc(100% - 44px)}.team-takeaway strong{font-size:13px}.team-takeaway p>span{font-size:11px;margin-top:6px}.team-takeaway>a{margin-left:38px;font-size:12px}
 .security-heading{grid-template-columns:1fr;gap:25px;margin-bottom:29px}.security-heading h2{font-size:39px}.security-heading .eyebrow{font-size:10px;margin-bottom:17px}.security-heading>div:last-child>p{font-size:14px}.security-review-link{font-size:12px;margin-top:10px}
 .security-grid{grid-template-columns:minmax(0,1fr);gap:16px}.security-card{padding:25px}.security-card-top{margin-bottom:21px;gap:12px}.security-card h3{font-size:25px;margin-bottom:15px}.security-card>p{font-size:14px;margin-bottom:21px}.security-state{font-size:7px}.security-card-foot{font-size:10px}
 .security-note{padding:18px;gap:11px;margin-top:21px}.security-note p{font-size:11px;line-height:1.9}.security-note>.icon{width:18px;height:18px}
 .it-conversation{display:block;margin-top:26px;padding-top:21px}.it-conversation>span{font-size:9px}.it-conversation>p{font-size:11px;gap:8px 11px;margin-top:13px}.it-conversation>a{font-size:12px;margin-top:11px}
 .deployment-grid{grid-template-columns:minmax(0,1fr);gap:18px}.deployment-card{padding:26px}.deployment-icon{width:43px;height:43px;margin-bottom:20px}.deployment-card h3{font-size:26px}.deployment-card p:not(.eyebrow){font-size:14px}.deployment-foot{font-size:11px;line-height:1.8}.deployment-clarifier{text-align:left;font-size:11px;margin-top:21px}
 .faq-layout{grid-template-columns:minmax(0,1fr);gap:28px}.faq-heading h2{font-size:35px}.faq-heading .eyebrow{font-size:9px}.faq-heading>p:not(.eyebrow){font-size:14px;margin-top:18px}.faq-heading .text-link{margin-top:10px}.faq-item>summary{font-size:13px;gap:14px;padding-block:21px}.faq-item>summary .icon{width:18px;height:18px}.faq-answer{font-size:13px;padding-right:10px}
 .contact-inner{grid-template-columns:minmax(0,1fr);gap:32px;padding-block:58px}.contact-section .eyebrow{font-size:9px}.contact-section h2{font-size:47px}.contact-inner>div>p:not(.eyebrow):not(.contact-demo-note){font-size:14px;line-height:1.9}.contact-actions .button{font-size:12px;min-height:49px;padding-inline:15px}.contact-demo-note{font-size:10px}.contact-card{padding:26px}.contact-card h3{font-size:27px}.contact-card>p:not(.contact-card-kicker){font-size:13px}.contact-email{font-size:16px}.contact-card-kicker{font-size:9px}.contact-company{font-size:9px}
 .footer-main{grid-template-columns:1fr 1fr;gap:28px 23px;padding-block:38px 32px}.footer-brand{grid-column:1/-1}.footer-main>.footer-column:last-child{grid-column:1/-1}.footer-brand>p{font-size:12px}.footer-column h2{font-size:12px}.footer-column>a{font-size:12px;min-height:34px}.footer-bottom{display:block;font-size:9px;line-height:1.9}.footer-bottom>span{display:block}.footer-bottom>span+span{margin-top:8px}
 .simple-nav{gap:12px;padding-bottom:14px;flex-wrap:wrap}.simple-nav>a:not(.button){font-size:12px}.text-page{padding-block:49px}.text-page h1{font-size:40px}.page-lede{font-size:16px}.text-page h2{font-size:23px}.text-page section p{font-size:14px}.simple-footer>div{font-size:11px}.not-found h1{font-size:48px}
}
@media(max-width:359px){
 .container{width:calc(100% - 32px)}
 .hero .eyebrow{font-size:8px;gap:7px;letter-spacing:.055em}.hero h1{font-size:51px}.hero-actions{gap:9px}.hero-actions .button{font-size:11px;padding-inline:12px;gap:10px}.hero-reassurance{font-size:10px;gap:12px}
 .scene-top{font-size:8px}.scene-roles strong{font-size:10px}.scene-roles span{font-size:9px}.scene-roles>div{padding-inline:5px}
 .shared-card-top{padding-inline:15px}.workspace-pill{font-size:6px}.shared-card-heading{padding-inline:16px}.shared-card-heading h2{font-size:26px}.shared-event{padding-inline:15px;gap:9px}.shared-event strong{font-size:10px}.shared-event div>span{font-size:9px}.shared-bottom{font-size:9px;padding-inline:10px}
 .hero-bottom{font-size:7px;gap:15px 8px}.hero-bottom>a{gap:7px}.hero-bottom .icon{width:13px;height:13px}
 .section-heading h2{font-size:31px}.module-tabs button{font-size:10px;padding-inline:9px}.module-story h3{font-size:28px}
 .workspace-content{padding:17px 12px 14px}.workspace-chrome{padding-inline:12px;gap:7px}.workspace-chrome>span:first-child{font-size:12px;gap:6px}.workspace-project{font-size:8px}.sample-tag{font-size:5px}
 .sample-heading{gap:7px}.sample-heading h4{font-size:17px}.sample-heading>.status{font-size:7px;padding:3px 5px}.sample-kicker{font-size:6.5px}
 .handover-layout .record-row{flex-wrap:wrap;padding:10px}.handover-layout .record-copy{flex-basis:calc(100% - 42px)}.handover-layout .record-row>.status{margin-left:36px}.record-row{flex-wrap:wrap;padding:10px}.record-copy{flex-basis:calc(100% - 40px)}.record-row>.status{margin-left:36px}.record-links{gap:5px}.record-links>span{font-size:7px;padding-inline:5px}
 .person{padding-inline:9px;gap:6px}.person .avatar{width:23px;height:23px;font-size:7px}.person strong{font-size:8px}.person small{font-size:7px}
 .readiness-grid{gap:8px}.readiness-grid>div{padding:12px 10px}.readiness-grid strong{font-size:11px}.readiness-grid div>span:not(.status):not(.readiness-icon){font-size:8px}
 .planning-pair{gap:8px}.planning-pair>div{padding:10px 8px;gap:6px}.planning-pair .icon{width:15px;height:15px}.planning-pair strong{font-size:8px}.planning-pair small{font-size:7px}
 .team-card{padding-inline:22px}.security-heading h2{font-size:34px}.security-card{padding:23px}.security-state{font-size:6.5px}.security-card h3{font-size:24px}.security-note{padding:16px;gap:9px}
 .contact-section h2{font-size:43px}.contact-actions .button{font-size:11px;padding-inline:12px;gap:10px}.contact-card{padding:23px}.contact-email{font-size:14px}.contact-card-kicker{font-size:8px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.button:hover{transform:none}}
@media print{
 .site-header{position:static}.hero-photo,.hero-shade,.menu-toggle,.hero-actions,.contact-actions,.copy-row{display:none!important}
 body{background:white;color:#111;font-size:11pt}.container{width:100%}.hero,.security-section,.contact-section{background:white;color:#111}.hero h1>span,.security-heading h2>span{color:#111}
 .section-pad{padding-block:24px}.hero-grid{padding-block:20px}.hero-lede,.security-heading>div:last-child>p,.security-card>p,.contact-inner>div>p{color:#333}
 .site-footer{break-inside:avoid}.security-grid,.team-grid{grid-template-columns:1fr 1fr}.module-tabs{display:none}.module-panel{break-inside:avoid}.security-card{background:#f4f4f4;border-color:#ccc}.security-state,.security-card-foot{color:#333}
}

/* Website 2.3.0: inventory and manifests are primary, not hidden under assets. */
.site-nav{gap:22px}
.stock-scene{min-width:0}
.stock-preview-heading{padding:22px 24px 13px}
.stock-preview-heading>p{font-size:9px;color:#587267;letter-spacing:.07em;font-weight:650;margin-bottom:10px}
.stock-preview-heading h2{font-size:25px;line-height:1.2;letter-spacing:-.035em}
.stock-preview-rows{padding:0 24px}
.stock-preview-row{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #e0e9e3}
.stock-preview-row:last-child{border:0}
.stock-preview-row>div{flex:1;min-width:0}
.stock-preview-row strong{display:block;font-size:12px;font-weight:650;line-height:1.6}
.stock-preview-row small{display:block;color:#62766b;font-size:10px;line-height:1.6}
.hero-manifest{margin:9px 17px 0;padding:16px 17px;background:#edf4f0;border:1px solid #d8e5dd;border-radius:8px}
.hero-manifest-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}
.hero-manifest-heading>span:first-child{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;letter-spacing:.03em}
.hero-manifest-heading .icon{width:17px;height:17px}
.hero-manifest>p{font-size:17px;font-weight:650;line-height:1.5;margin-top:12px;letter-spacing:-.02em}
.hero-manifest>p>span{color:#527967;padding:0 12px}
.manifest-people{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:14px}
.manifest-people>span{display:flex;gap:8px;align-items:center;min-width:0}
.manifest-people .avatar{width:28px;height:28px;font-size:8px}
.manifest-people strong{display:block;font-size:9px;line-height:1.6;font-weight:650}
.manifest-people small{display:block;font-size:9px;line-height:1.6;color:#5f7667}
.stock-preview .shared-bottom{font-size:10px;justify-content:flex-start;padding-left:24px}
.core-section{background:#fff;padding-block:64px 70px;border-bottom:1px solid var(--line)}
.core-intro{display:grid;grid-template-columns:1.5fr 1fr;gap:0 60px;align-items:end;margin-bottom:30px}
.core-intro>.eyebrow{grid-column:1/-1;margin-bottom:14px}
.core-intro h2{font-size:38px;line-height:1.12}
.core-intro>p:last-child{font-size:14px;line-height:1.85;color:var(--muted);max-width:430px}
.core-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.core-card{min-width:0;display:flex;flex-direction:column;background:#f1f6f2;border:1px solid #d8e4db;border-radius:11px;padding:29px 32px 20px;scroll-margin-top:110px}
.core-card-manifest{background:#f0f5f8;border-color:#d9e4e9}
.core-card-top{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:750;letter-spacing:.1em;color:#32614b;margin-bottom:18px}
.core-card-top>span:first-child{display:flex;gap:10px;align-items:center}
.core-card-top>span:last-child{color:#71877c;font-weight:450}
.core-card-top .icon{width:24px;height:24px}
.core-card h3{font-size:29px;line-height:1.16;margin-bottom:17px;letter-spacing:-.035em}
.core-card>p{font-size:13px;line-height:1.85;color:#546d60}
.core-card-manifest>p{color:#536c79}
.core-tags{display:flex;flex-wrap:wrap;gap:7px;margin-block:21px 17px}
.core-tags>span{font-size:10px;line-height:1.5;background:#ffffffad;color:#3f6450;border:1px solid #d8e4da;border-radius:4px;padding:6px 9px}
.core-card-manifest .core-tags>span{color:#3b6076;border-color:#d8e2e9}
.core-card .core-footnote{font-size:11px;line-height:1.8;margin-top:auto;padding-top:3px}
.core-card .text-link{font-size:12px;margin-top:9px;align-self:flex-start}
.module-tabs button{font-size:13px;padding-inline:9px;gap:8px}
.module-tabs button .icon{width:20px;height:20px}
.inventory-list{border:1px solid #dbe5dd;border-radius:7px;background:white;overflow:hidden}
.inventory-table-head,.inventory-item-row{display:grid;grid-template-columns:1.23fr 1fr .64fr;gap:13px;padding:12px 14px;align-items:start}
.inventory-table-head{font-size:7px;font-weight:700;letter-spacing:.055em;background:#edf3ef;color:#5b7565}
.inventory-item-row{border-top:1px solid #e5ece6}
.inventory-item-row>div{min-width:0}
.inventory-item-row strong{display:block;font-size:10px;font-weight:650;line-height:1.6}
.inventory-item-row small{display:block;font-size:9px;line-height:1.6;color:#657d6b;margin-top:3px}
.inventory-item-row strong>.icon{width:13px;height:13px;margin-right:3px}
.inventory-item-row .status{font-size:8px;padding:3px 6px}
.inventory-item-row.is-box{background:#f5f9f5}
.box-contents{padding:12px 14px;border:1px solid #dce7dd;border-radius:6px;background:#eef4ef;margin-top:12px}
.box-contents>span{font-size:8px;font-weight:700;letter-spacing:.04em;display:flex;align-items:center;gap:6px;color:#41654d}
.box-contents .icon{width:13px;height:13px}
.box-contents>p{font-size:10px;line-height:1.8;margin-top:5px;color:#566f5d}
.inventory-record-links{display:flex;flex-wrap:wrap;gap:8px 13px;margin-top:14px}
.inventory-record-links>span{display:flex;align-items:center;gap:5px;font-size:9px;color:#476b53}
.inventory-record-links .icon{width:13px;height:13px}
.manifest-route{display:grid;grid-template-columns:1fr 26px 1fr;gap:13px;align-items:center;padding:13px 16px;border:1px solid #dce7df;border-radius:7px;background:#eef4f0;margin-bottom:13px}
.manifest-route>div>span{font-size:7px;letter-spacing:.08em;font-weight:700;color:#64816d;display:block;margin-bottom:5px}
.manifest-route strong{font-size:13px;line-height:1.6;display:flex;align-items:center;gap:7px}
.manifest-route strong .icon{width:18px;height:18px;color:#53745e}
.manifest-route>.icon{width:20px;height:20px;color:#5e7c69}
.manifest-checkpoints{display:grid;grid-template-columns:1fr 1fr 1.1fr;gap:10px;margin-bottom:15px}
.manifest-checkpoints>div{min-width:0;display:flex;gap:6px;align-items:flex-start;color:#4c7558;padding:10px 9px;border:1px solid #dfe8df;border-radius:6px;background:#f8fbf8}
.manifest-checkpoints .icon{width:14px;height:14px;margin-top:1px}
.manifest-checkpoints strong{display:block;font-size:9px;line-height:1.5;font-weight:650}
.manifest-checkpoints small{display:block;font-size:8px;line-height:1.6;color:#69816d;margin-top:3px}
.manifest-checkpoints .placement-open{border-color:#e8dfbf;background:#faf6e9;color:#795a1b}
.manifest-checkpoints .placement-open small{color:#7e714f}
.manifest-lines{border:1px solid #dce7df;border-radius:7px;overflow:hidden;background:white}
.manifest-document{display:flex;align-items:center;gap:9px;padding:12px 13px;margin-top:12px;border:1px solid #dbe6e2;background:#edf4f5;border-radius:6px;color:#496d76}
.manifest-document>.icon{width:22px;height:22px}
.manifest-document strong{display:block;font-size:10px;line-height:1.6;font-weight:650}
.manifest-document small{display:block;font-size:9px;line-height:1.6;color:#658087}
.document-state{font-size:8px;margin-left:auto;color:#52747b}
#teams .section-heading h2{font-size:40px}
@media(max-width:1199px){
 .site-nav{gap:15px}.site-nav>a:not(.button){font-size:12px}
 .stock-preview-heading{padding:19px 20px 12px}.stock-preview-heading h2{font-size:23px}
 .stock-preview-rows{padding-inline:20px}.stock-preview-row{gap:9px}.stock-preview-row strong{font-size:11px}.stock-preview-row small{font-size:9px}
 .hero-manifest{padding:13px;margin-inline:13px}.hero-manifest-heading>span:first-child{font-size:9px}.hero-manifest-heading .status{font-size:8px}.manifest-people{gap:9px}
 .stock-preview .shared-bottom{padding-left:20px;font-size:9px}.core-card{padding:26px 25px 18px}.core-card h3{font-size:27px}
 .module-tabs button{font-size:12px;gap:7px}.module-tabs button .icon{width:18px;height:18px}
 #teams .section-heading h2{font-size:36px}
}
@media(min-width:700px) and (max-width:959px){
 .stock-preview-heading{padding:17px 15px 9px}.stock-preview-heading>p{font-size:7px}.stock-preview-heading h2{font-size:20px}
 .stock-preview-rows{padding-inline:15px}.stock-preview-row{gap:7px;padding-block:10px}.stock-preview-row .record-icon{width:25px;height:25px}.stock-preview-row strong{font-size:10px}.stock-preview-row small{font-size:8px}.stock-preview-row .status{font-size:7px;padding:3px 5px}
 .hero-manifest{padding:12px;margin-inline:10px}.hero-manifest-heading{gap:5px}.hero-manifest-heading>span:first-child{font-size:8px}.hero-manifest-heading .icon{width:14px;height:14px}.hero-manifest-heading .status{font-size:7px;padding:3px 5px}
 .hero-manifest>p{font-size:15px}.manifest-people{gap:6px}.manifest-people .avatar{display:none}.manifest-people strong,.manifest-people small{font-size:8px}.stock-preview .shared-bottom{font-size:8px;padding-inline:14px}
 .core-intro{gap:0 30px}.core-intro h2{font-size:32px}.core-intro>p:last-child{font-size:13px}.core-grid{gap:18px}.core-card{padding:22px 21px 16px}.core-card h3{font-size:24px}.core-card>p{font-size:12px}.core-tags{gap:6px}.core-tags>span{font-size:9px;padding-inline:7px}
 .module-tabs button{font-size:10px;gap:5px;padding-inline:6px}.module-tabs button .icon{width:16px;height:16px}
}
@media(max-width:699px){
 .hero h1{font-size:clamp(51px,12.5vw,71px)}
 .stock-preview-heading{padding:20px 20px 12px}.stock-preview-heading h2{font-size:25px}.stock-preview-heading>p{font-size:8px}
 .stock-preview-row{gap:9px}.stock-preview-row strong{font-size:11px}.stock-preview-row small{font-size:9px}.stock-preview-row .status{font-size:8px;padding-inline:6px}
 .hero-manifest{margin:9px 14px 0;padding:14px}.hero-manifest-heading>span:first-child{font-size:9px}.hero-manifest-heading .status{font-size:8px}.hero-manifest>p{font-size:17px}
 .manifest-people{gap:12px}.manifest-people strong,.manifest-people small{font-size:8px}.manifest-people .avatar{width:25px;height:25px;font-size:7px}
 .core-section{padding-block:45px 50px}.core-intro{display:block;margin-bottom:24px}.core-intro h2{font-size:32px}.core-intro>p:last-child{font-size:14px;line-height:1.8;margin-top:17px}.core-grid{grid-template-columns:1fr;gap:18px}.core-card{padding:26px 25px 18px}.core-card h3{font-size:27px}.core-card>p{font-size:13px}.core-card .core-footnote{font-size:11px}.core-tags>span{font-size:10px}
 .module-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.module-tabs button{font-size:12px;gap:8px;min-height:45px}.module-tabs button .icon{width:18px;height:18px}
 .inventory-table-head{display:none}
 .inventory-item-row{grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:14px}
 .inventory-item-row:first-of-type{border-top:0}
 .inventory-item-row>div:first-child{grid-column:1;grid-row:1}.inventory-item-row>div:nth-child(2){grid-column:1;grid-row:2}.inventory-item-row>div:last-child{grid-column:2;grid-row:1/3;align-self:center;text-align:right}
 .inventory-item-row strong{font-size:11px}.inventory-item-row small{font-size:9px}.inventory-item-row>div:nth-child(2)>strong{font-size:10px;color:#5e7967;font-weight:500}.inventory-item-row>div:nth-child(2)>small{font-size:8px}.inventory-item-row .status{font-size:8px}
 .box-contents{padding:12px}.box-contents>p{font-size:10px}.inventory-record-links{gap:9px 12px}.inventory-record-links>span{font-size:9px}
 #panel-inventory .sample-heading,#panel-manifests .sample-heading{flex-wrap:wrap;gap:9px}
 .manifest-route{gap:10px;padding:12px}.manifest-route strong{font-size:12px;gap:6px}.manifest-route strong .icon{width:16px;height:16px}.manifest-route>div>span{font-size:7px}
 .manifest-checkpoints{gap:7px}.manifest-checkpoints>div{display:block;padding:10px 9px}.manifest-checkpoints .icon{width:14px;height:14px;margin-bottom:4px}.manifest-checkpoints strong{font-size:9px}.manifest-checkpoints small{font-size:8px}
 .manifest-lines .record-row{flex-wrap:wrap;gap:8px;padding:12px}.manifest-lines .record-copy{flex-basis:calc(100% - 40px)}.manifest-lines .record-row>.status{margin-left:39px}
 #panel-manifests .sample-footer,#panel-inventory .sample-footer{flex-wrap:wrap;font-size:9px}#panel-manifests .sample-footer>span,#panel-inventory .sample-footer>span{display:none}
 #teams .section-heading h2{font-size:34px}
}
@media(max-width:359px){
 .stock-preview-heading,.stock-preview-rows{padding-inline:15px}.stock-preview-heading h2{font-size:22px}.stock-preview-row .record-icon{display:none}.stock-preview-row strong{font-size:10px}.stock-preview-row small{font-size:8px}
 .hero-manifest{padding:12px;margin-inline:10px}.hero-manifest-heading{flex-wrap:wrap;gap:7px}.hero-manifest>p{font-size:16px}.manifest-people .avatar{display:none}
 .core-card{padding-inline:21px}.core-card h3{font-size:25px}.core-tags>span{font-size:9px}.core-intro h2{font-size:30px}
 .module-tabs button{font-size:11px;padding-inline:7px}
}

/* 2.3.0 — whole-platform positioning. Six connected areas, one shared foundation. */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:64px;padding-block:68px 54px}
.hero h1{font-size:clamp(43px,4.6vw,66px);line-height:1.07;letter-spacing:-.05em}
.hero .eyebrow{font-size:10px;letter-spacing:.10em;line-height:1.6}
.hero-lede{max-width:500px;line-height:1.8;margin-top:23px}
.operation-scene{min-width:0}
.operation-board-heading{padding:24px 25px 19px}
.operation-board-heading>p{font-size:9px;letter-spacing:.08em;color:#5f776e;font-weight:650;margin-bottom:12px}
.operation-board-heading h2{font-size:26px;letter-spacing:-.03em;line-height:1.2}
.operation-domains{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 18px 20px}
.operation-domain{display:flex;align-items:flex-start;gap:9px;padding:15px 11px 14px;border:1px solid #dbe6df;border-radius:8px;background:#f0f5f0;min-width:0;transition:background .15s,border-color .15s}
.operation-domain:hover{background:#e1eee5;border-color:#8daf9f}
.operation-domain>.icon:first-child{color:#347365;width:21px;height:21px;flex-shrink:0;margin-top:1px}
.operation-domain>span{min-width:0;flex:1}
.operation-domain strong{display:block;font-size:12px;line-height:1.4;font-weight:650;letter-spacing:-.01em}
.operation-domain small{display:block;font-size:10px;line-height:1.6;color:#5f7569;margin-top:5px}
.operation-domain>.icon:last-child{width:13px;height:13px;flex-shrink:0;color:#66897a;margin-top:3px}
.operation-people{display:flex;align-items:center;gap:13px;background:#e9f2ec;border-top:1px solid #d9e5dd;padding:15px 24px}
.operation-avatars{display:flex;flex-shrink:0;padding-left:2px}
.operation-avatars .avatar{width:27px;height:27px;font-size:8px;margin-left:-3px;border:2px solid #e9f2ec}
.operation-people strong{font-size:10px;display:block;line-height:1.6}
.operation-people>div>span{font-size:10px;color:#58746a;line-height:1.6}
.scope-section{background:#fff;border-bottom:1px solid var(--line);padding-block:68px}
.scope-section .section-heading{margin-bottom:30px}
.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.scope-card{position:relative;min-width:0;display:flex;flex-direction:column;border:1px solid #dce5df;border-radius:10px;padding:24px 24px 16px;background:#f5f8f3;scroll-margin-top:calc(var(--header-height) + 22px)}
.scope-card:nth-child(1),.scope-card:nth-child(2){background:#edf5f0;border-color:#d0e0d6}
.scope-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.scope-icon{display:flex;align-items:center;color:#327365}
.scope-icon .icon{width:26px;height:26px}
.scope-card-top>span:last-child{font-size:10px;color:#6a8375;letter-spacing:.09em}
.scope-card h3{font-size:20px;letter-spacing:-.025em;line-height:1.25;margin-bottom:11px}
.scope-card>p{font-size:13px;color:#52685e;line-height:1.7;margin-bottom:14px}
.scope-card>.scope-modules{font-size:11px;line-height:1.8;color:#305f4f;font-weight:550;margin-top:auto;min-height:39px}
.scope-link{display:flex;justify-content:space-between;align-items:center;gap:14px;border-top:1px solid #d7e2d9;padding-block:12px 2px;min-height:44px;font-size:11px;font-weight:600;color:#295e4f}
.scope-link .icon{width:16px;height:16px;flex-shrink:0}
.scope-link:hover{text-decoration:underline;text-underline-offset:3px}
.scope-foundation{margin-top:23px;padding:20px 0 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:11px 24px;border-top:1px solid #dce5df}
.scope-foundation>span{display:flex;gap:9px;align-items:center;font-size:9px;letter-spacing:.05em;font-weight:650;color:#386553}
.scope-foundation .icon{width:18px;height:18px;flex-shrink:0}
.scope-foundation p{font-size:11px;color:#5b7065;line-height:1.8}
.scope-foundation i{font-style:normal;color:#7f9586;padding-inline:6px}
.scope-foundation>a{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#305f4f;min-height:36px}
.module-tabs{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}
.module-tabs button{font-size:12px;gap:6px;padding-inline:7px;min-height:57px;line-height:1.4}
.module-tabs button .icon{height:18px;width:18px;flex-shrink:0}
#panel-overview .workspace-body{min-height:437px}
#panel-overview .workspace-content{padding:25px 24px 19px}
#panel-overview .workspace-nav-item{font-size:10px;gap:7px}
#panel-overview .workspace-sidebar{padding-inline:13px}
#panel-overview .workspace-nav-item .icon{width:15px;height:15px;flex-shrink:0}
.overview-context{display:flex;flex-wrap:wrap;align-items:center;gap:9px 18px;color:#6a7b72;font-size:10px;padding-bottom:15px;border-bottom:1px solid #e0e8e1;margin-bottom:3px}
.overview-context span+span::before{content:'·';margin-right:12px;color:#739084}
.overview-record{display:flex;align-items:center;gap:11px;padding:14px 0;border-bottom:1px solid #e1e8e3;min-width:0}
.overview-record>.icon{width:20px;height:20px;color:#4f7b68;flex-shrink:0}
.overview-record>div{flex:1;min-width:0}
.overview-record strong{display:block;font-size:12px;font-weight:650;line-height:1.4}
.overview-record>div>span{display:block;font-size:10px;color:#61786c;line-height:1.6;margin-top:3px}
.overview-record small{display:block;font-size:9px;line-height:1.5;color:#537a68;margin-top:4px}
.overview-bottom{padding-top:15px}
.overview-bottom strong{display:block;font-size:10px;font-weight:550;color:#3d6856;line-height:1.6}
.overview-bottom span{display:block;font-size:9px;color:#6f8276;line-height:1.7;margin-top:4px}
.team-card-footer{font-size:10px;letter-spacing:0}
@media(max-width:1199px){
 .hero-grid{gap:34px}.hero .eyebrow{font-size:9px;letter-spacing:.07em}.hero h1{font-size:clamp(42px,4.6vw,59px)}
 .operation-board-heading{padding:22px 22px 17px}.operation-domains{padding-inline:13px;gap:7px}.operation-domain{padding:13px 9px;gap:7px}
 .operation-domain strong{font-size:11px}.operation-domain small{font-size:9px}.operation-domain>.icon:last-child{display:none}
 .scope-card{padding:22px 20px 15px}.scope-card h3{font-size:19px}
 .module-tabs button{font-size:10px;gap:5px;padding-inline:5px}.module-tabs button .icon{width:16px;height:16px}
 #panel-overview .workspace-content{padding-inline:19px}
}
@media(min-width:700px) and (max-width:959px){
 .hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:27px;padding-block:45px}.hero h1{font-size:41px}.hero-lede{font-size:14px}
 .hero-actions .button{font-size:11px;padding-inline:14px}.operation-board-heading h2{font-size:23px}.operation-board .workspace-pill{font-size:6px}
 .operation-domains{gap:7px;padding-inline:10px;padding-bottom:14px}.operation-domain{padding:11px 8px;gap:7px}.operation-domain>.icon:first-child{width:16px;height:16px}.operation-domain strong{font-size:10px}.operation-domain small{font-size:9px}
 .operation-people{padding:12px 15px;gap:8px}.operation-people strong{font-size:9px}.operation-people>div>span{font-size:9px}
 .scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scope-card h3{font-size:20px}
 .module-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.module-tabs button{font-size:12px}
 #panel-overview .workspace-body{min-height:420px}
}
@media(max-width:699px){
 .hero-grid{display:grid;grid-template-columns:minmax(0,1fr);padding-block:44px 31px;gap:34px}
 .hero h1{font-size:clamp(39px,9.8vw,60px);line-height:1.06}.hero .eyebrow{font-size:8px;letter-spacing:.055em;gap:8px}.hero .eyebrow-line{width:17px}
 .hero-lede{font-size:14px;line-height:1.8;margin-top:21px}.hero-reassurance{margin-top:21px}
 .operation-board-heading{padding:21px 20px 17px}.operation-board-heading h2{font-size:25px}.operation-board-heading>p{font-size:8px}
 .operation-board .shared-card-top{padding:12px 17px}.operation-board .workspace-pill{font-size:7px}
 .operation-domains{padding:0 13px 16px;gap:8px}.operation-domain{padding:14px 10px;gap:7px}.operation-domain strong{font-size:11px}.operation-domain small{font-size:9px}.operation-domain>.icon:first-child{width:18px;height:18px}.operation-domain>.icon:last-child{display:none}
 .operation-people{padding:14px 18px;gap:10px}.operation-people strong{font-size:9px}.operation-people>div>span{font-size:9px}
 .hero-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;padding-block:13px 18px}.hero-bottom>a{font-size:8px;gap:6px;letter-spacing:.01em;justify-content:space-between}
 .scope-section{padding-block:44px}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .scope-card{padding:17px 14px 10px;border-radius:8px}.scope-card-top{margin-bottom:13px}.scope-icon .icon{width:22px;height:22px}.scope-card h3{font-size:17px;line-height:1.25;min-height:43px}.scope-card>p{font-size:12px;line-height:1.65;margin-bottom:12px}.scope-card>.scope-modules{font-size:10px;line-height:1.7;min-height:51px}.scope-link{font-size:10px;line-height:1.5;gap:5px;padding-block:10px 2px}.scope-link .icon{width:14px;height:14px}
 .scope-foundation{display:block;padding-top:20px}.scope-foundation>span{font-size:8px}.scope-foundation p{font-size:10px;margin-block:11px}.scope-foundation i{padding-inline:4px}.scope-foundation>a{font-size:11px}
 .module-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.module-tabs button{font-size:11px;min-height:44px;padding:9px 7px}.module-tabs button:first-child{grid-column:1/-1}.module-tabs button .icon{width:17px;height:17px}
 #panel-overview .workspace-body{min-height:0}#panel-overview .workspace-content{padding:20px 17px 16px}
 .overview-record{gap:9px;padding-block:13px}.overview-record strong{font-size:11px}.overview-record>div>span{font-size:9px}.overview-record small{font-size:8px}.overview-record>.icon{width:17px;height:17px}.overview-record>.status{font-size:8px;padding-inline:6px;white-space:normal;max-width:63px;text-align:center}
 .overview-context{font-size:9px;gap:8px 12px}.overview-context span+span::before{margin-right:8px}
 .team-card-footer{font-size:10px}
}
@media(max-width:359px){
 .hero h1{font-size:38px}.operation-board .workspace-pill{font-size:6px;letter-spacing:0}.operation-board-heading h2{font-size:23px}.operation-domains{gap:7px;padding-inline:10px}.operation-domain{padding:12px 8px;gap:5px}.operation-domain strong{font-size:10px}.operation-domain small{font-size:8px}.operation-domain>.icon:first-child{width:16px;height:16px}
 .operation-people{padding-inline:13px;gap:8px}.operation-people strong{font-size:8px}.operation-people>div>span{font-size:8px}.operation-avatars .avatar{width:24px;height:24px}
 .scope-grid{grid-template-columns:1fr}.scope-card{padding:21px 21px 13px}.scope-card h3{font-size:21px;min-height:0}.scope-card>.scope-modules{min-height:0;font-size:11px}.scope-card>p{font-size:13px}.scope-link{font-size:11px}
}
@media print{.scope-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scope-card,.operation-board{break-inside:avoid}.operation-domain{background:#f7f7f7}.scope-section{padding-block:20px}.scope-link,.scope-foundation>a{display:none}}
