:root{--navy:#102b40;--deep:#0a1c2c;--green:#c4ed80;--forest:#226640;--paper:#f4f6f6;--line:#dfe5e7;--muted:#596975;--white:#fff;--radius:7px}*{box-sizing:border-box}body{margin:0;color:var(--navy);background:white;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #26905a;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,4.8vw,4.7rem);font-weight:700}h2{font-size:clamp(2rem,3vw,3rem)}h3{font-size:1.35rem}p{color:var(--muted)}img{max-width:100%;display:block}button{border:0}input,textarea,select{width:100%;padding:12px;border:1px solid #b8c5cc;border-radius:4px;background:white;color:var(--navy)}textarea{min-height:130px;resize:vertical}label{display:block;font-size:14px;font-weight:600;margin-bottom:18px}label input,label textarea,label select{margin-top:7px}small,.small{font-size:14px}.wrap{max-width:1320px;margin:auto;padding:0 40px}.topline{background:var(--deep);color:#dbe6e8;font-size:13px}.topline .wrap{display:flex;justify-content:space-between;padding-top:9px;padding-bottom:9px}.topline a{color:var(--green)}header{background:white;border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;gap:32px;min-height:97px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:52px;height:52px;object-fit:contain}.brand strong{font-size:28px;line-height:1;letter-spacing:.01em}.brand span{font-size:11px;font-weight:700;letter-spacing:.14em;display:block;margin-top:5px}.links{display:flex;gap:26px;margin-left:auto;font-size:14px;font-weight:600}.links a{padding:12px 0;border-bottom:2px solid transparent}.links a.active,.links a:hover{border-color:var(--forest)}.cart-link{display:flex;align-items:center;gap:9px;font-size:14px;white-space:nowrap}.count{background:var(--navy);color:white;padding:1px 7px;border-radius:30px;font-size:12px}.menu-toggle{display:none;background:var(--paper);padding:8px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 22px;background:var(--navy);color:white;border:1px solid var(--navy);border-radius:4px;font-size:14px;font-weight:700;line-height:1.5}.btn:hover{filter:brightness(1.1)}.btn.lime{background:var(--green);color:var(--deep);border-color:var(--green)}.btn.outline{background:transparent;color:var(--navy);border-color:#9eafb9}.btn.light{background:transparent;border-color:#607283;color:white}.btn.white{background:white;color:var(--navy);border-color:white}.actions{display:flex;gap:12px;flex-wrap:wrap}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:700;margin-bottom:24px}.hero{background:var(--navy);color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center;padding-top:65px;padding-bottom:62px}.hero h1{max-width:640px;margin-bottom:26px}.hero p{color:#c2cdd6;max-width:480px;font-size:17px}.hero .eyebrow{color:var(--green)}.hero .actions{margin-top:30px}.hero-note{display:flex;gap:28px;margin-top:45px;font-size:13px;color:#cbd7df}.hero-note span:before{content:'✓';margin-right:9px;color:var(--green)}.hero-visual{position:relative;background:#edf0ef;border-radius:8px;height:490px;overflow:hidden}.hero-visual>img{width:100%;height:100%;object-fit:contain;padding:22px}.hero-caption{position:absolute;bottom:16px;left:16px;right:16px;background:rgba(255,255,255,.96);padding:15px 20px;display:flex;align-items:center;justify-content:space-between;color:var(--navy);box-shadow:0 4px 20px #102b4011}.hero-caption small{display:block;color:var(--muted);font-size:12px}.hero-caption a{font-size:24px}.range-strip{border-bottom:1px solid var(--line);background:#edf3ee}.range-strip .wrap{display:flex;justify-content:space-between;gap:24px;padding-top:19px;padding-bottom:19px;font-size:13px;font-weight:700}.range-strip span{color:var(--forest)}section.section{padding:72px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-head h2{margin-bottom:0}.section-head .eyebrow{color:var(--forest);margin-bottom:14px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--navy);padding-bottom:4px;white-space:nowrap}.categories{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.category{border:1px solid var(--line);padding:22px;min-height:152px;border-radius:5px;transition:background .2s}.category:hover{background:#edf3ee}.cat-no{font-size:12px;color:var(--forest);display:flex;justify-content:space-between;margin-bottom:27px}.category h3{font-size:17px;letter-spacing:-.015em;margin-bottom:4px}.category small{color:var(--muted);font-size:12px}.soft{background:var(--paper)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product{background:white;border:1px solid var(--line);border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.product-image{position:relative;background:#f1f3f2;height:260px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .25s}.product-image:hover img{transform:scale(1.035)}.product-info{padding:22px;display:flex;flex-direction:column;flex:1}.product-info .category-label{color:var(--forest);font-size:11px;letter-spacing:.09em;text-transform:uppercase;font-weight:bold;margin-bottom:12px}.product-info h3{font-size:19px;margin-bottom:10px;min-height:43px}.product-info p{font-size:13px;margin-bottom:20px}.product-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:17px;margin-top:auto;font-size:13px;font-weight:bold}.product-bottom button{background:#eaf1e9;color:var(--forest);width:32px;height:32px;border-radius:4px;font-size:21px}.partner{background:var(--forest);color:white;padding:50px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;border-radius:6px}.partner p{color:#d4e5da;max-width:600px;margin-bottom:0}.partner h2{max-width:650px}.partner .eyebrow{color:var(--green)}footer{background:var(--deep);color:#e7edf1;padding:55px 0 20px}footer p{color:#a7b7c5;font-size:14px}footer .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:45px}footer h3{font-size:15px;letter-spacing:0;margin:7px 0 20px}footer a{display:block;color:#b7c5d0;font-size:14px;margin-bottom:10px}footer .brand{color:white;margin-bottom:20px}footer .brand img{border-radius:6px}footer .brand a{color:white}footer .footer-bottom{border-top:1px solid #2a3a49;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#96a8b7}.floating-wa{position:fixed;bottom:24px;right:25px;background:var(--forest);color:white;padding:12px 20px;border-radius:40px;box-shadow:0 4px 20px #0002;z-index:10;font-size:14px;font-weight:bold}.page-title{padding:45px 0;background:var(--paper);border-bottom:1px solid var(--line)}.page-title h1{font-size:3rem;margin:14px 0 16px}.page-title p{max-width:680px;margin-bottom:0}.breadcrumb{font-size:13px;color:var(--muted)}.shop-layout{display:grid;grid-template-columns:210px 1fr;gap:35px}.shop-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar h3{font-size:16px;margin:0 0 20px}.filter{display:block;padding:12px 10px;width:100%;text-align:left;border-radius:4px;background:white;color:var(--muted);font-size:14px;margin-bottom:4px}.filter.active{background:#eaf1e9;color:var(--forest);font-weight:700}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.shop-toolbar input{max-width:350px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:70px}.detail-image{background:var(--paper);padding:28px;border:1px solid var(--line);border-radius:6px}.detail-image img{max-height:610px;object-fit:contain;width:100%}.detail h1{font-size:3rem}.detail .eyebrow{color:var(--forest);margin:0 0 15px}.price{font-size:25px;font-weight:700;margin:24px 0 7px}.detail .features{padding-left:20px;color:var(--muted)}.qty{max-width:90px}.notice{background:#edf3ee;border-left:3px solid var(--forest);padding:16px 20px;margin:22px 0;font-size:14px;color:#405a4c}.notice.warning{background:#fff7e6;border-color:#bf8a21;color:#6b5226}.details-stack{margin-top:26px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:bold;list-style-position:outside;margin-left:18px}details p{margin:18px 0 0}.gallery{display:flex;gap:14px;margin-top:15px}.gallery a{border:1px solid var(--line);padding:8px;font-size:13px}.gallery img{height:90px;max-width:100px;object-fit:contain}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px}.content p{white-space:pre-line;max-width:800px}.panel{padding:30px;border:1px solid var(--line);border-radius:6px;background:white}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.full{grid-column:1/-1}.cart-row{display:grid;grid-template-columns:74px 1fr 95px 95px;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{height:88px;width:74px;object-fit:contain;background:var(--paper)}.cart-row h3{font-size:17px;margin:0 0 5px}.cart-row button{background:none;color:#7c3131;font-size:13px;text-decoration:underline}.summary-row{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px;gap:15px}.empty{text-align:center;padding:70px 20px}.empty h2{font-size:2rem}.form-result{padding:24px;background:#edf3ee;margin-top:25px}.form-result textarea{margin:16px 0}.editor-bar{background:#eaf1e9;padding:16px;font-size:14px;margin-bottom:25px}.editor-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.editor-tabs button{background:var(--paper);padding:12px 17px}.editor-tabs button.active{background:var(--navy);color:white}.editor-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.editor-item{border:1px solid var(--line);padding:20px;display:flex;justify-content:space-between;align-items:center;gap:15px}.editor-item h3{font-size:16px;margin-bottom:4px}.editor-form{max-width:900px}.editor-form h2{font-size:2rem}.editor-json{font-family:monospace;font-size:14px;min-height:430px}.muted{color:var(--muted)}.check{display:flex;gap:12px;align-items:start}.check input{width:18px;height:18px;margin-top:3px;flex-shrink:0}.skip{position:fixed;top:-100px;padding:15px;background:white;z-index:100}.skip:focus{top:0}#toast{position:fixed;bottom:26px;left:24px;max-width:380px;background:var(--deep);color:white;padding:15px 24px;border-radius:5px;z-index:100;display:none}#toast.show{display:block}.mobile-only{display:none}.editor-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.asset-preview{max-height:160px;max-width:200px;object-fit:contain;margin:10px 0}.form-hint{font-size:13px;font-weight:400}.preview-label{background:#eff3f5;color:#536775;font-size:12px;text-align:center;padding:6px 15px;border-top:1px solid var(--line)}@media(max-width:1100px){.links{gap:14px}.nav{gap:20px}.wrap{padding:0 28px}.hero-grid{gap:35px}.hero-visual{height:430px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-grid .product:last-child:nth-child(4){display:none}.categories{gap:10px}.category{padding:17px}.shop-layout{grid-template-columns:180px 1fr}.shop-layout .product-grid{grid-template-columns:repeat(2,1fr)}.detail,.two-col{gap:35px}.brand strong{font-size:24px}.brand img{width:45px;height:45px}}@media(max-width:800px){.wrap{padding:0 22px}.topline .wrap{justify-content:center}.topline .wrap>span{display:none}.nav{min-height:80px;flex-wrap:wrap;gap:16px;padding-top:12px;padding-bottom:12px}.menu-toggle{display:block;margin-left:auto}.links{display:none;width:100%;order:4;flex-direction:column;gap:0}.links.open{display:flex}.cart-link{font-size:0}.cart-link .count{font-size:12px}.hero-grid{grid-template-columns:1fr;padding-top:44px;padding-bottom:35px;gap:35px}.hero h1{font-size:3.4rem;max-width:620px}.hero-visual{height:390px}.hero-note{margin-top:28px;flex-wrap:wrap;gap:14px}.range-strip .wrap{flex-wrap:wrap;justify-content:center;gap:10px 24px}.range-strip .wrap>strong{display:none}.categories{grid-template-columns:repeat(2,1fr)}.category:last-child{grid-column:1/-1;min-height:120px}.category:last-child .cat-no{margin-bottom:15px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-grid .product:last-child:nth-child(4){display:flex}.section-head{align-items:start}.section-head .text-link{font-size:12px;margin-top:6px}section.section{padding:45px 0}.partner{grid-template-columns:1fr;padding:32px;gap:25px}.partner .btn{justify-self:start}footer .footer-grid{grid-template-columns:1fr 1fr;gap:25px}footer .footer-bottom{display:block;padding-bottom:55px}.shop-layout{grid-template-columns:1fr;gap:20px}.sidebar{display:flex;overflow-x:auto;gap:6px;padding-bottom:8px}.sidebar h3{display:none}.filter{white-space:nowrap;width:auto;margin:0;padding:10px 15px}.detail,.two-col{grid-template-columns:1fr}.detail h1{font-size:2.6rem}.page-title h1{font-size:2.5rem}.editor-list{grid-template-columns:1fr}.cart-row{grid-template-columns:55px 1fr 70px;gap:12px}.cart-row img{width:55px;height:70px}.cart-row button{grid-column:2}.floating-wa{bottom:18px;right:16px;padding:11px 16px}.hero-caption{font-size:14px}.detail-image img{max-height:480px}}@media(max-width:480px){h1,.hero h1{font-size:2.65rem}.wrap{padding-left:17px;padding-right:17px}.product-grid,.shop-layout .product-grid{gap:12px}.product-image{height:200px}.product-info{padding:15px}.product-info h3{font-size:16px;min-height:52px}.product-bottom{font-size:12px}.product-info p{font-size:12px}.section-head{flex-direction:column;gap:18px}.field-row{grid-template-columns:1fr;gap:0}.hero-visual{height:345px}.topline{font-size:12px}.brand strong{font-size:24px}.brand span{font-size:10px}.brand img{width:40px;height:40px}.nav{gap:10px}.shop-toolbar{align-items:stretch;flex-direction:column;gap:10px}.shop-toolbar input{max-width:none}.partner{padding:27px}.hero-note{font-size:12px}.panel{padding:22px}.editor-actions .btn{padding:10px}.cart-row h3{font-size:15px}}

/* Product galleries wrap on small screens and keep all supplied artwork uncropped. */
.detail>div{min-width:0}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.gallery button{min-width:0;border:1px solid var(--line);border-radius:5px;padding:8px;background:white;color:var(--navy);font-size:13px}.gallery button[aria-pressed="true"]{border:2px solid var(--forest);padding:7px;background:#edf3ee}.gallery img{width:100%;max-width:none;height:90px;object-fit:contain}.gallery span{display:block;margin-top:5px}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.detail-image a{display:block}.detail-image img{height:540px}@media(max-width:800px){.detail-image img{height:400px}}
