@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--ink:#141414;--paper:#f5f2ec;--red:#ef3829;--muted:#6d6b66;--line:#d9d5ce}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}button,a,input{ -webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--red);outline-offset:5px}button{border:0}h1,h2,h3,p{margin:0}h1,h2,.brand,.image-caption,.ticker{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}em{font-style:normal;color:var(--red)}.demo{background:var(--ink);color:#fff;text-align:center;font-size:10px;letter-spacing:1.6px;padding:10px 12px}.brand{font-size:36px;line-height:.82;font-weight:900;letter-spacing:-1.2px;display:inline-flex;flex-direction:column}.brand span{font-family:Inter,Arial,sans-serif;font-size:9px;letter-spacing:5px;margin-top:9px;font-weight:700}header{position:sticky;top:0;z-index:10;background:var(--paper);height:87px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid var(--line)}nav{display:flex;gap:32px;font-size:12px;font-weight:600}nav a:hover{color:var(--red)}.bag{display:flex;align-items:center;gap:12px;background:none;font-size:11px;font-weight:800;letter-spacing:1px}.bag span{display:grid;place-items:center;border:1px solid var(--ink);width:28px;height:28px;border-radius:50%}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:690px}.hero-copy{padding:47px 8% 36px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:1.7px}.hero h1{font-size:clamp(74px,8vw,128px);line-height:.86;font-weight:900;letter-spacing:-1px;margin:38px 0 28px}.intro{font-size:15px;line-height:1.7}.button{background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:21px 25px;font-size:11px;font-weight:800;letter-spacing:1px;transition:background .2s}.button:hover{background:var(--red)}.hero .button{margin-top:27px}.hero-note{font-size:10px;color:var(--muted);margin-top:16px}.hero-image{position:relative;overflow:hidden;min-height:600px;background:#99bad1}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 35%}.hero-image:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#0009)}.photo-label{position:absolute;top:28px;left:30px;font-size:9px;font-weight:700;letter-spacing:1.2px;background:var(--paper);padding:10px}.image-caption{position:absolute;bottom:35px;left:36px;font-size:55px;font-weight:800;line-height:.95;color:white;z-index:1}.ticker{background:var(--red);display:flex;justify-content:space-around;gap:30px;padding:17px 25px;overflow:hidden;font-size:22px;white-space:nowrap;font-weight:700;letter-spacing:1px}.section{padding:85px 4%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:42px}h2{font-size:65px;font-weight:800;line-height:.95;letter-spacing:-.5px}.section-head h2,.faq h2{margin-top:17px}.section-head>p{font-size:13px;line-height:1.8;color:var(--muted);max-width:360px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:15px;gap:15px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{font-size:11px;background:transparent;padding:10px 16px;border:1px solid transparent}.filters button.active{background:var(--ink);color:white}.filters button:hover{border-color:var(--ink)}#result-count{font-size:11px;white-space:nowrap}.pricing-note{font-size:10px;color:var(--muted);margin:15px 0 24px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 22px}.product-card{min-width:0}.product-image{position:relative;background:#e5e2dc;aspect-ratio:3/4;overflow:hidden;display:block;width:100%;padding:0;text-align:left}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-image:hover img{transform:scale(1.035)}.product-tag{position:absolute;top:14px;left:14px;font-size:9px;letter-spacing:.7px;font-weight:700;background:var(--paper);padding:8px 10px}.product-add{position:absolute;bottom:13px;right:13px;background:var(--paper);width:35px;height:35px;display:grid;place-items:center;font-size:23px}.product-meta{padding-top:14px;display:flex;justify-content:space-between;gap:8px}.product-meta h3{font-size:12px;text-transform:uppercase;letter-spacing:.3px}.product-meta p{font-size:12px;white-space:nowrap}.product-sub{font-size:10px;color:var(--muted);margin-top:8px}.editorial{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper)}.editorial-photo{height:680px;overflow:hidden}.editorial-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.editorial-copy{padding:70px 9%;display:flex;flex-direction:column;align-items:start;justify-content:center}.editorial h2{font-size:clamp(60px,6.3vw,98px);margin:36px 0 30px}.editorial-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;color:#aaa;max-width:350px}.text-link{font-size:11px;border-bottom:1px solid #777;padding-bottom:10px;margin-top:33px;font-weight:700}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:55px}.steps article>span{font-family:'Barlow Condensed',Impact,sans-serif;font-size:75px;line-height:1;color:var(--red);font-weight:800}.steps h3{margin:24px 0 14px;font-size:17px}.steps p{font-size:13px;line-height:1.9;color:var(--muted);max-width:320px}.delivery-note{border-top:1px solid var(--line);margin-top:48px;padding-top:24px;display:flex;gap:35px;align-items:start}.delivery-note strong{font-size:11px;white-space:nowrap}.delivery-note p{font-size:12px;line-height:1.7;max-width:680px;color:var(--muted)}.faq{background:#eae6df;display:grid;grid-template-columns:1fr 1.4fr;gap:50px}.faq-list details{border-bottom:1px solid #cbc6be}.faq-list summary{list-style:none;cursor:pointer;padding:23px 30px 23px 0;font-size:14px;font-weight:600;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;font-size:21px;font-weight:400;top:17px}.faq-list details[open] summary:after{content:'−'}.faq-list details p{padding:0 35px 23px 0;font-size:13px;line-height:1.8;color:var(--muted)}footer{background:var(--ink);color:var(--paper);padding:55px 4% 30px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}footer>p,footer>a:not(.brand){font-size:10px;letter-spacing:1px}footer small{width:100%;font-size:9px;color:#999;border-top:1px solid #333;padding-top:25px;margin-top:25px}dialog{border:0;padding:0;background:var(--paper);color:var(--ink);max-width:calc(100% - 28px);max-height:90vh}dialog::backdrop{background:#0009;backdrop-filter:blur(3px)}.close{position:absolute;top:14px;right:15px;font-size:28px;line-height:1;background:var(--paper);width:36px;height:36px;z-index:2}.detail-layout{display:grid;grid-template-columns:1fr 1fr;width:870px;max-width:100%}.detail-layout>img{width:100%;height:580px;object-fit:cover}.detail-copy{padding:55px 35px 30px}.detail-copy h2{font-size:44px;margin:20px 0}.detail-price{font-size:23px;margin-bottom:6px}.detail-copy small{font-size:10px;color:var(--muted)}.detail-description{font-size:12px;line-height:1.8;margin:24px 0;color:var(--muted)}.sizes{display:flex;gap:8px;margin:12px 0 8px}.sizes button{background:none;border:1px solid var(--line);min-width:45px;height:42px;font-size:12px}.sizes button[aria-pressed=true]{background:var(--ink);color:white}.detail-copy .button{width:100%;margin-top:26px}.size-label{font-size:11px;font-weight:700}.detail-error{color:#b42117;font-size:12px;min-height:18px;margin-top:8px}#cart-dialog{margin:0 0 0 auto;height:100dvh;max-height:100dvh;width:490px;max-width:100%;padding:32px}.cart-header{padding:25px 0 30px;border-bottom:1px solid var(--line)}.cart-header h2{font-size:37px}.cart-header h2 span{font-size:20px;color:var(--red)}.cart-row{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-row img{width:80px;height:104px;object-fit:cover}.cart-row h3{font-size:12px;margin-bottom:8px}.cart-row p{font-size:12px;color:var(--muted)}.qty{display:flex;align-items:center;gap:15px;margin-top:12px}.qty button{background:none;font-size:18px;padding:0 8px}.qty .remove{font-size:10px;margin-left:auto;text-decoration:underline}.empty{padding:50px 0;line-height:1.8;color:var(--muted);font-size:14px}.cart-total{display:flex;justify-content:space-between;margin:30px 0 15px;font-size:17px;font-weight:700}#cart-bottom .button{width:100%;margin-top:25px}#cart-bottom small{font-size:11px;line-height:1.8;color:var(--muted)}.checkout{padding:55px 40px;max-width:620px}.checkout h2{font-size:44px;margin:25px 0}.checkout>p{font-size:14px;line-height:1.7}.checkout .notice{padding:20px 0;font-size:12px;color:var(--muted)}#checkout-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;margin-top:25px;line-height:1.8;font-size:14px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;padding:15px 25px;font-size:12px;opacity:0;pointer-events:none;transition:.2s;z-index:50}#toast.visible{opacity:1;transform:translate(-50%,0)}body.modal-open{overflow:hidden}
@media(min-width:1600px){main,header,footer{max-width:1800px;margin:auto}.hero{min-height:820px}}
@media(max-width:760px){header{height:74px;padding:0 20px}.brand{font-size:30px}nav{gap:15px}nav a{font-size:10px}nav a:last-child{display:none}.bag{font-size:10px;gap:6px}.hero{grid-template-columns:1fr}.hero-copy{padding:35px 24px 36px}.hero h1{font-size:98px;margin:29px 0 24px}.hero-image{min-height:480px}.hero-image img{object-position:center 32%}.image-caption{font-size:45px}.hero .button{width:100%;max-width:360px}.ticker{justify-content:start;font-size:19px;gap:35px}.section{padding:58px 22px}.section-head{display:block;margin-bottom:28px}.section-head>p{margin-top:23px}h2{font-size:54px}.catalog-toolbar{align-items:start}.filters{gap:3px}.filters button{font-size:10px;padding:9px}#result-count{font-size:9px;padding-top:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.product-meta{display:block}.product-meta h3{font-size:10px}.product-meta p{font-size:11px;margin-top:8px}.product-tag{top:9px;left:8px;font-size:8px;padding:6px}.product-sub{font-size:9px}.editorial{grid-template-columns:1fr}.editorial-photo{height:500px}.editorial-copy{padding:45px 25px 55px}.editorial h2{font-size:76px}.steps{grid-template-columns:1fr;gap:30px}.steps article{display:grid;grid-template-columns:65px 1fr;gap:0 20px}.steps article>span{grid-row:span 2;font-size:60px}.steps h3{margin:5px 0 12px}.steps p{max-width:none}.delivery-note{display:block}.delivery-note p{margin-top:14px}.faq{grid-template-columns:1fr;gap:30px}footer{padding:42px 24px 25px}footer>p{display:none}.detail-layout{display:block;width:440px}.detail-layout>img{height:260px;object-position:center 30%}.detail-copy{padding:28px 24px}.detail-copy h2{font-size:36px;margin:12px 0}.detail-description{margin:15px 0}.detail-copy .button{margin-top:15px}#cart-dialog{padding:22px}.checkout{padding:50px 25px 30px}.checkout h2{font-size:37px}.demo{font-size:8px;letter-spacing:.6px}.hero .eyebrow{font-size:9px}.photo-label{left:20px;top:20px;font-size:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(max-width:760px){.hero h1{font-size:clamp(68px,21vw,90px)}}

.filters{flex-wrap:wrap}.catalog-toolbar{gap:16px;flex-wrap:wrap}

.product-meta>p{font-size:11px;white-space:nowrap}.product-meta{gap:12px}.native-page{min-height:70vh;padding:80px 5%}.native-page h1{font-family:"Barlow Condensed",sans-serif;font-size:64px;margin:30px 0}.native-page .product-grid a{color:inherit;text-decoration:none}.native-page img{max-width:100%}.native-page .product-grid img{width:100%;aspect-ratio:3/4;object-fit:cover}@media(max-width:420px){.product-meta{display:block}.product-meta>p{margin-top:7px}}
