@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/archivo-regular.ttf) format('truetype')}
@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/archivo-bold.ttf) format('truetype')}

:root{--navy:#000066;--deep:#1b1f27;--ink:#1b1f27;--muted:#6b7280;--orange:#ff6600;--line:#dce0e5;--paper:#f4f5f7;--white:#fff;--map:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:Archivo,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #439cde;outline-offset:5px}button:disabled{cursor:not-allowed;opacity:.45}svg{display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.1}h2{font-size:clamp(32px,3.25vw,48px);font-weight:700;letter-spacing:-1.8px}h3{font-size:22px;font-weight:700;letter-spacing:-.6px}.wrap{width:min(1240px,calc(100% - 96px));margin:auto}.eyebrow{font-size:12px;letter-spacing:1.9px;font-weight:700;text-transform:uppercase;line-height:1.5}.orange{color:var(--orange)}.muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:50px;padding:12px 23px;border:1px solid transparent;background:var(--orange);color:var(--deep);font-size:14px;font-weight:700;border-radius:4px;transition:background .2s,transform .2s;white-space:nowrap}.btn:hover{background:#ff945a;transform:translateY(-1px)}.btn svg,.text-link svg{width:17px;height:17px;flex-shrink:0}.btn-outline{background:transparent;border-color:#b5bdc7;color:var(--ink)}.btn-outline:hover{background:#edf0f3}.text-link{display:inline-flex;align-items:center;gap:13px;font-size:14px;font-weight:700;padding:10px 0;border-bottom:1px solid currentColor}.text-link:hover{color:#c34c0c}.skip{position:absolute;left:20px;top:-80px;padding:12px;background:white;z-index:50}.skip:focus{top:10px}
header{height:88px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #edf0f3}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand-mark{width:39px;height:44px;color:var(--orange)}.wordmark strong{display:block;font-size:21px;line-height:1.2;letter-spacing:2.2px;font-weight:700}.wordmark span{display:block;font-size:9px;letter-spacing:5.25px;line-height:2}.nav{display:flex;gap:31px;align-items:center;font-size:14px;font-weight:700}.nav>a:not(.btn){padding:10px 0}.nav>a:not(.btn):hover{color:#b74910}.nav .btn{margin-left:12px}.menu-btn{display:none;background:none;border:1px solid var(--line);padding:10px;border-radius:4px;color:var(--ink)}
.hero{background:var(--deep);color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:580px;height:580px;right:-260px;top:-320px;border:1px solid #283b53;border-radius:50%;pointer-events:none}.hero-main{display:grid;grid-template-columns:.92fr 1.15fr;gap:56px;align-items:center;padding:80px 0 65px}.hero h1{font-size:clamp(42px,4.7vw,67px);font-weight:700;letter-spacing:-2.8px;line-height:1.06;margin:23px 0 25px;max-width:530px}.hero h1 span{color:#f8a16e}.hero-copy>p{font-size:17px;line-height:1.75;color:#b7c3d2;max-width:430px}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:32px}.hero-actions .text-link{font-weight:700;color:#e9eff6;border-color:#637082}.hero-note{margin-top:27px;font-size:12px;color:#8b9bb0;display:flex;gap:9px;align-items:center}.hero-note svg{height:15px;width:15px}.hero-bottom{border-top:1px solid #263447;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0;color:#bfcbda;font-size:13px}.hero-bottom strong{font-weight:700;color:#f4f6f8}.hero-bottom .mini-step{display:flex;gap:13px;align-items:center}.step-line{height:1px;width:45px;background:#455267}.hero-bottom .mini-step span:first-child{font-size:11px;color:#f9a474;letter-spacing:1px}
.workspace{border:1px solid #526071;border-radius:9px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 26px 65px #0005;position:relative}.workspace-top{height:53px;display:flex;align-items:center;gap:10px;padding:0 18px;background:#f9fafc;font-size:13px;font-weight:700;border-bottom:1px solid var(--line)}.workspace-top .brand-mark{width:20px;height:24px}.workspace-top .sample-badge{margin-left:auto;font-size:10px;padding:3px 7px;border:1px solid #d7dfe7;border-radius:3px;color:#657386;font-weight:400;letter-spacing:.2px}.workspace-title{padding:15px 17px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line)}.workspace-title strong{font-size:14px;font-weight:700}.workspace-title small{display:block;color:#77818c;font-size:11px}.workspace-title>span{font-size:11px;color:#456456;padding:3px 7px;background:#eef5f0;border-radius:3px}.tabs{display:flex;gap:23px;padding:0 17px;height:42px;align-items:stretch;background:#fff;border-bottom:1px solid var(--line)}.tabs button{padding:0;background:none;border:0;border-bottom:2px solid transparent;color:#6a7584;font-size:12px;font-weight:700}.tabs button[aria-selected=true]{color:var(--ink);border-color:var(--orange)}.map-layout{display:grid;grid-template-columns:1fr 190px;min-height:328px}.map{position:relative;overflow:hidden;background:#2c3b32;min-height:328px}.map-content{position:absolute;inset:0;background-image:var(--map);background-size:cover;background-position:center;transform:scale(var(--zoom,1));transition:transform .35s}.map:after{position:absolute;inset:0;content:"";box-shadow:inset 0 0 60px #0a221225;pointer-events:none}.route{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.route .corridor{stroke:#fff;stroke-opacity:.22;stroke-width:28;fill:none}.route .planned{stroke:#fff;stroke-width:2;fill:none;stroke-dasharray:5 5;opacity:.9}.route .flown{stroke:var(--orange);stroke-width:3.3;fill:none;filter:drop-shadow(0 1px 2px #0006)}.pin{position:absolute;z-index:2;width:28px;height:28px;border:2px solid #fff;background:#fff;color:#a84912;border-radius:50%;box-shadow:0 2px 7px #0005;display:grid;place-items:center;font-size:11px;font-weight:700;padding:0;transform:translate(-50%,-50%);transition:background .2s,box-shadow .2s}.pin.active{background:var(--orange);color:#15253a;box-shadow:0 0 0 6px #fa8a3f42,0 2px 7px #0005}.pin-one{left:59%;top:27%}.pin-two{left:43%;top:51%}.pin-three{left:63%;top:75%}.map-compass{position:absolute;top:13px;right:12px;font-size:10px;z-index:3;color:white;font-weight:700;text-align:center;text-shadow:0 1px 4px #000}.map-compass:before{content:"↑";display:block;font-size:24px;line-height:1}.zoom-controls{position:absolute;left:10px;top:12px;z-index:3;background:white;border-radius:3px;box-shadow:0 2px 7px #0003;overflow:hidden}.zoom-controls button{width:29px;height:28px;display:block;background:white;border:0;color:#233247;line-height:1}.zoom-controls button+button{border-top:1px solid var(--line)}.map-key{position:absolute;left:11px;bottom:27px;display:flex;gap:9px;z-index:3;padding:5px 8px;background:#102031df;color:#fff;font-size:9px;border-radius:3px}.map-key span{display:flex;gap:5px;align-items:center}.map-key i{width:12px;height:2px;background:var(--orange);display:inline-block}.map-key span+span i{background:repeating-linear-gradient(to right,#fff 0 3px,transparent 3px 5px)}.map-credit{position:absolute;bottom:0;left:0;right:0;background:#081320bb;color:#e9edf1;font-size:8px;line-height:1.4;padding:4px 6px;z-index:4}.finding-panel{padding:15px 13px;border-left:1px solid var(--line);background:#fff}.finding-count{font-size:10px;color:#75808b;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.finding-photo{height:93px;background-image:var(--map);background-position:66% 75%;background-size:330%;position:relative;border-radius:3px;margin-bottom:13px;overflow:hidden}.finding-photo:after{content:"";position:absolute;inset:20px 40px 15px 30px;border:2px solid #ff8b45;transform:rotate(-13deg);background:#ff8b4510}.finding-panel h3{font-size:14px;letter-spacing:-.3px;line-height:1.4}.finding-panel p{font-size:11px;line-height:1.55;color:#6b7785;margin-top:7px}.finding-meta{margin-top:13px;border-top:1px solid var(--line);padding-top:10px;display:flex;justify-content:space-between;font-size:10px;color:#75808b}.finding-meta strong{font-weight:700;color:#25374a}.open-report{border:0;background:none;color:#b74408;font-size:11px;font-weight:700;padding:14px 0 0;display:flex;align-items:center;gap:7px}.open-report svg{width:13px;height:13px}.workspace-footer{height:33px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:10px;color:#677481;background:#f9fafc;border-top:1px solid var(--line)}.workspace-footer span{display:flex;align-items:center;gap:5px}.workspace-footer i{display:inline-block;width:5px;height:5px;background:#ed893f;border-radius:50%}.report-tab{padding:25px;background:#f0f3f5;min-height:328px}.report-tab .paper{max-width:260px;margin:auto;padding:22px}.coverage-panel{padding:18px 14px}.coverage-panel h3{font-size:14px}.coverage-panel p{font-size:11px;line-height:1.5;margin-top:10px;color:var(--muted)}.coverage-stat{border-top:1px solid var(--line);padding:12px 0;font-size:11px;display:flex;justify-content:space-between}.coverage-stat:first-of-type{margin-top:18px}.coverage-stat strong{font-weight:700}.coverage-panel .demo-note{font-size:10px;color:#8b6c43;background:#fff8ee;padding:8px;margin-top:10px}
.problem{padding:94px 0 88px}.section-intro{display:grid;grid-template-columns:1.25fr .85fr;gap:100px;align-items:end}.section-intro h2{margin-top:17px;max-width:670px}.section-intro p{color:var(--muted);font-size:17px;line-height:1.75;max-width:430px}.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:58px}.workflow article{position:relative;border-top:1px solid #ced6de;padding-top:24px}.workflow article:before{position:absolute;width:7px;height:7px;background:var(--orange);border-radius:50%;top:-4px;left:0;content:""}.workflow .num{font-size:12px;color:#b34911;font-weight:700;letter-spacing:1px}.workflow h3{font-size:20px;margin:13px 0 12px}.workflow p{font-size:14px;line-height:1.7;color:var(--muted);max-width:245px}
.deliverables{padding:85px 0 80px;background:var(--paper)}.deliverable-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}.deliverable-heading h2{margin-top:15px}.deliverable-heading>p{font-size:14px;color:var(--muted);max-width:285px}.deliverable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.deliverable-grid article{min-width:0}.visual{height:246px;position:relative;background:#dce2e7;border-radius:5px;overflow:hidden;margin-bottom:24px}.detail-image{background-image:var(--map);background-position:69% 75%;background-size:210%}.detail-image:after{content:"";position:absolute;width:100px;height:92px;left:40%;top:25%;border:2px solid #ff985f;background:#ff913318;transform:rotate(-13deg)}.image-label{position:absolute;bottom:16px;left:16px;background:#fffffff5;border-radius:3px;font-size:11px;padding:7px 11px;z-index:2;box-shadow:0 3px 14px #0002}.image-label i{display:inline-block;width:5px;height:5px;background:var(--orange);border-radius:50%;margin-right:6px}.visual .map-credit{font-size:8px}.visual .route{width:100%;height:100%}.coverage-image{background-image:var(--map);background-size:cover;background-position:center}.deliverable-grid h3{margin-bottom:11px;font-size:22px}.deliverable-grid p{font-size:15px;color:var(--muted);line-height:1.75;max-width:350px}.report-visual{display:flex;align-items:start;justify-content:center;background:#e3e8ed;padding:22px 34px 0}.paper{background:white;padding:23px 22px;box-shadow:0 5px 23px #1428441c;position:relative}.report-visual .paper{width:100%;min-height:290px;transform:rotate(-3deg)}.paper-brand{font-size:9px;font-weight:700;letter-spacing:1px;color:#20334c;display:flex;align-items:center;gap:6px}.paper-brand .brand-mark{width:17px;height:19px}.paper h4{font-size:16px;letter-spacing:-.4px;margin:19px 0 6px;line-height:1.3}.paper p{font-size:9px!important;line-height:1.6!important;color:#738093}.paper-image{height:80px;background-image:var(--map);background-position:center;background-size:cover;margin-top:15px}.paper-lines{margin-top:12px;display:grid;gap:5px}.paper-lines span{height:4px;background:#e1e6ec}.paper-lines span:last-child{width:65%}.deliverable-bottom{margin-top:34px;border-top:1px solid #d6dee5;padding-top:20px;font-size:12px;color:#76818c;display:flex;gap:8px;align-items:center}.deliverable-bottom svg{width:15px;height:15px;flex-shrink:0}
.sample-section{padding:95px 0;overflow:hidden}.sample-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}.sample-text h2{margin:17px 0 23px}.sample-text p{font-size:17px;color:var(--muted);line-height:1.75;max-width:380px}.sample-text .btn{margin-top:28px}.report-spread{padding:35px 32px 20px;position:relative;display:flex;gap:17px;align-items:center;background:#f0f3f6;border-radius:6px}.report-spread:before{content:"SAMPLE INSPECTION";position:absolute;top:12px;left:17px;font-size:9px;letter-spacing:1.5px;color:#7d8a98}.report-spread .paper{width:50%;height:310px;transform:rotate(-4deg);padding:24px}.report-spread .paper+.paper{transform:rotate(5deg);margin-top:24px}.report-spread .paper h4{font-size:20px}.report-spread .paper-image{height:115px}.report-spread .paper+.paper h4{font-size:13px}.paper .paper-tag{font-size:8px;text-transform:uppercase;color:#b34c17;letter-spacing:1px;margin-top:14px}.report-spread .page-num{position:absolute;bottom:15px;left:24px;font-size:8px;color:#84909c}
.software-section{padding-bottom:87px}.software-box{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 0;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.software-box h3{font-size:28px;max-width:400px;line-height:1.22;letter-spacing:-.8px}.software-box .eyebrow{margin-bottom:12px;color:#8b583b;font-size:11px}.software-box p{font-size:15px;color:var(--muted);line-height:1.75;max-width:440px}.software-box .text-link{border:0;color:#b74910;margin-top:6px}
.faq{padding:0 0 85px}.faq-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:100px}.faq h2{font-size:35px;margin-top:14px;max-width:360px}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;font-size:16px;font-weight:700;padding:19px 35px 19px 0;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:4px;top:15px;font-size:24px;color:#84909c;font-weight:400}.faq details[open] summary:after{content:"−"}.faq details p{font-size:14px;line-height:1.8;color:var(--muted);padding-bottom:22px}
.contact{background:var(--deep);padding:70px 0;color:white}.contact .wrap{display:flex;justify-content:space-between;gap:50px;align-items:center}.contact h2{font-size:39px;margin-bottom:16px}.contact p{color:#b4c0d0;font-size:16px}.contact .btn{flex-shrink:0}.contact .eyebrow{margin-bottom:15px;font-size:11px}.footer{padding:37px 0 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-top nav{display:flex;gap:27px;font-size:13px;color:#5a6879}.footer .brand-mark{width:30px;height:35px}.footer .wordmark strong{font-size:17px}.footer .wordmark span{font-size:8px;letter-spacing:4px}.footer-bottom{border-top:1px solid #e7ebef;display:flex;justify-content:space-between;align-items:start;gap:30px;margin-top:29px;padding-top:22px;font-size:11px;line-height:1.6;color:#7b8694}.footer-bottom p{max-width:650px}.footer-bottom a{text-decoration:underline;text-underline-offset:3px}.concept-dot{display:inline-block;width:6px;height:6px;background:var(--orange);border-radius:50%;margin-right:5px}
dialog{border:0;padding:0;border-radius:9px;max-width:min(800px,calc(100% - 32px));width:800px;max-height:90dvh;color:var(--ink);box-shadow:0 30px 100px #0005}dialog::backdrop{background:#061022b8;backdrop-filter:blur(4px)}.modal-head{position:sticky;top:0;background:#fff;z-index:5;border-bottom:1px solid var(--line);padding:18px 25px;display:flex;align-items:center;justify-content:space-between;gap:20px}.modal-head h2{font-size:18px;letter-spacing:-.4px}.close-modal{background:none;border:1px solid var(--line);width:33px;height:33px;border-radius:50%;font-size:23px;color:#657386;display:grid;place-items:center;line-height:1}.modal-body{padding:32px}.modal-body>p{color:var(--muted);margin-top:12px}.modal-eyebrow{font-size:11px;letter-spacing:1px;color:#a44b1f;text-transform:uppercase;font-weight:700}.sample-notice{font-size:12px;padding:12px 15px;background:#f4f6f8;color:#657386;margin-bottom:25px;border-left:3px solid var(--orange)}.report-cover h3{font-size:31px;margin:12px 0 22px}.report-cover .report-map{height:210px;position:relative;background-image:var(--map);background-size:cover;background-position:center;border-radius:4px;overflow:hidden}.report-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:26px}.report-table th{text-align:left;color:#657386;font-weight:400;border-bottom:1px solid var(--line);padding:10px}.report-table td{border-bottom:1px solid #e6ebef;padding:13px 10px;vertical-align:top}.report-table td:first-child{color:#b34c17;font-weight:700}.report-table caption{text-align:left;font-size:17px;font-weight:700;margin-bottom:10px}.report-end{display:flex;justify-content:space-between;gap:20px;margin-top:25px;align-items:center}.report-end small{font-size:11px;max-width:380px;color:#77818c}.form-dialog{max-width:min(550px,calc(100% - 32px))}.form-dialog h3{font-size:28px;margin:15px 0}.form-dialog .modal-body>p{font-size:14px}.form-grid{display:grid;gap:18px;margin-top:25px}.form-grid label{display:block;font-size:13px;font-weight:700}.form-grid input,.form-grid textarea{width:100%;margin-top:6px;border:1px solid #cbd3de;border-radius:4px;padding:11px 12px;color:var(--ink);background:#fff;font-size:16px}.form-grid textarea{min-height:110px;resize:vertical}.form-grid input:focus,.form-grid textarea:focus{outline:2px solid #839bb6;outline-offset:1px}.form-note{font-size:11px;color:#6c7887;margin-top:14px}.form-success{margin-top:22px;border:1px solid #d5e3d9;background:#f3f8f4;padding:20px;border-radius:4px}.form-success p{font-size:14px;color:#527060;margin-top:9px}.software-dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:25px}.software-dialog-grid article{padding:22px;background:var(--paper);border-radius:4px}.software-dialog-grid h3{font-size:18px;margin-bottom:10px}.software-dialog-grid p{font-size:14px;line-height:1.7;color:var(--muted)}[hidden]{display:none!important}
@media(min-width:1600px){.hero-main{gap:75px;padding:100px 0 80px}}
@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.hero-main{gap:30px;grid-template-columns:.9fr 1.1fr}.hero h1{font-size:50px;letter-spacing:-2px}.map-layout{grid-template-columns:1fr 158px}.finding-panel{padding:12px 10px}.finding-panel h3{font-size:13px}.hero-actions{gap:15px}.section-intro,.sample-grid,.faq-grid{gap:50px}.nav{gap:22px}.visual{height:215px}.report-spread{padding:35px 18px 20px}.report-spread .paper{padding:18px;height:285px}.hero-bottom .step-line{width:20px}}
@media(max-width:900px){.hero-main{grid-template-columns:1fr;padding:55px 0 40px;gap:42px}.hero h1{font-size:61px;max-width:650px}.hero-copy>p{max-width:550px}.workspace{max-width:680px;width:100%;margin:auto}.map-layout{grid-template-columns:1fr 210px}.map{min-height:350px}.finding-panel{padding:20px 16px}.finding-photo{height:125px}.finding-panel h3{font-size:16px}.finding-panel p{font-size:12px}.hero-bottom{font-size:11px;gap:14px}.hero-bottom .mini-step{gap:8px}.hero-bottom .step-line{display:none}.nav{gap:18px}.nav .btn{margin-left:0;padding:11px 14px;font-size:12px}.wordmark strong{font-size:18px}.wordmark span{font-size:8px;letter-spacing:4.5px}.brand-mark{width:33px}.section-intro{gap:30px;grid-template-columns:1fr 1fr}.section-intro p{font-size:15px}.workflow{gap:20px}.workflow h3{font-size:18px}.workflow p{font-size:13px}.deliverable-grid{gap:20px}.visual{height:180px}.report-visual{padding:15px 20px}.deliverable-grid h3{font-size:19px}.deliverable-grid p{font-size:14px}.sample-grid{gap:40px;grid-template-columns:1fr 1.1fr}.report-spread .paper{height:250px;padding:13px}.report-spread .paper h4{font-size:16px}.report-spread .paper-image{height:80px}.paper-brand{font-size:7px}.contact h2{font-size:32px}.contact p{max-width:410px;font-size:14px}.faq-grid{gap:35px}}
@media(max-width:700px){html{scroll-padding-top:85px}.wrap{width:calc(100% - 40px)}header{height:74px}.logo{gap:9px}.wordmark strong{font-size:17px}.wordmark span{font-size:7px;letter-spacing:4.2px}.brand-mark{width:30px;height:37px}.menu-btn{display:block;font-size:14px;line-height:1}.nav{display:none;position:absolute;left:0;right:0;top:74px;background:white;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:stretch;gap:8px;box-shadow:0 14px 25px #16273915}.nav.is-open{display:flex}.nav .btn{font-size:14px}.hero-main{padding:46px 0 33px;gap:36px}.hero .eyebrow{font-size:10px;letter-spacing:1.2px}.hero h1{font-size:clamp(39px,9.5vw,60px);letter-spacing:-1.7px;line-height:1.09;margin:20px 0}.hero-copy>p{font-size:16px;line-height:1.7}.hero-actions{gap:18px;margin-top:25px;align-items:center}.hero-actions .btn{font-size:12px;padding:12px 16px;gap:8px}.hero-actions .text-link{font-size:12px;gap:7px}.hero-note{font-size:11px;margin-top:20px}.map-layout{grid-template-columns:1fr 145px;min-height:290px}.map{min-height:290px}.finding-panel{padding:12px 10px}.finding-photo{height:90px}.finding-panel h3{font-size:12px}.finding-panel p{font-size:10px}.finding-count{font-size:9px}.finding-meta{font-size:9px}.open-report{font-size:10px}.workspace-top{padding:0 12px;height:45px;font-size:12px}.workspace-top .sample-badge{font-size:9px}.workspace-title{padding:12px}.workspace-title strong{font-size:12px}.workspace-title small{font-size:10px}.tabs{padding:0 12px;gap:20px}.map-key{font-size:8px;gap:6px;padding:4px}.map-credit{font-size:7px}.workspace-footer{font-size:9px;padding:0 10px}.hero-bottom{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;padding:20px 0 23px}.hero-bottom .mini-step{font-size:11px}.problem,.deliverables,.sample-section{padding:58px 0}.section-intro{grid-template-columns:1fr;gap:22px}.section-intro h2{margin-top:13px;max-width:520px}.section-intro p{font-size:16px;max-width:500px}.workflow{grid-template-columns:1fr 1fr;gap:31px 24px;margin-top:38px}.workflow h3{font-size:19px;margin-top:10px}.workflow p{font-size:14px}.deliverable-heading{display:block;margin-bottom:30px}.deliverable-heading>p{margin-top:19px;max-width:400px}.deliverable-grid{grid-template-columns:1fr;gap:35px}.visual{height:260px;margin-bottom:19px}.deliverable-grid h3{font-size:24px}.deliverable-grid p{max-width:100%;font-size:16px}.report-visual{padding:25px 65px 0}.report-visual .paper{max-width:270px}.report-visual .paper h4{font-size:21px}.report-visual .paper-image{height:115px}.deliverable-bottom{font-size:11px;align-items:start}.sample-grid{grid-template-columns:1fr;gap:35px}.sample-text p{max-width:100%;font-size:16px}.report-spread{max-width:500px;width:100%;margin:auto;padding:35px 22px 25px}.report-spread .paper{height:285px;padding:20px}.report-spread .paper-image{height:100px}.software-section{padding-bottom:55px}.software-box{grid-template-columns:1fr;gap:21px;padding:28px 0}.software-box h3{font-size:27px}.software-box p{font-size:16px}.faq{padding-bottom:57px}.faq-grid{grid-template-columns:1fr;gap:30px}.faq h2{font-size:31px}.faq summary{font-size:15px}.contact{padding:48px 0}.contact .wrap{display:block}.contact h2{font-size:34px}.contact p{font-size:16px}.contact .btn{margin-top:25px}.footer-top{align-items:start;gap:25px;flex-direction:column}.footer-top nav{gap:25px;font-size:13px}.footer-bottom{flex-direction:column;gap:10px}.modal-body{padding:23px 20px}.modal-head{padding:16px 20px}.report-cover h3{font-size:25px}.report-table{font-size:11px}.report-table td,.report-table th{padding:9px 5px}.report-end{flex-direction:column;align-items:start}.software-dialog-grid{grid-template-columns:1fr}.modal-head h2{font-size:16px}.coverage-panel{padding:13px 10px}.coverage-stat{font-size:10px}.coverage-panel h3{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
@media print{header,.hero,.problem,.deliverables,.sample-section,.software-section,.faq,.contact,.footer,dialog:not([open]),.modal-head,.sample-notice,.report-end{display:none!important}body:has(dialog[open]){overflow:visible!important}dialog[open]{display:block;position:static;max-width:none;max-height:none;width:100%;box-shadow:none;margin:0}dialog::backdrop{display:none}.modal-body{padding:0}.report-cover .report-map{-webkit-print-color-adjust:exact;print-color-adjust:exact}body:has(dialog[open])>svg{display:none}}

/* User-supplied product screens */
.hero-main{grid-template-columns:.85fr 1.22fr;gap:48px}.hero h1{font-size:clamp(42px,4.45vw,63px)}.workspace{border-color:#425068;background:#1b202a}.workspace-top{background:#1b2331;color:#eff3f7;border-color:#344050}.workspace-top .sample-badge{color:#b9c6d6;border-color:#475466}.screen-tabs{display:flex;gap:24px;padding:0 17px;height:43px;background:#222c3c;border-bottom:1px solid #394456}.screen-tabs button{border:0;border-bottom:2px solid transparent;color:#aebdd0;background:none;font-size:12px;padding:0}.screen-tabs button[aria-selected=true]{border-color:var(--orange);color:#fff}.screen-stage{display:block;width:100%;padding:0;border:0;background:#191e27;position:relative;overflow:hidden;aspect-ratio:1.5}.screen-stage img{width:100%;height:100%;object-fit:contain;display:block}.screen-enlarge{position:absolute;bottom:15px;left:15px;background:#101e33ed;color:white;border:1px solid #627181;padding:6px 10px;font-size:11px;border-radius:3px;box-shadow:0 3px 12px #0003}.screen-stage:hover .screen-enlarge{background:var(--orange);color:var(--deep);border-color:var(--orange)}.screen-caption{background:#fff;padding:18px 20px;font-size:13px;color:#657386;line-height:1.7}.screen-caption strong{display:block;color:#233246;font-size:15px;font-weight:700;margin-bottom:3px}.workspace-footer{background:#f1f4f7}.real-visual{display:block;width:100%;border:1px solid #d5dce4;padding:0;background:#1b202a;text-align:left}.real-visual img{width:100%;height:100%;object-fit:cover;object-position:top left;display:block;transition:transform .3s}.real-visual:hover img{transform:scale(1.025)}.real-visual .image-label{font-size:10px;background:#101e33ed;color:white;border:1px solid #667586;bottom:12px;left:12px}.deliverable-grid article:nth-child(1) .real-visual img{object-position:35% 35%;object-fit:cover}.real-report .real-visual img{object-position:top left;object-fit:cover}.actual-showcase{background:#172333;border:1px solid #314155;border-radius:6px;padding:16px;position:relative}.actual-showcase .showcase-label{font-size:10px;letter-spacing:1.5px;color:#b8c6d5;padding:1px 0 13px;display:flex;align-items:center;gap:8px}.actual-showcase .showcase-label i{width:5px;height:5px;background:var(--orange);border-radius:50%}.actual-showcase button{width:100%;display:block;border:0;padding:0;background:none;position:relative}.actual-showcase img{display:block;width:100%;border-radius:3px}.actual-showcase .inset{width:64%;position:relative;margin-top:-30px;margin-left:-35px;border:7px solid #fff;box-shadow:0 6px 20px #14284433;border-radius:4px}.gallery-dialog{width:1400px;max-width:calc(100% - 40px);background:#171f2c;color:#fff}.gallery-dialog .modal-head{background:#1a2535;border-color:#3a4758}.gallery-dialog .close-modal{color:#fff;border-color:#67768b}.gallery-dialog .modal-body{padding:20px}.gallery-dialog .screen-tabs{margin:-20px -20px 18px}.gallery-image{display:block;max-width:100%;width:auto;max-height:68dvh;height:auto;object-fit:contain;margin:auto}.gallery-caption{font-size:13px;color:#bac7d5;margin-top:18px!important;line-height:1.7}.gallery-caption strong{color:#fff}.gallery-note{font-size:11px;color:#8495aa;margin-top:8px}.gallery-dialog .modal-head h2{color:white}.gallery-dialog .screen-tabs button{font-size:13px}.sample-text h2{max-width:450px}
@media(max-width:900px){.hero-main{grid-template-columns:1fr}.hero h1{font-size:61px}.screen-stage{aspect-ratio:1.5}.workspace{max-width:700px}.actual-showcase .inset{margin-left:-15px}.screen-caption{font-size:14px}.screen-caption strong{font-size:16px}}
@media(max-width:700px){.hero h1{font-size:clamp(39px,9.5vw,60px)}.hero-main{gap:35px}.screen-stage{aspect-ratio:1.5}.screen-caption{padding:15px;font-size:13px}.screen-caption strong{font-size:14px}.screen-tabs{gap:24px;height:42px}.real-visual{height:auto;aspect-ratio:1.6}.actual-showcase{padding:12px}.actual-showcase .inset{margin-left:-7px;margin-top:-15px}.gallery-dialog{max-width:calc(100% - 16px)}.gallery-dialog .modal-body{padding:13px}.gallery-dialog .screen-tabs{margin:-13px -13px 14px;padding:0 13px;gap:20px}.gallery-image{max-height:65dvh}.gallery-caption{font-size:12px}}


/* Full software suite, added to the original design. */
.full-suite{padding:76px 0 82px;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:80px;scroll-margin-top:88px}.suite-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:75px;align-items:end;margin-bottom:38px}.suite-heading h2{margin-top:15px;font-size:43px;line-height:1.15;letter-spacing:-1.5px}.suite-heading>p{font-size:16px;line-height:1.75;color:var(--muted);max-width:440px;margin-bottom:3px}.suite-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d5dce4;border-radius:6px 6px 0 0;overflow:hidden;background:#fff}.suite-tabs button{appearance:none;border:0;border-bottom:3px solid transparent;background:none;text-align:left;padding:20px 19px 17px;min-width:0;color:var(--ink);cursor:pointer;display:block;transition:background .2s}.suite-tabs button+button{border-left:1px solid var(--line)}.suite-tabs button[aria-selected=true]{background:var(--navy);color:#fff;border-bottom-color:var(--orange)}.suite-tabs button:hover:not([aria-selected=true]){background:#e9edf1}.suite-step{display:block;font-size:12px;letter-spacing:1px;margin-bottom:8px;color:#657386}.suite-tabs button[aria-selected=true] .suite-step{color:#f8a16e}.suite-tab-title{display:block;font-size:18px;font-weight:700;letter-spacing:-.35px;line-height:1.3}.suite-tab-names{display:block;font-size:11px;letter-spacing:.5px;line-height:1.6;color:#657386;margin-top:8px}.suite-tabs button[aria-selected=true] .suite-tab-names{color:#bac7d5}.suite-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;padding:33px;background:#fff;border:1px solid #d5dce4;border-top:0;border-radius:0 0 6px 6px;align-items:start;min-height:490px}.suite-panel[hidden]{display:none}.suite-modules{display:grid;gap:24px}.suite-module+.suite-module{border-top:1px solid var(--line);padding-top:22px}.suite-module-name{font-size:12px;font-weight:700;letter-spacing:1px;color:#a84912;display:block;margin-bottom:7px}.suite-module h3{font-size:22px;line-height:1.25;letter-spacing:-.6px;margin-bottom:10px}.suite-module p{font-size:15px;color:var(--muted);line-height:1.75}.suite-screen-link{display:inline-flex;align-items:center;gap:12px;background:none;border:0;border-bottom:1px solid #b5bdc7;padding:7px 0 3px;font-size:14px;font-weight:700;margin-top:8px;color:var(--ink)}.suite-screen-link svg{width:15px;height:15px}.suite-screen-link:hover{color:#a84912;border-color:#a84912}.suite-visual{margin:0;border:1px solid #d5dce4;border-radius:5px;overflow:hidden;background:#f3f5f7}.suite-window-label{font-size:12px;color:#fff;background:#172333;padding:12px 15px;line-height:1.5}.suite-screen{display:block;width:100%;border:0;padding:0;background:#edf0f3;position:relative;cursor:zoom-in}.suite-screen img{width:100%;height:auto;aspect-ratio:1.65;object-fit:contain;display:block}.suite-screen>span{position:absolute;bottom:12px;right:12px;padding:7px 10px;font-size:12px;color:#fff;background:#101e33ed;border:1px solid #67768b;border-radius:3px}.suite-screen:hover>span{background:var(--orange);color:var(--deep);border-color:var(--orange)}.suite-visual figcaption{font-size:13px;line-height:1.65;color:#626f7e;padding:15px 18px;border-top:1px solid #d5dce4}.suite-licensing{display:flex;align-items:center;justify-content:space-between;gap:60px;margin-top:32px;padding-top:29px;border-top:1px solid #d5dce4}.suite-licensing .eyebrow{font-size:11px;margin-bottom:10px}.suite-licensing h3{font-size:24px;letter-spacing:-.6px;line-height:1.25}.suite-licensing p{font-size:15px;line-height:1.75;color:var(--muted);margin-top:9px;max-width:700px}.suite-licensing .btn{flex-shrink:0}.module-gallery{width:1320px;max-width:calc(100% - 40px)}.module-gallery .gallery-image{width:100%;height:auto;max-height:68dvh}.form-grid select{font:inherit;width:100%;margin-top:6px;border:1px solid #cbd3de;border-radius:4px;padding:11px 12px;color:var(--ink);background:#fff;font-size:16px}.form-grid select:focus{outline:2px solid #839bb6;outline-offset:1px}.suite-tabs button:focus-visible,.suite-screen:focus-visible{outline:3px solid #439cde;outline-offset:-5px}
@media(max-width:1000px){.suite-heading{gap:35px;grid-template-columns:1.1fr 1fr}.suite-heading h2{font-size:36px}.suite-panel{padding:25px;gap:25px;grid-template-columns:1fr 1fr}.suite-tab-title{font-size:16px}.suite-tab-names{font-size:10px}.suite-tabs button{padding:17px 14px}.suite-licensing{gap:35px}.suite-module h3{font-size:20px}}
@media(max-width:700px){.full-suite{padding:52px 0;margin-bottom:55px;scroll-margin-top:72px}.suite-heading{display:block;margin-bottom:27px}.suite-heading h2{font-size:32px;letter-spacing:-1px}.suite-heading>p{font-size:15px;margin-top:19px;max-width:none}.suite-tabs{grid-template-columns:1fr 1fr}.suite-tabs button:nth-child(3){border-left:0;border-top:1px solid var(--line)}.suite-tabs button:nth-child(4){border-top:1px solid var(--line)}.suite-tabs button{padding:15px 13px;min-height:113px}.suite-tab-title{font-size:16px}.suite-tab-names{font-size:10px;letter-spacing:.15px}.suite-step{font-size:11px;margin-bottom:5px}.suite-panel{display:flex;flex-direction:column;padding:22px;gap:27px;min-height:0}.suite-panel[hidden]{display:none}.suite-modules,.suite-visual{width:100%}.suite-module h3{font-size:21px}.suite-module p{font-size:15px}.suite-licensing{display:block;padding-top:24px;margin-top:26px}.suite-licensing h3{font-size:23px}.suite-licensing .btn{margin-top:20px}.module-gallery{max-width:calc(100% - 16px)}.suite-screen img{aspect-ratio:1.4}.suite-visual figcaption{padding:12px 14px}.suite-window-label{font-size:11px}.suite-heading .eyebrow{font-size:11px}}
@media(prefers-reduced-motion:reduce){.suite-tabs button{transition:none}}

/* Official artwork supplied by Sunstone marketing; original SVGs embedded unchanged. */
.logo .official-logo{display:block;width:230px;max-width:100%;height:auto;object-fit:contain}.footer .official-logo{width:210px}.official-icon{object-fit:contain;flex-shrink:0}
@media(max-width:700px){.logo .official-logo{width:190px}.footer .official-logo{width:190px}}

/* V5: brand colours only; V3 layout and content retained. */
.hero h1 span{color:var(--orange)}.hero-copy>p{color:#c9cdd3}.hero-note{color:#b4bac4}.hero:after{border-color:#393e48}.hero-bottom{border-color:#3b404a}.hero-bottom strong{color:var(--paper)}.hero-bottom .mini-step span:first-child{color:var(--orange)}.step-line{background:#535964}
.nav>a:not(.btn):hover,.suite-screen-link:hover{color:var(--navy)}
.btn{color:var(--deep)}.btn:hover{background:#ff8533}.btn-outline:hover{background:var(--paper)}
.eyebrow.orange:not(.hero .eyebrow):not(.contact .eyebrow),.suite-module-name,.workflow .num{color:var(--navy)}
.hero .eyebrow,.contact .eyebrow{color:var(--orange)}
.workspace,.actual-showcase{background:var(--deep);border-color:#454b56}.workspace-top,.screen-tabs,.suite-window-label,.gallery-dialog,.gallery-dialog .modal-head{background:var(--deep);border-color:#454b56}.screen-stage{background:#20242c}.screen-caption strong{color:var(--ink)}.screen-caption{color:var(--muted)}.workspace-footer{background:var(--paper);color:#59616f}.screen-enlarge,.real-visual .image-label,.suite-screen>span{background:#1b1f27f5}
.suite-tabs button[aria-selected=true]{background:var(--deep)}.suite-tabs button[aria-selected=true] .suite-step{color:var(--orange)}.suite-visual{background:var(--paper)}.suite-visual figcaption{color:var(--muted)}.suite-licensing .eyebrow{color:var(--navy)}
.gallery-dialog .modal-head h2{color:var(--paper)}.gallery-caption{color:#c9cdd3}.gallery-note{color:#b4bac4}.contact p{color:#c9cdd3}.footer-bottom{color:#606876}.modal-eyebrow{color:var(--navy)}

/* Embedded Archivo font license:
Copyright 2020 The Archivo Project Authors (https://github.com/Omnibus-Type/Archivo)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

*/
.buying-paths{padding:38px 0 0;margin-top:38px;border-top:1px solid var(--line)}.buying-heading{display:grid;grid-template-columns:1.1fr .8fr;gap:95px;align-items:end;margin-bottom:36px}.buying-heading h2{margin-top:14px;max-width:650px}.buying-heading>p{color:var(--muted);font-size:17px;line-height:1.75}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.offer{border-top:2px solid var(--line);padding-top:25px;display:flex;flex-direction:column;align-items:start}.offer .eyebrow{color:var(--navy);font-size:11px}.offer h3{font-size:27px;margin:13px 0 14px}.offer p{font-size:16px;color:var(--muted);line-height:1.75;max-width:510px}.offer .text-link{color:var(--ink);margin-top:auto;padding-top:20px;background:transparent;border-top:0;border-left:0;border-right:0}.offer:first-child{border-top-color:var(--orange)}

@media(max-width:1000px){.buying-heading{gap:35px;grid-template-columns:1.1fr 1fr}.buying-heading h2{font-size:36px}}
@media(max-width:700px){.buying-paths{padding-top:30px;margin-top:30px}.buying-heading{grid-template-columns:1fr;gap:20px;margin-bottom:28px}.buying-heading h2{font-size:32px;letter-spacing:-1px}.buying-heading>p{font-size:16px}.offer-grid{grid-template-columns:1fr;gap:30px}.offer h3{font-size:24px}.offer p{font-size:15px}.offer .text-link{padding-top:18px}}

.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
