/* Industria Machina / blueprint revision
   Existing inspection workflows, Cascade assets, and system color preference.
   The drawing and its leaders share a 1536 × 1024 coordinate system. */
:root {
  --paper: #052536;
  --panel: #092d3e;
  --navy: #eef5f8;
  --solid: #76d8f5;
  --solid-ink: #042333;
  --field: #032334;
  --band: #082c3d;
  --indigo: #76d8f5;
  --rule: rgba(147, 188, 207, .23);
  --pale: #bad6dc;
  --ink2: #afc8d5;
  --blueprint-grid: rgba(126, 185, 213, .045);
  --cyan: #76d8f5;
}
:root[data-mode="dark"] {
  --paper:#052536; --panel:#092d3e; --navy:#eef5f8; --solid:#76d8f5;
  --solid-ink:#042333; --field:#032334; --band:#082c3d; --indigo:#76d8f5;
  --rule:rgba(147,188,207,.23); --ink2:#afc8d5;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-mode="light"]) {
    --paper:#052536; --panel:#092d3e; --navy:#eef5f8; --solid:#76d8f5;
    --solid-ink:#042333; --field:#032334; --band:#082c3d; --indigo:#76d8f5;
    --rule:rgba(147,188,207,.23); --ink2:#afc8d5;
  }
}
@media (prefers-color-scheme: light) {
  :root:not([data-mode="dark"]) {
    --paper:#edf3f5; --panel:#f7fafb; --navy:#102f41; --solid:#16465e;
    --solid-ink:#fff; --band:#e1ecf0; --indigo:#17526e;
    --rule:rgba(27,75,96,.2); --ink2:#466171; --blueprint-grid:rgba(41,88,106,.04);
  }
}
:root[data-mode="light"] {
  --paper:#edf3f5; --panel:#f7fafb; --navy:#102f41; --solid:#16465e;
  --solid-ink:#fff; --band:#e1ecf0; --indigo:#17526e;
  --rule:rgba(27,75,96,.2); --ink2:#466171; --blueprint-grid:rgba(41,88,106,.04);
}
html {scroll-padding-top:100px;}
body {background-image:linear-gradient(var(--blueprint-grid) 1px, transparent 1px),linear-gradient(90deg,var(--blueprint-grid) 1px, transparent 1px);background-size:24px 24px;line-height:1.65;}
.wrap {max-width:1512px;padding-inline:clamp(24px,4vw,64px);}
a:hover {text-decoration:none;}
a:focus-visible,button:focus-visible,summary:focus-visible {outline:2px solid var(--cyan);outline-offset:5px;}
.kick,.plate-no {font-size:12px;letter-spacing:.08em;line-height:1.7;}
.btn {border-width:1px;font-size:13px;text-transform:none;letter-spacing:0;min-height:49px;padding:13px 20px;}
.btn span[aria-hidden] {font-size:23px;line-height:1;}
.btn-primary:hover {background:#b4edff;border-color:#b4edff;color:#032334;}
#products,#luthier,#tuning-fork,#maintenance {scroll-margin-top:105px;}
nav {border-bottom:1px solid #53829b55;}
.nav-in {max-width:1512px;padding:15px clamp(24px,4vw,64px);gap:30px;}
.brand {flex-shrink:0;}
.brand img {width:310px;height:auto;display:block;}
.nav-menu {display:flex;align-items:center;flex:1;gap:25px;}
.nav-links {margin-left:auto;gap:29px;}
.nav-links a {font-size:12px;text-transform:none;letter-spacing:0;}
.nav-cta {margin-left:16px;}
nav .btn-primary {background:transparent;color:#e9f4f8;border-color:#b3d3e0;white-space:nowrap;font-size:12px;padding:11px 16px;}
nav .btn-primary:hover {background:var(--cyan);border-color:var(--cyan);color:#032334;}
.hero {padding:35px 0 0;border-bottom:1px solid #52809b66;background-image:linear-gradient(#4989a110 1px,transparent 1px),linear-gradient(90deg,#4989a110 1px,transparent 1px);background-size:24px 24px;}
.hero-layout {display:grid;grid-template-columns:1.01fr 1.24fr;align-items:center;gap:0;min-height:600px;}
.hero-copy {position:relative;z-index:2;padding:18px 0 40px;}
.hero .kick {color:#93b9cc;max-width:340px;}
.hero .kick:before {content:'';width:24px;height:1px;background:#93b9cc;flex-shrink:0;}
.hero h1 {font-size:clamp(38px,4.3vw,66px);font-weight:700;line-height:1.06;text-transform:none;letter-spacing:-.035em;margin:28px -90px 24px 0;overflow-wrap:normal;}
.hero-intro {font-size:clamp(17px,1.5vw,21px);line-height:1.55;max-width:480px;margin:0;color:#e8f0f5;}
.hero-context {font-size:16px;line-height:1.65;max-width:455px;color:#9bbdce;margin:18px 0 0;}
.hero-actions {display:flex;gap:12px;flex-wrap:wrap;margin-top:29px;}
.hero .btn {background:transparent;color:#e8f5fa;border-color:#85c4de;}
.hero .btn-primary {background:var(--cyan);color:#032334;border-color:var(--cyan);}
.hero .btn:hover {background:#b4edff;color:#032334;border-color:#b4edff;}
.hero-note {color:#8db2c7;font-size:12px;letter-spacing:.015em;margin-top:45px;}
.equipment-figure {margin:0 -26px 0 0;min-width:0;}
.equipment-sheet {position:relative;isolation:isolate;background:#032334;aspect-ratio:3/2;}
.kiln-drawing {display:block;width:100%;height:100%;filter:grayscale(1) brightness(.85) contrast(1.5);mix-blend-mode:screen;}
.equipment-leaders {position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;}
.leader-path {stroke:#76d8f5;stroke-width:1;vector-effect:non-scaling-stroke;stroke-linejoin:miter;}
.target-ring {stroke:#76d8f5;stroke-width:1;vector-effect:non-scaling-stroke;fill:#032334b3;}
.target-center {fill:#b8eeff;}
.drawing-label {position:absolute;color:#8ce0fb;font:12px/1.4 'JetBrains Mono',monospace;padding:6px 0;min-height:44px;display:flex;flex-direction:column;justify-content:flex-end;}
.drawing-label span {font-weight:500;text-transform:uppercase;letter-spacing:.06em;}
.drawing-label small {font-size:10px;color:#9cbacb;margin-top:3px;}
.drawing-label:hover {color:white;}
.label-vision {left:13.35%;bottom:76.08%;}
.label-vibration {left:54.04%;bottom:83.4%;}
.label-history {left:65.75%;bottom:4.79%;}
.equipment-sheet:has(.label-vision:hover) .leader-vision,.equipment-sheet:has(.label-vision:focus-visible) .leader-vision,
.equipment-sheet:has(.label-vibration:hover) .leader-vibration,.equipment-sheet:has(.label-vibration:focus-visible) .leader-vibration,
.equipment-sheet:has(.label-history:hover) .leader-history,.equipment-sheet:has(.label-history:focus-visible) .leader-history {filter:brightness(1.7);}
.equipment-caption {display:flex;justify-content:space-between;gap:20px;color:#789db1;font-size:10px;border-top:1px solid #426c803d;padding-top:16px;margin-top:18px;}
.equipment-types {border-top:1px solid #7199ad3d;padding-block:18px;display:flex;justify-content:space-between;gap:25px;color:#99b8c9;font-size:11px;}
.equipment-types>span:first-child {color:#d8e8f0;}
.product-section {padding-top:0;}
.section-rule {display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--rule);padding:25px 0;}
.section-rule h2 {font:400 13px 'JetBrains Mono',monospace;letter-spacing:.07em;text-transform:uppercase;margin:0;}
.section-rule>.mono {font-size:11px;color:var(--ink2);}
.product-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:50px;}
.product {position:relative;padding:0 0 29px;display:flex;flex-direction:column;}
.product + .product::before {content:"";position:absolute;left:-25px;top:0;bottom:0;border-left:1px solid var(--rule);pointer-events:none;}
.product-title {display:flex;gap:14px;align-items:center;min-height:107px;}
.product-title img {background:#092a3e;padding:5px;box-sizing:content-box;border:1px solid #7095aa55;}
.product-title h3 {font-size:clamp(18px,1.6vw,24px);letter-spacing:-.035em;line-height:1.1;margin:0;font-weight:700;}
.product-title p {font:11px/1.5 'JetBrains Mono',monospace;color:var(--ink2);margin:7px 0 0;}
.product-photo {width:100%;aspect-ratio:1.45;background-image:url('assets/blueprint/products.webp');background-repeat:no-repeat;background-size:300% 100%;border:1px solid var(--rule);}
.photo-vision {background-image:url('assets/blueprint/luthier-iphone.webp');background-size:auto 125%;background-position:50% 48%;}.photo-vibration {background-position:center center;}.photo-history {background-image:url('assets/blueprint/asset-sticker.webp');background-size:cover;background-position:center;}
.product-copy {font-size:16px;line-height:1.65;color:var(--ink2);margin:20px 0 24px;}
.product-link {border-top:1px solid var(--rule);padding-top:16px;margin-top:auto;font:12px 'JetBrains Mono',monospace;display:flex;align-items:center;justify-content:space-between;color:var(--navy);min-height:44px;}
.product-link span {font-size:23px;color:var(--indigo);}
.product-link:hover {color:var(--indigo);}
.band {margin-top:30px;padding:68px 0;border-block:1px solid var(--rule);background:var(--band);}
.band-grid {grid-template-columns:1.05fr 1fr;gap:10%;}
.band h2,.band h2 span {color:var(--navy)!important;}
.band h2 {text-transform:none;font-size:clamp(38px,4vw,58px);font-weight:700;line-height:1.05;letter-spacing:-.035em;}
.band-item,.band-item:last-child,:root[data-mode="dark"] .band-item {border-color:var(--rule);}
.band-item {padding:17px 0;}
.band-item h3 {font-size:18px;}.band-item p {font-size:16px;}
.sec {padding-top:75px;}
.sec-head {margin-bottom:28px;}.sec-head .end {font-size:10px;}
h2.sec-title {text-transform:none;font-size:clamp(35px,3.8vw,54px);line-height:1.06;font-weight:700;letter-spacing:-.035em;border:0;padding-bottom:0;max-width:24ch;}
.sec-lead {font-family:'Archivo',sans-serif;font-size:17px;line-height:1.7;max-width:72ch;margin-top:23px;}
.steps {grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:transparent;border:1px solid var(--rule);margin-top:37px;}
.step {background:var(--panel);border-right:1px solid var(--rule);}.step:last-child {border-right:0;}
.st-head {padding:15px 20px;border-bottom:1px solid var(--rule);font-size:12px;letter-spacing:.025em;}.st-head .st {font-size:10px;}
.st-body {padding:21px 20px 28px;}.step h3 {font-size:20px;line-height:1.25;}.step p {font-size:16px;}
.walkthrough {padding-top:26px;}
.walkthrough details {border-block:1px solid var(--rule);}
.walkthrough summary {list-style:none;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:24px 0;cursor:pointer;}
.walkthrough summary::-webkit-details-marker {display:none;}
.walkthrough summary>span:first-child {display:flex;flex-direction:column;gap:6px;}
.walkthrough summary .mono {font-size:11px;color:var(--indigo);}
.walkthrough summary strong {font-size:21px;font-weight:500;line-height:1.4;}
.watch-label {font:12px 'JetBrains Mono',monospace;display:flex;align-items:center;gap:23px;white-space:nowrap;}
.watch-label b {font-size:25px;font-weight:400;color:var(--indigo);}.walkthrough details[open] .watch-label b {transform:rotate(45deg);}
.walkthrough .stage {max-width:1080px;margin:0 auto 28px;}.stage-frame {border:1px solid var(--rule);}.stage-cap {color:var(--ink2);font-size:11px;letter-spacing:.04em;}
.split {grid-template-columns:.9fr 1.2fr;gap:45px;margin-top:37px;align-items:start;}.split-copy {padding:0;border:0;}.split-media {padding:0;}
.flist {border-top:1px solid var(--rule);margin-top:0;}.fitem {grid-template-columns:1fr;gap:6px;padding:21px 0;}.fitem h4 {font-size:12px;letter-spacing:.04em;}.fitem p {font-size:16px;}
.figure {border:1px solid var(--rule);padding:8px;}.rpt-link {border:1px solid var(--rule);font-size:12px;text-transform:none;letter-spacing:0;font-weight:400;padding:14px 17px;}.rpt-link:hover {background:var(--solid);color:var(--solid-ink);}
.fig-cap {font-size:11px;letter-spacing:.025em;}.scan-hud {font-size:10px;}.co-tag {font-size:11px;}.co-lines path {stroke-width:1.1;}
.datafoot {border:1px solid var(--rule);gap:0;background:none;grid-template-columns:repeat(4,1fr);margin-top:34px;}
.stat,:root[data-mode="dark"] .stat {background:var(--panel);color:var(--navy);border-right:1px solid var(--rule);padding:25px 23px;}.stat:last-child {border-right:0;}
@media (prefers-color-scheme:dark){:root:not([data-mode="light"]) .stat{background:var(--panel);color:var(--navy);}}
.stat .n {font-family:'Archivo',sans-serif;font-size:30px;font-weight:500;text-transform:none;letter-spacing:-.035em;margin-top:15px;}.stat .l {font-size:11px;letter-spacing:.015em;}
.ctaband {margin-top:75px;border-block:1px solid #618ba057;background:#032334;}.cta {padding-block:65px;}.cta h2 {font-size:clamp(38px,4.4vw,64px);line-height:1.04;letter-spacing:-.035em;text-transform:none;font-weight:700;max-width:20ch;}.cta h2 .em {color:#fff;}.cta p {font-size:18px;font-family:'Archivo',sans-serif;color:#b8d1de;}.hero-cta {display:flex;gap:14px;flex-wrap:wrap;margin-top:28px;}.on-field .btn-primary {background:var(--cyan);border-color:var(--cyan);}.on-field .btn {border-width:1px;}
footer {padding-top:45px;background:var(--paper);}.foot-in {grid-template-columns:1.4fr 1fr 1fr;gap:45px;}.foot-brand>a {display:flex;align-items:center;gap:14px;color:var(--navy);}.footer-logo {padding:4px;background:#032334;}.foot-brand .wm {color:var(--navy);font-size:16px;font-weight:700;}.foot-brand p {font-size:13px;letter-spacing:0;color:var(--ink2);}.foot-col h5 {font-size:12px;letter-spacing:.03em;}.foot-col a {font-size:14px;}.foot-base {max-width:1384px;margin-top:40px;border:1px solid var(--rule);font-size:10px;letter-spacing:.03em;}.foot-base>span {padding:14px 15px;}.foot-base .tb-x {display:none;}.mode-toggle button {min-height:44px;min-width:44px;font-size:11px;}
/* The existing Web3Forms flow remains connected; only its presentation changes. */
.modal-dialog {background:var(--paper);border:1px solid var(--rule);box-shadow:0 22px 100px #00101d66;}.modal-backdrop {background:#00131de0;}.modal-head-bar {background:var(--panel);color:var(--ink2);border-bottom:1px solid var(--rule);font-size:11px;}.modal-head {padding:28px 30px 0;}.modal-title {text-transform:none;font-size:32px;line-height:1.1;letter-spacing:-.03em;}.modal-sub {font-family:'Archivo',sans-serif;font-size:16px;line-height:1.6;}.demo-form {padding:0 30px 30px;}.ff-l {font-size:12px;letter-spacing:.02em;text-transform:none;}.ff input,.ff textarea {font-size:16px;border-width:1px;background:var(--panel);color:var(--navy);}.ff input:focus-visible,.ff textarea:focus-visible {outline:2px solid var(--indigo);outline-offset:2px;}.form-note {font-size:12px;letter-spacing:0;}.form-submit {font-size:14px;}.modal-x {width:44px;height:44px;}.modal-head-bar {padding:4px 12px 4px 25px;}
@media(max-width:1200px){
  .brand img{width:255px;}.nav-in{gap:20px;}.nav-links{gap:20px;}.nav-cta{margin-left:0;}.nav-menu{gap:20px;}
  .hero-layout{min-height:560px;}.hero h1{font-size:48px;margin-right:-80px;}.hero-context{max-width:385px;}.hero .btn{font-size:12px;padding:12px 15px;}.equipment-figure{margin-right:-10px;}
  .drawing-label{font-size:11px;}.drawing-label small{font-size:9px;}.equipment-caption{font-size:9px;gap:10px;}.equipment-types{font-size:10px;}
  .product-grid{column-gap:36px;}.product + .product::before{left:-18px;}.product-title{gap:10px;}.product-title img{width:30px;height:30px;}.product-title h3{font-size:20px;}.product-title p{font-size:10px;}.st-head{padding-inline:15px;}.st-body{padding-inline:15px;}.st-head .st{display:none;}
}
@media(max-width:1000px){
  .brand img{width:235px;}.nav-in{padding-block:12px;}.nav-links{gap:16px;}.nav-links a{font-size:11px;}nav .btn-primary{font-size:11px;padding:9px 12px;}
  .hero-layout{grid-template-columns:1fr 1.1fr;min-height:525px;}.hero h1{font-size:43px;}.hero-intro{font-size:17px;}.hero-context{font-size:15px;}.hero-actions{gap:10px;}.hero-note{font-size:11px;margin-top:28px;}.equipment-caption{flex-direction:column;gap:3px;}
  .product-title img{display:none;}.product-title h3{font-size:20px;}.product-copy{font-size:15px;}.product-link{font-size:11px;}.product-photo{aspect-ratio:1.15;}
  .band-grid{gap:7%;}.band h2{font-size:44px;}.steps{grid-template-columns:repeat(2,minmax(0,1fr));}.step:nth-child(2){border-right:0;}.step:nth-child(-n+2){border-bottom:1px solid var(--rule);}.st-head .st{display:block;}
  .split{grid-template-columns:1fr 1.12fr;gap:28px;}.co-tag{font-size:9px;padding:6px;}.fig-cap{font-size:10px;}.datafoot{grid-template-columns:repeat(2,1fr);}.stat:nth-child(2){border-right:0;}.stat:nth-child(-n+2){border-bottom:1px solid var(--rule);}
}
@media(max-width:800px){
  html{scroll-padding-top:88px;}.nav-in{flex-wrap:nowrap;}.nav-toggle{display:flex;border:1px solid #638ba0;}.nav-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#032334;padding:24px;flex-direction:column;align-items:stretch;border-bottom:1px solid #638ba0;}.nav-links{flex-direction:column;gap:6px;margin:0;}.nav-links a{font-size:14px;padding:9px 0;}.nav-cta{margin:12px 0 0;display:flex;}.nav-cta .btn{width:100%;font-size:13px;}nav.open .nav-menu{display:flex;}
  .hero{padding-top:24px;}.hero-layout{display:block;}.hero-copy{padding:16px 0 12px;}.hero h1{font-size:clamp(36px,6.7vw,53px);margin:23px 0;}.hero-intro{font-size:18px;max-width:530px;}.hero-context{font-size:16px;max-width:520px;}.hero .kick{max-width:100%;font-size:11px;}.hero-note{margin-top:23px;}.equipment-figure{margin:5px auto 24px;max-width:650px;}.equipment-caption{flex-direction:row;font-size:10px;}.drawing-label{font-size:12px;}.drawing-label small{font-size:10px;}.equipment-types{flex-direction:column;gap:7px;font-size:11px;}
  .section-rule>.mono{display:none;}.section-rule h2{font-size:12px;}.product-grid{grid-template-columns:1fr;column-gap:0;}.product + .product::before{display:none;}.product,.product:first-child,.product:last-child{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;padding:0 0 25px;margin-bottom:15px;border-right:0;border-bottom:1px solid var(--rule);}.product-title{grid-column:1/-1;min-height:92px;}.product-title img{display:block;width:34px;height:34px;}.product-title h3{font-size:23px;}.product-title p{font-size:11px;}.product-photo{grid-column:1;grid-row:2/4;aspect-ratio:1.15;}.product-copy{grid-column:2;grid-row:2;margin:0 0 12px;font-size:16px;}.product-link{grid-column:2;font-size:12px;}.product:last-child{margin-bottom:0;}
  .band{margin-top:22px;padding-block:43px;}.band-grid{grid-template-columns:1fr;gap:29px;}.band h2 span{display:inline;}.band h2{font-size:42px;max-width:15ch;}.band h2 span:after{content:' ';}.band-item p{max-width:none;}
  .sec{padding-top:52px;}.sec-head{margin-bottom:23px;}.sec-head .end{display:none;}h2.sec-title{font-size:40px;}.sec-lead{font-size:16px;}.steps{margin-top:28px;}.walkthrough summary strong{font-size:19px;}.watch-label{font-size:11px;gap:14px;}.split{grid-template-columns:1fr;gap:25px;}.split-copy{order:2;}.fitem{grid-template-columns:155px 1fr;gap:20px;}.co-tag{font-size:12px;}.scan-hud{font-size:10px;}.figure{max-width:680px;}.ctaband{margin-top:53px;}.cta{padding-block:49px;}.cta h2{font-size:46px;}.foot-in{grid-template-columns:1fr 1fr;gap:30px;}.foot-brand{grid-column:1/-1;}.foot-base{margin-inline:24px;flex-wrap:wrap;}.foot-base>span{font-size:10px;}.foot-base>span:last-child{display:none;}.foot-base .mode-toggle{margin-left:auto;}
}
@media(max-width:520px){
  .wrap{padding-inline:22px;}.nav-in{padding-inline:18px;}.brand img{width:245px;max-width:calc(100vw - 107px);}.nav-toggle{width:42px;height:42px;flex-shrink:0;}
  .hero .kick{font-size:10px;letter-spacing:.035em;}.hero h1{font-size:clamp(33px,8.4vw,43px);letter-spacing:-.04em;}.hero-intro{font-size:17px;}.hero-context{font-size:15px;}.hero-actions{flex-direction:column;align-items:stretch;gap:11px;max-width:360px;}.hero .btn{font-size:13px;}.hero-note{font-size:10px;}
  .equipment-figure{margin-top:16px;}.equipment-sheet{margin:0 -5px;}.drawing-label{font-size:9px;min-height:33px;padding:4px 0;}.drawing-label small{display:none;}.label-history{left:65.75%;white-space:nowrap;}.equipment-caption{font-size:9px;gap:10px;}.equipment-caption>span:last-child{max-width:120px;text-align:right;}.equipment-types{font-size:10px;}.section-rule h2{font-size:11px;letter-spacing:.025em;}
  .product,.product:first-child,.product:last-child{display:flex;gap:0;padding-bottom:23px;}.product-title{min-height:98px;}.product-title h3{font-size:23px;}.product-title p{font-size:11px;}.product-title img{width:32px;height:32px;}.product-photo{aspect-ratio:1.35;}.product-copy{margin:19px 0 21px;font-size:16px;}.product-link{font-size:13px;}
  .band h2{font-size:38px;}.band-item h3{font-size:17px;}.band-item p{font-size:16px;}h2.sec-title{font-size:35px;}.steps{grid-template-columns:1fr;}.step{border-right:0;border-bottom:1px solid var(--rule);}.step:last-child{border-bottom:0;}.st-head{padding:13px 18px;}.st-body{padding:20px 18px 25px;}.step p{font-size:16px;}
  .walkthrough summary{align-items:flex-start;gap:15px;}.walkthrough summary strong{font-size:18px;max-width:230px;}.watch-label{font-size:0;gap:0;}.watch-label b{font-size:28px;}.walkthrough summary .mono{font-size:10px;}.stage-cap{font-size:9px;}
  .fitem{grid-template-columns:1fr;gap:8px;}.co-tag{font-size:9px;}.scan-hud{font-size:8px;padding:5px;}.fig-cap{font-size:10px;}.datafoot{grid-template-columns:1fr 1fr;}.stat{padding:20px 15px!important;}.stat .l{font-size:10px;}.stat .n{font-size:27px;}.cta h2{font-size:39px;}.cta p{font-size:17px;}.cta .hero-cta{gap:12px;}.cta .btn{font-size:13px;}.foot-brand .wm{font-size:15px;}.foot-base{flex-direction:row;margin-inline:22px;}.foot-base>span{border:0;}.foot-base .mode-toggle{border-left:1px solid var(--rule);}.mode-toggle button{padding:0 10px;}
  .modal{padding:12px;align-items:center;}.modal-dialog{height:auto;max-height:calc(100dvh - 24px);border:1px solid var(--rule);}.modal-head{padding:22px 20px 0;}.modal-title{font-size:29px;}.demo-form{padding:0 20px 24px;}.ff-grid{gap:14px;}.modal-sub{font-size:15px;}
}
@media(prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;}.co-lines path,.co-dot,.co-tag{opacity:1;}.scan-sweep{display:none;}*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important;}}
/* Maintain equal image proportions and readable brand lockups. */
.product-photo,.product-title{flex-shrink:0;}
.brand img{width:345px;}
@media(max-width:1200px){.brand img{width:305px;}}
@media(max-width:1000px){.brand img{width:280px;}.nav-menu{gap:16px;}.nav-in{gap:20px;}}
@media(max-width:800px){.brand img{width:290px;}}
@media(max-width:520px){.brand img{width:270px;max-width:calc(100vw - 107px);}}
@media(max-width:520px){.drawing-label{font-size:11px;min-height:40px;}}
.equipment-sheet{background-image:linear-gradient(#4989a110 1px,transparent 1px),linear-gradient(90deg,#4989a110 1px,transparent 1px);background-size:24px 24px;}
