@font-face{font-family:STKRDisplay;src:url('assets/anton-regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
:root{color-scheme:dark;--lime:#d3ff00;--bg:#090c0a;--border:#ffffff20;font-family:Arial,Helvetica,sans-serif;color:#fff;background:var(--bg)}*{box-sizing:border-box}body{margin:0}html{scroll-behavior:smooth}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid var(--lime);outline-offset:3px}[hidden]{display:none!important}svg{display:block}.icon{width:24px;height:24px;flex:0 0 auto;pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:fixed;top:-60px;left:15px;background:var(--lime);color:#111;z-index:40;padding:12px}.skip:focus{top:10px}
.site-header{isolation:isolate;background:#090c0a;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--border)}.header-inner{max-width:1920px;margin:auto;height:76px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{flex:0 0 auto;display:block}.brand-art{display:block;position:relative;overflow:hidden;width:154px;aspect-ratio:1280/480}.brand-art img{mix-blend-mode:lighten;position:absolute;width:120%;height:auto;max-width:none;left:-10.15625%;top:-51.041667%}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.35vw,26px);flex:1}.nav-link{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600;white-space:nowrap;min-height:48px}.nav-link .icon{width:26px;height:26px}.nav-link:hover{color:var(--lime)}.header-actions{display:flex;gap:8px;align-items:center}.icon-button{width:44px;height:44px;border:0;border-radius:9px;display:grid;place-items:center;background:transparent;padding:0}.icon-button:hover{background:#ffffff0c;color:var(--lime)}.menu-button{display:none}.mobile-nav{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 96px);overflow-y:auto;background:#111811;padding:12px 20px 20px;border-bottom:1px solid #58672c;border-radius:0 0 18px 18px;box-shadow:0 14px 26px #0006}.mobile-nav a{display:flex;align-items:center;gap:15px;min-height:56px;padding:8px 12px;border-bottom:1px solid #ffffff0c;font-size:16px;font-weight:600}.mobile-nav a:last-child{border:0}.mobile-nav a>.icon:last-child{margin-left:auto;width:20px;color:var(--lime)}.menu-backdrop{position:fixed;inset:76px 0 0;z-index:-1;background:#0009;border:0;backdrop-filter:blur(3px)}
main{max-width:1920px;margin:auto}.desktop-hero{position:relative;aspect-ratio:1536/629;isolation:isolate;overflow:hidden}.banner-art{position:absolute;inset:0;width:100%;height:100%;object-fit:fill}.hero-copy{position:absolute;left:4.65%;top:12%;width:38%}.hero-copy h1{font-family:STKRDisplay,'Arial Narrow',Arial,sans-serif;font-style:oblique 12deg;font-size:clamp(60px,8.6vw,165px);font-weight:400;line-height:1.02;letter-spacing:-.025em;white-space:nowrap;margin:0 0 16px}.hero-copy h1 em{color:var(--lime);font-style:inherit}.hero-lead{font-size:clamp(15px,1.35vw,26px);font-weight:700;line-height:1.3;margin:0 0 6px}.hero-description{font-size:clamp(13px,1.2vw,23px);line-height:1.4;margin:0}.hero-cta{position:static;margin-top:24px;width:auto;min-width:clamp(190px,17vw,328px);min-height:clamp(48px,4.4vw,84px);padding:14px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--lime);color:#0b1008;border:0;border-radius:8px;font-weight:700;font-size:clamp(16px,1.5vw,28px)}.hero-cta .icon{width:28px;height:28px}.desktop-hero[data-current="1"] .hero-copy,.desktop-hero[data-current="2"] .hero-copy{top:14%}.desktop-hero[data-current="1"] h1,.desktop-hero[data-current="2"] h1{font-size:clamp(42px,5.75vw,110px)}.hero-cta:hover,.solid-button:hover{background:#e4ff62}.hero-prev,.hero-next{position:absolute;top:40%;height:12%;width:3.7%;min-width:34px;border:0;background:#090c0abf;display:grid;place-items:center;padding:0;border-radius:5px}.hero-prev{left:.25%}.hero-next{right:.25%}.hero-prev .icon,.hero-next .icon{width:38px;height:38px}.hero-pagination{position:absolute;bottom:1.4%;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;min-width:104px;padding:0 6px;border-radius:20px;background:#0a0e09}.pagination-dot{width:30px;height:28px;border:0;background:transparent;display:grid;place-items:center;padding:0}.pagination-dot:after{content:'';width:8px;height:8px;background:#6d7565;border-radius:10px}.pagination-dot[aria-current=true]:after{background:var(--lime)}
.categories{padding:22px 38px 48px;border-top:1px solid #ffffff28;background:#0a0f0c;scroll-margin-top:90px}.categories h2{margin:0 0 18px;font-size:23px;font-weight:700;letter-spacing:-.035em}.category-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.category-card{display:block;min-width:0;border:1px solid #586051;border-radius:7px;overflow:hidden;background:#0c120f;transition:border-color .15s,transform .15s}.category-card:hover{border-color:var(--lime);transform:translateY(-2px)}.category-card img{display:block;width:100%;aspect-ratio:1.07;object-fit:cover;height:auto}.category-label{min-height:45px;display:flex;justify-content:space-between;align-items:center;gap:6px;padding:12px;font-weight:600;font-size:16px;letter-spacing:-.035em}.category-label .icon{width:20px;height:20px;color:var(--lime)}
.mobile-hero{display:none}.whatsapp{position:fixed;right:20px;bottom:calc(18px + env(safe-area-inset-bottom));width:58px;height:58px;border-radius:50%;border:0;background:transparent;display:grid;place-items:center;box-shadow:0 6px 24px #0006;z-index:12;padding:0}.whatsapp img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.whatsapp:hover{filter:brightness(1.1)}.solid-button{background:var(--lime);border:1px solid var(--lime);color:#0b1008;border-radius:9px;min-height:54px;padding:15px 20px;font-size:17px;font-weight:700;display:inline-flex;justify-content:space-between;align-items:center;gap:22px}.solid-button:active{transform:translateY(1px)}dialog{margin:auto;background:#111812;color:#fff;border:1px solid #3d4937;border-radius:16px;width:min(660px,calc(100% - 32px));max-height:85dvh;padding:34px;box-shadow:0 25px 100px #000b}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}.close-panel{position:absolute;right:14px;top:12px;background:#222c20;border-radius:50%}dialog h2{font-size:30px;line-height:1.12;margin:10px 44px 20px 0}dialog p{font-size:16px;line-height:1.6;color:#c7cec2}.eyebrow{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--lime)}dialog .eyebrow{font-size:13px;color:var(--lime)}.category-preview{display:block;width:100%;height:270px;object-fit:cover;border-radius:9px}.preview-note{font-size:14px!important;border-top:1px solid #354031;padding-top:18px;margin-top:24px}.option-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.option-list li{border:1px solid #3c4735;border-radius:6px;padding:14px;background:#1b2518;font-size:16px}.all-categories{display:grid;grid-template-columns:1fr 1fr;gap:10px}.all-categories button{background:#202b1c;color:white;border:1px solid #3f4a37;border-radius:7px;padding:18px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px}.all-categories button:hover{border-color:var(--lime)}
@media(max-width:1200px){.header-inner{padding:0 22px;gap:14px}.brand-art{width:134px}.desktop-nav{gap:14px}.nav-link{font-size:13px;gap:6px}.nav-link .icon{width:22px;height:22px}.category-label{font-size:14px;padding:10px;gap:4px}.categories{padding-left:22px;padding-right:22px}.category-grid{gap:11px}}
@media(max-width:1100px){.desktop-nav{display:none}.menu-button{display:grid}.header-actions{gap:7px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-label{font-size:16px}}
@media(max-width:760px){.header-inner{height:72px;padding:0 16px;gap:8px}.brand-art{width:132px}.header-actions{gap:5px}.header-actions .icon-button{border:1px solid #ffffff12;border-radius:10px}.menu-backdrop{top:72px}.desktop-hero{display:none}.mobile-hero{display:block;position:relative;overflow:hidden;background:#090c0a;touch-action:pan-y}.mobile-copy{padding:28px 24px 0;position:relative;z-index:1}.mobile-copy h1{font-family:STKRDisplay,'Arial Narrow',Arial,sans-serif;font-weight:400;font-style:oblique 12deg;font-size:clamp(48px,16vw,96px);line-height:1.1;letter-spacing:-.025em;white-space:nowrap;margin:0 0 15px}.mobile-copy em{font-style:inherit;color:var(--lime)}.mobile-copy p{font-size:16px;line-height:1.45;font-weight:400;color:#cdd2ca;max-width:330px;min-height:46px;margin:0}.mobile-hero[data-current="1"] h1,.mobile-hero[data-current="2"] h1{font-size:clamp(30px,10.9vw,70px);line-height:1.1;min-height:clamp(105px,32vw,184px)}.mobile-product-photo{width:100%;height:clamp(230px,71vw,390px);background-image:url('assets/hero-home-clean.png');background-size:200% auto;background-position:right center;background-repeat:no-repeat;position:relative}.mobile-product-photo:after{content:'';position:absolute;inset:0;box-shadow:inset 0 16px 18px -12px #090c0a,inset 0 -18px 18px -12px #090c0a;pointer-events:none}.mobile-action{padding:0 24px;margin-top:-9px;position:relative;z-index:1}.mobile-action .solid-button{width:100%}.mobile-controls{display:flex;justify-content:space-between;align-items:center;padding:13px 24px 17px;gap:8px}.mobile-controls>.icon-button{border:1px solid #ffffff24;border-radius:50%}.mobile-pagination{display:flex}.mobile-pagination .pagination-dot{width:38px;height:44px}.mobile-pagination .pagination-dot[aria-current=true]:after{width:24px}.mobile-pagination .pagination-dot:after{transition:width .15s}.categories{padding:25px 18px calc(92px + env(safe-area-inset-bottom));scroll-margin-top:86px;border-top:1px solid #ffffff16;background:#0d120e}.categories h2{font-size:21px;margin-bottom:18px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{border-color:#ffffff20;border-radius:11px;background:#101711}.category-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:42% 1fr;align-items:center}.category-label{padding:13px 12px;min-height:49px;font-size:15px;line-height:1.2;letter-spacing:-.02em}.category-card:last-child .category-label{padding:16px;font-size:17px}.whatsapp{right:18px}dialog{margin:auto 0 0;width:100%;max-width:none;max-height:88dvh;padding:30px 24px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;border-bottom:0}.option-list{grid-template-columns:1fr}.category-preview{height:240px}.all-categories button{min-height:54px}}
@media(max-width:350px){.header-inner{padding:0 10px}.header-actions{gap:3px}.mobile-copy{padding-left:20px;padding-right:20px}.mobile-action{padding:0 20px}.categories{padding-left:14px;padding-right:14px}.category-label{font-size:14px;padding:12px 10px}.category-card:last-child .category-label{font-size:16px}}
@media(min-width:540px) and (max-width:760px){.mobile-copy{padding-left:36px;padding-right:36px}.mobile-action{padding:0 36px}.mobile-copy p{max-width:450px}.mobile-controls{padding-left:36px;padding-right:36px}.categories{padding-left:28px;padding-right:28px}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card:last-child{grid-column:1/-1;grid-template-columns:30% 1fr}.category-card:last-child .category-label{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
@media(min-width:761px) and (max-width:1000px){.hero-copy{top:8%}.hero-copy h1{font-size:8.6vw;margin-bottom:10px}.hero-lead{font-size:14px}.hero-description{font-size:13px}.hero-cta{margin-top:14px;min-height:44px;padding:10px 18px}.desktop-hero[data-current="1"] h1,.desktop-hero[data-current="2"] h1{font-size:5.75vw}}

/* Shared banner rhythm: consistent title, copy and action positions. */
.desktop-hero .hero-copy{top:14%;height:72%;width:38%;display:flex;flex-direction:column;align-items:flex-start}
.desktop-hero .hero-copy h1{font-size:clamp(42px,5.75vw,110px);line-height:1.1;min-height:2.2em;margin:0 0 20px}
.desktop-hero .hero-lead{display:none}
.desktop-hero .hero-description{font-size:clamp(14px,1.35vw,26px);line-height:1.45;margin:0;max-width:100%}
.desktop-hero .hero-cta{margin-top:auto;width:clamp(200px,19vw,365px);max-width:100%;min-width:0;height:clamp(48px,4.4vw,84px);min-height:0;flex-shrink:0;padding:12px 22px;font-size:clamp(16px,1.5vw,28px)}
.hero-cta,.mobile-action .solid-button{transition:background-color .2s ease,box-shadow .2s ease}
.hero-cta .icon,.mobile-action .solid-button .icon{transition:transform .2s ease}
.hero-cta:hover .icon,.mobile-action .solid-button:hover .icon{transform:translateX(3px)}
.hero-prev,.hero-next,.hero-pagination{z-index:3}
.hero-copy{z-index:2}
@media(max-width:760px){
 .mobile-hero .mobile-copy h1{font-size:clamp(30px,10.9vw,70px);line-height:1.1;min-height:2.2em;margin-bottom:18px}
 .mobile-copy p{min-height:4.35em;max-width:100%}
 .mobile-action .solid-button{height:56px;font-size:17px;padding:14px 20px}
}
@media(prefers-reduced-motion:reduce){.hero-cta:hover .icon,.mobile-action .solid-button:hover .icon{transform:none}}

/* Stickers category — approved compact banner and sample-led catalog. */
body[data-page="stickers"] #desktop-hero,body[data-page="stickers"] #mobile-hero,body[data-page="stickers"] #categories{display:none}
.nav-link[aria-current="page"]{color:var(--lime);box-shadow:inset 0 -3px var(--lime)}
.sticker-category-banner{position:relative;min-height:190px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border);background:#0a0f0c}
.sticker-banner-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sticker-banner-copy{position:relative;padding:20px 3.2%;width:64%}
.breadcrumbs{font-size:15px;line-height:1.5;color:#ccd0cc;margin-bottom:12px}.breadcrumbs a:hover{color:var(--lime)}
.sticker-banner-copy h1,.sticker-product h2,.sticker-design-help h2{font-family:STKRDisplay,'Arial Narrow',Arial,sans-serif;font-weight:400;font-style:oblique 12deg;letter-spacing:-.015em}
.sticker-banner-copy h1{font-size:clamp(34px,4.2vw,68px);line-height:1.12;margin:0 0 12px}.sticker-banner-copy p{font-size:clamp(15px,1.45vw,23px);line-height:1.4;margin:0}
.sticker-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;padding:26px 1.8% 24px}
.sticker-product{min-width:0;border:1px solid #ffffff40;border-radius:9px;overflow:hidden;background:#0a100e}
.sticker-product-photo{display:block;overflow:hidden}.sticker-product-photo img{width:100%;height:auto;aspect-ratio:1.6;object-fit:cover;display:block;transition:transform .3s ease}.sticker-product-photo:hover img{transform:scale(1.025)}
.sticker-product-info{display:flex;gap:20px;align-items:center;justify-content:space-between;padding:20px 24px;min-height:136px}.sticker-product-info>div{min-width:0;flex:1}
.sticker-product h2{font-size:clamp(23px,2.65vw,46px);line-height:1.18;margin:0 0 7px}.sticker-product p{margin:0;font-size:clamp(15px,1.35vw,22px);line-height:1.4}
.sticker-product .solid-button{font-size:clamp(15px,1.35vw,22px);min-height:54px;width:clamp(170px,17vw,290px);flex-shrink:0;padding:12px 16px;gap:12px;border-radius:7px;white-space:nowrap}.sticker-product .icon{width:24px;height:24px}
.sticker-design-help{border-top:1px solid var(--border);padding:38px 9% 44px;display:flex;align-items:center;justify-content:space-between;gap:36px;background:#10170d}
.sticker-design-help h2{font-size:clamp(24px,2.6vw,44px);line-height:1.2;margin:0 0 10px}.sticker-design-help p{font-size:16px;line-height:1.5;color:#cdd2ca;margin:0}.design-help-link{display:inline-flex;align-items:center;gap:22px;white-space:nowrap;background:none;border:0;border-bottom:2px solid var(--lime);padding:12px 0;font-size:16px}.design-help-link .icon{color:var(--lime)}
.sticker-detail-photo{display:block;width:100%;aspect-ratio:1.6;object-fit:cover;border-radius:8px}.sticker-detail-actions{margin-top:22px}
@media(max-width:1100px){.sticker-product-info{flex-direction:column;align-items:stretch;gap:16px;padding:18px;min-height:180px}.sticker-product-info>div{flex:1}.sticker-product .solid-button{width:100%}.sticker-product h2{font-size:30px}.sticker-banner-copy{width:68%}.sticker-design-help{padding:30px 5% 90px;gap:22px}.sticker-design-help h2{font-size:28px}}
@media(max-width:760px){.sticker-category-banner{min-height:186px}.sticker-banner-photo{object-position:30% center;opacity:.28}.sticker-banner-copy{width:100%;padding:20px}.sticker-banner-copy h1{font-size:clamp(30px,7.2vw,50px);margin-bottom:10px}.sticker-banner-copy p{font-size:15px;max-width:38ch}.breadcrumbs{font-size:13px;margin-bottom:14px}.sticker-products{grid-template-columns:1fr;padding:18px 16px 24px;gap:18px}.sticker-product-info{padding:18px;min-height:0;gap:14px}.sticker-product h2{font-size:29px}.sticker-product p{font-size:16px}.sticker-product .solid-button{font-size:17px;min-height:52px}.sticker-design-help{display:block;padding:28px 22px 90px}.sticker-design-help h2{font-size:27px}.sticker-design-help p{font-size:15px}.design-help-link{margin-top:14px}}
@media(min-width:540px) and (max-width:760px){.sticker-products{grid-template-columns:repeat(2,minmax(0,1fr))}.sticker-product h2{font-size:23px}.sticker-product-info{min-height:190px;padding:14px}.sticker-product p{font-size:14px}.sticker-product .solid-button{font-size:15px}}
@media(prefers-reduced-motion:reduce){.sticker-product-photo:hover img{transform:none}}
.sticker-banner-copy h1,.sticker-product h2,.sticker-design-help h2{font-style:normal;transform:skewX(-10deg);transform-origin:left bottom}
#stickers-heading:focus{outline:none}
@media(min-width:1101px){.sticker-product-info{min-height:clamp(104px,8.4vw,136px)}}
/* Show every product choice together before the design-help section. */
.sticker-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:22px 1.8%}
.sticker-product-photo img{aspect-ratio:1.12}
.sticker-product-info{flex-direction:column;align-items:stretch;justify-content:space-between;gap:16px;padding:18px;min-height:184px}
.sticker-product-info>div{flex:1}
.sticker-product h2{font-size:clamp(23px,2vw,36px)}
.sticker-product p{font-size:16px;line-height:1.35}
.sticker-product .solid-button{width:100%;font-size:16px;min-height:48px;padding:10px 13px}
.sticker-design-help{padding-top:28px;padding-bottom:32px}
@media(min-width:761px) and (max-height:800px){.sticker-category-banner{min-height:154px}.sticker-banner-copy{padding-top:14px;padding-bottom:14px}.sticker-banner-copy h1{font-size:clamp(32px,3.7vw,58px);margin-bottom:8px}.breadcrumbs{margin-bottom:8px}.sticker-product-photo img{aspect-ratio:1.4}.sticker-product-info{min-height:170px;padding:14px;gap:12px}}
@media(min-width:761px) and (max-width:1000px){.sticker-products{gap:12px}.sticker-product-info{padding:12px;min-height:190px}.sticker-product h2{font-size:23px}.sticker-product p{font-size:14px}.sticker-product .solid-button{font-size:14px;padding:10px 8px;gap:5px}.sticker-product .icon{width:19px;height:19px}}
@media(max-width:760px){.sticker-category-banner{min-height:136px}.sticker-banner-copy{padding:14px 16px}.sticker-banner-copy h1{font-size:clamp(27px,6.7vw,42px);margin-bottom:7px}.sticker-banner-copy p{font-size:13px;line-height:1.35}.breadcrumbs{font-size:12px;margin-bottom:8px}.sticker-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 12px 20px}.sticker-product-photo img{aspect-ratio:1.4}.sticker-product-info{min-height:126px;padding:12px;gap:10px}.sticker-product h2{font-size:clamp(20px,4.8vw,30px);margin:0}.sticker-product-info p{display:none}.sticker-product .solid-button{font-size:14px;min-height:44px;padding:9px 10px;gap:5px}.sticker-product .icon{width:18px;height:18px}.sticker-design-help{padding:24px 20px 90px}}
@media(max-width:350px){.sticker-products{gap:9px;padding-left:10px;padding-right:10px}.sticker-product-info{padding:10px;min-height:123px}.sticker-product h2{font-size:19px}.sticker-product .solid-button{font-size:12px;padding:8px;gap:4px}.sticker-product .icon{width:16px;height:16px}}
/* Product configuration: gallery first, calculated quantities and optional design. */
body[data-page="product"] #desktop-hero,body[data-page="product"] #mobile-hero,body[data-page="product"] #categories{display:none}
.product-page{padding:20px 2.6% 70px}.product-breadcrumbs{margin-bottom:16px;font-size:16px;display:flex;flex-wrap:wrap;gap:8px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(360px,1fr);gap:34px;align-items:start}
.product-gallery{min-width:0}.product-main-photo{display:block;width:100%;height:auto;aspect-ratio:1.44;object-fit:cover;border:1px solid #ffffff40;border-radius:10px}
.product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.product-thumbnail{background:none;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;min-width:0}.product-thumbnail[aria-pressed="true"]{border-color:var(--lime)}.product-thumbnail img{display:block;width:100%;height:auto;aspect-ratio:1.25;object-fit:cover}.gallery-caption{font-size:14px;color:#bcc5ba;margin:9px 0 0}
.product-configuration{min-width:0}.product-configuration h1{font-family:STKRDisplay,'Arial Narrow',Arial,sans-serif;font-weight:400;font-size:clamp(28px,3.25vw,54px);line-height:1.14;letter-spacing:-.02em;transform:skewX(-10deg);transform-origin:left bottom;margin:0 0 10px}.product-configuration h1:focus{outline:none}.product-intro{font-size:clamp(15px,1.4vw,21px);line-height:1.4;margin:0 0 23px}
#sticker-order fieldset{padding:0;border:0;margin:0 0 20px;min-width:0}#sticker-order legend{padding:0;margin:0 0 12px;font-size:18px;font-weight:700}
.shape-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shape-choice{display:flex;align-items:center;justify-content:center;gap:12px;padding:15px 10px;min-height:54px;border:1px solid #ffffff60;border-radius:7px;cursor:pointer;font-size:16px;font-weight:600}.shape-choice:has(input:checked){border:2px solid var(--lime);background:#141d08;padding:14px 9px}.shape-choice input{accent-color:var(--lime);width:18px;height:18px;margin:0}
.product-dimensions{display:flex;gap:12px}.product-dimensions label{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px;font-size:15px}.product-dimensions input,#product-quantity{border:1px solid #ffffff60;background:#0d1410;border-radius:6px;color:white;font:inherit;min-height:46px;width:100%;padding:10px 14px}.product-dimensions input:focus,#product-quantity:focus{outline:2px solid var(--lime);outline-offset:2px}.quantity-label{display:block;font-size:16px;font-weight:600;margin:14px 0 7px}.field-hint{color:#b8c3b6;font-size:13px;line-height:1.4;margin:7px 0 0}.field-error{color:#ffc19a;font-size:14px;line-height:1.45;margin:10px 0 0}
.file-drop{position:relative;display:flex;min-height:112px;border:1px dashed #a4afa0;border-radius:9px;align-items:center;justify-content:center;flex-direction:column;gap:8px;cursor:pointer;padding:18px;text-align:center}.file-drop input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.file-drop:focus-within,.file-drop.is-dragging{outline:2px solid var(--lime);outline-offset:2px;background:#16220c}.file-drop strong{font-size:18px}.file-drop span{font-size:14px}.file-drop small{font-size:12px;color:#b8c3b6}.selected-file{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:9px 0;font-size:13px}.selected-file span{overflow-wrap:anywhere;min-width:0}.selected-file button{border:0;background:none;color:var(--lime);font-size:13px;padding:7px;flex-shrink:0}
.design-addon{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-top:14px}.design-addon label{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.4;cursor:pointer}.design-addon input{accent-color:var(--lime);width:21px;height:21px;flex-shrink:0;margin:0}.design-addon small{display:block;font-size:12px;color:#b8c3b6;margin-top:3px}.text-link{border:0;background:none;color:inherit;text-decoration:underline;text-underline-offset:4px;padding:0;font-size:14px;cursor:pointer}.text-link:hover{color:var(--lime)}.design-addon .text-link{white-space:nowrap;min-height:24px}
.product-total{border-top:1px solid #ffffff70;padding-top:14px}.product-total>p:first-child{font-size:14px;line-height:1.45;margin:0 0 14px}.price-line{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:23px}.price-line strong:last-child{font-size:25px}.product-add-cart{width:100%;justify-content:center;font-size:19px;margin-top:15px;min-height:56px;gap:18px}.product-add-cart:disabled{opacity:.4;cursor:not-allowed}
.product-information{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:30px}.product-information details{border-top:1px solid #ffffff50;border-bottom:1px solid #ffffff50;padding:20px 0}.product-information summary{cursor:pointer;font-size:21px;font-weight:700}.product-information p{font-size:15px;line-height:1.6;color:#c5cec2;max-width:65ch}
.cart-items{display:grid;gap:20px}.cart-item{display:grid;grid-template-columns:95px minmax(0,1fr);gap:16px;padding:16px 0;border-bottom:1px solid #ffffff25}.cart-item>img{width:95px;height:85px;object-fit:cover;border-radius:6px}.cart-item h3{font-size:19px;margin:0}.cart-item p{font-size:14px;line-height:1.4;margin:8px 0}.cart-item .cart-filename{font-size:12px;overflow-wrap:anywhere}.cart-item .text-link{margin-left:20px;font-size:13px}.header-actions [data-panel="cart"]{position:relative}.cart-count{position:absolute;right:0;top:0;background:var(--lime);color:#111;border-radius:12px;min-width:18px;height:18px;font-size:11px;line-height:18px;text-align:center;padding:0 4px}
@media(min-width:1101px) and (max-height:820px){.product-main-photo{aspect-ratio:1.6}.product-intro{margin-bottom:16px}#sticker-order fieldset{margin-bottom:14px}#sticker-order legend{margin-bottom:9px}.file-drop{min-height:92px;padding:12px;gap:6px}.product-thumbnails{max-width:85%}.product-thumbnail img{aspect-ratio:1.6}}
@media(max-width:1100px){.product-layout{grid-template-columns:minmax(0,1.05fr) minmax(330px,1fr);gap:24px}.product-configuration h1{font-size:34px}.product-main-photo{aspect-ratio:1}.product-thumbnails{gap:8px}.design-addon{flex-direction:column;gap:8px}.design-addon .text-link{margin-left:31px}.product-intro{font-size:16px}}
@media(max-width:760px){.product-page{padding:16px 18px 85px}.product-breadcrumbs{font-size:13px;margin-bottom:15px;gap:6px}.product-layout{grid-template-columns:minmax(0,1fr);gap:26px}.product-main-photo{aspect-ratio:1.35}.product-thumbnails{margin-top:10px;gap:8px}.product-thumbnail img{aspect-ratio:1.35}.gallery-caption{font-size:12px}.product-configuration h1{font-size:clamp(29px,7.7vw,48px);max-width:97%}.product-intro{font-size:16px;margin-bottom:23px}#sticker-order fieldset{margin-bottom:23px}.design-addon{flex-direction:row}.design-addon .text-link{margin-left:0;font-size:13px}.design-addon label{font-size:14px}.price-line{font-size:22px}.price-line strong:last-child{font-size:24px}.product-information{grid-template-columns:minmax(0,1fr);gap:14px}.product-information summary{font-size:18px}.product-information details{padding:17px 0}}
@media(max-width:350px){.product-page{padding-left:14px;padding-right:14px}.shape-choice{font-size:14px;gap:8px}.design-addon{flex-direction:column}.design-addon .text-link{margin-left:31px}}
.measure-quantity-row{display:flex;align-items:flex-start;gap:12px}.measure-quantity-row .product-dimensions{flex:1;min-width:0}.quantity-field{flex:1;min-width:0}.quantity-field .quantity-label{font-weight:400;font-size:15px;margin:0 0 7px;line-height:normal}
@media(max-width:420px){.measure-quantity-row:has(#product-height-field:not([hidden])){flex-wrap:wrap}.measure-quantity-row:has(#product-height-field:not([hidden])) .product-dimensions{flex-basis:100%}}

.product-page[data-material="magnets"] .product-main-photo{aspect-ratio:1.12;object-position:center}

.product-page[data-material="magnets"] .product-thumbnails{grid-template-columns:repeat(5,minmax(0,1fr))}

.thickness-options .shape-choice span{display:grid;gap:5px}.thickness-options strong{font-size:20px}.thickness-options small{font-size:13px;font-weight:400;line-height:1.3}

/* Viewport-led layouts: content can still grow for zoom, errors and open details. */
.mobile-step-status,.mobile-product-next,.mobile-product-back{display:none}
@media(min-width:761px){
 .header-inner{height:64px}.menu-backdrop{top:64px}
 .desktop-hero{height:max(310px,calc((100dvh - 64px)*.65));aspect-ratio:auto}
 .banner-art{object-fit:cover;object-position:center}
 .desktop-hero .hero-copy{top:10%;height:80%}
 .desktop-hero .hero-copy h1{font-size:clamp(38px,min(5.75vw,8dvh),100px);margin-bottom:12px}
 .desktop-hero .hero-description{font-size:clamp(14px,1.25vw,20px)}
 .desktop-hero .hero-cta{height:48px;font-size:17px;width:240px}
 .categories{padding:14px 2.6% 18px}.categories h2{font-size:19px;margin-bottom:10px}
 .category-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
 .category-card img{height:clamp(80px,calc((100dvh - 64px)*.35 - 102px),210px);aspect-ratio:auto;object-fit:cover}
 .category-label{font-size:14px;padding:9px;min-height:40px}
 .sticker-category-banner{min-height:120px;height:clamp(120px,18dvh,185px)}
 .sticker-banner-copy h1{font-size:clamp(32px,4dvh,52px);margin-bottom:6px}.sticker-banner-copy p{font-size:16px}
 .sticker-products{padding:16px 2.6%;gap:16px}
 .sticker-product-photo img{height:clamp(140px,calc(82dvh - 366px),450px);aspect-ratio:auto}
 .sticker-product-info{min-height:150px;padding:14px;gap:10px}.sticker-product h2{font-size:clamp(22px,2vw,32px)}
 .sticker-product p{font-size:14px}.sticker-product .solid-button{min-height:44px}
 .sticker-design-help{padding:14px 2.6%;gap:20px}.sticker-design-help h2{font-size:24px;margin-bottom:5px}.sticker-design-help p{font-size:14px}
 .product-page{padding:12px 2.6% 16px;scroll-margin-top:72px}
 .product-breadcrumbs{margin-bottom:12px;font-size:13px}
 .product-layout{grid-template-columns:minmax(0,1fr) minmax(420px,1.12fr);gap:clamp(22px,3vw,48px)}
 .product-main-photo,.product-page[data-material="magnets"] .product-main-photo{height:clamp(250px,calc(100dvh - 294px),680px);aspect-ratio:auto;object-fit:contain;background:#0d110f}
 .product-thumbnails{max-width:100%;gap:8px;margin-top:8px}.product-thumbnail img{height:clamp(44px,8dvh,90px);aspect-ratio:auto}
 .gallery-caption{font-size:12px;margin-top:6px}
 .product-configuration h1{font-size:clamp(27px,3.9dvh,44px);margin-bottom:5px}.product-intro{font-size:14px;margin-bottom:12px}
 #sticker-order{display:grid;grid-template-columns:1fr 1fr;column-gap:16px}
 #sticker-order fieldset{margin-bottom:12px}#sticker-order legend{font-size:15px;margin-bottom:7px}
 .dimensions-field,.artwork-step,.product-total{grid-column:1/-1}
 .product-page[data-material="stickers"] .shape-field{grid-column:1/-1}
 .shape-options{gap:8px}.shape-choice{font-size:14px;gap:7px;min-height:48px;padding:8px}.shape-choice:has(input:checked){padding:7px}
 .thickness-options .shape-choice span{gap:2px}.thickness-options strong{font-size:16px}.thickness-options small{font-size:11px}
 .product-dimensions input,#product-quantity{min-height:42px;padding:8px 10px}
 .product-dimensions label,.quantity-field .quantity-label{font-size:14px}
 .file-drop{min-height:70px;padding:10px;gap:4px}.file-drop strong{font-size:16px}.file-drop span{font-size:13px}
 .design-addon{flex-direction:row;margin-top:9px;gap:8px}.design-addon label{font-size:14px}.design-addon .text-link{margin-left:0;font-size:12px}
 .product-total{padding-top:9px;display:grid;grid-template-columns:1fr 1fr;column-gap:16px;align-items:center}
 .product-total>p:first-child{grid-column:1/-1;font-size:13px;margin-bottom:8px}
 .price-line{font-size:17px}.price-line strong:last-child{font-size:20px}
 .product-add-cart{grid-column:2;grid-row:2/4;margin:0;font-size:16px;min-height:48px;padding:10px}
 #price-note{grid-column:1;font-size:12px}#order-message{grid-column:1/-1}
 .product-information{margin-top:16px;gap:24px}.product-information details{padding:12px 0}.product-information summary{font-size:16px}
 .whatsapp{width:48px;height:48px;right:10px;bottom:10px}
}
@media(min-width:761px) and (max-width:980px){
 .product-layout{grid-template-columns:minmax(0,.8fr) minmax(400px,1.2fr);gap:18px}
 .category-label{font-size:12px}.category-label .icon{width:16px}
}
@media(max-width:760px){
 .header-inner{height:60px}.menu-backdrop{top:60px}.brand-art{width:118px}
 .mobile-hero{min-height:calc(100svh - 60px);display:flex;flex-direction:column}
 .mobile-copy{padding-top:20px}.mobile-hero .mobile-copy h1{font-size:clamp(30px,9vw,58px)}
 .mobile-copy p{min-height:0;font-size:15px}
 .mobile-product-photo{height:clamp(150px,32svh,340px);flex:1;min-height:150px}
 .mobile-action{margin-top:0}.mobile-controls{padding-top:8px;padding-bottom:8px}
 .categories{min-height:calc(100svh - 60px);padding:18px 16px 24px;scroll-margin-top:60px}
 .categories h2{margin-bottom:12px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .category-card img{height:clamp(60px,calc((100svh - 290px)/4),160px);aspect-ratio:auto;object-fit:cover}
 .category-label{min-height:38px;padding:8px 10px;font-size:14px}.category-card:last-child{grid-template-columns:42% 1fr}
 .sticker-category-banner{min-height:112px}.sticker-banner-copy{padding:10px 16px}.sticker-banner-copy h1{font-size:28px}
 .sticker-products{gap:10px;padding:12px}.sticker-product-photo img{height:clamp(75px,calc((100svh - 448px)/2),240px);aspect-ratio:auto}
 .sticker-product-info{min-height:96px;padding:9px;gap:8px}.sticker-product h2{font-size:20px}
 .sticker-design-help{padding:12px 16px}.sticker-design-help h2{font-size:19px;margin-bottom:6px}.sticker-design-help p{display:none}.design-help-link{margin-top:0;padding:8px 0;font-size:14px}
 .product-page{padding:10px 16px 18px;scroll-margin-top:60px}.product-breadcrumbs{margin-bottom:8px;font-size:12px}
 .product-layout{gap:12px}.product-main-photo,.product-page[data-material="magnets"] .product-main-photo{height:clamp(100px,20svh,190px);aspect-ratio:auto;object-fit:contain;background:#0d110f}
 .product-thumbnails{gap:6px;margin-top:6px;max-width:100%}.product-thumbnail img{height:36px;aspect-ratio:auto}.gallery-caption{margin-top:4px;font-size:11px}
 .product-configuration h1{font-size:25px;margin-bottom:4px}.product-intro{font-size:13px;margin-bottom:8px}
 .mobile-step-status{display:block;color:var(--lime);font-size:12px;margin:0 0 10px}
 #sticker-order{display:grid;grid-template-columns:1fr 1fr;column-gap:12px}
 #sticker-order fieldset{margin-bottom:10px}#sticker-order legend{font-size:14px;margin-bottom:6px}
 .dimensions-field,.artwork-step,.product-total,.mobile-product-next,.mobile-product-back{grid-column:1/-1}
 .product-page[data-material="stickers"] .shape-field{grid-column:1/-1}
 .shape-choice{font-size:12px;gap:5px;padding:7px 4px;min-height:44px}.shape-choice:has(input:checked){padding:6px 3px}.shape-choice input{width:15px;height:15px}
 .shape-options{gap:5px}.thickness-options .shape-choice span{gap:2px}.thickness-options strong{font-size:15px}.thickness-options small{font-size:10px}
 .product-dimensions input,#product-quantity{min-height:44px;padding:8px}.product-dimensions label,.quantity-field .quantity-label{font-size:13px}
 .field-hint{font-size:12px}.measure-quantity-row{gap:10px;flex-wrap:nowrap!important}.measure-quantity-row:has(#product-height-field:not([hidden])) .product-dimensions{flex-basis:0}.product-dimensions{gap:6px}
 .mobile-product-next{display:flex;min-height:46px;font-size:15px;padding:10px 14px}.mobile-product-next:disabled{opacity:.4;cursor:not-allowed}
 .product-page[data-step="configure"] .artwork-step,.product-page[data-step="configure"] .product-total,.product-page[data-step="configure"] .mobile-product-back{display:none}
 .product-page[data-step="design"] .product-gallery,.product-page[data-step="design"] .configuration-step,.product-page[data-step="design"] .mobile-product-next{display:none}
 .product-page[data-step="design"] .mobile-product-back{display:block;min-height:44px;text-align:left;margin-bottom:8px;grid-row:1}
 .product-information{gap:10px;margin-top:14px}.product-information details{padding:10px 0}.product-information summary{font-size:14px}
 .product-page[data-step="configure"] .product-information{display:none}
 .file-drop{min-height:120px}.product-total>p:first-child{margin-bottom:10px}
 body[data-page="product"] .whatsapp{bottom:10px;right:10px;width:40px;height:40px}
}
@media(max-width:760px){
 .shape-choice{position:relative;font-size:13px}.shape-choice input{position:absolute;opacity:0;width:1px;height:1px}.shape-choice:focus-within{outline:2px solid var(--lime);outline-offset:3px}
 .thickness-options small{font-size:11px}
 .product-main-photo,.product-page[data-material="magnets"] .product-main-photo{object-fit:cover}
}
@media(max-width:760px){body[data-page="product"] .whatsapp{top:10px;bottom:auto;right:164px;width:40px;height:40px;z-index:21}}
@media(min-width:761px){.categories{padding-right:74px}.category-card img{height:clamp(80px,calc((100dvh - 64px)*.35 - 110px),210px)}}

/* Fixed-width transfer products share the compact product layout. */
.transfer-width{flex:1;display:grid;align-content:start;gap:7px;font-size:14px}.transfer-width strong{font-size:24px;line-height:44px}.transfer-width small{color:#b8c3b6;font-size:12px}
#transfer-length{border:1px solid #ffffff60;background:#0d1410;border-radius:6px;color:white;font:inherit;min-height:44px;width:100%;padding:8px 12px}#transfer-length:focus{outline:2px solid var(--lime);outline-offset:2px}
.product-page[data-transfer="true"] .product-layout{align-items:start}.product-page[data-transfer="true"] .product-main-photo{object-fit:contain}
@media(max-width:760px){.product-page[data-transfer="true"] .product-main-photo{height:clamp(150px,27svh,260px);object-fit:cover}.transfer-width{font-size:13px}}

/* Aligned fixed width and length stepper. */
.product-page[data-transfer="true"] .measure-quantity-row{gap:16px;align-items:start}
.transfer-width{gap:7px}.transfer-width strong{display:flex;align-items:center;height:48px;line-height:1;font-size:20px;padding:0 14px;border:1px solid #ffffff30;border-radius:7px;background:#101611}
.length-control{display:flex;align-items:stretch;height:48px;border:1px solid #ffffff60;border-radius:7px;background:#0d1410;overflow:hidden}
.length-control button{flex:0 0 44px;border:0;background:#ffffff08;font-size:23px;font-weight:400;padding:0}.length-control button:hover{color:var(--lime);background:#ffffff12}.length-control button:disabled{opacity:.3;cursor:default}
.length-control #transfer-length{min-width:0;width:100%;height:46px;min-height:0;border:0;border-radius:0;padding:0 8px;text-align:center;font-size:18px;font-variant-numeric:tabular-nums;background:transparent}
.length-control:focus-within{outline:2px solid var(--lime);outline-offset:2px}.length-control #transfer-length:focus{outline:none}
.length-control button:focus-visible{outline-offset:-4px}
@media(max-width:400px){.length-control button{flex-basis:40px}.product-page[data-transfer="true"] .measure-quantity-row{gap:10px}}
.product-page[data-transfer="true"] .product-main-photo{object-fit:contain;object-position:center;background:#0d110f}

/* Editorial cleanup: clear hierarchy, fewer decorative containers. */
:root{--control-radius:6px;--quiet-border:#ffffff30}
.category-card,.sticker-product,.product-main-photo{border-color:var(--quiet-border);border-radius:var(--control-radius)}
.solid-button,.hero-cta,.shape-choice,.file-drop,.length-control{border-radius:var(--control-radius)}
.category-card:hover{transform:none}.nav-link[aria-current="page"]{box-shadow:inset 0 -2px var(--lime)}
.sticker-product{display:flex;flex-direction:column}.sticker-product-info{flex:1}.sticker-product-info>div{flex:1}
.product-total{border-top-color:var(--quiet-border)}.product-information details{border-color:var(--quiet-border)}
.product-information summary{font-weight:600}
.transfer-width strong{border:0;background:transparent;padding-left:0;font-size:22px}
.option-list{display:block}.option-list li{background:none;border:0;border-bottom:1px solid var(--quiet-border);border-radius:0;padding:10px 0}
.all-categories button{background:transparent;border-color:var(--quiet-border)}
.preview-note{border-top-color:var(--quiet-border);font-size:13px!important;line-height:1.5!important}
@media(min-width:761px){.sticker-product-photo img{height:clamp(160px,min(calc(82dvh - 286px),20vw),360px)}.product-add-cart{grid-row:2;align-self:center}}
@media(max-width:760px){.sticker-product-photo img{height:clamp(90px,calc((100svh - 368px)/2),280px)}}

.uv-format-field{grid-column:1/-1}
#uv-quantity{border:1px solid #ffffff60;background:#0d1410;border-radius:6px;color:white;font:inherit;min-height:48px;width:100%;padding:8px 12px}#uv-quantity:focus{outline:2px solid var(--lime);outline-offset:2px}
.product-page[data-material="dtf-uv"] .quantity-label{display:none}

.category-card.is-coming img{filter:grayscale(1);opacity:.5}.category-card.is-coming{border-color:#ffffff18}.category-card.is-coming .category-label,[data-coming="true"]{color:#929a93}.category-card.is-coming:hover{border-color:#ffffff40}.nav-link[data-coming="true"]:hover{color:#bfc6c0}

@media(min-width:761px){.product-total:has(#price-note:not([hidden])) .product-add-cart{grid-row:2/4}}
