:root{color-scheme:light;--ink:#17212b;--muted:#53606b;--line:#dce2e6;--paper:#f5f7f8;--white:#fff;--brand:#ef6b35;--brand-dark:#bf4418;--dark:#16212b;--radius:17px;--max:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55}
button,input,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.skip{position:absolute;left:10px;top:-50px;background:#fff;padding:12px;z-index:100}.skip:focus{top:10px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.topline{background:#0f1720;color:#dae0e5;font-size:.85rem}.topline .container{display:flex;justify-content:space-between;gap:24px;padding:8px 0}.topline a:hover{text-decoration:underline}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;box-shadow:0 3px 14px #17212b08}
.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:1.25rem;font-weight:900;letter-spacing:-.06em}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--brand);color:#fff;font-size:1rem;letter-spacing:-.08em;transform:rotate(-5deg)}
.nav-links{display:flex;align-items:center;gap:25px;margin-left:auto;font-size:.92rem;font-weight:650}.nav-links a:hover,.footer-links a:hover{color:var(--brand-dark)}
.cart-link{display:inline-flex;gap:9px;align-items:center;background:var(--dark);color:#fff;border-radius:11px;padding:11px 15px;font-weight:700;white-space:nowrap}.cart-link:hover{background:#344553}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:var(--brand);font-size:.72rem;padding:0 4px}
.hero{background:var(--dark);color:#fff;overflow:hidden}.hero-inner{min-height:388px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:48px;padding-block:34px}.eyebrow{font-weight:850;letter-spacing:.13em;text-transform:uppercase;font-size:.76rem;color:var(--brand)}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.075em;line-height:1.04;max-width:680px;margin:15px 0 18px}.hero p{color:#d7e0e6;max-width:530px;font-size:1.06rem;margin:0 0 28px}.hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.button{border:0;background:var(--brand);color:#18212a;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:10px;padding:13px 20px;font-weight:850;line-height:1.25;transition:background .15s,transform .15s}.button:hover{background:#ff8652;transform:translateY(-1px)}.button:focus-visible,.cart-link:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,.filter-btn:focus-visible{outline:3px solid #2c8bd1;outline-offset:3px}.button.secondary{background:#fff;color:var(--ink)}.button.secondary:hover{background:#e8edf0}.button.outline{background:transparent;border:1px solid #b9c3cb;color:var(--ink)}.button.outline:hover{background:#eef1f3}.hero-note{font-size:.83rem;color:#aab8c3;margin-top:22px}.hero-image{background:#fff;border-radius:25px;overflow:hidden;min-height:295px;max-height:370px;display:grid;place-items:center;box-shadow:15px 15px 0 #ffffff17}.hero-image img{width:100%;height:370px;object-fit:contain}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:21px 0}.trust-item{display:flex;gap:12px;align-items:center;font-size:.88rem;color:var(--muted)}.trust-item b{display:block;color:var(--ink);font-size:.94rem}.trust-icon{width:35px;height:35px;border-radius:9px;background:#fff1e9;color:var(--brand-dark);display:grid;place-items:center;font-size:1.15rem;font-weight:850;flex:none}
main{min-height:50vh}.section{padding:56px 0 76px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}.section-heading h2,.page-title{font-size:clamp(1.8rem,3vw,2.45rem);line-height:1.1;letter-spacing:-.055em;margin:7px 0 0}.section-heading p{margin:0;color:var(--muted)}
.tools{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;font-size:.86rem;font-weight:700;color:var(--muted)}.filter-btn:hover,.filter-btn.active{background:var(--dark);color:#fff;border-color:var(--dark)}.search{position:relative;min-width:245px;max-width:100%;flex:0 1 320px}.search input{width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:.91rem}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .16s,box-shadow .16s}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px #16212b12}.product-card[hidden]{display:none}.product-image{background:#f9fafb;border-bottom:1px solid #edf0f2;display:grid;place-items:center;aspect-ratio:1.18}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:19px;display:flex;flex:1;flex-direction:column}.product-category{font-size:.74rem;letter-spacing:.09em;font-weight:850;text-transform:uppercase;color:var(--brand-dark)}.product-info h3{font-size:1rem;letter-spacing:-.02em;line-height:1.38;margin:8px 0;min-height:2.75em}.product-info h3 a:hover{text-decoration:underline}.product-description{font-size:.88rem;color:var(--muted);line-height:1.48;margin:0 0 16px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-weight:850;font-size:1.22rem;white-space:nowrap;letter-spacing:-.04em}.small-button{background:var(--dark);color:#fff;border:0;border-radius:9px;padding:9px 11px;font-size:.81rem;font-weight:750;white-space:nowrap}.small-button:hover{background:var(--brand-dark)}.empty{color:var(--muted);background:#fff;border:1px solid var(--line);padding:30px;border-radius:12px}.is-hidden{display:none!important}
.page-intro{padding:34px 0 12px}.breadcrumb{font-size:.82rem;color:var(--muted);margin-bottom:14px}.breadcrumb a:hover{text-decoration:underline}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:20px 0 65px}.detail-image{border-radius:20px;background:#fff;border:1px solid var(--line);overflow:hidden}.detail-image img{width:100%;aspect-ratio:1;object-fit:contain}.detail-info{padding-top:20px}.detail-info h1{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.07em;line-height:1.1;margin:11px 0 18px}.detail-info .price{font-size:2rem}.detail-info .muted{margin-top:16px}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin:27px 0}.features{list-style:none;padding:0;margin:28px 0}.features li{border-top:1px solid var(--line);padding:11px 0}.features li::before{content:"✓";font-weight:900;color:var(--brand-dark);margin-right:10px}.information{border-left:3px solid var(--brand);padding:12px 18px;background:#fff;color:var(--muted);font-size:.9rem}.information a{text-decoration:underline;color:var(--ink)}
.content-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:55px;padding:40px 0 75px}.article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px 38px}.article h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.06em;line-height:1.13;margin:0 0 22px}.article h2{font-size:1.28rem;letter-spacing:-.03em;margin:31px 0 9px}.article p,.article ul,.article ol{color:#3d4b57}.article a{text-decoration:underline;color:#ad3f17}.article li{margin-bottom:6px}.sidebar{align-self:start;border-radius:14px;background:#e9eef1;padding:25px}.sidebar h3{margin:0 0 15px;font-size:1.1rem}.sidebar p{margin:0 0 10px;font-size:.89rem;color:var(--muted)}.sidebar a{text-decoration:underline}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:25px;margin:27px 0 70px}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}.panel h2{margin:0 0 20px;font-size:1.2rem;letter-spacing:-.03em}.cart-row{display:grid;grid-template-columns:75px 1fr auto;align-items:center;gap:15px;padding:13px 0;border-top:1px solid var(--line)}.cart-row img{width:75px;height:75px;object-fit:contain;background:#f8fafb;border-radius:9px}.cart-row h3{font-size:.95rem;margin:0 0 4px;line-height:1.3}.cart-row .muted{font-size:.82rem}.qty-controls{display:flex;align-items:center;gap:9px}.qty-controls button{border:1px solid var(--line);border-radius:6px;background:#fff;width:30px;height:30px}.totals{display:grid;grid-template-columns:1fr auto;gap:8px;font-size:.91rem}.totals span{padding:7px 0}.totals .total{border-top:1px solid var(--line);padding-top:17px;font-weight:850;font-size:1.2rem}.checkout{margin-top:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.field label{font-weight:700;font-size:.86rem}.field input,.field textarea{padding:11px 12px;border:1px solid #cbd5dc;border-radius:8px;color:var(--ink);background:#fff;width:100%}.field textarea{resize:vertical;min-height:90px}.field small{color:var(--muted)}.checkline{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.87rem;margin:15px 0 22px}.checkline input{margin-top:4px;flex:none}.checkline a{text-decoration:underline}.checkout-submit{width:100%}.checkout-submit:disabled{cursor:not-allowed;opacity:.5;transform:none}.help-text{color:var(--muted);font-size:.86rem}.status{padding:17px;border-radius:9px;background:#fff1e9;border:1px solid #f7ceb9;margin:16px 0}.status.success{background:#e8f6ee;border-color:#b3dbc2}.tiny{font-size:.8rem;color:var(--muted)}
.site-footer{background:#111a23;color:#dae0e5}.footer-inner{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:38px;padding:45px 0 36px}.site-footer .brand{color:#fff}.footer-copy{max-width:350px;font-size:.9rem;color:#adbac4;margin:16px 0}.footer-title{font-size:.88rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;font-weight:800;margin:5px 0 15px}.footer-links{display:grid;gap:9px;font-size:.88rem}.footer-bottom{border-top:1px solid #ffffff24;padding:17px 0;color:#aebbc6;font-size:.8rem}.footer-bottom .container{display:flex;justify-content:space-between;gap:12px}
@media(max-width:1060px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-links{gap:15px}.hero-inner{gap:25px}}
@media(max-width:800px){.topline .container{font-size:.75rem}.header-inner{min-height:68px;flex-wrap:wrap;padding-block:11px;gap:10px}.nav-links{order:3;width:100%;margin:0;justify-content:space-between;padding:6px 0 0}.brand{margin-right:auto}.hero-inner{grid-template-columns:1fr;gap:20px;padding-block:37px}.hero-image{max-height:285px}.hero-image img{height:285px}.trust-inner{gap:10px}.trust-item{font-size:.78rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-layout{grid-template-columns:1fr;gap:15px}.sidebar{order:-1}.cart-layout{grid-template-columns:1fr}.product-detail{gap:26px}}
@media(max-width:540px){.container{width:min(100% - 28px,var(--max))}.topline .container span:last-child{display:none}.nav-links{font-size:.78rem;gap:9px}.nav-links a:nth-child(3){display:none}.cart-link{padding:9px 11px;font-size:.81rem}.brand{font-size:1.06rem}.brand-mark{width:33px;height:33px}.hero h1{font-size:2.35rem}.hero p{font-size:.96rem}.hero-image,.hero-image img{max-height:240px;height:240px;min-height:0}.trust-inner{grid-template-columns:1fr;gap:10px;padding:15px 0}.trust-item{align-items:center}.trust-item b{display:inline}.trust-icon{width:27px;height:27px;font-size:.95rem}.section{padding:38px 0 55px}.section-heading{display:block}.section-heading p{margin-top:8px}.search{flex:1 1 100%}.product-grid{gap:11px}.product-info{padding:12px}.product-info h3{font-size:.91rem;min-height:0}.product-description{display:none}.product-bottom{display:block}.price{font-size:1.1rem}.small-button{width:100%;margin-top:9px}.detail-image img{aspect-ratio:1.12}.product-detail{grid-template-columns:1fr;padding-bottom:40px}.detail-info{padding-top:0}.article{padding:24px 20px}.footer-inner{grid-template-columns:1fr 1fr;gap:27px}.footer-inner>div:first-child{grid-column:1/-1}.footer-bottom .container{display:block}.form-grid{grid-template-columns:1fr;gap:0}.panel{padding:18px}.cart-row{grid-template-columns:60px 1fr;align-items:start}.cart-row img{width:60px;height:60px}.cart-row>div:last-child{grid-column:2;display:flex;justify-content:space-between;align-items:center}.hero-actions .button{flex:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
