:root{--ink:#10202b;--muted:#60717c;--line:#dbe3e7;--paper:#f4f7f8;--blue:#0b5c73;--orange:#b71324;--white:#fff;--shadow:0 18px 45px rgba(16,32,43,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(70,130,180,.96);border-bottom:5px solid var(--line);backdrop-filter:blur(14px)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:185px;max-height:72px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;font-weight:650;font-size:.94rem}.nav-links a{color:#fff}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--blue)}.nav-quote,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:3px;background:var(--orange);color:#fff;font-weight:700;border:0;cursor:pointer}.nav-quote{min-height:42px;padding:0 16px}.menu-toggle{display:none;background:none;border:0;font-size:1.6rem}.hero{min-height:600px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(7,22,30,.86),rgba(7,22,30,.42)),url('images/banner/bg-home-banner-1.jpg') center/cover;color:#fff}.hero-inner{max-width:730px;padding:90px 0}.eyebrow{color:#f1a15e;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800}.hero h1{font-size:clamp(2.6rem,6vw,5.25rem);line-height:1.03;margin:18px 0}.hero p{font-size:1.14rem;color:#e4edef;max-width:630px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button.secondary{background:transparent;border:1px solid rgba(255,255,255,.5)}.section{padding:90px 0}.section.soft{background:var(--paper)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{font-size:clamp(2rem,4vw,3.25rem);line-height:1.1;margin:0}.section-head p{max-width:540px;color:var(--muted);margin:0}.kicker{color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;margin-bottom:10px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);background:#fff;transition:.2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card img{aspect-ratio:1.25;object-fit:cover;background:#e8eef0}.product-card-body{padding:18px}.product-card h3{font-size:1.08rem;line-height:1.25;margin:0 0 8px}.product-card p{font-size:.9rem;color:var(--muted);margin:0 0 14px}.text-link{color:var(--blue);font-weight:750}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.stat{padding:28px 20px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat strong{display:block;font-size:2rem;color:var(--blue)}.stat span{color:var(--muted);font-size:.9rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;margin:0 0 18px}.split p{color:var(--muted)}.image-frame{position:relative}.image-frame img{width:100%;aspect-ratio:1.2;object-fit:cover}.image-frame:after{content:'';position:absolute;inset:18px -18px -18px 18px;border:1px solid var(--orange);z-index:-1}.trust-band{background:var(--blue);color:#fff;padding:30px 0}.trust-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.trust-row p{margin:0;color:#d4e4e8}.page-hero{background:linear-gradient(90deg,rgba(5,25,34,.82),rgba(5,25,34,.35)),url('images/banner/about-us-banner.jpg') center/cover;color:#fff;padding:100px 0}.page-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;margin:12px 0}.breadcrumb{font-size:.85rem;color:#bed1d6}.category-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{padding:24px;border:1px solid var(--line);background:#fff}.category-card h3{margin:0 0 8px}.category-card p{color:var(--muted);margin:0 0 18px}.detail-hero{background:var(--paper);padding:60px 0}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}.detail-image{background:#fff;border:1px solid var(--line);padding:14px}.detail-image img{width:100%;aspect-ratio:1.2;object-fit:contain}.detail-layout h1{font-size:clamp(2rem,4.5vw,4rem);line-height:1.05;margin:12px 0}.meta{color:var(--muted)}.content-narrow{max-width:820px}.content-narrow h2{font-size:2rem;margin-top:42px}.content-narrow p,.content-narrow li{color:#4d5d66}.spec-table{width:100%;border-collapse:collapse;margin:20px 0}.spec-table td,.spec-table th{padding:13px;border:1px solid var(--line);text-align:left}.spec-table th{background:#eef4f5}.inline-cta{padding:28px;background:#edf4f5;border-left:4px solid var(--orange);margin:34px 0}.form-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}.form{display:grid;gap:14px}.form label{font-weight:700;font-size:.9rem}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #cbd7dc;border-radius:3px;background:#fff}.form textarea{min-height:150px;resize:vertical}.footer{background:#112631;color:#dbe6e9;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer h3{color:#fff;margin-top:0}.footer p,.footer a{color:#b8cbd0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:18px;font-size:.85rem;color:#91a9b0}.floating-quote{position:fixed;right:20px;bottom:20px;z-index:15}.faq-list{display:grid;gap:12px;max-width:900px}.faq-list details{border:1px solid var(--line);padding:20px 22px;background:#fff}.faq-list summary{cursor:pointer;font-weight:750}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{border-top:3px solid var(--orange);padding:22px;background:var(--paper)}.news-card h3{margin:0 0 12px}.news-card p{color:var(--muted)}.notice{padding:14px 18px;background:#fff8ef;border-left:3px solid var(--orange);color:#614121;margin:20px 0}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:18px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-toggle{display:block}.nav-quote{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.category-list,.news-grid{grid-template-columns:1fr 1fr}.split,.detail-layout,.form-wrap{grid-template-columns:1fr;gap:30px}.stats{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.trust-row{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)}.nav{height:68px}.nav-links{top:68px}.brand img{width:150px}.hero{min-height:560px}.section{padding:64px 0}.product-grid,.category-list,.news-grid,.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:0}.page-hero{padding:72px 0}.floating-quote{right:12px;bottom:12px}.floating-quote .button{min-height:44px}}
.products-hero{background:linear-gradient(90deg,rgba(5,25,34,.86),rgba(5,25,34,.4)),url("images/banner/bg-home-banner-2.jpg") center/cover}.catalog-toolbar{display:grid;grid-template-columns:1.25fr .75fr;gap:36px;align-items:end}.catalog-toolbar h2{margin:0 0 10px;font-size:clamp(2rem,4vw,3.15rem);line-height:1.08}.catalog-toolbar p{margin:0;color:var(--muted);max-width:680px}.catalog-search{display:grid;gap:8px}.catalog-search label{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue)}.catalog-search input{width:100%;min-height:52px;padding:0 16px;border:1px solid #bdcdd2;border-radius:3px;background:#fff;outline-color:var(--orange)}.result-count{font-size:.85rem;color:var(--muted);min-height:1.3em}.catalog-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:38px}.catalog-stats>div{padding:20px;border-right:1px solid var(--line)}.catalog-stats>div:last-child{border-right:0}.catalog-stats strong{display:block;color:var(--blue);font-size:1.9rem;line-height:1.1}.catalog-stats span{display:block;color:var(--muted);font-size:.85rem;margin-top:4px}.category-filter{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}.filter-chip{min-height:42px;padding:0 14px;border:1px solid #c3d1d5;background:#fff;color:#49616b;border-radius:999px;cursor:pointer;font-weight:700}.filter-chip:hover,.filter-chip.active{border-color:var(--blue);background:var(--blue);color:#fff}.catalog-list{display:grid;gap:54px}.catalog-category{scroll-margin-top:110px}.catalog-category-head{display:grid;grid-template-columns:minmax(260px,.8fr) 1.2fr;background:#fff;border:1px solid var(--line);min-height:260px}.catalog-category-visual{min-height:260px;background:#e8eef0}.catalog-category-visual img{width:100%;height:100%;object-fit:cover}.catalog-category-copy{padding:34px;display:flex;flex-direction:column;align-items:flex-start}.catalog-category-copy h2{margin:0 0 10px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1}.catalog-category-copy p{margin:0 0 12px;color:var(--muted);max-width:620px}.catalog-focus{display:block;color:#536b73;font-size:.9rem;border-left:3px solid var(--orange);padding-left:12px;margin:6px 0 22px}.catalog-category-copy .text-link{margin-top:auto}.catalog-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.catalog-product-card{background:#fff;border:1px solid var(--line);min-width:0;transition:transform .2s,box-shadow .2s}.catalog-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.catalog-product-image{display:block;background:#e8eef0}.catalog-product-image img{width:100%;aspect-ratio:1.2;object-fit:cover}.catalog-product-body{padding:16px}.catalog-product-category{display:block;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);font-size:.66rem;font-weight:800;line-height:1.3}.catalog-product-body h3{margin:8px 0;font-size:1rem;line-height:1.25}.catalog-product-body h3 a:hover{color:var(--blue)}.catalog-product-body p{margin:0 0 14px;color:var(--muted);font-size:.83rem;line-height:1.5}.catalog-product-body .text-link{font-size:.88rem}.empty-state{text-align:center;border:1px dashed #bfcfd3;padding:50px 20px;background:#fff}.empty-state h2{margin:0 0 8px}.empty-state p{margin:0;color:var(--muted)}.catalog-cta{background:#eaf2f3}
@media(max-width:1000px){.catalog-products{grid-template-columns:repeat(3,1fr)}.catalog-category-head{grid-template-columns:1fr 1.2fr}}@media(max-width:800px){.catalog-toolbar{grid-template-columns:1fr}.catalog-stats{grid-template-columns:repeat(2,1fr)}.catalog-stats>div:nth-child(2){border-right:0}.catalog-stats>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.catalog-products{grid-template-columns:repeat(2,1fr)}.catalog-category-head{grid-template-columns:1fr}.catalog-category-visual{height:260px}}@media(max-width:560px){.catalog-stats{grid-template-columns:1fr}.catalog-stats>div{border-right:0;border-bottom:1px solid var(--line)}.catalog-stats>div:last-child{border-bottom:0}.catalog-products{grid-template-columns:1fr}.catalog-category-copy{padding:24px}.filter-chip{font-size:.82rem}.catalog-category-visual{height:220px;min-height:220px}}
.product-tags{margin:42px 0;padding:26px;background:#f3f7f8;border:1px solid var(--line)}.product-tags h2{margin-top:0}.tag-list{display:flex;flex-wrap:wrap;gap:9px}.tag-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #c2d2d6;border-radius:999px;background:#fff;color:var(--blue);font-size:.82rem;font-weight:700}.tag-pill:hover{border-color:var(--orange);color:var(--orange)}.selection-notes h2{margin-top:38px}.selection-notes ul{padding-left:20px}.selection-notes li{margin:7px 0}.catalog-products .catalog-product-card{height:100%}
.form-note{font-size:.82rem;color:var(--muted);margin:0}.form-note .text-link{font-size:inherit}
@media(min-width:901px){.nav-links{display:flex!important;visibility:visible!important;opacity:1!important}}@media(max-width:900px){.menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-width:72px;min-height:48px;padding:0 12px;border:1px solid var(--line);color:var(--blue);font-size:.88rem;font-weight:800}.nav-links.open{display:flex!important;visibility:visible!important;opacity:1!important}}
@media(max-width:900px){.nav{height:auto;min-height:68px;flex-wrap:wrap;padding:10px 0}.menu-toggle{display:none!important}.nav-links{display:flex!important;position:static;order:3;flex-basis:100%;overflow-x:auto;white-space:nowrap;padding:8px 0 4px;background:transparent;border:0;gap:18px}.nav-links a{flex:0 0 auto}.nav-quote{display:none!important}}.floating-quote.button{position:fixed!important;right:20px;bottom:20px;display:inline-flex!important;align-items:center;justify-content:center;min-height:48px;padding:0 20px;background:var(--orange)!important;color:#fff!important;z-index:50;box-shadow:0 10px 26px rgba(16,32,43,.22)}
/* Homepage visual direction */
.hero.home-hero{min-height:680px;position:relative;overflow:hidden;background:#071922;color:#fff}
.hero.home-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,19,27,.94) 0%,rgba(5,19,27,.72) 46%,rgba(5,19,27,.3) 100%),url('images/banner/bg-home-banner-1.jpg') center/cover no-repeat}
.hero.home-hero .hero-inner{position:relative;z-index:1;max-width:1180px;width:min(1180px,calc(100% - 40px));margin:auto;padding:120px 0 90px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:center}
.hero.home-hero h1{max-width:760px;font-size:clamp(3rem,6vw,5.5rem);letter-spacing:-.04em}
.hero.home-hero p{max-width:680px;font-size:1.08rem}
.home-hero-panel{padding:28px;background:rgba(8,34,45,.78);border:1px solid rgba(255,255,255,.28);border-top:4px solid var(--orange);box-shadow:0 22px 60px rgba(0,0,0,.24)}
.home-hero-panel span{display:block;color:#f2a264;font-size:.7rem;font-weight:800;letter-spacing:.16em;margin-bottom:20px}
.home-hero-panel strong{display:block;font-size:1.85rem;line-height:1.12;margin-bottom:18px}
.home-hero-panel p{font-size:.9rem!important;color:#d9e5e7!important;margin:0 0 22px}
.home-hero-panel a{color:#fff;font-weight:750;border-bottom:1px solid var(--orange);padding-bottom:5px}
.hero.home-hero .actions{margin-bottom:28px}
.hero.home-hero .button.secondary{border-color:rgba(255,255,255,.6)}
.hero.home-hero .hero-inner:after{content:'80+ years  ·  11 equipment families  ·  Export project support';position:absolute;left:0;bottom:34px;color:#b8ccd0;font-size:.78rem;letter-spacing:.04em}
.section:has(.home-product-grid){padding:96px 0 108px;background:#fff}
.section:has(.home-product-grid) .section-head{align-items:end;margin-bottom:38px}
.section:has(.home-product-grid) .section-head h2{max-width:650px}
.home-product-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.home-product-card{position:relative;border:1px solid #d5e0e4;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.home-product-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px rgba(16,32,43,.13);border-color:#8daab3}
.home-product-card img{aspect-ratio:1.28;object-fit:cover;background:#e8eef0}
.home-product-body{padding:19px 20px 22px;min-height:178px}
.home-card-index{display:block;color:var(--orange);font-size:.72rem;font-weight:850;letter-spacing:.12em;margin-bottom:12px}
.home-product-card h3{font-size:1.08rem;line-height:1.22;margin:0 0 9px}
.home-product-card p{font-size:.86rem;line-height:1.55;color:var(--muted);margin:0 0 16px}
.home-product-card .text-link{font-size:.82rem}
.home-process-band{padding:104px 0;background:#f0f5f6}
.home-process-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.home-process-image{position:relative}
.home-process-image img{width:100%;aspect-ratio:1.28;object-fit:cover}
.home-image-note{position:absolute;left:20px;right:20px;bottom:20px;padding:16px 18px;background:rgba(7,25,34,.88);color:#fff;display:flex;justify-content:space-between;gap:16px;align-items:end}
.home-image-note strong{font-size:1rem}.home-image-note span{color:#c4d4d7;font-size:.78rem;text-align:right}
.home-process-copy h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:0 0 18px}
.home-process-copy>p{color:var(--muted);max-width:590px}
.home-process-list{list-style:none;padding:0;margin:28px 0 30px}
.home-process-list li{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:16px 0;border-top:1px solid #d3dfe2}
.home-process-list li>span{color:var(--orange);font-weight:850;font-size:.82rem;letter-spacing:.08em}
.home-process-list strong{display:block;margin-bottom:4px}.home-process-list p{color:var(--muted);font-size:.86rem;margin:0}
.section.soft{padding:72px 0;background:#0b5c73;color:#fff}
.section.soft .stats{border-color:rgba(255,255,255,.28)}
.section.soft .stat{border-color:rgba(255,255,255,.28)}
.section.soft .stat strong{color:#fff}.section.soft .stat span{color:#c9dfe3}
.split{gap:76px}.split h2{letter-spacing:-.03em}.split p{max-width:570px}
.trust-band{background:#d77632;padding:24px 0}.trust-band .button{background:#10202b}.trust-row p{color:#fff;font-weight:700}
@media (max-width:1000px){.hero.home-hero .hero-inner{grid-template-columns:1fr 300px;gap:34px}.home-product-grid{grid-template-columns:repeat(3,1fr)}.home-process-grid{gap:38px}}
@media (max-width:760px){.hero.home-hero{min-height:690px}.hero.home-hero .hero-inner{display:block;padding:96px 0 70px}.hero.home-hero .hero-inner:after{position:static;display:block;margin-top:28px;font-size:.72rem;line-height:1.6}.home-hero-panel{margin-top:40px;max-width:430px}.home-product-grid{grid-template-columns:repeat(2,1fr)}.home-process-grid{grid-template-columns:1fr;gap:34px}.home-image-note{display:block}.home-image-note span{display:block;text-align:left;margin-top:5px}.section.soft .stats{grid-template-columns:repeat(2,1fr)}.section.soft .stat:nth-child(2){border-right:0}.section.soft .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.28)}}
@media (max-width:520px){.hero.home-hero h1{font-size:2.7rem}.home-product-grid{grid-template-columns:1fr}.home-product-body{min-height:0}.home-process-band{padding:72px 0}.section.soft .stats{grid-template-columns:1fr}.section.soft .stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.section.soft .stat:last-child{border-bottom:0}.hero.home-hero .actions{display:grid}.hero.home-hero .actions .button{width:100%}}
/* Homepage hero correction */
.hero.home-hero{min-height:560px}
.hero.home-hero .hero-inner{padding:82px 0 68px;grid-template-columns:minmax(0,650px) 300px;gap:46px;align-items:center}
.hero.home-hero h1{max-width:620px;font-size:clamp(2.75rem,4.9vw,4.45rem);line-height:1.06;margin:14px 0 16px}
.hero.home-hero p{max-width:570px;font-size:1rem;line-height:1.65}
.hero.home-hero .actions{margin-top:24px;margin-bottom:22px}
.hero.home-hero .hero-inner:after{bottom:18px;font-size:.7rem}
.home-hero-panel{padding:23px 24px}
.home-hero-panel strong{font-size:1.55rem}
.home-hero-panel p{font-size:.84rem!important;line-height:1.55}
@media (max-width:1000px){.hero.home-hero{min-height:590px}.hero.home-hero .hero-inner{grid-template-columns:minmax(0,1fr) 275px;gap:30px}.hero.home-hero h1{font-size:clamp(2.65rem,5.4vw,4rem)}}
@media (max-width:760px){.hero.home-hero{min-height:0}.hero.home-hero .hero-inner{padding:76px 0 58px}.hero.home-hero h1{max-width:560px;font-size:clamp(2.6rem,10vw,3.45rem);line-height:1.06}.hero.home-hero p{max-width:520px;font-size:.96rem}.home-hero-panel{margin-top:30px;max-width:360px}.hero.home-hero .hero-inner:after{position:static;margin-top:24px;display:block;line-height:1.6}}
@media (max-width:520px){.hero.home-hero .hero-inner{padding:64px 0 46px}.hero.home-hero h1{font-size:2.55rem}.hero.home-hero p{font-size:.94rem}.home-hero-panel{max-width:none;padding:20px}.home-hero-panel strong{font-size:1.4rem}}
/* Reduce homepage banner image footprint */
.hero.home-hero:before{background-color:#071922;background-image:linear-gradient(90deg,rgba(5,19,27,.97) 0%,rgba(5,19,27,.86) 42%,rgba(5,19,27,.2) 100%),url('images/banner/bg-home-banner-1.jpg');background-size:100% 100%,68% auto;background-position:center,right center;background-repeat:no-repeat}
@media (max-width:760px){.hero.home-hero:before{background-size:100% 100%,100% auto;background-position:center,center}}
/* Match homepage Banner to About Us page hero */
.hero.home-hero{min-height:0;display:block;padding:100px 0;background:linear-gradient(90deg,rgba(5,25,34,.82),rgba(5,25,34,.35)),url('images/banner/bg-home-banner-1.jpg') center/cover;color:#fff}
.hero.home-hero:before{display:none}
.hero.home-hero .hero-inner{display:block;width:auto;max-width:none;margin:0;padding:0;position:relative}
.hero.home-hero h1{max-width:780px;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;margin:12px 0}
.hero.home-hero p{max-width:640px;font-size:1rem;line-height:1.65;color:#e4edef}
.hero.home-hero .actions{margin-top:28px}
.hero.home-hero .hero-inner:after{display:none}
.home-hero-panel{display:none}
@media (max-width:760px){.hero.home-hero{padding:78px 0}.hero.home-hero h1{font-size:clamp(2.35rem,9vw,3.5rem)}.hero.home-hero p{font-size:.95rem}}
/* Homepage hero text alignment correction */
.hero.home-hero .hero-inner{width:min(1180px,calc(100% - 40px));max-width:none;margin:0 auto;padding:0}
.hero.home-hero h1{max-width:700px;font-size:clamp(2.45rem,4.35vw,4.15rem);line-height:1.08;letter-spacing:-.025em}
.hero.home-hero p{max-width:590px;font-size:.98rem;line-height:1.65;margin-top:18px}
.hero.home-hero .actions{margin-top:26px}
@media (max-width:760px){.hero.home-hero .hero-inner{width:min(100% - 32px,680px)}.hero.home-hero h1{max-width:600px;font-size:clamp(2.35rem,8.5vw,3.35rem);line-height:1.08}.hero.home-hero p{max-width:520px}}
/* Home trust and statistics color balance */
.trust-band{background:#10202b;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.trust-row p{color:#e7eff1}
.trust-band .button{background:var(--orange);color:#fff}
.section.soft{background:#f4f7f8;color:var(--ink)}
.section.soft .stats{border-color:#dbe3e7}
.section.soft .stat{border-color:#dbe3e7}
.section.soft .stat strong{color:var(--blue)}
.section.soft .stat span{color:var(--muted)}
@media (max-width:760px){.section.soft .stat:nth-child(-n+2){border-bottom:1px solid #dbe3e7}.section.soft .stat:nth-child(2){border-right:0}}
@media (max-width:520px){.section.soft .stat{border-bottom:1px solid #dbe3e7}.section.soft .stat:last-child{border-bottom:0}}
/* Tag topic page layout and color system */
.tag-topic-page main{background:#fff}
.tag-topic-page .page-hero{padding:78px 0 84px}
.tag-topic-page .page-hero h1{max-width:820px;font-size:clamp(2.2rem,4.3vw,4rem);line-height:1.08}
.tag-topic-page .tag-content-section{padding:72px 0 78px;background:#fff}
.tag-topic-page .tag-content-section:nth-of-type(3){background:#f4f7f8}
.tag-topic-page .tag-content-section .content-narrow,.tag-topic-page .tag-extended-section .content-narrow{max-width:900px}
.tag-topic-page .content-narrow h2{font-size:clamp(1.65rem,2.7vw,2.35rem);line-height:1.16;color:var(--blue);margin:38px 0 16px}
.tag-topic-page .content-narrow h2:first-child{margin-top:0}
.tag-topic-page .content-narrow p,.tag-topic-page .content-narrow li{font-size:1rem;line-height:1.8;color:#53656d;font-weight:400}
.tag-topic-page .content-narrow p{margin:0 0 18px}
.tag-topic-page .buyer-review{margin-top:38px;padding:30px 34px;background:#f4f7f8;border-left:4px solid var(--orange)}
.tag-topic-page .buyer-review h2{margin-top:0}
.tag-topic-page .tag-extended-section{background:#fff;border-top:1px solid #e6edef}
.tag-topic-page .tag-extended-section h2{padding-left:16px;border-left:3px solid var(--orange)}
.tag-topic-page .section.soft{background:#eef4f5}
.tag-topic-page .section.soft .container{max-width:1180px}
.tag-topic-page .section.soft h2{color:var(--ink)}
.tag-topic-page .inline-cta{margin:32px 0;padding:22px 26px;background:#edf4f5;border-left:4px solid var(--orange);color:var(--ink)}
.tag-topic-page .catalog-list{gap:44px}
@media (max-width:760px){.tag-topic-page .page-hero{padding:64px 0 68px}.tag-topic-page .tag-content-section,.tag-topic-page .tag-extended-section{padding:54px 0 60px}.tag-topic-page .content-narrow p,.tag-topic-page .content-narrow li{font-size:.95rem;line-height:1.72}.tag-topic-page .buyer-review{padding:24px 20px}}
/* Mobile navigation correction */
@media (max-width:900px){
  .site-header .nav{position:relative;height:auto;min-height:68px;flex-wrap:nowrap;padding:10px 0;gap:12px}
  .site-header .brand{flex:1 1 auto;min-width:0}
  .site-header .brand img{width:170px;max-width:100%;height:auto}
  .site-header .menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;min-width:68px;min-height:44px;padding:0 12px;background:#fff;border:1px solid var(--line);border-radius:3px;color:var(--blue);font-size:.86rem;font-weight:800;cursor:pointer}
  .site-header .nav-links{display:none!important;position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:30;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 14px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 30px rgba(16,32,43,.14);overflow:visible;white-space:normal}
  .site-header .nav-links.open{display:flex!important}
  .site-header .nav-links a{display:block;width:100%;flex:none;padding:11px 0;color:#354650}
  .site-header .nav-links a[aria-current=page]{color:var(--blue)}
  .site-header .nav-quote{display:none!important}
}
/* News and FAQ buyer-resource layouts */
.resource-page,.faq-page{background:#fff}
.resource-intro,.faq-intro{background:#fff}
.resource-intro-grid,.faq-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.resource-intro h2,.faq-intro h2{font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.08;margin:0;max-width:560px}
.resource-intro p,.faq-intro p{color:var(--muted);margin:0 0 16px;max-width:620px}
.resource-feature{background:#f0f5f6;padding-top:82px;padding-bottom:82px}
.resource-feature-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.resource-feature-image{position:relative}.resource-feature-image:after{content:'';position:absolute;inset:18px -18px -18px 18px;border:1px solid var(--orange);z-index:0}.resource-feature-image img{position:relative;z-index:1;width:100%;aspect-ratio:1.25;object-fit:cover}
.resource-feature-copy{position:relative;z-index:1}.resource-label,.resource-card-top{color:var(--orange);font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.resource-feature-copy h2{font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.08;margin:12px 0 18px}.resource-feature-copy p{color:var(--muted)}
.resource-library{padding-top:88px}.resource-library .section-head{align-items:end}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-card{display:flex;flex-direction:column;min-height:300px;padding:24px;background:#f4f7f8;border:1px solid var(--line);border-top:3px solid var(--blue);transition:transform .2s,box-shadow .2s}.resource-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.resource-card-top{display:flex;justify-content:space-between;gap:12px}.resource-card-top span:last-child{color:#6f828a;font-size:.64rem}.resource-card h3{font-size:1.18rem;line-height:1.25;margin:22px 0 10px}.resource-card p{color:var(--muted);font-size:.9rem;line-height:1.65;margin:0 0 20px}.resource-card .text-link{margin-top:auto;font-size:.86rem}
.resource-journey{background:#fff;padding-top:38px}.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.journey-grid>div{padding:28px 24px;border-right:1px solid var(--line)}.journey-grid>div:last-child{border-right:0}.journey-grid strong{color:var(--orange);font-size:1.6rem}.journey-grid h3{margin:12px 0 8px}.journey-grid p{margin:0;color:var(--muted);font-size:.9rem}
.faq-content{background:#f4f7f8;padding-top:82px;padding-bottom:88px}.faq-layout{display:grid;grid-template-columns:220px 1fr;gap:54px;align-items:start}.faq-aside{position:sticky;top:104px;padding:20px;background:#10202b;color:#fff}.faq-aside-label{color:#f1a15e;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:800;margin-bottom:14px}.faq-aside a{display:flex;justify-content:space-between;gap:12px;padding:13px 0;border-top:1px solid rgba(255,255,255,.16);color:#e7eff1;font-size:.86rem}.faq-aside a span{color:#f1a15e}.faq-groups{display:grid;gap:48px}.faq-group{padding-bottom:8px}.faq-group h2{font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.12;margin:8px 0 22px}.faq-list{display:grid;gap:10px;max-width:none}.faq-list details{border:1px solid #d4e0e3;padding:0;background:#fff}.faq-list summary{list-style:none;position:relative;padding:19px 54px 19px 21px;color:var(--ink);font-size:1rem;font-weight:750;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:21px;top:15px;color:var(--orange);font-size:1.5rem;font-weight:400}.faq-list details[open] summary:after{content:'−'}.faq-list details p{margin:0;padding:0 54px 21px 21px;color:var(--muted);font-size:.92rem;line-height:1.72}
.faq-related{padding-top:86px}.faq-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-related-grid a{display:flex;flex-direction:column;min-height:170px;padding:24px;background:#fff;border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.faq-related-grid a:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.faq-related-grid strong{font-size:1.25rem;color:var(--blue)}.faq-related-grid span{margin:10px 0 20px;color:var(--muted);font-size:.9rem}.faq-related-grid b{margin-top:auto;color:var(--orange);font-size:.84rem}
@media (max-width:900px){.resource-intro-grid,.faq-intro-grid{grid-template-columns:1fr;gap:24px}.resource-feature-grid{grid-template-columns:1fr;gap:42px}.resource-grid{grid-template-columns:repeat(2,1fr)}.faq-layout{grid-template-columns:1fr;gap:28px}.faq-aside{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.faq-aside-label{grid-column:1/-1}.faq-aside a{padding:12px 10px}.faq-related-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.resource-feature,.faq-content{padding-top:62px;padding-bottom:64px}.resource-grid,.journey-grid,.faq-related-grid{grid-template-columns:1fr}.journey-grid>div{border-right:0;border-bottom:1px solid var(--line)}.journey-grid>div:last-child{border-bottom:0}.faq-aside{display:block}.faq-aside a{padding:12px 0}.faq-list summary{font-size:.92rem;padding-right:46px}.faq-list details p{font-size:.88rem;padding-right:22px}}
/* Homepage PartMFG-inspired industrial direction */
.homepage-partmfg-style{background:#fff}
.home-utility{background:#10202b;color:#dbe8ea;font-size:.72rem;letter-spacing:.04em}
.home-utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.home-utility-inner span:first-child{color:#f1a15e;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.home-utility-inner a{color:#fff;font-weight:700}
.homepage-partmfg-style .site-header{position:sticky;background:#fff;border-bottom:1px solid #d7e1e4}
.homepage-partmfg-style .nav{height:84px}
.homepage-partmfg-style .brand img{width:188px}
.homepage-partmfg-style .nav-links{font-size:.9rem;gap:25px}
.homepage-partmfg-style .nav-links a{color:#193743;text-transform:uppercase;font-size:.78rem;letter-spacing:.06em}
.homepage-partmfg-style .nav-links a[aria-current=page]{color:var(--orange)}
.homepage-partmfg-style .nav-quote{background:var(--orange);text-transform:uppercase;font-size:.76rem;letter-spacing:.05em}
.homepage-partmfg-style .hero.home-hero{min-height:570px;padding:0;display:flex;align-items:center;background:#102f3a;color:#fff;overflow:hidden}
.homepage-partmfg-style .hero.home-hero:before{display:block;background-image:linear-gradient(90deg,rgba(7,25,34,.98) 0%,rgba(7,25,34,.9) 38%,rgba(7,25,34,.24) 74%,rgba(7,25,34,.08) 100%),url('images/banner/bg-home-banner-1.jpg');background-size:100% 100%,58% 100%;background-position:center,right center;background-repeat:no-repeat}
.homepage-partmfg-style .hero.home-hero .hero-inner{width:min(1180px,calc(100% - 40px));max-width:none;margin:auto;padding:92px 0 88px;display:block;position:relative}
.homepage-partmfg-style .hero.home-hero .eyebrow{color:#f1a15e;font-size:.72rem;letter-spacing:.15em}
.homepage-partmfg-style .hero.home-hero h1{max-width:650px;font-size:clamp(2.75rem,5vw,4.7rem);line-height:1.04;letter-spacing:-.035em;margin:18px 0 20px}
.homepage-partmfg-style .hero.home-hero p{max-width:590px;color:#d7e7e9;font-size:1rem;line-height:1.72}
.homepage-partmfg-style .hero.home-hero .actions{margin-top:30px}
.homepage-partmfg-style .hero.home-hero .button{min-height:50px;text-transform:uppercase;font-size:.76rem;letter-spacing:.05em}
.homepage-partmfg-style .hero.home-hero .button.secondary{border-color:rgba(255,255,255,.6)}
.homepage-partmfg-style .hero.home-hero .hero-inner:after{display:none}
.homepage-partmfg-style .home-hero-panel{display:none}
.home-cert-strip{background:#fff;border-bottom:1px solid #d9e3e6;box-shadow:0 9px 24px rgba(16,32,43,.06);position:relative;z-index:2}
.home-cert-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:112px}
.home-cert-grid>div{display:flex;flex-direction:column;justify-content:center;padding:20px 25px;border-right:1px solid #dbe3e7}
.home-cert-grid>div:last-child{border-right:0}
.home-cert-grid strong{font-size:1.55rem;line-height:1.1;color:var(--blue);letter-spacing:-.02em}
.home-cert-grid span{margin-top:7px;color:var(--muted);font-size:.78rem}
.homepage-partmfg-style .home-portfolio-section{padding:100px 0 112px}
.homepage-partmfg-style .home-portfolio-section .section-head h2{max-width:650px;font-size:clamp(2.1rem,4vw,3.4rem);letter-spacing:-.03em}
.homepage-partmfg-style .home-portfolio-section .section-head p{max-width:480px}
.homepage-partmfg-style .home-product-grid{grid-template-columns:repeat(4,1fr);gap:16px}
.homepage-partmfg-style .home-product-card{border-color:#cfdde0;border-top:3px solid var(--blue);box-shadow:none}
.homepage-partmfg-style .home-product-card:hover{border-top-color:var(--orange);box-shadow:0 18px 38px rgba(16,32,43,.12)}
.homepage-partmfg-style .home-product-body{min-height:190px;padding:18px 19px 20px}
.homepage-partmfg-style .home-card-index{color:var(--orange)}
.homepage-partmfg-style .trust-band{background:#eaf2f3;color:var(--ink);padding:32px 0;border-top:1px solid #dbe3e7;border-bottom:1px solid #dbe3e7}
.homepage-partmfg-style .trust-row p{color:#264852;font-size:1rem;font-weight:700}
.homepage-partmfg-style .trust-band .button{background:var(--orange)}
.homepage-partmfg-style .section.soft{background:#10202b;color:#fff}
.homepage-partmfg-style .section.soft .stats{border-color:rgba(255,255,255,.22)}
.homepage-partmfg-style .section.soft .stat{border-color:rgba(255,255,255,.22)}
.homepage-partmfg-style .section.soft .stat strong{color:#fff}
.homepage-partmfg-style .section.soft .stat span{color:#c8dade}
.homepage-partmfg-style .home-process-band{background:#f0f5f6}
.homepage-partmfg-style .footer{background:#0c222c}
@media (max-width:900px){.home-utility-inner{padding:0 14px;flex-wrap:wrap;justify-content:center;min-height:42px;gap:4px 14px}.home-utility-inner a{display:none}.homepage-partmfg-style .nav{height:auto;min-height:70px}.homepage-partmfg-style .nav-links a{text-transform:none;letter-spacing:0;font-size:.92rem}.home-cert-grid{grid-template-columns:repeat(2,1fr)}.home-cert-grid>div:nth-child(2){border-right:0}.home-cert-grid>div:nth-child(-n+2){border-bottom:1px solid #dbe3e7}.homepage-partmfg-style .home-product-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.home-utility-inner span:last-of-type{font-size:.68rem;text-align:center}.homepage-partmfg-style .hero.home-hero{min-height:520px}.homepage-partmfg-style .hero.home-hero .hero-inner{padding:70px 0 64px}.homepage-partmfg-style .hero.home-hero:before{background-size:100% 100%,100% auto;background-position:center,center}.homepage-partmfg-style .hero.home-hero h1{font-size:2.65rem}.home-cert-grid{grid-template-columns:1fr}.home-cert-grid>div{border-right:0;border-bottom:1px solid #dbe3e7}.home-cert-grid>div:last-child{border-bottom:0}.homepage-partmfg-style .home-product-grid{grid-template-columns:1fr}}
/* Indexable topic evidence modules */
.topic-evidence-section{background:#eef4f5;border-top:1px solid #dbe3e7;border-bottom:1px solid #dbe3e7;padding:64px 0}
.topic-evidence-section .content-narrow{max-width:980px}
.topic-evidence-section h2{margin-top:0!important;color:var(--ink)}
.topic-evidence-section> .container>p{color:#53656d;max-width:840px}
.topic-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:26px 0 22px}
.topic-evidence-card{padding:22px;background:#fff;border:1px solid #d4e0e3;border-top:3px solid var(--blue)}
.topic-evidence-card h3{margin:0 0 12px;color:var(--blue);font-size:1.05rem}
.topic-evidence-card p,.topic-evidence-card li{color:#53656d;font-size:.9rem;line-height:1.7}
.topic-evidence-card ul{margin:0;padding-left:19px}
.topic-evidence-card a{color:var(--blue);font-weight:700}
@media(max-width:700px){.topic-evidence-grid{grid-template-columns:1fr}.topic-evidence-section{padding:52px 0}}
/* Product detail content variants */
.product-technical-brief{margin:46px 0 34px;padding:28px 30px;background:#f0f5f6;border-left:4px solid var(--orange)}
.product-technical-brief h2{margin:0 0 16px!important;font-size:clamp(1.45rem,2.4vw,2.15rem)!important;color:var(--blue)}
.product-technical-brief p{margin:0 0 14px}.product-technical-brief p:last-child{margin-bottom:0}
.product-technical-brief.brief-intervention{background:#edf4f5;border-left-color:var(--blue)}
.product-technical-brief.brief-interface{background:#f7f4ef;border-left-color:var(--orange)}
.product-detail-page .product-tags{margin-top:34px}
@media(max-width:700px){.product-technical-brief{padding:22px 20px;margin:34px 0 28px}}
/* Product buyer verification variants */
.product-review-block{padding:66px 0;background:#fff;border-top:1px solid #dbe3e7}
.product-review-block .content-narrow{max-width:980px}
.product-review-block .kicker{color:var(--orange)}
.product-review-block h2{max-width:760px;margin:10px 0 16px;color:var(--blue);font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.12}
.product-review-block p,.product-review-block li{color:#53656d;line-height:1.78}
.product-review-block ul{margin:22px 0 0;padding-left:21px;display:grid;gap:9px}
.product-review-block.review-technical{background:#f4f7f8}
.product-review-block.review-technical ul{grid-template-columns:1fr 1fr}
.product-review-block.review-intervention{background:#10202b;color:#fff}
.product-review-block.review-intervention h2{color:#fff}
.product-review-block.review-intervention p,.product-review-block.review-intervention li{color:#d2e0e4}
.product-review-block.review-intervention ul{max-width:820px}
.product-review-block.review-interface{background:#f7f4ef}
.product-review-block.review-interface h2{color:#263f4a}
.product-review-block.review-interface ul{grid-template-columns:repeat(3,1fr)}
@media(max-width:800px){.product-review-block{padding:52px 0}.product-review-block.review-technical ul,.product-review-block.review-interface ul{grid-template-columns:1fr}}
/* Product fit notes for source-light detail pages */
.product-fit-note{padding:58px 0;background:#fff;border-top:1px solid #dbe3e7}
.product-fit-note .content-narrow{max-width:980px}
.product-fit-note h2{margin:10px 0 16px;color:var(--blue);font-size:clamp(1.55rem,2.7vw,2.3rem)}
.product-fit-note p{max-width:880px;color:#53656d;line-height:1.78}
@media(max-width:700px){.product-fit-note{padding:46px 0}}

/* Homepage layout alignment */
.home-page .home-hero{position:relative;min-height:650px;overflow:hidden;background:#071922;color:#fff}
.home-page .home-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,19,27,.46),rgba(5,19,27,.46) 48%,rgba(5,19,27,.22)),url('images/banner/bg-home-banner-1.jpg') center/cover no-repeat}
.home-page .home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:64px;align-items:center;min-height:650px;padding-top:86px;padding-bottom:78px}
.home-page .home-hero h1{max-width:760px;font-size:clamp(3rem,6vw,5.4rem);line-height:1.03;letter-spacing:-.04em;margin:18px 0}.home-page .home-hero p{max-width:680px;font-size:1.08rem;color:#e4edef}.home-page .home-hero-proof{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:28px;color:#d7e7e9;font-size:.82rem}
.home-page .home-hero-panel{padding:28px;background:rgba(8,34,45,.82);border:1px solid rgba(255,255,255,.28);border-top:4px solid var(--orange)}.home-page .home-panel-label{display:block;color:#f1a15e;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-page .home-hero-panel strong{display:block;margin:14px 0;font-size:1.7rem;line-height:1.16}.home-page .home-hero-panel p{font-size:.92rem;line-height:1.7;margin-bottom:22px}.home-page .home-hero-panel a,.home-page .home-card-link,.home-page .home-text-link{color:var(--orange);font-weight:800}
.home-page .home-intro{padding:72px 0;border-bottom:1px solid #e2eaec}.home-page .home-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px}.home-page .home-intro h2,.home-page .home-section-heading h2,.home-page .home-stats h2,.home-page .home-capability h2,.home-page .home-cta h2{font-size:clamp(2rem,3.8vw,3.3rem);line-height:1.08;margin:0;color:var(--ink)}.home-page .home-intro p,.home-page .home-capability p{margin:0;color:var(--muted)}
.home-page .home-products{padding:92px 0 104px}.home-page .home-section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.home-page .home-outline-link{color:var(--blue);font-weight:800;white-space:nowrap}.home-page .home-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-page .home-product-card{display:flex;flex-direction:column;border:1px solid #d5e0e4;background:#fff;overflow:hidden}.home-page .home-product-image{overflow:hidden;background:#e8eef0}.home-page .home-product-image img{width:100%;aspect-ratio:1.28;object-fit:cover}.home-page .home-product-body{display:flex;flex:1;flex-direction:column;padding:19px 20px 22px;min-height:178px}.home-page .home-card-index{display:block;color:var(--orange);font-size:.75rem;font-weight:850}.home-page .home-product-body h3{margin:8px 0;font-size:1.08rem;line-height:1.25}.home-page .home-product-body p{margin:0 0 14px;font-size:.9rem;color:var(--muted)}.home-page .home-card-link{margin-top:auto;font-size:.82rem}
.home-page .home-process{padding:104px 0;background:#f0f5f6}.home-page .home-process-grid,.home-page .home-capability-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}.home-page .home-process-image,.home-page .home-capability-visual{position:relative}.home-page .home-process-image img,.home-page .home-capability-visual img{width:100%;aspect-ratio:1.28;object-fit:cover}.home-page .home-image-note{position:absolute;left:20px;right:20px;bottom:20px;padding:16px 18px;background:rgba(7,25,34,.88);color:#fff;display:flex;justify-content:space-between;gap:16px}.home-page .home-image-note strong,.home-page .home-image-note span{display:block}.home-page .home-image-note span{font-size:.78rem;color:#d7e7e9}.home-page .home-process-copy h2{font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.08;margin:0 0 18px}.home-page .home-process-list{list-style:none;padding:0;margin:28px 0}.home-page .home-process-list li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px 0;border-top:1px solid #d5e0e4}.home-page .home-process-list li:last-child{border-bottom:1px solid #d5e0e4}.home-page .home-process-list li>span{color:var(--orange);font-weight:850}.home-page .home-process-list p{margin:0;color:var(--muted);font-size:.9rem}
.home-page .home-stats{padding:96px 0;background:#10202b;color:#fff}.home-page .home-stats h2{color:#fff}.home-page .home-stats p{color:#c8dade}.home-page .home-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:42px;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}.home-page .home-stat-grid>div{padding:24px 22px;border-right:1px solid rgba(255,255,255,.22)}.home-page .home-stat-grid>div:last-child{border-right:0}.home-page .home-stat-grid strong{display:block;font-size:1.7rem;color:#fff}.home-page .home-stat-grid span{display:block;margin-top:8px;color:#c8dade;font-size:.82rem}.home-page .home-capability{padding:104px 0}.home-page .home-capability-points>div{padding:16px 0;border-top:1px solid #dbe3e7}.home-page .home-capability-points>div:last-child{border-bottom:1px solid #dbe3e7}.home-page .home-capability-points strong,.home-page .home-capability-points span{display:block}.home-page .home-capability-points span{margin-top:5px;color:var(--muted);font-size:.9rem}.home-page .home-visual-stamp{position:absolute;right:20px;bottom:20px;padding:14px 16px;background:var(--orange);color:#fff;font-weight:850;text-align:center}.home-page .home-visual-stamp span{font-size:.65rem}.home-page .home-cta{padding:76px 0;background:#eaf2f3;border-top:1px solid #dbe3e7}.home-page .home-cta-inner{display:flex;justify-content:space-between;align-items:end;gap:32px}.home-page .home-cta h2{max-width:760px}.home-page .home-cta-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
@media(max-width:900px){.home-page .home-hero-grid,.home-page .home-intro-grid,.home-page .home-process-grid,.home-page .home-capability-grid{grid-template-columns:1fr;gap:36px}.home-page .home-product-grid{grid-template-columns:repeat(2,1fr)}.home-page .home-stat-grid{grid-template-columns:repeat(2,1fr)}.home-page .home-stat-grid>div:nth-child(2){border-right:0}.home-page .home-stat-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.22)}.home-page .home-cta-inner{align-items:flex-start;flex-direction:column}.home-page .home-hero-grid{min-height:0;padding-top:78px;padding-bottom:72px}}
@media(max-width:560px){.home-page .site-header .nav{height:auto;min-height:68px;flex-wrap:nowrap;padding:10px 0}.home-page .site-header .menu-toggle{display:inline-flex!important}.home-page .site-header .nav-links{display:none!important;position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:30;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px 14px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 30px rgba(16,32,43,.14);white-space:normal}.home-page .site-header .nav-links.open{display:flex!important}.home-page .home-product-grid{grid-template-columns:1fr}.home-page .home-stat-grid{grid-template-columns:1fr}.home-page .home-stat-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}.home-page .home-stat-grid>div:last-child{border-bottom:0}.home-page .home-image-note{left:12px;right:12px;bottom:12px;display:block}.home-page .home-hero h1{font-size:2.65rem}}
.topic-buyer-guide{padding:72px 0;background:#f4f7f8;border-top:1px solid #dbe3e7}.topic-buyer-guide .content-narrow{max-width:900px}.topic-buyer-guide h2{margin:10px 0 18px;color:var(--blue);font-size:clamp(1.7rem,3vw,2.5rem)}.topic-buyer-guide p,.topic-buyer-guide li{color:var(--muted);line-height:1.8}.topic-buyer-guide ul{padding-left:20px;margin-bottom:0}@media(max-width:700px){.topic-buyer-guide{padding:54px 0}}

.verification-request-band,.inquiry-preparation-band{background:#f4f7f8;border-top:1px solid #dbe3e7}.verification-request-band .content-narrow,.inquiry-preparation-band .content-narrow{max-width:900px}.verification-request-band h2,.inquiry-preparation-band h2{max-width:760px;color:var(--blue)}.verification-request-band p,.verification-request-band li,.inquiry-preparation-band p,.inquiry-preparation-band li{color:var(--muted);line-height:1.8}.verification-request-band ul,.inquiry-preparation-band ul{padding-left:20px;margin:22px 0 26px}

/* Responsive product parameter tables */
.product-parameters{margin:46px 0 0;padding:32px 0;border-top:1px solid var(--line)}
.product-parameters h2{margin:0 0 10px}
.parameter-intro{max-width:780px;color:var(--muted);margin:0 0 20px}
.parameter-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);background:#fff;-webkit-overflow-scrolling:touch}
.parameter-table{min-width:640px;margin:0;border:0}
.parameter-table caption{caption-side:top;text-align:left;padding:14px 16px;background:#edf4f5;color:var(--blue);font-weight:800}
.parameter-table th{background:var(--blue);color:#fff;font-weight:750;white-space:normal}
.parameter-table td,.parameter-table th{vertical-align:top}
.parameter-table tbody tr:nth-child(even){background:#f7fafb}
.parameter-source{margin-top:16px;border:1px solid var(--line);background:#f8fafb}
.parameter-source summary{padding:12px 16px;color:var(--blue);font-weight:750;cursor:pointer}
.parameter-source figure{margin:0;padding:0 16px 16px}
.parameter-source img{width:100%;height:auto;max-height:520px;object-fit:contain;object-position:left top;background:#fff;border:1px solid var(--line)}
.parameter-source figcaption{font-size:.82rem;color:var(--muted);margin-top:8px}
@media(max-width:700px){.product-parameters{margin-top:34px;padding-top:24px}.parameter-table{min-width:560px}.parameter-table td,.parameter-table th{padding:10px;font-size:.86rem}.parameter-source figure{padding:0 10px 12px}}
.parameter-review-note{padding:14px 16px;border-left:3px solid var(--orange);background:#fff8f1;color:#5d4b3d}
