@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy:#071f34;--navy-2:#0d3a5c;--navy-3:#155b88;--orange:#ff5315;--orange-dark:#dc3f00;--paper:#f3f6fa;--surface:#fff;--soft:#eaf0f5;--ink:#142334;--muted:#69788a;--line:#dce4eb;--body:"Inter", Arial, sans-serif;--display:"Inter", Arial, sans-serif;--container:1180px;--radius:18px;--radius-sm:12px;--shadow:0 10px 30px #071f3412;--shadow-lg:0 22px 55px #071f3424}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{color:var(--ink);background:var(--paper);font-family:var(--body);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}a{color:inherit;text-decoration:none}img{width:100%;display:block}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}main{min-height:60vh}h1,h2,h3,p{overflow-wrap:break-word}::selection{color:#fff;background:var(--orange)}.topbar{min-height:38px;padding:8px max(24px, calc((100vw - var(--container)) / 2));color:#b9cad7;background:linear-gradient(90deg, var(--navy), var(--navy-2));justify-content:space-between;align-items:center;gap:20px;font-size:10px;display:flex}.topbar>span{letter-spacing:.01em}.topbar>div{align-items:center;gap:22px;display:flex}.topbar b{color:#fff;letter-spacing:.1em;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:7px 13px;font-size:9px}.topbar a:hover{color:#fff}.header-shell{background:var(--surface);padding:16px 24px}.header{z-index:50;width:min(100%,1280px);height:72px;box-shadow:var(--shadow);background:#fff;border:1px solid #e2e8ee;border-radius:22px;justify-content:space-between;align-items:center;gap:28px;margin:0 auto;padding:0 16px 0 22px;display:flex;position:relative}.brand-logo{flex:none;width:clamp(180px,15vw,225px);line-height:0}.brand-logo img{height:auto}.nav{align-items:center;gap:clamp(13px,1.7vw,27px);display:flex}.nav a{color:#243649;font-size:11px;font-weight:700}.nav a:not(.nav-cta){padding:12px 0}.nav a:not(.nav-cta):after{content:"";background:var(--orange);height:2px;transition:all .2s;display:block;transform:scaleX(0)}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.nav-cta{background:var(--navy-3);border-radius:999px;padding:15px 19px;box-shadow:0 8px 18px #155b8833;color:#fff!important}.nav-cta:hover{background:var(--orange)}.nav-products{padding:22px 0;position:relative}.mega-menu{z-index:60;border:1px solid var(--line);border-radius:var(--radius);width:min(800px,86vw);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;background:#fff;grid-template-columns:1.35fr .65fr;transition:all .22s;display:grid;position:absolute;top:60px;left:50%;overflow:hidden;transform:translate(-42%,12px)}.nav-products:hover .mega-menu,.nav-products:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-42%)}.mega-menu>div{grid-template-columns:1fr 1fr;gap:0 25px;padding:25px 28px;display:grid}.mega-menu>div>span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;grid-column:1/-1;margin-bottom:8px;font-size:8px;font-weight:700}.mega-menu>div>a{border-bottom:1px solid var(--line);justify-content:space-between;font-size:13px;display:flex;padding:12px 0!important}.mega-menu>div>a b{color:var(--orange)}.mega-feature{background:linear-gradient(145deg, var(--navy), var(--navy-3));flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:270px;color:#fff!important;padding:28px!important;display:flex!important}.mega-feature span{color:#8eb9d5;letter-spacing:.12em;text-transform:uppercase;font-size:9px}.mega-feature strong{margin:16px 0;font-size:27px;line-height:1.05}.mega-feature small{color:#b6ccda;font-size:9px}.menu{background:var(--navy);border:0;border-radius:50%;width:43px;height:43px;padding:0;display:none;position:relative}.menu span{background:#fff;width:19px;height:2px;transition:all .2s;position:absolute;left:12px}.menu span:first-child{top:16px}.menu span:last-child{top:25px}.menu.active span:first-child{top:21px;transform:rotate(45deg)}.menu.active span:last-child{top:21px;transform:rotate(-45deg)}.section{width:min(100%, var(--container));margin:0 auto;padding:88px 24px}.eyebrow{color:var(--navy-3);letter-spacing:.17em;text-transform:uppercase;font-size:9px;font-weight:800}.section-heading{margin-bottom:39px}.section-heading>div{justify-content:space-between;align-items:end;gap:36px;margin-top:12px;display:flex}.section-heading h2{letter-spacing:-.035em;max-width:760px;margin:0;font-size:clamp(34px,4vw,55px);line-height:1.05}.section-heading p{max-width:480px;color:var(--muted);margin:0;font-size:12px;line-height:1.75}.section-heading a,.text-link,.card-link{width:fit-content;color:var(--navy-3);font-size:11px;font-weight:700}.section-heading a:hover,.text-link:hover,.card-link:hover{color:var(--orange)}.section-heading.centered{text-align:center}.section-heading.centered>div{flex-direction:column;align-items:center;gap:10px}.section-heading.centered h2,.section-heading.centered p{margin-left:auto;margin-right:auto}.btn{min-height:45px;color:var(--ink);border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #071f341f}.btn.primary{color:#fff;border-color:var(--orange);background:var(--orange)}.btn.primary:hover{background:var(--orange-dark)}.btn.secondary{color:#fff;background:#ffffff0a;border-color:#ffffff4d}.btn.dark{color:#fff;border-color:var(--navy);background:var(--navy)}.btn.outline{color:var(--navy);background:0 0}.btn.light{color:var(--navy);background:#fff;border-color:#fff}.hero{background:var(--navy);min-height:690px;position:relative;overflow:hidden}.hero:after{content:"";background:linear-gradient(90deg,#041829de,#04182973 55%,#04182940);position:absolute;inset:0}.hero-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-copy{z-index:2;width:min(100% - 48px,1000px);margin:0 auto;padding:74px 0;display:block;position:relative}.hero-copy>*{max-width:580px}.hero-copy{color:#fff}.hero-copy:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#041829ab;border:1px solid #ffffff1f;border-radius:24px;width:620px;max-width:70vw;height:calc(100% - 80px);position:absolute;top:40px;left:-28px}.hero-pill{letter-spacing:.14em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;width:fit-content;padding:11px 15px;font-size:9px;font-weight:800;display:inline-block}.hero h1{letter-spacing:-.045em;margin:22px 0 21px;font-size:clamp(48px,5.6vw,73px);line-height:1.04}.hero-copy>p{color:#c4d1da;max-width:540px;margin:0;font-size:13px;line-height:1.85}.actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.hero-stats{grid-template-columns:repeat(4,1fr);gap:10px;max-width:580px;margin-top:30px;display:grid}.hero-stats>div{background:#ffffff1a;border:1px solid #ffffff24;border-radius:13px;flex-direction:column;justify-content:center;min-height:94px;padding:15px;display:flex}.hero-stats b{font-size:13px;line-height:1.45}.hero-stats span{color:#9fb2c0;margin-top:5px;font-size:8px;line-height:1.35}.trust-strip{border-bottom:1px solid var(--line);background:#fff;grid-template-columns:repeat(5,1fr);align-items:center;min-height:58px;padding:0 max(24px,50vw - 500px);display:grid}.trust-strip span{color:#33465a;text-align:center;padding:12px;font-size:9px;font-weight:600}.company-intro{grid-template-columns:1fr 1fr;align-items:center;gap:34px;display:grid}.company-media{border-radius:var(--radius);min-height:440px;box-shadow:var(--shadow);position:relative;overflow:hidden}.company-media img{object-fit:cover;width:100%;height:100%;position:absolute}.company-media:after{content:"";background:linear-gradient(#0000 55%,#071f34a6);position:absolute;inset:0}.company-media span{z-index:2;color:#fff;letter-spacing:.12em;text-transform:uppercase;font-size:9px;font-weight:700;position:absolute;bottom:20px;left:22px}.company-intro>div:last-child{padding:20px 15px}.company-intro h2{letter-spacing:-.04em;margin:14px 0 20px;font-size:clamp(35px,4.3vw,53px);line-height:1.07}.company-intro p{color:var(--muted);font-size:12px;line-height:1.8}.company-intro .btn{margin-top:12px}.collections,.home-featured,.market-focus,.why-choose,.process,.quality-system,.faq-section{position:relative}.collections:before,.market-focus:before,.process:before{content:"";z-index:-1;background:#eef3f8;width:100vw;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.category-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.category-card{border-radius:var(--radius);background:#fff;border:1px solid #e2e8ee;padding:13px;transition:all .22s;overflow:hidden;box-shadow:0 5px 16px #071f340a}.category-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.category-card>a{background:var(--soft);border-radius:13px;height:225px;display:block;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.category-card:hover img{transform:scale(1.04)}.category-card>div{padding:19px 7px 9px}.category-card span{color:var(--navy-3);text-transform:uppercase;font-size:8px;font-weight:700}.category-card h3{letter-spacing:-.02em;margin:9px 0;font-size:21px}.category-card p{min-height:58px;color:var(--muted);margin:0 0 15px;font-size:11px;line-height:1.65}.center-action{text-align:center;margin-top:38px}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{border-radius:var(--radius);background:#fff;border:1px solid #e0e7ed;transition:all .22s;overflow:hidden;box-shadow:0 5px 16px #071f340a}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card-image{aspect-ratio:1.1;background:var(--soft);display:block;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-card-image img{transform:scale(1.035)}.product-card-image>span{color:#fff;opacity:0;background:#071f34e6;border-radius:999px;padding:9px 13px;font-size:8px;font-weight:700;transition:all .22s;position:absolute;bottom:14px;right:14px;transform:translateY(7px)}.product-card:hover .product-card-image>span{opacity:1;transform:none}.product-card>div{padding:20px}.product-card small{color:var(--navy-3);font-size:8px;font-weight:700}.product-card h3{margin:8px 0 10px;font-size:19px;line-height:1.25}.product-card p{min-height:55px;color:var(--muted);margin:0;font-size:10px;line-height:1.7}.product-card-footer{justify-content:space-between;align-items:end;margin-top:17px;display:flex}.product-card-footer>a{color:#fff;background:var(--navy);border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.swatches{gap:6px;display:flex}.swatch{background:#171b20;border:2px solid #fff;border-radius:50%;width:14px;height:14px;display:inline-block;box-shadow:0 0 0 1px #bdc7cf}.swatch-1{background:#2e4661}.swatch-2{background:#8b897f}.swatch-3{background:var(--orange)}.market-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.market-grid article,.reason-grid article{border-radius:var(--radius);background:#fff;border:1px solid #e0e7ed;padding:27px;box-shadow:0 5px 15px #071f340a}.market-grid article>span{color:var(--navy-3);text-transform:uppercase;font-size:8px;font-weight:700}.market-grid h3{margin:18px 0 10px;font-size:23px}.market-grid p{min-height:84px;color:var(--muted);margin:0 0 18px;font-size:10px;line-height:1.7}.market-grid a{color:var(--navy-3);font-size:10px;font-weight:700}.reason-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.reason-grid article{min-height:210px}.reason-grid span{color:var(--orange);font-size:11px;font-weight:800}.reason-grid h3{margin:28px 0 10px;font-size:20px}.reason-grid p{color:var(--muted);margin:0;font-size:10px;line-height:1.75}.split{grid-template-columns:.95fr 1.05fr;gap:18px;display:grid}.factory{border-radius:var(--radius);min-height:520px;position:relative;overflow:hidden}.factory img{object-fit:cover;height:100%}.factory:after{content:"";background:linear-gradient(#0000 50%,#071f34b3);position:absolute;inset:0}.factory>span{z-index:2;color:#fff;font-size:14px;font-weight:700;position:absolute;bottom:22px;left:24px}.factory b{color:#8ec0de}.cap-list{grid-template-columns:1fr 1fr;gap:13px;display:grid}.cap-list article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px}.cap-list article>b{color:var(--orange);font-size:11px}.cap-list h3{margin:35px 0 10px;font-size:19px}.cap-list p{color:var(--muted);margin:0;font-size:10px;line-height:1.7}.steps{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.steps article{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#fff;flex-direction:column;align-items:center;min-height:255px;padding:27px 20px;display:flex}.steps article>b{color:var(--navy-3);letter-spacing:-.04em;font-size:28px}.steps i{background:var(--orange);border-radius:50%;width:8px;height:8px;margin:18px 0;display:block}.steps h3{margin:0 0 10px;font-size:17px}.steps p{color:var(--muted);margin:0;font-size:9px;line-height:1.7}.moq-section{width:min(calc(100% - 48px), calc(var(--container) - 48px));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;grid-template-columns:1.15fr .85fr;align-items:center;gap:55px;margin:0 auto 88px;padding:42px;display:grid}.moq-section h2{letter-spacing:-.035em;margin:14px 0;font-size:clamp(31px,3.8vw,47px);line-height:1.08}.moq-section p{color:var(--muted);font-size:11px;line-height:1.8}.moq-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.moq-table>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 18px;display:flex}.moq-table>div:last-child{border-bottom:0}.moq-table span{color:var(--muted);font-size:10px}.moq-table b{color:#fff;background:var(--navy);white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:8px}.quality{width:min(calc(100% - 48px), calc(var(--container) - 48px));color:#fff;border-radius:var(--radius);background:linear-gradient(135deg, var(--navy), var(--navy-2));min-height:510px;box-shadow:var(--shadow-lg);grid-template-columns:1fr 1fr;margin:0 auto;display:grid;overflow:hidden}.quality-image img{object-fit:cover;width:100%;height:100%}.quality>div:last-child{flex-direction:column;justify-content:center;align-items:flex-start;padding:52px;display:flex}.quality .eyebrow{color:#83b9d9}.quality h2{margin:14px 0;font-size:clamp(35px,4vw,50px);line-height:1.06}.quality p{color:#b7cbd8;font-size:11px;line-height:1.8}.quality ul{border-top:1px solid #ffffff1f;width:100%;margin:15px 0 25px;padding:0;list-style:none}.quality li{color:#d1dde5;border-bottom:1px solid #ffffff1f;padding:11px 0;font-size:10px}.quality a{color:#fff;font-size:10px;font-weight:700}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);background:#fff}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:21px 24px;font-size:13px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--orange);font-size:18px;transition:all .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list p{max-width:850px;color:var(--muted);margin:0;padding:0 24px 22px;font-size:11px;line-height:1.8}.home-cta{width:min(calc(100% - 48px), calc(var(--container) - 48px));color:#fff;border-radius:var(--radius);background:linear-gradient(110deg, var(--navy), var(--navy-3));box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:45px;margin:0 auto 88px;padding:44px 48px;display:flex}.home-cta>div{max-width:760px}.home-cta .eyebrow{color:#9ec8e1}.home-cta h2{margin:12px 0 10px;font-size:clamp(28px,3.6vw,43px);line-height:1.1}.home-cta p{color:#bdd0dc;margin:0;font-size:10px;line-height:1.75}.home-cta .btn{flex:none}.breadcrumbs{color:#95a8b7;letter-spacing:.1em;text-transform:uppercase;margin-bottom:28px;font-size:8px;font-weight:700}.breadcrumbs ol{flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";opacity:.55;margin-right:7px}.breadcrumbs a:hover{color:var(--orange)}.breadcrumbs [aria-current=page]{color:inherit}.page-hero{min-height:350px;padding:60px max(24px, calc((100vw - var(--container)) / 2));color:#fff;background:linear-gradient(130deg, var(--navy), var(--navy-2));align-items:end;display:grid}.page-hero>div{z-index:2;position:relative}.page-hero h1{letter-spacing:-.045em;max-width:920px;margin:13px 0 0;font-size:clamp(45px,6vw,74px);line-height:1.02}.page-hero p{color:#bdd0dc;max-width:650px;margin:20px 0 0;font-size:11px;line-height:1.8}.page-hero.with-image{grid-template-columns:1fr 1fr;min-height:460px;padding:0}.page-hero.with-image>div{padding:60px max(24px, calc((50vw - var(--container) / 2)));padding-right:50px}.page-hero.with-image>img{object-fit:cover;width:100%;height:460px}.catalog-layout{width:min(100%, var(--container));grid-template-columns:220px 1fr;gap:27px;margin:0 auto;padding:70px 24px 88px;display:grid}.catalog-layout aside{border:1px solid var(--line);border-radius:var(--radius);height:fit-content;box-shadow:var(--shadow);background:#fff;padding:19px;position:sticky;top:105px}.catalog-layout aside>strong{padding:5px 5px 17px;font-size:15px;display:block}.catalog-layout aside>button{width:100%;color:var(--muted);border:0;border-top:1px solid var(--line);cursor:pointer;background:0 0;justify-content:space-between;padding:12px 5px;font-size:10px;display:flex}.catalog-layout aside>button:hover,.catalog-layout aside>button.active{color:var(--navy-3);font-weight:700}.catalog-layout aside>a{color:#fff;background:var(--navy);border-radius:12px;margin-top:16px;padding:18px;font-size:9px;line-height:1.5;display:block}.catalog-layout aside>a b{color:#9ec8e1;margin-top:10px;display:block}.catalog-toolbar{border:1px solid var(--line);background:#fff;border-radius:999px;justify-content:space-between;align-items:center;min-height:57px;margin-bottom:22px;padding:7px 8px 7px 19px;display:flex}.catalog-toolbar p{color:var(--muted);margin:0;font-size:10px}.catalog-toolbar p b{color:var(--ink);font-size:14px}.catalog-toolbar input{background:var(--soft);border:0;border-radius:999px;outline:0;width:min(340px,50%);height:43px;padding:0 17px;font-size:10px}.catalog-layout .product-grid{grid-template-columns:repeat(3,1fr)}.empty-state{text-align:center;border:1px dashed var(--line);border-radius:var(--radius);background:#fff;padding:70px 20px}.empty-state h2{font-size:32px}.empty-state button{color:#fff;background:var(--navy);border:0;border-radius:999px;padding:10px 16px}.category-intro{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:.7fr 1.5fr auto;align-items:center;gap:30px;margin-bottom:35px;padding:25px;display:grid}.category-intro>div{align-items:center;gap:13px;display:flex}.category-intro b{color:var(--navy-3);font-size:45px}.category-intro span{max-width:100px;color:var(--muted);text-transform:uppercase;font-size:8px}.category-intro p{color:var(--muted);margin:0;font-size:10px;line-height:1.75}.category-intro>a{color:var(--navy-3);white-space:nowrap;font-size:10px;font-weight:700}.product-detail{width:min(100%, var(--container));grid-template-columns:1fr 1fr;min-height:650px;margin:55px auto 20px;padding:0 24px;display:grid}.product-gallery{border-radius:var(--radius) 0 0 var(--radius);background:var(--soft);min-height:630px;position:relative;overflow:hidden}.product-gallery img{object-fit:cover;width:100%;height:100%}.product-gallery>span{color:#fff;background:var(--orange);border-radius:999px;padding:9px 12px;font-size:8px;font-weight:700;position:absolute;top:18px;left:18px}.product-info{border:1px solid var(--line);border-radius:0 var(--radius) var(--radius) 0;background:#fff;border-left:0;flex-direction:column;justify-content:center;padding:42px;display:flex}.product-info .breadcrumbs{color:var(--muted);margin-bottom:24px}.product-sku{color:var(--navy-3);margin:0;font-size:9px;font-weight:700}.product-info h1{letter-spacing:-.04em;margin:10px 0;font-size:clamp(39px,4.8vw,61px);line-height:1}.product-info h2{color:#43566a;margin:0 0 16px;font-size:18px}.product-info>p:not(.product-sku){color:var(--muted);margin:0;font-size:10px;line-height:1.75}.product-specs{border:1px solid var(--line);border-radius:11px;grid-template-columns:repeat(3,1fr);margin:22px 0;display:grid;overflow:hidden}.product-specs>div{border-right:1px solid var(--line);padding:14px}.product-specs>div:last-child{border:0}.product-specs span,.color-list>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:7px;display:block}.product-specs b{font-size:9px;line-height:1.4}.color-list{margin-bottom:16px}.color-list .swatch{margin-right:5px}.color-list small{color:var(--muted);margin-top:7px;font-size:9px;display:block}.product-info .btn{width:100%;margin-top:8px}.product-custom{color:var(--navy);background:#fff}.product-detail-panels{width:min(calc(100% - 48px), calc(var(--container) - 48px));grid-template-columns:repeat(3,1fr);gap:14px;margin:0 auto 20px;display:grid}.product-detail-panels article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:280px;padding:29px}.product-detail-panels article>span{color:var(--navy-3);font-size:11px;font-weight:800}.product-detail-panels h3{margin:34px 0 15px;font-size:21px}.product-detail-panels ul{margin:0;padding:0;list-style:none}.product-detail-panels li{color:var(--muted);border-top:1px solid var(--line);padding:9px 0;font-size:9px}.product-detail-panels .product-cta{color:#fff;border-color:var(--navy);background:var(--navy)}.product-cta>span{color:#8ec0de!important}.product-cta p{color:#bed0dc;font-size:10px;line-height:1.7}.product-cta a{color:#fff;font-size:10px;font-weight:700}.related .product-grid{grid-template-columns:repeat(3,1fr)}.custom-intro,.about-page{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.custom-intro h2,.about-page h2{letter-spacing:-.04em;margin:13px 0 0;font-size:clamp(39px,4.8vw,58px);line-height:1.05}.custom-intro>p,.about-page p{color:var(--muted);font-size:11px;line-height:1.85}.custom-options,.values{width:min(calc(100% - 48px), calc(var(--container) - 48px));grid-template-columns:repeat(4,1fr);gap:14px;margin:0 auto 20px;display:grid}.custom-options article,.values article,.manufacturing-grid article,.quality-system article{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:260px;padding:27px}.custom-options span,.values span,.manufacturing-grid article>span,.quality-system article>span{color:var(--navy-3);font-size:11px;font-weight:800}.custom-options h3,.values h3,.manufacturing-grid h3,.quality-system h3{margin:38px 0 12px;font-size:20px}.custom-options p,.values p,.manufacturing-grid p{color:var(--muted);margin:0;font-size:9px;line-height:1.75}.label-showcase,.factory-story,.about-location{width:min(calc(100% - 48px), calc(var(--container) - 48px));border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;grid-template-columns:1fr 1fr;margin:20px auto;display:grid;overflow:hidden}.label-showcase>div,.factory-story>div,.about-location>div{flex-direction:column;justify-content:center;align-items:flex-start;padding:50px;display:flex}.label-showcase h2,.factory-story h2,.about-location h2,.quality-cta h2{letter-spacing:-.04em;margin:14px 0;font-size:clamp(37px,4.5vw,53px);line-height:1.05}.label-showcase ul{width:100%;margin:12px 0 25px;padding:0;list-style:none}.label-showcase li{color:var(--muted);border-bottom:1px solid var(--line);padding:10px 0;font-size:10px}.label-showcase>img,.factory-story>img,.about-location>img{object-fit:cover;height:100%;min-height:520px}.factory-story,.about-location{color:#fff;background:var(--navy)}.factory-story p,.about-location p{color:#bed0dc;font-size:10px;line-height:1.8}.factory-story a,.about-location a{color:#fff;font-size:10px;font-weight:700}.steps.six{grid-template-columns:repeat(6,1fr)}.steps.six article{min-height:210px}.steps.six h3{font-size:15px}.manufacturing-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.quality-system>div:last-child{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.quality-system ul{margin:0;padding:0;list-style:none}.quality-system li{color:var(--muted);border-top:1px solid var(--line);padding:9px 0;font-size:9px}.quality-cta{width:min(calc(100% - 48px), calc(var(--container) - 48px));color:#fff;border-radius:var(--radius);background:linear-gradient(120deg, var(--navy), var(--navy-3));margin:0 auto 20px;padding:55px}.quality-cta>div{max-width:750px}.quality-cta .eyebrow{color:#9ec8e1}.quality-cta p{color:#bed0dc;font-size:10px;line-height:1.8}.quality-cta .btn{color:var(--navy);background:#fff;border-color:#fff}.contact{width:min(calc(100% - 48px), calc(var(--container) - 48px));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;grid-template-columns:.8fr 1.2fr;gap:60px;margin:65px auto;padding:50px;display:grid}.contact h2{letter-spacing:-.04em;margin:14px 0;font-size:clamp(38px,4.5vw,56px);line-height:1.05}.contact>div>p{color:var(--muted);font-size:10px;line-height:1.8}.contact dl{border-top:1px solid var(--line);margin-top:27px}.contact dl>div{border-bottom:1px solid var(--line);padding:12px 0}.contact dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:7px}.contact dd{margin:6px 0 0;font-size:13px;font-weight:700}.contact form{border:1px solid var(--line);background:var(--paper);border-radius:15px;padding:31px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact label{color:#405366;text-transform:uppercase;flex-direction:column;gap:7px;font-size:8px;font-weight:700;display:flex}.contact input,.contact select,.contact textarea{width:100%;color:var(--ink);border:1px solid var(--line);text-transform:none;background:#fff;border-radius:8px;outline:0;padding:12px 13px;font-size:10px}.contact input:focus,.contact select:focus,.contact textarea:focus{border-color:var(--navy-3);box-shadow:0 0 0 3px #155b881a}.contact form>label{margin:20px 0}.contact form small{color:#357b46;margin-top:12px;display:block}.footer{padding:60px max(24px, calc((100vw - var(--container)) / 2)) 25px;color:#fff;background:linear-gradient(120deg, var(--navy), var(--navy-2));grid-template-columns:.9fr 1.1fr;gap:60px;margin-top:25px;display:grid}.footer-logo{background:#fff;border-radius:9px;width:min(250px,80vw);margin-bottom:20px;padding:8px 10px}.footer>div:first-child p{color:#a9bfce;max-width:420px;font-size:10px;line-height:1.8}.phone{color:#fff;font-size:15px;font-weight:700;display:inline-block}.footer-links{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.footer-links>div{flex-direction:column;gap:11px;display:flex}.footer-links strong{color:#fff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:8px}.footer-links a,.footer-links span{color:#a9bfce;width:fit-content;font-size:9px}.footer-links a:hover{color:#fff}.footer small{color:#809bad;border-top:1px solid #ffffff1a;grid-column:1/-1;justify-content:space-between;padding-top:20px;font-size:8px;display:flex}.not-found{color:#fff;background:linear-gradient(130deg, var(--navy), var(--navy-2));text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:70px 24px;display:flex}.not-found>span{color:#9ec8e1;font-size:18px;font-weight:800}.not-found h1{letter-spacing:-.05em;max-width:780px;margin:14px 0;font-size:clamp(50px,7vw,82px);line-height:1}.not-found p{color:#bed0dc}.not-found>div{gap:10px;margin-top:20px;display:flex}@media (width<=1100px){.mega-menu{display:none}.catalog-layout{grid-template-columns:190px 1fr}.catalog-layout .product-grid{grid-template-columns:repeat(2,1fr)}.steps,.steps.six{grid-template-columns:repeat(3,1fr)}.market-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){.topbar>div b,.topbar>div a:first-of-type{display:none}.header-shell{padding:11px 15px}.header{height:66px;padding:0 11px 0 18px}.brand-logo{width:175px}.menu{display:block}.nav{border:1px solid var(--line);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:12px 20px 22px;transition:all .2s;display:flex;position:absolute;top:77px;left:0;right:0;transform:translateY(-8px)}.nav.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.nav-products{padding:0}.nav a{border-bottom:1px solid var(--line);display:block;padding:13px 2px!important}.nav a:after{display:none!important}.nav-cta{text-align:center;margin-top:10px}.hero-copy{padding:60px 0}.hero-copy:before{width:calc(100% + 24px);max-width:none;left:-12px}.hero-stats{grid-template-columns:1fr 1fr}.trust-strip{grid-template-columns:repeat(3,1fr)}.trust-strip span:nth-child(n+4){display:none}.company-intro,.split,.quality,.moq-section,.page-hero.with-image,.product-detail,.custom-intro,.about-page,.label-showcase,.factory-story,.about-location,.contact{grid-template-columns:1fr}.category-grid,.product-grid,.reason-grid,.manufacturing-grid{grid-template-columns:repeat(2,1fr)}.cap-list{grid-template-columns:1fr 1fr}.factory{min-height:500px}.quality-image{min-height:440px}.quality>div:last-child{padding:45px}.moq-section{gap:30px}.home-cta{flex-direction:column;align-items:flex-start}.page-hero.with-image>div{padding:50px 24px}.page-hero.with-image>img{height:430px}.catalog-layout{grid-template-columns:1fr}.catalog-layout aside{position:static}.catalog-layout aside>a{display:none}.product-gallery{border-radius:var(--radius) var(--radius) 0 0;min-height:620px}.product-info{border-left:1px solid var(--line);border-radius:0 0 var(--radius) var(--radius);border-top:0}.product-detail-panels{grid-template-columns:1fr}.related .product-grid,.quality-system>div:last-child,.custom-options,.values{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr}}@media (width<=560px){.topbar{min-height:34px;padding:8px 14px}.topbar>div{gap:0}.topbar>div a{display:none}.topbar>span{font-size:8px}.header-shell{padding:9px 10px}.header{border-radius:16px}.brand-logo{width:155px}.section{padding:67px 17px}.section-heading>div{flex-direction:column;align-items:flex-start;gap:15px}.section-heading h2{font-size:34px}.hero{min-height:720px}.hero-copy{width:calc(100% - 32px);padding:48px 0}.hero-copy:before{border-radius:18px;width:calc(100% + 16px);height:calc(100% - 40px);top:20px;left:-8px}.hero h1{font-size:46px}.hero-copy>p{font-size:11px}.hero-stats>div{min-height:82px}.actions .btn{width:100%}.trust-strip{grid-template-columns:1fr;padding:9px 20px}.trust-strip span:nth-child(n+2){display:none}.company-intro{gap:24px}.company-media{min-height:105vw}.company-intro>div:last-child{padding:0}.company-intro h2{font-size:36px}.category-grid,.product-grid,.market-grid,.reason-grid,.steps,.cap-list,.manufacturing-grid,.quality-system>div:last-child,.custom-options,.values,.steps.six,.related .product-grid{grid-template-columns:1fr}.category-card>a{height:250px}.product-card-image{aspect-ratio:1.05}.market-grid p{min-height:0}.reason-grid article{min-height:190px}.factory{min-height:105vw}.quality{width:calc(100% - 24px)}.quality-image{min-height:105vw}.quality>div:last-child{padding:40px 23px}.steps article{min-height:220px}.moq-section,.home-cta{width:calc(100% - 24px);padding:32px 22px}.moq-table>div{flex-direction:column;align-items:flex-start;gap:8px}.page-hero{min-height:330px;padding:45px 18px}.page-hero h1{font-size:43px}.page-hero.with-image>img{height:105vw}.catalog-layout{padding:55px 17px}.catalog-toolbar{border-radius:14px;flex-direction:column;align-items:stretch;padding:12px}.catalog-toolbar input{width:100%}.category-intro{grid-template-columns:1fr}.product-detail{margin-top:35px;padding:0 12px}.product-gallery{min-height:115vw}.product-info{padding:35px 21px}.product-info h1{font-size:42px}.product-specs{grid-template-columns:1fr}.product-specs>div{border-right:0;border-bottom:1px solid var(--line)}.product-detail-panels{width:calc(100% - 24px)}.custom-intro,.about-page{gap:25px}.label-showcase,.factory-story,.about-location,.quality-cta,.contact{width:calc(100% - 24px)}.label-showcase>div,.factory-story>div,.about-location>div{padding:40px 23px}.label-showcase>img,.factory-story>img,.about-location>img{min-height:105vw}.quality-cta,.contact{padding:40px 22px}.form-grid{grid-template-columns:1fr}.contact form{padding:25px 17px}.footer{padding:50px 22px 22px}.footer-links{grid-template-columns:1fr 1fr}.footer small{flex-direction:column;gap:7px}.not-found>div{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
