@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{--blue:#1947e5;--ink:#172023;--lime:#d9f96f;--paper:#f8f9f6;--line:#dfe3dd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue);outline-offset:4px}h1,h2,h3,.brand{font-family:Manrope,sans-serif;line-height:1.12;letter-spacing:-.045em}h2{font-size:clamp(28px,3vw,42px);margin:0}h3{font-size:23px;margin:12px 0}p{margin:0 0 22px}.wrap{max-width:1360px;margin:auto;padding:0 48px}.announcement{background:var(--lime);text-align:center;font-size:14px;padding:8px 16px}.header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{font-size:30px;font-weight:800;white-space:nowrap}.brand span{color:var(--blue)}.search{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:6px;max-width:430px;flex:1;overflow:hidden}.search input{width:100%;min-width:0;border:0;background:none;padding:12px 16px;outline-offset:-4px}.search button{background:none;border:0;padding:12px 16px}.nav{display:flex;gap:32px;padding-top:16px;padding-bottom:16px;border-top:1px solid var(--line);font-size:14px;font-weight:600}.nav a:hover{color:var(--blue)}.nav .right{margin-left:auto}.hero{display:grid;grid-template-columns:1fr 1.03fr;background:var(--blue);border-radius:12px;overflow:hidden;min-height:455px;color:#fff;margin-top:22px}.hero-copy{padding:48px 0 48px 48px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;display:block;margin-bottom:24px}h1{font-size:clamp(40px,4.9vw,67px);font-weight:800;margin:0 0 24px;line-height:1.08}.hero h1 em{font-style:normal;color:var(--lime)}.hero p{max-width:360px;color:#edf1ff}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:14px 22px;background:var(--ink);color:white;border-radius:5px;font-weight:700;min-height:48px}.button:hover{filter:brightness(1.12)}.hero .button{background:var(--lime);color:var(--ink)}.hero-photo{position:relative;min-width:0}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block;object-position:66% center}.badge{position:absolute;right:24px;top:24px;background:var(--lime);color:var(--ink);border-radius:50%;width:112px;height:112px;display:flex;align-items:center;justify-content:center;text-align:center;transform:rotate(9deg);font-size:15px;font-weight:700;line-height:1.3;padding:15px}.benefits{display:flex;justify-content:space-between;gap:20px;padding:24px 0;border-bottom:1px solid var(--line);font-size:14px}.benefits span{display:flex;align-items:center;gap:10px}.symbol{font-size:21px;color:var(--blue)}.section{padding:56px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-title p{margin:12px 0 0;color:#5d655f}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid;padding-bottom:3px;white-space:nowrap}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{padding:25px;background:#fff;border:1px solid var(--line);border-radius:8px;min-height:194px;transition:transform .2s,border-color .2s;text-align:left}.category:hover{transform:translateY(-4px);border-color:var(--blue)}.category .number{font-size:14px;color:#687169}.category h3{margin:32px 0 8px}.category p{font-size:14px;color:#677066;margin:0}.category .arrow{float:right;color:var(--blue);font-size:22px}.category.active{background:var(--lime);border-color:var(--lime)}.story{display:grid;grid-template-columns:1.05fr 1fr;gap:56px;background:#e9eeff;padding:42px;border-radius:8px}.story h2{max-width:440px}.story p{color:#4c576d;margin-bottom:14px}.story .eyebrow{color:var(--blue);margin-bottom:16px}.footer{background:#172023;color:#f5f7f5;margin-top:60px;padding:44px 0 24px}.footer-top{display:flex;justify-content:space-between;gap:32px}.footer .brand span{color:var(--lime)}.footer p{font-size:14px;color:#c3cbc4;margin-top:12px}.footer-links{display:flex;flex-wrap:wrap;gap:24px;font-size:14px}.footer-bottom{border-top:1px solid #455049;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#bdc4bd}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{display:block;background:white;padding:15px;border:1px solid var(--line);border-radius:8px}.product-card img,.product-card svg{width:100%;aspect-ratio:1;object-fit:contain;background:#f3f4f1;border-radius:5px}.product-card h3{font-size:18px;letter-spacing:-.025em}.price{font-size:19px;font-weight:700}.muted{color:#687169;font-size:14px}.content{min-height:45vh;padding-top:48px;padding-bottom:48px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px}.product-layout img{width:100%;height:auto;border-radius:8px}.product-layout h1{font-size:40px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.field input,.field textarea,.field select{border:1px solid #bbc3ba;border-radius:5px;padding:12px;background:#fff;width:100%}.richtext a{text-decoration:underline}.richtext img{max-width:100%}.cart-row{display:grid;grid-template-columns:80px 1fr 90px 100px;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:20px 0}.cart-row img{width:80px}.cart-row input{width:80px;padding:8px}.cart-actions{text-align:right;padding:30px 0}.cart-actions .button{margin:10px 0 10px 10px}.skip{position:absolute;left:-10000px}.skip:focus{left:12px;top:12px;background:white;z-index:99;padding:12px}dialog{border:1px solid var(--line);border-radius:12px;max-width:600px;width:calc(100% - 32px);padding:32px}dialog::backdrop{background:#17202399}dialog h2{margin:20px 0}.close{float:right;background:none;border:0;font-size:24px}.demo-note{font-size:12px;text-align:center;background:#edf0e9;padding:6px 12px;color:#515a52}.sample-list{padding-left:20px}.sample-list li{padding:10px;border-bottom:1px solid var(--line)}.empty{padding:30px;background:white;border:1px dashed #c7cec5;border-radius:8px}.pagination{display:flex;gap:20px;padding:24px 0}.category img{width:100%;height:130px;object-fit:cover}.policy{max-width:800px}
@media(min-width:1500px){.hero{min-height:490px}}@media(max-width:900px){.wrap{padding:0 24px}.header{gap:24px}.brand{font-size:25px}.nav{gap:22px;overflow:auto;white-space:nowrap}.nav .right{display:none}.hero-copy{padding:32px}.hero{min-height:400px}.hero h1{font-size:43px}.hero p{font-size:15px}.badge{width:90px;height:90px;font-size:13px;right:12px;top:12px}.categories,.grid{grid-template-columns:repeat(2,1fr)}.benefits{flex-wrap:wrap;gap:12px}.story{gap:30px;padding:30px}.footer-top{flex-direction:column}.product-layout{gap:25px}}
@media(max-width:600px){.wrap{padding:0 18px}.announcement{font-size:12px}.header{height:auto;min-height:82px;flex-wrap:wrap;padding-top:20px;padding-bottom:16px;gap:16px}.header .search{order:3;max-width:none;flex-basis:100%}.header .cart{margin-left:auto;font-size:14px}.nav{padding-top:12px;padding-bottom:12px;gap:24px}.hero{grid-template-columns:1fr;margin-top:18px}.hero-copy{padding:32px 26px}.hero h1{font-size:43px}.hero p{max-width:320px}.hero-photo{height:260px}.hero-photo img{object-position:center 65%}.badge{width:88px;height:88px}.eyebrow{margin-bottom:16px}.benefits{display:grid;grid-template-columns:1fr;padding:20px 0;gap:8px}.section{padding:36px 0}.section-title{align-items:start}.section-title p{font-size:14px}.section-title .text-link{font-size:12px}.category{padding:18px;min-height:177px}.category h3{font-size:20px;margin-top:28px}.category p{font-size:13px}.categories{gap:12px}.story{grid-template-columns:1fr;gap:22px;padding:26px}.footer{margin-top:36px}.footer-bottom{flex-direction:column;gap:12px}.footer-links{gap:16px}.product-layout{grid-template-columns:1fr}.product-layout h1{font-size:32px}.cart-row{grid-template-columns:55px 1fr 70px;gap:12px}.cart-row img{width:55px}.cart-row .line-price{grid-column:2}.cart-row input{width:65px}.grid{gap:12px}.product-card{padding:10px}.product-card h3{font-size:16px}.content{padding-top:32px}.badge{transform:rotate(7deg)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category{transition:none}}