:root{--paper:#faf1df;--paper-2:#f3e6cb;--ink:#1b1814;--ink-2:#4f4840;--ink-3:#8a8078;--tomato:#e2432a;--tomato-ink:#fff7ea;--mustard:#f0b429;--teal:#12727f;--sky:#8fcbdd;--pink:#f4a7b9;--mint:#bfe3c0;--white:#fff;--display:var(--font-display),"Arial Black",Impact,sans-serif;--body:var(--font-body),"Helvetica Neue",Arial,sans-serif;--shadow-hard:6px 6px 0 var(--ink);--shadow-hard-sm:4px 4px 0 var(--ink);--shadow-card:0 10px 22px rgba(27,24,20,.25);--radius:16px;--gutter:clamp(16px,4vw,48px);--max:1440px}*{box-sizing:border-box}html{color-scheme:light}body,html{margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--tomato)}img{max-width:100%}button{cursor:pointer}button,input,select{font:inherit}h1,h2,h3{margin:0}.disp{font-weight:800;letter-spacing:-.02em;line-height:.95}.disp,.eyebrow{font-family:var(--display)}.eyebrow{font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;display:block;margin:0 0 .6rem}.eyebrow-teal{color:var(--teal)}.eyebrow-tomato{color:var(--tomato)}.muted{color:var(--ink-2)}.small{font-size:.875rem}.price{font-family:var(--display);font-weight:800;font-size:1.125rem;letter-spacing:-.01em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border:2px solid var(--ink);border-radius:999px;font-weight:600;font-size:.95rem;background:var(--paper);box-shadow:var(--shadow-hard-sm);white-space:nowrap;transition:transform .12s,box-shadow .12s}.btn,.btn:hover{color:var(--ink)}.btn:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 var(--ink)}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--ink)}.btn-tomato{background:var(--tomato)}.btn-tomato,.btn-tomato:hover{color:var(--tomato-ink)}.btn-ink{background:var(--ink)}.btn-ink,.btn-ink:hover{color:var(--paper)}.btn-sm{min-height:40px;padding:0 16px;font-size:.85rem;box-shadow:3px 3px 0 var(--ink)}.btn-sm:hover{box-shadow:4px 4px 0 var(--ink)}.btn svg{flex-shrink:0}.chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border:2px solid var(--ink);border-radius:999px;font-weight:600;font-size:.875rem;background:var(--white);color:var(--ink);white-space:nowrap}.chip:hover{background:var(--mustard);color:var(--ink)}.chip-on,.chip-on:hover{background:var(--ink);color:var(--paper)}.chip-count{font-weight:500;color:var(--ink-3)}.chip-on .chip-count{color:hsla(40,73%,93%,.7)}.chip-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.sticker{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border:2px solid var(--ink);border-radius:999px;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;background:var(--white);color:var(--ink);white-space:nowrap}.sticker-mint{background:var(--mint)}.sticker-pink{background:var(--pink)}.sticker-tomato{background:var(--tomato);color:var(--tomato-ink)}.sticker-mustard{background:var(--mustard)}.field{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 16px;border:2px solid var(--ink);border-radius:999px;background:var(--white)}.field input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;font-size:.95rem;color:var(--ink)}.field input::placeholder{color:var(--ink-3)}.field:focus-within{box-shadow:3px 3px 0 var(--ink)}.field svg{flex-shrink:0}.tile{display:flex;flex-direction:column;background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-hard);overflow:hidden;color:var(--ink);transition:transform .12s,box-shadow .12s}a.tile:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--ink);color:var(--ink)}.tile-sm{box-shadow:var(--shadow-hard-sm)}a.tile-sm:hover{box-shadow:6px 6px 0 var(--ink)}.bg-sky{background:var(--sky)}.bg-pink{background:var(--pink)}.bg-mustard{background:var(--mustard)}.bg-mint{background:var(--mint)}.bg-tomato{background:var(--tomato)}.bg-ink{background:var(--ink);color:var(--paper)}.card-img{display:block;width:100%;height:auto;border:1.5px solid rgba(27,24,20,.4);border-radius:6px;box-shadow:var(--shadow-card);background:var(--white)}.card-empty{display:block;border:2px dashed rgba(27,24,20,.35);border-radius:6px;background:var(--paper);aspect-ratio:5/7}.wrap{max-width:var(--max);margin:0 auto;padding-inline:var(--gutter);width:100%}.section{padding-block:clamp(40px,6vw,72px)}.section-tight{padding-block:clamp(28px,4vw,48px)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:28px}.section-head h2{font-size:clamp(1.8rem,3.2vw,2.75rem)}.link-arrow{display:inline-flex;align-items:center;gap:8px;font-weight:600;border-bottom:2px solid var(--ink);padding-bottom:2px;white-space:nowrap}.link-arrow:hover{border-color:var(--tomato)}.band{border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.band-paper2{background:var(--paper-2)}.band-teal{background:var(--teal);color:var(--paper)}.grid{display:grid;grid-gap:24px;gap:24px}.grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cards{gap:20px}.grid-cards,.grid-stars{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}@media (max-width:1100px){.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid{gap:14px}.grid-3,.grid-4,.grid-6,.grid-cards,.grid-stars{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cards,.grid-stars{gap:14px}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:2px solid var(--ink)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.site-brand{display:inline-flex;align-items:center;gap:12px;font-family:var(--display);font-weight:800;font-size:1.35rem;letter-spacing:-.02em;white-space:nowrap}.site-brand,.site-brand:hover{color:var(--ink)}.brand-mark{display:inline-block;width:34px;height:34px;border:2px solid var(--ink);border-radius:8px;background:var(--tomato);box-shadow:3px 3px 0 var(--ink);transform:rotate(-8deg)}.site-nav{display:flex;gap:28px;font-weight:600;font-size:.95rem}.site-nav a{padding-bottom:2px;border-bottom:3px solid transparent}.site-nav a:hover{color:var(--ink);border-color:var(--tomato)}.site-header-actions{display:flex;align-items:center;gap:12px}.site-header-actions .btn{min-height:44px;padding:0 18px;font-size:.875rem}.nav-toggle{display:none}@media (max-width:900px){.site-nav{display:none}.site-header-inner{min-height:64px}.site-brand{font-size:1.1rem}.brand-mark{width:28px;height:28px}.site-header-actions .btn-label{display:none}.site-header-actions .btn{padding:0 14px}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid var(--ink);border-radius:999px;background:var(--white);color:var(--ink)}.site-nav.open{display:flex;flex-direction:column;gap:0;position:absolute;left:0;right:0;top:100%;background:var(--paper);border-bottom:2px solid var(--ink);padding:8px var(--gutter) 16px}.site-nav.open a{padding:12px 0;border-bottom:2px solid var(--paper-2);font-size:1.05rem}}.site-footer{margin-top:auto;background:var(--ink);padding-block:40px;font-size:.875rem}.site-footer,.site-footer a{color:var(--paper)}.site-footer a:hover{color:var(--mustard)}.site-footer-inner{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.site-footer-about{display:flex;flex-direction:column;gap:10px;max-width:420px}.site-footer-about p{margin:0;opacity:.75}.site-footer-cols{display:flex;gap:48px;flex-wrap:wrap}.site-footer-col{display:flex;flex-direction:column;gap:8px}.site-footer-col .eyebrow{font-size:.7rem;opacity:.6;margin:0 0 4px}.hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:40px;gap:40px;padding-block:clamp(40px,6vw,72px) clamp(32px,5vw,64px);border-bottom:2px solid var(--ink)}.hero-text{display:flex;flex-direction:column;justify-content:center;gap:26px}.hero-title{font-size:clamp(2.8rem,6.4vw,5.75rem)}.hero-title em{font-style:normal;color:var(--tomato)}.hero-lede{margin:0;font-size:clamp(1.05rem,1.4vw,1.25rem);max-width:520px;color:var(--ink-2)}.hero-actions{gap:16px}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:28px;font-size:.875rem;font-weight:600;color:var(--ink-2)}.hero-stats b{font-family:var(--display);font-weight:800;font-size:1.75rem;color:var(--ink);margin-right:4px;letter-spacing:-.02em}.fan{position:relative;min-height:520px}.fan-disc{position:absolute;right:20px;top:20px;width:min(520px,90%);aspect-ratio:1;border-radius:50%;background:var(--mustard);border:2px solid var(--ink);box-shadow:8px 8px 0 var(--ink)}.fan-dots{position:absolute;right:0;bottom:0;width:220px;height:220px;border-radius:50%;opacity:.6;background-image:radial-gradient(rgba(27,24,20,.18) 1.2px,transparent 1.3px);background-size:9px 9px}.fan-card{position:absolute;width:200px;transition:transform .2s}.fan-card img{display:block;width:100%;border:1.5px solid rgba(27,24,20,.4);border-radius:6px;box-shadow:0 18px 30px rgba(27,24,20,.28)}.fan-card:hover{z-index:5;transform:scale(1.04) rotate(0deg)!important}.fan-card-1{left:4%;top:28%;transform:rotate(-14deg)}.fan-card-2{left:30%;top:8%;transform:rotate(-4deg);width:215px}.fan-card-3{left:60%;top:18%;transform:rotate(9deg);width:215px}.fan-card-4{left:44%;top:50%;transform:rotate(3deg);z-index:2}.fan-sticker{position:absolute;left:68%;top:78%;min-height:34px;font-size:.85rem;padding:0 14px;box-shadow:3px 3px 0 var(--ink);transform:rotate(-6deg);z-index:3}@media (max-width:900px){.hero{grid-template-columns:1fr;gap:24px}.fan{min-height:300px;margin-inline:calc(-1 * var(--gutter));overflow:hidden}.fan-disc{left:50%;right:auto;top:10px;width:300px;transform:translateX(-50%)}.fan-dots{display:none}.fan-card{width:120px}.fan-card-1{left:6%;top:22%}.fan-card-2{left:34%;top:6%;width:130px}.fan-card-3{left:64%;top:24%;width:125px}.fan-card-4{display:none}.fan-sticker{left:auto;right:6%;top:auto;bottom:8%}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}}.search-band{padding-block:32px;display:flex;flex-direction:column;gap:16px}.search-band .chip-row{font-weight:600;font-size:.875rem}.star-tile .star-tile-img{height:190px;padding:22px 22px 0;display:flex;justify-content:center;align-items:flex-end}.star-tile .star-tile-img img{width:auto;max-width:120px;max-height:172px;margin-bottom:-6px}.star-tile .star-tile-img .card-empty{width:120px;margin-bottom:-6px}.star-tile-meta{padding:16px 18px 18px;border-top:2px solid var(--ink);display:flex;flex-direction:column;gap:4px}.star-tile-name{font-family:var(--display);font-weight:800;font-size:1.25rem;letter-spacing:-.02em;line-height:1}.tilt-a{transform:rotate(-5deg)}.tilt-b{transform:rotate(4deg)}.tilt-c{transform:rotate(-3deg)}.tilt-d{transform:rotate(6deg)}.decade-tile{justify-content:space-between;min-height:210px;padding:24px}.decade-tile .disp{font-size:clamp(2.4rem,4.4vw,4rem)}.decade-tile-sub{font-weight:600}.decade-tile-sub small{display:block;font-weight:500;font-size:.875rem;color:var(--ink-2)}.decade-tile.bg-ink .decade-tile-sub small{color:hsla(40,73%,93%,.7)}.decade-tile.bg-ink .disp{font-size:clamp(2rem,3vw,2.75rem)}.card-tile{text-align:left}.card-tile-img{height:212px;padding:18px 18px 0;display:flex;justify-content:center;align-items:center;background:var(--white)}.card-tile-img img{width:auto;max-width:130px;max-height:176px;object-fit:contain}.card-tile-img .card-empty{width:120px}.card-tile-meta{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.card-tile-title{font-weight:600;font-size:.875rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-tile-foot{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-tile-date{font-size:.75rem;color:var(--ink-3)}.sold-ticker{margin-top:36px;align-items:center;padding:16px 22px;border:2px solid var(--ink);border-radius:14px;background:var(--white);font-size:.875rem}.sold-ticker,.sold-ticker-list{display:flex;gap:18px;flex-wrap:wrap}.sold-ticker-list{flex:1 1}.sold-ticker-list a{white-space:nowrap}.sold-ticker-list b{font-weight:600}.guide-tile-img{height:180px;position:relative;overflow:hidden}.guide-tile-img img{position:absolute;left:50%;top:24px;width:150px;transform:translateX(-50%) rotate(-6deg);border:1.5px solid rgba(27,24,20,.4);border-radius:5px;box-shadow:0 12px 22px rgba(27,24,20,.3)}.guide-tile-img .guide-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:none;left:0;top:0;border:0;border-radius:0;box-shadow:none}.guide-tile-meta{padding:22px;border-top:2px solid var(--ink);display:flex;flex-direction:column;gap:8px}.guide-tile-meta .eyebrow{font-size:.7rem;margin:0}.guide-tile-title{font-family:var(--display);font-weight:800;font-size:1.4rem;letter-spacing:-.02em;line-height:1.05}.page-head{padding-block:clamp(32px,5vw,56px) 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}.page-head-text{display:flex;flex-direction:column;gap:14px;max-width:760px}.page-head h1{font-size:clamp(2.4rem,5vw,4.5rem)}.page-head-lede{margin:0;font-size:1.1rem;color:var(--ink-2)}.page-head-stats{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-size:.875rem;color:var(--ink-2)}.page-head-stats b{color:var(--ink)}.crumbs{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;flex-wrap:wrap;padding-top:24px}.crumbs span{color:var(--ink-3)}.filters{display:flex;flex-direction:column;gap:14px;padding-bottom:32px}.filters-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.filters-label{font-family:var(--display);font-weight:700;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2);margin-right:4px}.filters-sep{width:2px;height:26px;background:var(--ink);opacity:.25;margin:0 8px}.filters .field{min-width:260px;flex:1 1}.filters-sort{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600}.filters-sort select{border:2px solid var(--ink);border-radius:999px;background:var(--white);min-height:38px;padding:0 12px;font-weight:600}.series-tile-top{padding:22px 22px 0;display:flex;justify-content:space-between;align-items:flex-end;height:150px;gap:8px}.series-tile-top img{width:96px;margin-bottom:-8px;transform:rotate(-5deg)}.series-tile-top .card-empty{width:84px;margin-bottom:-8px;transform:rotate(-5deg)}.year-badge{font-family:var(--display);font-weight:800;font-size:.8rem;letter-spacing:.04em;padding:3px 9px;border:2px solid var(--ink);border-radius:6px;background:var(--paper)}.series-tile-meta{padding:18px 20px 20px;border-top:2px solid var(--ink);display:flex;flex-direction:column;gap:6px}.series-tile-name{font-family:var(--display);font-weight:800;font-size:1.4rem;letter-spacing:-.02em;line-height:1}.series-tile-sub{font-size:.875rem;color:var(--ink-2)}@media (max-width:640px){.series-tile-top{padding:14px 14px 0;height:120px}.series-tile-top .card-empty,.series-tile-top img{width:70px}.series-tile-top .sticker{font-size:.6rem;padding:0 6px;min-height:22px}.series-tile-meta{padding:12px 14px 14px}.series-tile-name{font-size:1.1rem}.series-tile-sub{font-size:.75rem}}.empty-note{text-align:center;color:var(--ink-2);padding:3rem 1rem}.load-more{display:flex;justify-content:center;padding-top:40px}.series-hero{display:grid;grid-template-columns:minmax(0,1fr) 520px;grid-gap:48px;gap:48px;padding-block:32px 48px;border-bottom:2px solid var(--ink)}.series-hero-text{display:flex;flex-direction:column;gap:22px;justify-content:center}.series-hero h1{font-size:clamp(2.4rem,5.5vw,5.25rem)}.series-hero-lede{margin:0;font-size:1.1rem;max-width:620px}.stat-row{display:flex;gap:32px;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat b{font-family:var(--display);font-weight:800;font-size:2.1rem;letter-spacing:-.02em;line-height:1}.stat b.tomato{color:var(--tomato)}.stat small{font-size:.8rem;font-weight:600;color:var(--ink-2);margin-top:4px}.series-fan{position:relative;min-height:440px}.series-fan .fan-disc{right:0;top:10px;width:420px}.series-fan .fan-card-1{left:4%;top:27%;width:190px;transform:rotate(-12deg)}.series-fan .fan-card-2{left:33%;top:9%;width:210px;transform:rotate(2deg)}.series-fan .fan-card-3{left:61%;top:34%;width:200px;transform:rotate(11deg)}@media (max-width:1000px){.series-hero{grid-template-columns:1fr;gap:24px}.series-fan{min-height:280px}.series-fan .fan-disc{left:50%;right:auto;width:280px;transform:translateX(-50%)}.series-fan .fan-card-1{left:8%;top:24%;width:120px}.series-fan .fan-card-2{left:36%;top:6%;width:130px}.series-fan .fan-card-3{left:64%;top:28%;width:125px}}.tabs{display:flex;gap:10px;flex-wrap:wrap}.tab{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border:2px solid var(--ink);border-radius:999px;font-weight:600;font-size:.95rem;background:var(--white)}.tab,.tab:hover{color:var(--ink)}.tab:hover{background:var(--mustard)}.tab-on,.tab-on:hover{background:var(--ink);color:var(--paper)}.series-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:32px;gap:32px;align-items:start;padding-block:24px 64px}@media (max-width:1000px){.series-body{grid-template-columns:1fr}}.series-side{display:flex;flex-direction:column;gap:20px;position:-webkit-sticky;position:sticky;top:96px}@media (max-width:1000px){.series-side{position:static}}.side-box{border:2px solid var(--ink);border-radius:var(--radius);padding:22px;background:var(--white);display:flex;flex-direction:column;gap:10px}.side-box-shadow{box-shadow:var(--shadow-hard)}.side-box .eyebrow{margin:0 0 4px}.side-row{display:flex;justify-content:space-between;gap:12px;font-size:.875rem}.side-row b{white-space:nowrap}.progress{height:14px;border:2px solid var(--ink);border-radius:999px;overflow:hidden;background:var(--paper)}.progress>span{display:block;height:100%;background:var(--tomato);min-width:0}.checklist-count{font-family:var(--display);font-weight:800;font-size:2.5rem;letter-spacing:-.02em;line-height:1}.checklist-count small{font-size:1.25rem;color:var(--ink-2)}.checklist{border:2px solid var(--ink);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-hard);background:var(--white)}.checklist-controls{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:24px 0 20px}.checklist-controls .field{flex:1 1;min-width:240px}.checklist-meta{font-size:.875rem;color:var(--ink-2);font-weight:600}.cl-row{display:grid;grid-template-columns:48px 72px minmax(0,1fr) 56px 100px 140px;align-items:center;grid-gap:14px;gap:14px;padding:10px 18px;border-bottom:2px solid var(--paper-2)}.cl-row:last-child{border-bottom:0}.cl-row:hover{background:#fff9ee}.cl-head{color:var(--paper);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-bottom:0}.cl-head,.cl-head:hover{background:var(--ink)}.cl-head button{background:none;border:0;color:inherit;font:inherit;padding:0;text-align:left;letter-spacing:inherit;text-transform:inherit}.cl-nr{font-family:var(--display);font-weight:800;font-size:1.1rem;letter-spacing:-.01em}.cl-nr a{border-bottom:2px solid transparent}.cl-nr a:hover{border-color:var(--tomato);color:var(--ink)}.cl-variant{font-size:.75rem;color:var(--tomato);margin-left:4px;font-family:var(--body);font-weight:600}.cl-name{font-weight:600;display:flex;flex-direction:column;gap:2px;min-width:0}.cl-name a:hover{color:var(--tomato)}.cl-name small{font-weight:500;color:var(--ink-3);font-size:.78rem}.chk{width:26px;height:26px;border:2px solid var(--ink);border-radius:7px;background:var(--white);display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--ink)}.chk-on,.chk:hover{background:var(--mint)}.thumb{object-fit:cover;border:1.5px solid rgba(27,24,20,.4);border-radius:4px;box-shadow:0 4px 8px rgba(27,24,20,.2)}.thumb,.thumb-empty{width:44px;height:62px;display:block}.thumb-empty{border:2px dashed #c9bfae;border-radius:4px;background:var(--paper)}.cl-price{font-family:var(--display);font-weight:800;font-size:1.1rem}.cl-out{font-size:.8rem;color:var(--ink-3)}.cl-action{justify-self:end}.cl-foot{padding:14px 18px;background:var(--paper-2);border-top:2px solid var(--ink);display:flex;justify-content:center;gap:10px;font-weight:600;font-size:.875rem;flex-wrap:wrap}.cl-empty{padding:2.5rem 1rem;text-align:center;color:var(--ink-2)}@media (max-width:700px){.cl-row{grid-template-columns:40px 56px minmax(0,1fr) 90px;gap:10px;padding:10px 12px}.cl-head .cl-price-col,.cl-price-cell,.cl-thumb{display:none}.cl-action .btn{min-height:36px;padding:0 12px;font-size:.78rem}.checklist{box-shadow:var(--shadow-hard-sm)}}.card-page{display:grid;grid-template-columns:minmax(0,600px) minmax(0,1fr);grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);padding-block:28px 64px;align-items:start}@media (max-width:900px){.card-page{grid-template-columns:1fr}}.card-stage{min-height:520px;border:2px solid var(--ink);border-radius:20px;box-shadow:8px 8px 0 var(--ink);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:48px}.card-stage-disc{position:absolute;left:-60px;bottom:-60px;width:320px;height:320px;border-radius:50%;background:var(--mustard);border:2px solid var(--ink)}.card-stage img{position:relative;width:min(360px,100%);transform:rotate(-3deg);border:1.5px solid rgba(27,24,20,.45);border-radius:8px;box-shadow:0 30px 50px rgba(27,24,20,.35)}.card-stage .card-empty{position:relative;width:260px}.card-stage .sticker{position:absolute;right:24px;top:24px;min-height:32px;font-size:.8rem;padding:0 14px}@media (max-width:640px){.card-stage{min-height:360px;padding:32px;box-shadow:var(--shadow-hard)}}.card-info{display:flex;flex-direction:column;gap:22px}.card-info h1{font-size:clamp(2.4rem,5vw,4.75rem)}.card-info h1 em{font-style:normal;color:var(--tomato)}.card-lede{margin:0;font-size:1.1rem;color:var(--ink-2);max-width:560px}.buy-box{border:2px solid var(--ink);border-radius:var(--radius);padding:24px;background:var(--white);box-shadow:var(--shadow-hard);flex-direction:column}.buy-box,.buy-price{display:flex;gap:16px}.buy-price{align-items:baseline;flex-wrap:wrap}.buy-price .disp{font-size:3rem}.buy-actions{gap:14px}.buy-actions,.buy-facts{display:flex;flex-wrap:wrap}.buy-facts{gap:24px;font-size:.8rem;font-weight:600;color:var(--ink-2)}.buy-facts b{color:var(--ink)}.spec{display:grid;grid-template-columns:150px minmax(0,1fr);grid-gap:6px 16px;gap:6px 16px;font-size:.95rem;margin:0}.spec dt{color:var(--ink-2);font-weight:600}.spec dd{margin:0}.spec dd a{font-weight:600;border-bottom:2px solid var(--ink)}.spec dd a:hover{border-color:var(--tomato)}@media (max-width:640px){.spec{grid-template-columns:1fr;gap:2px 0}.spec dt{margin-top:8px}}.neighbours{display:flex;gap:12px;flex-wrap:wrap}.neighbour{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;border:2px solid var(--ink);border-radius:999px;background:var(--white);font-weight:600;font-size:.875rem}.neighbour:hover{background:var(--mustard);color:var(--ink)}.neighbour .cl-nr{font-size:1rem}.neighbour-out{background:var(--paper);color:var(--ink-3)}.neighbour-on,.neighbour-on:hover{background:var(--ink);color:var(--paper)}.neighbour .price{font-size:.875rem;color:var(--tomato)}.neighbour-on .price{color:var(--mustard)}.pager{display:flex;justify-content:space-between;gap:16px;padding-block:32px;flex-wrap:wrap}.gsearch{position:relative}.gsearch-field{min-height:68px;padding:0 24px;box-shadow:var(--shadow-hard)}.gsearch-field input{font-size:1.2rem}.gsearch-field .btn{min-height:44px}.gsearch-pop{position:absolute;left:0;right:0;top:calc(100% + 12px);z-index:25;background:var(--white);border:2px solid var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-hard);padding:18px 20px;max-height:70vh;overflow:auto;display:grid;grid-gap:16px;gap:16px;color:var(--ink)}.gsearch-summary{margin:0;font-weight:600}.gsearch-group-label{margin:0 0 6px}.gsearch-row{display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px}.gsearch-row:hover{background:var(--paper-2);color:var(--ink)}.gsearch-primary{font-weight:600}.gsearch-meta{font-size:.8rem;color:var(--ink-3)}.gsearch-count{font-family:var(--display);font-weight:800}.gsearch-compact .gsearch-field{min-height:44px;padding:0 16px;box-shadow:none;width:260px}.gsearch-compact .gsearch-field input{font-size:.875rem}.gsearch-compact .gsearch-pop{left:auto;width:min(480px,90vw)}@media (max-width:900px){.gsearch-compact{display:none}}@media (max-width:640px){.gsearch-field{min-height:56px;padding:0 16px;box-shadow:var(--shadow-hard-sm)}.gsearch-field input{font-size:1rem}.gsearch-field .btn-label{display:none}}.letter-nav{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:24px}.letter-nav a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;border:2px solid var(--ink);border-radius:10px;background:var(--white);font-family:var(--display);font-weight:800}.letter-nav a:hover{background:var(--mustard);color:var(--ink)}.letter-head{font-family:var(--display);font-weight:800;font-size:2.4rem;letter-spacing:-.02em;padding:28px 0 8px;border-bottom:2px solid var(--ink);margin-bottom:8px}.artist-rows{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:4px 24px;gap:4px 24px}.artist-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:2px solid var(--paper-2);font-weight:600}.artist-row small{color:var(--ink-3);font-weight:500}.artist-hero{display:flex;flex-direction:column;gap:18px;padding-block:24px 40px}.artist-hero h1{font-size:clamp(2.4rem,5vw,4.75rem)}.artist-series{margin-top:40px}.artist-series-row{display:grid;grid-template-columns:70px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:12px 0;border-bottom:2px solid var(--paper-2)}.artist-series-row a{font-weight:600}.artist-series-nrs{font-size:.8rem;color:var(--ink-3)}.prose{max-width:720px;font-size:1.05rem;padding-block:24px 64px}.prose h1{font-size:clamp(2.4rem,5vw,4rem);margin-bottom:20px}.prose h2{letter-spacing:-.02em;font-size:1.7rem;margin:2.2rem 0 .6rem}.prose h2,.prose h3{font-family:var(--display);font-weight:800}.prose h3{letter-spacing:-.01em;font-size:1.3rem;margin:1.8rem 0 .5rem}.prose p{line-height:1.7;margin:0 0 1.1rem}.prose a{color:var(--tomato);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.prose a:hover{color:var(--ink)}.prose blockquote{border-left:4px solid var(--mustard);padding-left:1rem;margin:1.5rem 0;color:var(--ink-2)}.prose img{height:auto;border:2px solid var(--ink);border-radius:12px;margin:1.5rem 0}.prose ol,.prose ul{padding-left:1.4rem}.prose li{margin-bottom:.4rem}.prose table{border-collapse:collapse;width:100%;font-size:.95rem;margin:1.5rem 0}.prose td,.prose th{border-bottom:2px solid var(--paper-2);padding:8px 10px;text-align:left;vertical-align:top}.prose th{font-family:var(--display);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.card-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:16px;gap:16px;margin:1.6rem 0 2rem}.prose .card-strip a{text-decoration:none;color:var(--ink)}.card-strip-item{display:flex;flex-direction:column;background:var(--white);border:2px solid var(--ink);border-radius:14px;box-shadow:var(--shadow-hard-sm);overflow:hidden;transition:transform .12s,box-shadow .12s}.card-strip-item:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--ink)}.card-strip-img{height:190px;display:flex;align-items:center;justify-content:center;padding:14px 14px 0}.prose .card-strip-img img{margin:0;border-radius:6px;border:1.5px solid rgba(27,24,20,.4);width:auto;max-width:110px;max-height:160px}.card-strip-img .card-empty{width:100px}.card-strip-title{font-weight:600;font-size:.8rem;padding:10px 12px 0;line-height:1.3}.card-strip-foot{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:6px 12px 12px}.card-strip-foot .price{font-size:1rem}.prose .card-strip-foot .sticker{font-size:.65rem;min-height:22px}@media (max-width:640px){.card-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.guide-tile-img .guide-card{position:absolute;left:50%;top:22px;width:auto;max-width:130px;max-height:150px;transform:translateX(-50%) rotate(-6deg)}.post-hero{display:flex;align-items:center;justify-content:center;height:260px;border:2px solid var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-hard);margin-bottom:32px;max-width:800px;overflow:hidden;position:relative}.post-hero img{width:auto;max-width:160px;max-height:210px;transform:rotate(-5deg)}.post-head{display:flex;flex-direction:column;gap:14px;padding-block:16px 24px;max-width:800px}.post-head h1{font-size:clamp(2.2rem,5vw,4rem)}.post-date{font-size:.875rem;font-weight:600;color:var(--ink-2)}.post-cover{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border:2px solid var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-hard);margin-bottom:32px}.post-related{padding-block:24px 64px;display:flex;flex-direction:column;gap:12px}.how-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.how-step{display:flex;gap:14px;align-items:flex-start}.how-step-nr{flex-shrink:0;width:40px;height:40px;border:2px solid var(--ink);border-radius:999px;background:var(--mustard);box-shadow:3px 3px 0 var(--ink);display:inline-flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:800;font-size:1.1rem}.how-step-text{display:flex;flex-direction:column;gap:4px}.how-step-text b{font-family:var(--display);font-weight:800;font-size:1.15rem;letter-spacing:-.01em}.how-step-text .muted{font-size:.9rem}.how-steps-compact{display:flex;flex-direction:column;gap:6px;padding-left:1.2rem;list-style:decimal;font-size:.85rem;color:var(--ink-2);margin-top:8px;border-top:2px solid var(--paper-2);padding-top:12px}.how-steps-compact b{color:var(--ink)}@media (max-width:800px){.how-steps{grid-template-columns:1fr;gap:16px}}.cl-row-wanted{background:#fff6f4}.wantlist{display:flex;flex-direction:column;gap:32px}.wantlist-bar{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.wantlist-send{max-width:720px}.wantlist-steps{margin:0;padding-left:1.3rem;font-size:.95rem;display:flex;flex-direction:column;gap:4px}.wantlist-preview summary{cursor:pointer;font-weight:600;font-size:.875rem}.wantlist-preview pre{white-space:pre-wrap;font-size:.8rem;background:var(--paper);border:2px solid var(--paper-2);border-radius:10px;padding:12px;margin:8px 0 0}.wantlist-group h2 a:hover{color:var(--tomato)}.want-item{padding-right:6px}.want-item-link{display:inline-flex;align-items:center;gap:10px;color:inherit}.want-item-link:hover{color:var(--tomato)}.want-remove{width:30px;height:30px;border:2px solid var(--ink);border-radius:999px;background:var(--white);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;padding:0;margin-left:6px}.want-remove:hover{border-color:var(--ink);background:var(--pink);color:var(--ink)}.back-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border:2px solid var(--ink);border-radius:999px;background:var(--mustard);color:var(--ink);box-shadow:3px 3px 0 var(--ink);display:inline-flex;align-items:center;justify-content:center;z-index:20}.back-top:hover{background:var(--tomato);color:var(--tomato-ink)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Bricolage_Grotesque_abeb20;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Bricolage_Grotesque_Fallback_abeb20;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_abeb20{font-family:__Bricolage_Grotesque_abeb20,__Bricolage_Grotesque_Fallback_abeb20;font-style:normal}.__variable_abeb20{--font-display:"__Bricolage_Grotesque_abeb20","__Bricolage_Grotesque_Fallback_abeb20"}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Instrument_Sans_e986a4;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Instrument_Sans_Fallback_e986a4;src:local("Arial");ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.00%;size-adjust:102.74%}.__className_e986a4{font-family:__Instrument_Sans_e986a4,__Instrument_Sans_Fallback_e986a4;font-style:normal}.__variable_e986a4{--font-body:"__Instrument_Sans_e986a4","__Instrument_Sans_Fallback_e986a4"}