:root{--blue:#183fe5;--ink:#1b201e;--line:#dcded8;--paper:#fff;--lime:#dfff82}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;color:var(--ink);background:var(--paper);font:16px Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #748eff;outline-offset:4px}.announcement{background:var(--blue);color:white;text-align:center;padding:11px 20px;font-size:13px;letter-spacing:.02em}.announcement span{margin-left:8px}header{display:flex;align-items:center;gap:38px;padding:27px 4%;border-bottom:1px solid var(--line)}.wordmark{font-size:30px;font-weight:800;letter-spacing:-1.7px}.registered{font-size:15px;vertical-align:top;letter-spacing:0;margin-left:3px}.topnav{display:flex;gap:30px;margin-left:auto;font-size:14px}.bag{border:0;background:none;padding:8px;font-size:14px}.bag span{display:inline-grid;place-items:center;background:var(--blue);color:white;min-width:25px;height:25px;border-radius:50%;margin-left:8px}.categories{display:flex;gap:32px;padding:19px 4%;font-size:14px}.categories span{margin-left:auto;font-size:12px;letter-spacing:1px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:610px}.hero-copy{background:var(--blue);color:white;padding:64px 8% 30px;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:12px;letter-spacing:1.2px;font-weight:600;margin:0 0 27px}h1{font-size:clamp(48px,5.8vw,91px);line-height:1.01;letter-spacing:-4px;font-weight:500;margin:0 0 26px}h1 em{font-family:Georgia,serif;font-weight:400} .hero-copy>p:not(.eyebrow):not(.hero-foot){line-height:1.5;max-width:340px;font-size:18px;margin:0 0 30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;border:0;padding:18px 23px;font-size:14px;background:var(--blue);color:white}.light{background:white;color:var(--ink)}.button span{font-size:21px}.hero-foot{font-size:12px;margin:45px 0 0;opacity:.8}.hero-photo{position:relative;background:#dfded8;overflow:hidden;min-height:400px}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover}.image-caption{position:absolute;bottom:24px;left:26px;right:26px;display:flex;align-items:center;justify-content:space-between;background:white;padding:17px 20px;font-size:13px}.image-caption>span{font-size:11px;letter-spacing:.8px}.service-strip{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:26px 4%;border-bottom:1px solid var(--line);font-size:18px}.asterisk{font-size:30px;color:var(--blue)}.collection{padding:75px 4% 85px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-head .eyebrow{margin-bottom:15px}h2{font-size:clamp(34px,3.3vw,49px);letter-spacing:-1.8px;line-height:1.07;font-weight:500;margin:0}.section-head>p{font-size:14px;margin-bottom:5px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.filters button{padding:10px 20px;background:white;border:1px solid #d4d7d0;border-radius:25px;font-size:14px}.filters .active{background:var(--ink);color:white;border-color:var(--ink)}.draft-note{font-size:12px;color:#63675f;margin:21px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{border:0;padding:0;text-align:left;background:white;color:inherit}.product-photo{height:350px;background:#f0f0ed;position:relative;overflow:hidden}.product img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product:hover img{transform:scale(1.035)}.product .tag{position:absolute;left:15px;top:15px;background:white;padding:8px 11px;font-size:11px;letter-spacing:.4px}.product .plus{position:absolute;bottom:15px;right:15px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:white;font-size:23px}.product-info{display:flex;justify-content:space-between;gap:12px;margin-top:17px;font-size:16px}.product-info h3{margin:0;font-size:16px;font-weight:500}.product-info p{margin:7px 0;color:#656960;font-size:13px}.product-info>span{font-size:14px;white-space:nowrap}.dots{display:flex;gap:6px;margin-top:12px}.dots i{width:12px;height:12px;border:1px solid #999;border-radius:50%}.process{background:#eff1e9;padding:65px 6%;display:grid;grid-template-columns:1fr 1fr;gap:75px}.process h2{margin-bottom:30px}.process a{font-size:14px;border-bottom:1px solid;padding-bottom:5px}.steps article{display:flex;gap:25px;padding:23px 0;border-top:1px solid #c5c9bf}.steps article>span{font-size:13px}.steps h3{font-weight:500;font-size:22px;margin:0 0 9px}.steps p{font-size:14px;line-height:1.5;max-width:360px;margin:0;color:#53584f}footer{padding:45px 4% 25px}.footer-top,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-top>a:last-child{font-size:15px}.footer-bottom{font-size:12px;color:#63675f;margin-top:55px;padding-top:20px;border-top:1px solid var(--line)}dialog{border:0;padding:38px;width:min(850px,calc(100% - 24px));max-height:90dvh;color:var(--ink)}dialog::backdrop{background:#10192499}dialog .close{position:absolute;right:12px;top:7px;border:0;background:white;font-size:32px;width:38px;height:38px;z-index:1}#product-content{display:grid;grid-template-columns:1fr 1fr;gap:30px}#product-content>img{width:100%;height:100%;max-height:510px;object-fit:cover;background:#f2f2ee}#product-title{font-size:32px;margin:15px 0}.field{margin:20px 0;display:block;font-size:14px}.field select{display:block;width:100%;padding:11px;margin-top:8px;border:1px solid #aaa;background:white}.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:13px 0 20px}.size-grid label{font-size:13px}.size-grid input{width:100%;display:block;padding:9px 5px;border:1px solid #bbb;margin-top:5px}.small{font-size:13px;line-height:1.5;color:#63675f}.full{width:100%;justify-content:center}#cart-dialog{width:min(580px,calc(100% - 24px))}#cart-title{margin:10px 0 30px}.cart-row{display:flex;gap:16px;border-bottom:1px solid var(--line);padding:20px 0}.cart-row img{width:76px;height:88px;object-fit:cover}.cart-row>div{flex:1}.cart-row h3{font-size:16px;margin:0 0 9px}.cart-row p{font-size:13px;margin:6px 0}.remove{border:0;background:none;padding:0;text-decoration:underline;font-size:12px}.total{display:flex;justify-content:space-between;font-size:21px;margin:25px 0}.checkout-note{background:#f0f2e9;padding:20px;font-size:14px;line-height:1.5}.disabled{opacity:.55;cursor:not-allowed}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:15px 24px;z-index:5;display:none;font-size:14px;min-width:200px;text-align:center}@media(min-width:1600px){main,header,.categories,.service-strip,footer{max-width:1800px;margin:auto}.hero{min-height:740px}}@media(max-width:800px){header{padding:22px 5%;gap:10px}.wordmark{font-size:25px}.topnav{display:none}.bag{margin-left:auto}.categories{gap:24px;overflow:auto;padding:17px 5%;white-space:nowrap}.categories span{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 6% 30px}h1{font-size:64px;letter-spacing:-3px}.hero-photo{min-height:420px}.hero-foot{margin-top:30px}.service-strip{font-size:13px;gap:12px;padding:20px 5%;flex-wrap:wrap;justify-content:center}.service-strip .asterisk{font-size:18px}.service-strip span:last-child{display:none}.section-head{align-items:start;flex-direction:column;gap:12px}.section-head>p{margin:0}.collection{padding:50px 5%}.products{grid-template-columns:repeat(2,1fr);gap:20px 12px}.product-photo{height:250px}.product-info{flex-direction:column;gap:4px}.process{grid-template-columns:1fr;gap:35px;padding:45px 6%}.footer-top{flex-direction:column;align-items:start}.announcement{font-size:12px}.announcement span{display:none}#product-content{grid-template-columns:1fr}#product-content>img{height:210px}dialog{padding:28px 22px}.image-caption{left:16px;right:16px}.product .tag{font-size:10px;left:10px;top:10px}}@media(max-width:420px){h1{font-size:53px}.product-photo{height:215px}.filters button{padding:9px 13px}.hero-photo{min-height:350px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.product img{object-fit:contain}.product-photo{background:#eeeFEB}.hero-photo>img{object-fit:cover}
.catalog-search{display:block;max-width:520px;margin:24px 0;font-size:14px}.catalog-search input{display:block;width:100%;margin-top:10px;padding:14px;border:1px solid #aeb2a9;background:white;border-radius:0}.pagination{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:35px}.pagination .button:disabled{opacity:.35;cursor:default}.stock-qty{display:block;font-size:12px;line-height:1.4;margin-top:5px;color:#59634f}.size-grid input:disabled{background:#eee;color:#777}.missing-image{display:grid;place-items:center;height:100%;color:#60665d;font-size:14px}#catalog-status{font-size:14px;color:#62685e}#add:disabled{opacity:.45;cursor:default}
