:root{color:#151515;background:#f7f7f3;font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}main{overflow:hidden}.site-header{align-items:center;background:#f7f7f3eb;border-bottom:1px solid rgba(21,21,21,.1);display:flex;gap:24px;justify-content:space-between;left:0;min-height:72px;padding:12px clamp(18px,5vw,72px);position:fixed;right:0;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-link{align-items:center;display:inline-flex;gap:10px;font-weight:800}.brand-link img{height:40px;width:40px}nav{align-items:center;display:flex;gap:clamp(10px,2vw,28px);font-size:14px;font-weight:700;white-space:nowrap}nav a{color:#4a4a45}nav a:hover{color:#151515}.hero{align-items:center;background:linear-gradient(120deg,#111111e6,#1e2c28d1),url(/assets/hinge-wrench.jpg) center / cover;color:#fff;display:grid;gap:clamp(28px,6vw,92px);grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);min-height:88vh;padding:132px clamp(20px,6vw,92px) 64px}.hero-copy{max-width:760px}.eyebrow{color:#0f8b5f;font-size:13px;font-weight:900;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.hero .eyebrow{color:#79e3b9}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(60px,10vw,132px);letter-spacing:0;line-height:.88;margin-bottom:28px}h2{font-size:clamp(30px,4vw,56px);letter-spacing:0;line-height:1.05;margin-bottom:18px}h3{font-size:22px;letter-spacing:0;line-height:1.25;margin-bottom:12px}.hero-lede,.section-head p,.contact-copy p{color:#151515ad;font-size:18px;line-height:1.7}.hero-lede{color:#ffffffd1;max-width:640px}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.button{align-items:center;border:1px solid transparent;border-radius:8px;display:inline-flex;font-size:15px;font-weight:800;gap:9px;justify-content:center;min-height:48px;padding:0 18px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.primary{background:#0f8b5f;color:#fff}.secondary{background:#ffffffeb;border-color:#15151529;color:#151515}.ghost{background:transparent;border-color:#1515152e;color:#151515}.hero-proof{align-items:center;background:#ffffffeb;border:1px solid rgba(255,255,255,.34);border-radius:8px;color:#151515;display:grid;gap:24px;grid-template-columns:96px 1fr;padding:28px;max-width:460px}.hero-proof img{aspect-ratio:1;width:96px}.hero-proof span,.proof-grid span,.trust-band span{color:#66665f;display:block;font-size:13px;font-weight:800;margin-bottom:8px}.hero-proof strong{display:block;font-size:clamp(26px,3vw,38px);line-height:1.05}.trust-band{background:#fff;border-bottom:1px solid rgba(21,21,21,.09);display:grid;gap:1px;grid-template-columns:repeat(3,1fr)}.trust-band div{align-items:center;border-right:1px solid rgba(21,21,21,.09);display:grid;grid-template-columns:34px 1fr;padding:28px clamp(20px,5vw,72px)}.trust-band div:last-child{border-right:0}.trust-band svg{color:#0f8b5f;grid-row:span 2}.trust-band strong{font-size:18px}.section{padding:clamp(72px,9vw,120px) clamp(20px,6vw,92px)}.section-head{max-width:760px;margin-bottom:clamp(32px,5vw,56px)}.official{background:#f7f7f3}.proof-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.proof-grid article,.faq-item,.contact{background:#fff;border:1px solid rgba(21,21,21,.1);border-radius:8px}.proof-grid article{min-height:128px;padding:24px}.proof-grid strong{display:block;font-size:20px;line-height:1.35}.products{background:#ebeee9}.product-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{background:#fff;border:1px solid rgba(21,21,21,.12);border-radius:8px;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1fr);overflow:hidden}.product-card>img{aspect-ratio:1;background:#f3f3ef;height:100%;object-fit:cover;width:100%}.product-body{display:flex;flex-direction:column;padding:28px}.product-body p{color:#151515ad;line-height:1.65}.product-body ul{color:#3f3f3a;line-height:1.7;margin:10px 0 22px;padding-left:19px}.product-button{align-self:flex-start;background:#151515;color:#fff;margin-top:auto}.faq{background:#f7f7f3}.faq-list{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item{display:grid;gap:16px;grid-template-columns:28px 1fr;padding:24px}.faq-item svg{color:#0f8b5f}.faq-item p{color:#151515b3;line-height:1.7;margin-bottom:0}.contact{align-items:center;display:grid;gap:36px;grid-template-columns:minmax(0,1fr) auto;margin:clamp(40px,7vw,84px) clamp(20px,6vw,92px);padding:clamp(28px,5vw,56px)}.contact-actions{justify-content:flex-end;margin-top:0;max-width:520px}footer{align-items:center;background:#151515;color:#fff;display:flex;gap:12px;justify-content:space-between;min-height:96px;padding:28px clamp(20px,6vw,92px)}footer span{color:#ffffffad}@media(max-width:980px){.hero,.contact,.product-card{grid-template-columns:1fr}.hero{min-height:auto}.proof-grid,.product-grid,.faq-list,.trust-band{grid-template-columns:1fr}.trust-band div{border-bottom:1px solid rgba(21,21,21,.09);border-right:0}.contact-actions{justify-content:flex-start}}@media(max-width:720px){.site-header{align-items:flex-start;flex-direction:column;gap:10px;min-height:96px}nav{overflow-x:auto;padding-bottom:2px;width:100%}.hero{padding-top:150px}.hero-proof{grid-template-columns:72px 1fr;padding:20px}.hero-proof img{width:72px}.button{width:100%}footer{align-items:flex-start;flex-direction:column}}
