@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--green:#082e25;--deep:#06281f;--lime:#d8efa1;--paper:#f6f8f3;--ink:#123c30;--muted:#65736b;--line:#d6dfd5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{background:var(--paper);color:var(--ink);margin:0;font:16px/1.6 DM Sans,sans-serif}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:5px;outline:3px solid #7d9f32}button:disabled{opacity:.5;cursor:not-allowed}.notice{background:var(--deep);color:var(--lime);text-align:center;letter-spacing:.12em;padding:9px 24px;font-size:12px}.notice span{color:#e0e9de;letter-spacing:.01em;margin-left:22px}header{background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:96px;padding:0 5%;display:flex}.brand{letter-spacing:-1px;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:26px;font-weight:800;display:inline-flex}.brand-icon{border:1px solid var(--ink);border-radius:50%;place-items:center;width:34px;height:34px;font-size:20px;display:inline-grid}.brand-suffix{letter-spacing:.06em;align-self:flex-start;margin-top:8px;font-size:11px}nav{gap:36px;font-size:14px;display:flex}nav a:hover{border-bottom:1px solid}button{border:0}.cart-button{background:0 0;align-items:center;gap:12px;font-size:14px;display:flex}.cart-button span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;font-size:12px;display:grid}svg{stroke:currentColor;stroke-width:1.3px;fill:none;width:22px;height:22px}.hero{background:var(--green);color:#fff;grid-template-columns:1.1fr 1fr;min-height:655px;display:grid}.hero-copy{padding:76px 8% 37px 9%}.eyebrow{letter-spacing:.16em;margin:0 0 24px;font-size:12px;font-weight:600}.hero .eyebrow{color:var(--lime)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500}h1{letter-spacing:-.055em;margin-bottom:26px;font-size:clamp(42px,4.9vw,76px);line-height:1.1}em{font-family:Georgia,serif;font-weight:400}h1 em{color:var(--lime)}.hero-description{color:#c9d9ce;max-width:430px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:29px;margin-top:33px;display:flex}.button{border-radius:3px;justify-content:space-between;align-items:center;gap:30px;min-height:52px;padding:16px 22px;font-size:14px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.lime{background:var(--lime);color:var(--green)}.green{background:var(--green);color:#fff}.text-link{border-bottom:1px solid #7b9584;padding:9px 0;font-size:14px}.text-link span{margin-left:10px}.hero-foot{color:#c7d4ca;border-top:1px solid #446050;align-items:center;gap:20px;margin-top:57px;padding-top:24px;font-size:12px;line-height:1.6;display:flex}.hero-foot>span:first-child{color:var(--lime);border-right:1px solid #446050;padding-right:22px;font-size:23px}.hero-foot b{color:#fff;font-weight:400}.hero-image{background:#06362c;min-height:580px;position:relative;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%;position:absolute}.image-tag{letter-spacing:.12em;color:#deead9;justify-content:space-between;font-size:11px;display:flex;position:absolute;top:28px;left:30px;right:30px}.image-caption{letter-spacing:.13em;font-size:11px;position:absolute;bottom:32px;left:30px}.principles{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);padding:27px 5%;font-size:14px;display:grid}.principles span{border-right:1px solid var(--line);justify-content:center;gap:20px;display:flex}.principles span:last-child{border:0}.principles b{color:#788a7b;font-size:12px;font-weight:400}.section{padding:88px 5%}.section-top{justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:35px;display:flex}.section-top .eyebrow{color:#617462;margin-bottom:15px}h2{letter-spacing:-.045em;margin-bottom:0;font-size:clamp(34px,3.2vw,48px);line-height:1.16}.section-top>p{color:var(--muted);margin-bottom:3px;font-size:14px}.demo-note{border:1px solid var(--line);color:var(--muted);align-items:center;gap:15px;margin-bottom:25px;padding:12px 15px;font-size:12px;display:flex}.demo-note span{color:var(--ink);letter-spacing:.08em;white-space:nowrap;font-size:10px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 24px;display:grid}.product-card{min-width:0}.product-image{aspect-ratio:1.22;text-align:left;background:#e5ece2;border:1px solid #d9e3d8;width:100%;padding:0;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;object-position:50% 51%;width:100%;height:100%;transition:transform .5s}.product-image:hover img{transform:scale(1.045)}.product-image .badge{letter-spacing:.06em;background:#f6f8f3e8;border-radius:2px;padding:4px 9px;font-size:10px;position:absolute;top:16px;left:16px}.product-code{color:#fff;font-size:12px;position:absolute;top:17px;right:15px}.product-bottom{padding:18px 0 0}.product-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-heading h3{letter-spacing:-.025em;margin:0;font-size:21px;font-weight:600}.product-heading span{border:1px solid var(--line);border-radius:2px;padding:2px 8px;font-size:12px}.product-bottom p{color:var(--muted);margin:4px 0 17px;font-size:13px}.buy-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.price{font-size:19px;font-weight:600}.price small{font-size:12px;font-weight:400}.add-button{color:var(--green);background:0 0;border:1px solid #cbd7c8;border-radius:3px;padding:10px 15px;font-size:13px}.add-button:hover{background:var(--green);color:#fff}.add-button span{margin-left:16px}.knowledge{background:#e9efe4}.articles{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:50px;display:grid}details{border-top:1px solid #adbfa9;padding:20px 0}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}.article-number{letter-spacing:.09em;color:#65735d;font-size:11px}h3{line-height:1.3}.articles h3{letter-spacing:-.03em;margin:32px 0;font-size:27px}.article-link{justify-content:space-between;font-size:13px;display:flex}.article-link span{font-size:22px}details[open] .article-link span{transform:rotate(45deg)}details p{color:#53664f;margin:20px 0 0;font-size:14px}.contact{background:var(--green);color:#edf3e7;grid-template-columns:1fr 1fr;gap:14%;display:grid}.contact .eyebrow{color:var(--lime)}.contact h2{font-size:46px}.contact h2 em{color:var(--lime)}.contact p{color:#c6d6c8;margin-top:25px;font-size:15px}.contact small{color:#a6bcaa;font-size:12px}.contact form{align-self:center}label{margin-bottom:20px;font-size:14px;display:block}input:not([type=checkbox]),textarea{width:100%;color:inherit;outline-offset:5px;background:0 0;border:0;border-bottom:1px solid #789082;border-radius:0;padding:12px 0;display:block}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#aabfb0}.contact .button{width:100%}.contact .form-hint{margin:12px 0 0;font-size:12px}footer{justify-content:space-between;align-items:center;gap:20px;padding:32px 5%;display:flex}footer .brand{font-size:21px}footer>span,footer>a:last-child{color:var(--muted);font-size:12px}dialog{background:var(--paper);color:var(--ink);border:0;border-radius:5px;width:min(560px,100% - 28px);max-height:90dvh;padding:42px;box-shadow:0 30px 100px #00190f44}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#001b16aa}dialog h2{margin-bottom:25px;font-size:36px}.close{color:var(--ink);background:0 0;width:40px;height:40px;font-size:30px;position:absolute;top:12px;right:16px}dialog .eyebrow{margin-top:12px}.small-dot{color:#96b459}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:12px;padding:19px 0;display:grid}.cart-item strong{display:block}.cart-item small{color:var(--muted);font-size:12px}.quantity{align-items:center;gap:12px;margin-top:8px;display:flex}.quantity button{color:var(--ink);background:#e4ebdf;width:32px;height:32px}.remove{color:var(--muted);background:0 0;margin-left:auto;padding:6px 0;font-size:12px;text-decoration:underline;display:block}.cart-total{justify-content:space-between;margin:24px 0;font-size:19px;display:flex}.full{width:100%}.empty-cart{padding:25px 0}.checkout-note{color:var(--muted);font-size:14px}.check{align-items:flex-start;gap:10px;margin-top:22px;font-size:12px;display:flex}.check input{width:18px;height:18px;accent-color:var(--green);flex:none}#checkout-form .button{width:100%}#checkout-success h3{font-size:26px}#checkout-success p{font-size:14px}#toast{background:var(--lime);color:var(--green);opacity:0;pointer-events:none;z-index:20;text-align:center;border-radius:4px;max-width:90vw;padding:13px 25px;font-size:14px;transition:all .25s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);box-shadow:0 6px 30px #001a2233}#toast.show{opacity:1;transform:translate(-50%)}.detail-img{aspect-ratio:1;object-fit:cover;border:1px solid var(--line);background:#eef2ec;border-radius:4px;width:100%;height:auto;margin-bottom:20px;display:block}.detail-facts{border-block:1px solid var(--line);justify-content:space-between;margin:20px 0;padding:13px 0;display:flex}.detail-copy{color:var(--muted);font-size:14px}@media (min-width:1600px){main,header,footer,.notice{padding-left:max(5%,50% - 750px);padding-right:max(5%,50% - 750px)}main{max-width:1700px;margin:auto;padding:0}}@media (max-width:1000px){.hero-actions{flex-wrap:wrap;gap:15px}.hero-copy{padding-top:55px}.hero-foot{margin-top:32px}.hero{min-height:600px}.hero-image{min-height:560px}.contact{gap:8%}.product-heading h3{font-size:18px}.add-button{padding:9px}.add-button span{margin-left:5px}}@media (max-width:700px){.notice{letter-spacing:.1em;padding:8px 14px;font-size:10px}.notice span{letter-spacing:0;margin:1px 0 0;font-size:10px;display:block}header{height:76px;padding:0 6%}.brand{font-size:22px}.brand-icon{width:28px;height:28px;font-size:17px}.brand-suffix{font-size:9px}nav{display:none}.cart-button{gap:8px;font-size:13px}.hero{flex-direction:column;display:flex}.hero-copy{padding:45px 6% 32px}h1{font-size:49px}.eyebrow{margin-bottom:20px;font-size:10px}.hero-description{font-size:16px}.hero-actions{flex-wrap:nowrap;gap:23px}.button{gap:16px;padding:14px 17px}.text-link{font-size:12px}.hero-foot{margin-top:32px;padding-top:20px}.hero-image{height:400px;min-height:400px}.hero-image img{object-position:50% 51%}.image-tag{font-size:9px;left:23px;right:23px}.image-caption{font-size:9px;left:23px}.principles{grid-template-columns:1fr;gap:15px;padding:20px 6%}.principles span{border:0;justify-content:flex-start;font-size:13px}.section{padding:55px 6%}.section-top{margin-bottom:26px;display:block}h2{font-size:37px}.section-top>p{margin:20px 0 0;font-size:14px}.demo-note{font-size:11px;line-height:1.7;display:block}.demo-note span{margin-bottom:3px;display:block}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product-image{aspect-ratio:.85}.product-image .badge{padding:3px 5px;font-size:8px;top:9px;left:8px}.product-code{font-size:10px;top:10px;right:8px}.product-heading{flex-direction:column;align-items:flex-start;gap:4px}.product-heading h3{font-size:18px}.product-heading span{font-size:10px}.product-bottom p{margin:6px 0 10px;font-size:11px}.product-bottom{padding-top:12px}.buy-row{display:block}.price{margin-bottom:10px;font-size:17px;display:block}.add-button{justify-content:space-between;width:100%;padding:10px;font-size:12px;display:flex}.articles{grid-template-columns:1fr;gap:8px;margin-top:35px}.articles h3{margin:22px 0;font-size:27px}.contact{grid-template-columns:1fr;gap:35px}.contact h2{font-size:38px}footer{flex-wrap:wrap;gap:15px;padding:28px 6%}footer>span{font-size:11px}dialog{padding:32px 23px}dialog h2{font-size:32px}#toast{width:max-content}.cart-item{font-size:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}.address-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}fieldset{border:0;margin:25px 0;padding:0}legend{margin-bottom:12px;font-size:14px}.payment-option{border:1px solid var(--line);cursor:pointer;border-radius:4px;align-items:center;gap:12px;margin-bottom:9px;padding:14px;display:flex}.payment-option:has(input:checked){border-color:var(--green);background:#e9efe4}.payment-option input{accent-color:var(--green);width:18px;height:18px}.payment-option span{flex:1}.payment-option strong{font-size:14px}.payment-option small{color:var(--muted);font-size:11px;display:block}.payment-option b{white-space:nowrap;font-size:14px}.totals{border-top:1px solid var(--line);padding-top:15px}.totals>div{justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.totals .grand-total{border-top:1px solid var(--line);margin-top:15px;padding-top:12px;font-size:20px}@media (max-width:700px){h1{font-size:clamp(37px,12.4vw,49px)}.add-button,.text-link{font-size:14px}.hero-actions{gap:16px}.hero-actions .button{gap:12px}.product-bottom p,.product-heading span,.hero .eyebrow,.eyebrow,.notice,.notice span{font-size:12px}.notice{letter-spacing:.03em}.notice span{line-height:1.4}.demo-note,.article-number,.article-link,.payment-option small{font-size:12px}}@media (max-width:360px){header .brand{gap:5px;font-size:19px}header .brand-suffix{display:none}.hero-actions{flex-wrap:wrap}.hero-actions .text-link{font-size:14px}}.hero{grid-template-columns:1fr 1.05fr;min-height:720px}.hero-copy{flex-direction:column;justify-content:center;padding-top:56px;padding-bottom:46px;display:flex}.hero h1{font-size:clamp(40px,4.5vw,70px)}.hero-foot{margin-top:45px}.hero-products{background:#113e30;flex-direction:column;justify-content:center;min-width:0;padding:28px 30px 20px;display:flex}.collection-label{letter-spacing:.1em;color:#d7e6d8;justify-content:space-between;gap:15px;margin-bottom:18px;font-size:12px;display:flex}.hero-product-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.hero-product-grid figure{background:#f4f5f2;border-radius:3px;min-width:0;margin:0;position:relative;overflow:hidden}.hero-product-grid img{object-fit:contain;mix-blend-mode:multiply;background:#f4f5f2;width:100%;height:260px;padding:12px 14px 0;display:block}.hero-product-grid figcaption{color:var(--green);letter-spacing:.025em;border-top:1px solid #dde4d9;justify-content:space-between;align-items:center;gap:8px;padding:12px 15px;font-size:13px;display:flex}.hero-product-grid figcaption span:first-child{font-weight:700}.hero-product-grid figcaption span:last-child{white-space:nowrap;font-size:12px}.collection-caption{letter-spacing:.12em;color:#c5d6c5;margin:18px 0 0;font-size:11px}.hero-product-grid figure{transition:transform .25s}.hero-product-grid figure:hover{transform:translateY(-3px)}.hero-pack{width:100%;color:inherit;text-align:left;background:0 0;padding:0;display:block}@media (min-width:1450px){.hero-product-grid img{height:290px}}@media (min-width:701px) and (max-width:1050px){.hero h1{font-size:40px}.hero-products{padding:25px 18px}.hero-product-grid{gap:10px}.hero-product-grid img{height:230px;padding:8px 5px 0}.hero-product-grid figcaption{flex-wrap:wrap;padding:10px 8px;font-size:11px}.collection-label{font-size:10px}.hero-actions{flex-wrap:wrap}}@media (max-width:700px){.hero h1{font-size:clamp(35px,10.2vw,49px)}.hero{min-height:0}.hero-copy{padding:42px 6% 34px}.hero-products{padding:25px 6%}.hero-product-grid{gap:12px}.hero-product-grid img{height:205px;padding:10px 6px 0}.hero-product-grid figcaption{flex-wrap:wrap;gap:3px;padding:10px;font-size:12px}.hero-product-grid figcaption span:last-child{font-size:12px}.collection-label,.collection-caption{font-size:10px}.hero-foot{margin-top:32px}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.variant-select{margin:0 0 14px;display:block}.variant-select select{width:100%;font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:3px;padding:9px 10px;font-size:13px}.variant-select select:focus-visible{outline-offset:2px;outline:3px solid #7d9f32}.price s{color:var(--muted);font-weight:400}.form-error{color:#a3341f}.empty-catalog{color:var(--muted);padding:40px 0}#toast{opacity:0;pointer-events:none}#toast.show{opacity:1}.admin{background:var(--paper);min-height:100vh;color:var(--ink);font:15px/1.55 DM Sans,sans-serif}.admin-bar{background:var(--green);color:#fff;align-items:center;gap:28px;height:62px;padding:0 28px;display:flex}.admin-bar .brand{color:#fff;font-size:19px}.admin-bar nav{gap:22px;font-size:14px;display:flex}.admin-bar nav a{color:#dfe9dc;border-bottom:2px solid #0000;padding:6px 0}.admin-bar nav a:hover,.admin-bar nav a.active{color:#fff;border-bottom-color:var(--lime)}.admin-bar form{margin-left:auto}.admin-bar button{color:#dfe9dc;background:0 0;border:1px solid #2c5348;border-radius:3px;padding:7px 13px;font-size:13px}.admin-bar button:hover{color:#fff;border-color:var(--lime)}.admin-main{max-width:1180px;margin:0 auto;padding:32px 28px 70px}.admin-main h1{letter-spacing:-.03em;margin:0 0 6px;font-family:Manrope,sans-serif;font-size:27px}.admin-sub{color:var(--muted);margin:0 0 26px;font-size:14px}.admin-card{border:1px solid var(--line);background:#fff;border-radius:5px;margin-bottom:22px;padding:22px}.admin-card h2{letter-spacing:-.01em;margin:0 0 16px;font-family:Manrope,sans-serif;font-size:17px}.stat-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin-bottom:26px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:5px;padding:17px 19px}.stat b{letter-spacing:-.03em;font-family:Manrope,sans-serif;font-size:26px;display:block}.stat span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px}table.admin-table{border-collapse:collapse;width:100%;font-size:14px}table.admin-table th{text-align:left;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);padding:0 10px 9px;font-size:11px}table.admin-table td{vertical-align:middle;border-bottom:1px solid #edf1eb;padding:11px 10px}table.admin-table tr:last-child td{border-bottom:0}table.admin-table img{object-fit:cover;border:1px solid var(--line);border-radius:3px}.pill{letter-spacing:.05em;border:1px solid var(--line);background:#f2f6f0;border-radius:99px;padding:4px 9px;font-size:11px;display:inline-block}.pill-NEW{background:#e6f0fb;border-color:#c3dbf5}.pill-CONFIRMED{background:#eef0fb;border-color:#ccd2f2}.pill-PAID{background:#e6f5e9;border-color:#c0e3c8}.pill-SHIPPED{background:#fdf3dd;border-color:#f0dfae}.pill-COMPLETED{background:#e3efe6;border-color:#bcd8c3}.pill-CANCELLED{background:#fae8e4;border-color:#eec6bd}.admin-field{color:var(--muted);margin-bottom:15px;font-size:13px;display:block}.admin-field input,.admin-field textarea,.admin-field select{width:100%;font:inherit;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:3px;margin-top:6px;padding:9px 11px;font-size:14px;display:block}.admin-field textarea{resize:vertical;min-height:84px}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 18px;display:grid}.admin-actions{flex-wrap:wrap;align-items:center;gap:11px;margin-top:6px;display:flex}.btn{border:1px solid var(--green);background:var(--green);color:#fff;border-radius:3px;padding:10px 17px;font-size:14px}.btn:hover{background:#0b3e31}.btn-ghost{color:var(--green);background:0 0}.btn-ghost:hover{background:#e8efe6}.btn-danger{color:#a3341f;background:0 0;border-color:#a3341f}.btn-danger:hover{color:#fff;background:#a3341f}.admin-flash{color:#1d5b31;background:#e6f5e9;border:1px solid #c0e3c8;border-radius:4px;margin-bottom:20px;padding:11px 15px;font-size:14px}.admin-error{color:#8d2d19;background:#fae8e4;border:1px solid #eec6bd;border-radius:4px;margin-bottom:20px;padding:11px 15px;font-size:14px}.admin-login{background:var(--green);place-items:center;min-height:100vh;padding:24px;display:grid}.admin-login form{background:var(--paper);border-radius:6px;width:100%;max-width:390px;padding:34px}.admin-login h1{margin:0 0 20px;font-family:Manrope,sans-serif;font-size:23px}.admin-empty{color:var(--muted);padding:16px 0;font-size:14px}.admin-back{color:var(--muted);margin-bottom:14px;font-size:13px;display:inline-block}.admin-back:hover{color:var(--ink)}@media (max-width:760px){.admin-bar{flex-wrap:wrap;gap:14px;height:auto;padding:14px 18px}.admin-bar form{margin-left:0}.admin-main{padding:22px 18px 60px}table.admin-table{font-size:13px}}.buy-now{margin-top:10px}.detail-quantity{justify-content:space-between;align-items:center;gap:12px;margin:0 0 20px;font-size:14px;display:flex}.detail-quantity .quantity{margin-top:0}.detail-continue{text-align:center;border-bottom:1px solid var(--line);background:0 0;width:100%;margin:18px auto 0;display:block}
