@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#132934;--muted:#657278;--lime:#d3f36b;--line:#dfe5e5;--paper:#f4f6f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:white;font-family:'DM Sans',Arial,sans-serif;font-size:16px}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #769f1b;outline-offset:4px}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3,.logo{font-family:Manrope,Arial,sans-serif}h1{font-weight:500;letter-spacing:-.055em;line-height:1.08}h2{font-size:38px;letter-spacing:-.045em;font-weight:500}h3{font-size:19px;font-weight:600;letter-spacing:-.025em}.container{width:min(1320px,calc(100% - 96px));margin:auto}.topbar{background:var(--ink);color:#dce7e7;font-size:12px;letter-spacing:.03em}.topbar .container{height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{margin-left:22px}.nav{height:100px;display:flex;align-items:center;gap:55px}.logo{font-size:40px;letter-spacing:-.08em;font-weight:800;line-height:1}.logo span{color:#88aa30}.logo small{display:block;font:10px 'DM Sans',Arial;letter-spacing:.18em;margin-top:9px}.nav nav{display:flex;align-items:center;gap:32px;flex:1;font-size:14px;font-weight:500}.nav nav a{padding:12px 0;border-bottom:2px solid transparent}.nav nav a.active{border-color:var(--ink)}.cart-button{border:1px solid var(--line);background:white;padding:13px 18px;display:flex;align-items:center;gap:12px;font-size:14px}.cart-button b{background:var(--lime);border-radius:50%;height:22px;width:22px;display:grid;place-items:center;font-size:12px}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;vertical-align:middle}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white;min-height:565px;position:relative}.hero-copy{padding:64px 48px 62px max(48px,calc((100vw - 1320px)/2));display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:600;display:block;margin-bottom:25px}.hero .eyebrow{color:var(--lime)}.hero h1{font-size:clamp(44px,4.55vw,70px)}.hero h1 em{font-style:normal;color:var(--lime)}.hero-copy p{max-width:420px;line-height:1.75;color:#c3d0d5;margin-top:24px}.actions{display:flex;align-items:center;gap:26px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:17px 23px;border:0;background:var(--lime);color:var(--ink);font-weight:600;font-size:14px;transition:background .2s,transform .2s}.btn:hover{background:#c0e54e;transform:translateY(-2px)}.text-link{font-size:14px;border-bottom:1px solid;padding-bottom:5px}.hero-media{position:relative;overflow:hidden}.hero-media>img{width:100%;height:100%;object-fit:cover;object-position:36% center;display:block}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#13293425,transparent 40%)}.hero-label{position:absolute;z-index:1;bottom:26px;left:28px;right:28px;background:#ffffffed;color:var(--ink);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(10px)}.hero-label small{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.hero-label strong{font-size:15px;font-weight:500}.hero-label a{font-size:26px}.hero-index{position:absolute;top:27px;right:30px;z-index:1;background:var(--ink);color:white;padding:10px 13px;font-size:12px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:29px 0;border-bottom:1px solid var(--line)}.benefit{display:flex;gap:14px;align-items:center;padding:0 25px;border-right:1px solid var(--line)}.benefit:first-child{padding-left:0}.benefit:last-child{border:0}.benefit .icon{width:27px;height:27px;flex-shrink:0}.benefit b{display:block;font-size:14px;font-weight:600}.benefit span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.section{padding:72px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px;gap:24px}.section-head .eyebrow{margin-bottom:12px;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{background:var(--paper);padding:24px 25px;transition:background .2s}.category:hover{background:#e8eddf}.category .number{color:var(--muted);font-size:12px}.category img{width:100%;height:160px;object-fit:contain;mix-blend-mode:multiply;margin:8px 0 18px}.category h3{font-size:17px;display:flex;justify-content:space-between;gap:8px}.category small{display:block;font-size:13px;color:var(--muted);margin-top:8px}.feature{background:var(--paper)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{min-width:0}.product-image{display:block;width:100%;position:relative;background:white;border:1px solid var(--line);padding:24px;height:250px;text-align:left}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.product-image:hover img{transform:scale(1.05)}.tag{position:absolute;top:13px;left:13px;background:var(--lime);padding:5px 9px;font-size:11px;z-index:1}.product .meta{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:18px 0 7px}.product .name{border:0;padding:0;background:none;text-align:left;font-size:16px;font-weight:500;min-height:42px;display:block}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.price{font-size:21px;font-weight:600;letter-spacing:-.03em}.add{width:38px;height:38px;background:var(--ink);color:white;border:0;display:grid;place-items:center}.add:hover{background:#395a69}.contact{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:center}.contact h2{font-size:46px;max-width:580px}.contact p{line-height:1.8;color:var(--muted);margin:20px 0}.contact-box{border-left:1px solid var(--line);padding:5px 0 5px 50px}.contact-box .eyebrow{margin-bottom:20px}.contact-box h3{font-size:24px;margin-bottom:20px}.contact-box a{display:block;line-height:2}.footer{background:var(--ink);color:#c1ced1;padding:38px 0 22px}.footer-main{display:flex;align-items:center;justify-content:space-between;padding-bottom:30px}.footer .logo{color:white}.footer p{font-size:14px}.footer-bottom{border-top:1px solid #3e5059;padding-top:20px;font-size:12px;display:flex;justify-content:space-between;gap:24px}.demo-bar{background:#e9efdf;color:#3b4b28;text-align:center;padding:9px 20px;font-size:12px}.shop-title{padding:32px 0 27px}.breadcrumb{font-size:12px;color:var(--muted);display:flex;gap:10px;margin-bottom:25px}.shop-title h1{font-size:50px}.shop-title p{color:var(--muted);margin-top:14px;line-height:1.6}.shop-header{display:flex;justify-content:space-between;align-items:center;gap:25px}.search{position:relative;width:370px}.search input{padding:16px 45px 16px 17px;width:100%;border:1px solid #c8d2d4;background:var(--paper);font-size:14px;border-radius:0}.search .icon{position:absolute;right:15px;top:16px}.shop-layout{display:grid;grid-template-columns:230px 1fr;gap:40px;padding-bottom:70px}.sidebar{border-top:1px solid var(--line);padding-top:25px}.sidebar h2{font:600 14px 'DM Sans';letter-spacing:0;margin-bottom:17px}.cat-filter{display:block;text-align:left;border:0;background:none;width:100%;padding:12px 12px;font-size:14px;line-height:1.4}.cat-filter.selected{background:var(--ink);color:white}.cat-filter:hover:not(.selected){background:var(--paper)}.side-help{margin-top:30px;padding:23px;background:var(--paper);line-height:1.5}.side-help p{font-size:13px;color:var(--muted);margin:9px 0 18px}.side-help a{font-size:14px;font-weight:600}.catalog-toolbar{border-top:1px solid var(--line);padding:16px 0 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px;color:var(--muted)}select{border:0;background:white;padding:8px;font-size:13px;color:var(--ink);max-width:205px}.shop-products{grid-template-columns:repeat(3,1fr);row-gap:32px}.shop-products .product-image{height:245px;background:var(--paper);border:0}.shop-products img{mix-blend-mode:multiply}.empty{padding:65px 20px;background:var(--paper);text-align:center;grid-column:1/-1}.empty p{margin:12px 0 20px;color:var(--muted)}.catalog-note{font-size:12px;color:var(--muted);margin-top:35px;line-height:1.6}dialog{border:0;padding:36px;max-width:700px;width:calc(100% - 32px);color:var(--ink);max-height:90vh;overflow:auto}dialog::backdrop{background:#071d28aa;backdrop-filter:blur(5px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.dialog-head h2{font-size:26px}.close{border:0;background:var(--paper);font-size:24px;width:38px;height:38px;flex-shrink:0}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.detail-grid>img{width:100%;height:240px;object-fit:contain}.detail-grid p{color:var(--muted);line-height:1.6;margin:14px 0}.detail-grid .price{display:block;margin:25px 0}.demo-note{font-size:12px!important;margin-top:20px!important;color:var(--muted)}.cart-row{display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:14px 0}.cart-row img{width:60px;height:70px;object-fit:contain}.cart-row div{flex:1}.cart-row b{display:block;font-size:14px}.cart-row small{display:block;color:var(--muted);margin-top:6px}.remove{border:0;background:none;text-decoration:underline;font-size:12px}.total{display:flex;justify-content:space-between;padding:24px 0;font-size:21px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);padding:16px 24px;background:var(--ink);color:white;box-shadow:0 5px 30px #0003;font-size:14px;opacity:0;pointer-events:none;transition:.2s;z-index:10}#toast.show{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.hero{min-height:650px}}@media(max-width:1100px){.container{width:calc(100% - 48px)}.nav{gap:30px}.nav nav{gap:20px}.hero-copy{padding:45px 30px}.hero h1{font-size:clamp(32px,4.3vw,48px)}.hero{min-height:540px}.benefit{padding:0 13px}.benefit span{font-size:11px}.shop-layout{grid-template-columns:200px 1fr;gap:24px}.shop-products .product-image{height:210px}.product-image{height:210px}.contact{gap:40px}}
@media(max-width:760px){.container{width:calc(100% - 36px)}.topbar .container{justify-content:center}.topbar .right{display:none}.nav{height:auto;min-height:100px;gap:15px;flex-wrap:wrap;padding:20px 0 14px}.logo{font-size:34px}.logo small{font-size:8px}.nav nav{order:3;flex-basis:100%;gap:24px;overflow:auto;white-space:nowrap;font-size:13px;justify-content:center}.nav nav a{padding:5px 0}.cart-button{margin-left:auto;padding:10px 12px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 24px}.hero h1{font-size:48px}.hero-copy p{font-size:15px}.hero-media{height:300px}.hero-label{left:18px;right:18px;bottom:18px}.hero-index{top:18px;right:18px}.benefits{grid-template-columns:1fr 1fr;gap:25px 10px;padding:26px 0}.benefit{border:0;padding:0}.benefit b{font-size:12px}.benefit span{font-size:11px}.benefit .icon{width:22px}.section{padding:44px 0}.section-head{align-items:flex-start}.section-head h2{font-size:29px}.section-head .text-link{font-size:12px;white-space:nowrap;margin-top:25px}.eyebrow{font-size:10px}.categories{grid-template-columns:1fr 1fr;gap:12px}.category{padding:18px 16px}.category img{height:120px}.category h3{font-size:14px}.category small{font-size:11px}.products{grid-template-columns:1fr 1fr;gap:28px 14px}.product-image,.shop-products .product-image{height:190px;padding:18px}.product .name{font-size:14px}.product .meta{font-size:10px}.price{font-size:18px}.contact{grid-template-columns:1fr;gap:30px}.contact h2{font-size:34px}.contact-box{border-left:0;border-top:1px solid var(--line);padding:30px 0 0}.footer-main{align-items:flex-start;gap:25px}.footer-main p{font-size:12px;max-width:150px;line-height:1.6}.footer-bottom{flex-direction:column;gap:12px}.shop-title{padding-top:23px}.shop-title h1{font-size:40px}.shop-header{display:block}.search{width:100%;margin-top:24px}.shop-layout{grid-template-columns:1fr;gap:20px}.sidebar{padding-top:15px;overflow:hidden}.sidebar h2{margin-bottom:12px}.filter-list{display:flex;overflow:auto;gap:8px;padding-bottom:6px}.cat-filter{white-space:nowrap;width:auto;flex-shrink:0;border:1px solid var(--line);font-size:12px;padding:10px 13px}.side-help{display:none}.catalog-toolbar{font-size:12px;padding-top:8px}.detail-grid{grid-template-columns:1fr}.detail-grid>img{height:180px}dialog{padding:24px}.demo-bar{font-size:11px}.actions{gap:20px}.btn{padding:15px 19px}.shop-title p{font-size:14px}.tag{font-size:10px}}

@media(max-width:760px){.hero h1{font-size:clamp(28px,9vw,36px)}.shop-title h1{font-size:clamp(28px,8vw,36px)}.nav nav{justify-content:flex-start}.actions{flex-wrap:wrap}.hero-label strong{line-height:1.5}}
