:root{--ink:#121b2b;--muted:#5a6372;--yellow:#ffc944;--line:#e7ebf0;--paper:#f5f7fa}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.55 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #92701a;outline-offset:4px}.wrap{max-width:1280px;width:calc(100% - 80px);margin:auto}header{position:sticky;top:0;z-index:10;background:#ffffffed;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px}.brand strong{font-size:29px;font-weight:800;letter-spacing:-.7px}.brand-symbol{width:29px;height:33px;flex:none}nav{display:flex;gap:27px;align-items:center;font-size:14px;font-weight:600}nav a:hover{color:#b5830d}.header-actions{display:flex;align-items:center;gap:24px}.search-toggle{border:0;background:none;width:25px;height:30px;padding:0}.search-toggle svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.8}.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;border:0;border-radius:6px;min-height:48px;padding:13px 22px;font-size:14px;font-weight:700;transition:background .2s,box-shadow .2s}.button:hover{box-shadow:0 4px 15px #00000012}.yellow{background:var(--yellow);color:var(--ink)}.yellow:hover{background:#f4bb32}.dark{background:var(--ink);color:#fff}.header-quote{min-height:38px;padding:10px 19px;font-size:12px}.menu-toggle{display:none}.hero{position:relative;min-height:450px;aspect-ratio:2.6;overflow:hidden;background:#f5f7fa;border-radius:0 0 6px 6px}.hero-image{position:absolute;width:100%;height:100%;inset:0;object-fit:contain;object-position:right center;mask-image:linear-gradient(to right,transparent 20%,#000 43%)}.hero-copy{position:relative;z-index:1;padding:43px 30px;width:65%}h1{font-size:clamp(32px,3.5vw,51px);letter-spacing:-1.6px;line-height:1.12;margin:0 0 23px;font-weight:750}.hero-copy p{font-size:16px;line-height:1.5;margin:0 0 27px;color:var(--muted);max-width:360px}.products-section{padding:21px 0 0}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}.product-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #edf0f5;background:linear-gradient(140deg,#f7f9fc,#eff3f8);border-radius:7px;padding:8px 10px 14px;min-width:0;transition:border-color .15s,background .15s}.product-card:hover{border-color:#edc355;background:#fff9e7}.product-picture{display:block;width:110px;height:110px;background-image:url('assets/product-atlas.png');background-size:400% 200%;background-position:var(--px) var(--py);background-repeat:no-repeat}.product-name{font-size:14px;font-weight:600;line-height:1.2;text-align:center;margin-top:4px}.more-products{margin:9px 0 0;text-align:right;font-size:12px;color:var(--muted)}.more-products summary{display:inline-block;cursor:pointer;padding:4px 0}.more-products summary span{padding-left:8px}.extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:420px;gap:13px;margin:10px 0 10px auto}.production{padding:18px 0 38px;display:grid;grid-template-columns:.94fr 1.06fr;gap:52px;align-items:center}.production-photo{position:relative;display:block;border-radius:7px;overflow:hidden;height:235px;background:var(--paper)}.production-photo img{display:block;width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;bottom:14px;left:17px;display:grid;place-items:center;background:#ffffffee;border-radius:50%;height:37px;width:37px;font-size:13px;padding-left:3px}.production-copy h2{font-size:30px;line-height:1.16;letter-spacing:-.6px;margin:0 0 15px;font-weight:700}.production-copy p{font-size:15px;color:var(--muted);line-height:1.6;margin:0 0 14px;max-width:450px}.text-link{color:#b78205;font-size:14px;font-weight:600}.text-link span{padding-left:9px}.text-link:hover{color:#785809}.section{padding-top:55px;padding-bottom:55px}.section-top{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:25px}.section-top p{font-size:14px;color:var(--muted);margin:0}h2{font-size:32px;line-height:1.2;letter-spacing:-.7px;margin:0;font-weight:700}.eyebrow{font-size:11px;letter-spacing:1px;font-weight:700}.calc-section{background:#f6f8fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:48px 0}.calc-shell{display:grid;grid-template-columns:1.45fr 1fr;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 3px 12px #1a355003}.calc-inputs{padding:30px}.calc-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.calc-title h3{margin:0;font-size:20px;font-weight:600}.calc-title span{font-size:12px;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}label{display:block;font-size:14px;font-weight:500}input,select,textarea{display:block;width:100%;border:1px solid #dce2ea;border-radius:5px;background:#fff;padding:12px;margin-top:7px;color:var(--ink);font-size:15px}input:focus,select:focus,textarea:focus{outline:2px solid var(--yellow);outline-offset:1px}textarea{resize:vertical}.calc-note,details{font-size:12px;color:var(--muted)}.calc-note{margin:20px 0 10px}summary{cursor:pointer}.calc-result{background:#f0f4f9;padding:35px;display:flex;flex-direction:column;justify-content:center}.mass{display:flex;align-items:baseline;gap:12px;margin-top:25px}.mass strong{font-size:clamp(40px,4.5vw,60px);font-weight:600;line-height:1;letter-spacing:-2px;overflow-wrap:anywhere}.mass>span{font-size:23px}.calc-result>p{font-size:14px;color:var(--muted);margin:10px 0 25px}.result-row{display:flex;justify-content:space-between;font-size:14px;padding:12px 0;border-top:1px solid #dce3eb}.result-row b{font-weight:600}.calc-result .button{margin:23px 0 15px}.calc-result small{color:var(--muted);font-size:12px}.form-error{color:#a22424;font-size:13px;margin:8px 0 0}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.service-grid article{display:flex;align-items:center;gap:22px;padding:25px;background:#f6f8fb;border:1px solid var(--line);border-radius:7px}.service-grid article>a{font-size:24px;margin-left:auto}.service-icon{font-size:36px;color:#b68a22}.service-grid h3{font-size:19px;margin:0 0 6px}.service-grid p{font-size:14px;color:var(--muted);margin:0}.request-section{padding:38px;border:1px solid var(--line);background:#f8fafc;border-radius:9px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.request-section h2{font-size:32px}.request-section p{font-size:15px;max-width:380px;color:var(--muted)}.request-mail{display:inline-block;font-size:21px;font-weight:600;margin:10px 0}.request-section .small{font-size:12px}.request-section form label{margin-bottom:15px}.request-section .button{width:100%;background:var(--yellow);color:var(--ink)}.contacts{display:grid;grid-template-columns:1.15fr 1fr 1fr;align-items:center;gap:30px}.contacts>div>a{display:block}.contact-phone{font-size:22px;font-weight:bold;margin-bottom:8px}address{font-style:normal;font-size:14px;color:var(--muted)}footer{background:#f6f8fb;border-top:1px solid var(--line);padding:25px 0}footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}footer .brand{color:var(--ink)}footer .brand strong{font-size:23px}dialog{border:1px solid var(--line);border-radius:9px;max-width:540px;width:calc(100% - 40px);padding:35px;color:var(--ink);box-shadow:0 20px 100px #0003}dialog::backdrop{background:#15252a80;backdrop-filter:blur(3px)}dialog h2{font-size:29px;margin-bottom:20px}.dialog-close{position:absolute;right:13px;top:6px;border:0;background:none;font-size:30px}dialog p{color:var(--muted)}.search-results{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.search-results button{background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:12px;text-align:left;font-size:14px}.skip{position:absolute;left:10px;top:-100px;z-index:99;background:var(--yellow);padding:10px}.skip:focus{top:10px}[hidden]{display:none!important}.button:disabled{opacity:.5;cursor:not-allowed}
@media(min-width:1500px){.hero{min-height:465px}}@media(max-width:1100px){.wrap{width:calc(100% - 48px)}nav{gap:18px;font-size:12px}.header-actions{gap:17px}.hero{min-height:370px}.hero-copy{padding:32px 25px;width:68%}h1{font-size:39px}.hero-copy p{font-size:15px}.production{gap:35px}.product-picture{width:82px;height:82px}.production-copy h2{font-size:28px}.request-section{gap:40px}.contacts{grid-template-columns:1fr 1fr}.contacts address{grid-column:2}.calc-inputs,.calc-result{padding:25px}}@media(max-width:800px){.header{gap:15px}nav{gap:12px;font-size:11px}.header-quote{padding:9px 12px}.header-actions{gap:12px}.brand strong{font-size:25px}.hero-copy{width:74%}h1{font-size:34px}.hero-copy p{font-size:14px}.product-grid{gap:8px}.product-picture{width:73px;height:73px}.product-name{font-size:12px}.production-copy h2{font-size:24px}.production-copy p{font-size:14px}.production-photo{height:220px}}
@media(max-width:640px){.wrap{width:calc(100% - 32px)}.header{height:66px}.brand{gap:5px}.brand-symbol{width:24px}.brand strong{font-size:25px}.header-actions{gap:13px}.header-quote{font-size:11px;min-height:35px;padding:9px 12px}.search-toggle{width:20px}.menu-toggle{display:block;border:0;background:none;width:25px;height:35px;padding:0;font-size:23px}nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:22px;flex-direction:column;align-items:start;font-size:16px;gap:20px}nav.open{display:flex}.hero{min-height:540px;aspect-ratio:auto}.hero-image{object-fit:contain;object-position:center bottom;height:100%;background:#f7f9fc;mask-image:none}.hero-copy{width:100%;padding:27px 19px}h1{font-size:31px;letter-spacing:-1px;line-height:1.15;margin-bottom:15px}.hero-copy p{font-size:14px;line-height:1.4;margin-bottom:19px}.hero-copy .button{font-size:13px;min-height:42px;padding:11px 15px}.products-section{padding-top:15px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.product-card{padding:7px 4px 12px}.product-picture{width:79px;height:79px}.product-name{font-size:12px}.more-products{text-align:left;font-size:11px}.extra-grid{margin-right:auto;margin-left:0}.production{grid-template-columns:1fr;gap:22px;padding:20px 0 30px}.production-photo{height:220px}.production-copy h2{font-size:27px}.production-copy p{font-size:15px}.section{padding-top:35px;padding-bottom:35px}.section-top{display:block}.section-top p{margin-top:12px}.section-top .text-link{display:inline-block;margin-top:12px}h2{font-size:28px}.calc-section{padding:32px 0}.calc-shell{grid-template-columns:1fr}.calc-inputs{padding:20px}.form-grid{grid-template-columns:1fr;gap:15px}.calc-result{padding:25px}.mass strong{font-size:54px}.service-grid{grid-template-columns:1fr;gap:12px}.service-grid article{padding:20px;gap:15px}.request-section{grid-template-columns:1fr;padding:24px;gap:22px}.request-section h2{font-size:27px}.request-mail{font-size:18px}.contacts{grid-template-columns:1fr;gap:20px}.contacts address{grid-column:auto}footer .wrap{flex-wrap:wrap;justify-content:start}footer .wrap>span{width:100%}dialog{padding:30px 23px}.search-results{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* About page: layout follows collage frame 02. */
nav a[aria-current="page"]{color:#9a6b00}.about-main{padding-bottom:25px}.about-hero{background:linear-gradient(120deg,#f6f8fc,#edf3f9);border-radius:0 0 7px 7px;overflow:hidden}.about-intro{padding:24px 30px 12px}.about-intro h1{font-size:45px;line-height:1.1;margin:0 0 11px;letter-spacing:-1.1px}.about-intro p{font-size:20px;line-height:1.4;margin:0;font-weight:500}.about-factory{display:block;width:100%;height:390px;object-fit:cover;object-position:center 50%}.about-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;padding:27px 28px 0}.about-pillar{min-width:0;border:0;padding:0;text-align:left;background:transparent;color:var(--ink)}.about-pillar h2{font-size:21px;font-weight:700;letter-spacing:-.3px;line-height:1.25;margin:0 0 14px}.pillar-photo{height:173px;overflow:hidden;border-radius:6px;background:#eef2f7}.pillar-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.photo-production{object-position:15% 50%}.photo-quality{object-position:45% 50%;transform:scale(1.35)}.photo-partners{object-position:95% 50%;transform:scale(1.1)}.about-pillar:hover h2{color:#a6760a}.about-pillar:hover .photo-production{transform:scale(1.03)}.about-pillar:hover .photo-quality{transform:scale(1.39)}.about-pillar:hover .photo-partners{transform:scale(1.14)}.about-page footer{padding:18px 0}.about-page footer .wrap>span{margin-right:auto}.about-page footer a[href="https://uzdt.org"]{display:none}
@media(max-width:1100px){.about-factory{height:330px}.about-intro h1{font-size:38px}.about-intro p{font-size:18px}.about-pillars{gap:22px;padding:24px 24px 0}.pillar-photo{height:150px}.about-pillar h2{font-size:19px}}
@media(max-width:640px){.about-intro{padding:25px 20px 18px}.about-intro h1{font-size:34px}.about-intro p{font-size:17px}.about-factory{height:230px;object-position:40% center}.about-pillars{grid-template-columns:1fr;gap:24px;padding:25px 4px 0}.about-pillar h2{font-size:22px}.pillar-photo{height:195px}.about-main{padding-bottom:30px}.about-page footer .wrap>span{margin:0}}

.brand .official-logo{display:block;width:48px;height:48px;object-fit:contain;flex:none}.brand .footer-logo{width:38px;height:38px}@media(max-width:640px){.brand .official-logo{width:36px;height:36px}}
.about-pillar .photo-production{transform:scale(2.3);transform-origin:5% 70%}.about-pillar .photo-quality{transform:scale(2.8);transform-origin:47% 46%}.about-pillar .photo-partners{transform:scale(1.05);transform-origin:right center}.about-pillar:hover .photo-production{transform:scale(2.35)}.about-pillar:hover .photo-quality{transform:scale(2.85)}.about-pillar:hover .photo-partners{transform:scale(1.09)}

/* Services: approved corporate collage, frame 05. */
.services-page{background:#f9fafc;min-height:100vh;display:flex;flex-direction:column}.services-main{padding:32px 28px 42px;flex:1}.services-main h1{font-size:45px;letter-spacing:-1.1px;line-height:1.1;margin:0 0 34px}.services-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.service-card{overflow:hidden;border:1px solid #e5e9ef;border-radius:7px;background:linear-gradient(135deg,#fff,#f6f8fb)}.service-card>img{display:block;width:100%;aspect-ratio:1.58;height:auto;object-fit:cover;background:#edf0f4}.service-card-body{padding:25px 28px 27px}.service-card h2{font-size:28px;letter-spacing:-.5px;line-height:1.2;margin-bottom:13px}.service-card p{font-size:16px;line-height:1.55;color:var(--muted);max-width:380px;margin:0 0 25px;min-height:50px}.service-card .text-link{border:0;background:none;padding:5px 0;font-size:16px}.service-card .text-link span{color:var(--ink)}.services-page footer{padding:18px 0}.services-page footer .wrap>span{margin-right:auto}.services-page footer a[href="https://uzdt.org"]{display:none}
@media(max-width:1100px){.services-main{padding:28px 24px 35px}.services-main h1{font-size:38px}.services-cards{gap:24px}.service-card-body{padding:23px}.service-card h2{font-size:25px}}
@media(max-width:640px){.services-main{padding:26px 0 30px}.services-main h1{font-size:34px;margin-bottom:25px}.services-cards{grid-template-columns:1fr;gap:22px}.service-card-body{padding:22px}.service-card h2{font-size:26px}.service-card p{min-height:0;margin-bottom:18px}.services-page footer .wrap>span{margin:0}}

/* Catalog landing: approved catalog collage, frame 01. */
.catalog-page{min-height:100vh;display:flex;flex-direction:column;background:#fafbfd}.catalog-main{padding:35px 26px 45px;flex:1}.catalog-intro{display:flex;align-items:center;gap:65px;margin-bottom:28px}.catalog-intro h1{font-size:40px;line-height:1.12;letter-spacing:-1px;margin:0;flex:0 0 42%}.catalog-description{border-left:3px solid var(--yellow);padding-left:22px;color:var(--muted)}.catalog-description p{font-size:16px;margin:0;line-height:1.5}.catalog-description p:first-child{font-size:17px;font-weight:600;color:var(--ink);margin-bottom:5px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.catalog-card{min-width:0;display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:14px 19px 23px;border:1px solid #edf0f4;border-radius:6px;background:linear-gradient(135deg,#f5f7fa,#eff2f6);color:var(--ink);transition:border-color .2s,background .2s}.catalog-card:hover{border-color:#dbb54c;background:#fff9e7}.catalog-picture{width:min(100%,230px);aspect-ratio:1;display:block;align-self:center;background-image:url('/assets/product-atlas.png');background-size:400% 200%;background-position:var(--px) var(--py);background-repeat:no-repeat}.catalog-name{font-size:18px;font-weight:700;line-height:1.25;margin-top:13px;min-height:45px}.catalog-page footer{padding:18px 0}.catalog-page footer .wrap>span{margin-right:auto}.catalog-page footer a[href="https://uzdt.org"]{display:none}
@media(max-width:1100px){.catalog-main{padding:30px 16px 35px}.catalog-intro{gap:30px}.catalog-intro h1{font-size:35px}.catalog-grid{gap:14px}.catalog-card{padding:10px 15px 17px}.catalog-name{font-size:16px}}
@media(max-width:640px){.catalog-main{padding:27px 0 30px}.catalog-intro{display:block;margin-bottom:23px}.catalog-intro h1{font-size:32px;margin-bottom:20px}.catalog-description{padding-left:15px}.catalog-description p{font-size:14px}.catalog-description p:first-child{font-size:15px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-card{padding:10px 12px 16px}.catalog-name{font-size:16px;margin-top:8px;min-height:40px}.catalog-page footer .wrap>span{margin:0}}
.bends-layout{display:grid;grid-template-columns:215px minmax(0,1fr);gap:38px;padding:28px 0 40px;flex:1}.catalog-sidebar{border-right:1px solid var(--line);padding-right:23px}.back-catalog{font-weight:700;font-size:20px}.catalog-sidebar h2{font-size:17px;margin:23px 0 16px}.catalog-sidebar h3{font-size:15px;margin:27px 0 15px}.catalog-sidebar label{font-size:14px;margin-top:17px}.catalog-sidebar select{font-size:14px;padding:9px}.reset-filters{border:0;background:none;color:#815d08;text-decoration:underline;font-size:14px;margin:17px 0 25px;padding:0}.sidebar-calculator{display:block;border-top:1px solid var(--line);padding-top:20px;font-size:14px;font-weight:600}.catalog-sidebar p{font-size:14px;color:var(--muted);line-height:1.65}.catalog-sidebar p a{color:#856107}.breadcrumbs{display:flex;gap:10px;font-size:14px;color:var(--muted);margin-bottom:13px}.bend-content h1{font-size:40px;letter-spacing:-1px;margin:0 0 8px}.bend-lead{font-size:15px;color:var(--muted);margin:0}.bend-hero{display:grid;grid-template-columns:1fr 230px;gap:35px;align-items:center;padding:12px 0}.bend-main-picture{width:min(100%,370px);aspect-ratio:1;margin:auto;background-image:url('/assets/product-atlas.png');background-size:400% 200%;background-position:0 0;background-repeat:no-repeat}.bend-drawing{margin:0;max-width:220px}.bend-drawing svg{display:block;width:100%;height:265px}.bend-drawing figcaption{font-size:12px;color:#707b8b;text-align:center;line-height:1.4}.bend-types{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:8px 0 27px}.bend-types button{min-width:0;border:1px solid var(--line);border-radius:5px;background:#f3f5f8;padding:5px 5px 10px;color:var(--ink);font-size:14px}.bend-types button[aria-pressed=true]{border-color:#bd942c;background:#fff7df}.bend-type-picture{display:block;width:100%;aspect-ratio:1.2;background-image:url('/assets/bend-types.png');background-size:500% 100%;background-position:var(--type-x) center;background-repeat:no-repeat}.bend-table-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px}.bend-table-heading h2{font-size:21px;letter-spacing:-.3px}.bend-table-heading>span{font-size:14px;color:var(--muted)}.bend-table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:5px}.bend-table{border-collapse:collapse;width:100%;font-size:14px;text-align:left;white-space:nowrap}.bend-table th{background:#e9eef4;font-size:13px;font-weight:600}.bend-table td,.bend-table th{padding:12px 10px;border-bottom:1px solid var(--line)}.bend-table tbody tr:last-child td{border-bottom:0}.bend-table tr:nth-child(even){background:#f5f7fa}.bend-table td a{display:inline-block;padding:4px 9px;background:var(--yellow);border-radius:4px;font-weight:600}.bend-table-note{font-size:12px;color:var(--muted);line-height:1.7}.bend-table-note a{text-decoration:underline}.bend-content>.button{margin-top:8px}#bend-empty{font-size:15px;padding:20px;background:#f1f4f8}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:1100px){.bends-layout{grid-template-columns:185px minmax(0,1fr);gap:25px}.bend-hero{grid-template-columns:1fr 170px;gap:15px}.bend-drawing svg{height:220px}.bend-types button{font-size:12px}}
@media(max-width:640px){.bends-layout{display:flex;flex-direction:column;padding-top:22px;gap:24px}.catalog-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:10px 15px;border:1px solid var(--line);border-radius:6px;padding:16px}.back-catalog,.catalog-sidebar h2,.catalog-sidebar h3,.catalog-sidebar p,.sidebar-calculator{grid-column:1/-1}.catalog-sidebar h2,.catalog-sidebar h3,.catalog-sidebar p{display:none}.catalog-sidebar label{margin:0;align-self:center}.catalog-sidebar select{margin:0}.reset-filters{grid-column:1/-1;text-align:left;margin:5px 0}.sidebar-calculator{padding-top:10px}.bend-content h1{font-size:34px}.bend-hero{grid-template-columns:1fr 115px;gap:8px}.bend-drawing svg{height:160px}.bend-drawing figcaption{font-size:11px}.bend-types{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bend-types button{font-size:12px}.bend-table-heading h2{font-size:20px}.bend-content>.button{width:100%;padding:13px;font-size:13px}}
.bend-type-picture{aspect-ratio:1.05;background-size:500% auto;mix-blend-mode:multiply}.bend-types button{overflow-wrap:anywhere}
.bend-content{min-width:0}@media(max-width:640px){.bend-content{width:100%}}
.bend-types>a{min-width:0;border:1px solid var(--line);border-radius:5px;background:#f3f5f8;padding:5px 5px 10px;color:var(--ink);font-size:14px;text-align:center;overflow-wrap:anywhere}.bend-types>a[aria-current=page]{border-color:#bd942c;background:#fff7df}.bend-types>a:hover{border-color:#bd942c}.bent-page .bend-main-picture{background-image:url('/assets/bend-types.png');background-size:500% auto;background-position:0 center;mix-blend-mode:multiply}.bent-back{display:block;font-size:14px;margin-top:14px;color:#856107}.bent-row-request{font-size:14px;border:0;border-radius:4px;background:var(--yellow);padding:6px 9px;font-weight:600;white-space:nowrap}#bent-error{color:#a22424;font-size:13px}.bent-page .breadcrumbs{flex-wrap:wrap}.bent-page .catalog-sidebar input{font-size:14px;padding:9px}
@media(max-width:1100px){.bend-types>a{font-size:12px}}@media(max-width:640px){.bent-back{grid-column:1/-1;margin:0}.bent-page .catalog-sidebar input{margin:0;min-width:0}.bent-page #bent-error:not(:empty){display:block;grid-column:1/-1}.bend-types>a{font-size:12px}}
.welded-page .bend-main-picture{background-image:url('/assets/bend-types.png');background-size:500% auto;background-position:25% center;mix-blend-mode:multiply}.welded-page .breadcrumbs{flex-wrap:wrap}.welded-page .bend-content h1{font-size:clamp(28px,3.5vw,40px);overflow-wrap:anywhere}.welded-page .bend-table td:first-child{white-space:normal;min-width:215px}.welded-page .weld-standard{font-weight:600;color:var(--ink)}
.detail-bend-page .bend-main-picture{background-image:url('/assets/bend-types.png');background-size:500% auto;mix-blend-mode:multiply}.seamless-page .bend-main-picture{background-position:50% center}.stainless-page .bend-main-picture{background-position:75% center}.sector-page .bend-main-picture{background-position:100% center}.detail-bend-page .breadcrumbs{flex-wrap:wrap}.detail-bend-page .bend-table td:nth-child(5){white-space:normal;min-width:150px}.detail-bend-page .bend-content h1{font-size:clamp(28px,3.5vw,40px);overflow-wrap:anywhere}
.search-results .search-category{background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:12px;text-align:left;font-size:14px}.search-results .search-category:hover{border-color:#bd942c;background:#fff7df}
.catalog-sidebar select{min-width:0;max-width:100%}@media(max-width:640px){.catalog-sidebar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}

/* Tee catalogue — collage frames 08–12 */
.tee-page .bend-main-picture,.tee-type-picture{background-image:url(/assets/tee-types.png);background-size:400% auto;background-position:var(--tee-x) center;background-repeat:no-repeat}.tee-page .bend-main-picture{width:330px;height:360px;max-width:100%;margin:auto}.tee-page .bend-types{grid-template-columns:repeat(4,minmax(0,1fr))}.tee-type-picture{display:block;width:100%;height:112px}.tee-page .bend-table td:first-child{max-width:250px;overflow-wrap:anywhere}.tee-page .bend-drawing svg{max-height:245px}.tee-page .catalog-sidebar select{min-width:0;max-width:100%}@media(max-width:640px){.tee-page .bend-types{grid-template-columns:repeat(2,minmax(0,1fr))}.tee-page .bend-main-picture{width:265px;height:300px}.tee-type-picture{height:130px}}
.tee-type-picture{width:90px;height:120px;margin:auto}.tee-page .bend-main-picture,.tee-type-picture{mix-blend-mode:multiply}
.tee-page .bend-content{min-width:0;max-width:100%}.tee-page .breadcrumbs{flex-wrap:wrap}.tee-page .bend-content h1{font-size:clamp(28px,3.5vw,40px);overflow-wrap:anywhere}.tee-page .bend-table td:first-child{white-space:normal;min-width:190px}@media(max-width:640px){.tee-page .bend-hero{grid-template-columns:minmax(0,1fr) 100px}.tee-page .bend-main-picture{width:100%;height:auto;aspect-ratio:3/4}.tee-page .catalog-sidebar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
.tee-page .bend-table-scroll{position:relative}
/* Reducers and flanges — catalogue collage 13–21 */
.fitting-page .bend-content{min-width:0;max-width:100%}.fitting-page .breadcrumbs{flex-wrap:wrap}.fitting-page .bend-content h1{font-size:clamp(28px,3.5vw,40px);overflow-wrap:anywhere}.fitting-page .bend-main-picture,.fitting-type-picture{background-image:var(--fitting-image);background-size:var(--fitting-size) auto;background-position:var(--fitting-x) center;background-repeat:no-repeat;mix-blend-mode:multiply}.reducers-page{--fitting-image:url(/assets/reducers-atlas.png);--fitting-size:200%}.flanges-page{--fitting-image:url(/assets/flanges-atlas.png);--fitting-size:400%}.fitting-page .bend-main-picture{width:330px;height:360px;max-width:100%;margin:auto}.fitting-type-picture{display:block;width:90px;height:120px;margin:auto}.reducers-page .bend-types{grid-template-columns:repeat(3,minmax(0,1fr))}.flanges-page .bend-types{grid-template-columns:repeat(4,minmax(0,1fr))}.fitting-page .bend-table-scroll{position:relative}.fitting-page .bend-table td:first-child{white-space:normal;min-width:190px;max-width:250px}.fitting-page .bend-table td:nth-child(4){white-space:normal;min-width:155px}.fitting-page .catalog-sidebar select{min-width:0;max-width:100%}.custom-spec{max-width:650px;margin-top:24px;scroll-margin-top:100px}.custom-spec input{width:100%;margin:8px 0 14px}.custom-spec .button{font-size:14px}.fitting-page #fitting-empty{font-size:15px;padding:20px;background:#f1f4f8}@media(max-width:640px){.fitting-page .bend-hero{grid-template-columns:minmax(0,1fr) 100px;gap:8px}.fitting-page .bend-main-picture{width:100%;height:auto;aspect-ratio:3/4}.fitting-page .catalog-sidebar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.fitting-page .bend-types{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-spec .button{white-space:normal;width:100%;text-align:center}.fitting-page .bend-table-heading{align-items:flex-start}.fitting-page .bend-table-heading>span{white-space:nowrap}}

/* Caps and supports — catalogue collage 22–29 */
.caps-page{--fitting-image:url(/assets/caps-atlas.png);--fitting-size:400%}.supports-page{--fitting-image:url(/assets/supports-atlas.png);--fitting-size:200%}.caps-page .bend-types{grid-template-columns:repeat(4,minmax(0,1fr))}.supports-page .bend-types{grid-template-columns:repeat(2,minmax(0,1fr))}.supports-page .fitting-type-picture{width:110px}.supports-page .bend-main-picture{aspect-ratio:1}@media(max-width:640px){.caps-page .bend-types{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Catalogue collage 30–31 */
.angles-page{--fitting-image:url(/assets/angles.png);--fitting-size:100%}.boiler-systems-page{--fitting-image:url(/assets/boiler-systems.png);--fitting-size:100%}.fitting-choices{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 25px}.fitting-choices button{border:1px solid var(--line);background:#f3f5f8;border-radius:5px;padding:10px 14px;color:var(--ink);font-size:14px}.fitting-choices button[aria-pressed=true]{border-color:#bd942c;background:#fff7df}.fitting-choices button:hover{border-color:#bd942c}.fitting-choices button:focus-visible{outline:2px solid #815d08;outline-offset:3px}.angles-page .bend-main-picture,.boiler-systems-page .bend-main-picture{background-size:contain}.boiler-systems-page .bend-main-picture{width:420px}.boiler-systems-page .bend-table td:first-child{min-width:200px}

/* Separate variant pages for angles and boiler assemblies */
.angles-page.variant-page{--variant-atlas:url(/assets/angle-variants.png);--variant-size:300%}.boiler-systems-page.variant-page{--variant-atlas:url(/assets/boiler-variants.png);--variant-size:500%}.variant-page:not([data-fitting-kind=all]) .bend-main-picture,.variant-picture{background-image:var(--variant-atlas);background-size:var(--variant-size) auto;background-position:var(--variant-x) center;background-repeat:no-repeat;mix-blend-mode:multiply}.variant-picture{display:block;width:90px;height:130px;margin:auto}.variant-page:not([data-fitting-kind=all]) .bend-main-picture{width:290px;height:390px;aspect-ratio:auto}.angles-page .variant-types{grid-template-columns:repeat(3,minmax(0,1fr))}.boiler-systems-page .variant-types{grid-template-columns:repeat(5,minmax(0,1fr))}.variant-overview{margin:8px 0 12px;font-size:14px}.variant-overview a{color:#815d08;text-decoration:underline}.variant-overview a[aria-current=page]{font-weight:700}@media(max-width:640px){.variant-page .variant-types{grid-template-columns:repeat(2,minmax(0,1fr))}.variant-page:not([data-fitting-kind=all]) .bend-main-picture{width:100%;height:auto;aspect-ratio:3/4}}

.boiler-systems-page .variant-picture{width:calc(130px * var(--variant-ratio));height:130px}.boiler-systems-page.variant-page:not([data-fitting-kind=all]) .bend-main-picture{width:calc(390px * var(--variant-ratio));height:390px;max-width:100%}@media(max-width:640px){.boiler-systems-page.variant-page:not([data-fitting-kind=all]) .bend-main-picture{width:calc(260px * var(--variant-ratio));height:260px;aspect-ratio:auto}}

/* Product detail: shared catalogue typography, imagery and yellow request action. */
.item-main{padding:30px 0 42px;flex:1}.item-main .breadcrumbs{flex-wrap:wrap}.item-eyebrow{font-size:12px;letter-spacing:1.5px;color:#737e8d;margin:26px 0 10px}.item-main h1{font-size:clamp(28px,3.3vw,42px);line-height:1.15;letter-spacing:-.8px;margin:0 0 12px;overflow-wrap:anywhere}.item-subtitle{color:var(--muted);margin:0 0 28px;font-size:16px}.item-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:40px}.item-visual{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:12px;align-items:center;background:#f2f5f8;border:1px solid var(--line);border-radius:7px;padding:22px;align-self:start;min-height:430px}.item-visual .bend-type-picture{aspect-ratio:3/4;mix-blend-mode:multiply;background-size:500% auto}.item-visual .bend-drawing svg{height:215px}.item-visual-note{grid-column:1/-1;color:var(--muted);font-size:14px;line-height:1.5;margin:0}.item-order h2{font-size:22px;margin:0 0 16px}.item-order dl{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 0 22px;font-size:15px}.item-order dt,.item-order dd{padding:11px 0;border-bottom:1px solid var(--line);margin:0;overflow-wrap:anywhere}.item-order dt{color:var(--muted);padding-right:14px}.item-order dd{font-weight:600}.item-purchase{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-top:10px}.item-purchase span{display:block;color:var(--muted);font-size:14px;margin-bottom:7px}.item-purchase strong{font-size:23px}.item-purchase label{font-size:14px;width:145px;margin:0}.item-purchase input{width:100%;margin-top:8px}.item-order .button{width:100%;margin-top:6px}.item-order-note{font-size:14px;color:var(--muted);line-height:1.55;margin:14px 0 0}.item-bottom{display:flex;gap:40px;align-items:start;border-top:1px solid var(--line);padding-top:23px;margin-top:35px}.item-bottom a{color:#815d08;font-weight:600;flex-shrink:0}.item-bottom p{color:var(--muted);margin:0;font-size:15px;line-height:1.5;max-width:690px}.item-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.item-fields input{width:100%;margin-top:7px}.item-fields label{font-size:14px}.item-order fieldset{border:1px solid var(--line);border-radius:5px;padding:16px;margin:0 0 15px;min-width:0}.item-order legend{padding:0 6px;font-size:15px;font-weight:600}#item-validation{color:#a52424;font-size:14px;line-height:1.4;margin:12px 0}.bend-table .product-detail-link{color:var(--ink);text-decoration:underline;text-underline-offset:4px;font-weight:600;white-space:normal}.bend-table .product-detail-link:hover{color:#815d08}.item-page footer{margin-top:auto}@media(max-width:900px){.item-grid{grid-template-columns:1fr;gap:28px}.item-visual{min-height:0;grid-template-columns:minmax(0,1fr) 180px}.item-visual .bend-type-picture{max-width:330px;margin:auto;aspect-ratio:1}.item-visual .bend-drawing{justify-self:center}.item-order{max-width:650px}}@media(max-width:640px){.item-main{padding-top:24px}.item-visual{grid-template-columns:minmax(0,1fr) 100px;padding:16px;gap:8px}.item-visual .bend-drawing svg{height:160px}.item-visual .bend-type-picture{aspect-ratio:3/4}.item-bottom{flex-direction:column;gap:15px}.item-fields{grid-template-columns:1fr}.item-purchase{align-items:center}.item-order dl{font-size:14px}.item-purchase strong{font-size:21px}}

.item-visual .bend-type-picture{max-width:290px;margin:auto}.item-eyebrow{margin-top:18px}.item-subtitle{margin-bottom:22px}.item-order dt,.item-order dd{padding-top:8px;padding-bottom:8px}

/* Explicit product-card affordance in every catalogue row. */
.bend-table .product-detail-link{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:3px 0;text-decoration:none;min-width:170px}.card-product-name{line-height:1.4}.card-link-label{display:inline-block;font-size:14px;font-weight:600;line-height:1.4;color:#785500;background:#fff5d6;border:1px solid #e8d39a;border-radius:4px;padding:5px 9px;white-space:nowrap}.product-detail-link:hover .card-link-label{background:#ffde7d;border-color:#c49c32}.product-detail-link:focus-visible{outline:2px solid #997018;outline-offset:4px;border-radius:3px}
#item-visual-content{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:12px;align-items:center;grid-column:1/-1;width:100%}.item-page .item-visual .bend-main-picture{width:min(100%,290px);height:auto;aspect-ratio:3/4;max-width:100%}.item-page.boiler-systems-page .item-visual .bend-main-picture{width:min(100%,calc(330px * var(--variant-ratio)));aspect-ratio:var(--variant-ratio);height:auto}.item-extra-label{font-size:14px}.item-extra-label span{font-weight:400;color:var(--muted)}#item-extra{width:100%;resize:vertical;margin:8px 0 16px;font:inherit}@media(max-width:640px){#item-visual-content{grid-template-columns:minmax(0,1fr) 100px;gap:8px}.item-page.boiler-systems-page .item-visual .bend-main-picture{width:min(100%,calc(260px * var(--variant-ratio)))}.card-link-label{padding:7px 9px}}
.bend-table td a.product-detail-link{background:transparent;border:0;box-shadow:none}.bend-table td a.product-detail-link:hover{background:transparent}

/* Shared multi-item quotation. */
.quote-header{display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:14px;white-space:nowrap}.quote-header span{display:grid;place-items:center;min-width:23px;height:23px;background:#f2f4f7;border-radius:50%;font-size:12px}.quote-header:hover{color:#876209}.quote-notice{position:fixed;bottom:22px;right:22px;z-index:100;display:flex;gap:18px;align-items:center;max-width:560px;background:#17202c;color:#fff;padding:17px 20px;border-radius:7px;box-shadow:0 8px 30px #1b253333;font-size:14px}.quote-notice[hidden]{display:none}.quote-notice a{color:#ffdc76;white-space:nowrap}.quote-notice button{background:transparent;border:0;color:white;font-size:24px;padding:0 2px}.quote-notice.error{background:#7c2929}.quote-main{padding:32px 0 45px;flex:1}.quote-title{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:25px 0 32px}.quote-title h1{font-size:clamp(29px,3.5vw,42px);letter-spacing:-1px;margin:0 0 12px;line-height:1.15}.quote-title p{color:var(--muted);margin:0}.quote-title>a{white-space:nowrap;font-size:15px}.quote-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:35px;align-items:start}.quote-layout[hidden],.quote-empty[hidden],.quote-prepared[hidden]{display:none}.quote-list-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.quote-list-heading h2,.quote-contact h2,.quote-prepared h2{font-size:23px;margin:0}.quote-list-heading>span{font-size:14px;color:var(--muted);white-space:nowrap}.quote-line{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:24px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:6px;margin-bottom:12px}.quote-item-name{font-size:18px;font-weight:700;line-height:1.3;text-decoration:underline;text-underline-offset:4px}.quote-line-details p{font-size:14px;color:var(--muted);line-height:1.55;margin:12px 0 0;overflow-wrap:anywhere}.quote-line-details .quote-item-note{color:var(--ink)}.quote-line-controls label{font-size:13px;margin:0}.quote-line-controls input{width:100%;margin-top:8px;padding:10px}.quote-remove{border:0;background:none;padding:10px 0 0;color:#816117;text-decoration:underline;font-size:14px}.quote-contact{background:#edf2f7;border:1px solid var(--line);border-radius:7px;padding:25px;position:sticky;top:95px}.quote-contact label{margin:19px 0 7px;font-size:14px}.quote-contact input,.quote-contact textarea{width:100%;font:inherit;resize:vertical}.quote-contact .button{width:100%;margin-top:18px}.quote-mail-note,.quote-local-note{font-size:14px;color:var(--muted);line-height:1.55}.quote-mail-note a{color:var(--ink);text-decoration:underline}.quote-local-note{margin-top:20px}.quote-empty{padding:50px 25px;text-align:center;border:1px solid var(--line);border-radius:7px;background:#f1f4f8}.quote-empty>span{font-size:48px;color:#b99129}.quote-empty h2{font-size:26px;margin:12px 0}.quote-empty p{color:var(--muted);margin-bottom:25px}.quote-undo{margin-top:22px;padding:14px 18px;background:#fff4d2;font-size:14px;border-radius:5px}.quote-undo button{border:0;background:none;text-decoration:underline;font:inherit;font-weight:600}.quote-prepared{margin-top:35px;padding:28px;border:1px solid #dec575;border-radius:7px;background:#fffdf5;scroll-margin-top:95px}.quote-prepared>p{line-height:1.5}.quote-prepared label{font-size:14px;margin:18px 0 8px}.quote-prepared textarea{width:100%;font:inherit;line-height:1.55;resize:vertical}.quote-send-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:18px}.quote-send-actions .outline{border:1px solid #b9bec6;background:white}.quote-page .breadcrumbs{flex-wrap:wrap}#quote-storage-error{padding:20px;background:#fff0ec;color:#8b281b;line-height:1.5}#quote-storage-error button{font:inherit;margin-top:10px}@media(max-width:1100px){.header-actions{gap:12px}.quote-layout{gap:24px}.quote-contact{padding:20px}}@media(max-width:800px){.quote-layout{grid-template-columns:1fr}.quote-contact{position:static}.quote-title{align-items:start;flex-direction:column}.quote-line{grid-template-columns:minmax(0,1fr) 110px;gap:15px}.header-quote{display:none}.quote-send-actions .button{width:100%;text-align:center}}@media(max-width:640px){.quote-main{padding-top:24px}.quote-notice{left:12px;right:12px;bottom:12px;padding:14px;gap:10px;flex-wrap:wrap}.quote-notice button{margin-left:auto}.quote-line{padding:17px;grid-template-columns:1fr}.quote-line-controls{display:flex;gap:25px;align-items:end}.quote-line-controls label{max-width:150px}.quote-remove{padding-bottom:12px}.quote-list-heading{align-items:start;flex-direction:column;gap:8px}.quote-prepared{padding:20px}.quote-header{gap:4px;font-size:13px}.quote-header span{min-width:20px;height:20px}.quote-empty{padding:30px 20px}}

.send-status{font-size:15px;line-height:1.6;margin:16px 0 0;overflow-wrap:anywhere}.send-status[data-state=success]{color:#256a3b;background:#edf7ef;padding:14px 16px;border:1px solid #c9dfcf;border-radius:5px}form[aria-busy=true] button[type=submit]{opacity:.65;cursor:wait}

.send-status:empty{display:none}

/* Corporate collage: 06 Designing, 10 Delivery. */
.corporate-detail{padding:28px 24px 24px;flex:1}.corporate-detail .breadcrumbs{margin-bottom:24px;flex-wrap:wrap}.corporate-detail h1{font-size:clamp(30px,3.5vw,44px);line-height:1.15;letter-spacing:-1px;margin:0 0 18px}.design-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:35px;align-items:center;min-height:510px}.design-copy{padding:20px 0}.corporate-lead{font-size:20px;line-height:1.5;margin:0 0 20px;max-width:490px}.corporate-copy{color:var(--muted);font-size:16px;line-height:1.6;max-width:490px;margin:0 0 32px}.design-copy .button{min-width:230px;justify-content:space-between;gap:25px}.file-formats{font-size:13px;color:var(--muted);margin:14px 0 24px}.file-status{font-size:14px;overflow-wrap:anywhere;line-height:1.5}.file-status:empty{display:none}.design-copy>.text-link{border:0;padding:0;background:none;font-size:14px}.design-drawing{margin:0;justify-self:center;width:min(100%,410px)}.design-drawing svg{display:block;width:100%;height:445px}.design-drawing figcaption{font-size:12px;color:var(--muted);text-align:center;margin-top:12px}.corporate-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:22px 0 0;margin-top:28px;font-size:14px}.corporate-bottom a{color:#856109}.service-request-panel{display:grid;grid-template-columns:1fr 1fr;gap:45px;background:#edf2f7;border:1px solid var(--line);border-radius:7px;padding:30px;margin-top:30px;scroll-margin-top:100px}.service-request-panel[hidden]{display:none}.service-request-panel h2{font-size:28px;margin:0 0 16px}.service-request-panel p{line-height:1.6;color:var(--muted)}.service-phone{font-size:22px;font-weight:700}.service-request-panel label{font-size:14px;margin:14px 0 7px}.service-request-panel input,.service-request-panel textarea{width:100%;font:inherit;resize:vertical}.service-request-panel form>.button{margin-top:20px;width:100%}.service-request-panel .send-status{color:#256a3b}.delivery-lead{font-size:17px;color:var(--muted);margin:0 0 36px;padding-left:19px;border-left:3px solid var(--yellow)}.delivery-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin:0 0 32px;padding:0;list-style:none}.delivery-steps li{display:flex;gap:15px;align-items:center}.delivery-steps li>span{width:34px;height:34px;border:2px solid #f3c74b;border-radius:50%;display:grid;place-items:center;flex:none;font-size:16px;font-weight:700}.delivery-steps strong{font-size:15px;font-weight:600;line-height:1.45}.delivery-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.delivery-map img{display:block;width:100%;height:auto;margin-top:10px}.delivery-map-caption{padding:12px 15px 0}.delivery-map-caption strong{font-size:20px}.delivery-map-caption p{color:var(--muted);font-size:15px;line-height:1.6;max-width:540px;margin:10px 0}.delivery-estimate{background:#edf2f7;border:1px solid var(--line);border-radius:6px;padding:25px}.delivery-estimate h2{font-size:21px;letter-spacing:-.3px;margin:0 0 20px}.delivery-estimate label{font-size:14px;margin:14px 0 7px}.delivery-estimate input,.delivery-estimate textarea{width:100%;font:inherit;resize:vertical}.delivery-estimate input[readonly]{color:#667381;background:#f8fafc}.delivery-estimate .button{width:100%;margin-top:20px;padding-left:12px;padding-right:12px;font-size:14px}.delivery-help{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:25px;padding:20px 15px;font-size:14px}.delivery-help p{margin:0;color:var(--muted)}.delivery-help a{font-weight:600}.delivery-help span{color:var(--muted)}.services-delivery-link{display:flex;justify-content:space-between;gap:20px;padding:20px 24px;margin-top:25px;background:#edf2f7;border:1px solid var(--line);border-radius:6px;font-weight:600}.services-delivery-link span{color:#856109;font-weight:500;font-size:15px}.footer-delivery{white-space:nowrap}@media(max-width:900px){.corporate-detail{padding-left:0;padding-right:0}.design-hero{gap:20px}.design-drawing svg{height:380px}.delivery-grid{grid-template-columns:minmax(0,1fr) 280px;gap:10px}.delivery-steps{gap:15px}.delivery-estimate{padding:20px}.corporate-lead{font-size:18px}}@media(max-width:640px){.corporate-detail{padding-top:24px}.design-hero{grid-template-columns:1fr;gap:0;min-height:0}.design-copy{padding:0}.design-drawing{width:270px;margin-top:30px}.design-drawing svg{height:340px}.corporate-copy{margin-bottom:24px}.corporate-lead{font-size:18px}.service-request-panel{grid-template-columns:1fr;gap:15px;padding:22px}.service-request-panel h2{font-size:25px}.delivery-steps{grid-template-columns:1fr 1fr;gap:24px 16px;margin-bottom:25px}.delivery-steps strong{font-size:14px}.delivery-grid{grid-template-columns:1fr;gap:24px}.delivery-map-caption{padding:12px 0 0}.delivery-estimate{padding:24px}.delivery-help{padding-left:0}.corporate-bottom{flex-wrap:wrap}.services-delivery-link{flex-direction:column;gap:8px}.delivery-lead{font-size:16px;line-height:1.5}}

/* Corporate collage frames 17–18: contacts and quotation request. */
.mobile-kp{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.contact-main,.proposal-main{padding-top:32px;padding-bottom:48px}.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:stretch;margin-top:28px}.contact-copy{padding:12px 0 20px 24px}.contact-copy h1{margin-bottom:14px}.contact-lead{font-size:22px;line-height:1.45;margin:0 0 30px}.contact-details{display:grid;grid-template-columns:44px 1fr;gap:25px 17px;margin:0 0 32px}.contact-details dt,.contact-details dd{margin:0}.contact-icon{display:grid;place-items:center;width:42px;height:42px;background:var(--yellow);border-radius:9px}.contact-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-value{display:block;font-size:20px;line-height:1.5;font-weight:650;font-style:normal}.contact-details dd>span{display:block;font-size:14px;line-height:1.5;color:var(--muted);margin-top:3px}.contact-details address{font-size:17px}.contact-map-link{display:inline-block;margin-top:8px;font-size:14px;color:#856109}.contact-map{min-height:560px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#edf2f7}.contact-map iframe{width:100%;height:100%;min-height:560px;border:0;display:block}
.proposal-panel{max-width:820px;margin:28px auto 0}.proposal-panel h1{font-size:36px;line-height:1.18;letter-spacing:-1px;margin-bottom:14px}.proposal-lead{color:var(--muted);font-size:18px;line-height:1.5;margin:0 0 30px}.proposal-steps{display:flex;list-style:none;padding:0;margin:0 0 28px;gap:20px}.proposal-steps li{display:flex;align-items:center;gap:10px;flex:1;font-size:14px;font-weight:600;color:#738092}.proposal-steps li:not(:last-child):after{content:'';height:1px;flex:1;background:#dbe1e9;margin-left:8px}.proposal-steps span{display:grid;place-items:center;width:30px;height:30px;flex:none;border:2px solid #cfd7e2;border-radius:50%}.proposal-steps .active,.proposal-steps .done{color:var(--ink)}.proposal-steps .active span,.proposal-steps .done span{background:var(--yellow);border-color:var(--yellow)}.proposal-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.proposal-panel label{font-size:14px;margin:0 0 7px}.proposal-panel input,.proposal-panel textarea{font:inherit;width:100%;resize:vertical}.proposal-hint{font-size:13px;line-height:1.5;color:var(--muted);margin:8px 0 18px}.proposal-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 18px;border:2px dashed #ccd5e1;border-radius:6px;background:#f0f4f8;cursor:pointer}.proposal-dropzone:hover,.proposal-dropzone.dragging,.proposal-dropzone:focus-within{border-color:#aa7b0b;background:#fff9e7}.proposal-dropzone svg{width:29px;height:29px;stroke:#748194;fill:none;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round;margin-bottom:10px}.proposal-dropzone label{font-size:16px;font-weight:600;margin:0}.proposal-dropzone p{font-size:14px;color:var(--muted);margin:6px 0}.proposal-dropzone small{font-size:12px;color:var(--muted);line-height:1.5}.proposal-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.proposal-error{font-size:14px;color:#b42318;margin:10px 0}.proposal-error:empty{display:none}.proposal-file-list{padding:0;list-style:none;margin:12px 0}.proposal-file-list li{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:10px 12px;background:#edf2f7;border-radius:5px;margin:6px 0;font-size:14px}.proposal-file-list span{overflow-wrap:anywhere}.proposal-file-list button{font:inherit;color:#856109;border:0;background:none;cursor:pointer}.proposal-task{margin-top:22px}.proposal-send{display:flex;align-items:center;gap:24px;margin-top:22px}.proposal-send p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}.proposal-catalog{font-size:14px;line-height:1.6;padding:14px;background:#edf2f7;border-radius:5px}.proposal-catalog a{color:#856109;display:block}.proposal-panel .send-status{margin-top:20px}
@media(max-width:900px){.contact-layout{gap:25px;grid-template-columns:1fr 1fr}.contact-copy{padding-left:0}.contact-value{font-size:18px}.contact-details address{font-size:16px}.proposal-panel{max-width:760px}}
@media(max-width:640px){nav .mobile-kp{display:block;color:#856109}.contact-main,.proposal-main{padding-top:24px;padding-bottom:30px}.contact-layout{grid-template-columns:1fr;gap:24px;margin-top:20px}.contact-copy{padding:0}.contact-lead{font-size:20px}.contact-map,.contact-map iframe{min-height:360px;height:360px}.contact-details{gap:24px 14px}.contact-value{font-size:19px}.proposal-panel{margin-top:24px}.proposal-panel h1{font-size:30px}.proposal-lead{font-size:17px}.desktop-break{display:none}.proposal-steps{gap:8px}.proposal-steps li{gap:6px;font-size:12px}.proposal-steps li:not(:last-child):after{display:none}.proposal-steps span{width:26px;height:26px}.proposal-fields{grid-template-columns:1fr;gap:17px}.proposal-send{align-items:stretch;flex-direction:column;gap:14px}.proposal-send p{font-size:13px}.proposal-dropzone{padding:24px 12px}.proposal-dropzone label{font-size:15px}}

.contact-map{position:relative}.map-open{position:absolute;bottom:20px;left:20px;right:20px;padding:15px 20px;background:white;border:1px solid var(--line);border-radius:6px;box-shadow:0 3px 12px #15223815;font-size:15px;font-weight:600;text-align:center}

.map-address{position:absolute;z-index:1;top:20px;left:20px;max-width:260px;padding:17px 20px;background:#fff;border:1px solid var(--line);border-left:4px solid var(--yellow);border-radius:6px;box-shadow:0 3px 12px #15223815;pointer-events:none}.map-address strong{display:block;font-size:19px;margin-bottom:5px}.map-address span{font-size:14px;line-height:1.5;color:var(--muted)}.map-open{z-index:1}

/* Corporate collage: publications, article detail and legal documents. */
.editorial-main{padding-top:32px;padding-bottom:56px;min-height:calc(100vh - 170px)}.editorial-main>.breadcrumbs{margin-bottom:30px}.editorial-main>h1{margin-bottom:14px}.editorial-lead{font-size:19px;line-height:1.55;color:var(--muted);max-width:760px;margin:0 0 28px}.article-meta{font-size:13px;color:var(--muted);line-height:1.6}.publication-filters{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.publication-filters button{border:0;border-radius:18px;padding:9px 20px;background:#edf1f5;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.publication-filters button[aria-pressed=true]{background:var(--yellow)}.publication-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:22px}.publication-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;transition:transform .15s}.publication-card:hover{transform:translateY(-3px)}.publication-card[hidden]{display:none}.publication-card>a{display:block;height:100%}.publication-art{position:relative;overflow:hidden;background-color:#f1f4f8;aspect-ratio:1.5}.publication-art::before{content:'';position:absolute;top:0;left:50%;height:100%;aspect-ratio:1;transform:translateX(-50%);background-image:url('/assets/product-atlas.png');background-size:400% 200%;background-position:inherit;background-repeat:no-repeat}.art-bend{background-position:0 0}.art-tee{background-position:33.333% 0}.art-flange{background-position:100% 0}.publication-card-copy{padding:23px}.publication-card h2{font-size:23px;line-height:1.3;margin:10px 0 14px}.publication-card p{font-size:15px;line-height:1.65;color:var(--muted);margin:0 0 22px}.read-link{font-size:14px;font-weight:600;color:#856109}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:60px;align-items:start}.article-body{max-width:830px}.article-body h1{font-size:38px;line-height:1.15;margin-bottom:12px}.article-body>.publication-art{width:100%;max-width:620px;aspect-ratio:1.6;border-radius:8px;margin:28px 0}.article-body section{scroll-margin-top:100px;margin:30px 0}.article-body h2{font-size:25px;line-height:1.3;margin-bottom:12px}.article-body section p,.legal-document p{font-size:16px;line-height:1.8;color:#49535f;margin:0 0 18px}.article-aside{position:sticky;top:105px}.article-aside h2{font-size:18px;margin:0 0 18px}.article-toc{border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:26px}.article-toc a{display:block;font-size:14px;line-height:1.5;color:var(--muted);margin:12px 0}.article-toc a:hover{color:#856109}.related-article{display:flex;gap:12px;align-items:center;margin:18px 0}.related-article .publication-art{width:75px;min-width:75px;aspect-ratio:1}.related-article strong{font-size:14px;line-height:1.5}.article-source{font-size:13px;color:var(--muted);line-height:1.7}.article-source a,.legal-document a:not(.button){color:#856109;text-decoration:underline;text-underline-offset:3px}.article-cta{background:#edf2f7;border-radius:8px;padding:26px;margin-top:30px;display:flex;flex-wrap:wrap;align-items:center;gap:20px}.article-cta h2{width:100%;font-size:23px;margin:0}.article-cta>a:not(.button){font-size:14px;color:#856109}.legal-tabs{display:flex;gap:28px;overflow-x:auto;border-bottom:1px solid var(--line);margin:28px 0 32px}.legal-tabs button{border:0;border-bottom:3px solid transparent;background:none;font:inherit;font-size:15px;padding:14px 0;white-space:nowrap;cursor:pointer}.legal-tabs button[aria-selected=true]{border-bottom-color:var(--yellow);font-weight:700}.legal-document{max-width:850px}.legal-document[hidden]{display:none}.legal-document h2{font-size:29px;margin:0 0 12px}.legal-document h3{font-size:20px;margin:30px 0 12px}.legal-details{display:grid;grid-template-columns:200px 1fr;gap:0;font-size:16px;line-height:1.65}.legal-details dt,.legal-details dd{padding:15px 0;border-bottom:1px solid var(--line);margin:0}.legal-details dt{color:var(--muted)}.legal-document>.button{margin:10px 0 20px}footer>.wrap{flex-wrap:wrap;gap:18px}.footer-legal{font-size:13px}
@media(max-width:1000px){.publication-grid{gap:14px}.publication-card-copy{padding:18px}.publication-card h2{font-size:20px}.article-layout{grid-template-columns:minmax(0,1fr) 220px;gap:28px}}
@media(max-width:640px){.editorial-main{padding-top:24px}.publication-grid{grid-template-columns:1fr}.publication-card h2{font-size:23px}.publication-art{aspect-ratio:1.65}.article-layout{display:flex;flex-direction:column;gap:30px}.article-aside{position:static;width:100%}.article-body h1{font-size:30px}.article-body h2{font-size:23px}.editorial-lead{font-size:17px}.legal-tabs{gap:22px}.legal-document h2{font-size:25px}.legal-details{grid-template-columns:1fr}.legal-details dt{padding:15px 0 3px;border:0;font-size:14px}.legal-details dd{padding:0 0 15px;overflow-wrap:anywhere}.article-cta{padding:22px}.publication-filters button{font-size:14px}.publication-filters{gap:7px}.article-body section{scroll-margin-top:80px}}

/* Collage frames 06 and 15: full engineering drawing and photo/drawing pair. */
.design-drawing .engineering-drawing{display:block;width:100%;height:445px;object-fit:contain}.article-technical-figure{margin:28px 0}.article-technical-pair{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:#f7f9fc;border-radius:8px;padding:20px 12px;gap:10px}.article-technical-pair .publication-art{width:100%;aspect-ratio:1;background-color:transparent}.article-technical-pair .engineering-drawing{display:block;width:100%;height:auto;object-fit:contain}.article-technical-figure figcaption{font-size:12px;line-height:1.6;color:var(--muted);margin-top:12px}.design-drawing{max-width:490px}@media(max-width:640px){.design-drawing{width:100%;max-width:380px}.design-drawing .engineering-drawing{height:auto}.article-technical-pair{padding:12px 4px;gap:0}.article-technical-pair .engineering-drawing{min-width:0}.article-technical-figure figcaption{font-size:12px}}

/* Collage 07–08: pipe bending and inspection laboratory. */
.process-main{padding-top:32px;padding-bottom:35px}.process-main>.breadcrumbs{margin-bottom:28px}.bending-service-hero{display:grid;grid-template-columns:.95fr 1.25fr;min-height:340px;background:#edf2f7;border-radius:7px;overflow:hidden}.bending-service-copy{padding:45px 32px;align-self:center}.bending-service-copy h1{font-size:44px;margin-bottom:18px}.bending-service-copy p{font-size:21px;line-height:1.5;margin:0 0 25px}.bending-service-hero>img{width:100%;height:340px;object-fit:cover;min-height:340px}.bending-process{padding:35px 0 15px}.bending-process h2{font-size:28px;margin:0 0 28px}.process-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;list-style:none;padding:0;margin:0}.process-steps li{position:relative}.process-steps li>span{display:grid;place-items:center;width:34px;height:34px;border:2px solid #ccd5e0;border-radius:50%;font-weight:700;font-size:16px;background:white;position:relative;z-index:1}.process-steps li:not(:last-child):before{content:'';position:absolute;top:17px;left:34px;right:-24px;height:1px;background:#dbe2eb}.process-steps h3{font-size:17px;line-height:1.4;margin:16px 0 8px}.process-steps p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}.process-request-note{display:flex;align-items:center;justify-content:space-between;gap:35px;border-top:1px solid var(--line);padding-top:25px;margin-top:25px}.process-request-note h2{font-size:20px;margin:0 0 10px}.process-request-note p{font-size:15px;line-height:1.6;max-width:760px;color:var(--muted);margin:0}.process-request-note>a{white-space:nowrap}.laboratory-intro h1{font-size:40px;line-height:1.16;margin-bottom:15px}.laboratory-visual{margin:0}.laboratory-visual img{display:block;width:100%;height:360px;object-fit:cover;object-position:center 48%;border-radius:7px}.laboratory-methods{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:22px;align-items:start}.laboratory-methods details{border:1px solid var(--line);border-radius:6px;background:white}.laboratory-methods summary{display:flex;gap:15px;justify-content:space-between;align-items:center;padding:20px;font-size:16px;font-weight:600;line-height:1.45;cursor:pointer;list-style:none}.laboratory-methods summary::-webkit-details-marker{display:none}.laboratory-methods summary span{font-size:20px;color:#967017}.laboratory-methods details[open] summary span{transform:rotate(45deg)}.laboratory-methods details p{font-size:14px;color:var(--muted);line-height:1.65;padding:0 20px 20px;margin:0}.laboratory-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:26px 0}.laboratory-bottom p{font-size:14px;line-height:1.6;color:var(--muted);max-width:540px}.laboratory-bottom .button{font-size:14px}
@media(max-width:900px){.bending-service-copy{padding:28px 24px}.bending-service-copy h1{font-size:36px}.bending-service-copy p{font-size:18px}.laboratory-methods{grid-template-columns:1fr 1fr}.process-steps{gap:16px}.process-steps li:not(:last-child):before{right:-16px}.process-steps h3{font-size:15px}}
@media(max-width:640px){.process-main{padding-top:24px}.bending-service-hero{grid-template-columns:1fr}.bending-service-copy{padding:28px 22px}.bending-service-hero>img{height:230px;min-height:0}.process-steps{grid-template-columns:1fr;gap:22px}.process-steps li{padding-left:52px;min-height:55px}.process-steps li>span{position:absolute;left:0;top:0}.process-steps li:not(:last-child):before{left:16px;top:34px;bottom:-22px;width:1px;height:auto;right:auto}.process-steps h3{font-size:17px;margin:0 0 5px}.process-request-note,.laboratory-bottom{align-items:start;flex-direction:column;gap:16px}.laboratory-intro h1{font-size:30px}.laboratory-visual img{height:255px;object-position:50% center}.laboratory-methods{gap:10px}.laboratory-methods summary{font-size:14px;padding:15px;gap:8px}.laboratory-methods details p{padding:0 15px 15px;font-size:14px}.laboratory-bottom .button{width:100%}.process-request-note>a{white-space:normal}}

/* High-resolution laboratory artwork keeps the complete reference composition. */
.laboratory-visual--hq img{display:block;width:100%;height:auto;object-fit:contain;border-radius:7px}

/* Frame 11: files and documents. */
.documents-main{min-height:65vh}.document-filters{margin:28px 0 26px}.document-list{padding:0;margin:0;list-style:none;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}.document-row{display:flex;align-items:center;gap:24px;padding:25px 28px;border-bottom:1px solid var(--line)}.document-row:last-child{border-bottom:0}.document-row[hidden]{display:none}.document-icon{color:#647080;flex:0 0 32px}.document-icon svg{display:block;width:32px;height:36px;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}.document-copy{flex:1;min-width:0}.document-copy h2{font-size:19px;line-height:1.4;margin:0 0 5px}.document-copy p{font-size:14px;line-height:1.5;margin:0;color:var(--muted)}.document-action{flex-shrink:0;font-size:14px;font-weight:600;padding:12px;border-radius:6px;color:#695016}.document-action:hover{background:#fff3cc}.document-action:focus-visible,.document-filters button:focus-visible{outline:3px solid #a77500;outline-offset:3px}.footer-documents{font-size:13px}
@media(max-width:640px){.document-row{padding:20px 16px;gap:14px;flex-wrap:wrap}.document-copy{flex-basis:calc(100% - 50px)}.document-copy h2{font-size:17px}.document-action{margin-left:34px;min-height:44px}.document-filters{gap:8px}.document-filters button{padding:10px 15px}}

/* Separate reference scenes for frame 02, without enlarging one repeated photo. */
.about-art{position:relative;overflow:hidden}.about-art::before{content:'';position:absolute;left:0;top:50%;width:100%;aspect-ratio:1672/941;transform:translateY(-50%);background-image:url('/assets/about-photo-atlas.png');background-size:200% 200%;background-repeat:no-repeat}.about-art-hero::before{background-position:0 0}.about-art-production::before{background-position:100% 0}.about-art-quality::before{background-position:0 100%}.about-art-partners::before{background-position:100% 100%}.pillar-photo.about-art{height:auto;aspect-ratio:1672/941}.about-art-hero{height:auto;aspect-ratio:3.05}
@media(max-width:640px){.about-art-hero{aspect-ratio:1.8}.pillar-photo.about-art{height:auto}}

.price-toolbar{display:flex;align-items:end;gap:20px;margin:28px 0 15px}.price-search{flex:1;font-size:14px;font-weight:600}.price-search input{display:block;width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:6px;font:inherit;font-size:16px;margin-top:8px}.price-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:6px}.price-table{border-collapse:collapse;width:100%;font-size:15px;line-height:1.5}.price-table th{background:#edf1f5;text-align:left;font-size:14px}.price-table td,.price-table th{padding:18px 20px;border-bottom:1px solid var(--line);vertical-align:top}.price-table tbody tr:last-child td{border-bottom:0}.price-table td:first-child{font-weight:600;min-width:240px}.price-table a:hover{text-decoration:underline}.price-table td:last-child{color:#856109;white-space:nowrap}.price-bottom{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin:28px 0 18px}.footer-price{font-size:13px}
@media(max-width:640px){.price-toolbar{align-items:stretch;flex-direction:column;gap:14px}.price-table{min-width:700px}.price-table td,.price-table th{padding:14px}.price-toolbar .button{align-self:flex-start}}

.price-table-wrap{max-height:450px;overflow:auto}.price-table th{position:sticky;top:0;z-index:1}

/* Frame 16: reviews. */
.reviews-main{padding-bottom:42px}.reviews-showcase{position:relative;display:grid;grid-template-columns:1.05fr 1fr;min-height:500px;margin-top:28px;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#edf2f7}.reviews-map,.reviews-factory{min-height:500px}.reviews-map iframe{display:block;width:100%;height:100%;min-height:500px;border:0}.reviews-factory{background-image:url('/assets/reviews-factory-v3.png');background-size:auto 125%;background-position:left bottom;background-repeat:no-repeat}.reviews-card{position:absolute;right:34px;bottom:34px;width:min(390px,calc(100% - 68px));padding:24px 26px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 8px 28px #15223822}.reviews-score{display:flex;align-items:center;gap:15px}.reviews-score strong{font-size:34px;line-height:1}.reviews-score span{color:#e1a900;font-size:20px;letter-spacing:2px;white-space:nowrap}.reviews-score i{color:#dbe1e7;font-style:normal}.reviews-card p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.55}.reviews-card p strong{color:var(--ink)}.reviews-card a{display:flex;justify-content:space-between;gap:18px;margin-top:18px;padding-top:17px;border-top:1px solid var(--line);font-size:15px;font-weight:700;color:#856109}.reviews-source{margin:14px 0 0;font-size:13px;line-height:1.6;color:var(--muted)}.footer-reviews{font-size:13px}
@media(max-width:640px){.reviews-showcase{grid-template-columns:1fr;min-height:0}.reviews-map{min-height:330px}.reviews-map iframe{min-height:330px}.reviews-factory{min-height:230px;background-size:cover;background-position:center}.reviews-card{position:relative;right:auto;bottom:auto;width:auto;margin:-52px 16px 18px;padding:21px}.reviews-score strong{font-size:30px}.reviews-source{font-size:12px}}

/* Corporate collage frames 12–13: careers and news. */
.career-main,.news-main{padding-bottom:44px}.career-hero{display:grid;grid-template-columns:.74fr 1.45fr;min-height:330px;border-radius:7px;overflow:hidden;background:#edf2f7}.career-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:36px 34px;position:relative;z-index:1}.career-hero-copy h1{font-size:42px;margin-bottom:15px}.career-hero-copy p{font-size:20px;line-height:1.45;margin:0 0 25px;color:#303b4c}.career-hero img{display:block;width:100%;height:330px;object-fit:cover;object-position:57% center}.career-vacancies{padding-top:34px}.career-vacancies .section-top{margin-bottom:18px}.career-vacancies .section-top h2{font-size:28px}.career-vacancies .section-top p{font-size:13px;color:var(--muted)}.vacancy-list{border-top:1px solid var(--line)}.vacancy-list details{border-bottom:1px solid var(--line)}.vacancy-list summary{display:grid;grid-template-columns:1.2fr 1fr 28px;gap:25px;align-items:center;padding:20px 8px;list-style:none;cursor:pointer}.vacancy-list summary::-webkit-details-marker{display:none}.vacancy-list summary strong{font-size:17px}.vacancy-list summary span{font-size:14px;color:var(--muted)}.vacancy-list summary i{font-style:normal;font-size:20px;transition:transform .2s}.vacancy-list details[open] summary i{transform:rotate(90deg)}.vacancy-detail{padding:0 8px 20px;max-width:720px;color:var(--muted)}.vacancy-detail p{margin:0 0 8px}.vacancy-detail a,.career-source a{color:#856109}.career-source{font-size:12px;line-height:1.6;color:var(--muted);margin:18px 0 0}
.news-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.news-heading h1{margin-bottom:12px}.news-heading .editorial-lead{margin-bottom:25px}.news-heading>.text-link{font-size:14px;margin-top:16px;white-space:nowrap}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.news-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;transition:transform .18s,box-shadow .18s}.news-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #15223812}.news-card>a{display:block;height:100%}.news-art{height:215px;background-color:#eef2f6;background-repeat:no-repeat;background-size:cover;background-position:center}.news-art-production{background-image:url('/assets/news-production.png')}.news-art-machining{background-image:url('/assets/news-machining.png')}.news-art-factory{background-image:url('/assets/news-factory.png')}.news-card-copy{padding:20px 22px 24px}.news-card time{font-size:12px;color:var(--muted)}.news-card h2{font-size:22px;line-height:1.28;margin:10px 0 0}.news-card p{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 20px}.news-card-copy>span{font-size:14px;font-weight:700;color:#856109}.news-bottom{display:flex;align-items:center;gap:25px;margin-top:28px}.news-bottom p{font-size:13px;color:var(--muted);margin:0}.footer-career,.footer-news{font-size:13px}
@media(max-width:900px){.career-hero{grid-template-columns:.9fr 1.25fr}.career-hero-copy{padding:30px 24px}.career-hero-copy h1{font-size:36px}.news-grid{gap:14px}.news-card h2{font-size:19px}.news-art{height:180px}}
@media(max-width:640px){.career-hero{grid-template-columns:1fr}.career-hero-copy{padding:28px 22px}.career-hero-copy h1{font-size:32px}.career-hero-copy p{font-size:18px}.career-hero img{height:220px;object-position:57% center}.career-vacancies{padding-top:28px}.career-vacancies .section-top{display:block}.career-vacancies .section-top p{margin-top:7px}.vacancy-list summary{grid-template-columns:1fr 24px;gap:8px;padding:18px 2px}.vacancy-list summary span{grid-column:1;font-size:13px}.vacancy-list summary i{grid-column:2;grid-row:1/3}.vacancy-detail{padding:0 2px 18px;font-size:14px}.news-heading{display:block}.news-heading>.text-link{display:inline-block;margin:0 0 22px}.news-grid{grid-template-columns:1fr}.news-art{height:220px}.news-card h2{font-size:22px}.news-bottom{align-items:flex-start;flex-direction:column}.news-bottom .button{width:100%}}

/* Corporate collage frames 14 and 19: articles and full-site search. */
.articles-main{padding-bottom:46px}.article-catalog-grid .publication-card h2{font-size:22px}.articles-links{display:flex;gap:28px;flex-wrap:wrap;margin-top:18px}.footer-articles{font-size:13px}
.site-search-main{padding-bottom:52px}.site-search-main>h1{margin-bottom:25px}.site-search-form{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;border:1px solid #dce2ea;border-radius:7px;overflow:hidden;background:#fff;max-width:970px}.site-search-icon{width:17px;height:17px;border:2px solid #7d8795;border-radius:50%;margin-left:17px;position:relative}.site-search-icon:after{content:'';position:absolute;width:7px;height:2px;background:#7d8795;transform:rotate(45deg);right:-5px;bottom:-2px}.site-search-form input{width:100%;height:54px;border:0;outline:0;padding:0 16px;font:inherit;font-size:16px}.site-search-form .button{height:54px;border-radius:0;min-width:120px}.search-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 18px}.search-filter-row button{border:0;border-radius:20px;background:#edf1f5;padding:10px 17px;font:inherit;font-size:14px;font-weight:600}.search-filter-row button[aria-pressed=true]{background:var(--yellow)}.search-filter-row span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;padding:0 5px;border-radius:50%;background:#fff9;color:#3f4956;font-size:11px}.search-summary{font-size:13px;color:var(--muted);margin:0 0 18px}.site-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.site-result-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff;transition:transform .16s,box-shadow .16s}.site-result-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #15223812}.site-result-card>a{display:block;height:100%}.site-result-art{display:block;position:relative;height:180px;overflow:hidden;background-color:#f1f4f8}.site-result-art::before{content:'';position:absolute;top:50%;left:50%;height:135%;aspect-ratio:1;transform:translate(-50%,-50%);background-image:url('/assets/product-atlas.png');background-size:400% 200%;background-position:var(--result-x) var(--result-y);background-repeat:no-repeat}.document-result-art{display:grid;place-items:center;background-image:none}.document-result-art::before{display:none}.document-result-art svg{width:50px;height:58px;fill:none;stroke:#6e7988;stroke-width:1.8;stroke-linejoin:round}.site-result-copy{display:flex;flex-direction:column;padding:19px 20px 22px}.site-result-copy small{font-size:12px;color:var(--muted)}.site-result-copy strong{font-size:20px;line-height:1.3;margin:7px 0 10px}.site-result-copy>span{font-size:14px;line-height:1.55;color:var(--muted);min-height:44px}.site-result-copy b{font-size:13px;color:#856109;margin-top:18px}
@media(max-width:900px){.site-result-grid{gap:13px}.site-result-art{height:150px}.site-result-copy{padding:16px}.site-result-copy strong{font-size:18px}}
@media(max-width:640px){.articles-main .publication-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.articles-main .publication-filters button{white-space:nowrap}.site-search-main>h1{margin-bottom:20px}.site-search-form{grid-template-columns:30px minmax(0,1fr) auto}.site-search-icon{margin-left:13px}.site-search-form input{height:50px;padding:0 10px;font-size:15px}.site-search-form .button{height:50px;min-width:82px;padding:10px 14px}.search-filter-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.search-filter-row button{white-space:nowrap;padding:9px 14px}.site-result-grid{grid-template-columns:1fr}.site-result-art{height:205px}.site-result-copy strong{font-size:20px}.site-result-copy>span{min-height:0}}
.hp-field{position:absolute!important;left:-9999px;top:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
.send-status[data-state=error]{color:#9c2b2b;background:#fdf0ef;padding:14px 16px;border:1px solid #eec9c6;border-radius:5px}
.file-label{display:block}
.file-label input[type=file]{display:block;margin-top:8px;font:inherit;max-width:100%}
.dynamic-art{background-size:cover;background-position:center;background-color:#e6ebf1}
.article-figure{margin:0 0 24px}
.article-figure img{display:block;width:100%;max-width:760px;height:auto;border-radius:6px}
.article-body img{max-width:100%;height:auto}
.catalog-picture.generic-picture,.bend-main-picture.generic-product-picture,.fitting-type-picture.generic-kind-picture{background:#dfe6ee linear-gradient(135deg,#d3dce7,#e9eff5)}
.brand-symbol{will-change:transform}
@media(min-width:901px){.hero-image{height:124%;top:-12%;will-change:transform}}
body{background-color:#fdfdfe;background-image:linear-gradient(rgba(70,90,120,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(70,90,120,.045) 1px,transparent 1px),linear-gradient(rgba(70,90,120,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(70,90,120,.08) 1px,transparent 1px);background-size:20px 20px,20px 20px,100px 100px,100px 100px}
footer a[href="#main"]{font-weight:700}
