:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#151718;--muted:#5d6366;--paper:#f7f5ef;--panel:#fff;--line:#dbd7cc;--green:#2f6f57;--green-dark:#214f40;--coral:#dd6f4b;--blue:#4c6f9c;--yellow:#efc45a;--shadow:0 18px 45px #18191721}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{object-fit:cover;width:100%;height:100%;display:block}.site-header{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f5efdb;border-bottom:1px solid #dbd7cccc;justify-content:space-between;align-items:center;min-height:72px;padding:0 clamp(20px,5vw,68px);display:flex;position:sticky;top:0}.brand-lockup,.site-header nav,.button,.checkout-button,.trust-band div{align-items:center;display:flex}.brand-lockup{gap:10px;font-size:1.05rem;font-weight:800}.brand-mark{background:var(--ink);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.site-header nav{color:var(--muted);gap:24px;font-size:.94rem;font-weight:650}.hero{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:center;gap:clamp(32px,6vw,88px);min-height:calc(100vh - 72px);padding:clamp(44px,7vw,86px) clamp(20px,5vw,68px) 38px;display:grid}.hero-copy{max-width:780px}.eyebrow{color:var(--green);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:850}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:24px;font-size:clamp(4rem,15vw,11rem);line-height:.85}.hero-text{color:#3f4548;max-width:660px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.button,.checkout-button{cursor:pointer;font:inherit;border:0;border-radius:8px;justify-content:center;gap:10px;min-height:48px;padding:0 18px;font-weight:800}.button.primary,.checkout-button{background:var(--green);color:#fff}.button.secondary{border:1px solid var(--line);color:var(--ink);background:0 0}.hero-visual{aspect-ratio:.86;min-height:460px;position:relative}.hero-visual:before{content:"";transform-origin:bottom;background-color:#0000;background-image:linear-gradient(90deg,#15171814 1px,#0000 1px),linear-gradient(#15171814 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:12% 5% 2%;transform:perspective(900px)rotateX(64deg)rotate(-11deg)}.print-object{box-shadow:var(--shadow);border:1px solid #1517181f;border-radius:8px;position:absolute}.print-object.top{background:var(--coral);width:46%;height:34%;top:9%;right:13%;transform:rotate(8deg)}.print-object.mid{background:var(--blue);width:50%;height:24%;top:38%;left:12%;transform:rotate(-12deg)}.print-object.base{background:var(--yellow);width:58%;height:20%;bottom:12%;right:22%;transform:rotate(4deg)}.trust-band{border-bottom:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.trust-band div{background:#ebe7db;gap:12px;min-height:76px;padding:18px clamp(20px,5vw,68px)}.trust-band svg{color:var(--green);flex:none}.catalog{padding:clamp(54px,8vw,96px) clamp(20px,5vw,68px)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.section-heading h2,.custom-band h2{letter-spacing:0;max-width:720px;margin-bottom:0;font-size:clamp(2rem,4vw,4rem);line-height:1}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.product-card{background:var(--panel);border:1px solid var(--line);border-radius:8px;overflow:hidden}.product-image{aspect-ratio:4/3;background:#d7d1c1;position:relative}.fallback-print{color:#fff;z-index:0;background:linear-gradient(135deg,#2f6f57e0,#4c6f9ce6),repeating-linear-gradient(0deg,#0000,#0000 9px,#fff3 10px);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-image img{object-fit:cover;z-index:1}.product-body{padding:18px}.product-title-row{justify-content:space-between;align-items:start;gap:16px;display:flex}.product-title-row h3{margin-bottom:10px;font-size:1.2rem;line-height:1.2}.product-title-row span{color:var(--green-dark);white-space:nowrap;font-weight:900}.product-body p{color:var(--muted);min-height:96px;line-height:1.5}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0;display:grid}.meta-grid span{color:#42474a;background:#f0eee7;border-radius:8px;min-height:38px;padding:10px;font-size:.86rem;font-weight:750}.tag-row{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.tag-row span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:750}.checkout-button{width:100%}.custom-band{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;gap:24px;padding:clamp(44px,7vw,76px) clamp(20px,5vw,68px);display:flex}.custom-band .eyebrow{color:#9fd2bc}.custom-band .button.primary{color:var(--ink);background:#fff;flex:none}@media (max-width:960px){.hero,.product-grid{grid-template-columns:1fr}.hero{min-height:0}.hero-visual{min-height:360px}.trust-band{grid-template-columns:1fr}.product-body p{min-height:0}.custom-band{flex-direction:column;align-items:flex-start}}@media (max-width:620px){.site-header{flex-direction:column;align-items:flex-start;gap:14px;padding-top:14px;padding-bottom:14px}.site-header nav{justify-content:space-between;width:100%}h1{font-size:clamp(3.3rem,21vw,5.8rem)}.hero-actions,.button{width:100%}.meta-grid{grid-template-columns:1fr}}
