@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--ink:#18281f;--lime:#ceff19;--paper:#fafbf6;--line:#d9ded6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}header,main,footer{max-width:1320px;margin:auto}header{padding:28px 48px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}a{color:inherit}.brand{font-family:'Space Grotesk',sans-serif;font-size:32px;font-weight:700;text-decoration:none;letter-spacing:-2px;white-space:nowrap}.brand span:not(.brand-dot){background:var(--lime);border-radius:50%;padding:0 4px}.brand-dot{font-size:36px;margin-left:8px}.nav-link{font-size:14px;text-decoration:none;font-weight:700}.nav-link span{margin-left:20px}main{padding:0 48px}.intro{display:flex;align-items:center;justify-content:space-between;padding:62px 0 40px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 22px}h1,h2,h3{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(48px,6vw,80px);line-height:1.04;letter-spacing:-4px;margin:0;font-weight:600}h1 em{font-style:normal;display:inline-block;background:var(--lime);padding:0 12px 8px;transform:rotate(-2deg);margin-top:7px}.lead{color:#536157;font-size:18px;margin:25px 0 0}.stamp{margin-right:36px;background:var(--lime);border:2px solid var(--ink);outline:9px solid var(--lime);border-radius:50%;width:204px;height:204px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(12deg);gap:12px}.stamp span{font-size:12px;font-weight:700;letter-spacing:2px}.stamp strong{font-family:'Space Grotesk',sans-serif;font-size:32px;line-height:1;text-align:center}.demo-notice{display:flex;gap:15px;font-size:14px;padding:18px 20px;background:#edf1e8;border-left:3px solid var(--ink);line-height:1.5}.demo-notice strong{flex-shrink:0}.catalog{padding:48px 0 64px;scroll-margin-top:20px}.catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}h2{font-size:30px;letter-spacing:-1px;margin:0}.catalog-heading h2 span{margin-left:15px}.search{border:1px solid #abb7ad;border-radius:30px;padding:12px 18px;display:flex;gap:12px;align-items:center;width:340px;background:white}.search span{font-size:25px;line-height:1}.search input{border:0;outline:none;background:transparent;font:inherit;width:100%;min-width:0}.search:focus-within{outline:2px solid var(--ink);outline-offset:3px}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:26px 0 20px}button{font:inherit;cursor:pointer}.filters button,#reset{border:1px solid var(--line);border-radius:24px;padding:10px 21px;background:transparent;color:var(--ink);font-size:14px}.filters button[aria-pressed=true],#reset{background:var(--ink);color:white;border-color:var(--ink)}button:focus-visible,a:focus-visible{outline:3px solid #6a9200;outline-offset:4px}.count{font-size:13px;color:#5d695f;margin:0 0 18px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.card{background:white;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s}.card:hover{transform:translateY(-4px)}.photo{height:285px;position:relative;background:#e9ece8;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;display:block}.demo-badge{position:absolute;top:16px;left:16px;border-radius:20px;background:#fff;padding:6px 10px;font-size:12px;font-weight:700;box-shadow:0 1px 5px #0001}.card-body{padding:23px;display:flex;flex-direction:column;flex:1}.category{text-transform:uppercase;font-size:12px;letter-spacing:1.5px;font-weight:700;color:#697566}.card h3{font-size:24px;letter-spacing:-.7px;margin:10px 0}.card p{color:#5a655c;line-height:1.6;margin:0 0 24px;flex:1}.buy{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border-radius:8px;padding:13px;border:0;background:var(--lime);color:var(--ink);font-weight:700;font-size:14px;text-decoration:none}.buy:disabled{background:#edf0e9;color:#737d73;cursor:not-allowed}.card small{font-size:12px;text-align:center;color:#687368;margin-top:10px}.empty{text-align:center;padding:45px 20px}.empty[hidden]{display:none}.affiliate{border-top:1px solid var(--line);padding:40px 0 50px;display:flex;gap:30px;align-items:flex-start}.asterisk{font-size:64px;line-height:1;color:#607d20}.affiliate h2{font-size:23px;letter-spacing:-.5px}.affiliate p{max-width:810px;color:#5a655c;line-height:1.6;font-size:14px;margin:12px 0 0}footer{padding:28px 48px;background:var(--ink);color:white;display:flex;align-items:center;gap:30px}footer .brand{font-size:27px}footer .brand span{color:var(--ink)}footer p{font-size:14px;color:#c8d1c8}footer>span{margin-left:auto;font-size:12px;color:#c8d1c8}@media(max-width:900px){.demo-notice{flex-direction:column;gap:4px}.grid{gap:16px}.photo{height:225px}.card-body{padding:18px}.stamp{width:160px;height:160px;margin-right:12px}.stamp strong{font-size:26px}}@media(max-width:650px){header{padding:20px}.brand{font-size:29px}.nav-link{font-size:12px}.nav-link span{margin-left:4px}main{padding:0 20px}.intro{padding:38px 0 30px}h1{font-size:51px;letter-spacing:-3px}.eyebrow{font-size:10px;letter-spacing:1px}.lead{font-size:16px;max-width:250px}.stamp{display:none}.catalog{padding:32px 0 42px}.catalog-heading{align-items:stretch;flex-direction:column;gap:20px}h2{font-size:27px}.search{width:100%}.grid{grid-template-columns:1fr;gap:22px}.photo{height:310px}.card-body{padding:22px}.filters button{padding:10px 17px}.affiliate{gap:15px}.asterisk{font-size:39px}.affiliate h2{font-size:22px}footer{padding:26px 20px;flex-wrap:wrap;gap:10px 20px}footer p{margin:0}footer>span{width:100%;margin-left:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card{transition:none}}
