@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");:root{--ink:#17201f;--graphite:#222928;--paper:#f4f2ed;--white:#fff;--line:#d7d5cf;--muted:#66706d;--signal:#d84532;--signal-dark:#b52f20;--mint:#dce8e2;--steel:#aab2af;--forest:#073d36}*{box-sizing:border-box}.instrument-page{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,Arial,sans-serif;overflow-x:clip}.instrument-page a{color:inherit;text-decoration:none}.instrument-page h1,.instrument-page h2,.instrument-page h3,.instrument-page p{margin:0}.instrument-page button,.instrument-page h1,.instrument-page h2,.instrument-page h3,.instrument-page strong{font-family:Manrope,Arial,sans-serif}.instrument-kicker{display:flex;align-items:center;gap:9px;color:var(--signal);font:800 11px/1.2 Manrope,sans-serif;letter-spacing:.17em}.instrument-kicker span{width:7px;height:7px;background:var(--signal);border-radius:50%;box-shadow:0 0 0 5px rgba(216,69,50,.1)}.instrument-utility{height:34px;padding:0 max(4vw,34px);background:var(--graphite);color:#d6ddda;display:flex;justify-content:space-between;align-items:center;font-size:11px}.instrument-utility>div{display:flex;gap:22px}.instrument-utility a{display:flex;align-items:center;gap:7px}.instrument-live span,.instrument-utility i{width:6px;height:6px;border-radius:50%;background:#ff6a55;box-shadow:0 0 0 4px rgba(255,106,85,.12);animation:instrumentPulse 1.8s ease-in-out infinite}@keyframes instrumentPulse{50%{opacity:.5;transform:scale(.78)}}.instrument-header{height:78px;padding:0 max(4vw,34px);background:hsla(43,24%,94%,.96);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:44px;position:relative;z-index:20}.instrument-logo img{width:170px;height:auto;display:block}.instrument-header nav{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:13px;font-weight:700}.instrument-header nav a{position:relative}.instrument-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--signal);transition:.25s}.instrument-header nav a:hover:after{right:0}.instrument-actions{display:flex;align-items:center;gap:10px}.instrument-live,.instrument-quote{display:flex;align-items:center;gap:9px;padding:12px 15px;font-size:12px;font-weight:800}.instrument-live{border:1px solid var(--line);background:#fff}.instrument-quote{background:var(--signal);color:#fff!important}.instrument-quote:hover{background:var(--signal-dark);transform:translateY(-2px)}.instrument-menu{display:none;border:0;background:none}.instrument-mobile-nav{display:none}.instrument-hero{min-height:610px;display:grid;grid-template-columns:minmax(450px,44%) 1fr;position:relative;border-bottom:1px solid var(--line)}.instrument-hero-copy{padding:62px 4.8vw 50px max(5vw,54px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.instrument-hero-copy:after{content:"03";position:absolute;right:25px;bottom:-28px;color:rgba(23,32,31,.045);font:800 180px/1 Manrope,sans-serif;pointer-events:none}.instrument-hero h1{font-size:clamp(46px,4.35vw,70px);line-height:.99;letter-spacing:-.06em;max-width:720px;margin:20px 0 24px}.instrument-answer{max-width:670px;font-size:17px;line-height:1.72;color:#5b6562}.instrument-answer strong{color:var(--ink);font-weight:700}.instrument-hero-actions{display:flex;align-items:center;gap:14px;margin-top:34px}.instrument-hero-actions a{display:flex;align-items:center;justify-content:center;gap:11px;height:50px;padding:0 22px;font-size:13px;font-weight:800;border:1px solid var(--ink);transition:.25s}.instrument-hero-actions a:first-child{background:var(--ink);color:#fff}.instrument-hero-actions a:first-child:hover{background:var(--signal);border-color:var(--signal);transform:translateY(-2px)}.instrument-hero-actions a:last-child:hover{background:#fff;transform:translateY(-2px)}.instrument-hero-actions svg{width:17px}.instrument-hero-meta{display:flex;flex-wrap:wrap;gap:19px;margin-top:29px;font-size:11px;font-weight:700}.instrument-hero-meta span{display:flex;align-items:center;gap:6px}.instrument-hero-meta svg{width:14px;color:var(--signal)}.instrument-hero-visual{position:relative;min-height:610px;background:#e7e4de;overflow:hidden}.instrument-hero-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,hsla(43,24%,94%,.38),transparent 20%);z-index:1}.instrument-hero-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.instrument-hero-visual:hover img{transform:scale(1.025)}.instrument-orbit{position:absolute;z-index:2;background:hsla(0,0%,100%,.92);backdrop-filter:blur(9px);border-left:3px solid var(--signal);padding:12px 16px;min-width:158px;box-shadow:0 15px 35px rgba(28,33,31,.13);transition:.25s}.instrument-orbit:hover{transform:translateY(-4px)}.instrument-orbit b,.instrument-orbit small{display:block}.instrument-orbit b{font:800 10px/1.2 Manrope,sans-serif;letter-spacing:.12em}.instrument-orbit small{font-size:10px;color:#69716f;margin-top:4px}.orbit-a{left:10%;top:15%}.orbit-b{right:5%;top:43%}.orbit-c{left:37%;bottom:7%}.instrument-rfq-shell{margin:-42px auto 0;width:min(1480px,91vw);position:relative;z-index:5;background:#fff;display:grid;grid-template-columns:310px 1fr;border-top:4px solid var(--signal);box-shadow:0 28px 70px rgba(31,38,36,.13)}.instrument-rfq-intro{background:var(--graphite);color:#fff;padding:32px}.instrument-rfq-intro h2{font-size:26px;line-height:1.08;letter-spacing:-.035em;margin:14px 0}.instrument-rfq-intro>p:nth-of-type(2){font-size:13px;line-height:1.55;color:#bbc4c1}.instrument-rfq-intro>div{display:flex;gap:8px;align-items:center;margin-top:22px;font-size:11px;font-weight:700}.instrument-rfq-intro svg{width:17px;color:#f36b57}.instrument-rfq-shell form{padding:26px 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.instrument-rfq-shell label{font:700 11px/1.3 Manrope,sans-serif;color:#39413f}.instrument-rfq-shell input,.instrument-rfq-shell select,.instrument-rfq-shell textarea{width:100%;border:1px solid #c9cfcc;background:#f8f8f6;min-height:44px;padding:10px 12px;margin-top:7px;font:500 13px DM Sans,sans-serif;color:var(--ink);outline:none}.instrument-rfq-shell input:focus,.instrument-rfq-shell select:focus,.instrument-rfq-shell textarea:focus{border-color:var(--signal);box-shadow:0 0 0 3px rgba(216,69,50,.1)}.instrument-honeypot{position:absolute!important;left:-9999px!important}.instrument-notes{grid-column:1/3}.instrument-notes textarea{height:69px;resize:vertical}.instrument-upload{grid-column:3/5;border:1px dashed #a9b0ad;background:#f6f4f0;min-height:69px;padding:11px 13px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:center;position:relative}.instrument-upload svg{width:23px;color:var(--signal)}.instrument-upload span{display:flex;flex-direction:column}.instrument-upload small{font:500 10px DM Sans,sans-serif;color:#6c7471;margin-top:3px}.instrument-upload input{grid-column:1/3;position:absolute;inset:0;opacity:0;cursor:pointer;margin:0;height:100%}.instrument-submit{grid-column:1/5;display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:center}.instrument-submit button{height:48px;border:0;background:var(--signal);color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.instrument-submit button:hover{background:var(--signal-dark)}.instrument-submit small{font-size:10px;line-height:1.45;color:#6e7774}.instrument-submit small a{text-decoration:underline}.instrument-status{grid-column:1/5;font-size:12px;min-height:16px}.instrument-status.success{color:#16734d}.instrument-status.error{color:#b52222}.instrument-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.instrument-reveal.visible{opacity:1;transform:none}.instrument-section-head{display:grid;grid-template-columns:1.35fr .65fr;align-items:end;gap:8vw;margin-bottom:48px}.instrument-section-head h2{font-size:clamp(36px,4vw,64px);line-height:1.02;letter-spacing:-.055em;margin-top:16px}.instrument-section-head>p{font-size:15px;line-height:1.65;color:var(--muted);max-width:540px}.instrument-family{padding:120px max(5vw,48px) 105px}.instrument-family-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.instrument-family-grid>a{min-height:360px;padding:31px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;display:flex;flex-direction:column;transition:.3s;overflow:hidden}.instrument-family-grid>a:before{content:"";position:absolute;inset:auto 0 0;height:0;background:var(--graphite);transition:.35s;z-index:-1}.instrument-family-grid>a:hover{color:#fff;transform:translateY(-7px);box-shadow:0 20px 55px rgba(24,31,29,.16)}.instrument-family-grid>a:hover:before{height:100%}.instrument-family-index{font:800 11px Manrope,sans-serif;color:var(--signal);letter-spacing:.1em}.instrument-family-grid svg{width:34px;height:34px;margin:42px 0 22px;stroke-width:1.4}.instrument-family-grid h3{font-size:22px;line-height:1.15;letter-spacing:-.035em}.instrument-family-grid p{font-size:13px;line-height:1.6;color:#707875;margin-top:14px}.instrument-family-grid>a:hover p,.instrument-family-grid>a:hover small{color:#cbd2cf}.instrument-family-grid small{font-size:10px;color:#89918e;margin-top:18px}.instrument-family-grid b{display:flex;gap:8px;align-items:center;margin-top:auto;font-size:11px}.instrument-family-grid b svg{width:15px;height:15px;margin:0}.instrument-interface-map{margin:0 max(5vw,48px);display:grid;grid-template-columns:1.1fr .9fr;background:var(--graphite);color:#fff;min-height:650px}.instrument-interface-image{position:relative;overflow:hidden}.instrument-interface-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:.7s}.instrument-interface-image:hover img{transform:scale(1.03)}.instrument-interface-image>div{position:absolute;left:28px;bottom:28px;right:28px;background:rgba(23,32,31,.9);border-left:3px solid var(--signal);padding:16px 18px;display:flex;gap:12px;align-items:center}.instrument-interface-image svg{color:#f1604c}.instrument-interface-image span{display:flex;flex-direction:column}.instrument-interface-image strong{font-size:12px}.instrument-interface-image small{font-size:10px;color:#c3cbc8;margin-top:3px}.instrument-map-copy{padding:62px clamp(35px,5vw,74px)}.instrument-map-copy h2{font-size:clamp(37px,4vw,61px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 36px}.instrument-map-copy ol{list-style:none;margin:0;padding:0;border-top:1px solid #444c49}.instrument-map-copy li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #444c49}.instrument-map-copy li>span{color:#f25c49;font:800 10px Manrope,sans-serif}.instrument-map-copy li div{display:flex;flex-direction:column}.instrument-map-copy li strong{font-size:14px}.instrument-map-copy li small{font-size:11px;color:#b7c0bd;margin-top:4px;line-height:1.45}.instrument-map-copy>a{display:inline-flex;align-items:center;gap:10px;margin-top:27px;color:#fff;font-size:12px;font-weight:800;border-bottom:1px solid #f35d49;padding-bottom:7px}.instrument-applications{padding:120px max(5vw,48px)}.instrument-application-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:26px}.instrument-application-layout>img{width:100%;height:600px;-o-object-fit:cover;object-fit:cover}.instrument-application-cards{display:grid;gap:14px}.instrument-application-cards article{background:#fff;border:1px solid var(--line);padding:30px;display:grid;grid-template-columns:48px 1fr;gap:18px;align-items:start;transition:.25s}.instrument-application-cards article:hover{transform:translateX(-8px);border-color:var(--signal);box-shadow:0 15px 38px rgba(24,31,29,.1)}.instrument-application-cards svg{width:34px;color:var(--signal);stroke-width:1.4}.instrument-application-cards span{display:flex;flex-direction:column}.instrument-application-cards strong{font-size:17px}.instrument-application-cards small{font-size:12px;line-height:1.55;color:var(--muted);margin-top:8px}.instrument-film{display:grid;grid-template-columns:.72fr 1.28fr;margin:0 max(5vw,48px);background:#e2ded5}.instrument-film-copy{padding:65px}.instrument-film-copy h2{font-size:clamp(36px,4vw,57px);line-height:1.02;letter-spacing:-.05em;margin:18px 0 24px}.instrument-film-copy>p:nth-of-type(2){font-size:14px;line-height:1.7;color:#5f6966}.instrument-film-copy>div{display:grid;gap:10px;margin:27px 0}.instrument-film-copy>div span{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:700}.instrument-film-copy svg{width:17px;color:var(--signal)}.instrument-film-copy>a{display:inline-flex;align-items:center;gap:9px;background:var(--signal);color:#fff;padding:15px 18px;font-size:11px;font-weight:800}.instrument-film-frame{position:relative;min-height:520px;background:#0d1110}.instrument-film-frame video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.instrument-film-frame>span{position:absolute;left:22px;top:20px;background:rgba(20,26,24,.87);color:#fff;padding:10px 13px;font:800 9px Manrope,sans-serif;letter-spacing:.13em}.instrument-film-frame i{display:inline-block;width:6px;height:6px;background:#f45d49;border-radius:50%;margin-right:8px}.instrument-materials{padding:120px max(5vw,48px);display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw}.instrument-materials h2{font-size:clamp(37px,4vw,61px);line-height:1.02;letter-spacing:-.055em;margin-top:17px}.instrument-material-table{border-top:1px solid var(--line)}.instrument-material-table a{min-height:112px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:52px 1fr 25px;align-items:center;gap:18px;padding:17px 4px;transition:.25s}.instrument-material-table a:hover{padding-left:15px;background:#fff}.instrument-material-table i{width:42px;height:42px;border-radius:50%;box-shadow:inset -8px -8px 14px rgba(0,0,0,.18),inset 7px 7px 11px hsla(0,0%,100%,.5)}.mat-316{background:linear-gradient(135deg,#f7f7f5,#8d9693)}.mat-304{background:linear-gradient(135deg,#e4e6e4,#737d7a)}.mat-al{background:linear-gradient(135deg,#fff,#b8bcb9)}.mat-br{background:linear-gradient(135deg,#e7bd58,#9d682a)}.instrument-material-table span{display:flex;flex-direction:column}.instrument-material-table small{font-size:9px;color:var(--signal);letter-spacing:.11em;font-weight:800}.instrument-material-table strong{font-size:17px;margin:3px 0}.instrument-material-table em{font-style:normal;font-size:11px;color:var(--muted)}.instrument-material-table svg{width:17px}.instrument-evidence{padding:105px max(5vw,48px);background:var(--graphite);color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw}.instrument-evidence-head h2{font-size:clamp(37px,4vw,61px);line-height:1.02;letter-spacing:-.055em;margin:18px 0 25px}.instrument-evidence-head>p:nth-of-type(2){font-size:13px;line-height:1.65;color:#b8c0bd}.instrument-evidence-head>a{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--signal);padding-bottom:7px;margin-top:25px;font-size:11px;font-weight:800}.instrument-evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#48504d}.instrument-evidence-grid article{background:#29312f;min-height:210px;padding:27px;display:flex;flex-direction:column;transition:.25s}.instrument-evidence-grid article:hover{background:#333d3a;transform:translateY(-5px)}.instrument-evidence-grid svg{color:#ff6a55;width:28px}.instrument-evidence-grid strong{font-size:17px;margin:24px 0 9px}.instrument-evidence-grid span{font-size:10px;line-height:1.55;color:#b9c2bf}.instrument-evidence-grid .instrument-dnb{grid-column:1/4;min-height:150px;display:grid;grid-template-columns:48px 1fr;align-items:start}.instrument-dnb div{display:flex;flex-direction:column}.instrument-dnb strong{margin:0 0 8px}.instrument-dnb a{display:flex;align-items:center;gap:8px;color:#fff;font-size:10px;font-weight:800;margin-top:12px}.instrument-dnb a svg{width:14px}.instrument-scope{padding:105px max(5vw,48px);display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw}.instrument-scope h2{font-size:clamp(37px,4vw,61px);line-height:1.02;letter-spacing:-.055em;margin-top:18px}.instrument-scope>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:16px}.instrument-scope article{padding:30px;background:#fff;border:1px solid var(--line);display:grid;grid-template-columns:35px 1fr;gap:16px}.instrument-scope article:last-child{background:#ece9e2}.instrument-scope article>svg{width:25px;color:var(--signal)}.instrument-scope article span{display:flex;flex-direction:column}.instrument-scope article strong{font-size:15px}.instrument-scope article small{font-size:11px;line-height:1.6;color:var(--muted);margin-top:8px}.instrument-faq{padding:110px max(5vw,48px);background:#fff}.instrument-faq>div:last-child{border-top:1px solid var(--line)}.instrument-faq details{border-bottom:1px solid var(--line)}.instrument-faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 5px;font:700 16px Manrope,sans-serif;cursor:pointer}.instrument-faq summary::-webkit-details-marker{display:none}.instrument-faq summary svg{width:18px;transition:.25s}.instrument-faq details[open] summary svg{transform:rotate(180deg)}.instrument-faq details p{max-width:950px;padding:0 5px 23px;color:var(--muted);font-size:13px;line-height:1.7}.instrument-final{margin:100px max(5vw,48px);background:var(--signal);color:#fff;padding:58px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;position:relative;overflow:hidden}.instrument-final:after{content:"";position:absolute;width:330px;height:330px;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;right:-100px;top:-120px}.instrument-final h2{font-size:clamp(38px,4.5vw,70px);line-height:1;letter-spacing:-.055em;max-width:900px;margin:17px 0 15px}.instrument-final p{font-size:13px;color:#ffe2dd}.instrument-final>a{align-items:center;gap:10px;background:var(--graphite);padding:18px 22px;font-size:12px;font-weight:800}.instrument-contact,.instrument-final>a{position:relative;z-index:1;display:flex}.instrument-contact{grid-column:1/3;gap:25px;border-top:1px solid hsla(0,0%,100%,.3);padding-top:19px;font-size:11px;font-weight:700}.instrument-footer{padding:68px max(5vw,48px);background:#151c1b;color:#dbe1df;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px}.instrument-footer img{width:180px;filter:brightness(0) invert(1)}.instrument-footer p{font-size:11px;line-height:1.6;color:#9fa8a5;max-width:330px;margin-top:17px}.instrument-footer>div{display:flex;flex-direction:column;gap:10px;font-size:11px}.instrument-footer strong{font-size:10px;color:#ff6d59;letter-spacing:.12em;margin-bottom:5px}.instrument-footer-bottom{padding:18px max(5vw,48px);background:#101514;color:#7f8986;display:flex;justify-content:space-between;font-size:10px}.instrument-footer-bottom span{display:flex;gap:18px}@media(max-width:1180px){.instrument-header nav{display:none}.instrument-menu{display:block;margin-left:auto}.instrument-actions{margin-left:auto}.instrument-mobile-nav{position:absolute;display:flex;flex-direction:column;top:78px;left:0;right:0;background:#fff;padding:20px 4vw;gap:15px;box-shadow:0 15px 25px rgba(0,0,0,.12)}.instrument-hero{grid-template-columns:46% 54%}.instrument-hero-copy{padding-left:4vw}.instrument-rfq-shell{grid-template-columns:250px 1fr}.instrument-rfq-shell form{grid-template-columns:repeat(2,1fr)}.instrument-notes,.instrument-status,.instrument-submit,.instrument-upload{grid-column:auto}.instrument-notes{grid-column:1}.instrument-upload{grid-column:2}.instrument-status,.instrument-submit{grid-column:1/3}.instrument-family-grid{grid-template-columns:repeat(2,1fr)}.instrument-film,.instrument-interface-map{grid-template-columns:1fr 1fr}.instrument-evidence,.instrument-materials,.instrument-scope{grid-template-columns:1fr;gap:45px}}@media(max-width:820px){.instrument-utility{display:none}.instrument-header{height:66px;padding:0 20px}.instrument-logo img{width:145px}.instrument-actions{display:none}.instrument-mobile-nav{top:66px}.instrument-hero{grid-template-columns:1fr}.instrument-hero-copy{padding:68px 24px 50px}.instrument-hero h1{font-size:52px}.instrument-hero-visual{min-height:480px}.instrument-rfq-shell{margin:0;width:100%;grid-template-columns:1fr}.instrument-rfq-intro{padding:28px 24px}.instrument-rfq-shell form{grid-template-columns:1fr;padding:24px}.instrument-notes,.instrument-status,.instrument-submit,.instrument-upload{grid-column:1}.instrument-submit{grid-template-columns:1fr}.instrument-applications,.instrument-evidence,.instrument-family,.instrument-faq,.instrument-materials,.instrument-scope{padding:80px 24px}.instrument-section-head{gap:22px;margin-bottom:35px}.instrument-family-grid,.instrument-section-head{grid-template-columns:1fr}.instrument-family-grid>a{min-height:300px}.instrument-interface-map{margin:0;grid-template-columns:1fr}.instrument-interface-image{min-height:470px}.instrument-application-layout{grid-template-columns:1fr}.instrument-application-layout>img{height:460px}.instrument-film{margin:0;grid-template-columns:1fr}.instrument-film-copy{padding:45px 24px}.instrument-film-frame{min-height:420px}.instrument-evidence-grid,.instrument-materials{grid-template-columns:1fr}.instrument-evidence-grid .instrument-dnb{grid-column:1}.instrument-final,.instrument-scope>div:last-child{grid-template-columns:1fr}.instrument-final{margin:70px 24px;padding:40px 25px}.instrument-contact{grid-column:1;flex-direction:column;gap:8px}.instrument-footer{grid-template-columns:1fr 1fr;padding:55px 24px}.instrument-footer>div:first-child{grid-column:1/3}.instrument-footer-bottom{padding:18px 24px}}@media(max-width:520px){.instrument-hero-copy{padding-top:55px}.instrument-hero h1{font-size:43px}.instrument-answer{font-size:15px}.instrument-hero-actions{flex-direction:column;align-items:stretch}.instrument-hero-actions a{width:100%}.instrument-hero-meta{flex-direction:column;gap:9px}.instrument-hero-visual{min-height:390px}.instrument-orbit{min-width:130px;padding:9px 10px}.orbit-a{left:5%;top:8%}.orbit-b{right:3%;top:43%}.orbit-c{left:10%;bottom:6%}.instrument-evidence-head h2,.instrument-materials h2,.instrument-scope h2,.instrument-section-head h2{font-size:38px}.instrument-interface-image{min-height:370px}.instrument-interface-image>div{left:15px;right:15px;bottom:15px}.instrument-map-copy{padding:42px 24px}.instrument-map-copy h2{font-size:40px}.instrument-application-layout>img{height:340px}.instrument-application-cards article{padding:22px}.instrument-film-frame{min-height:330px}.instrument-final h2{font-size:39px}.instrument-footer{grid-template-columns:1fr}.instrument-footer>div:first-child{grid-column:1}.instrument-footer-bottom{flex-direction:column;gap:10px}.instrument-contact{font-size:10px}}@media(max-width:820px){.instrument-hero-copy{padding:50px 24px 34px}.instrument-hero-visual{min-height:320px}.instrument-rfq-shell{margin:0}.instrument-hero-actions{margin-top:25px}.instrument-hero-meta{margin-top:22px}}@media(max-width:520px){.instrument-hero-copy{padding:42px 22px 26px}.instrument-hero h1{font-size:40px;margin:16px 0 20px}.instrument-answer{font-size:14px;line-height:1.58}.instrument-hero-actions{display:grid;grid-template-columns:1.25fr .9fr;gap:8px;margin-top:24px}.instrument-hero-actions a{height:49px;padding:0 10px;font-size:10px;line-height:1.25}.instrument-hero-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:20px}.instrument-hero-meta span{font-size:9px}.instrument-hero-visual{min-height:230px}.instrument-orbit{font-size:9px}.orbit-c{left:6%;bottom:4%}}@media(prefers-reduced-motion:reduce){.instrument-page *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.instrument-reveal{opacity:1;transform:none}}