@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* QDD UI v1.0, 2026-09-24. Authoritative design values for this preview. */
:root {
  --qdd-font: "IBM Plex Sans", Arial, "Microsoft YaHei", sans-serif;
  --qdd-brand: #123e43;
  --qdd-action: #0b6b61;
  --qdd-action-hover: #08534c;
  --qdd-ink: #172b32;
  --qdd-muted: #52666d;
  --qdd-canvas: #f7f8f5;
  --qdd-surface: #ffffff;
  --qdd-tint: #edf5f2;
  --qdd-line: #d5dfdc;
  --qdd-input-line: #738780;
  --qdd-accent: #d6b36a;
  --qdd-focus: #1a66cc;
  --qdd-error: #b42318;
  --qdd-error-bg: #fef3f2;
  --qdd-success: #126141;
  --qdd-success-bg: #ecfdf3;
  --qdd-warning: #875600;
  --qdd-warning-bg: #fff7e6;
  --qdd-h1: clamp(2.25rem, 1.45rem + 2.6vw, 4rem);
  --qdd-product-h1: clamp(2rem, 1.4rem + 2vw, 3rem);
  --qdd-h2: clamp(1.75rem, 1.3rem + 1.4vw, 2.5rem);
  --qdd-h3: 1.375rem;
  --qdd-body: 1rem;
  --qdd-small: .875rem;
  --qdd-space-1: 4px;
  --qdd-space-2: 8px;
  --qdd-space-3: 12px;
  --qdd-space-4: 16px;
  --qdd-space-5: 24px;
  --qdd-space-6: 32px;
  --qdd-space-7: 48px;
  --qdd-space-8: 64px;
  --qdd-space-9: 96px;
  --qdd-container: 1280px;
  --qdd-gutter: clamp(16px, 3vw, 40px);
  --qdd-control-height: 48px;
  --qdd-touch-min: 44px;
  --qdd-radius-control: 6px;
  --qdd-radius-card: 12px;
  --qdd-radius-pill: 999px;
  --qdd-shadow: 0 12px 36px rgb(18 62 67 / .08);
  --qdd-transition: 160ms ease;
}

