/* Corporate presentation layer; no shop theme or managed content changes. */
:root{--navy:#0a1c3e;--blue:#2449ee;--text:#152943;--muted:#596b81;--line:#dbe3ee;--pale:#f5f7fb}
body{line-height:1.8}
html{scroll-padding-top:110px}
.wrap{width:min(1280px,calc(100% - 72px))}
.section{padding:100px 0}
.section-head{margin-bottom:42px;align-items:center}
.section-head h2,.company-grid h2,.contact-info h2{font-size:clamp(30px,3vw,42px);line-height:1.4;letter-spacing:-.055em}
.section-head>p{line-height:1.95}
.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:750}
.utility{background:#091b38}
.utility .wrap{min-height:32px}
.header-inner{height:86px;min-height:86px;gap:24px}
.header-inner .brand img{width:102px;height:56px}
.header-inner>nav{gap:30px;font-size:15px}
.header-inner>nav a{position:relative}
.btn{border-radius:5px}
.btn.blue{box-shadow:0 6px 14px #2449ee14}
.site-header{background:#ffffffed;box-shadow:0 3px 16px #12264904}
.hero{position:relative;background:radial-gradient(ellipse at 95% 0%,#dce6ff 0,transparent 58%),linear-gradient(115deg,#fff 36%,#f2f6ff 100%);isolation:isolate}
.hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(#7f9ed00b 1px,transparent 1px),linear-gradient(90deg,#7f9ed00b 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent 32%,#000)}
.hero-grid{grid-template-columns:1fr 1.13fr;gap:64px;padding-top:64px;padding-bottom:52px;align-items:center}
.hero h1{font-size:clamp(34px,3.15vw,46px);line-height:1.42;letter-spacing:-.06em;text-wrap:balance}
.hero-copy>.eyebrow{display:inline-flex;align-items:center;gap:10px;letter-spacing:.05em;font-size:13px;margin-bottom:22px}
.hero-copy>.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue)}
.hero-description{font-size:16px;line-height:1.95;max-width:500px;margin:26px 0 30px}
.hero .actions{gap:18px}
.hero-note{font-size:12px;letter-spacing:.02em;margin-top:30px}
.portfolio-heading{margin-bottom:16px;align-items:center}
.portfolio-heading h2{font-size:21px;letter-spacing:-.045em}
.portfolio-heading .eyebrow{font-size:11px;letter-spacing:.12em;margin-bottom:4px}
.portfolio-heading>a{font-size:12px;color:#596b81}
.hero-product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.hero-product-row{display:flex;flex-direction:column;min-height:0;background:#ffffffeb;border:1px solid #dbe4f2;border-radius:8px;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}
.hero-product-row:hover{transform:translateY(-3px);border-color:#8ca6ed;box-shadow:0 10px 24px #1b3c7210}
.hero-product-photo{width:100%;padding:10px 10px 0}
.hero-product-photo img{height:104px;width:100%;padding:6px;object-fit:contain;mix-blend-mode:multiply}
.hero-product-detail{display:flex;flex:1;justify-content:start;padding:10px 14px 14px;width:100%}
.hero-product-meta{flex-direction:column;align-items:flex-start;gap:1px}
.hero-product-meta>span{font-size:11px;line-height:1.5;font-weight:700}
.hero-product-meta code{font-size:11px;line-height:1.6;letter-spacing:.03em;color:#687991}
.hero-product-detail h3{font-size:14px;line-height:1.5;letter-spacing:-.04em;min-height:42px;margin:6px 0 10px;overflow-wrap:anywhere}
.hero-shop-link{margin-top:auto;font-size:11px;font-weight:600;color:#556d9c}
.hero-bottom{grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #d7e2f1;padding:24px 0 28px}
.hero-bottom>div{padding:0 28px;border-right:1px solid #d7e2f1;gap:3px}
.hero-bottom>div:first-child{padding-left:0}
.hero-bottom>div:nth-child(3){border-right:0}
.hero-bottom strong{font-size:16px}
.hero-bottom span{font-size:13px}
.hero-bottom .scroll-link{display:none}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.service-row,.service-row:last-child{display:grid;grid-template-columns:40px 1fr;gap:16px 18px;border:1px solid var(--line);border-radius:8px;padding:30px;background:#fff;position:relative;overflow:hidden}
.service-row:before{content:"";position:absolute;top:0;left:30px;width:36px;height:3px;background:var(--blue)}
.service-row .number{grid-column:1;grid-row:1;align-self:start;padding-top:7px;font-size:15px}
.service-title{grid-column:2}
.service-title small{font-size:11px;letter-spacing:.07em;color:#6d7d93}
.service-title h3{font-size:25px;margin-top:4px}
.service-row .service-body{grid-column:2!important}
.service-body p{font-size:15px;line-height:1.9;min-height:57px}
.service-body ul{font-size:12px;gap:5px 18px;margin-top:14px}
.service-row .round-link{grid-column:2;justify-content:space-between;min-height:44px;border-top:1px solid #e3e9f1;padding-top:14px;margin-top:4px;font-size:14px;color:var(--blue)}
.service-details summary{font-size:13px;color:#4e627d}
.service-details>p{min-height:0}
.company-section{background:radial-gradient(ellipse at 100% 0,#173567 0,transparent 62%),#0a1c3e;position:relative;overflow:hidden}
.company-grid{grid-template-columns:1.2fr 1fr;gap:84px;align-items:center}
.company-grid h2{margin-bottom:26px}
.company-grid p:not(.eyebrow){font-size:16px;line-height:1.95}
.company-grid p.muted{color:#acbdd8}
.company-profile{padding:28px;border:1px solid #ffffff29;background:#ffffff05;border-radius:8px}
.signature{padding:20px;background:#f8faff;border-radius:4px;margin-bottom:14px}
.signature img{max-width:218px}
.company-profile dl>div{padding:13px 0;font-size:13px}
.company-foot{margin-top:50px;padding-top:24px;font-size:12px;letter-spacing:.06em}
.product-section{background:#f5f7fb}
.product-toolbar{padding:20px 0;border-top:1px solid #d7e0ec;border-bottom:1px solid #d7e0ec;margin-bottom:18px;gap:20px}
.product-filters{margin:0;gap:6px}
.product-filters button{background:#fff;border-radius:5px;min-height:42px;font-size:13px;padding:9px 14px}
.product-filters button:hover{border-color:#8da2d8}
.product-search{font-size:12px}
.product-search input{min-height:44px;margin-top:4px!important;border-radius:5px!important}
.product-count{font-size:13px;margin:18px 0}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch;scroll-margin-top:110px}
.product-card{border-radius:8px;overflow:hidden;border-color:#dee5ef;box-shadow:0 3px 10px #12264a03}
.product-image{background:linear-gradient(135deg,#fff,#f8faff)}
.product-grid .product-image>a,.product-grid .product-card:first-child .product-image>a{height:200px}
.product-image img{height:200px;padding:28px;mix-blend-mode:multiply}
.product-image>span{color:#46628e;font-size:12px;background:#edf2fa;padding:3px 9px;border-radius:3px;top:12px;left:12px}
.product-info{padding:22px}
.product-title>small{font-size:12px;letter-spacing:.03em}
.product-title h3{font-size:19px;line-height:1.5;margin:8px 0 18px;min-height:57px}
.product-specs summary{font-size:13px}
.product-specs>p{font-size:14px}
.product-specs dl div{font-size:13px}
.product-link,.product-quote{font-size:13px}
.product-quote{border-radius:4px}
[data-catalog-extra]{display:none!important}
.catalog-disclosure{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:20px 24px;border:1px solid #dbe3ef;border-radius:6px;background:#fff}
.catalog-disclosure p{font-size:13px;line-height:1.8}
.catalog-disclosure .btn{font-size:13px;min-height:44px;white-space:nowrap;border-color:#b8c7df}
.catalog-shop{margin-top:26px;padding:22px 0}
.category-strip{gap:14px 24px;padding-top:24px;margin-top:24px}
.technical-grid{gap:18px}
.technical-grid article{padding:26px 24px;background:#fafbfd;border:1px solid #dce4ef;border-top:3px solid var(--blue);border-radius:5px}
.technical-grid h3{font-size:21px;margin:20px 0 16px}
.technical-grid p{font-size:15px;line-height:1.85}
.technical-grid small{font-size:12px;margin-top:22px}
.heritage-note{background:#f2f5fa;border-left:3px solid #a8badb;margin-top:28px;padding:18px 22px;font-size:13px;line-height:1.9}
.process-section{background:#edf2f9;padding:76px 0}
.process-grid{gap:0;position:relative}
.process-grid li{border-top:1px solid #b7c8df;padding:26px 28px 0 0}
.process-grid li>span{display:inline-flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#fff;border:1px solid #c9d6e7;font-size:12px}
.process-grid h3{font-size:21px;margin:16px 0 12px}
.process-grid p{font-size:14px;line-height:1.9}
.process-grid li:not(:last-child):after{top:29px;right:26px}
.support-section{background:#fff}
.support-grid{gap:16px}
.support-card{border-radius:6px;border-top:1px solid #dce3ed;padding:25px;position:relative;background:#f8fafd}
.support-card h3{font-size:21px;margin-bottom:12px}
.support-card p{font-size:14px;line-height:1.85}
.support-card .text-link{font-size:13px}
.support-foot p{font-size:12px}
.support-foot>a{font-size:13px}
.contact-layout{gap:76px;align-items:start}
.contact-info>p{font-size:16px;line-height:1.9}
.contact-email{font-size:29px;letter-spacing:-.025em}
.contact-info dl>div{font-size:14px;padding:15px 0}
.contact-help{border-radius:5px}
.inquiry-form{border:1px solid #d5dfed;border-top:3px solid var(--blue);border-radius:8px;padding:34px;box-shadow:0 14px 40px #102a5110}
.inquiry-types span{border-radius:4px;font-size:13px;min-height:46px}
.inquiry-guide{border-radius:5px;padding:18px;font-size:14px;background:#f3f6fc}
.email-intro{font-size:15px}
.email-recipient strong{font-size:21px}
.email-recipient button{border-radius:4px}
.email-inquiry .form-disclosure,.email-inquiry .email-options>span{font-size:12px!important}
.faq-section{background:#f9fbfe}
.faq-layout{gap:84px}
.faq-list summary{min-height:70px;font-size:16px}
.faq-list details[open]{background:#fff}
.faq-list details>p{font-size:14px;line-height:1.95;padding-bottom:24px}
footer{background:#fff;padding-top:42px}
.footer-top>a:first-child img{width:95px;height:50px}
.footer-details{margin:26px 0}
.footer-details p,.footer-bottom{font-size:12px}
@media(max-width:1100px){
 .wrap{width:calc(100% - 48px)}
 .header-inner>nav{gap:20px;font-size:14px}
 .hero-grid{gap:34px;grid-template-columns:.95fr 1.1fr}
 .hero h1{font-size:35px}
 .hero-product-photo img{height:86px}
 .hero-product-detail{padding:8px 10px 12px}
 .hero-product-detail h3{font-size:13px;min-height:58px}
 .hero-product-meta>span,.hero-product-meta code{font-size:10px}
 .service-row,.service-row:last-child{padding:25px;grid-template-columns:30px 1fr;gap:14px}
 .company-grid{gap:45px}
 .technical-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .product-info{padding:18px}
 .product-title h3{font-size:17px}
 .contact-layout{gap:40px}
}
@media(max-width:800px){
 .section{padding:70px 0}
 .header-inner{height:76px;min-height:76px}
 .hero-grid{grid-template-columns:1fr;gap:34px;padding-top:42px;padding-bottom:32px}
 .hero h1{font-size:clamp(30px,5.7vw,42px);max-width:650px}
 .hero-description{max-width:600px;margin:20px 0 25px}
 .hero-note{margin-top:22px}
 .hero-product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
 .hero-product-photo img{height:110px}
 .hero-product-detail{padding:10px 14px 14px}
 .hero-product-detail h3{font-size:15px;min-height:45px}
 .hero-product-meta>span,.hero-product-meta code{font-size:11px}
 .hero-bottom strong{font-size:15px}
 .hero-bottom>div{padding:0 18px}
 .hero-bottom span{font-size:12px}
 .service-list{gap:14px}
 .service-row,.service-row:last-child{padding:24px;grid-template-columns:1fr;gap:12px}
 .service-row .number{grid-row:auto;grid-column:1;padding:0}
 .service-title,.service-row .service-body,.service-row .round-link{grid-column:1!important}
 .service-title h3{font-size:23px}
 .company-grid{grid-template-columns:1fr;gap:30px}
 .company-profile{display:grid;grid-template-columns:.9fr 1.2fr;gap:28px}
 .company-profile .signature{margin:0}
 .company-foot{margin-top:34px}
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
 .process-grid li{padding-right:0}
 .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .contact-layout{grid-template-columns:1fr;gap:30px}
 .faq-layout{grid-template-columns:1fr;gap:30px}
}
@media(max-width:550px){
 html{scroll-padding-top:92px}
 .wrap{width:calc(100% - 36px)}
 .section{padding:56px 0}
 .eyebrow,.eyebrow.light{font-size:11px;letter-spacing:.08em;margin-bottom:16px}
 .section-head{margin-bottom:28px}
 .section-head h2,.company-grid h2,.contact-info h2{font-size:30px;line-height:1.45}
 .section-head>p{font-size:15px;line-height:1.85;margin-top:18px}
 .header-inner{gap:12px;height:70px;min-height:70px}
 .header-inner .brand img{width:85px;height:46px}
 .header-inner>.btn{font-size:12px;min-height:40px;padding:8px 12px;gap:12px}
 .mobile-menu summary{font-size:13px}
 .hero-grid{padding-top:34px;padding-bottom:28px;gap:28px}
 .hero-copy>.eyebrow{font-size:11px;margin-bottom:17px}
 .hero h1{font-size:clamp(26px,6.6vw,34px);line-height:1.5;letter-spacing:-.065em}
 .hero-description{font-size:15px;line-height:1.9;margin:19px 0 22px}
 .hero .actions{gap:15px}
 .actions .btn{font-size:12px;min-height:44px;padding:10px 13px;gap:12px}
 .hero-note{font-size:11px;letter-spacing:0;margin-top:20px}
 .portfolio-heading{gap:12px;margin-bottom:12px}
 .portfolio-heading h2{font-size:19px}
 .portfolio-heading .eyebrow{font-size:10px}
 .portfolio-heading>a{font-size:11px;max-width:95px}
 .hero-product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 .hero-product-row{display:grid;grid-template-columns:48px minmax(0,1fr);min-height:136px;border-radius:5px}
 .hero-product-photo{padding:4px}
 .hero-product-photo img{width:100%;height:78px;padding:0}
 .hero-product-detail{padding:10px 9px 10px 3px;justify-content:center}
 .hero-product-meta{flex-direction:column;gap:1px}
 .hero-product-meta>span,.hero-product-meta code{font-size:11px}
 .hero-product-detail h3{font-size:13px;line-height:1.5;min-height:0;margin:4px 0 6px}
 .hero-shop-link{font-size:11px;margin-top:0}
 .hero-bottom{grid-template-columns:1fr;gap:0;padding:8px 0 22px}
 .hero-bottom>div,.hero-bottom>div:first-child{padding:11px 0;border:0;border-bottom:1px solid #d7e2f1;flex-direction:row;align-items:center;gap:16px}
 .hero-bottom strong{font-size:14px}
 .hero-bottom span{font-size:12px;max-width:58%;text-align:right}
 .service-list{grid-template-columns:1fr;gap:14px}
 .service-row,.service-row:last-child{grid-template-columns:28px 1fr;padding:24px 20px;gap:12px}
 .service-row:before{left:20px}
 .service-row .number{grid-column:1;grid-row:1;padding-top:4px}
 .service-title,.service-row .service-body,.service-row .round-link{grid-column:2!important}
 .service-title h3{font-size:22px}
 .service-title small{font-size:10px}
 .service-body p{min-height:0;font-size:14px}
 .service-body ul{font-size:12px}
 .company-grid p:not(.eyebrow){font-size:15px}
 .company-profile{display:block;padding:20px}
 .company-profile .signature{margin-bottom:14px;padding:18px}
 .signature img{max-width:180px}
 .company-profile dl>div{font-size:13px;gap:15px}
 .company-foot{font-size:11px;letter-spacing:0}
 .product-toolbar{padding:16px 0}
 .product-filters{gap:6px}
 .product-filters button{font-size:12px;padding:8px 10px;min-height:40px}
 .product-grid{grid-template-columns:1fr;gap:14px;scroll-margin-top:92px}
 .product-grid .product-card,.product-grid .product-card:first-child{display:grid;grid-template-columns:92px minmax(0,1fr);gap:0 14px;padding:18px}
 .product-info{display:contents}
 .product-grid .product-image>a,.product-grid .product-card:first-child .product-image>a{height:115px}
 .product-image{background:transparent}
 .product-image img{height:115px;padding:24px 0 0}
 .product-image>span{font-size:11px;top:0;left:0;padding:2px 6px;background:#edf2fa}
 .product-title>small{font-size:11px}
 .product-title h3{font-size:17px;min-height:0;margin:5px 0 0}
 .product-specs{margin-top:12px}
 .product-specs summary{font-size:13px}
 .product-actions{grid-template-columns:1fr 1fr;gap:8px}
 .product-link,.product-quote{font-size:12px;min-height:44px}
 .catalog-disclosure{flex-direction:column;align-items:stretch;gap:14px;margin-top:18px;padding:18px}
 .catalog-disclosure p{font-size:12px;text-align:center}
 .catalog-disclosure .btn{width:100%}
 .catalog-shop p{font-size:14px}
 .category-strip a,.section-note{font-size:12px}
 .technical-grid{grid-template-columns:1fr;gap:14px}
 .technical-grid article{display:grid;grid-template-columns:26px 1fr;gap:0 12px;padding:22px 18px}
 .technical-grid .number{grid-row:1/4;font-size:12px}
 .technical-grid h3{font-size:20px;margin:0 0 12px}
 .technical-grid p{font-size:14px}
 .technical-grid small{grid-column:2;font-size:11px;margin-top:14px}
 .heritage-note{font-size:12px;padding:16px}
 .process-section{padding:55px 0}
 .process-grid{grid-template-columns:1fr;gap:20px}
 .process-grid li{grid-template-columns:34px 1fr;padding-top:18px;column-gap:15px}
 .process-grid li>span{grid-row:1/3}
 .process-grid h3{font-size:20px;margin:0 0 8px}
 .process-grid p{font-size:14px}
 .support-grid{grid-template-columns:1fr 1fr;gap:10px}
 .support-card{padding:20px 16px}
 .support-card h3{font-size:19px}
 .support-card p{font-size:13px;margin-bottom:16px}
 .support-card .text-link{font-size:12px;gap:4px;flex-wrap:wrap}
 .support-foot p{font-size:12px}
 .contact-email{font-size:26px}
 .contact-info dl>div{font-size:13px}
 .inquiry-form{padding:25px 20px}
 .email-intro{font-size:14px}
 .inquiry-types span{font-size:12px}
 .inquiry-guide{font-size:13px;padding:15px}
 .email-recipient strong{font-size:20px}
 .faq-list summary{font-size:15px;min-height:70px;padding:20px 0}
 .faq-list details>p{font-size:14px}
 .footer-details p,.footer-bottom{font-size:12px}
}
@media(max-width:360px){
 .wrap{width:calc(100% - 28px)}
 .hero-product-row{grid-template-columns:42px minmax(0,1fr)}
 .hero-product-detail{padding-right:6px}
 .hero-product-detail h3{font-size:12px}
 .header-inner{gap:9px}
 .header-inner .brand img{width:78px}
 .header-inner>.btn{padding:8px 10px;gap:6px}
 .product-grid .product-card,.product-grid .product-card:first-child{grid-template-columns:72px minmax(0,1fr);padding:15px;gap:0 10px}
 .product-title h3{font-size:16px}
 .support-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){.hero-product-row{transition:none}.hero-product-row:hover{transform:none}}
