:root{--ink:#0c2b21;--green:#0c8052;--cream:#fbf7ee;--paper:#f2eadb;--gold:#e2a928;--line:#dfd1b9;--white:#fffdf7}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.sticker-page a{color:inherit}.sticker-shell{width:min(1500px,calc(100% - 42px));margin:auto}.sticker-header{position:sticky;top:0;z-index:20;background:rgba(251,247,238,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.sticker-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.sticker-brand{text-decoration:none;display:flex;gap:13px;align-items:center}.sticker-brand-mark{width:47px;height:47px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-family:Georgia,serif;font-size:25px;box-shadow:0 7px 20px #09251b25}.sticker-brand small,.eyebrow{display:block;color:var(--green);font-weight:900;letter-spacing:.22em;text-transform:uppercase;font-size:11px}.sticker-brand b{font-family:Georgia,serif;font-size:23px}.sticker-links{display:flex;align-items:center;gap:22px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.sticker-links a{text-decoration:none}.sticker-links .cart-link{padding:12px 17px;border-radius:999px;background:var(--ink);color:#fff}.sticker-hero{padding:74px 0 42px;overflow:hidden}.sticker-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.7fr);align-items:center;gap:54px}.sticker-hero h1{font-family:Georgia,serif;font-size:clamp(54px,7vw,104px);line-height:.9;margin:18px 0 24px;letter-spacing:-.055em}.sticker-hero p{max-width:720px;font-size:18px;line-height:1.65;color:#34594d}.hero-pills,.filter-row,.brand-pills{display:flex;flex-wrap:wrap;gap:9px}.hero-pills span,.brand-pill,.collection-pill{display:inline-flex;align-items:center;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-weight:800;font-size:11px}.brand-pill{background:#e7f4ed;color:#086840;border-color:#c5e0d1}.collection-pill{background:#fff3ce;color:#785300;border-color:#ebd892}.hero-sticker-art{min-height:420px;position:relative;display:grid;place-items:center}.hero-disc{position:absolute;width:290px;aspect-ratio:1;border-radius:50%;background:var(--white);border:13px solid var(--green);box-shadow:0 24px 50px #08251a2a;display:grid;place-items:center;font-family:Georgia,serif;font-size:100px}.hero-disc small{position:absolute;bottom:24px;font:900 12px Arial;letter-spacing:.17em}.hero-disc.one{transform:translate(-55px,22px) rotate(-11deg)}.hero-disc.two{transform:translate(80px,-32px) rotate(9deg);background:#fff5d9;border-color:var(--gold)}.hero-disc.three{width:220px;transform:translate(115px,120px) rotate(17deg);background:#dcece4;font-size:75px}.sticker-band{border-block:1px solid var(--line);background:var(--paper);padding:14px 0}.sticker-band .sticker-shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sticker-main{padding:54px 0 90px}.sticker-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.sticker-section-head h2{font:700 clamp(34px,4vw,58px) Georgia,serif;margin:8px 0 0}.sticker-section-head p{max-width:580px;color:#49675e;line-height:1.6}.filter-row{margin:0 0 30px}.filter-btn{border:1px solid var(--line);background:var(--white);color:var(--ink);border-radius:999px;padding:10px 15px;font-weight:900;cursor:pointer}.filter-btn.active{background:var(--ink);color:#fff;border-color:var(--ink)}.sticker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.sticker-card{background:var(--white);border:1px solid var(--line);border-radius:25px;overflow:hidden;box-shadow:0 14px 34px #1c3b2c10;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease}.sticker-card:hover{transform:translateY(-6px);box-shadow:0 22px 48px #1c3b2c1b}.sticker-visual{aspect-ratio:1.08;background:linear-gradient(145deg,#ede4d3,#f9f5ec);display:grid;place-items:center;padding:24px;position:relative;overflow:hidden}.sticker-visual:after{content:'OUTDOOR VINYL';position:absolute;right:14px;bottom:12px;font-size:9px;letter-spacing:.17em;font-weight:900;color:#45675d}.sticker-visual img{width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 15px 14px #0b251a25)}.sticker-fallback{width:76%;aspect-ratio:1;border-radius:50%;border:10px solid var(--green);background:#fff;display:grid;place-items:center;font:700 74px Georgia,serif}.sticker-card-body{padding:19px;display:flex;flex-direction:column;gap:13px;flex:1}.sticker-card h3{font:700 24px Georgia,serif;margin:0}.sticker-card p{margin:0;color:#4d685f;line-height:1.5;font-size:14px}.sticker-card-foot{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.sticker-price{font-size:21px;font-weight:900;color:#b55700}.sticker-action{display:inline-flex;text-decoration:none;padding:11px 14px;border-radius:999px;background:var(--green);color:#fff!important;font-size:12px;font-weight:900}.sticker-empty{grid-column:1/-1;padding:44px;border:1px dashed var(--line);border-radius:22px;text-align:center}.sticker-footer{border-top:1px solid var(--line);padding:30px 0 50px;color:#567067;font-size:13px}.sticker-footer .sticker-shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:1100px){.sticker-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sticker-hero-grid{grid-template-columns:1fr}.hero-sticker-art{min-height:350px}}
@media(max-width:780px){.sticker-shell{width:min(100% - 24px,1500px)}.sticker-links a:not(.cart-link){display:none}.sticker-hero{padding-top:46px}.hero-sticker-art{transform:scale(.76);margin:-50px 0}.sticker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sticker-section-head{display:block}.sticker-card h3{font-size:20px}}
@media(max-width:520px){.sticker-grid{grid-template-columns:1fr}.sticker-hero h1{font-size:54px}.sticker-card{border-radius:20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.sticker-card{transition:none}}