*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--qdd-canvas);color:var(--qdd-ink);font-family:var(--qdd-font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:var(--qdd-action);text-underline-offset:4px}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--qdd-focus);outline-offset:3px}[hidden]{display:none!important}h1,h2,h3,p,figure,dl{margin-top:0}h1,h2,h3{font-weight:600;color:var(--qdd-brand)}h1{font-size:var(--qdd-h1);line-height:1.07;letter-spacing:-.035em;margin-bottom:24px}h2{font-size:var(--qdd-h2);line-height:1.2;letter-spacing:-.025em;margin-bottom:24px}h3{font-size:var(--qdd-h3);line-height:1.3;margin-bottom:12px}p{margin-bottom:20px}h1 em{font-style:normal;color:var(--qdd-action)}small,.small{font-size:14px;line-height:1.5;color:var(--qdd-muted)}strong,b{font-weight:600}hr{border:0;border-top:1px solid var(--qdd-line);margin:32px 0}.wrap{width:calc(100% - 2 * var(--qdd-gutter));max-width:var(--qdd-container);margin-inline:auto}.section{padding-block:80px}.section-topless{padding-top:0}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:14px;font-weight:500;color:var(--qdd-action);margin-bottom:20px}.lead{font-size:18px;line-height:1.65;max-width:640px;color:var(--qdd-muted)}.small{font-size:14px}.actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;min-height:48px;padding:12px 22px;align-items:center;justify-content:center;gap:22px;text-decoration:none;border:1px solid var(--qdd-action);border-radius:6px;background:var(--qdd-action);color:white;font-weight:500;line-height:1.4;transition:background var(--qdd-transition)}.button:hover{background:var(--qdd-action-hover);color:#fff}.button.secondary{background:transparent;color:var(--qdd-action);border-color:var(--qdd-input-line)}.button.secondary:hover{background:var(--qdd-tint)}.text-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:500;border-bottom:1px solid var(--qdd-action);padding-block:9px;line-height:1.5}.text-link:hover{color:var(--qdd-brand)}.text-button{border:0;border-bottom:1px solid;background:none;color:var(--qdd-action);padding:9px 0;min-height:44px}.skip-link{position:fixed;z-index:100;top:-100px;left:20px;background:white;padding:16px}.skip-link:focus{top:10px}.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}
.preview-banner{background:var(--qdd-brand);color:#fff;font-size:14px}.preview-banner .wrap{display:flex;justify-content:space-between;padding-block:7px;gap:12px}.preview-banner span:first-child{color:var(--qdd-accent);letter-spacing:.08em;font-weight:500}.site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--qdd-line);position:sticky;top:0;z-index:20}.header-inner{min-height:86px;display:flex;align-items:center;gap:36px}.wordmark{display:inline-flex;gap:7px;align-items:baseline;position:relative;font-size:29px;letter-spacing:-1px;font-weight:700;text-decoration:none;color:var(--qdd-brand);line-height:1}.wordmark span{font-size:16px;letter-spacing:.08em;font-weight:500}.wordmark i{width:7px;height:7px;display:block;background:var(--qdd-accent);position:absolute;right:-11px;bottom:1px}.desktop-nav{display:flex;gap:28px;margin-left:auto;align-items:center}.desktop-nav a{text-decoration:none;color:var(--qdd-ink);font-size:15px;padding:10px 0;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a[aria-current]{color:var(--qdd-action);box-shadow:0 2px var(--qdd-action)}.header-quote{display:flex;align-items:center;gap:15px;min-height:48px;text-decoration:none;font-weight:500;border-left:1px solid var(--qdd-line);padding-left:28px;white-space:nowrap}.menu-toggle{display:none;border:0;background:none;width:44px;height:44px;padding:12px}.menu-toggle span{display:block;height:2px;background:var(--qdd-brand);margin:6px 0}.breadcrumb{display:flex;flex-wrap:wrap;gap:10px;padding-block:22px;font-size:14px;color:var(--qdd-muted)}.breadcrumb a{color:var(--qdd-muted);text-decoration:none}.page-intro{padding-block:42px 64px}.page-intro h1{max-width:960px}.page-intro .lead{max-width:750px;margin-bottom:0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:36px}.section-heading h2{margin-bottom:0}.heading-note{max-width:355px;margin-bottom:4px;color:var(--qdd-muted)}.tinted{background:var(--qdd-tint)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px}.split>div>p{max-width:570px}.two-paths{display:grid;grid-template-columns:.95fr 1.05fr;gap:90px}.home-hero{padding-block:74px 64px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:70px}.home-hero h1{margin-bottom:28px}.hero-copy .lead{max-width:555px;margin-bottom:28px}.hero-foot{display:flex;flex-wrap:wrap;gap:32px;margin-top:42px;font-size:12px;letter-spacing:.11em;color:var(--qdd-muted)}.system-diagram{margin:0;align-self:stretch;padding:28px 32px;background:var(--qdd-tint);border:1px solid var(--qdd-line);border-radius:12px}.system-diagram figcaption{display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.08em;color:var(--qdd-muted);margin-bottom:30px}.flow-node{display:flex;align-items:center;gap:18px;padding:14px 20px;border:1px solid var(--qdd-line);background:var(--qdd-surface);border-radius:6px}.flow-node>span{font-size:14px;color:var(--qdd-muted)}.flow-node strong{font-size:18px;display:block;line-height:1.35;color:var(--qdd-brand)}.flow-node small{display:block;margin-top:3px}.flow-node.emphasized{background:var(--qdd-brand);border-color:var(--qdd-brand)}.flow-node.emphasized strong,.flow-node.emphasized small{color:#fff}.flow-node.emphasized>span{color:var(--qdd-accent)}.flow-line{height:21px;border-left:1px solid var(--qdd-input-line);margin-left:28px}.diagram-note{font-size:14px;color:var(--qdd-muted);margin:24px 0 0;line-height:1.5}.subnav-strip{border-block:1px solid var(--qdd-line);background:#fff}.subnav-strip .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding-block:20px;gap:24px;font-size:14px;font-weight:500}.subnav-strip span+span{border-left:1px solid var(--qdd-line);padding-left:30px}.family-row{display:grid;grid-template-columns:140px 1fr 230px;gap:40px;padding:36px 0;border-top:1px solid var(--qdd-line)}.family-row:last-child{border-bottom:1px solid var(--qdd-line)}.family-num{color:var(--qdd-muted);font-size:12px;letter-spacing:.1em;padding-top:8px}.family-row h3{font-size:30px}.family-row p{max-width:590px;color:var(--qdd-muted);margin-bottom:16px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tags span{font-size:12px;color:var(--qdd-muted);border:1px solid var(--qdd-line);padding:3px 10px;border-radius:999px}.product-placeholder{width:100%;min-width:0;position:relative;background:var(--qdd-tint);border:1px dashed var(--qdd-input-line);border-radius:12px;min-height:250px;aspect-ratio:4/3;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--qdd-muted);text-align:center;padding:30px;gap:16px}.product-placeholder.compact{min-height:180px;align-self:center;padding:16px;gap:10px;border-radius:6px}.placeholder-id{position:absolute;top:12px;left:16px;font-size:12px;letter-spacing:.08em}.placeholder-cross{font-size:38px;font-weight:400;color:var(--qdd-input-line);line-height:1}.product-placeholder small{display:block;font-size:12px;margin-top:4px}.path-list article{display:flex;gap:24px;padding:0 0 28px}.path-list article+article{border-top:1px solid var(--qdd-line);padding-top:28px}.path-list article>span{font-size:14px;color:var(--qdd-action);padding-top:4px}.path-list p{color:var(--qdd-muted);margin-bottom:8px}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin:40px 0 24px}.check-grid article{border-top:2px solid var(--qdd-action);padding-top:24px}.check-grid article>span{font-size:14px;color:var(--qdd-muted);display:block;margin-bottom:24px}.check-grid p{color:var(--qdd-muted)}.partner-feature{border-top:1px solid var(--qdd-line);border-bottom:1px solid var(--qdd-line);padding:48px 0;display:grid;grid-template-columns:1.1fr 1fr;gap:80px}.partner-feature h2{margin:0}.partner-feature p{color:var(--qdd-muted)}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:48px;background:var(--qdd-brand);padding:48px;border-radius:12px}.cta-band h2{color:#fff;max-width:730px}.cta-band .eyebrow{color:var(--qdd-accent)}.cta-band p:not(.eyebrow){color:#fff;opacity:.9;max-width:660px;margin:0}.cta-band .button{background:white;color:var(--qdd-brand);border-color:white;flex-shrink:0}.cta-band .button:hover{background:var(--qdd-tint)}.series-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.series-card{background:#fff;border:1px solid var(--qdd-line);border-radius:12px;padding:32px}.series-card-top{display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--qdd-muted);margin-bottom:26px}.series-card-top span:first-child{letter-spacing:.08em;color:var(--qdd-action)}.series-card h3{font-size:42px;margin-bottom:16px;letter-spacing:-.03em}.series-card p{color:var(--qdd-muted)}.series-card dl{margin:26px 0}.series-card dl>div{border-top:1px solid var(--qdd-line);padding:12px 0}.series-card dt{font-size:14px;color:var(--qdd-muted)}.series-card dd{margin:4px 0 0}.data-note{font-size:14px;color:var(--qdd-muted);padding:16px 20px;border-left:3px solid var(--qdd-input-line);background:var(--qdd-tint);margin-block:24px}.range-row{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;border-block:1px solid var(--qdd-line);padding:32px 0;margin-top:40px;align-items:center}.range-row p:last-child{margin:0}.range-row small{display:block;margin-top:16px}.steps{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:24px;padding:24px 0;border-top:1px solid var(--qdd-line)}.steps li:first-child{padding-top:0;border-top:0}.steps .step-no{color:var(--qdd-action);font-size:14px;padding-top:4px}.steps li p{margin:0;color:var(--qdd-muted)}.faq details{border-top:1px solid var(--qdd-line);padding:0}.faq details:last-child{border-bottom:1px solid var(--qdd-line)}.faq summary{cursor:pointer;padding:22px 26px 22px 0;font-size:18px;font-weight:500;line-height:1.5;position:relative;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:0;color:var(--qdd-action)}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--qdd-muted);margin-bottom:24px}.control-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.control-intro .product-placeholder{aspect-ratio:1.2}.control-list{margin-top:64px}.control-list article{display:grid;grid-template-columns:180px 1fr 1.2fr;column-gap:32px;padding:36px 0;border-top:1px solid var(--qdd-line)}.control-list article>span{font-size:12px;letter-spacing:.08em;color:var(--qdd-muted)}.control-list h2{font-size:26px}.control-list p{color:var(--qdd-muted)}.control-list .text-link{grid-column:3;justify-self:start}.statement-panel{background:var(--qdd-brand);padding:42px;border-radius:12px}.statement-panel .eyebrow{color:var(--qdd-accent)}.large-statement{font-size:30px;color:#fff;line-height:1.4;font-weight:500}.statement-panel>span{color:#fff;font-size:12px;letter-spacing:.08em;display:block;margin-top:36px}.identity-list{margin:0}.identity-list>div{padding:18px 0;border-top:1px solid var(--qdd-line)}.identity-list dt{font-size:14px;color:var(--qdd-muted)}.identity-list dd{margin:6px 0 0;overflow-wrap:anywhere}.inspection-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 48px}.inspection-grid article{padding:30px 0;border-top:1px solid var(--qdd-line)}.inspection-grid article>span{color:var(--qdd-muted);font-size:12px;letter-spacing:.08em;display:block;margin-bottom:24px}.inspection-grid article p{color:var(--qdd-muted);margin-bottom:0}.document-list{list-style:none;padding:0;margin:0}.document-list li{padding:18px 0;border-bottom:1px solid var(--qdd-line)}.document-list li:first-child{padding-top:0}.document-list strong,.document-list span{display:block}.document-list strong{font-size:18px}.document-list span{color:var(--qdd-muted);margin-top:4px}.buyer-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}.buyer-grid article{border-top:2px solid var(--qdd-action);padding-top:24px}.buyer-grid h2{font-size:28px}.buyer-grid article>p:not(.eyebrow){color:var(--qdd-muted)}.contact-routes{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.contact-routes article{padding-top:24px;border-top:2px solid var(--qdd-action);display:flex;flex-direction:column;align-items:flex-start}.contact-routes article>span{color:var(--qdd-muted);font-size:14px;margin-bottom:26px}.contact-routes h2{font-size:24px;min-height:58px}.contact-routes p{color:var(--qdd-muted)}.contact-routes .button{margin-top:auto;padding-inline:16px;gap:12px}.notice{padding:18px 22px;background:var(--qdd-warning-bg);border-left:3px solid var(--qdd-warning);color:var(--qdd-warning);font-size:14px;line-height:1.6;margin:32px 0}.quote-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:72px}.quote-layout .notice{margin-top:0}fieldset{padding:0;border:0;margin:32px 0 0}legend{font-size:18px;color:var(--qdd-brand);font-weight:600;padding:0 0 24px}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--qdd-input-line);border-radius:6px;background:white;padding:12px 14px;line-height:1.4;color:var(--qdd-ink);max-width:100%}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:var(--qdd-muted);opacity:1}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:22px;min-width:0}.field label{font-size:14px;font-weight:500}.field label span,.technical-fields summary span{font-weight:400;color:var(--qdd-muted)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}.field-error{font-size:14px;color:var(--qdd-error)}.field-error:empty{display:none}[aria-invalid=true]{border-color:var(--qdd-error);background:var(--qdd-error-bg)}.technical-fields{border-block:1px solid var(--qdd-line);margin:10px 0 24px;padding:16px 0}.technical-fields summary{cursor:pointer;color:var(--qdd-action);min-height:28px}.technical-fields .field-row{padding-top:24px}.quote-aside{border-left:1px solid var(--qdd-line);padding-left:40px}.quote-aside h2{font-size:30px}.quote-aside p{color:var(--qdd-muted)}.plain-checks{list-style:none;padding:0;margin:28px 0}.plain-checks li{padding:12px 0 12px 24px;position:relative;border-bottom:1px solid var(--qdd-line)}.plain-checks li:before{content:'✓';position:absolute;left:0;color:var(--qdd-action)}.quote-shortlist{background:var(--qdd-tint);padding:22px;margin-bottom:24px;border:1px solid var(--qdd-line);border-radius:6px}.quote-shortlist h3{font-size:18px}.quote-shortlist ul{padding-left:20px;overflow-wrap:anywhere}.form-error{background:var(--qdd-error-bg);color:var(--qdd-error);border:1px solid var(--qdd-error);padding:16px;margin-bottom:20px}.brief-result{margin-top:40px;padding:28px;border:1px solid var(--qdd-action);border-radius:12px;background:white}.brief-result h2{font-size:28px}.brief-result textarea{font-size:15px;line-height:1.7}.brief-result .actions{margin-top:20px}.brief-result [role=status]{margin-top:18px;margin-bottom:0}.policy-layout{display:grid;grid-template-columns:1fr 2.2fr;gap:80px}.policy-layout aside{color:var(--qdd-muted);font-size:14px}.prose h2{font-size:24px;margin:36px 0 16px}.prose h2:first-child{margin-top:0}.prose p{max-width:720px;color:var(--qdd-muted)}.status-page{padding-block:80px 120px;max-width:980px;text-align:center}.status-page .lead{margin:0 auto 32px}.status-page .actions{justify-content:center}.status-symbol{width:60px;height:60px;border:1px solid var(--qdd-input-line);border-radius:50%;margin:0 auto 30px;display:grid;place-items:center;font-size:28px;color:var(--qdd-action)}
.series-hero{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center;padding:38px 0 64px}.series-hero h1{font-size:var(--qdd-product-h1);line-height:1.12}.series-hero .series-photo{min-height:360px;height:100%;max-height:460px;aspect-ratio:4/3}.series-stats{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:20px;border-block:1px solid var(--qdd-line);margin:28px 0;padding:20px 0}.series-stats strong{display:block;font-size:28px;line-height:1.3;color:var(--qdd-brand);font-variant-numeric:tabular-nums}.series-stats span{font-size:14px;color:var(--qdd-muted)}.series-subnav{background:#fff;border-block:1px solid var(--qdd-line)}.series-subnav .wrap{display:flex;gap:40px;flex-wrap:wrap;padding-block:18px}.series-subnav a{text-decoration:none;font-size:14px;font-weight:500}.model-filters{display:grid;grid-template-columns:1fr 1.3fr auto;gap:20px;align-items:end;margin:32px 0}.model-filters .field{margin:0}.model-filters .button{height:48px}.table-topline{display:flex;justify-content:space-between;align-items:center;gap:20px}.table-topline p{margin-bottom:14px}#model-count{font-size:14px;font-weight:500;color:var(--qdd-brand)}.model-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:15px;background:#fff;border-block:1px solid var(--qdd-line)}.model-table thead{background:var(--qdd-brand);color:#fff;text-align:left}.model-table thead th{font-weight:500;padding:16px}.model-table thead th small{font-size:12px;color:#fff;opacity:.8;display:block}.model-table td,.model-table tbody th{padding:18px 16px;text-align:left;border-bottom:1px solid var(--qdd-line);font-variant-numeric:tabular-nums}.model-table tbody th{font-weight:500}.model-label{min-height:44px;display:flex;align-items:center;gap:14px;cursor:pointer;color:var(--qdd-brand)}input[type=checkbox]{accent-color:var(--qdd-action);width:20px;height:20px;min-height:20px;flex-shrink:0;cursor:pointer}.detail-control button{border:0;background:none;color:var(--qdd-action);display:flex;gap:16px;align-items:center;min-height:44px;white-space:nowrap;font-size:14px;padding:4px 0}.detail-row td{background:var(--qdd-tint);padding:28px}.detail-grid{display:grid;grid-template-columns:1.2fr 1.1fr 1fr;gap:32px;font-size:14px}.detail-grid strong{display:block;margin-bottom:10px}.detail-grid p{margin-bottom:0;color:var(--qdd-muted)}.pagination{display:flex;align-items:center;justify-content:center;gap:30px;margin:24px 0}.pagination span{font-size:14px;color:var(--qdd-muted)}.empty-state{text-align:center;border:1px solid var(--qdd-line);background:#fff;padding:48px}.selection-tray{position:fixed;bottom:0;left:0;right:0;background:var(--qdd-brand);color:#fff;z-index:30;padding:14px 0 max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--qdd-input-line)}.selection-tray>.wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.selection-tray strong{display:block}.selection-tray .small{display:block;color:#fff;opacity:.8}.tray-actions{display:flex;gap:16px;align-items:center}.tray-actions .button{background:white;color:var(--qdd-brand);border-color:white}.tray-actions .secondary{background:transparent;color:white}.tray-text{background:none;color:#fff;border:0;min-height:44px;text-decoration:underline;text-underline-offset:4px;padding:10px}.has-tray{padding-bottom:96px}dialog{width:calc(100% - 40px);max-width:1120px;max-height:90vh;overflow:auto;border:1px solid var(--qdd-line);border-radius:12px;padding:32px;color:var(--qdd-ink);background:var(--qdd-canvas)}dialog::backdrop{background:rgba(18,62,67,.55)}.dialog-header{display:flex;justify-content:space-between;gap:24px}.dialog-header h2{font-size:30px}.dialog-header .eyebrow{margin-bottom:8px}.dialog-close{height:44px;width:44px;border:1px solid var(--qdd-input-line);border-radius:6px;background:white;flex-shrink:0;color:var(--qdd-brand);font-size:26px}.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:28px 0}.compare-card{padding:22px;background:#fff;border:1px solid var(--qdd-line);border-radius:6px}.compare-card h3{font-size:20px;overflow-wrap:anywhere}.compare-card dl>div{border-top:1px solid var(--qdd-line);padding:12px 0}.compare-card dt{font-size:14px;color:var(--qdd-muted)}.compare-card dd{margin:4px 0 0;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.compare-card p{font-size:14px;color:var(--qdd-muted)}
.site-footer{background:#eef1ed;border-top:1px solid var(--qdd-line);padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:1.2fr .85fr .9fr 1.4fr;gap:48px;padding-bottom:48px}.footer-about>p{font-size:14px;color:var(--qdd-muted);margin:25px 0 0}.footer-grid h2{font-size:14px;font-weight:600;letter-spacing:0;line-height:1.5;margin-bottom:20px}.footer-grid>div>a:not(.wordmark){display:block;font-size:14px;color:var(--qdd-muted);text-decoration:none;margin-bottom:12px;padding-block:2px}.footer-grid>div>a:hover{text-decoration:underline}.footer-address p{font-size:14px;color:var(--qdd-muted);margin-bottom:12px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid var(--qdd-line);padding-block:24px;font-size:12px;color:var(--qdd-muted)}.footer-bottom>div{display:flex;gap:24px}.footer-bottom a{font-size:14px;color:var(--qdd-muted);text-decoration:none}
@media(min-width:1600px){.home-hero{padding-block:90px}.section{padding-block:96px}.section-topless{padding-top:0}}
@media(max-width:1100px){.desktop-nav{gap:16px}.header-inner{gap:24px}.desktop-nav a{font-size:14px}.header-quote{padding-left:18px;font-size:14px}.home-hero{gap:36px}.system-diagram{padding:24px}.home-hero .actions{gap:16px}.split,.two-paths,.partner-feature{gap:48px}.family-row{grid-template-columns:100px 1fr 200px;gap:28px}.control-list article{grid-template-columns:130px 1fr 1.2fr;gap:24px}.quote-layout{gap:40px}.quote-aside{padding-left:28px}.footer-grid{gap:28px}.contact-routes{gap:22px}.contact-routes .button{font-size:14px;gap:10px}.series-hero{gap:40px}.model-table{font-size:14px}.model-table td,.model-table tbody th,.model-table thead th{padding:14px 10px}.model-label{gap:10px}.model-table thead th:nth-child(5),.model-table .model-row>td:nth-child(5){display:none}}
@media(max-width:900px){.desktop-nav{display:none}.header-quote{margin-left:auto;border-left:0;padding-left:0}.menu-toggle{display:block}#mobile-nav{padding:12px var(--qdd-gutter) 24px;border-top:1px solid var(--qdd-line)}#mobile-nav a{display:block;padding:12px 0;text-decoration:none;color:var(--qdd-brand);font-weight:500}.home-hero{grid-template-columns:1fr 1fr;gap:28px}.home-hero h1{font-size:48px}.flow-node{padding:13px;gap:12px}.flow-node strong{font-size:16px}.flow-node small{font-size:13px}.family-row{grid-template-columns:1fr 200px}.family-num{grid-column:1/-1}.check-grid{gap:24px}.cta-band{padding:36px;gap:28px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.quote-layout{grid-template-columns:minmax(0,1fr)}.quote-aside{border-left:0;border-top:1px solid var(--qdd-line);padding:32px 0 0}.quote-aside h2{font-size:28px}.contact-routes{grid-template-columns:1fr}.contact-routes h2{min-height:0}.contact-routes .button{font-size:16px}.control-list article{grid-template-columns:1fr 1fr}.control-list article>span{grid-column:1/-1}.control-list .text-link{grid-column:2}.control-intro{gap:40px}.policy-layout{gap:48px}.series-stats strong{font-size:23px}.series-hero .series-photo{min-height:320px}.series-card{padding:24px}.series-card-top{flex-wrap:wrap;gap:6px}.model-filters{grid-template-columns:1fr 1fr}.model-filters .button{justify-self:start}.detail-grid{gap:20px}}
@media(max-width:767px){html{scroll-padding-top:90px}.preview-banner{font-size:12px}.preview-banner .wrap{padding-block:6px;gap:8px;flex-wrap:wrap;line-height:1.4}.header-inner{min-height:72px;gap:18px}.wordmark{font-size:25px}.wordmark span{font-size:13px}.header-quote{font-size:14px;gap:8px}.header-quote span{display:none}.menu-toggle{padding:10px;flex-shrink:0}.home-hero{grid-template-columns:1fr;padding-block:40px;gap:36px}.home-hero h1{font-size:clamp(38px,9vw,60px)}.hero-copy .lead{font-size:16px}.hero-foot{margin-top:30px;gap:20px;font-size:11px}.system-diagram{padding:24px}.flow-node{padding:13px 16px}.flow-node strong{font-size:18px}.flow-node small{font-size:14px}.system-diagram figcaption{margin-bottom:22px}.subnav-strip .wrap{grid-template-columns:1fr 1fr;font-size:12px;gap:14px}.subnav-strip span+span{border:0;padding:0}.section{padding-block:48px}.section-topless{padding-top:0}.eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:16px}.section-heading{display:block;margin-bottom:28px}.section-heading>.text-link{margin-top:20px}.heading-note{margin-top:20px}.lead{font-size:16px}.page-intro{padding:24px 0 40px}.page-intro h1{font-size:clamp(32px,8.6vw,46px);line-height:1.12}.breadcrumb{padding-block:16px;font-size:13px}.split,.two-paths,.partner-feature,.range-row,.control-intro,.policy-layout{grid-template-columns:1fr;gap:28px}.family-row{grid-template-columns:1fr;padding:28px 0;gap:20px}.family-row .product-placeholder{grid-row:2;width:100%;aspect-ratio:2.5;min-height:150px}.family-num{font-size:12px;padding:0}.family-row h3{font-size:26px}.family-row .product-placeholder .placeholder-cross{font-size:28px}.family-row .product-placeholder>span:last-child{font-size:14px}.check-grid{grid-template-columns:1fr;gap:16px;margin-top:28px}.check-grid article{padding-top:20px;display:grid;grid-template-columns:36px 1fr;column-gap:10px}.check-grid article>span{grid-row:1/3;padding-top:3px;margin:0}.check-grid article h3{grid-column:2;font-size:21px}.check-grid article p{grid-column:2;margin-bottom:16px}.partner-feature{padding:32px 0}.cta-band{display:block;padding:28px;border-radius:12px}.cta-band .button{margin-top:28px}.series-grid,.buyer-grid,.inspection-grid{grid-template-columns:1fr;gap:24px}.series-card h3{font-size:36px}.range-row{margin-top:28px;padding:28px 0}.control-intro .product-placeholder{aspect-ratio:1.8;min-height:220px}.control-list{margin-top:40px}.control-list article{display:block;padding:28px 0}.control-list h2{font-size:26px;margin-top:18px}.statement-panel{padding:28px}.large-statement{font-size:26px}.inspection-grid article{padding-block:24px}.inspection-grid article>span{margin-bottom:18px}.buyer-grid h2{font-size:26px}.contact-routes article{padding-top:20px}.contact-routes article>span{margin-bottom:16px}.quote-layout{gap:32px}.field-row{grid-template-columns:1fr}.quote-aside h2{font-size:26px}.brief-result{padding:22px}.brief-result .actions{gap:12px}.policy-layout aside{padding-bottom:24px;border-bottom:1px solid var(--qdd-line)}.status-page{padding-block:48px 64px}.status-page h1{font-size:36px}.series-hero{grid-template-columns:1fr;gap:28px;padding:24px 0 40px}.series-hero h1{font-size:36px}.series-hero .series-photo{aspect-ratio:1.8;min-height:210px;max-height:260px}.series-stats{gap:16px}.series-stats strong{font-size:25px}.series-stats span{font-size:13px}.series-subnav .wrap{gap:12px 22px;padding-block:14px}.series-subnav a{font-size:13px}.model-filters{grid-template-columns:1fr;gap:16px;margin:24px 0}.table-topline{align-items:flex-start;gap:12px}.table-topline .small{font-size:12px}.data-note{padding:14px 16px}.model-table,.model-table tbody,.model-table tr,.model-table th,.model-table td{display:block;width:100%}.model-table{background:transparent;border:0}.model-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.model-table tbody{border:1px solid var(--qdd-line);border-radius:12px;background:white;margin-bottom:16px;padding:0 18px;overflow:hidden}.model-table tbody th{padding:18px 0;border-bottom:1px solid var(--qdd-line)}.model-label{font-size:18px;line-height:1.4;gap:14px;min-height:44px}.model-label span{overflow-wrap:anywhere}.model-table .model-row td:not(.detail-control){display:flex;padding:10px 0;border:0;justify-content:space-between;align-items:center;gap:16px;font-size:17px}.model-row td[data-label]:before{content:attr(data-label);font-size:14px;color:var(--qdd-muted)}.model-table .model-row td:nth-child(5){display:flex}.model-table .detail-control{padding:8px 0 12px;border-top:1px solid var(--qdd-line);border-bottom:0}.detail-control button{width:100%;justify-content:space-between;font-size:14px}.model-table .detail-row td{padding:20px 0;border:0;background:white}.detail-grid{grid-template-columns:1fr;gap:22px}.pagination{gap:14px;justify-content:space-between}.pagination .button{padding:12px 16px}.pagination span{font-size:13px}.selection-tray>.wrap{flex-direction:column;gap:10px;align-items:stretch}.selection-tray>.wrap>div:first-child{display:flex;justify-content:space-between;gap:16px;align-items:center}.selection-tray strong{font-size:14px}.selection-tray .small{font-size:11px}.tray-actions{gap:12px;justify-content:space-between}.tray-actions .button{font-size:14px;padding:11px 16px;gap:10px}.tray-text{font-size:14px}.has-tray{padding-bottom:133px}dialog{padding:22px;max-height:88vh;width:calc(100% - 28px)}.dialog-header h2{font-size:24px}.dialog-header{gap:16px}.compare-grid{grid-template-columns:1fr;gap:16px}.compare-card dl{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.compare-card dl>div:last-child{grid-column:1/-1}.footer-grid{gap:32px 24px;padding-bottom:32px}.footer-about,.footer-address{grid-column:1/-1}.site-footer{padding-top:40px}.footer-bottom{flex-wrap:wrap;gap:16px;padding-bottom:26px}.footer-bottom>.small{width:100%;font-size:12px}}
@media(max-width:359px){.header-inner{gap:10px}.wordmark{font-size:22px}.wordmark span{font-size:11px}.header-quote{font-size:12px}.hero-copy .actions{align-items:flex-start;gap:14px;flex-direction:column}.series-stats{grid-template-columns:1fr 1fr 1.2fr;gap:12px}.series-stats strong{font-size:22px}.series-stats span{font-size:12px}.tray-actions{gap:8px}.tray-actions .button{padding:10px 12px}.selection-tray .small{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Buyer guidance: independent content sections, reusable in the WordPress layout. */
.scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.scenario-grid article{background:#fff;border:1px solid var(--qdd-line);border-radius:12px;padding:28px;display:flex;flex-direction:column;align-items:flex-start}.scenario-number{font-size:14px;color:var(--qdd-action);margin-bottom:24px}.scenario-grid h3{font-size:23px}.scenario-grid article>p{color:var(--qdd-muted)}.scenario-grid .text-link{margin-top:auto}.comparison-table-wrap{border:1px solid var(--qdd-line);border-radius:12px;overflow:hidden;margin-bottom:20px}.buying-table{width:100%;border-collapse:collapse;background:#fff;table-layout:fixed;text-align:left;font-size:15px}.buying-table th,.buying-table td{padding:22px 24px;border-bottom:1px solid var(--qdd-line);vertical-align:top;overflow-wrap:anywhere}.buying-table th:first-child{width:15%}.buying-table th:nth-child(2){width:29%}.buying-table th:nth-child(3){width:30%}.buying-table thead{background:var(--qdd-brand);color:#fff}.buying-table thead th{font-weight:500;font-size:14px}.buying-table tbody th{color:var(--qdd-brand);font-weight:600}.buying-table tr:last-child td,.buying-table tr:last-child th{border-bottom:0}.buying-table .text-link{font-size:14px;line-height:1.4;padding-top:0;gap:8px}.task-index{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;border-block:1px solid var(--qdd-line);padding-block:40px}.task-rows>div{padding:24px 0;border-top:1px solid var(--qdd-line)}.task-rows>div:first-child{padding-top:0;border-top:0}.task-rows>div:last-child{padding-bottom:0}.task-rows h3{font-size:22px}.task-rows p{color:var(--qdd-muted);margin-bottom:10px}.control-decisions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.control-decisions article{border-top:2px solid var(--qdd-action);padding-top:26px}.control-decisions p{color:var(--qdd-muted)}.control-decisions strong{font-size:14px;color:var(--qdd-action);font-weight:500}.scope-ledger{border-top:2px solid var(--qdd-action)}.scope-ledger>div{display:grid;grid-template-columns:1fr 2fr;gap:48px;padding:24px 0;border-bottom:1px solid var(--qdd-line)}.scope-ledger .ledger-heading{font-size:14px;color:var(--qdd-muted);padding:16px 0}.scope-ledger h3{font-size:20px;margin:0}.scope-ledger p{margin:0;color:var(--qdd-muted)}.editorial-split{display:grid;grid-template-columns:1.05fr 1fr;gap:80px;align-items:start}.editorial-split>div>p:not(.eyebrow){color:var(--qdd-muted);max-width:620px}.reading-notes article{display:grid;grid-template-columns:72px 1fr;gap:0 24px;padding:26px 0;border-top:1px solid var(--qdd-line)}.reading-notes article:first-child{padding-top:0;border-top:0}.reading-notes article>span{font-size:12px;letter-spacing:.08em;color:var(--qdd-action);grid-row:1/3;padding-top:6px}.reading-notes article h3{font-size:21px}.reading-notes article p{margin:0;color:var(--qdd-muted)}.trial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.trial-grid article{padding:28px 0;border-block:1px solid var(--qdd-line)}.trial-grid article>span{display:block;margin-bottom:22px;font-size:14px;color:var(--qdd-action)}.trial-grid article h3{font-size:22px}.trial-grid article p{color:var(--qdd-muted);margin:0}.editor-note{margin-top:28px;background:var(--qdd-tint);border-left:3px solid var(--qdd-action);padding:22px 26px;display:grid;grid-template-columns:1fr 3fr;gap:28px}.editor-note p{margin:0;color:var(--qdd-muted)}.editor-note strong{color:var(--qdd-brand)}.contact-prep{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.contact-prep article{border-top:1px solid var(--qdd-line);padding-top:24px}.contact-prep h3{font-size:21px}.contact-prep p{color:var(--qdd-muted);margin:0}.enquiry-example{margin-top:36px;background:var(--qdd-tint);border-left:3px solid var(--qdd-action);padding:24px}.enquiry-example blockquote{margin:0 0 20px;font-size:17px;line-height:1.7;color:var(--qdd-brand)}.enquiry-example .small{margin:0}.duty-example{border:1px solid var(--qdd-line);background:#fff;padding:32px;border-radius:12px}.duty-example h3{font-size:28px;overflow-wrap:anywhere;margin-bottom:24px}.duty-example dl{margin-bottom:20px}.duty-example dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding:14px 0;border-top:1px solid var(--qdd-line)}.duty-example dt{font-size:14px;color:var(--qdd-muted)}.duty-example dd{margin:0;font-size:26px;font-weight:500;color:var(--qdd-brand);white-space:nowrap;font-variant-numeric:tabular-nums}.duty-example dd small{font-weight:400}.policy-summary{padding:26px 30px;background:var(--qdd-tint);border-left:3px solid var(--qdd-action);margin-bottom:40px}.policy-summary ul{margin:0;padding-left:20px;color:var(--qdd-muted)}.policy-summary li{margin:10px 0}.prose .policy-summary h2{font-size:22px;margin-top:0}.status-next{border-top:1px solid var(--qdd-line);padding-top:32px;margin:44px auto 0;max-width:700px}.status-next h2{font-size:24px}.status-next p{color:var(--qdd-muted);margin:0}
@media(max-width:1100px){.scenario-grid{gap:22px}.scenario-grid article{padding:24px}.task-index,.editorial-split{gap:48px}.buying-table th,.buying-table td{padding:18px}.reading-notes article{grid-template-columns:1fr;gap:10px}.reading-notes article>span{grid-row:auto}.trial-grid,.contact-prep,.control-decisions{gap:28px}}
@media(max-width:900px){.scenario-grid{grid-template-columns:1fr}.scenario-grid article{display:grid;grid-template-columns:38px 1fr;gap:0 18px}.scenario-number{grid-row:1/5}.scenario-grid article>p,.scenario-grid h3,.scenario-grid .text-link{grid-column:2}.scenario-grid .text-link{justify-self:start}.control-decisions{grid-template-columns:1fr}.control-decisions article{padding-top:22px}.control-decisions article p{margin-bottom:12px}.buying-table{font-size:14px}.buying-table th,.buying-table td{padding:16px 12px}.editor-note{grid-template-columns:1fr;gap:12px}}
@media(max-width:767px){.scenario-grid article{padding:24px 20px;grid-template-columns:24px 1fr;gap:0 12px}.scenario-grid h3{font-size:22px}.task-index,.editorial-split{grid-template-columns:1fr;gap:28px}.task-index{padding-block:28px}.trial-grid,.contact-prep{grid-template-columns:1fr;gap:24px}.trial-grid article{border-bottom:0;padding-block:22px 0}.trial-grid article>span{margin-bottom:16px}.scope-ledger>div{grid-template-columns:1fr;gap:10px;padding:22px 0}.scope-ledger .ledger-heading{display:none}.buying-table,.buying-table tbody,.buying-table tr,.buying-table th,.buying-table td{display:block;width:100%!important}.buying-table{background:transparent}.comparison-table-wrap{border:0;border-radius:0;overflow:visible}.buying-table thead{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.buying-table tbody tr{border:1px solid var(--qdd-line);background:white;border-radius:12px;padding:20px;margin-bottom:16px}.buying-table tbody th{font-size:22px;border:0;padding:0 0 14px}.buying-table td{padding:10px 0;border:0;font-size:16px}.buying-table td[data-label]:before{content:attr(data-label);display:block;font-size:14px;color:var(--qdd-muted);margin-bottom:5px}.buying-table .text-link{font-size:16px;margin-top:4px}.duty-example{padding:24px}.duty-example h3{font-size:26px}.duty-example dt{max-width:180px}.duty-example dl>div{gap:18px}.editor-note{padding:20px 22px}.enquiry-example{padding:22px}.contact-prep article{padding-top:22px}.policy-summary{padding:22px;margin-bottom:32px}.reading-notes article{padding:22px 0}.status-next{text-align:left}}

/* Batch 02: procurement guides, control references and buyer resources. */
.brand-logo{display:inline-flex;align-items:center;flex-shrink:0;text-decoration:none}.brand-logo img{display:block;width:210px;height:auto;max-width:100%}.footer-about .brand-logo{margin-bottom:16px}.footer-about .brand-logo img{width:220px}.related-links{display:flex;flex-wrap:wrap;gap:20px 32px;margin-top:26px}.related-links .text-link{margin-top:0}.range-row>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.range-row .text-link{margin:0}.page-intro>.button{margin-top:22px}
.requirement-columns{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin-top:30px}.requirement-columns article{border-top:2px solid var(--qdd-brand);padding:28px 0 0}.requirement-columns article>span{font-size:14px;letter-spacing:.04em;color:var(--qdd-action);display:block;margin-bottom:20px}.requirement-columns h2{font-size:32px}.requirement-columns h3{font-size:24px}.requirement-columns p,.requirement-columns li{color:var(--qdd-muted)}.requirement-columns ul{padding-left:22px;margin-bottom:0}.requirement-columns li{margin:10px 0}
.portfolio-rows{border-top:1px solid var(--qdd-line)}.portfolio-rows article{display:grid;grid-template-columns:220px 1fr;gap:48px;border-bottom:1px solid var(--qdd-line);padding:40px 0}.portfolio-rows article>span{font-size:14px;letter-spacing:.04em;color:var(--qdd-action);padding-top:8px}.portfolio-rows h2{font-size:30px;max-width:700px}.portfolio-rows p{max-width:730px;color:var(--qdd-muted)}
.control-task-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;border-block:1px solid var(--qdd-line);padding:24px 0}.control-task-strip div{display:flex;flex-direction:column;gap:8px}.control-task-strip strong{color:var(--qdd-brand);font-size:18px}.control-task-strip span{font-size:14px;color:var(--qdd-muted)}.control-group{margin-top:36px}.control-group h3{font-size:23px;margin-bottom:20px}.control-table th:first-child{width:25%}.control-table th:nth-child(2){width:18%}.control-table th:nth-child(3){width:19%}.control-table th small{display:block;font-size:14px;font-weight:400;color:var(--qdd-muted);margin-top:6px}.record-notes summary{cursor:pointer;color:var(--qdd-brand);font-size:14px;line-height:1.5}.record-notes p{font-size:14px;margin-top:14px;color:var(--qdd-muted)}.control-table .text-link,.drive-table .text-link{font-size:14px;margin-top:12px}.control-table td{vertical-align:top}.buying-table [hidden]{display:none!important}
.match-chain{list-style:none;padding:0;margin:32px 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--qdd-line);border-radius:12px;background:white;overflow:hidden}.match-chain li{padding:26px;border-right:1px solid var(--qdd-line)}.match-chain li:last-child{border-right:0}.match-chain li>span{display:block;font-size:14px;color:var(--qdd-action);margin-bottom:28px}.match-chain h3{font-size:21px}.match-chain p{color:var(--qdd-muted);margin:0}.match-chain.three{grid-template-columns:repeat(3,minmax(0,1fr))}.brief-template{margin:30px 0;background:white;border:1px solid var(--qdd-line);border-radius:12px;padding:0 28px}.brief-template>div{display:grid;grid-template-columns:1fr 2fr;gap:30px;padding:22px 0;border-bottom:1px solid var(--qdd-line)}.brief-template>div:last-child{border-bottom:0}.brief-template span{color:var(--qdd-muted)}
.download-list{border-top:1px solid var(--qdd-line)}.download-list article{display:grid;grid-template-columns:88px minmax(0,1fr) 170px;gap:36px;align-items:center;padding:36px 0;border-bottom:1px solid var(--qdd-line)}.download-index{font-size:36px;font-weight:500;color:var(--qdd-brand)}.download-index span{display:block;font-size:14px;letter-spacing:.08em;color:var(--qdd-action);margin-top:12px}.download-list h2{font-size:28px}.download-list p{color:var(--qdd-muted);max-width:700px;margin-bottom:14px}.resource-meta{font-size:14px;color:var(--qdd-muted)}.download-list+.small{margin-top:24px}.support-record{display:grid;grid-template-columns:1fr 1fr;gap:0 64px;margin-top:30px}.support-record article{display:flex;gap:22px;padding:26px 0;border-top:1px solid var(--qdd-line)}.support-record article>span{font-size:14px;color:var(--qdd-action);padding-top:4px}.support-record h3{font-size:22px}.support-record p{color:var(--qdd-muted);margin:0}
.application-story{display:grid;grid-template-columns:1.1fr 1fr;gap:64px;align-items:center}.application-story figure{margin:0;min-width:0}.application-story img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:12px}.application-story figcaption{margin-top:12px;color:var(--qdd-muted);font-size:12px;line-height:1.5}.application-story p:not(.eyebrow){color:var(--qdd-muted)}
@media(max-width:1100px){.brand-logo img{width:180px}.desktop-nav{gap:20px}.header-inner{gap:24px}.requirement-columns,.application-story{gap:40px}.download-list article{gap:24px;grid-template-columns:60px minmax(0,1fr) 154px}.match-chain li{padding:22px}.portfolio-rows article{grid-template-columns:170px 1fr;gap:32px}}
@media(max-width:900px){.control-task-strip{grid-template-columns:1fr 1fr}.match-chain{grid-template-columns:1fr 1fr}.match-chain li:nth-child(2){border-right:0}.match-chain li:nth-child(-n+2){border-bottom:1px solid var(--qdd-line)}.match-chain.three{grid-template-columns:1fr}.match-chain.three li{border-right:0;border-bottom:1px solid var(--qdd-line)}.match-chain.three li:last-child{border-bottom:0}.application-story{align-items:start}.application-story h2{font-size:32px}}
@media(max-width:767px){.brand-logo img{width:180px}.footer-about .brand-logo img{width:200px}.requirement-columns,.application-story,.support-record{grid-template-columns:1fr;gap:28px}.requirement-columns{margin-top:0}.requirement-columns h2{font-size:28px}.requirement-columns article{padding-top:24px}.portfolio-rows article{grid-template-columns:1fr;gap:18px;padding:28px 0}.portfolio-rows article>span{padding:0}.portfolio-rows h2{font-size:26px}.download-list article{grid-template-columns:44px minmax(0,1fr);gap:14px 18px;padding:28px 0;align-items:start}.download-list h2{font-size:24px}.download-index{font-size:28px}.download-index span{font-size:12px;margin-top:8px}.download-list .button{grid-column:2;justify-self:start;margin-top:4px}.brief-template{padding:0 22px}.brief-template>div{grid-template-columns:1fr;gap:8px;padding:18px 0}.support-record{gap:0}.control-task-strip{gap:24px 20px}.control-task-strip strong{font-size:17px}.control-group h3{font-size:21px}.control-table th small{font-size:14px}.record-notes summary,.record-notes p,.control-table .text-link,.drive-table .text-link{font-size:16px}.match-chain{grid-template-columns:1fr}.match-chain li{border-right:0;border-bottom:1px solid var(--qdd-line)}.match-chain li:last-child{border-bottom:0}.match-chain li>span{margin-bottom:14px}.application-story{gap:30px}.related-links{gap:18px}.application-story h2{font-size:30px}.header-inner{gap:16px}}
@media(max-width:420px){.header-quote{display:none}.menu-toggle{margin-left:auto}}
@media(max-width:359px){.brand-logo img{width:158px}.control-task-strip{grid-template-columns:1fr}.download-list article{grid-template-columns:1fr}.download-index{display:flex;align-items:center;gap:12px}.download-index span{margin:0}.download-list .button{grid-column:auto}}

/* v0.3: a product-led, visual water-supply website. */
html{scroll-padding-top:110px}.site-header{background:#fff}.products-menu-toggle{border:0;background:transparent;color:var(--qdd-ink);padding:10px 0;min-height:44px;display:inline-flex;align-items:center;gap:8px;font-size:15px;white-space:nowrap}.products-menu-toggle[aria-expanded=true],.products-menu-toggle.is-current{color:var(--qdd-action)}.products-menu-toggle[aria-expanded=true] span{transform:rotate(180deg)}.products-menu-toggle span{transition:transform var(--qdd-transition)}.products-menu{position:absolute;inset:100% 0 auto;background:#fff;border-bottom:1px solid var(--qdd-line);box-shadow:0 18px 28px rgb(18 62 67 / .1);max-height:calc(100dvh - 110px);overflow:auto}.products-menu-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:56px;padding-block:32px}.products-menu-grid .eyebrow{font-size:13px;margin-bottom:12px}.menu-families a,.menu-series a{display:flex;flex-direction:column;gap:5px;padding:12px 0;text-decoration:none;border-bottom:1px solid var(--qdd-line)}.menu-families strong,.menu-series strong{font-weight:500;font-size:17px}.menu-families span,.menu-series span{font-size:14px;color:var(--qdd-muted)}.menu-families a:hover strong,.menu-series a:hover strong{text-decoration:underline;text-underline-offset:4px}.menu-help{background:var(--qdd-tint);padding:24px;border-radius:8px}.menu-help h2{font-size:24px;line-height:1.25;margin-block:18px}.menu-help p:not(.eyebrow){font-size:15px;color:var(--qdd-muted)}.menu-help .text-link{display:flex;width:max-content;max-width:100%;font-size:14px;margin-top:16px}.mobile-products{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px 20px 20px;background:var(--qdd-tint)}#mobile-nav .mobile-products a{font-size:14px;padding:10px 0;border:0;min-height:44px}
.home-v03{display:grid;grid-template-columns:1fr 1.05fr;gap:60px;padding-block:54px 64px;align-items:center}.home-v03 .hero-copy{padding:12px 0}.home-v03 h1{font-size:clamp(42px,4.1vw,62px);line-height:1.07;letter-spacing:-.035em;margin-bottom:26px}.home-v03 h1 em{font-style:normal;color:var(--qdd-action)}.home-v03 .lead{max-width:580px;font-size:18px;margin-bottom:28px}.hero-application{margin:0;position:relative;align-self:stretch;min-height:540px;overflow:hidden;border-radius:14px;background:var(--qdd-brand)}.hero-application img{height:100%;width:100%;object-fit:cover;object-position:54% center;display:block}.hero-application figcaption{position:absolute;inset:auto 0 0;padding:80px 30px 30px;background:linear-gradient(transparent,rgba(8,34,37,.9));color:#fff}.hero-application figcaption span{display:block;font-size:14px;margin-bottom:10px}.hero-application figcaption strong{display:block;font-size:25px;font-weight:500;line-height:1.3}.hero-range{display:flex;gap:38px;border-top:1px solid var(--qdd-line);padding-top:24px;margin-top:32px}.hero-range a{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--qdd-brand)}.hero-range strong{font-size:34px;line-height:1.15;font-weight:500;font-variant-numeric:tabular-nums}.hero-range span{font-size:14px;max-width:100px;color:var(--qdd-muted)}.home-quicklinks{background:white;border-block:1px solid var(--qdd-line)}.home-quicklinks>.wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.home-quicklinks a{padding:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;text-decoration:none;border-right:1px solid var(--qdd-line);font-size:15px;font-weight:500}.home-quicklinks a:first-child{padding-left:0}.home-quicklinks a:last-child{border-right:0}.home-quicklinks span{font-size:12px;color:var(--qdd-muted)}.home-quicklinks a:hover{color:var(--qdd-action);background:var(--qdd-tint)}
.primary-family{display:grid;grid-template-columns:1fr 1.3fr;gap:64px;border:1px solid var(--qdd-line);background:white;padding:38px;border-radius:12px}.primary-family h3{font-size:34px;line-height:1.15}.primary-family p:not(.eyebrow){max-width:440px;color:var(--qdd-muted)}.family-shortcuts a{display:flex;justify-content:space-between;gap:20px;padding:20px 0;text-decoration:none;border-bottom:1px solid var(--qdd-line);align-items:center}.family-shortcuts a:first-child{padding-top:0}.family-shortcuts a:last-child{border:0;padding-bottom:0}.family-shortcuts a:hover strong{color:var(--qdd-action);text-decoration:underline;text-underline-offset:5px}.family-shortcuts strong{display:block;font-weight:600;font-size:25px;letter-spacing:-.02em}.family-shortcuts small{display:block;color:var(--qdd-muted);font-size:14px;margin-top:5px}.family-shortcuts a>span:last-child{font-size:14px;white-space:nowrap;color:var(--qdd-muted)}.family-shortcuts b{font-size:18px;margin-left:12px;color:var(--qdd-action);font-weight:400}.secondary-families{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:38px}.secondary-families article{border-top:2px solid var(--qdd-brand);padding:24px 0 0;display:flex;flex-direction:column;align-items:flex-start}.secondary-families .eyebrow{font-size:13px;display:block}.secondary-families h3{font-size:24px}.secondary-families p{color:var(--qdd-muted)}.secondary-families .text-link{margin-top:auto}.family-card-heading{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.family-card-heading>span{font-size:16px;color:var(--qdd-muted)}.series-grid-v03 .series-card>p{min-height:78px}.series-grid-v03 .series-card h3{font-size:38px}.series-grid-v03 .series-card dl{flex:1}.series-grid-v03 .series-card{display:flex;flex-direction:column;align-items:flex-start}.series-grid-v03 .series-card-top{width:100%}.series-grid-v03 .family-card-heading{width:100%}
.applications-v03{background:var(--qdd-tint);border-block:1px solid var(--qdd-line)}.application-tabs{display:flex;gap:0;border-bottom:1px solid var(--qdd-line);margin-bottom:36px}.application-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:var(--qdd-muted);display:flex;gap:30px;align-items:center;padding:18px 24px;min-height:56px;font-size:18px;font-weight:500}.application-tabs button:first-child{padding-left:0}.application-tabs button span{font-size:12px}.application-tabs button[aria-selected=true]{color:var(--qdd-brand);border-bottom-color:var(--qdd-action)}.application-tabs button:hover{color:var(--qdd-action)}.application-panel{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center}.application-panel+.application-panel{margin-top:48px}.application-panels:has([role=tabpanel]) .application-panel{margin-top:0}.application-panel figure{margin:0;position:relative;min-width:0;align-self:stretch;border-radius:12px;overflow:hidden}.application-panel img{display:block;width:100%;height:100%;object-fit:cover;min-height:420px}.application-panel figcaption{position:absolute;bottom:18px;left:18px;background:var(--qdd-brand);color:#fff;padding:8px 14px;font-size:13px;border-radius:4px}.application-panel h3{font-size:34px;line-height:1.15}.application-panel p:not(.eyebrow){color:var(--qdd-muted)}.application-panel .plain-checks{margin-block:22px}.application-panel .plain-checks li{font-size:15px}.application-actions{display:flex;flex-wrap:wrap;gap:14px 28px}.application-actions .text-link{margin-top:4px;font-size:15px}.application-feature{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.application-feature figure,.about-focus figure{margin:0;overflow:hidden;border-radius:12px}.application-feature img,.about-focus img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.application-feature p:not(.eyebrow){color:var(--qdd-muted)}
.support-paths{display:grid;grid-template-columns:1fr 1.35fr;gap:80px}.support-paths>div>p:not(.eyebrow){color:var(--qdd-muted);max-width:460px}.support-path-list a{display:grid;grid-template-columns:28px 1fr 20px;gap:20px;text-decoration:none;padding:24px 0;border-bottom:1px solid var(--qdd-line)}.support-path-list a:first-child{padding-top:0}.support-path-list a>span{font-size:14px;color:var(--qdd-action);padding-top:4px}.support-path-list h3{font-size:23px;margin-bottom:10px}.support-path-list p{color:var(--qdd-muted);margin:0}.support-path-list b{font-weight:400;color:var(--qdd-action);padding-top:4px}.support-path-list a:hover h3{color:var(--qdd-action)}.partnership-band{display:flex;justify-content:space-between;align-items:center;gap:64px;border-block:1px solid var(--qdd-line);padding-block:40px}.partnership-band p:not(.eyebrow){max-width:710px;margin:0;color:var(--qdd-muted)}.partnership-band>.button{flex-shrink:0}.about-focus{display:grid;grid-template-columns:1.05fr 1fr;gap:64px;align-items:center}.about-focus p:not(.eyebrow){color:var(--qdd-muted)}.about-priorities{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.about-priorities article{border-top:1px solid var(--qdd-line);padding-top:22px;display:flex;flex-direction:column;align-items:flex-start}.about-priorities article>span{font-size:14px;color:var(--qdd-action);margin-bottom:24px}.about-priorities h3{font-size:23px}.about-priorities p{color:var(--qdd-muted)}.about-priorities .text-link{margin-top:auto}
.oem-section{background:var(--qdd-brand);color:#fff;scroll-margin-top:88px}.oem-section .eyebrow{color:var(--qdd-accent)}.oem-section h2,.oem-section h3{color:#fff}.oem-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}.oem-heading>p{color:#d4e5e3;font-size:18px;margin:0}.oem-options{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:48px}.oem-options article{border-top:1px solid #53787b;padding-top:24px}.oem-options article>span{color:var(--qdd-accent);display:block;margin-bottom:22px;font-size:14px}.oem-options h3{font-size:24px}.oem-options p{color:#d4e5e3;margin:0}.oem-next{display:flex;justify-content:space-between;align-items:center;gap:48px;margin-top:38px;padding-top:30px;border-top:1px solid #53787b}.oem-next p{font-size:14px;color:#d4e5e3;margin:0;max-width:580px}.oem-next .button{background:#fff;border-color:#fff;color:var(--qdd-brand);flex-shrink:0}.oem-next .button:hover{background:var(--qdd-tint)}.contact-help-links{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px}.contact-help-links .text-link{margin:0}
@media(max-width:1100px){.home-v03{gap:36px;padding-block:40px 48px}.hero-application{min-height:520px}.hero-application figcaption{padding:70px 24px 24px}.hero-range{gap:24px}.products-menu-grid{gap:32px}.home-quicklinks a{padding-inline:16px;font-size:14px}.primary-family,.application-panel,.about-focus,.application-feature,.support-paths{gap:40px}.primary-family{padding:30px}.secondary-families{gap:26px}.application-panel h3{font-size:30px}.oem-heading{gap:40px}.oem-next{gap:28px}.oem-next .button{font-size:14px;padding-inline:16px}}
@media(max-width:900px){.products-menu{display:none}.products-menu-toggle{display:none}.home-v03{grid-template-columns:1fr 1fr;gap:28px}.home-v03 h1{font-size:44px}.home-v03 .lead{font-size:17px}.hero-application{min-height:540px}.hero-range a{flex-direction:column;align-items:flex-start;gap:6px}.hero-range span{max-width:140px}.primary-family{grid-template-columns:1fr 1.15fr;gap:30px}.primary-family h3{font-size:29px}.family-shortcuts a>span:last-child{font-size:12px}.family-shortcuts small{font-size:13px}.secondary-families h3{font-size:22px}.application-panel{gap:30px}.application-panel img{min-height:480px}.application-tabs button{font-size:17px}.support-paths{grid-template-columns:1fr 1.2fr;gap:36px}.oem-next{align-items:flex-start;flex-direction:column;gap:22px}.partnership-band{gap:30px;align-items:flex-start;flex-direction:column}}
@media(max-width:767px){html{scroll-padding-top:90px}.home-v03{grid-template-columns:1fr;padding-block:30px 36px;gap:28px}.home-v03 h1{font-size:clamp(38px,8vw,52px)}.home-v03 h1 br{display:none}.home-v03 h1 br:after{content:' '}.home-v03 .hero-copy{padding:0}.home-v03 .lead{font-size:17px}.hero-application{height:340px;min-height:0;aspect-ratio:auto}.hero-application img{object-position:center 45%}.hero-application figcaption{padding:60px 22px 22px}.hero-application figcaption strong{font-size:23px}.hero-range{margin-top:26px;padding-top:20px;gap:40px}.hero-range a{flex-direction:row;align-items:center;gap:12px}.hero-range strong{font-size:30px}.hero-range span{max-width:105px;font-size:13px}.home-quicklinks>.wrap{grid-template-columns:1fr 1fr}.home-quicklinks a{padding:18px 12px;border-bottom:1px solid var(--qdd-line);font-size:14px}.home-quicklinks a:first-child{padding-left:12px}.home-quicklinks a:nth-child(2){border-right:0}.home-quicklinks a:nth-last-child(-n+2){border-bottom:0}.home-quicklinks span{display:none}.primary-family{grid-template-columns:1fr;padding:26px 22px;gap:30px}.primary-family h3{font-size:30px}.family-shortcuts strong{font-size:25px}.family-shortcuts small{font-size:14px;max-width:190px}.family-shortcuts a>span:last-child{font-size:13px}.family-shortcuts b{margin-left:6px}.secondary-families{grid-template-columns:1fr;gap:28px;margin-top:30px}.secondary-families h3{font-size:25px}.secondary-families .text-link{margin-top:0}.series-grid-v03 .series-card>p{min-height:0}.series-grid-v03 .series-card h3{font-size:34px}.application-tabs{margin-bottom:26px;justify-content:space-between;gap:12px}.application-tabs button{font-size:15px;padding:14px 0;gap:8px;min-height:52px}.application-tabs button span{display:none}.application-panel,.about-focus,.application-feature,.support-paths{grid-template-columns:1fr;gap:28px}.application-panel figure{height:auto;aspect-ratio:3/2;align-self:auto}.application-panel img{height:100%;min-height:0}.application-panel h3{font-size:30px}.application-panel .plain-checks li{font-size:16px}.application-actions{gap:14px}.application-actions .text-link{font-size:16px}.support-paths{gap:30px}.support-path-list a{gap:14px;grid-template-columns:22px 1fr 16px}.support-path-list h3{font-size:21px}.partnership-band{padding-block:30px}.about-priorities,.oem-options{grid-template-columns:1fr;gap:28px}.about-priorities .text-link{margin-top:0}.oem-heading{grid-template-columns:1fr;gap:12px}.oem-options{margin-top:30px}.oem-options article>span{margin-bottom:14px}.oem-next{margin-top:30px}.oem-next .button{white-space:normal;font-size:15px;line-height:1.4}.page-intro h1 br{display:none}.page-intro h1 br:after{content:' '}.about-focus>div h2{font-size:29px}.mobile-products{grid-template-columns:1fr 1fr}#mobile-nav .mobile-products a{line-height:1.4}}
@media(max-width:359px){.hero-range{gap:22px}.hero-range a{gap:8px}.hero-range strong{font-size:27px}.hero-range span{max-width:90px}.hero-application{height:300px}.family-shortcuts a{gap:10px}.family-shortcuts small{max-width:160px}.primary-family{padding-inline:18px}.family-shortcuts a>span:last-child{white-space:normal;text-align:right}.application-tabs{gap:8px}.application-tabs button{font-size:14px}.home-quicklinks a{padding-inline:10px}.mobile-products{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.products-menu-toggle span{transition:none}}

/* v0.4: applications, product extensions and selection brief. */
.batch-hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding-block:32px 64px}.batch-hero h1{font-size:clamp(36px,3.6vw,54px)}.batch-hero .lead{margin-bottom:28px}.batch-hero .product-placeholder{min-height:340px;aspect-ratio:4/3}.batch-photo{margin:0;border-radius:12px;overflow:hidden;background:var(--qdd-tint);aspect-ratio:3/2}.batch-photo img{width:100%;height:100%;object-fit:cover;display:block}.batch-hero>.batch-photo{align-self:stretch;min-height:360px;aspect-ratio:auto}.batch-jump{border-block:1px solid var(--qdd-line);background:#fff}.batch-jump .wrap{display:flex;gap:32px;flex-wrap:wrap;padding-block:15px}.batch-jump a{font-size:15px;text-decoration:none;min-height:36px;display:inline-flex;align-items:center}.batch-jump a:hover{text-decoration:underline}.batch-ledger{margin:0}.batch-ledger>div{padding:22px 0;border-top:1px solid var(--qdd-line);display:grid;grid-template-columns:minmax(125px,.8fr) 1.5fr;gap:26px}.batch-ledger dt{font-size:18px;font-weight:500;color:var(--qdd-brand)}.batch-ledger dd{margin:0;color:var(--qdd-muted);font-size:16px}.batch-choices{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:38px}.batch-choices article{border-top:1px solid var(--qdd-input-line);padding-top:26px}.batch-choices h3{font-size:28px}.batch-choices p{color:var(--qdd-muted);max-width:520px}.batch-choices .eyebrow{display:block;margin-bottom:20px}.batch-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.batch-related a{display:flex;flex-direction:column;background:#fff;border:1px solid var(--qdd-line);border-radius:10px;padding:28px;text-decoration:none;transition:border-color var(--qdd-transition)}.batch-related a:hover{border-color:var(--qdd-action)}.batch-related h3{font-size:23px}.batch-related p{color:var(--qdd-muted);margin-bottom:28px}.batch-related a>span{margin-top:auto;display:flex;justify-content:space-between;font-weight:500}.batch-chain{margin:0;padding:32px;border:1px solid var(--qdd-line);background:#fff;border-radius:10px}.batch-chain figcaption{font-size:14px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;color:var(--qdd-action)}.batch-chain ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;padding:0;margin:0;gap:24px;counter-reset:chain}.batch-chain li{counter-increment:chain;border-top:2px solid var(--qdd-action);padding-top:18px}.batch-chain li:before{content:'0' counter(chain);display:block;font-size:14px;color:var(--qdd-muted);margin-bottom:14px}.batch-chain strong,.batch-chain span{display:block}.batch-chain strong{font-size:20px;margin-bottom:10px}.batch-chain span{font-size:15px;color:var(--qdd-muted)}.batch-chain>p{font-size:14px;color:var(--qdd-muted);margin:26px 0 0;border-top:1px solid var(--qdd-line);padding-top:20px}.split .batch-chain ol{grid-template-columns:1fr}.split .batch-chain li{display:grid;grid-template-columns:28px 1fr;column-gap:12px}.split .batch-chain li:before{grid-row:1/3}.split .batch-chain li span{grid-column:2}.application-directory{display:grid;gap:64px}.application-directory article{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.application-directory article:nth-child(even)>figure{order:2}.application-directory h2{font-size:36px}.application-directory p:not(.eyebrow){color:var(--qdd-muted)}.selection-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:64px;align-items:start}.selection-stage{border-top:1px solid var(--qdd-line);padding:28px 0 10px}.selection-help{padding:30px;background:var(--qdd-tint);border-radius:10px;position:sticky;top:115px}.selection-help h2{font-size:28px}.selection-help h3{font-size:22px}.selection-help p,.selection-help li{color:var(--qdd-muted)}.selection-help ul{padding-left:21px}.selection-help li{padding-bottom:10px}.selection-help .text-link{font-size:15px;max-width:100%;display:flex;width:fit-content}.selection-result{padding:32px;margin-top:36px;border:1px solid var(--qdd-action);border-radius:10px;background:#fff;scroll-margin-top:110px}.selection-result h2{font-size:30px}.selection-result textarea{width:100%;padding:16px;resize:vertical;border:1px solid var(--qdd-input-line);border-radius:6px;margin-bottom:20px;background:var(--qdd-canvas);color:var(--qdd-ink);font-size:15px;line-height:1.6}.selection-result .actions{gap:14px}.selection-result .button{font-size:15px}.selection-result [role=status]{font-size:14px;margin-block:16px 0}#selection-form fieldset{border:0;padding:0;margin:0;min-width:0}#selection-form .field input,#selection-form .field select,#selection-form .field textarea{width:100%;max-width:100%;padding:12px 14px;border:1px solid var(--qdd-input-line);border-radius:6px;background:#fff;color:var(--qdd-ink)}#selection-form .field{margin-bottom:22px}#selection-form .field label{display:block;margin-bottom:8px}#selection-form .field label span{font-size:14px;color:var(--qdd-muted)}#selection-form .field textarea{resize:vertical}#selection-form .field-row{gap:20px}#selection-error{padding:14px;margin-bottom:20px;color:var(--qdd-error);border-left:3px solid currentColor}.selection-transfer{padding:18px 22px;margin-bottom:26px;border-left:3px solid var(--qdd-action);background:var(--qdd-tint)}.selection-transfer p{margin-bottom:8px}.selection-transfer button{font-size:14px}.extension-links{margin-top:32px;padding:24px 28px;background:var(--qdd-tint);display:flex;gap:20px 32px;align-items:center;flex-wrap:wrap;border-radius:8px}.extension-links p{margin:0;flex:1;min-width:180px}.extension-links .text-link{font-size:15px}.menu-series .menu-extension{font-size:14px;padding:10px 0;color:var(--qdd-action)}
@media(min-width:1061px){.desktop-nav{gap:22px}.header-inner{gap:26px}.header-quote{padding-left:22px}}
@media(min-width:901px) and (max-width:1060px){.desktop-nav{display:none}.menu-toggle{display:block;margin-left:0}.header-quote{margin-left:auto}#mobile-nav:not([hidden]){display:block}.products-menu{display:none}.header-inner{gap:24px}}
@media(max-width:1100px){.batch-hero,.application-directory article,.selection-layout{gap:36px}.batch-related{gap:16px}.batch-related a{padding:22px}.batch-chain{padding:24px}.batch-chain ol{gap:16px}.batch-ledger>div{grid-template-columns:1fr;gap:8px}.selection-help{padding:24px}.selection-result{padding:24px}}
@media(max-width:767px){.batch-hero{grid-template-columns:1fr;gap:30px;padding-block:22px 42px}.batch-hero h1{font-size:36px}.batch-hero h1 br{display:none}.batch-hero>.batch-photo{min-height:0;aspect-ratio:3/2}.batch-hero .product-placeholder{min-height:220px;aspect-ratio:1.6}.batch-jump .wrap{gap:8px 22px;padding-block:12px}.batch-jump a{font-size:14px}.batch-choices{grid-template-columns:1fr;gap:28px;margin-top:28px}.batch-choices h3{font-size:25px}.batch-related{grid-template-columns:1fr}.batch-related a{padding:24px}.batch-chain ol{grid-template-columns:1fr 1fr;gap:22px}.batch-chain{padding:22px}.batch-chain strong{font-size:19px}.application-directory{gap:44px}.application-directory article{grid-template-columns:1fr;gap:26px}.application-directory article:nth-child(even)>figure{order:0}.application-directory h2{font-size:30px}.selection-layout{grid-template-columns:1fr;gap:32px}.selection-help{position:static}.selection-result{padding:22px}.selection-result h2{font-size:27px}.extension-links{padding:22px}.batch-ledger dt{font-size:18px}.batch-ledger>div{padding:20px 0}.selection-result .actions{align-items:stretch;flex-direction:column}}
@media(max-width:359px){.batch-chain ol{grid-template-columns:1fr}.batch-hero h1{font-size:32px}.selection-result{padding:18px}.batch-jump .wrap{gap:4px 16px}}

.selection-inline-hint{display:none}@media(max-width:767px){.selection-inline-hint:not(:empty){display:block;font-size:14px;line-height:1.6;color:var(--qdd-muted);padding:14px;background:var(--qdd-tint);border-radius:6px;margin:14px 0 0}}

/* v0.5: product-led imagery, clear section rhythm and restrained interaction. */
body{background:#fff}.tinted{background:#f4f7f7;border-block:1px solid #e4eaea}.split{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}.split>*{min-width:0}.data-note{background:transparent;border-left-color:#b4c8c5;padding-block:8px}.extension-links{background:transparent;border-radius:0;border-block:1px solid var(--qdd-line)}
.catalogue-product{margin:0;min-width:0;background:#fff;border:1px solid #e1e8e7;border-radius:10px;overflow:hidden}.product-stage{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#fff,#f2f5f5)}.product-stage>img{display:block;width:100%;height:450px;object-fit:contain;mix-blend-mode:multiply}.catalogue-product figcaption{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 22px;border-top:1px solid #e5ebea;background:white;font-size:14px}.catalogue-product figcaption strong{color:var(--qdd-brand)}.catalogue-product figcaption span{font-size:12px;color:var(--qdd-muted)}.image-expand{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #c6d3d1;border-radius:50%;background:white;color:var(--qdd-brand);transition:background .15s,transform .15s}.image-expand:hover{background:var(--qdd-tint);transform:scale(1.06)}.product-views{display:flex;justify-content:center;gap:8px;padding:14px;border-top:1px solid #e5ebea;background:#fff}.product-views button{min-height:44px;padding:8px 16px;border:1px solid var(--qdd-line);background:#fff;border-radius:6px;color:var(--qdd-brand);font-size:14px}.product-views button[aria-pressed=true]{background:var(--qdd-brand);border-color:var(--qdd-brand);color:white}.cutaway-fallback{display:block;padding:14px;text-align:center}
.product-range{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0}.product-range .catalogue-product figcaption{flex-direction:column;gap:2px;text-align:center;padding:14px 6px}.product-range .product-stage>img{height:265px}.product-range .image-expand{width:36px;height:36px;right:8px;bottom:8px}.product-range-hero{padding:30px 20px 0;border:1px solid #dbe5e3;border-radius:12px;background:linear-gradient(140deg,#eef4f2,#f7f9f8);gap:12px}.product-range-hero .catalogue-product{border:0;border-radius:0;background:none}.product-range-hero .product-stage{background:none}.product-range-hero .product-stage>img{height:414px}.product-range-hero .catalogue-product figcaption{background:none;border-top:1px solid #cad9d4;padding:18px 0}.product-range-hero figcaption span{display:none}.hero-product-label{display:flex;gap:18px;justify-content:space-between;align-items:center;margin:14px 2px 0;color:var(--qdd-muted);font-size:12px}.hero-product-label a{font-size:14px;font-weight:500}.home-v03{gap:54px;align-items:center;padding-block:64px}.home-v03 h1{font-size:clamp(42px,4.3vw,64px)}.hero-range{margin-top:30px}.home-v03 .lead{font-size:17px}.home-quicklinks{background:#fff}.primary-family{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:48px;background:#f5f8f7}.primary-family .product-range{margin:24px 0 0}.primary-family .product-range .product-stage>img{height:240px}.secondary-families article{background:white;border:1px solid var(--qdd-line);border-radius:10px;padding:24px;display:flex;flex-direction:column}.secondary-families article>.text-link{align-self:flex-start;margin-top:auto}.secondary-families .catalogue-product{border:0;background:#f5f7f7;margin:-24px -24px 24px;border-radius:9px 9px 0 0}.secondary-families .catalogue-product figcaption{display:none}.secondary-families .product-stage>img{height:220px}.secondary-families .family-scene{width:calc(100% + 48px);max-width:none;height:220px;object-fit:cover;margin:-24px -24px 24px;border-radius:9px 9px 0 0}.secondary-families .eyebrow{font-size:12px}
.family-card-visual{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:22px;align-items:center;margin-bottom:24px}.family-card-visual .catalogue-product{border:0}.family-card-visual .product-stage>img{height:285px}.family-card-visual figcaption{display:none}.family-card-visual p{margin:0}.family-card-visual .product-placeholder{min-height:240px;aspect-ratio:auto;padding:18px 10px;border-radius:6px;font-size:13px}.family-card-heading{margin-bottom:14px}.series-card dl{margin-top:0}.series-card .button{width:100%}.series-grid-v03 .series-card{transition:box-shadow .18s,border-color .18s}.series-grid-v03 .series-card:hover{border-color:#9bb7b0;box-shadow:0 8px 24px #123e430a}.series-hero{align-items:start}.series-hero .catalogue-product{align-self:stretch}.series-hero .product-stage>img{height:420px}.series-hero .catalogue-product figcaption{padding-inline:18px}.series-hero .product-placeholder{min-height:400px}
.product-feature{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:72px;align-items:center}.product-feature .catalogue-product{max-width:520px}.product-feature .product-stage>img{height:350px}.product-feature p:not(.eyebrow){max-width:610px}.controller-showcase{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px}.controller-showcase .product-stage>img{height:290px}.control-intro{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px}.control-range .product-stage>img{height:240px}.control-range figcaption strong{font-size:13px}.control-range figcaption span{display:none}.about-focus .product-range .product-stage>img{height:360px}.related-card-image{margin:-24px -24px 20px}.related-card-image .catalogue-product{border:0;border-radius:9px 9px 0 0}.related-card-image .product-stage>img{height:210px}.related-card-image figcaption{display:none}
.image-dialog{width:min(900px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:20px;border:1px solid var(--qdd-line);border-radius:12px;color:var(--qdd-ink);overflow:auto}.image-dialog::backdrop{background:#0c2529bf}.image-dialog-bar{display:flex;align-items:center;justify-content:space-between;gap:20px}.image-dialog-bar p{font-size:15px;margin:0}.image-dialog-bar button{flex-shrink:0;min-height:44px;border:1px solid var(--qdd-line);border-radius:6px;padding:8px 14px;color:var(--qdd-brand);background:#fff}.image-dialog>img{display:block;width:100%;height:min(70dvh,780px);object-fit:contain}.image-dialog>.small{margin:10px 0 0;text-align:center}.section.split+.section.split{border-top:1px solid var(--qdd-line)}.section.split+.section.section-topless{border-top:1px solid var(--qdd-line);padding-top:64px}.requirement-columns{gap:48px}.requirement-columns article+article{border-left:1px solid var(--qdd-line);padding-left:40px}.applications-v03{border-block:1px solid #dce6e2}.application-tabs button{transition:background .15s,color .15s}.text-link>span,.button>span{transition:transform .15s}.text-link:hover>span,.button:hover>span{transform:translate(2px,-2px)}
@media(max-width:1100px){.home-v03{gap:32px}.product-range-hero{padding:20px 12px 0;gap:6px}.product-range-hero .product-stage>img{height:350px}.split,.product-feature{gap:42px}.family-card-visual{grid-template-columns:minmax(0,1fr) 112px;gap:12px}.control-intro{grid-template-columns:1fr}.control-range{max-width:800px}.product-feature .product-stage>img{height:320px}.primary-family{gap:30px}.secondary-families article{padding:20px}.secondary-families .catalogue-product,.secondary-families .family-scene{margin:-20px -20px 22px}.secondary-families .family-scene{width:calc(100% + 40px)}}
@media(max-width:767px){.section{padding-block:52px}.section-topless{padding-top:0}.home-v03{padding-block:40px;gap:32px;grid-template-columns:1fr}.home-v03 h1{font-size:44px}.home-v03 .lead{font-size:16px}.hero-product-label{font-size:11px}.product-range-hero .product-stage>img{height:310px}.product-range .catalogue-product figcaption strong{font-size:13px}.product-range .catalogue-product figcaption span{font-size:11px}.product-range{gap:8px}.product-range .product-stage>img{height:225px}.product-range-hero .product-stage>img{height:310px}.product-range .image-expand{width:36px;height:36px;right:4px;bottom:6px}.split,.product-feature,.primary-family{grid-template-columns:1fr;gap:28px}.family-card-visual{grid-template-columns:minmax(0,1fr) 105px;gap:18px}.series-grid-v03 .series-card{padding:22px}.family-card-visual .product-stage>img{height:260px}.family-card-visual .product-placeholder{min-height:230px}.series-card .series-card-top{font-size:11px;gap:12px}.series-card .family-card-heading h3{font-size:34px}.family-card-visual p{font-size:15px}.catalogue-product figcaption{padding:14px;font-size:14px}.series-hero .product-stage>img{height:365px}.product-feature .catalogue-product{max-width:none}.controller-showcase{gap:14px}.controller-showcase .product-stage>img{height:260px}.controller-showcase figcaption{flex-direction:column;text-align:center;gap:4px}.control-range .product-stage>img{height:190px}.control-range figcaption strong{font-size:12px}.about-focus .product-range .product-stage>img{height:290px}.requirement-columns article+article{border-left:0;padding-left:0}.image-dialog{padding:14px}.image-dialog-bar{gap:12px}.image-dialog-bar p{font-size:13px}.section.split+.section.section-topless{padding-top:48px}}
.tinted+.tinted{background:#fff}.series-card dl,.family-card-visual{width:100%}.secondary-families .catalogue-product{width:calc(100% + 48px)}.product-range .image-expand{width:44px;height:44px}.product-range .product-stage>img,.family-card-visual .product-stage>img{padding-bottom:38px}.family-card-visual .image-expand{right:6px;bottom:6px}
@media(max-width:1100px){.secondary-families .catalogue-product{width:calc(100% + 40px)}}
@media(prefers-reduced-motion:reduce){.image-expand,.series-grid-v03 .series-card,.application-tabs button,.text-link>span,.button>span{transition:none}.image-expand:hover,.text-link:hover>span,.button:hover>span{transform:none}}

/* v0.5: navigation and the resource library. Load after earlier navigation styles. */
.site-header .desktop-nav{gap:20px}
.site-header .desktop-nav>a,.site-header .products-menu-toggle{min-height:46px;display:inline-flex;align-items:center;font-size:15px;font-weight:500}
.site-header .products-menu-toggle{gap:8px;padding:10px 4px;border-radius:4px}
.site-header .products-menu-toggle:hover,.site-header .desktop-nav>a:hover{color:var(--qdd-action)}
.nav-chevron{width:18px;height:18px;flex:0 0 18px;transition:transform 160ms ease}
.products-menu-toggle[aria-expanded=true] .nav-chevron{transform:rotate(180deg)}
.nav-arrow{display:block;width:18px;height:18px;flex:0 0 18px;color:var(--qdd-action)}
.site-header .products-menu{border-top:1px solid var(--qdd-line);box-shadow:0 20px 36px rgb(18 62 67 / .12);max-height:calc(100dvh - 108px)}
.products-menu-grid{grid-template-columns:1.12fr 1fr .95fr;gap:0;padding-block:30px 32px;align-items:start}
.products-menu-grid>div{min-width:0;padding-inline:32px}
.products-menu-grid>div:first-child{padding-left:0}
.products-menu-grid>div:last-child{padding-right:0}
.products-menu-grid>div+div{border-left:1px solid var(--qdd-line)}
.products-menu-grid .eyebrow{font-size:12px;margin-bottom:14px;letter-spacing:.1em}
.menu-families a,.menu-series a{position:relative;padding:13px 24px 13px 10px;margin-left:-10px;border-radius:5px;border-bottom:0;min-height:64px}
.menu-families a>.nav-arrow,.menu-series a>.nav-arrow{position:absolute;right:4px;top:23px}
.menu-families a:hover,.menu-series a:hover,.menu-extension-list a:hover,.menu-help>a:hover{background:var(--qdd-tint)}
.menu-families a:hover strong,.menu-series a:hover strong{text-decoration:none}
.menu-families strong,.menu-series strong{font-size:17px}
.menu-families span,.menu-series span{font-size:13px;line-height:1.45}
.menu-families a.menu-overview{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid var(--qdd-line);border-radius:0;margin-top:10px;padding-block:14px;min-height:44px;font-size:14px;font-weight:500}
.menu-families a.menu-overview>.nav-arrow{position:static}
.menu-extension-list a,.menu-help>a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:9px 8px;margin-left:-8px;border-radius:4px;font-size:14px;text-decoration:none;color:var(--qdd-brand)}
.products-menu .menu-help{background:transparent;border-radius:0;border-top:1px solid var(--qdd-line);padding:20px 0 0;margin-top:16px}
.products-menu .menu-help h2{font-size:21px;margin:0 0 10px;line-height:1.3}
.products-menu .menu-help p{font-size:14px;margin-bottom:10px;line-height:1.55}
.nojs-primary-nav{display:none}
@media(min-width:1241px){.site-header .desktop-nav{display:flex}.site-header .header-inner{gap:24px}.site-header .header-quote{padding-left:20px}.site-header .menu-toggle,.site-header #mobile-nav{display:none!important}}
@media(max-width:1240px){.site-header .desktop-nav,.site-header .products-menu{display:none}.site-header .header-quote{margin-left:auto;border-left:0;padding-left:0}.site-header .menu-toggle{display:block;flex-shrink:0}.site-header .header-inner{gap:22px}.site-header #mobile-nav{max-height:calc(100dvh - 120px);overflow:auto;overscroll-behavior:contain;padding:12px var(--qdd-gutter) 24px;border-top:1px solid var(--qdd-line)}.site-header #mobile-nav>a{display:flex;align-items:center;min-height:46px;padding:10px 0;color:var(--qdd-brand);text-decoration:none;font-weight:500}.site-header #mobile-nav>a[aria-current]{color:var(--qdd-action)}.site-header .mobile-products{border-left:2px solid var(--qdd-line);background:transparent;margin:0 0 10px;padding:0 0 0 20px;gap:0 20px}.site-header #mobile-nav .mobile-products a{min-height:44px;display:flex;align-items:center;font-size:14px}.nojs-primary-nav{display:flex;flex-wrap:wrap;gap:4px 22px;padding-block:8px 18px;border-top:1px solid var(--qdd-line)}.nojs-primary-nav a{display:flex;align-items:center;min-height:44px;color:var(--qdd-brand);font-size:15px;text-decoration:none}body:has(.nojs-primary-nav) .site-header .menu-toggle{display:none}}
@media(max-width:420px){.site-header .header-quote{display:none}.site-header .menu-toggle{margin-left:auto}.site-header .header-inner{gap:16px}}

.resource-library-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}
.resource-library-heading>p{margin:0;font-size:16px;color:var(--qdd-muted)}
.resource-table-wrap{border:1px solid var(--qdd-line);border-radius:10px;overflow:hidden;background:#fff}
.resource-table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed;font-size:15px}
.resource-table thead{background:var(--qdd-brand);color:#fff}
.resource-table thead th{padding:17px 22px;font-weight:500;font-size:14px;letter-spacing:.02em}
.resource-table thead th:nth-child(1){width:29%}.resource-table thead th:nth-child(2){width:36%}.resource-table thead th:nth-child(3){width:15%}.resource-table thead th:nth-child(4){width:20%}
.resource-table tbody th,.resource-table tbody td{padding:26px 22px;border-bottom:1px solid var(--qdd-line);vertical-align:top}
.resource-table tbody tr:last-child th,.resource-table tbody tr:last-child td{border-bottom:0}
.resource-table tbody tr:hover{background:#f8faf9}
.resource-table tbody th{font-size:18px;font-weight:500;line-height:1.4;color:var(--qdd-brand)}
.resource-file-icon{display:block;color:var(--qdd-action);margin-bottom:14px;width:24px;height:28px}
.resource-file-icon svg{display:block;width:24px;height:28px}
.resource-table td{color:var(--qdd-muted);line-height:1.6}
.resource-format{display:inline-block;font-size:12px;letter-spacing:.05em;font-weight:600;color:var(--qdd-brand);border:1px solid var(--qdd-line);padding:2px 8px;border-radius:4px;margin-bottom:8px}
.resource-table .resource-meta{display:block;font-size:13px;line-height:1.5}
.resource-actions{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.resource-preview-trigger,.resource-download{min-height:44px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 14px;border-radius:5px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap}
.resource-preview-trigger{border:1px solid var(--qdd-input-line);background:#fff;color:var(--qdd-action)}
.resource-preview-trigger:hover{background:var(--qdd-tint)}
.resource-download{padding-inline:0;color:var(--qdd-action)}
.resource-download:hover{text-decoration:underline}
.resource-library-note{font-size:14px;line-height:1.6;color:var(--qdd-muted);margin-top:22px;max-width:820px}
.resource-dialog:not([open]){display:none}
.resource-dialog{width:min(860px,calc(100% - 40px));max-width:none;max-height:90dvh;padding:0;border:1px solid var(--qdd-line);border-radius:12px;color:var(--qdd-ink);background:#fff;box-shadow:0 24px 80px rgb(10 35 40 / .25);overflow:auto}
.resource-dialog::backdrop{background:rgb(10 32 36 / .58)}
.resource-dialog-header{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding:28px 30px 20px;border-bottom:1px solid var(--qdd-line)}
.resource-dialog-header .eyebrow{font-size:12px;margin-bottom:12px}
.resource-dialog-header h2{font-size:27px;line-height:1.2;margin-bottom:10px}
.resource-dialog-header p:last-child{font-size:14px;color:var(--qdd-muted);margin:0}
.resource-dialog-close{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0;min-height:44px;background:#fff;border:1px solid var(--qdd-line);border-radius:5px;padding:8px 12px;font-size:14px;color:var(--qdd-brand)}
.resource-dialog-close span{font-size:22px;line-height:1}
#resource-preview-status{margin:18px 30px;font-size:14px;color:var(--qdd-muted)}
.resource-preview-text{white-space:pre-wrap;overflow-wrap:anywhere;font-family:var(--qdd-font);font-size:15px;line-height:1.7;max-height:46dvh;overflow:auto;margin:0 30px 24px;padding:24px;background:var(--qdd-canvas);border:1px solid var(--qdd-line);border-radius:6px;color:var(--qdd-ink);tab-size:4}
.resource-preview-error{padding:22px;margin:0 30px 24px;border-left:3px solid var(--qdd-warning);background:var(--qdd-warning-bg);font-size:15px}
.resource-preview-error p{margin-bottom:12px}
.resource-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 30px;border-top:1px solid var(--qdd-line)}
.resource-dialog-footer>span{font-size:13px;color:var(--qdd-muted)}
.resource-dialog-footer .button{font-size:15px}
@media(max-width:1000px){.resource-table thead th,.resource-table tbody th,.resource-table tbody td{padding-inline:16px}.resource-table tbody th{font-size:17px}.resource-preview-trigger{padding-inline:11px}.resource-table thead th:nth-child(1){width:28%}.resource-table thead th:nth-child(2){width:34%}.resource-table thead th:nth-child(3){width:16%}.resource-table thead th:nth-child(4){width:22%}}
@media(max-width:767px){.resource-library-heading{align-items:flex-start;flex-direction:column;gap:10px}.resource-table-wrap{border:0;background:transparent;overflow:visible}.resource-table,.resource-table tbody,.resource-table tr,.resource-table th,.resource-table td{display:block;width:100%}.resource-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.resource-table tbody tr{padding:22px;background:#fff;border:1px solid var(--qdd-line);border-radius:10px;margin-bottom:18px}.resource-table tbody th,.resource-table tbody td{padding:14px 0;border:0;font-size:16px}.resource-table tbody th{display:flex;align-items:flex-start;gap:14px;font-size:21px;padding-top:0;padding-bottom:16px;border-bottom:1px solid var(--qdd-line)}.resource-file-icon{flex:0 0 24px;margin:0}.resource-table td[data-label]:before{content:attr(data-label);display:block;font-size:13px;color:var(--qdd-muted);font-weight:500;margin-bottom:7px}.resource-table .resource-meta{display:inline-block;font-size:14px;margin-left:12px}.resource-table .resource-meta br{display:none}.resource-format{font-size:13px;margin:0}.resource-actions{flex-direction:row;flex-wrap:wrap;gap:18px;align-items:center}.resource-table tbody td:last-child{padding-bottom:0}.resource-preview-trigger,.resource-download{font-size:16px}.resource-library-note{margin-top:8px}.resource-dialog{width:calc(100% - 24px);max-height:92dvh;border-radius:10px}.resource-dialog-header{padding:22px 18px 18px;gap:14px}.resource-dialog-header h2{font-size:22px}.resource-dialog-close{font-size:13px;padding-inline:10px;gap:6px}.resource-dialog-header .eyebrow{font-size:11px}.resource-dialog-header p:last-child{font-size:13px}#resource-preview-status{margin:16px 18px}.resource-preview-text{margin:0 18px 20px;padding:18px;font-size:15px;max-height:43dvh}.resource-preview-error{margin:0 18px 20px;padding:18px}.resource-dialog-footer{padding:18px;align-items:flex-start;flex-direction:column;gap:12px}.resource-dialog-footer .button{width:100%;font-size:16px}}
@media(prefers-reduced-motion:reduce){.nav-chevron{transition:none}}

/* v0.6: product-photo resolution and language options. */
.language-customization{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;margin-top:32px;padding:30px 0;border-block:1px solid var(--qdd-line)}.language-customization h3{font-size:27px;margin:0}.language-customization .eyebrow{font-size:12px;margin-bottom:12px}.language-customization p{max-width:640px}.language-customization p.small{margin-bottom:8px}.language-customization .text-link{font-size:15px}.language-compact{display:block;margin-top:28px;padding-block:24px}.language-compact h3{font-size:22px;margin-bottom:16px}.language-compact h3 br{display:none}.language-compact h3 br:after{content:' '}.language-compact p{font-size:15px}.language-compact .small{font-size:14px}.catalogue-product figcaption>span{max-width:50%;text-align:right}.product-range .catalogue-product figcaption>span{max-width:100%;text-align:center}.controller-showcase .product-stage>img{height:350px}.controller-showcase .catalogue-product figcaption>span{max-width:48%}
@media(max-width:767px){.language-customization{grid-template-columns:1fr;gap:18px;padding-block:24px}.language-customization h3{font-size:25px}.language-compact h3{font-size:22px}.controller-showcase{grid-template-columns:1fr}.controller-showcase .product-stage>img{height:330px}.controller-showcase .catalogue-product figcaption{flex-direction:row;text-align:left;gap:14px}.controller-showcase .catalogue-product figcaption>span{max-width:45%}.catalogue-product figcaption>span{font-size:12px}.series-hero .catalogue-product figcaption>span{max-width:55%}}

/* v0.7: four pump families, useful forms, applications and editorial reading. */
.home-v03{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px}.product-range-four{grid-template-columns:repeat(4,minmax(0,1fr))}.product-range-hero.product-range-four{padding:26px 14px 0;gap:8px}.product-range-four .product-stage>img{height:370px}.product-range-four .catalogue-product figcaption{padding:18px 2px}.product-range-four .image-expand{right:50%;transform:translateX(50%)}.product-range-four .image-expand:hover{transform:translateX(50%) scale(1.04)}
.site-header .desktop-nav{gap:15px}.site-header .header-inner{gap:18px}.site-header .brand-logo{width:190px;flex:0 0 190px}.site-header .header-quote{padding-left:16px}.applications-menu{position:absolute;inset:100% 0 auto;background:#fff;border-block:1px solid var(--qdd-line);box-shadow:0 20px 36px rgb(18 62 67 / .12);max-height:calc(100dvh - 108px);overflow:auto}.application-menu-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:48px;padding-block:28px 32px}.application-menu-grid .eyebrow{font-size:12px;margin-bottom:14px}.application-menu-links{display:grid;grid-template-columns:1fr 1fr;gap:4px 28px}.application-menu-links a{position:relative;display:flex;flex-direction:column;gap:7px;min-height:94px;padding:15px 28px 15px 0;text-decoration:none;border-bottom:1px solid var(--qdd-line)}.application-menu-links strong{font-size:17px;color:var(--qdd-brand);font-weight:500}.application-menu-links span{font-size:14px;color:var(--qdd-muted)}.application-menu-links svg{position:absolute;right:0;top:18px}.application-menu-side{padding-left:38px;border-left:1px solid var(--qdd-line)}.application-menu-side a{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:50px;text-decoration:none;color:var(--qdd-brand);font-size:15px}.application-menu-grid a:hover{color:var(--qdd-action)}
.resource-number{display:block;font-size:13px;font-weight:500;letter-spacing:.05em;color:var(--qdd-action);margin-bottom:8px}.resource-library .resource-table th:nth-child(1){width:25%}.resource-library .resource-table th:nth-child(2){width:34%}.resource-library .resource-table th:nth-child(3){width:18%}.resource-library .resource-table th:nth-child(4){width:23%}.resource-library .resource-actions{gap:12px}.resource-library .resource-download{min-height:32px;display:flex;align-items:center}.resource-how{display:grid;grid-template-columns:1fr 1fr;gap:72px}.resource-steps{list-style:none;counter-reset:steps;margin:0;padding:0}.resource-steps li{counter-increment:steps;position:relative;padding:0 0 22px 42px}.resource-steps li:before{content:'0' counter(steps);position:absolute;left:0;top:0;color:var(--qdd-action);font-size:14px}.resource-steps strong{font-weight:500;font-size:20px}.resource-steps p{margin:8px 0 0}.resource-form-preview{padding:24px 30px;max-height:58dvh;overflow:auto;overscroll-behavior:contain}.resource-form-preview .preview-instructions{font-size:15px;background:#fff9e4;border-left:3px solid #d4b968;padding:15px;margin:0 0 24px}.form-preview-section h3{font-size:20px;margin:26px 0 14px}.form-preview-table{width:100%;border-collapse:collapse;font-size:14px}.form-preview-table th,.form-preview-table td{border:1px solid var(--qdd-line);padding:12px 14px;text-align:left;vertical-align:top}.form-preview-table thead th{background:#f1f5f4}.form-preview-table tbody th{font-weight:500;width:33%}.form-preview-table th .small{display:block;margin-top:5px;font-weight:400}.form-preview-table td p{margin:8px 0 0;line-height:1.55}.resource-dialog-footer .actions{margin:0;gap:20px}.resource-dialog-footer .button{white-space:nowrap}
.parts-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:64px}.parts-intro p{max-width:590px}.parts-chain{margin:0;background:#f4f7f7;border:1px solid var(--qdd-line);padding:30px;border-radius:10px}.parts-chain figcaption{font-size:15px;font-weight:500;margin-bottom:22px}.parts-chain ol{list-style:none;counter-reset:parts;margin:0;padding:0}.parts-chain li{counter-increment:parts;position:relative;padding:16px 0 18px 40px;border-top:1px solid var(--qdd-line)}.parts-chain li:before{content:counter(parts);position:absolute;left:0;top:16px;font-size:14px;color:var(--qdd-action)}.parts-chain strong,.parts-chain span{display:block}.parts-chain strong{font-size:20px;font-weight:500;margin-bottom:6px}.parts-chain span,.parts-chain>p{font-size:14px}.parts-chain>p{margin:18px 0 0}.procurement-table-wrap{margin-top:28px;border:1px solid var(--qdd-line);border-radius:9px;overflow:hidden;background:#fff}.procurement-table{width:100%;border-collapse:collapse;text-align:left;font-size:16px;line-height:1.65}.procurement-table th,.procurement-table td{padding:20px 24px;vertical-align:top;border-bottom:1px solid var(--qdd-line)}.procurement-table thead{background:var(--qdd-brand);color:#fff}.procurement-table thead th{font-size:14px;font-weight:500}.procurement-table tbody th{width:29%;font-weight:500;color:var(--qdd-brand)}.procurement-table tr:last-child>*{border-bottom:0}.procurement-table td{color:var(--qdd-muted)}.accessory-route-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-block:26px 34px}.accessory-route-grid>a{display:block;border:1px solid var(--qdd-line);padding:30px;border-radius:9px;text-decoration:none;color:inherit;background:#fff;transition:border-color .15s}.accessory-route-grid>a:hover{border-color:var(--qdd-action)}.accessory-route-grid h3{font-size:28px;margin-block:16px}.accessory-route-grid p{color:var(--qdd-muted)}.accessory-route-grid .eyebrow{font-size:12px;color:var(--qdd-action)}.wear-parts>.lead{max-width:780px}.wear-parts .editor-note{margin-top:30px}.scenario-pair{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:30px 0 20px}.scenario-pair article{border-top:2px solid #bdd0cc;padding-top:24px}.scenario-pair span{font-size:14px;color:var(--qdd-action)}.scenario-pair h3{font-size:27px;margin-top:16px}.review-badge{display:block;width:fit-content;padding:4px 7px;border-radius:3px;background:#f7f0dc;color:#635122;font-size:12px;font-weight:500;line-height:1.45;margin-top:6px}.compare-card>.review-badge{margin-bottom:16px}
.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.blog-card{border:1px solid var(--qdd-line);border-radius:10px;overflow:hidden;background:#fff}.blog-card>a{display:block}.blog-card img{width:100%;height:260px;object-fit:cover;display:block}.blog-card-copy{padding:30px}.blog-card .eyebrow{font-size:12px}.blog-card .eyebrow span{color:var(--qdd-muted);letter-spacing:0}.blog-card h2{font-size:30px;margin-top:18px}.blog-card h2 a{text-decoration:none;color:inherit}.blog-card h2 a:hover{color:var(--qdd-action)}.blog-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px}.blog-card-bottom time{font-size:13px;color:var(--qdd-muted)}.blog-card-bottom .text-link{font-size:15px}.blog-article{max-width:940px;padding-top:34px}.blog-article header{padding-bottom:36px;border-bottom:1px solid var(--qdd-line)}.blog-article h1{font-size:clamp(38px,4.5vw,60px);max-width:860px;line-height:1.1}.blog-article .lead{font-size:20px;max-width:790px}.article-byline{font-size:14px;color:var(--qdd-muted);margin:26px 0 0}.article-byline span{padding-inline:10px}.article-body{max-width:740px;margin-inline:auto}.article-body section{padding-top:38px}.article-body h2{font-size:30px;line-height:1.2}.article-body p,.article-body li{font-size:18px;line-height:1.8}.article-body ul{padding-left:23px}.article-body li{padding:5px 0;color:var(--qdd-muted)}.article-sources{border-top:1px solid var(--qdd-line);margin-top:40px;padding-top:28px}.article-sources h2{font-size:20px}.article-sources p,.article-sources li{font-size:14px}.article-related{margin-block:36px;padding:28px;background:#f3f7f6;border-radius:8px}.article-related h2{font-size:23px}.article-related .text-link{display:table;margin-top:12px}.article-body>section:target{scroll-margin-top:120px}
.confirmation-page{max-width:1100px}.confirmation-preview-note{background:#fff7df;border:1px solid #e3d7b1;border-radius:6px;padding:16px 20px;color:#615331;font-size:15px;line-height:1.6}.confirmation-preview-note strong{font-weight:500}.confirmation-heading{max-width:750px;margin:46px 0 38px}.confirmation-heading h1{font-size:clamp(40px,4.6vw,64px)}.confirmation-next{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:36px}.confirmation-next article{border-top:1px solid var(--qdd-line);padding-top:20px}.confirmation-next span{font-size:13px;color:var(--qdd-action)}.confirmation-next h3{font-size:23px;margin-top:16px}.confirmation-dialog{max-width:none;width:min(660px,calc(100vw - 32px));max-height:90dvh;overflow:auto;padding:28px;border:1px solid var(--qdd-line);border-radius:10px;color:var(--qdd-ink)}.confirmation-dialog::backdrop{background:#0c2529bf}.confirmation-dialog h2{font-size:38px;margin-top:30px}.confirmation-dialog .dialog-header .eyebrow{margin:0}.confirmation-dialog .dialog-header{margin-bottom:20px}.confirmation-preview-action{margin-top:26px;padding-top:18px;border-top:1px solid var(--qdd-line)}.confirmation-preview-action button{background:none;cursor:pointer;border:0;border-bottom:1px solid currentColor;font-family:inherit;padding:8px 0}
@media(max-width:1240px){.site-header .desktop-nav,.applications-menu{display:none}.home-v03{gap:30px}.product-range-four .product-stage>img{height:330px}}
@media(min-width:1241px){.site-header .desktop-nav{display:flex}}
@media(max-width:1000px){.home-v03{grid-template-columns:1fr}.home-v03 .hero-copy{max-width:690px}.hero-products{max-width:none}.product-range-four .product-stage>img{height:320px}.parts-intro,.resource-how{gap:34px}.blog-card-copy{padding:24px}.blog-card h2{font-size:27px}.procurement-table th,.procurement-table td{padding:18px}}
@media(max-width:767px){.home-v03{padding-block:36px}.product-range-hero.product-range-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;padding:18px 18px 0}.product-range-four .product-stage>img{height:230px}.product-range-four .catalogue-product figcaption{padding:12px 2px}.product-range-four .catalogue-product figcaption strong{font-size:16px}.hero-product-label{align-items:flex-start;gap:16px}.hero-product-label span{font-size:12px}.hero-product-label a{font-size:13px}.site-header .brand-logo{width:166px;flex-basis:166px}.resource-library .resource-table th:nth-child(n){width:100%}.resource-number{font-size:15px;margin:3px 0 0}.resource-library .resource-actions{gap:14px 22px}.resource-library .resource-download{min-height:44px}.resource-how,.parts-intro,.accessory-route-grid,.scenario-pair,.blog-grid,.confirmation-next{grid-template-columns:1fr;gap:26px}.resource-form-preview{padding:18px;max-height:56dvh}.resource-dialog-footer .actions{width:100%;gap:12px}.resource-dialog-footer .text-link{display:inline-flex;min-height:44px;align-items:center}.form-preview-table thead{display:none}.form-preview-table,.form-preview-table tbody,.form-preview-table tr,.form-preview-table th,.form-preview-table td{display:block;width:100%}.form-preview-table tbody th{width:100%;background:#f3f6f5}.form-preview-table th .small{display:inline;margin-left:10px}.form-preview-table tr{margin-bottom:12px}.form-preview-table td{border-top:0}.parts-chain{padding:22px}.accessory-route-grid>a{padding:24px}.accessory-route-grid h3{font-size:27px}.procurement-table-wrap{border:0;overflow:visible;background:none}.procurement-table,.procurement-table tbody,.procurement-table tr,.procurement-table th,.procurement-table td{display:block;width:100%}.procurement-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.procurement-table tr{background:#fff;border:1px solid var(--qdd-line);border-radius:6px;margin-bottom:14px;overflow:hidden}.procurement-table tbody th{width:100%;background:#f1f5f4}.procurement-table td{border:0}.procurement-table td:before{content:attr(data-label);display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--qdd-action);margin-bottom:8px}.blog-card img{height:210px}.blog-card-copy{padding:22px}.blog-card h2{font-size:28px}.blog-article{padding-top:28px}.blog-article h1{font-size:39px}.blog-article .lead{font-size:18px}.article-body p,.article-body li{font-size:17px}.article-body h2{font-size:27px}.article-related{padding:24px}.confirmation-page{padding-top:28px}.confirmation-heading{margin-block:34px}.confirmation-preview-note{padding:14px;font-size:14px}.confirmation-dialog{padding:20px}.confirmation-dialog h2{font-size:32px}.confirmation-dialog .actions{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){.accessory-route-grid>a{transition:none}.product-range-four .image-expand:hover{transform:translateX(50%)}}

.quote-light form>fieldset{padding-bottom:1rem}.field-hint{font-size:.875rem;color:var(--qdd-muted);margin:.5rem 0 0}.light-details{border:1px solid var(--qdd-line);border-radius:8px;margin:1rem 0;background:#fff}.light-details summary{padding:1rem 1.15rem;cursor:pointer;font-weight:600;line-height:1.5}.light-details summary span{font-size:.875rem;font-weight:400;color:var(--qdd-muted);margin-left:.5rem}.details-body{padding:0 1.15rem 1rem}.details-body>p:first-child{margin-top:0}.quote-light .quote-aside{align-self:start}.human-steps{padding:0;list-style:none;counter-reset:help}.human-steps li{counter-increment:help;position:relative;padding:1rem 0 1rem 2.5rem;border-bottom:1px solid var(--qdd-line)}.human-steps li:before{content:counter(help);position:absolute;left:0;top:1rem;color:var(--qdd-action);font-weight:600}.human-steps strong,.human-steps span{display:block}.human-steps span{font-size:.9375rem;margin-top:.3rem}.file-label{display:block;font-weight:600;margin:.75rem 0}.file-list{list-style:none;padding:0}.file-list li{display:flex;gap:.75rem;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--qdd-line)}.file-list img{width:60px;height:60px;object-fit:contain;background:#f2f5f5;border-radius:4px}.file-list span{flex:1;min-width:0;overflow-wrap:anywhere;font-size:.875rem}.file-list button{flex-shrink:0}#enquiry-files{max-width:100%;font:inherit;font-size:.875rem}#file-feedback:empty{display:none}.journey-context{border:1px solid var(--qdd-line);border-left:3px solid #087d78;border-radius:6px;padding:1rem 1.25rem;display:flex;gap:.75rem 2rem;align-items:center;flex-wrap:wrap;margin-top:1rem}.journey-context[hidden]{display:none}.journey-context>div:first-child{flex:1}.journey-context .eyebrow{display:block;font-size:.75rem;margin:0 0 .3rem}.journey-context strong{margin-right:.75rem}.journey-context>div:nth-child(2){display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.journey-context .small{margin:0}.journey-context>p{flex-basis:100%}.application-chooser{border-top:1px solid var(--qdd-line);border-bottom:1px solid var(--qdd-line)}.application-chooser .field{max-width:32rem}.source-choice{border:0;padding:0;margin:1.5rem 0;display:flex;flex-wrap:wrap;gap:.75rem}.source-choice[hidden]{display:none}.source-choice legend{font-weight:600;margin-bottom:.75rem}.source-choice label{display:flex;gap:.5rem;align-items:center;padding:.65rem 1rem;border:1px solid var(--qdd-line);border-radius:24px;background:white;cursor:pointer;min-height:44px}.source-choice label:has(input:checked){border-color:#087d78;background:#f0f8f7;color:#075f5b}.source-choice input{accent-color:#087d78;width:1rem;height:1rem}.journey-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:1rem;margin:1.5rem 0}.journey-results .text-link{background:#f5f8f8;padding:1.25rem;border:1px solid var(--qdd-line);border-radius:6px;display:flex;align-items:center;min-height:86px}.journey-boundary{max-width:60rem}.help-note{border-top:1px solid var(--qdd-line);padding-top:2.5rem;padding-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.help-note h2{font-size:1.5rem}.help-note p:not(.eyebrow){max-width:45rem;margin-bottom:0}.help-note .button{flex-shrink:0}.article-figure{margin:2rem 0 2.5rem}.article-figure img{width:100%;height:auto;max-height:480px;object-fit:cover;border-radius:8px}.article-figure figcaption{font-size:.875rem;line-height:1.6;color:var(--qdd-muted);margin:.6rem 0}.article-toc{padding:1.5rem;border:1px solid var(--qdd-line);border-radius:8px;margin:2rem 0}.article-toc h2{font-size:1.125rem;margin-top:0}.article-toc ol{padding-left:1.25rem;margin-bottom:0}.article-toc li{margin:.5rem 0}.article-product{max-width:600px;margin:2rem auto}.article-product .product-stage>img{height:360px;object-fit:contain}.blog-article .article-body{max-width:780px}.article-help{padding:1.5rem;border-left:3px solid #087d78;background:#f5f8f8;margin:2rem 0}.article-help h2{font-size:1.35rem;margin-top:0}.blog-article header{max-width:850px}.blog-grid{gap:1.5rem}.resource-library-note{max-width:64rem}.resource-how .resource-steps strong{font-size:1.1rem}@media(min-width:1241px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.help-note{align-items:flex-start;flex-direction:column}.journey-context{width:calc(100% - 32px)}.light-details summary{padding:.875rem}.details-body{padding:0 .875rem 1rem}.source-choice{flex-direction:column}.source-choice label{border-radius:6px}.quote-light .quote-aside{padding-top:2rem}.article-toc{padding:1rem}.article-figure{margin:1.5rem 0}.file-list{margin-bottom:0}}@media(prefers-reduced-motion:reduce){.source-choice *{transition:none}}

/* Launch preparation: direct contact and useful category guidance. */
.contact-links09{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;overflow-wrap:anywhere}.contact-links09 a{min-height:30px}.contact-details09{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-details09 dl{margin:0}.contact-details09 dl>div{padding:1rem 0;border-bottom:1px solid var(--qdd-line)}.contact-details09 dt{font-size:.875rem;color:var(--qdd-muted);margin-bottom:.5rem}.contact-details09 dd{margin:0;overflow-wrap:anywhere}.contact-details09 address{font-style:normal;line-height:1.8}.product-configuration{border:1px solid var(--qdd-line);border-radius:10px;padding:2.5rem;background:linear-gradient(145deg,#f8fbfb,#eef5f4);align-self:center;max-width:100%}.product-configuration strong{display:block;font-size:clamp(1.5rem,2.5vw,2.15rem);line-height:1.25;color:var(--qdd-ink)}.product-configuration p{max-width:40rem}.blog-empty09{max-width:900px;padding:2.5rem;border:1px solid var(--qdd-line);border-radius:10px;background:#f7faf9}.blog-empty09 p{max-width:44rem}@media(max-width:767px){.contact-details09{grid-template-columns:1fr;gap:1rem}.product-configuration,.blog-empty09{padding:1.5rem}}
