:root{--red:#f04438;--yellow:#ffc62e;--cyan:#56d8ed;--ink:#172126;--paper:#f7f6f2;--line:#d9dad3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}button,a{font:inherit;color:inherit}button{cursor:pointer}.topline{background:var(--ink);color:#fff;text-align:center;font:500 10px/30px 'DM Mono';letter-spacing:1.1px}.topline span{color:var(--yellow);padding:0 13px}.header{height:82px;padding:0 4.6vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.logo{text-decoration:none;font-weight:800;font-size:24px;letter-spacing:-2px;line-height:.8}.logo span{display:block}.logo i{font-style:normal;color:var(--red);padding-left:29px}.header nav{display:flex;gap:27px;margin-left:9vw}.header nav a,footer a{font-size:12px;font-weight:800;text-decoration:none}.header nav a:hover,footer a:hover{color:var(--red)}.header-tools{display:flex;align-items:center;gap:8px}.icon-button,.menu-button{border:0;background:none;font-size:24px;position:relative}.icon-button b,.cart-button b{font:500 9px 'DM Mono';background:var(--red);color:white;border-radius:50%;padding:3px 5px;position:absolute;top:0}.cart-button{background:var(--ink);color:white;border:0;padding:12px 15px;font-size:11px;font-weight:800}.cart-button b{position:relative;display:inline;margin-left:5px;top:auto}.menu-button{display:none}.hero{min-height:625px;display:grid;grid-template-columns:44% 56%;background:#fff;border-bottom:1px solid var(--line)}.hero-copy{padding:95px 2vw 55px 10vw;position:relative;z-index:2}.eyebrow{font:500 10px 'DM Mono';letter-spacing:1.2px;text-transform:uppercase;margin:0 0 19px}.eyebrow span{display:inline-block;background:var(--red);width:8px;height:8px;margin-right:8px}h1,h2{font-size:clamp(38px,4vw,67px);line-height:.94;letter-spacing:-4px;margin:0;font-weight:800}h1 em,h2 em{font-style:normal;color:var(--red)}.hero-text{font-size:14px;line-height:1.7;max-width:350px;margin:29px 0}.hero-actions{display:flex;gap:23px;align-items:center}.button{border:0;text-decoration:none;display:inline-flex;justify-content:space-between;align-items:center;gap:28px;padding:15px 17px;font-size:12px;font-weight:800}.button span{font-size:18px}.red{background:var(--red);color:white}.yellow{background:var(--yellow)}.dark{background:var(--ink);color:white}.outline{border:1px solid var(--ink);background:transparent}.text-link{font-size:12px;font-weight:800;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:5px}.text-link span{padding-left:8px}.hero-detail{position:absolute;bottom:41px;display:flex;gap:16px;align-items:center;font-size:10px;line-height:1.4}.hero-detail strong{font:500 19px 'DM Mono';color:var(--red)}.hero-visual{position:relative;overflow:hidden;background:var(--yellow);min-height:450px}.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}.visual-label{position:absolute;font:500 10px/1.2 'DM Mono';letter-spacing:1px;padding:10px;border:1px solid var(--ink)}.label-one{top:43px;right:48px;background:var(--yellow)}.label-two{bottom:43px;left:42px;background:var(--cyan)}.category-section,.products-section{padding:110px 7vw}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px}.section-heading h2{font-size:clamp(37px,3.7vw,57px)}.category-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:13px}.category{height:295px;color:var(--ink);text-decoration:none;padding:23px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .25s}.category:hover{transform:translateY(-6px)}.category.cyan{background:var(--cyan)}.category.yellow{background:var(--yellow)}.category.red{background:var(--red);color:white}.category.ink{background:var(--ink);color:white}.category-art{font-size:125px;line-height:1;text-align:center;margin:auto;font-family:serif}.category strong{font-size:20px;letter-spacing:-1px}.category small{font:10px 'DM Mono';opacity:.8;margin-top:5px}.products-section{background:#eeece6}.compact{align-items:end}.product-tabs{display:flex;gap:15px}.product-tabs button{background:none;border:0;border-bottom:1px solid transparent;padding:6px 0;font-size:11px;font-weight:800}.product-tabs button.active{border-color:var(--red);color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{position:relative;animation:reveal .4s both}.product-image{height:230px;display:flex;align-items:center;justify-content:center;font-size:120px;position:relative;overflow:hidden}.product-image:after{content:'';position:absolute;width:110px;height:13px;border-radius:50%;background:#0002;bottom:27px;filter:blur(7px)}.product-card:nth-child(4n+1) .product-image{background:var(--cyan)}.product-card:nth-child(4n+2) .product-image{background:#fff}.product-card:nth-child(4n+3) .product-image{background:var(--yellow)}.product-card:nth-child(4n) .product-image{background:#ffc2b9}.product-image span{z-index:1;transition:transform .25s}.product-card:hover .product-image span{transform:translateY(-7px) rotate(-3deg)}.badge{position:absolute;top:11px;left:11px;background:var(--ink);color:white;padding:5px 7px;font:9px 'DM Mono';z-index:2}.heart{position:absolute;right:10px;top:9px;border:0;background:#fff;width:32px;height:32px;font-size:21px;z-index:2}.heart.active{color:var(--red)}.product-info{padding:13px 1px 20px}.product-info h3{font-size:14px;letter-spacing:-.5px;margin:0 0 6px}.product-info p{font:11px 'DM Mono';margin:0;color:#545a59}.product-info .price{font:800 13px Manrope;color:var(--ink);margin-top:11px}.add{position:absolute;right:0;bottom:15px;border:0;background:var(--ink);color:#fff;width:29px;height:29px;font-size:18px}.wide{margin:36px auto 0;display:flex;width:max-content;min-width:235px}.custom-section{display:grid;grid-template-columns:1.2fr 1fr;background:var(--ink);color:white}.custom-copy{padding:92px 8vw}.custom-copy h2{margin-bottom:25px}.custom-copy h2 em{color:var(--yellow)}.custom-copy>p:not(.eyebrow){font-size:14px;line-height:1.7;max-width:400px;margin-bottom:30px}.custom-steps{background:var(--red);padding:77px 7vw 50px 58px;display:grid;gap:24px}.custom-steps div{border-top:1px solid #ffffff88;padding-top:11px}.custom-steps b{font:500 11px 'DM Mono'}.custom-steps h3{font-size:24px;letter-spacing:-1px;margin:5px 0}.custom-steps p{font-size:12px;line-height:1.6;margin:0;max-width:270px}.strip{overflow:hidden;background:var(--yellow);white-space:nowrap;padding:17px 0}.strip p{margin:0;font:500 16px 'DM Mono';letter-spacing:1px;animation:marquee 18s linear infinite}.strip i{font-style:normal;color:var(--red);padding:0 25px}.wholesale{padding:105px 14vw;display:grid;grid-template-columns:320px 1fr;gap:8vw;align-items:center}.wholesale-art{background:var(--cyan);font:800 105px/.75 Manrope;letter-spacing:-12px;padding:80px 36px 45px}.wholesale-art span{color:var(--red);padding-left:30px}.wholesale h2{font-size:46px}.wholesale>div>p:not(.eyebrow){font-size:14px;line-height:1.7;max-width:430px;margin:24px 0}footer{padding:54px 7vw 24px;background:#fff;display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:start}footer p{font-size:13px;line-height:1.6;margin:0}footer div{display:flex;gap:20px;justify-content:end}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:20px;font:9px 'DM Mono';color:#777}.overlay{position:fixed;inset:0;background:#17212699;opacity:0;visibility:hidden;z-index:20;transition:.2s}.overlay.show{opacity:1;visibility:visible}.panel{position:fixed;z-index:21;right:0;top:0;width:min(420px,92vw);height:100%;background:#fff;padding:80px 30px 30px;transform:translateX(105%);transition:transform .3s}.panel.open{transform:translateX(0)}.panel h2,dialog h2{font-size:43px;margin-bottom:28px}.panel-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:31px}.cart-items{min-height:300px}.cart-line{display:flex;gap:12px;border-top:1px solid var(--line);padding:12px 0;font-size:12px}.cart-line span:first-child{font-size:30px}.cart-line strong{display:block}.cart-line small{font:11px 'DM Mono'}.empty{font-size:13px;color:#777}.cart-total{border-top:2px solid var(--ink);padding:14px 0;display:flex;justify-content:space-between}.cart-total strong{font-size:20px}dialog{border:0;width:min(620px,94vw);padding:54px;background:#fff;box-shadow:0 20px 70px #0004}dialog::backdrop{background:#172126bb}dialog form{display:grid;gap:18px}label{font-size:11px;font-weight:800;display:grid;gap:7px}input,select,textarea{border:1px solid var(--line);padding:12px;font:13px Manrope;background:#fff}textarea{min-height:100px;resize:vertical}.two{display:grid;grid-template-columns:1fr 1fr;gap:13px}.search-popover{position:fixed;z-index:12;top:82px;right:4.6vw;width:min(430px,90vw);background:#fff;padding:20px;border:1px solid var(--ink);display:none}.search-popover.show{display:block}.search-popover input{width:100%;font-size:14px}.search-popover p{font-size:10px}.search-popover button{border:0;background:var(--yellow);font-size:10px;padding:4px;margin:2px}@keyframes reveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes marquee{to{transform:translateX(-32%)}}@media(max-width:800px){.header{height:67px;padding:0 5vw}.header nav,.icon-button{display:none}.menu-button{display:block}.topline{font-size:8px}.hero{display:block}.hero-copy{padding:62px 7vw 40px}.hero-visual{height:410px}.hero-detail{display:none}h1{font-size:48px}.category-section,.products-section{padding:70px 5vw}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin-top:22px}.category-grid{grid-template-columns:1fr 1fr}.category{height:190px;padding:15px}.category-art{font-size:72px}.compact .product-tabs{margin-top:25px;overflow:auto}.product-grid{grid-template-columns:1fr 1fr;gap:11px}.product-image{height:180px;font-size:85px}.product-info h3{font-size:12px}.custom-section{display:block}.custom-copy{padding:65px 7vw}.custom-steps{padding:45px 7vw}.wholesale{padding:70px 7vw;grid-template-columns:1fr;gap:35px}.wholesale-art{width:220px;font-size:80px;padding:57px 28px 33px}.wholesale h2{font-size:39px}footer{grid-template-columns:1fr 1fr;padding:45px 7vw 20px}footer div{justify-content:start;flex-wrap:wrap;gap:10px 18px}footer small{margin-top:10px}.visual-label{font-size:8px}.label-one{right:20px;top:20px}.label-two{left:20px;bottom:20px}}
