:root{--ink:#20362f;--text:#364b43;--muted:#6a766e;--green:#205d48;--green-dark:#164635;--green-light:#eaf2ec;--red:#bc2c35;--red-dark:#98212a;--cream:#f7f7f2;--surface:#fff;--line:#dce3da;--line-strong:#c0cec0;--radius:16px;--shadow:0 8px 32px #1c30240e;--font-sans:Arial,Helvetica,sans-serif;--container:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:160px}body{background:var(--cream);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--ink);letter-spacing:-.035em;margin:0;font-weight:700;line-height:1.15}h1{max-width:20ch;font-size:clamp(34px,4.25vw,60px)}h2{font-size:clamp(27px,3vw,39px)}h3{letter-spacing:-.025em;font-size:21px}p{margin:0 0 1em}p:last-child{margin-bottom:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button{color:inherit}img,svg{vertical-align:middle}img{max-width:100%;height:auto}svg{flex-shrink:0}ul,ol{padding-left:1.25em}figure{margin:0}figcaption{color:var(--muted);margin-top:10px;font-size:12px}hr{border:0;border-top:1px solid var(--line);margin:32px 0}::selection{color:var(--green-dark);background:#d8e8da}:focus-visible{outline-offset:4px;outline:3px solid #48886c}input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:1px}section[id]{scroll-margin-top:165px}[hidden]{display:none!important}.container{width:min(var(--container),calc(100% - 80px));margin-inline:auto}.section{padding-block:72px}.section+.section{border-top:1px solid var(--line)}.eyebrow{color:var(--red);letter-spacing:.17em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:700;line-height:1.4;display:block}.muted{color:var(--muted)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:999;background:var(--green);color:#fff;padding:10px 20px;position:fixed;top:8px;left:16px;transform:translateY(-180%)}.skip-link:focus{transform:none}.icon{display:inline-block}.text-link{color:var(--green);align-items:center;gap:7px;font-size:14px;font-weight:700;display:inline-flex}.text-link:hover{text-underline-offset:4px;text-decoration:underline}.button{border:1px solid var(--line-strong);min-height:46px;color:var(--ink);background:#fff;border-radius:7px;justify-content:center;align-items:center;gap:10px;padding:12px 21px;font-size:13px;font-weight:700;line-height:1.3;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.button:hover{border-color:var(--green);background:var(--green-light)}.button.primary{background:var(--red);border-color:var(--red);color:#fff}.button.primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.button.secondary{border-color:var(--line-strong);color:var(--green);background:0 0}.button.secondary:hover{background:var(--green-light);border-color:var(--green)}.button.small{min-height:38px;padding:8px 14px;font-size:12px}.button-row{flex-wrap:wrap;gap:12px;margin-top:25px;display:flex}.tag{border:1px solid var(--line);color:var(--green);background:#f6f8f3;border-radius:4px;align-items:center;gap:5px;padding:5px 9px;font-size:11px;font-weight:700;line-height:1.3;display:inline-flex}.tag+.tag{margin-left:5px}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.section-heading .eyebrow{margin-bottom:10px}.section-heading p{max-width:580px;color:var(--muted);margin-top:14px;font-size:15px}.section-heading>a{flex-shrink:0}.site-utility{background:var(--green-dark);color:#e6ede7;font-size:11px}.site-utility-inner{justify-content:space-between;align-items:center;gap:20px;min-height:30px;display:flex}.site-utility a{align-items:center;gap:7px;display:flex}.site-header{z-index:80;border-bottom:1px solid var(--line);background:#fffffcfa;position:sticky;top:0}.site-header-main{grid-template-columns:230px minmax(240px,1fr) auto;align-items:center;gap:35px;min-height:95px;display:grid}.site-logo{align-items:center;width:220px;display:inline-flex}.site-logo img{width:100%;height:auto}.header-search{border:1px solid var(--line);width:100%;max-width:520px;height:45px;color:var(--muted);background:#f5f6f1;border-radius:7px;align-items:center;gap:11px;margin-left:auto;padding:0 8px 0 15px;display:flex}.header-search:focus-within{border-color:var(--green)}.header-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.header-search input:focus-visible{outline:0}.header-search input::placeholder{color:#7b8279}.header-search button{color:var(--green);border:1px solid var(--line);background:#fff;border-radius:4px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid}.header-search button:hover{background:var(--green-light)}.header-actions{align-items:center;gap:14px;display:flex}.header-quote{white-space:nowrap;color:var(--green);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.quote-count{background:var(--green-light);min-width:21px;height:21px;color:var(--green);border:1px solid #d4e3d7;border-radius:50%;place-items:center;padding:0 5px;font-size:10px;display:grid}.mobile-menu-toggle{border:1px solid var(--line);background:0 0;border-radius:5px;justify-content:center;align-items:center;min-width:42px;min-height:42px;display:none}.site-nav-wrap{border-top:1px solid #e9ede5}.primary-navigation{justify-content:space-between;align-items:center;gap:20px;min-height:49px;display:flex}.primary-links{align-self:stretch;align-items:center;gap:31px;display:flex}.primary-links>a{color:#48544b;white-space:nowrap;align-items:center;font-size:12px;font-weight:700;display:flex;position:relative}.primary-links>a:hover,.primary-links>a[aria-current=page]{color:var(--red)}.primary-links>a[aria-current=page]:after{content:"";background:var(--red);height:3px;position:absolute;bottom:0;left:0;right:0}.all-products-link{color:var(--green);white-space:nowrap;align-items:center;gap:10px;font-size:12px;font-weight:700;display:flex}.breadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:9px;padding-block:22px;font-size:11px;display:flex}.breadcrumbs a:hover{color:var(--green);text-decoration:underline}.breadcrumbs>*{overflow-wrap:anywhere;min-width:0}.hero{padding-block:57px 50px;position:relative}.hero-grid{grid-template-columns:1.02fr 1fr;align-items:center;gap:60px;display:grid}.hero-copy>p{max-width:570px;color:var(--muted);margin-top:23px;font-size:16px;line-height:1.8}.hero-copy h1 em{color:var(--green);font-style:normal}.hero-copy .button{margin-top:12px;margin-right:8px}.hero-media{min-width:0;position:relative}.hero-media>img,.hero-media figure>img{aspect-ratio:1.2;object-fit:cover;border-radius:var(--radius);width:100%;display:block}.hero-media figcaption{padding-inline:2px}.hero-media .tag{background:#fffffff0;position:absolute;top:20px;left:20px}.hero-stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px;padding-top:24px;display:grid}.hero-stats>div+div{border-left:1px solid var(--line);padding-left:18px}.hero-stats strong{color:var(--green);letter-spacing:-.04em;font-size:25px;font-weight:700;line-height:1.2;display:block}.hero-stats span,.hero-stats small{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.5;display:block}.hero .search-form:not(.header-search){margin-top:24px}.search-form:not(.header-search){align-items:center;gap:10px;display:flex}.search-form:not(.header-search) input{border:1px solid var(--line-strong);min-width:0;color:var(--ink);background:#fff;border-radius:6px;flex:1;padding:13px 15px}.search-form:not(.header-search) button{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:6px;min-height:47px;padding:10px 19px;font-weight:700}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;min-width:0;transition:border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.category-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.category-card>img,.category-card>a>img{aspect-ratio:1.5;object-fit:cover;width:100%;display:block}.category-card>div,.category-card>article{padding:22px}.category-card h3{margin-bottom:10px;font-size:18px}.category-card p{color:var(--muted);font-size:13px;line-height:1.7}.category-card .icon{color:var(--green)}.category-card .category-icon{background:var(--green-light);border-radius:8px;place-items:center;width:41px;height:41px;margin-bottom:16px;display:grid}.category-card>h3,.category-card>p,.category-card>.text-link{margin:0 22px 16px}.category-card>h3:first-child{margin-top:24px}.category-card .text-link{margin-top:auto}.category-card .tag{width:max-content;margin-bottom:12px}.category-card>a:only-child{height:100%;display:block}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;min-width:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow)}.product-image{aspect-ratio:1.36;border-bottom:1px solid var(--line);object-fit:contain;background:#f0f2ed;justify-content:center;align-items:center;width:100%;padding:14px;display:flex;overflow:hidden}.product-image>img{object-fit:contain;width:100%;height:100%;max-height:100%;display:block}.product-image .icon{color:#97afa0;width:60px;height:60px}.product-info{flex-direction:column;flex:1;align-items:flex-start;padding:20px;display:flex}.product-brand{letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:9px;font-size:10px;font-weight:700}.product-info h2,.product-info h3{letter-spacing:-.02em;overflow-wrap:anywhere;margin:0 0 8px;font-size:17px;line-height:1.35}.product-info h2 a:hover,.product-info h3 a:hover{color:var(--green)}.product-info>p{color:var(--muted);font-size:12px;line-height:1.65}.product-pn{color:var(--muted);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.6}.product-info .product-pn{margin-bottom:13px}.product-info ul{color:var(--muted);margin:8px 0 18px;padding-left:17px;font-size:12px}.product-actions{justify-content:space-between;align-items:center;gap:9px;width:100%;margin-top:auto;padding-top:17px;display:flex}.product-actions .button{min-height:37px;padding:9px 11px;font-size:11px}.product-actions>a:not(.button){color:var(--green);font-size:11px;font-weight:700}.product-card>.product-actions{padding:0 20px 20px}.product-info>.tag{margin-bottom:12px}.catalog-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:28px;display:grid}.filter-panel{border:1px solid var(--line);background:#fff;border-radius:10px;padding:22px;position:sticky;top:165px}.filter-panel h2{margin-bottom:23px;font-size:20px}.filter-panel h3,.filter-panel legend{letter-spacing:0;color:var(--ink);margin-bottom:12px;font-size:12px;font-weight:700}.filter-panel fieldset{border:0;border-bottom:1px solid var(--line);margin:0 0 22px;padding:0 0 22px}.filter-panel fieldset:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.filter-panel label{color:var(--text);align-items:center;gap:8px;margin-bottom:11px;font-size:12px;line-height:1.5;display:flex}.filter-panel label>span:last-child{color:var(--muted);margin-left:auto;font-size:11px}.filter-panel input[type=checkbox],.filter-panel input[type=radio]{accent-color:var(--green)}.filter-panel input[type=search],.filter-panel input[type=text],.filter-panel select{border:1px solid var(--line);background:var(--cream);border-radius:5px;width:100%;min-width:0;padding:10px;font-size:12px}.filter-panel .field{margin-bottom:17px}.filter-panel .field label{margin-bottom:6px}.catalog-toolbar{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;font-size:12px;display:flex}.catalog-toolbar select{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:5px;max-width:100%;padding:9px 28px 9px 12px;font-size:12px}.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:36px;display:flex}.pagination>a,.pagination>button,.pagination>span{border:1px solid var(--line);background:#fff;border-radius:5px;justify-content:center;align-items:center;min-width:39px;min-height:39px;padding:7px 11px;font-size:12px;display:flex}.pagination [aria-current=page],.pagination .active{background:var(--green);color:#fff;border-color:var(--green)}.pagination a:hover{border-color:var(--green)}.empty-state{text-align:center;border:1px dashed var(--line-strong);background:#fff;border-radius:12px;padding:64px 25px}.empty-state h2,.empty-state h3{margin-bottom:13px}.empty-state p{max-width:480px;color:var(--muted);margin:0 auto 22px}.product-detail-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start;gap:55px;display:grid}.product-summary h1{overflow-wrap:anywhere;max-width:none;margin:12px 0 17px;font-size:clamp(29px,3vw,42px);line-height:1.17}.product-summary>p{color:var(--muted);font-size:14px;line-height:1.8}.product-summary .product-brand{font-size:12px}.product-summary .product-pn{margin-block:15px;font-size:12px}.product-summary .product-actions{justify-content:flex-start;margin-block:24px;padding-top:0}.product-summary .product-actions .button{min-height:46px;padding:12px 20px;font-size:13px}.product-summary ul{color:var(--muted);padding-left:19px;font-size:13px;line-height:1.9}.gallery{min-width:0}.gallery-main{border:1px solid var(--line);aspect-ratio:1.1;background:#fff;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:20px;display:flex;overflow:hidden}.gallery-main img{object-fit:contain;width:100%;height:100%;max-height:100%;display:block}.gallery-main>.icon{color:#a4b7a9;width:110px;height:110px}.gallery-thumbs{gap:10px;margin-top:13px;padding:2px 2px 8px;display:flex;overflow-x:auto}.gallery-thumbs button,.gallery-thumbs>a{border:1px solid var(--line);background:#fff;border-radius:7px;flex-shrink:0;width:86px;height:69px;padding:5px;overflow:hidden}.gallery-thumbs img{object-fit:contain;width:100%;height:100%}.gallery-thumbs [aria-pressed=true],.gallery-thumbs .active{border:2px solid var(--green)}.gallery figcaption,.gallery>p{color:var(--muted);margin-top:9px;font-size:11px}.spec-table-wrap{border:1px solid var(--line);background:#fff;border-radius:10px;max-width:100%;overflow-x:auto}.spec-table{border-collapse:collapse;text-align:left;width:100%;font-size:13px;line-height:1.6}.spec-table th,.spec-table td{border-bottom:1px solid var(--line);vertical-align:top;overflow-wrap:anywhere;padding:15px 20px}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}.spec-table th{width:31%;min-width:140px;color:var(--ink);background:#f0f4ec;font-weight:600}.spec-table td{color:var(--text)}.spec-table thead th{text-transform:uppercase;letter-spacing:.06em;background:var(--green-light);width:auto;font-size:11px}.related-products{padding-block:55px}.related-products>h2{margin-bottom:25px}.content-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:40px;display:grid}.rich-content{overflow-wrap:anywhere;min-width:0}.rich-content h1{margin-bottom:25px}.rich-content h2{margin:38px 0 20px;font-size:29px}.rich-content h3{margin:28px 0 14px}.rich-content p,.rich-content li{line-height:1.8}.rich-content a:not(.button){color:var(--green);text-underline-offset:3px;text-decoration:underline}.rich-content img{border-radius:9px;max-width:100%;height:auto}.rich-content table{border-collapse:collapse;width:100%;font-size:13px}.rich-content th,.rich-content td{border:1px solid var(--line);text-align:left;padding:12px}.rich-content th{background:var(--green-light)}.rich-content section{margin-block:32px}.info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.info-card{border:1px solid var(--line);background:#fff;border-radius:11px;min-width:0;padding:27px}.info-card>.icon{color:var(--green);margin-bottom:19px}.info-card h3{margin-bottom:12px;font-size:19px}.info-card p{color:var(--muted);font-size:13px;line-height:1.75}.info-card ul{color:var(--muted);padding-left:17px;font-size:13px}.info-card a{color:var(--green)}.callout{border:1px solid #d3e0d4;border-left:4px solid var(--green);background:var(--green-light);border-radius:10px;justify-content:space-between;align-items:center;gap:30px;padding:35px 40px;display:flex}.callout h2,.callout h3{margin-bottom:10px}.callout p{color:#53695a;max-width:700px;font-size:14px}.callout>.button{flex-shrink:0}.notice{color:#496451;background:#eef4ec;border:1px solid #d7e3d7;border-radius:7px;padding:15px 19px;font-size:12px;line-height:1.7}.notice.warning{color:#796237;background:#fff7e7;border-color:#eadfc7}.faq{max-width:900px}.faq details{border:1px solid var(--line);background:#fff;border-radius:8px;margin-bottom:10px}.faq summary{color:var(--ink);cursor:pointer;padding:20px 23px;font-size:15px;font-weight:700;list-style-position:inside}.faq details[open] summary{border-bottom:1px solid var(--line)}.faq details>p,.faq details>div{color:var(--muted);padding:18px 23px;font-size:13px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field label{color:var(--ink);font-size:12px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line-strong);width:100%;min-width:0;min-height:45px;color:var(--ink);background:#fff;border-radius:6px;padding:11px 13px;font-size:13px}.field textarea{resize:vertical;min-height:130px}.field small{color:var(--muted);font-size:11px}.field.full,.field.full-width{grid-column:1/-1}.rfq-table{border-collapse:collapse;background:#fff;width:100%;font-size:13px}.rfq-table th,.rfq-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:17px}.rfq-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--green);background:var(--green-light);font-size:11px}.rfq-table td:first-child{overflow-wrap:anywhere;font-weight:600}.rfq-table input[type=number]{border:1px solid var(--line-strong);border-radius:5px;width:76px;padding:8px}.rfq-table button{border:1px solid var(--line);background:var(--cream);border-radius:4px;padding:7px 10px;font-size:12px}.rfq-table img{object-fit:contain;width:70px;height:55px;margin-right:12px}.chart-bars{flex-direction:column;gap:15px;margin-top:25px;display:flex}.chart-row{color:var(--text);grid-template-columns:140px minmax(0,1fr) 55px;align-items:center;gap:15px;font-size:12px;display:grid}.chart-row>strong:last-child,.chart-row>span:last-child{text-align:right;font-variant-numeric:tabular-nums;color:var(--green)}.chart-track{background:#e7eee4;border-radius:20px;height:9px;overflow:hidden}.chart-fill{background:var(--green);border-radius:20px;max-width:100%;height:100%}.chart-row:nth-child(2n) .chart-fill{background:#698e6d}.site-footer{background:#edf1e9;border-top:1px solid #d5ded1;margin-top:45px}.footer-topline{border-bottom:1px solid #d4ddcf;justify-content:space-between;align-items:center;gap:35px;padding-block:41px;display:flex}.footer-topline .eyebrow{margin-bottom:9px;font-size:10px}.footer-topline h2{max-width:570px;font-size:25px;line-height:1.3}.footer-topline .button{flex-shrink:0}.footer-grid{grid-template-columns:1.35fr .7fr .85fr 1.25fr;gap:40px;padding-block:47px;display:grid}.footer-logo{width:194px;margin-bottom:22px;display:block}.footer-logo img{width:100%;height:auto}.footer-company>p{color:#62725f;max-width:315px;margin-bottom:21px;font-size:12px;line-height:1.85}.footer-contact-link{color:var(--green);overflow-wrap:anywhere;align-items:center;gap:8px;margin-bottom:11px;font-size:11px;display:flex}.footer-contact-link:hover{text-decoration:underline}.footer-nav{flex-direction:column;align-items:flex-start;gap:11px;display:flex}.footer-grid h3{letter-spacing:0;margin-bottom:9px;font-size:12px;font-weight:700}.footer-nav a{color:#5d6d5b;font-size:11px;line-height:1.65}.footer-nav a:hover{color:var(--red)}.footer-locations address{color:#62725f;margin:20px 0;font-size:11px;font-style:normal;line-height:1.85}.footer-locations address strong{color:#42583f;margin-bottom:5px;font-weight:600;display:block}.footer-locations address span{display:block}.footer-locations .text-link{font-size:11px}.footer-bottom{color:#71816c;border-top:1px solid #d4ddcf;justify-content:space-between;gap:45px;padding-block:22px;font-size:10px;line-height:1.8;display:flex}.footer-bottom>span{flex-shrink:0}.footer-bottom p{text-align:right;max-width:690px}.brand-strip{border-block:1px solid var(--line);color:#697766;letter-spacing:-.02em;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 30px;padding-block:25px;font-size:15px;font-weight:700;display:flex}.brand-strip img{object-fit:contain;max-width:115px;max-height:32px}.brand-strip>a:hover{color:var(--green)}.soft-section{background:#edf3e9;border-block:1px solid #dfe7d9}.category-card .category-image{aspect-ratio:1.5;background:#edf1e9;justify-content:center;align-items:center;width:100%;padding:0;display:flex;overflow:hidden}.category-image>img{object-fit:cover;width:100%;height:100%}.category-card .category-copy{flex-direction:column;flex:1;padding:22px;display:flex}.category-copy>.icon{margin-bottom:13px}.category-copy .text-link{margin-top:17px}.gallery-main{grid-template-rows:minmax(0,1fr) auto;place-items:center;display:grid}.gallery-main>figcaption{text-align:center;width:100%;color:var(--muted);margin:0;padding-top:10px;font-size:10px;line-height:1.5}.gallery-placeholder{text-align:center;color:#8fa58f;flex-direction:column;justify-content:center;align-items:center;gap:12px;max-width:280px;padding:20px;display:flex}.gallery-placeholder>p{color:var(--text);margin:0;font-size:14px;font-weight:700}.gallery-placeholder>small{color:var(--muted);font-size:11px;line-height:1.7}.product-image.no-photo{flex-direction:column;gap:10px}.product-image.no-photo>span{color:var(--muted);text-align:center;font-size:11px}.quote-builder>form>section{border-bottom:1px solid var(--line);margin-bottom:25px;padding-block:25px 32px}.quote-builder>form>section>h2{margin-bottom:13px;font-size:27px}.quote-builder>form>section>p{color:var(--muted);font-size:13px}.quote-builder .form-grid{margin-block:21px}.quote-builder label{color:var(--ink);font-size:12px;font-weight:700;display:block}.quote-builder input.field,.quote-builder textarea.field,.quote-builder select.field{border:1px solid var(--line-strong);width:100%;min-height:45px;color:var(--ink);background:#fff;border-radius:6px;margin-top:7px;padding:11px 13px;font-size:13px;font-weight:400;line-height:1.5;display:block}.quote-builder textarea.field{resize:vertical;min-height:110px}.quote-builder .rfq-table textarea.field{min-width:150px;min-height:69px;max-height:180px;margin:0;padding:9px;font-size:11px}.quote-builder .rfq-table input.field{width:70px;min-width:62px;margin:0;padding:8px;font-size:12px}.quote-builder .rfq-table td:first-child{min-width:180px}.quote-builder .rfq-table td:first-child a{color:var(--green)}.quote-builder .rfq-table td:first-child small{color:var(--muted);margin-top:5px;font-size:10px;font-weight:400;display:block}.quote-builder .notice{margin-top:20px}.quote-builder>.notice:first-child{margin-top:0}.quote-builder .notice a,.add-to-quote .notice a{color:var(--green);text-decoration:underline}.quote-builder label>small{color:var(--muted);margin-top:8px;font-size:11px;font-weight:400;display:block}.add-to-quote{max-width:100%}.add-to-quote .notice{overflow-wrap:anywhere;margin-top:10px;padding:10px;font-size:10px}.product-actions:has(.notice){flex-wrap:wrap;align-items:flex-start}.product-actions:has(.notice)>.add-to-quote{flex-basis:100%}@media (min-width:1500px){:root{--container:1360px}.hero{padding-block:75px 65px}.hero-grid{gap:85px}}@media (max-width:1150px){.container{width:calc(100% - 48px)}.site-header-main{grid-template-columns:190px minmax(200px,1fr) auto;gap:22px}.site-logo{width:185px}.header-quote>span:not(.quote-count){font-size:11px}.primary-links{gap:24px}.hero-grid{gap:35px}.hero-copy>p{font-size:15px}.product-grid,.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-layout{grid-template-columns:205px minmax(0,1fr);gap:20px}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-grid{gap:32px}.footer-grid{grid-template-columns:1.2fr .7fr .8fr 1.15fr;gap:25px}.footer-company .footer-contact-link{font-size:10px}}@media (max-width:900px){html{scroll-padding-top:140px}.site-utility-inner{min-height:27px;font-size:10px}.site-header-main{grid-template-columns:175px 1fr auto;gap:17px;min-height:80px}.site-logo{width:175px}.header-quote>span:not(.quote-count){display:none}.primary-links{gap:21px}.primary-links>a,.all-products-link{font-size:11px}.hero{padding-block:40px}.hero-grid{gap:30px}.hero-copy h1{font-size:39px}.hero-copy>p{font-size:14px}.hero-copy .button{padding-inline:14px;font-size:12px}.section{padding-block:50px}.category-grid{gap:15px}.category-card>div{padding:19px}.info-grid{gap:15px}.info-card{padding:22px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-locations{border-top:1px solid #d4ddcf;grid-column:1/-1;grid-template-columns:1fr 1fr;gap:15px 30px;padding-top:23px;display:grid}.footer-locations h3{grid-column:1/-1}.footer-locations address{margin:0}.footer-locations .text-link{grid-column:1/-1}.content-layout{grid-template-columns:minmax(0,1fr) 250px;gap:25px}.product-summary h1{font-size:30px}.product-summary .product-actions{flex-wrap:wrap}.filter-panel{top:147px}.hero-stats{gap:12px}.hero-stats>div+div{padding-left:12px}.hero-stats strong{font-size:22px}}@media (max-width:700px){html{scroll-padding-top:140px}.container{width:calc(100% - 36px)}.site-utility-inner{justify-content:center;min-height:26px}.site-utility-inner>a{display:none}.site-utility-inner>span{letter-spacing:.015em;font-size:9px}.site-header-main{grid-template-columns:1fr auto;gap:0 12px;min-height:0;padding-block:12px;display:grid}.site-logo{width:177px}.header-search{grid-area:2/1/auto/-1;max-width:none;height:39px;margin-top:11px;padding-left:12px}.header-search input{font-size:11px}.header-search button{width:29px;height:27px}.header-actions{gap:12px}.header-quote{gap:5px}.header-quote>.icon{width:20px;height:20px}.quote-count{min-width:19px;height:19px;font-size:9px}.mobile-menu-toggle{min-width:35px;min-height:35px;display:flex}.site-nav-wrap{background:#fff;display:none}.site-nav-wrap.is-open{display:block}.primary-navigation{max-height:calc(100vh - 160px);padding-block:10px 18px;display:block;overflow-y:auto}.primary-links{grid-template-columns:1fr 1fr;gap:0 20px;display:grid}.primary-links>a{border-bottom:1px solid var(--line);padding:14px 8px;font-size:13px;display:block}.primary-links>a[aria-current=page]:after{height:2px}.all-products-link{margin-top:17px;padding:8px;font-size:12px}.breadcrumbs{gap:7px;padding-block:17px;font-size:10px}.hero{padding-block:31px 37px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-copy h1{max-width:18ch;font-size:clamp(35px,8.5vw,47px);line-height:1.1}.hero-copy>p{margin-top:17px;font-size:14px;line-height:1.75}.eyebrow{margin-bottom:12px;font-size:10px}.hero-media>img,.hero-media figure>img{aspect-ratio:1.45;border-radius:11px}.hero-media figcaption{font-size:10px}.hero-stats{gap:12px;margin-top:25px;padding-top:20px}.hero-stats strong{font-size:24px}.hero-stats span,.hero-stats small{font-size:10px}.hero-copy .button{min-height:42px;margin-top:7px;padding:12px 14px;font-size:11px}.section{padding-block:40px}.section-heading{margin-bottom:24px;display:block}.section-heading h2{font-size:29px}.section-heading p{margin-top:12px;font-size:13px}.section-heading>a{margin-top:15px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.category-card{border-radius:9px}.category-card>div,.category-card>article{padding:15px}.category-card h3{font-size:15px;line-height:1.25}.category-card p{font-size:11px;line-height:1.7}.category-card>img,.category-card>a>img{aspect-ratio:1.2}.category-card .category-icon{width:33px;height:33px;margin-bottom:12px}.category-card>h3,.category-card>p,.category-card>.text-link{margin-inline:15px}.category-card .text-link{font-size:11px}.product-grid,.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{border-radius:9px}.product-image{aspect-ratio:1.13;padding:8px}.product-info{padding:14px}.product-brand{letter-spacing:.09em;margin-bottom:7px;font-size:9px}.product-info h2,.product-info h3{font-size:14px;line-height:1.4}.product-info>p,.product-pn{font-size:10px}.product-info .product-pn{margin-bottom:8px}.product-info ul{font-size:10px}.product-actions{flex-wrap:wrap;gap:8px;padding-top:12px}.product-actions .button{min-height:34px;padding:8px 9px;font-size:10px}.product-actions>a:not(.button){font-size:10px}.product-card>.product-actions{padding:0 14px 14px}.catalog-layout{display:block}.filter-panel{margin-bottom:23px;padding:19px;position:static}.filter-panel h2{margin-bottom:17px;font-size:17px}.filter-panel form{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.filter-panel fieldset{margin:0;padding:0 0 15px}.filter-panel .field{margin:0}.filter-panel form>.button{align-self:end}.catalog-toolbar{align-items:flex-start;gap:10px;font-size:11px}.catalog-toolbar select{max-width:145px;padding:8px;font-size:10px}.pagination{gap:6px;margin-top:26px}.pagination>a,.pagination>button,.pagination>span{min-width:34px;min-height:35px;padding:5px 9px;font-size:11px}.product-detail-grid{grid-template-columns:1fr;gap:30px}.gallery-main{aspect-ratio:1.25;padding:14px}.gallery-thumbs button,.gallery-thumbs>a{width:69px;height:56px}.product-summary h1{font-size:30px;line-height:1.2}.product-summary>p{font-size:13px}.product-summary .product-actions{gap:12px}.product-summary .product-actions .button{padding:11px 15px;font-size:12px}.spec-table th,.spec-table td{padding:12px;font-size:11px}.spec-table th{width:34%;min-width:105px}.info-grid{grid-template-columns:1fr;gap:13px}.info-card{padding:23px}.info-card>.icon{margin-bottom:14px}.info-card h3{font-size:18px}.callout{padding:27px 24px;display:block}.callout h2{font-size:25px}.callout p{font-size:13px}.callout>.button{margin-top:22px}.content-layout{grid-template-columns:1fr;gap:26px}.rich-content h2{margin-top:29px;font-size:25px}.rich-content p,.rich-content li{font-size:13px}.rich-content table{font-size:11px}.rich-content th,.rich-content td{padding:8px}.faq summary{padding:17px;font-size:13px}.faq details>p,.faq details>div{padding:17px;font-size:12px}.form-grid{grid-template-columns:1fr;gap:17px}.rfq-table{font-size:11px}.rfq-table th,.rfq-table td{padding:11px 8px}.rfq-table input[type=number]{width:55px;padding:7px}.rfq-table img{display:none}.rfq-table button{padding:6px;font-size:10px}.chart-row{grid-template-columns:98px minmax(0,1fr) 43px;gap:10px;font-size:10px}.chart-track{height:8px}.chart-bars{gap:13px}.footer-topline{padding-block:30px;display:block}.footer-topline h2{max-width:340px;font-size:23px}.footer-topline .button{margin-top:21px;font-size:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 25px;padding-block:32px}.footer-company{grid-column:1/-1}.footer-logo{width:183px;margin-bottom:16px}.footer-company>p{max-width:100%;margin-bottom:17px;font-size:12px}.footer-company .footer-contact-link{font-size:11px}.footer-locations{grid-template-columns:1fr;gap:18px;padding-top:25px}.footer-locations h3{margin-bottom:0}.footer-nav{gap:10px}.footer-grid h3{font-size:12px}.footer-nav a{font-size:11px}.footer-bottom{padding-block:19px;font-size:9px;display:block}.footer-bottom p{text-align:left;margin-top:9px}.site-footer{margin-top:30px}.empty-state{padding:39px 20px}.empty-state h2{font-size:25px}.empty-state p{font-size:13px}.related-products{padding-block:35px}}@media (max-width:370px){.container{width:calc(100% - 28px)}.site-logo{width:158px}.header-actions{gap:7px}.product-grid,.catalog-layout .product-grid{gap:10px}.product-info{padding:11px}.product-info h2,.product-info h3{font-size:13px}.category-grid{gap:10px}.category-card>div{padding:12px}.hero-copy h1{font-size:34px}.hero-stats strong{font-size:21px}.filter-panel form{grid-template-columns:1fr}.chart-row{grid-template-columns:88px minmax(0,1fr) 35px;gap:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero-copy>.eyebrow{color:var(--red);letter-spacing:.16em;margin:0 0 16px;font-size:10px;line-height:1.5}.hero-copy h1>span{color:var(--green)}.hero-media>figcaption{justify-content:space-between;align-items:center;gap:15px;margin-top:13px;display:flex}.hero-media>figcaption>span{letter-spacing:.1em;color:var(--green);font-size:9px;font-weight:700}.hero-media>figcaption>small{white-space:nowrap;font-size:9px}.category-copy>span:last-child{color:var(--green);justify-content:space-between;align-items:center;gap:9px;margin-top:auto;padding-top:17px;font-size:11px;font-weight:700;display:flex}.callout:has(>.container){border-left:0;border-radius:0;padding-inline:0}.callout>.container{justify-content:space-between;align-items:center;gap:35px;display:flex}.callout>.container>.button{flex-shrink:0}.chart-track .chart-fill{display:block}@media (max-width:700px){.brand-strip{justify-content:center;gap:17px 27px;padding-block:21px;font-size:13px}.category-card .category-image{aspect-ratio:1.2}.category-card .category-copy{padding:15px}.category-copy>span:last-child{padding-top:12px;font-size:10px;line-height:1.6}.hero-copy>.eyebrow{margin-bottom:12px;font-size:9px}.hero-media>figcaption{display:block}.hero-media>figcaption>small{margin-top:4px;display:block}.callout>.container{display:block}.callout>.container>.button{margin-top:20px}.quote-builder>form>section>h2{font-size:24px}.quote-builder .rfq-table{min-width:580px}.quote-builder .button-row{gap:9px}.quote-builder .button-row>.button{padding-inline:13px;font-size:11px}.quote-builder .notice{font-size:11px}.product-image.no-photo>span{font-size:10px}}.coverage-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px;display:grid}.coverage-grid h2{margin:12px 0 20px}.coverage-grid p{max-width:430px}.chart-row{color:inherit;text-decoration:none}.chart-row:hover .chart-fill{background:var(--red)}.compact-hero .hero-grid{grid-template-columns:1fr;padding-block:35px}.catalog-hero h1{font-size:clamp(36px,4.2vw,57px)}.catalog-hero .hero-grid{padding-block:45px}.filter-panel{flex-direction:column;gap:17px;display:flex}.filter-panel>.field{flex-direction:column;gap:8px;width:100%;font-size:12px;font-weight:650;display:flex}.filter-panel input,.filter-panel select{width:100%}.filter-panel>.muted{font-size:11px}.catalog-toolbar p{margin:0}.pagination>span{align-items:center;gap:5px;display:inline-flex}.pagination a[aria-current=page]{background:var(--green);color:#fff;border-color:var(--green)}.image-note{color:var(--muted);margin-top:22px;font-size:11px}.product-image.no-photo{min-height:95px;max-height:130px;color:var(--green);justify-content:center;align-items:center;gap:15px;padding:20px;display:flex}.product-image.no-photo>span{max-width:180px;font-size:12px}.product-info>.muted{font-size:12px}.product-top{padding-top:24px}.product-summary h1{overflow-wrap:anywhere;font-size:clamp(26px,3vw,43px);line-height:1.2}.product-intro{color:var(--muted);font-size:15px;line-height:1.7}.summary-specs{margin:22px 0}.summary-specs>div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.3fr;gap:18px;padding:10px 0;display:grid}.summary-specs dt{color:var(--muted);font-size:12px}.summary-specs dd{margin:0;font-size:12px;font-weight:600}.product-trust{color:var(--green);flex-wrap:wrap;gap:18px;margin-top:22px;font-size:11px;display:flex}.product-trust>span{align-items:center;gap:7px;display:flex}.product-tabs{border-block:1px solid var(--line);background:var(--soft)}.product-tabs>.container{gap:35px;padding-block:18px;display:flex;overflow-x:auto}.product-tabs a{white-space:nowrap;font-size:12px;font-weight:700}.spec-table caption{text-align:left;padding:18px;font-size:14px;font-weight:700}.spec-table tbody th{background:var(--soft);text-align:left;width:32%;color:var(--ink)}.page-intro{max-width:950px;margin-bottom:36px;font-size:18px}.rich-content{overflow-wrap:anywhere}.rich-content>p:empty,.rich-content>section:empty{display:none}.rich-content table{width:100%;display:block;overflow:auto}.rich-content img{max-width:100%;height:auto}.brand-directory{margin-top:36px}.brand-directory .info-card{text-decoration:none}.brand-directory h2{font-size:26px}.brand-directory span{color:var(--green);font-size:12px}.rich-content a{color:var(--green)}@media (max-width:900px){.coverage-grid{grid-template-columns:1fr;gap:30px}.filter-panel{position:static}.product-tabs>.container{gap:24px}.summary-specs>div{grid-template-columns:1fr 1fr}}@media (max-width:700px){.filter-panel{grid-template-columns:1fr 1fr;gap:12px;display:grid}.filter-panel>.field:first-child,.filter-panel>.muted{grid-column:1/-1}.filter-panel>.field{font-size:11px}.catalog-hero .hero-grid{padding-block:28px}.product-summary h1{font-size:30px}.product-top{padding-top:12px}.page-intro{font-size:15px}.product-tabs a{font-size:11px}.product-image.no-photo{min-height:90px;max-height:110px}.product-trust{gap:12px}.spec-table caption{padding:13px;font-size:12px}}:root{--soft:#eef3ec}.photography-intro{max-width:780px;margin-bottom:30px}.photography-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.photo-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin:0;overflow:hidden}.photo-card img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.photo-card figcaption{padding:20px}.photo-card h3{margin:0 0 8px;font-size:18px}.photo-card figcaption span{color:var(--muted);font-size:12px}.gallery-intro{padding-top:60px;padding-bottom:48px}.gallery-intro h1{letter-spacing:-.04em;font-size:clamp(36px,5vw,64px)}.gallery-intro p{max-width:680px}.filter-panel[aria-busy=true]{opacity:.7}@media (max-width:900px){.photography-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:580px){.photography-grid{grid-template-columns:1fr}}.hero-media>img{aspect-ratio:3/2;object-fit:contain;background:#e9ece6}.hero-grid{align-items:center}.legacy-content{isolation:isolate;min-width:0;overflow:clip}.legacy-content [hidden]{display:none!important}.legacy-content img{max-width:100%;height:auto}.legacy-content .section-arrived{animation:.55s ease-out both section-arrival}.legacy-content a,.legacy-content button{transition:color .18s,background .18s,box-shadow .18s,transform .18s}.legacy-content a:focus-visible,.legacy-content button:focus-visible{outline-offset:4px;outline:3px solid #237759}.legacy-content .sn-home-product-card:hover,.legacy-content .sn-home-category-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #15382b16}.legacy-content .tc-slide:not([hidden]){animation:.4s ease-out section-arrival}.legacy-content section{scroll-margin-top:170px}.legacy-content [role=tabpanel]{min-height:260px}.legacy-content .sn-home-hero:after{content:"";pointer-events:none;opacity:.7;background:linear-gradient(105deg,#0000 35%,#e8fff506 50%,#0000 65%) 0 0/250% 100%;animation:14s ease-in-out infinite hardware-sweep;position:absolute;inset:0}.legacy-content table{max-width:100%}@keyframes section-arrival{0%{opacity:.4;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes hardware-sweep{0%,to{background-position:100% 0}50%{background-position:0 0}}.configurator-layout{grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr);align-items:start;gap:28px;display:grid}.configurator-fields{border:0;margin:0;padding:0}.configurator-fields fieldset{border:1px solid var(--line);background:#fff;border-radius:12px;margin:0 0 20px;padding:24px}.configurator-fields legend{color:var(--green);padding:0 8px;font-weight:700}.configurator-fields label{flex-direction:column;gap:7px;margin-bottom:16px;font-size:13px;display:flex}.configurator-fields select,.configurator-fields input{border:1px solid var(--line-strong);background:#fff;border-radius:6px;max-width:100%;padding:12px}.configurator-review{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px;position:sticky;top:172px}.configurator-metrics{grid-template-columns:1fr 1fr;gap:16px;display:grid}.configurator-metrics dt{color:var(--muted);font-size:12px}.configurator-metrics dd{color:var(--green);margin:0;font-size:20px;font-weight:700}.configurator-review pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}.configurator-review .button{width:100%;margin-top:12px}@media (max-width:760px){.configurator-layout{grid-template-columns:1fr}.configurator-review{position:static}.legacy-content section{scroll-margin-top:145px}}@media (prefers-reduced-motion:reduce){.legacy-content .section-arrived,.legacy-content .tc-slide:not([hidden]),.legacy-content .sn-home-hero:after{animation:none!important}}.legacy-content .sn-home-hero{isolation:isolate;overflow:hidden}.legacy-content .sn-home-hero:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#f5f9eff7 0%,#edf5e6eb 46%,#ebf4e533 100%);position:absolute;inset:0}.legacy-content .sn-home-hero__content{z-index:2;position:relative}.legacy-content .sn-home-hero h1,.legacy-content .sn-home-hero .sn-home-kicker{color:#203f31}.legacy-content .sn-home-hero__intro{text-shadow:none;color:#3b5444!important}.legacy-content .sn-home-hero__image{z-index:0}.legacy-content .sn-home-scene-credit{z-index:3}.legacy-content .sn-home-hero__facts{z-index:2;position:relative}@media (max-width:700px){.legacy-content .sn-home-hero:before{background:linear-gradient(#f5f9eff7,#edf5e6e6 70%,#ebf4e5ab)}.legacy-content .sn-home-hero h1{font-size:clamp(34px,8vw,46px)}}.legacy-content .restored-brand-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:28px 0;display:grid}.legacy-content .restored-brand-grid a{color:#285640;text-align:center;background:#fff;border:1px solid #d4e0d4;border-radius:7px;justify-content:center;align-items:center;min-height:60px;padding:12px;font-size:13px;font-weight:700;display:flex}.legacy-content .restored-brand-grid a:hover{background:#e7f2e8;transform:translateY(-2px)}@media (max-width:900px){.legacy-content .restored-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:450px){.legacy-content .restored-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.quote-builder .rfq-configured-systems{margin-bottom:32px}.quote-builder .rfq-system-grid{gap:16px;display:grid}.quote-builder .rfq-system-card{border:1px solid var(--line-strong);border-left:4px solid var(--green);background:#fff;border-radius:10px;padding:24px}.quote-builder .rfq-system-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.quote-builder .rfq-system-card h3{overflow-wrap:anywhere;margin:0 0 9px;font-size:21px;line-height:1.35}.quote-builder .rfq-system-model{overflow-wrap:anywhere;font-size:13px}.quote-builder .rfq-system-quantity{text-align:center;background:var(--green-light);border-radius:7px;flex:none;min-width:105px;padding:12px 16px}.quote-builder .rfq-system-quantity span{color:var(--green);font-size:11px;display:block}.quote-builder .rfq-system-quantity strong{font-size:25px;line-height:1.4;display:block}.quote-builder .rfq-system-card details{border-top:1px solid var(--line);margin-top:18px;padding-top:14px}.quote-builder .rfq-system-card summary{cursor:pointer;color:var(--green);font-size:13px;font-weight:700}.quote-builder .rfq-system-card pre{white-space:pre-wrap;overflow-wrap:anywhere;background:var(--green-light);border-radius:6px;max-height:420px;padding:16px;font:12px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.quote-builder .rfq-system-card>.muted{margin:14px 0 0;font-size:12px}@media (max-width:600px){.quote-builder .rfq-system-card{padding:18px}.quote-builder .rfq-system-heading{flex-direction:column;gap:14px}.quote-builder .rfq-system-quantity{text-align:left;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.quote-builder .rfq-system-quantity strong{font-size:22px}.quote-builder .rfq-system-card h3{font-size:18px}}.deployment-planner{scroll-margin-top:160px}.deployment-planner .deployment-layout{grid-template-columns:minmax(0,1.5fr) minmax(290px,1fr);align-items:start;gap:32px;display:grid}.deployment-planner .deployment-fields{min-width:0}.deployment-planner .field{flex-direction:column;gap:8px;margin-bottom:18px;font-size:13px;font-weight:600;display:flex}.deployment-planner .field input,.deployment-planner .field select,.deployment-planner .field textarea{border:1px solid var(--line-strong);width:100%;min-width:0;font:inherit;color:var(--ink);background:#fff;border-radius:6px;padding:12px}.deployment-planner .field small{color:var(--muted);font-size:11px;font-weight:400;line-height:1.6}.deployment-planner fieldset{border:1px solid var(--line-strong);background:#fff;border-radius:10px;margin:24px 0;padding:24px}.deployment-planner legend{color:var(--green);padding:0 8px;font-size:14px;font-weight:700}.deployment-planner fieldset>.muted{margin:0 0 18px;font-size:13px}.deployment-planner .deployment-model-link{color:var(--green);overflow-wrap:anywhere;font-size:13px}.deployment-planner .deployment-text-button{color:var(--green);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.deployment-planner .deployment-review{border:1px solid var(--line);border-top:4px solid var(--green);background:#fff;border-radius:12px;min-width:0;padding:28px}.deployment-planner .deployment-review h3{overflow-wrap:anywhere;font-size:23px;line-height:1.35}.deployment-planner .deployment-review>.muted{overflow-wrap:anywhere;font-size:12px}.deployment-planner dl{gap:14px;margin:24px 0;display:grid}.deployment-planner dl>div{border-bottom:1px solid var(--line);padding-bottom:14px}.deployment-planner dt{color:var(--muted);font-size:12px}.deployment-planner dd{color:var(--green);margin:5px 0 0;font-size:25px;font-weight:700}.deployment-planner .deployment-assumption-note{background:var(--green-light);border-radius:6px;padding:14px;font-size:12px;line-height:1.7}.deployment-planner .deployment-review>.button{width:100%;margin-top:12px}.deployment-planner .deployment-errors{color:#ad2232;padding-left:18px;font-size:12px;line-height:1.7}.deployment-planner .deployment-status{min-height:1.5em;color:var(--green);font-size:12px}.deployment-planner .deployment-output{margin-top:24px}.deployment-planner .deployment-output textarea{font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.deployment-planner button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:800px){.deployment-planner .deployment-layout{grid-template-columns:1fr;gap:22px}.deployment-planner .deployment-review{padding:22px}}@media (max-width:520px){.deployment-planner .form-grid{grid-template-columns:1fr}.deployment-planner fieldset{padding:18px}}
