
    /* Design tokens. This page has no font, framework, or network dependencies. */
    :root{--paper:#f7f7f0;--white:#fff;--ink:#183c32;--muted:#68756b;--line:#dce0d4;--lime:#d0ed87;--forest:#183c32;--deep:#102c24;--radius:8px;--max:1320px;--header:88px}
    *,*::before,*::after{box-sizing:border-box}
    [hidden]{display:none!important}
    html{scroll-behavior:smooth;scroll-padding-top:112px}
    body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
    body.locked{overflow:hidden}
    a{color:inherit;text-decoration:none}
    button,input,select,textarea{font:inherit}
    button{color:inherit;cursor:pointer}
    button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
    button{border:0}
    h1,h2,h3,p{margin:0}
    h1,h2,h3{font-weight:500}
    a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #778f38;outline-offset:5px}
    ::selection{background:var(--lime);color:var(--ink)}
    .container{width:min(var(--max),calc(100% - 112px));margin-inline:auto}
    .icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
    .arrow{display:inline-block;width:16px;height:16px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}
    .arrow-inline{display:inline-block;width:10px;height:10px;margin-left:5px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vertical-align:baseline}
    .system-connector svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
    a:hover .arrow,button:hover .arrow{transform:translate(2px,-2px)}
    .eyebrow{font-size:11px;font-weight:700;line-height:1.4;letter-spacing:1.8px;text-transform:uppercase}
    .eyebrow-mark{display:flex;align-items:center;gap:11px}
    .eyebrow-mark::before{content:"";display:block;width:8px;height:8px;background:var(--ink)}
    .button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:52px;padding:14px 22px;background:var(--forest);border:1px solid var(--forest);border-radius:4px;color:white;font-size:13px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}
    .button:hover{background:var(--deep);transform:translateY(-2px)}
    .button.lime{background:var(--lime);border-color:var(--lime);color:var(--ink)}
    .button.lime:hover{background:#dff6ad}
    .text-link{display:inline-flex;align-items:center;gap:18px;font-size:13px;font-weight:600}
    .text-link::after{content:"";width:15px;height:15px;flex-shrink:0;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'><path%20d='M5%2019%2019%205M5%205h14v14'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'><path%20d='M5%2019%2019%205M5%205h14v14'/></svg>") center/contain no-repeat;transition:transform .2s}
    .text-link:hover::after{transform:translate(2px,-2px)}
    .skip-link{position:fixed;top:10px;left:10px;z-index:1000;transform:translateY(-180%);background:var(--ink);color:white;padding:10px 18px}
    .skip-link:focus{transform:translateY(0)}
    /* Navigation and accessible disclosure-style megamenus. */
    .site-header{position:sticky;top:0;z-index:50;background:var(--paper);border-bottom:1px solid var(--line)}
    .header-inner{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:30px}
    .brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;line-height:1}
    .brand-symbol{width:31px;height:34px;fill:currentColor}
    .wordmark{font-size:28px;letter-spacing:-1.2px;font-weight:700}
    
    .site-nav{display:flex;align-items:center;gap:25px}
    .nav-link{display:inline-flex;align-items:center;gap:7px;padding:12px 0;background:none;font-size:12px;font-weight:500;white-space:nowrap;border-bottom:1px solid transparent}
    .nav-link:hover{border-bottom-color:var(--ink)}
    .chevron{width:10px;height:10px;transition:transform .2s}
    [aria-expanded="true"]>.chevron{transform:rotate(180deg)}
    .header-actions{display:flex;align-items:center;gap:16px}
    .header-cta{font-size:12px;min-height:42px;padding:11px 17px;gap:22px}
    .mobile-toggle{display:none;width:44px;height:44px;background:none;align-items:center;justify-content:center}
    .lang-toggle{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:2px;background:var(--white)}
    .lang-option{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:6px 9px;border:0;border-radius:999px;background:none;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:1.2px;line-height:1;text-transform:uppercase;transition:background-color .15s,color .15s}
    .lang-option:hover{color:var(--ink)}
    .lang-option[aria-pressed="true"],.lang-option[aria-current="true"]{background:var(--forest);color:var(--paper)}
    .lang-option:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
    .site-nav .nav-cta{display:none}
    .mega-panel{position:absolute;top:var(--header);left:0;right:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);box-shadow:0 28px 50px -30px #102c2460}
    .mega-content{padding-top:32px;padding-bottom:24px}
    .mega-intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}
    .mega-intro p{font-size:13px;color:var(--muted)}
    .mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
    .mega-column>h2{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:7px;color:var(--muted)}
    .mega-item{display:block;padding:12px 9px;margin-inline:-9px;border-radius:4px;transition:background .18s}
    .mega-item:hover{background:#e9edde}
    .mega-item strong{display:block;font-size:13px;font-weight:600;margin-bottom:4px}
    .mega-item strong span{display:inline;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}
    .mega-item span{display:block;font-size:11px;line-height:1.6;color:var(--muted)}
    .mega-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:27px;padding-top:18px;border-top:1px solid var(--line);font-size:12px}
    .mega-bottom p{color:var(--muted)}
    .nav-backdrop{position:fixed;inset:var(--header) 0 0;z-index:40;background:#102c2420;backdrop-filter:blur(3px)}
    /* Hero. */
    .hero{padding:76px 0 46px;overflow:hidden}
    .hero-grid{display:grid;grid-template-columns:1.13fr 1fr;gap:70px;align-items:center}
    .hero-copy>.eyebrow{margin-bottom:29px}
    .hero h1{font-size:clamp(58px,6.1vw,90px);line-height:1.01;letter-spacing:-5px;max-width:670px}
    .hero h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-4px}
    .hero-description{max-width:415px;margin-top:27px;font-size:16px;line-height:1.8;color:var(--muted)}
    .hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}
    .hero-footnote{display:flex;align-items:center;gap:9px;margin-top:34px;font-size:11px;color:var(--muted)}
    .hero-footnote .icon{width:15px;height:15px}
    .hero-visual{position:relative;padding:15px 0 25px 0}
    .model-card{position:relative;background:var(--forest);border-radius:8px;min-height:488px;padding:27px 30px 23px;color:var(--paper);isolation:isolate;overflow:hidden;box-shadow:0 30px 50px -35px #183c3270}
    .model-card::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.18;background-image:linear-gradient(#8dae8730 1px,transparent 1px),linear-gradient(90deg,#8dae8730 1px,transparent 1px);background-size:30px 30px}
    .model-topline{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.2px;color:#e1e8d9}
    .model-topline .status{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1px}
    .status-dot{width:6px;height:6px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px #d0ed8712}
    .model-title{font-size:25px;line-height:1.25;letter-spacing:-.6px;margin-top:29px}
    .model-caption{font-size:11px;color:#a7b9a9;margin-top:7px}
    .flow{position:relative;display:grid;gap:13px;margin:27px 0 22px}
    .flow::before{position:absolute;content:"";top:25px;bottom:25px;left:25px;width:1px;background:#779e70;z-index:-1}
    .flow-node{width:100%;display:flex;align-items:center;gap:15px;padding:13px 16px;background:#25493e;border:1px solid #56715c;border-radius:5px;text-align:left;color:#dfe7d8;transition:background .2s,border-color .2s}
    .flow-node:hover{background:#315748}
    .flow-node.active{background:var(--lime);border-color:var(--lime);color:var(--ink)}
    .flow-number{width:31px;height:31px;border:1px solid currentColor;border-radius:4px;display:grid;place-items:center;font-size:10px;opacity:.8}
    .flow-text{flex:1}
    .flow-text strong{display:block;font-size:13px;font-weight:500;line-height:1.5}
    .flow-text small{display:block;font-size:9px;opacity:.75;line-height:1.4;margin-top:2px}
    .flow-node .icon{width:19px;height:19px}
    .model-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #466353;padding-top:17px;gap:15px}
    .model-detail{font-size:10px;line-height:1.5;color:#d7e1ce;max-width:230px;min-height:30px}
    .model-step{font-size:10px;letter-spacing:1px;white-space:nowrap;color:var(--lime)}
    .model-sticker{position:absolute;right:-16px;bottom:-24px;padding:14px 18px;background:#e9ecdf;display:flex;align-items:center;gap:12px;border:1px solid #d5dcca;border-radius:5px;box-shadow:0 10px 25px #16372d10;transform:rotate(-3deg)}
    .sticker-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid #b8c4a7;border-radius:50%}
    .sticker-icon .icon{width:17px;height:17px}
    .model-sticker p{font-size:11px;line-height:1.5}
    .model-sticker strong{display:block;font-weight:600}
    .hero-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:57px;padding-top:22px}
    .hero-bottom p{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted)}
    .hero-bottom .text-link{font-size:11px}
    /* Industries rail. No client logos or unverified claims. */
    .industry-rail{padding:28px 0 34px;border-bottom:1px solid var(--line)}
    .industry-inner{display:grid;grid-template-columns:1fr 3.4fr;gap:35px;align-items:center}
    .industry-lead{font-size:12px;line-height:1.7;color:var(--muted);max-width:170px}
    .industry-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
    .industry-link{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:500;line-height:1.4}
    .industry-link .icon{width:24px;height:24px;opacity:.75}
    .industry-link:hover{text-decoration:underline;text-underline-offset:4px}
    /* Section scaffolding. */
    .section{padding:94px 0}
    .section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:45px;margin-top:21px;margin-bottom:43px}
    .section-heading h2,.large-heading{font-size:clamp(35px,4vw,53px);line-height:1.08;letter-spacing:-2.2px;max-width:690px}
    .section-heading>p{font-size:14px;color:var(--muted);max-width:330px;line-height:1.8}
    .section-heading>.text-link{white-space:nowrap;margin-bottom:5px}
    .service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
    .service-card{display:flex;flex-direction:column;position:relative;min-height:255px;padding:27px 24px 23px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}
    .service-card:hover{background:#eef1e5}
    .service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}
    .service-top>.icon{width:25px;height:25px}
    .service-index{font-size:10px;font-family:monospace;color:var(--muted)}
    .service-card h3{font-size:18px;line-height:1.3;letter-spacing:-.35px;margin-bottom:12px;max-width:210px}
    .service-card p{font-size:12px;line-height:1.75;color:var(--muted);margin-bottom:22px}
    .service-card>a{display:flex;justify-content:space-between;align-items:center;margin-top:auto;font-size:10px;font-weight:600}
    .service-card>a::after{position:absolute;content:"";inset:0}
    .service-card>a:focus-visible{outline-offset:8px}
    .service-card:focus-within{background:#eef1e5}
    .services-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:25px}
    .services-foot p{font-size:12px;color:var(--muted)}
    /* Representative engagements. */
    .work-section{background:#edf0e5;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
    .work-card{min-width:0}
    .work-art{height:256px;border-radius:5px;position:relative;overflow:hidden;padding:22px;display:flex;flex-direction:column;justify-content:space-between}
    .work-art-label{font-size:9px;letter-spacing:1.4px;text-transform:uppercase}
    .systems-art{background:#d9e2d3;color:var(--ink)}
    .systems-art::before{content:"";position:absolute;inset:0;opacity:.4;background-image:radial-gradient(#71836765 .7px,transparent .7px);background-size:12px 12px}
    .systems-diagram{position:relative;align-self:center;display:grid;grid-template-columns:1fr 24px 1fr;width:90%;align-items:center;gap:12px;font-size:10px}
    .system-center{grid-column:1/-1;justify-self:center;background:var(--forest);color:var(--lime);padding:11px 20px;border-radius:4px;width:70%;text-align:center;font-size:12px;margin-bottom:3px}
    .system-box{background:#f7f7f0bd;border:1px solid #b1c1a6;text-align:center;border-radius:4px;padding:10px 5px}
    .system-connector{font-size:15px;text-align:center}
    .art-footer{position:relative;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.6px;opacity:.8}
    .automation-art{background:var(--forest);color:#e6ecdf}
    .automation-art::before{content:"";position:absolute;border:1px solid #43604b;border-radius:50%;width:400px;height:400px;top:-77px;left:105px}
    .workflow{display:grid;gap:9px;position:relative;margin:8px 7px}
    .workflow-row{display:flex;gap:13px;align-items:center;border:1px solid #466350;border-radius:4px;background:#294a3e;padding:9px 12px;font-size:10px}
    .workflow-row .icon{width:15px;height:15px}
    .workflow-row small{margin-left:auto;font-size:8px;color:#b7c8ad}
    .workflow-row:last-child{background:var(--lime);border-color:var(--lime);color:var(--ink)}
    .workflow-row:last-child small{color:#3a5932}
    .product-art{background:#e4ded4;color:#504638}
    .browser-frame{width:90%;align-self:center;background:#f9f7f1;border:1px solid #c8c1b5;border-radius:5px;box-shadow:10px 12px 0 #d3ccbf;transform:rotate(-4deg)}
    .browser-toolbar{padding:9px 10px;border-bottom:1px solid #e1dcd2;display:flex;gap:4px}
    .browser-toolbar i{display:block;width:4px;height:4px;border-radius:50%;background:#b8b3a6}
    .browser-content{display:grid;grid-template-columns:45px 1fr;min-height:114px}
    .browser-sidebar{border-right:1px solid #e1dcd2;padding:13px 10px}
    .browser-sidebar span{display:block;height:3px;background:#ded9cb;margin-bottom:10px}
    .browser-main{padding:15px}
    .browser-main strong{display:block;font-size:10px;font-weight:500;margin-bottom:10px}
    .browser-cells{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
    .browser-cells i{display:block;height:29px;border:1px solid #dadfce;border-radius:3px;background:#e6eadb}
    .browser-line{height:4px;background:#dcd8cd;width:73%;margin-top:12px}
    .work-meta{display:flex;justify-content:space-between;align-items:center;margin:19px 0 10px;font-size:9px;letter-spacing:1.1px;text-transform:uppercase;color:var(--muted)}
    .work-card h3{font-size:23px;line-height:1.25;letter-spacing:-.6px;max-width:320px}
    .work-card>p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:11px;max-width:340px}
    .work-card>.text-link{margin-top:20px;font-size:11px}
    .example-note{font-size:10px;color:var(--muted);margin-top:33px;padding-top:17px;border-top:1px solid #d4dccc}
    /* Engagement models. */
    .approach-section{background:var(--forest);color:var(--paper);position:relative;overflow:hidden}
    .approach-section .eyebrow{color:var(--lime)}
    .approach-section .section-heading>p{color:#b8c7b5}
    .approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:33px;margin-top:63px}
    .approach-card{border-top:1px solid #57705b;padding-top:22px;position:relative}
    .approach-card::before{content:"";position:absolute;top:-4px;left:0;height:7px;width:7px;background:var(--lime)}
    .approach-card .step{display:block;font:11px monospace;color:#b7caa7;margin-bottom:23px}
    .approach-card h3{font-size:29px;letter-spacing:-1px;margin-bottom:12px}
    .approach-card p{font-size:12px;color:#b8c7b5;line-height:1.8}
    .approach-tag{display:inline-block;font-size:9px;letter-spacing:.3px;margin-top:25px;padding:5px 9px;border:1px solid #59705b;border-radius:3px;color:#dce6d3}
    .approach-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid #57705b;margin-top:46px;padding-top:27px}
    .approach-bottom p{font-size:12px;color:#b8c7b5}
    .approach-bottom .text-link{color:var(--lime);font-size:12px}
    /* Insight previews are local, original articles, opened in a dialog. */
    .insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
    .insight-card{border-top:1px solid var(--ink);padding-top:23px}
    .insight-meta{display:flex;justify-content:space-between;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:28px}
    .insight-card h3{font-size:24px;letter-spacing:-.7px;line-height:1.25;max-width:300px}
    .insight-card p{font-size:12px;color:var(--muted);line-height:1.8;margin:15px 0 20px}
    .insight-card .text-link{font-size:11px}
    /* Contact and footer. */
    .contact-section{background:var(--lime);padding:74px 0}
    .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:110px;align-items:start}
    .contact-copy h2{font-size:clamp(43px,5vw,67px);line-height:1.04;letter-spacing:-3px;margin:24px 0}
    .contact-copy h2 em{font-family:Georgia,'Times New Roman',serif;font-weight:400}
    .contact-copy>p{font-size:14px;max-width:350px;line-height:1.8;color:#425633}
    .contact-email{display:inline-block;font-size:14px;margin-top:33px;border-bottom:1px solid #183c3260}
    .contact-form{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px;padding-top:8px}
    .form-field{display:flex;flex-direction:column;gap:7px}
    .form-field.full{grid-column:1/-1}
    .form-field label{font-size:11px;font-weight:600}
    .form-field input,.form-field select,.form-field textarea{width:100%;min-width:0;background:#ffffff35;color:var(--ink);border:1px solid #183c3240;border-radius:3px;padding:12px;font-size:12px;outline-offset:2px}
    .form-field input::placeholder,.form-field textarea::placeholder{color:#526544;opacity:1}
    .form-field textarea{resize:vertical;min-height:92px;max-height:240px}
    .form-field select{min-height:45px}
    .form-submit{display:flex;justify-content:space-between;align-items:center;gap:18px;grid-column:1/-1;margin-top:1px}
    .form-submit .button{white-space:nowrap;font-size:12px;gap:14px}
    .form-note{font-size:9px;color:#425633;line-height:1.6;max-width:190px}
    .form-status{grid-column:1/-1;font-size:11px;color:var(--ink)}
    .site-footer{padding:47px 0 23px}
    .footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
    .footer-brand>p{font-size:11px;color:var(--muted);margin-top:15px}
    .footer-nav{display:flex;gap:65px}
    .footer-column{display:flex;flex-direction:column;gap:9px;font-size:11px}
    .footer-column h2{font-size:9px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;color:var(--muted)}
    .footer-column a:hover{text-decoration:underline;text-underline-offset:4px}
    .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);margin-top:45px;padding-top:19px;font-size:9px;color:var(--muted)}
    .footer-bottom a{text-decoration:underline;text-underline-offset:4px}
    /* Shared details dialog. Native dialog supplies focus containment. */
    .detail-dialog{border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--ink);padding:40px;width:min(640px,calc(100% - 32px));max-height:85dvh;overflow:auto;box-shadow:0 25px 120px #0003}
    .detail-dialog::backdrop{background:#102c2470;backdrop-filter:blur(4px)}
    .dialog-close{position:absolute;right:18px;top:16px;width:36px;height:36px;display:grid;place-items:center;background:none;border-radius:50%}
    .dialog-close:hover{background:#e9edde}
    .detail-dialog h2{font-size:35px;line-height:1.1;letter-spacing:-1.2px;padding-right:20px;margin:24px 0 18px}
    .dialog-content p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:16px}
    .dialog-content h3{font-size:16px;margin:24px 0 9px}
    .dialog-content ul{padding-left:19px;font-size:13px;line-height:1.8;color:var(--muted)}
    .dialog-cta{margin-top:20px}
    /* Case studies. Only the approved publication draft may be published, which
       is roughly 110 words, so the page is deliberately short and states its own
       evidence boundary rather than padding to look longer than the record is. */
    .case-breadcrumb{padding:26px 0 0;font-size:11px;color:var(--muted)}
    .case-breadcrumb ol{display:flex;flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none}
    .case-breadcrumb li{display:flex;align-items:center;gap:9px}
    .case-breadcrumb li::after{content:"/";color:var(--line)}
    .case-breadcrumb li:last-child::after{content:""}
    .case-breadcrumb a:hover{text-decoration:underline;text-underline-offset:4px}
    .case-breadcrumb [aria-current]{color:var(--ink)}
    .case-page{padding-top:34px}
    .case-hero{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;align-items:start;margin:22px 0 48px}
    .case-hero h1{font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-2.2px;max-width:640px;margin:0}
    .case-main{min-width:0}
    .case-main .case-body{margin-top:34px}
    .case-meta{display:grid;gap:17px;margin:7px 0 0;border-top:1px solid var(--ink);padding-top:21px}
    .case-meta dt{margin-bottom:5px;font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}
    .case-meta dd{margin:0;font-size:13px;line-height:1.6}
    .case-body{max-width:68ch}
    .case-body p{margin:0 0 20px;font-size:15px;line-height:1.85;color:var(--muted)}
    .case-body p:last-child{margin-bottom:0}
    /* The evidence boundary is a feature of these records, not a disclaimer to bury. */
    .case-note{max-width:68ch;margin:38px 0 0;padding-left:18px;border-left:2px solid var(--lime)}
    .case-integrity{max-width:68ch;margin:34px 0 0;padding-top:16px;border-top:1px solid var(--line);font-size:12px;line-height:1.7;color:var(--muted)}
    .case-limits{margin:10px 0 0;padding-top:10px;border-top:1px solid var(--line);font-size:13px;line-height:1.75;color:var(--muted)}
    .case-limits strong{color:var(--ink);font-weight:600}
    .case-note h2{margin:0 0 8px;font-size:12px;letter-spacing:1.1px;text-transform:uppercase;color:var(--ink)}
    .case-note p{margin:0;font-size:13px;line-height:1.75;color:var(--muted)}
    .case-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-top:52px;padding-top:28px;border-top:1px solid var(--ink)}
    .case-cta p{margin:0;max-width:430px;font-size:14px;color:var(--muted)}
    .case-foot{margin-top:34px;padding-top:19px;border-top:1px solid var(--line)}
    /* Index cards build on .insight-card; it has no position, which the
       whole-card click overlay needs. */
    .case-card{position:relative}
    /* ::after on .text-link is already the arrow glyph, so the whole-card
       click overlay uses ::before instead - reusing ::after stretched the
       arrow mask across the card and painted it in the corner. */
    .case-card>.text-link::before{position:absolute;content:"";inset:0}
    .case-card:hover h3{text-decoration:underline;text-underline-offset:5px}
    .case-card:focus-within{background:#eef1e5}
    .case-card-client{margin:0 0 9px;font-size:11px;color:var(--muted)}
    @media(min-width:1600px){.hero{padding-top:90px}.hero-grid{gap:100px}.hero h1{font-size:96px}.model-card{min-height:500px}}
    @media(max-width:1190px){.container{width:calc(100% - 72px)}.site-nav{gap:18px}.header-inner{gap:20px}.wordmark{font-size:25px}.hero-grid{gap:40px}.hero h1{font-size:76px;letter-spacing:-4px}.model-card{padding:25px;min-height:478px}.service-card{padding:23px 20px}.contact-grid{gap:65px}}
    @media(max-width:1030px){:root{--header:76px}.case-hero{gap:38px}.container{width:calc(100% - 56px)}.site-nav{gap:15px}.nav-link{font-size:11px}.header-inner{gap:15px}.brand-symbol{width:26px}.hero-grid{gap:35px}.hero h1{font-size:66px}.hero-actions{gap:17px}.hero-actions .button{padding:13px 15px;font-size:12px;gap:16px}.hero-actions .text-link{font-size:12px;gap:10px}.model-card{padding:23px 21px}.model-topline .status{display:none}.industry-inner{grid-template-columns:1fr 4fr;gap:20px}.industry-link{font-size:10px;gap:9px}.industry-list{gap:16px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:238px}.service-card h3{max-width:none}.work-art{height:226px;padding:17px}.work-grid{gap:20px}.work-card h3{font-size:21px}.contact-grid{gap:45px}.footer-nav{gap:38px}}
    @media(max-width:860px){.mobile-toggle{display:flex}.case-hero{grid-template-columns:1fr;gap:30px}.case-body{max-width:none}.case-note{max-width:none}.site-nav{display:none;position:absolute;top:var(--header);left:0;right:0;max-height:calc(100dvh - var(--header));overflow:auto;padding:14px 28px 24px;background:var(--paper);border-bottom:1px solid var(--line);align-items:stretch;flex-direction:column;gap:0;box-shadow:0 20px 30px #102c2420}.site-nav.is-open{display:flex}.nav-link{display:flex;justify-content:space-between;width:100%;padding:15px 0;font-size:14px;border-bottom:1px solid var(--line)}.mega-panel{position:static;border:0;box-shadow:none}.mega-content{width:100%;padding:18px 0}.mega-intro{display:none}.mega-grid{grid-template-columns:1fr 1fr;gap:20px}.mega-bottom{display:block;margin-top:15px}.mega-bottom p{display:none}.mega-column>h2{font-size:9px}.mega-item strong{font-size:12px}.mega-item span{font-size:10px}.nav-backdrop{display:none!important}.hero{padding-top:52px}.hero-grid{gap:30px}.hero h1{font-size:59px;letter-spacing:-3px}.hero h1 em{letter-spacing:-3px}.hero-description{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:19px}.hero-footnote{margin-top:23px;font-size:10px}.model-card{min-height:475px;padding:24px 19px}.model-title{font-size:23px}.flow-node{padding:13px 12px;gap:11px}.flow-text strong{font-size:12px}.model-sticker{right:-8px}.industry-inner{grid-template-columns:1fr;gap:18px}.industry-lead{max-width:none}.industry-list{gap:20px}.industry-link{font-size:11px}.section{padding:73px 0}.section-heading h2,.large-heading{font-size:42px}.section-heading>p{max-width:290px;font-size:13px}.work-art{height:210px;padding:15px}.systems-diagram{width:100%;gap:8px;font-size:8px}.system-center{font-size:9px}.workflow{margin:0;gap:7px}.workflow-row{padding:8px;gap:7px;font-size:8px}.workflow-row small{font-size:7px}.art-footer{font-size:7px}.browser-frame{width:95%}.work-art-label{font-size:8px}.work-card h3{font-size:20px}.work-card>p{font-size:11px}.approach-grid{grid-template-columns:repeat(2,1fr);gap:42px 35px;margin-top:43px}.insights-grid{gap:24px}.insight-card h3{font-size:22px}.contact-grid{grid-template-columns:1fr 1.1fr;gap:40px}.contact-copy h2{font-size:48px}.contact-form{grid-template-columns:1fr;gap:14px}.form-field{grid-column:1/-1}.form-submit{align-items:flex-start;flex-direction:column;gap:12px}.form-note{max-width:none}.footer-nav{gap:24px}}
    @media(max-width:650px){:root{--header:72px}.case-page{padding-top:24px}.case-hero{margin-bottom:34px}.case-cta{flex-direction:column;align-items:flex-start;gap:18px}.case-body p{font-size:14px}.case-meta dd{font-size:12px}.lang-option{min-width:30px;padding:5px 7px;font-size:9px;letter-spacing:1px}.header-actions{gap:7px}.container{width:calc(100% - 40px)}.header-inner{gap:12px}.wordmark{font-size:26px}.header-cta{min-height:38px;font-size:10px;padding:9px 12px;gap:12px}.header-actions{gap:8px}.brand{gap:8px}.brand-symbol{width:25px}.mobile-toggle{width:35px}.site-nav{padding-inline:20px}.hero{padding:42px 0 26px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-copy>.eyebrow{font-size:9px;letter-spacing:1.6px;margin-bottom:24px}.hero h1{font-size:clamp(58px,11.8vw,76px);line-height:1.03;letter-spacing:-3.5px;max-width:520px}.hero-description{font-size:14px;max-width:380px;margin-top:22px}.hero-actions{flex-direction:row;align-items:center;gap:23px;margin-top:24px}.hero-actions .button{font-size:11px;padding:14px 17px}.hero-actions .text-link{font-size:11px}.hero-footnote{margin-top:25px;font-size:10px}.hero-visual{max-width:460px;width:100%;justify-self:center;padding:0 7px 19px 0}.model-card{min-height:450px;padding:24px}.model-topline .status{display:flex}.model-title{font-size:26px;margin-top:25px}.flow{margin-top:23px}.flow-text strong{font-size:13px}.flow-text small{font-size:10px}.model-sticker{right:0;bottom:-18px;padding:11px 16px}.hero-bottom{margin-top:36px;padding-top:19px;gap:25px;align-items:flex-start}.hero-bottom p{font-size:8px;max-width:190px;line-height:1.8;letter-spacing:1px}.hero-bottom .text-link{font-size:10px;gap:9px;white-space:nowrap}.industry-rail{padding:21px 0 27px}.industry-lead{font-size:11px}.industry-list{grid-template-columns:1fr 1fr;gap:21px 15px}.industry-link{font-size:11px}.industry-link .icon{width:23px;height:23px}.section{padding:60px 0}.eyebrow{font-size:9px;letter-spacing:1.5px}.section-heading{flex-direction:column;align-items:flex-start;gap:20px;margin-top:18px;margin-bottom:31px}.section-heading h2,.large-heading{font-size:39px;letter-spacing:-1.8px}.section-heading>p{max-width:400px;font-size:13px}.service-card{min-height:259px;padding:21px 16px 18px}.service-top{margin-bottom:24px}.service-top>.icon{width:23px;height:23px}.service-card h3{font-size:17px;letter-spacing:-.3px}.service-card p{font-size:11px;line-height:1.7}.service-card>a{font-size:9px}.services-foot{align-items:flex-start;flex-direction:column;gap:17px}.services-foot p{font-size:11px}.services-foot .text-link{font-size:12px}.work-grid{grid-template-columns:1fr;gap:37px}.work-art{height:266px;padding:22px}.work-art-label{font-size:9px}.systems-diagram{width:84%;font-size:10px;gap:12px}.system-center{font-size:12px}.workflow{margin:0 10px;gap:10px}.workflow-row{padding:11px 13px;font-size:11px;gap:12px}.workflow-row small{font-size:9px}.art-footer{font-size:9px}.browser-frame{width:83%;max-width:290px}.work-card h3{font-size:25px;max-width:none}.work-card>p{font-size:12px;max-width:none}.work-card>.text-link{margin-top:16px}.work-meta{margin-top:17px}.example-note{font-size:9px}.approach-grid{gap:35px 25px;margin-top:38px}.approach-card h3{font-size:26px}.approach-card p{font-size:11px}.approach-card .step{margin-bottom:17px}.approach-tag{font-size:8px;padding:5px 7px;margin-top:17px}.approach-bottom{align-items:flex-start;flex-direction:column;margin-top:35px;gap:17px}.approach-bottom p{font-size:11px}.insights-grid{grid-template-columns:1fr;gap:35px}.insight-meta{margin-bottom:19px}.insight-card h3{font-size:25px;max-width:none}.insight-card p{font-size:12px}.contact-section{padding:55px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-copy h2{font-size:56px;letter-spacing:-2.8px;max-width:370px;margin:21px 0}.contact-copy>p{font-size:13px}.contact-email{margin-top:23px;font-size:13px}.contact-form{grid-template-columns:1fr 1fr;gap:17px 14px}.form-field{grid-column:auto}.form-field.full{grid-column:1/-1}.form-submit{flex-direction:row;align-items:center}.form-note{max-width:152px;font-size:8px}.form-submit .button{font-size:11px;padding:13px 16px;gap:10px}.footer-top{flex-direction:column;gap:35px}.footer-nav{width:100%;gap:35px;justify-content:space-between}.footer-column{font-size:10px;gap:10px}.footer-column h2{font-size:8px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px;margin-top:34px;font-size:8px}.detail-dialog{padding:30px 23px}.detail-dialog h2{font-size:30px}.dialog-content p{font-size:13px}}
    @media(max-width:560px){.header-cta{display:none}.site-nav .nav-cta{display:flex}.nav-cta .arrow{width:13px;height:13px}}
    @media(max-width:370px){.hero h1{font-size:54px}.hero-actions{gap:15px}.hero-actions .button{padding-inline:13px}.hero-actions .text-link{font-size:10px}.model-card{padding:23px 18px}.model-topline{font-size:8px}.service-card{padding-inline:12px}.service-card h3{font-size:16px}.contact-form{grid-template-columns:1fr}.form-field{grid-column:1/-1}.form-submit{flex-direction:column;align-items:flex-start}.form-note{max-width:none}.footer-nav{gap:17px}.mega-grid{gap:14px}}
    @media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
  