@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--yellow:#ffca05;--ink:#171919;--gray:#f3f4f2;--line:#dce0dd}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);font:16px/1.55 'DM Sans',Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #947100;outline-offset:4px}.topline{padding:10px 5%;background:var(--ink);color:white;font-size:12px;letter-spacing:1.7px;display:flex;justify-content:space-between}.topline span{color:#d3d7d4}header{padding:23px 5%;display:flex;align-items:center;gap:45px;border-bottom:1px solid var(--line)}.brand img{width:235px;display:block}nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:700}.cart-button{border:1px solid var(--line);background:white;padding:11px 17px;border-radius:4px;font-size:14px}.cart-button span{background:var(--yellow);padding:3px 8px;margin-left:8px;border-radius:50%}.hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:470px}.hero-copy{padding:58px 8% 35px 9%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 15px}.hero h1{font:700 clamp(42px,4.5vw,70px)/1.02 'Barlow Condensed',Arial,sans-serif;letter-spacing:-1px;margin:0 0 22px}.hero h1 em{font-style:normal;color:#636862}.hero-copy>p:not(.eyebrow){max-width:480px;color:#616661}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;background:var(--yellow);color:#171919;padding:14px 22px;border:0;border-radius:3px;font-weight:700;margin-top:12px}.primary:hover{background:#edbb00}.hero-foot{margin-top:40px;font-size:11px;letter-spacing:1.3px;color:#666}.hero-foot b{padding:0 12px;color:#aaa}.hero-art{background:var(--ink);color:var(--yellow);padding:35px 40px;display:flex;flex-direction:column;position:relative;overflow:hidden}.art-label{font-weight:800;font-size:20px;display:flex;align-items:center;gap:15px;z-index:1}.art-label span{font-size:10px;letter-spacing:2px;color:white;border-left:1px solid #777;padding-left:15px}.hero-word{font:800 clamp(75px,9vw,140px)/.86 'Barlow Condensed',Arial,sans-serif;letter-spacing:-3px;padding:35px 0}.art-bottom{margin-top:auto;font-size:11px;letter-spacing:1.3px;display:flex;justify-content:space-between;color:#ddd;z-index:1}.benefits{display:flex;justify-content:space-between;padding:24px 5%;background:var(--yellow);font-size:14px;font-weight:600;gap:20px}.benefits b{font-size:12px;border:1px solid #a88400;border-radius:50%;padding:7px;margin-right:14px}.catalog{padding:66px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px}.section-heading>p{color:#686d68;font-size:14px}h2{font:700 40px/1.1 'Barlow Condensed',Arial,sans-serif;margin:0 0 20px}.draft-note{font-size:13px;color:#696e67;margin:8px 0 27px;padding-left:12px;border-left:3px solid var(--yellow)}.catalog-tools{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:25px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{background:white;border:1px solid var(--line);padding:10px 15px;border-radius:4px;font-size:14px}.filters button.active{background:var(--ink);color:white;border-color:var(--ink)}.search{display:flex;align-items:center;border-bottom:1px solid #a4aaa4;gap:10px;font-size:14px}.search span{font-weight:600}.search input{border:0;padding:12px 0;width:180px;min-width:0}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:5px;overflow:hidden;transition:box-shadow .2s}.product:hover{box-shadow:0 8px 30px #0000000d}.product-top{height:148px;background:var(--gray);padding:20px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid var(--line)}.product-top small{font-size:11px;letter-spacing:1.2px;color:#71756e}.designation{font:700 54px/1 'Barlow Condensed',Arial,sans-serif;letter-spacing:-1px}.product-body{padding:20px}.product h3{margin:0 0 5px;font-size:17px}.product-body p{font-size:13px;color:#747970;margin:0 0 18px}.price{font-size:14px;font-weight:600;margin:17px 0}.add{width:100%;border:1px solid var(--ink);background:white;padding:10px;font-size:14px;border-radius:3px;font-weight:600}.add:hover{background:var(--yellow);border-color:var(--yellow)}.how{background:var(--gray);padding:55px 8%;display:grid;grid-template-columns:1fr 1.2fr;gap:60px}.how h2{font-size:52px}.how h3{font-size:17px;margin:0 0 7px}.how p:not(.eyebrow){color:#686e65;font-size:15px;margin:0 0 25px;max-width:560px}footer{padding:35px 5%;display:flex;align-items:center;gap:45px;font-size:14px}footer img{width:180px}footer span{color:#777}footer a{margin-left:auto}dialog{border:0;border-radius:8px;padding:30px;width:min(620px,92vw);max-height:85vh;box-shadow:0 20px 100px #0005}dialog::backdrop{background:#0007}.dialog-head{display:flex;justify-content:space-between;gap:20px}.dialog-head button{border:0;background:none;font-size:30px;align-self:start}.cart-row{padding:16px 0;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px}.cart-row strong{margin-right:auto}.cart-row input{width:65px;padding:8px;border:1px solid var(--line)}.remove{border:0;background:transparent;text-decoration:underline;font-size:13px}.list-note{font-size:14px;color:#686e65}#status{font-size:14px}#empty{padding:50px;text-align:center;background:var(--gray)}
@media(max-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}header{gap:20px}.brand img{width:190px}.hero-copy{padding:40px 7%}.hero-art{padding:35px 25px}.hero-foot{line-height:2}.art-bottom span{display:none}}@media(max-width:700px){.topline{font-size:10px;letter-spacing:.8px}header{padding:18px 5%;flex-wrap:wrap;justify-content:space-between}.brand img{width:180px}nav{order:3;width:100%;margin:0;padding-top:12px;border-top:1px solid var(--line)}.hero{grid-template-columns:1fr}.hero-copy{padding:36px 5%}.hero h1{font-size:52px}.hero-art{min-height:260px;padding:25px 5%}.hero-word{font-size:80px;padding:22px 0}.benefits{font-size:12px;align-items:start}.benefits b{display:block;border:0;padding:0;margin-bottom:8px}.section-heading{display:block}.catalog{padding:40px 5%}.catalog-tools{align-items:stretch;flex-direction:column}.search input{width:100%}.grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-body{padding:14px}.designation{font-size:44px}.product-top{height:120px;padding:16px}.how{grid-template-columns:1fr;gap:12px;padding:35px 5%}footer{flex-wrap:wrap;gap:20px}footer a{margin-left:0}h2{font-size:34px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero-cylinder{position:absolute;height:78%;width:auto;right:8%;bottom:8%;filter:drop-shadow(0 16px 16px #0007);transform:rotate(6deg)}.hero-word{opacity:.22;z-index:0}.photo-credit{position:absolute;right:20px;bottom:12px;font-size:10px;color:#ccc;z-index:2}.art-bottom{padding-bottom:15px}@media(max-width:700px){.hero-cylinder{height:85%;right:15%}.hero-word{opacity:.4}.art-bottom{font-size:10px}}
/* Connected storefront and staff administration */
.hidden{display:none!important}.header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.header-actions #who{font-size:12px}.header-actions .lang{background:white;border:1px solid var(--line);border-radius:4px;padding:10px;color:var(--ink)}.admin-link{background:transparent;border:0;color:#525952;text-decoration:underline;font-size:12px;padding:8px}.hero-copy .hero-foot{font-size:11px}.hero-art .hero-cylinder{height:78%}.catalog-content{padding:66px 5%}.catalog-content .section-heading{margin-bottom:24px}.seller-info{border-left:4px solid var(--yellow);background:var(--gray);padding:16px 20px;margin-bottom:35px;font-size:14px}.seller-info b{display:block;margin-bottom:5px}.product-top{height:235px;position:relative;overflow:hidden}.product-top img{position:absolute;right:4px;top:4px;width:58%;height:195px;object-fit:contain;mix-blend-mode:multiply}.product-top small,.designation{position:relative;z-index:1}.designation{font-size:46px;text-shadow:0 1px 4px var(--gray)}.product .price{font-weight:800;font-size:17px}.product .add:disabled{opacity:.5;cursor:not-allowed}.empty-state{padding:40px;text-align:center;background:var(--gray)}
#admin{padding:46px 5%;background:#f3f4f2}#admin .tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}#admin button,#admin .tab{border:1px solid var(--ink);background:white;border-radius:3px;color:var(--ink);font-weight:700;padding:10px 14px}#admin button:hover,#admin .tab.active{background:var(--yellow);border-color:var(--yellow)}#admin .card,.modal .card{background:white;border:1px solid var(--line);border-radius:5px;padding:22px;box-shadow:0 8px 30px #0000000d}#admin .toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}#admin .adminview{margin-bottom:18px}#admin input,#admin select,#admin textarea,.modal input,.modal select,.modal textarea{padding:11px;border:1px solid #b8c0b8;border-radius:3px}#admin label,.modal label,dialog label{display:block;font-weight:700;margin-top:10px}#admin table{border-collapse:collapse;width:100%}#admin th,#admin td{text-align:left;padding:10px;border-bottom:1px solid var(--line)}.modal{position:fixed;inset:0;background:#0008;display:grid;place-items:center;padding:18px;z-index:30}.modal .card{width:min(520px,100%);max-height:92vh;overflow:auto}.modal button,dialog #sendCheckout{background:var(--yellow);color:var(--ink);border:0;border-radius:3px;padding:12px 17px;font-weight:700}.modal .secondary{background:var(--gray)}.status{padding:10px 12px;background:#fff4c3;border-radius:4px;margin:10px 0}.muted{color:#686e65}.cart-total{text-align:right;font-size:20px;font-weight:800}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkout-grid input,dialog textarea{width:100%;border:1px solid var(--line);border-radius:3px;padding:10px}.cart-row input{width:72px}.cart-row>div:last-child{text-align:right}.cart-row label{font-size:13px}dialog#cartSection{width:min(690px,94vw);max-height:89vh;overflow:auto}dialog#cartSection::backdrop{background:#0009}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:700px){.store-header{gap:15px}.header-actions{justify-content:space-between;width:100%}.store-header nav{order:3}.catalog-content{padding:40px 5%}.product-top{height:170px}.product-top img{height:135px;width:65%}.designation{font-size:34px}.checkout-grid{grid-template-columns:1fr}.hero-art .hero-cylinder{height:85%}}
