:root{--ink:#141414;--paper:#efeade;--paper2:#f8f4ea;--acid:#d9ff43;--red:#ff4c31;--blue:#214ce5;--line:rgba(20,20,20,.18);--muted:#6b695f;--radius:18px;--shadow:0 24px 70px rgba(20,20,20,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',system-ui,sans-serif}.noise{position:fixed;inset:0;pointer-events:none;opacity:.07;z-index:100;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}.shell{width:min(1240px,calc(100% - 40px));margin-inline:auto}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 1240px)/2));border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(239,234,222,.86);backdrop-filter:blur(16px);z-index:50}.brand{display:flex;align-items:baseline;gap:5px;text-decoration:none;color:var(--ink);font-family:'Space Grotesk';font-weight:700;font-size:24px;letter-spacing:-1px}.brand small{font-size:10px;letter-spacing:1.6px;text-transform:uppercase}.brand-star{font-size:15px;transform:rotate(-12deg)}.desktop-nav{display:flex;gap:28px}.desktop-nav a,.site-header a{color:var(--ink)}.desktop-nav a{text-decoration:none;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cart-button{border:1px solid var(--ink);border-radius:999px;background:transparent;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;background:var(--ink);color:white;border-radius:99px;min-width:22px;height:22px;margin-left:6px;font-size:11px}
.hero{min-height:690px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding-block:62px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin:0 0 16px}.hero h1,.section-head h2,.custom-copy h2{font-family:'Space Grotesk';font-size:clamp(46px,6vw,86px);line-height:.91;letter-spacing:-.065em;margin:0}.hero h1 em{font-family:Georgia,serif;font-weight:400}.hero-lede{max-width:590px;font-size:19px;line-height:1.55;color:#4f4d46;margin:30px 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{border:1px solid var(--ink);border-radius:999px;padding:13px 18px;text-decoration:none;color:var(--ink);background:transparent;font:inherit;font-weight:800;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--ink);color:white}.btn.primary:hover{background:var(--acid);color:var(--ink)}.btn.ghost:hover{background:var(--paper2)}.btn.wide{width:100%;border-radius:14px;padding:16px}.hero-meta{margin-top:54px;border-top:1px solid var(--line);padding-top:14px;display:flex;gap:24px;flex-wrap:wrap;font:700 10px 'Space Grotesk';letter-spacing:.08em}.hero-stage{height:560px;position:relative;isolation:isolate}.checker{position:absolute;width:140px;height:140px;background:conic-gradient(#111 25%,#f3eee2 0 50%,#111 0 75%,#f3eee2 0);background-size:44px 44px;border:1px solid var(--ink)}.checker-a{right:5%;top:0;transform:rotate(7deg)}.checker-b{left:1%;bottom:2%;transform:rotate(-9deg);width:110px;height:110px}.hero-poster{position:absolute;width:300px;aspect-ratio:5/7;border:9px solid #111;box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;justify-content:space-between;font-family:'Space Grotesk';overflow:hidden}.hero-poster:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(100deg,transparent 0 18px,rgba(255,255,255,.06) 19px 20px);pointer-events:none}.hero-poster strong{font-size:40px;line-height:.9;letter-spacing:-.06em}.hero-poster span,.hero-poster small{font-weight:700;font-size:10px;letter-spacing:.1em}.p-back{background:var(--red);right:4%;top:70px;transform:rotate(9deg)}.p-front{background:linear-gradient(145deg,#233ea0 0 45%,#d9ff43 45% 48%,#191919 48% 100%);color:#fff;left:8%;top:80px;transform:rotate(-6deg);z-index:2}.p-front small{color:var(--acid)}.tape{position:absolute;left:-8%;right:-8%;bottom:65px;background:var(--acid);border:1px solid var(--ink);padding:9px 10px;font:800 11px 'Space Grotesk';white-space:nowrap;transform:rotate(5deg);z-index:3}.marquee{overflow:hidden;background:var(--ink);color:var(--paper);padding:12px 0;font:700 12px 'Space Grotesk';letter-spacing:.13em;white-space:nowrap}.marquee-track{display:flex;width:max-content;animation:marquee 110s linear infinite;will-change:transform}.marquee-group{display:flex;flex-shrink:0;justify-content:flex-start;min-width:100vw}.marquee-group span{display:block;flex-shrink:0;padding-inline:6px}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}
.shop-section{padding-block:110px}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:42px}.section-head h2,.custom-copy h2{font-size:clamp(42px,5vw,68px)}.section-head>p{max-width:350px;color:var(--muted);line-height:1.5}.filter-row{display:flex;gap:8px;overflow:auto;padding-bottom:18px}.filter{white-space:nowrap;border:1px solid var(--ink);border-radius:999px;background:transparent;padding:9px 13px;font:700 12px 'DM Sans';cursor:pointer}.filter.active,.filter:hover{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 16px}.product-card{cursor:pointer}.product-image{aspect-ratio:4/5;background:#ddd;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.02)}.poster-fallback{width:100%;height:100%;padding:11%;display:flex;flex-direction:column;justify-content:space-between;font-family:'Space Grotesk';position:relative}.poster-fallback:after{content:"";position:absolute;inset:0;background:repeating-radial-gradient(circle at 70% 10%,rgba(255,255,255,.09) 0 1px,transparent 1px 5px)}.poster-fallback b{font-size:clamp(27px,3vw,45px);line-height:.9;letter-spacing:-.06em;z-index:1}.poster-fallback small{font-weight:700;letter-spacing:.12em;z-index:1}.art-0{background:#171717;color:#efeade}.art-0 b{color:var(--acid)}.art-1{background:var(--red);color:#111}.art-2{background:var(--blue);color:#fff}.art-3{background:#e7dcc4;color:#111}.art-4{background:var(--acid);color:#111}.badge{position:absolute;top:12px;left:12px;background:var(--paper2);border:1px solid var(--ink);border-radius:99px;padding:6px 9px;font-size:10px;font-weight:800;z-index:2}.product-info{display:flex;justify-content:space-between;gap:15px;padding-top:12px}.product-info h3{font:700 15px 'Space Grotesk';margin:0}.product-info p{margin:5px 0 0;color:var(--muted);font-size:12px}.price{text-align:right;white-space:nowrap}.price strong{font-size:14px}.price del{display:block;color:var(--muted);font-size:11px;margin-top:4px}.loading-card{grid-column:1/-1;padding:80px;text-align:center;border:1px dashed var(--line);color:var(--muted)}
.custom-section{display:grid;grid-template-columns:1fr 1fr;background:#171717;color:#f5f0e4;margin-top:40px;margin-bottom:110px;min-height:600px;width:min(1240px,calc(100% - 40px))}.custom-visual{min-height:600px;background:#e8dfca;position:relative;display:grid;place-items:center;overflow:hidden}.custom-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.5%,rgba(0,0,0,.08) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(0,0,0,.08) 50%,transparent 50.5%);background-size:50px 50px}.upload-poster{width:270px;aspect-ratio:5/7;border:8px solid #111;background:#f3efe4;color:#111;box-shadow:18px 20px 0 #214ce5;display:grid;place-items:center;position:relative;transform:rotate(-5deg)}.upload-poster span{font:700 46px/0.85 'Space Grotesk';letter-spacing:-.08em}.cross{position:absolute;right:14px;bottom:8px;font:300 50px 'Space Grotesk'}.scribble{position:absolute;bottom:65px;right:45px;font:italic 22px Georgia;color:#111;transform:rotate(-8deg)}.custom-copy{padding:75px;display:flex;flex-direction:column;justify-content:center}.custom-copy p{line-height:1.7;color:#c8c5bc;font-size:16px}.custom-copy ul{padding:0;list-style:none;margin:15px 0 30px}.custom-copy li{border-top:1px solid rgba(255,255,255,.15);padding:12px 0;font-size:13px}.custom-copy .btn{align-self:flex-start;border-color:#fff}.custom-copy .btn.primary{background:var(--acid);color:#111;border-color:var(--acid)}
.process{padding-bottom:100px}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--ink)}.steps article{padding:26px 30px 30px 0;border-right:1px solid var(--line);min-height:200px}.steps article+article{padding-left:30px}.steps b{font:700 12px 'Space Grotesk';background:var(--ink);color:white;padding:6px 8px;border-radius:99px}.steps h3{font:700 25px 'Space Grotesk';margin:35px 0 8px}.steps p{color:var(--muted);line-height:1.5;max-width:300px}.faq{padding-bottom:100px}.faq details{border-top:1px solid var(--ink);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--ink)}.faq summary{cursor:pointer;font:700 19px 'Space Grotesk';list-style:none}.faq details p{max-width:650px;color:var(--muted);line-height:1.6}footer{background:#d8d1c0;border-top:1px solid var(--ink);padding:35px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-inner p{font:italic 16px Georgia}.footer-inner>a{color:var(--ink);font-size:12px;font-weight:700}
.drawer{position:fixed;top:0;right:0;width:min(450px,100%);height:100dvh;background:var(--paper2);z-index:80;transform:translateX(105%);transition:.35s ease;display:flex;flex-direction:column;box-shadow:-20px 0 50px rgba(0,0,0,.14)}.drawer.open{transform:translateX(0)}.drawer-head,.drawer-foot{padding:22px;border-bottom:1px solid var(--line)}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font:700 28px 'Space Grotesk';margin:0}.icon-btn,.modal-close{border:0;background:transparent;font-size:30px;cursor:pointer}.cart-items{padding:10px 22px;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:75px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-mini{aspect-ratio:4/5;background:#111;display:grid;place-items:center;color:var(--acid);font:700 10px 'Space Grotesk';text-align:center}.cart-row h4{margin:3px 0;font:700 14px 'Space Grotesk'}.cart-row p{margin:4px 0;color:var(--muted);font-size:11px}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty button{width:24px;height:24px;border:1px solid var(--line);background:transparent;border-radius:50%;cursor:pointer}.remove-link{border:0;background:none;text-decoration:underline;font-size:10px;color:var(--muted);cursor:pointer}.total-line{display:flex;justify-content:space-between;font:700 18px 'Space Grotesk';margin-bottom:7px}.drawer-foot small{display:block;color:var(--muted);line-height:1.4;margin-bottom:14px}.backdrop{position:fixed;inset:0;background:rgba(10,10,10,.35);backdrop-filter:blur(2px);z-index:70;opacity:0;visibility:hidden;transition:.2s}.backdrop.show{opacity:1;visibility:visible}
.modal{border:0;padding:0;background:var(--paper2);color:var(--ink);width:min(920px,calc(100% - 28px));max-height:90dvh;box-shadow:var(--shadow);overflow:auto}.modal::backdrop{background:rgba(10,10,10,.55);backdrop-filter:blur(4px)}.modal-close{position:absolute;top:10px;right:15px;z-index:5}.product-modal-layout{display:grid;grid-template-columns:1fr 1fr;min-height:560px}.modal-image{min-height:520px}.modal-content{padding:58px 45px}.modal-content .eyebrow{margin-bottom:10px}.modal-content h2{font:700 40px/1 'Space Grotesk';letter-spacing:-.05em;margin:0 0 13px}.modal-price{font:700 20px 'Space Grotesk';margin:16px 0}.modal-price del{color:var(--muted);font-size:13px;margin-left:8px}.modal-desc{color:var(--muted);line-height:1.7}.specs{display:grid;grid-template-columns:1fr 1fr;margin:22px 0;border-block:1px solid var(--line)}.specs div{padding:12px 0}.specs small{display:block;color:var(--muted);font-size:10px}.specs b{font-size:12px}.upload-box{border:1px dashed var(--ink);padding:16px;margin:18px 0;background:#fff}.upload-box label{display:block;font-weight:700;font-size:12px;margin-bottom:8px}.upload-box input[type=file]{width:100%;font-size:12px}.field,textarea,select,input{font:inherit}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;font-weight:800}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;border-radius:9px;outline:none}.field textarea{min-height:90px;resize:vertical}.checkout-wrap{padding:50px}.checkout-wrap h2{font:700 38px 'Space Grotesk';margin:0 0 7px}.checkout-wrap>p{color:var(--muted)}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:35px;margin-top:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field.full{grid-column:1/-1}.checkline{display:flex;align-items:flex-start;gap:8px;margin:14px 0;font-size:11px;line-height:1.5}.checkline input{margin-top:2px}.checkout-summary{background:#e4ddce;padding:20px;height:max-content}.summary-item{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:12px}.summary-total{font:700 19px 'Space Grotesk';display:flex;justify-content:space-between;padding-top:15px}.success-box{padding:70px;text-align:center}.success-box .big-star{font-size:70px}.success-box h2{font:700 42px 'Space Grotesk';margin:10px 0}.success-box code{background:#111;color:var(--acid);padding:8px 12px}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#111;color:#fff;padding:12px 16px;border-radius:99px;font-size:12px;z-index:150;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-stage{height:490px}.product-grid{grid-template-columns:repeat(2,1fr)}.custom-section{grid-template-columns:1fr}.custom-copy{padding:50px 28px}.product-modal-layout,.checkout-grid{grid-template-columns:1fr}.modal-image{min-height:430px}.checkout-summary{order:-1}.steps{grid-template-columns:1fr}.steps article,.steps article+article{border-right:0;border-bottom:1px solid var(--line);padding:25px 0}.section-head{align-items:start;flex-direction:column}.footer-inner{flex-wrap:wrap}}
@media(max-width:560px){.shell{width:min(100% - 24px,1240px)}.site-header{height:68px;padding:0 12px}.brand{font-size:20px}.hero{min-height:auto;padding-bottom:32px}.hero h1{font-size:50px}.hero-lede{font-size:16px}.hero-meta{gap:10px;font-size:8px}.hero-stage{height:390px}.hero-poster{width:220px}.hero-poster strong{font-size:30px}.p-front{left:3%}.p-back{right:3%}.checker{width:90px;height:90px}.shop-section{padding-block:75px}.product-grid{grid-template-columns:1fr 1fr;gap:20px 8px}.product-info{display:block}.price{text-align:left;margin-top:8px}.custom-section{width:calc(100% - 24px);margin-bottom:75px}.custom-visual{min-height:450px}.upload-poster{width:210px}.upload-poster span{font-size:38px}.custom-copy h2,.section-head h2{font-size:46px}.product-modal-layout{display:block}.modal-image{min-height:360px}.modal-content{padding:42px 22px}.checkout-wrap{padding:45px 18px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.success-box{padding:60px 18px}.footer-inner p{order:3;width:100%}}

.hero-poster.has-photo{padding:0;background:#111}.hero-poster.has-photo:after{display:none}.hero-poster.has-photo img{display:block;width:100%;height:100%;object-fit:cover}.upload-poster span{font-size:clamp(25px,3.5vw,36px)}

.tape{left:0;right:0;text-align:center;white-space:normal;line-height:1.5;padding:9px 8px}.custom-products-section{scroll-margin-top:90px}.custom-products-section h2{font-size:clamp(36px,5vw,60px)}

.contact-section{padding-bottom:80px;scroll-margin-top:100px}.contact-section h2{font:700 36px "Space Grotesk",sans-serif;margin:0 0 20px}.contact-items{display:flex;flex-wrap:wrap;gap:16px 30px;align-items:center}.contact-items a{color:var(--ink);overflow-wrap:anywhere}.contact-items p{flex-basis:100%;color:var(--muted);margin:0}
