:root{--ink:#090909;--paper:#f1eee5;--orange:#ff4d00;--line:#c9c4b8;--muted:#6f6b63}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Roboto Mono,Courier New,monospace;font-size:16px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{min-height:70vh}::selection{background:var(--orange);color:var(--ink)}:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.site-header{background:var(--ink);min-height:64px;color:var(--paper);z-index:30;border-bottom:1px solid #222;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 2.8vw;display:grid;position:sticky;top:0}.wordmark{letter-spacing:-.04em;text-transform:uppercase;width:max-content;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:2rem;line-height:1}.header-logo{align-items:center;gap:.55rem;min-height:44px;display:flex}.header-logo picture,.header-logo img{display:block}.header-logo img{object-fit:contain;width:36px;height:36px}.header-logo span{letter-spacing:-.04em;text-transform:uppercase;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;font-size:1.75rem;line-height:1}.site-header nav{text-transform:uppercase;align-items:center;gap:clamp(1.1rem,2.5vw,3.3rem);font-size:.9rem;font-weight:700;display:flex}.site-header nav a,.header-actions a{align-items:center;min-height:44px;transition:color .18s;display:inline-flex}.header-journal--compact{display:none!important}.site-header a:hover{color:var(--orange)}.header-actions{text-transform:uppercase;justify-self:end;align-items:center;gap:1rem;font-size:.83rem;display:flex}.search-toggle,.cart-toggle{min-height:44px;color:inherit;font:inherit;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;transition:color .18s}.search-toggle:hover,.cart-toggle:hover{color:var(--orange)}.search-panel{background:var(--paper);width:min(520px,100vw - 2rem);color:var(--ink);border:1px solid var(--ink);box-shadow:8px 8px 0 var(--orange);grid-template-columns:1fr auto;gap:.7rem;padding:1rem;display:grid;position:absolute;top:100%;right:2.8vw}.search-panel label{text-transform:uppercase;grid-column:1/-1;font-size:.75rem;font-weight:700}.search-panel input{border:1px solid var(--ink);min-width:0;height:52px;color:var(--ink);font:inherit;background:0 0;padding:0 .8rem}.search-panel .button{min-height:52px}.hero{background:var(--paper);grid-template-columns:minmax(360px,42%) 1fr;height:calc(100vh - 64px);min-height:590px;max-height:780px;display:grid;overflow:hidden}.hero-copy{z-index:2;background:linear-gradient(90deg, var(--paper) 85%, #f1eee5c2);flex-direction:column;justify-content:flex-start;padding:clamp(2.5rem,5.5vw,6rem) clamp(1.75rem,3vw,4.3rem);display:flex;position:relative}.hero h1,h1,h2{text-transform:uppercase;letter-spacing:-.045em;text-wrap:balance;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.hero h1{max-width:6ch;margin:0 0 1.15rem;font-size:clamp(4.8rem,9.2vw,10rem);line-height:.78}.hero-copy p{max-width:32rem;margin:0 0 1.45rem;font-size:clamp(.95rem,1.3vw,1.2rem);font-weight:600;line-height:1.45}.button{letter-spacing:.03em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;align-items:center;gap:1rem;width:max-content;min-height:52px;padding:0 1.15rem;font:700 .92rem/1 Roboto Mono,monospace;transition:background .18s,color .18s,transform .18s,border-color .18s;display:inline-flex}.button span{font-size:1.55rem;line-height:0}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)scale(.98)}.button--orange{background:var(--orange);color:var(--ink)}.button--orange:hover{background:#ff6b27}.hero-products{background:var(--ink);grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;min-width:0;height:100%;display:grid}.hero-products a{background:#dfd8ca;min-height:0;transition:filter .18s;overflow:hidden}.hero-products a:hover{filter:brightness(.9)}.hero-products picture,.hero-products img{width:100%;height:100%}.hero-products img{object-fit:contain}.ticker{background:var(--ink);height:36px;color:var(--paper);text-transform:uppercase;white-space:nowrap;letter-spacing:.08em;align-items:center;font-size:.95rem;display:flex;overflow:hidden}.ticker__track{will-change:transform;width:max-content;display:flex}.ticker__group{flex:none;align-items:center;gap:3rem;padding-right:3rem;display:flex}.ticker i{background:var(--orange);border-radius:50%;flex:0 0 7px;height:7px}.section{padding:clamp(3.6rem,6vw,7rem) 2.8vw}.section--cream{background:var(--paper)}.section--black{background:var(--ink);color:var(--paper)}.section-heading{align-items:baseline;gap:1rem;margin-bottom:1.35rem;display:flex}.section-heading h2{margin:0;font-size:clamp(2.7rem,5.1vw,5.4rem);line-height:.85}.section-heading span{text-transform:uppercase;font-size:.9rem;font-weight:600}.product-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.product-card{background:var(--paper);border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0;transition:background .18s,transform .18s}.product-card:hover{z-index:2;background:#e7e2d7;position:relative;transform:translateY(-4px)}.product-image{aspect-ratio:1/1.02;background:#ded8cb;display:block;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%}.product-card__bottom{justify-content:space-between;align-items:flex-start;gap:.65rem;padding:.75rem .85rem .7rem;font-size:.83rem;line-height:1.28;display:flex}.product-card__bottom span{text-wrap:pretty;max-width:80%}.product-card__bottom strong{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:500}.collection-section{padding-top:0}.collection-grid{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.collection-tile{background:var(--ink);min-height:150px;color:var(--paper);text-transform:uppercase;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:color .18s,background .18s,transform .18s;display:flex;overflow:hidden}.collection-tile:hover{background:var(--orange);color:var(--ink);transform:translateY(-3px)}.collection-tile span{z-index:1;letter-spacing:-.04em;font:clamp(2.2rem,4.2vw,4.3rem)/.8 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;position:relative}.collection-tile picture{align-self:stretch;width:42%;min-width:0;display:block}.collection-tile img{object-fit:contain;mix-blend-mode:screen;width:100%;height:100%;transition:transform .18s}.collection-tile:hover img{transform:scale(1.05)}.collection-tile strong{text-underline-offset:.15em;font-size:1.45rem;font-weight:400;text-decoration:underline}.archive-intro{background:var(--ink);color:var(--paper);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:5vw;padding:clamp(3.5rem,7vw,8rem) max(2.8vw,50vw - 650px);display:grid;overflow:hidden}.archive-intro>div{max-width:39rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font-size:.76rem;font-weight:700}.archive-intro h2{margin:.5rem 0 1.3rem;font-size:clamp(3.4rem,6vw,7rem);line-height:.82}.archive-intro p:not(.eyebrow){max-width:31rem;font-size:1.08rem;line-height:1.6}.archive-intro picture{height:420px;overflow:hidden}.archive-intro img{object-fit:cover;filter:contrast(1.07);width:100%;height:100%}.text-link{text-transform:uppercase;border-bottom:1px solid;align-items:center;gap:.6rem;min-height:44px;font-size:.86rem;font-weight:700;transition:color .18s;display:inline-flex}.text-link:hover{color:var(--orange)}.faq{max-width:none;padding-top:clamp(3.6rem,7vw,8rem);padding-bottom:clamp(3.6rem,7vw,8rem)}.faq details{border-top:1px solid #454545;max-width:58rem;padding:1.15rem 0}.faq details:last-child{border-bottom:1px solid #454545}.faq summary{cursor:pointer;padding-right:2rem;font-weight:700;list-style:none;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--orange);font-size:1.6rem;position:absolute;top:-.35rem;right:0}.faq details[open] summary:after{content:"−"}.faq details p{color:#ddd8cd;max-width:52rem;margin:1rem 0 .3rem;line-height:1.65}.catalog-page,.policy-page,.contact-page,.not-found{padding:clamp(4rem,8vw,8rem) max(2.8vw,50vw - 650px)}.catalog-page h1,.contact-page h1,.not-found h1,.policy-page h1{margin:.5rem 0 1.2rem;font-size:clamp(4rem,9vw,10rem);line-height:.78}.catalog-intro{max-width:49rem;margin:0 0 3rem;font-size:1.05rem;line-height:1.55}.catalog-intro strong{white-space:nowrap}.product-page{background:var(--paper);grid-template-columns:1.05fr .95fr;min-height:calc(100vh - 64px);display:grid}.product-page__image{background:#ded8cb;min-width:0;min-height:620px;padding:clamp(1rem,4vw,4rem)}.product-page__image .product-image{aspect-ratio:auto;height:100%}.product-page__info{align-self:center;min-width:0;max-width:52rem;padding:clamp(3rem,6vw,7rem)}.product-page__info h1{margin:.35rem 0 1.1rem;font-size:clamp(3rem,5.5vw,6rem);line-height:.86}.price{font-variant-numeric:tabular-nums;margin:0 0 1.3rem;font-size:1.55rem}.product-description{max-width:40rem;line-height:1.65}.culture-story{background:var(--ink);color:var(--paper);border-left:5px solid var(--orange);margin:1.6rem 0;padding:1.15rem 1.2rem}.culture-story .eyebrow{color:var(--orange);margin-bottom:.6rem}.culture-story p:last-child{text-wrap:pretty;margin:0;font-size:.94rem;line-height:1.65}.product-vibe{margin:1.4rem 0}.product-vibe .eyebrow{color:var(--orange);margin-bottom:.55rem}.product-vibe p:last-child{text-wrap:pretty;max-width:40rem;margin:0;font-size:1.05rem;line-height:1.65}.product-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:40rem;padding:1rem 0}.product-details summary{cursor:pointer;letter-spacing:.03em;text-transform:uppercase;font:700 .78rem/1 Roboto Mono,monospace}.product-details .product-description{margin-top:1rem}.product-reviews{border-top:1px solid var(--line);margin-top:2.4rem;padding-top:1.4rem}.product-reviews .jdgm-preview-badge{min-height:24px;margin-bottom:1.2rem}.product-reviews .jdgm-review-widget{max-width:100%}.option-list{border-top:1px solid var(--line);gap:.7rem;margin:2rem 0;padding-top:1.1rem;display:grid}.option-list div{grid-template-columns:7rem 1fr;gap:1rem;font-size:.85rem;display:grid}.option-list span{text-transform:uppercase;font-weight:700}.option-list p{margin:0;line-height:1.45}.product-note{color:var(--muted);margin:1rem 0 0;font-size:.78rem;line-height:1.5}.product-gallery__main{justify-content:center;align-items:center;width:100%;height:100%;min-height:520px;display:flex}.product-gallery__main img{object-fit:contain;width:100%;height:100%}.product-gallery__thumbs{gap:.55rem;margin-top:.8rem;display:flex;overflow:auto}.product-gallery__thumbs button{border:1px solid var(--line);cursor:pointer;background:#ded8cb;flex:none;width:74px;height:74px;padding:0}.product-gallery__thumbs button.is-active{border:2px solid var(--orange)}.product-gallery__thumbs img{object-fit:contain;width:100%;height:100%}.product-gallery__blank{min-height:520px;color:var(--muted);place-items:center;display:grid}.purchase-box{border-top:1px solid var(--line);margin:1.6rem 0 2rem;padding-top:1.15rem}.purchase-box fieldset{border:0;margin:0 0 1rem;padding:0}.purchase-box legend{text-transform:uppercase;margin:0 0 .55rem;font-size:.78rem;font-weight:700}.option-buttons{flex-wrap:wrap;gap:.45rem;display:flex}.option-buttons button{border:1px solid var(--ink);min-height:40px;color:var(--ink);cursor:pointer;background:0 0;padding:.45rem .75rem;font:700 .78rem/1 Roboto Mono,monospace}.option-buttons button.is-selected{background:var(--ink);color:var(--paper)}.option-buttons button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.option-availability{color:var(--muted);margin:.1rem 0 0;font-size:.75rem;line-height:1.4}.purchase-row{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.35rem;display:flex}.purchase-row .price{margin:0}.purchase-row .price del{color:var(--muted);margin-top:.25rem;font-size:.9rem;display:block}.buy-now,.cart-clear{color:var(--ink);text-transform:uppercase;text-underline-offset:.25em;cursor:pointer;background:0 0;border:0;padding:0;font:700 .78rem/1 Roboto Mono,monospace;text-decoration:underline}.buy-now{margin-top:1rem}.cart-message{color:#156b34;margin:.9rem 0 0;font-size:.82rem}.prose{max-width:42rem;line-height:1.65}.prose p{margin:1rem 0}.prose ul,.prose ol{padding-left:1.25rem}.cart-drawer{z-index:55;background:var(--paper);width:min(440px,100vw);height:100dvh;color:var(--ink);border-left:2px solid var(--ink);visibility:hidden;flex-direction:column;transition:transform .24s,visibility .24s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 30px #0000002e}.cart-drawer--open{visibility:visible;transform:translate(0)}.cart-drawer__top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 1.35rem;display:flex}.cart-drawer__top h2{margin:0;font-size:2.3rem;line-height:.85}.cart-drawer__top button{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;font:2.4rem/1 Arial,sans-serif}.cart-lines{gap:1.1rem;padding:1.25rem 1.35rem;display:grid;overflow:auto}.cart-line{grid-template-columns:88px 1fr;align-items:start;gap:.85rem;display:grid}.cart-line>img{object-fit:contain;background:#ded8cb;width:88px;height:96px}.cart-line strong,.cart-line span,.cart-line small{line-height:1.35;display:block}.cart-line strong{font-size:.78rem}.cart-line span,.cart-line small{color:var(--muted);margin-top:.25rem;font-size:.74rem}.quantity{align-items:center;gap:.45rem;margin-top:.65rem;display:flex}.quantity button{border:1px solid var(--ink);min-width:30px;height:30px;color:var(--ink);cursor:pointer;background:0 0}.quantity span{text-align:center;width:24px;color:var(--ink);margin:0}.quantity .remove-line{text-transform:uppercase;width:auto;margin-left:.25rem;padding:0 .45rem;font-size:.65rem}.cart-drawer__bottom{border-top:1px solid var(--line);margin-top:auto;padding:1rem 1.35rem 1.4rem}.cart-drawer__bottom p{justify-content:space-between;font-size:1.05rem;display:flex}.cart-drawer__bottom .button{justify-content:center;width:100%}.cart-drawer__bottom .cart-clear{margin:1rem auto 0;display:block}.cart-empty{padding:2rem 1.35rem}.contact-page{grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,10vw,12rem);min-height:70vh;display:grid}.contact-page>div p{max-width:30rem;line-height:1.6}.contact-page form{border-top:1px solid var(--ink);align-self:start;gap:.55rem;padding-top:1.25rem;display:grid}.contact-page label{text-transform:uppercase;margin-top:.65rem;font-size:.84rem;font-weight:700}.contact-page input,.contact-page textarea{border:1px solid var(--ink);color:var(--ink);font:inherit;background:0 0;border-radius:0;padding:.85rem;font-size:1rem}.contact-page textarea{resize:vertical}.contact-page .button{margin-top:1rem}.form-status{margin:.8rem 0 0;line-height:1.5}.form-status--error{color:#b71f00}.policy-page{max-width:1000px}.policy-page h1{max-width:12ch}.policy-page>div{max-width:73ch}.policy-page h2{text-transform:uppercase;letter-spacing:0;margin:2.2rem 0 .7rem;font-family:Roboto Mono,monospace;font-size:1rem}.policy-page p{text-wrap:pretty;margin:.8rem 0;line-height:1.7}.not-found{max-width:1000px;min-height:65vh}.not-found p:not(.eyebrow){max-width:36rem;margin-bottom:1.5rem;line-height:1.6}.blog-index,.blog-category,.article-page{padding:clamp(4rem,8vw,8rem) max(2.8vw,50vw - 650px)}.blog-intro{max-width:58rem;margin-bottom:clamp(3rem,6vw,6rem)}.blog-intro h1,.blog-category h1{margin:.45rem 0 1.25rem;font-size:clamp(4rem,8vw,9rem);line-height:.8}.article-header h1{margin:.45rem 0 1.25rem;font-size:clamp(3.7rem,6vw,6.5rem);line-height:.8}.blog-intro>p:not(.eyebrow),.blog-category__hero>div>p:not(.eyebrow),.article-header>p:not(.eyebrow){text-wrap:pretty;max-width:48rem;margin:0;font-size:1.08rem;line-height:1.65}.blog-category-grid,.blog-post-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.blog-category-card,.blog-post-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);min-width:0;transition:background .18s,transform .18s}.blog-category-card:hover,.blog-post-card:hover{z-index:2;background:#e7e2d7;position:relative;transform:translateY(-4px)}.blog-category-card picture,.blog-post-card picture{aspect-ratio:1.5;background:#ded8cb;display:block;overflow:hidden}.blog-category-card img,.blog-post-card img{object-fit:cover;width:100%;height:100%}.blog-category-card>div,.blog-post-card>div{padding:1.25rem}.blog-category-card h2,.blog-post-card h2{margin:0 0 .7rem;font-size:clamp(2.1rem,4vw,4.1rem);line-height:.85}.blog-category-card p,.blog-post-card p{text-wrap:pretty;max-width:42rem;margin:0 0 1.15rem;line-height:1.58}.blog-category-card .text-link,.blog-post-card .text-link{pointer-events:none}.text-link b{font-size:1.3rem;line-height:0}.back-link{text-transform:uppercase;border-bottom:1px solid;align-items:center;min-height:44px;margin-bottom:clamp(2rem,4vw,4rem);font-size:.85rem;font-weight:700;display:inline-flex}.back-link:hover{color:var(--orange)}.blog-category__hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,6vw,7rem);margin-bottom:clamp(3.5rem,7vw,7rem);display:grid}.blog-category__hero picture{background:#ded8cb;height:clamp(300px,40vw,540px);overflow:hidden}.blog-category__hero img{object-fit:cover;width:100%;height:100%}.article-page{max-width:1320px}.article-header{max-width:860px;margin:0 auto clamp(2.5rem,5vw,4rem)}.article-hero{aspect-ratio:1.5;background:#ded8cb;max-width:1200px;margin:0 auto clamp(3rem,6vw,6rem);display:block;overflow:hidden}.article-hero img{object-fit:cover;width:100%;height:100%}.article-body{text-wrap:pretty;max-width:760px;margin:0 auto;font-size:1.04rem;line-height:1.72}.article-body>p{margin:0 0 1.3rem}.article-body h2{margin:clamp(3rem,6vw,5.5rem) 0 1rem;font-size:clamp(2.7rem,5vw,4.6rem);line-height:.85}.article-body h3{text-transform:uppercase;margin:2rem 0 .55rem;font-size:1.12rem;line-height:1.35}.article-body ul{margin:1.25rem 0 1.4rem;padding-left:1.25rem}.article-body li{margin:.6rem 0;padding-left:.2rem}.article-body a:not(.article-figure){border-bottom:1px solid;font-weight:700}.article-body a:not(.article-figure):hover{color:var(--orange)}.article-figure{border:1px solid var(--line);background:#ded8cb;width:min(100%,560px);margin:clamp(2rem,5vw,4rem) auto;display:block}.article-figure picture{aspect-ratio:1;display:block}.article-figure img{object-fit:contain;width:100%;height:100%}.article-faq{border-top:2px solid var(--ink);margin-top:clamp(4rem,8vw,7rem);padding-top:clamp(3rem,6vw,5rem)}.article-faq h2{margin-top:0}.article-faq>div{border-top:1px solid var(--line);padding:1.3rem 0}.article-faq>div:last-child{border-bottom:1px solid var(--line)}.article-faq h3{margin:0 0 .65rem}.article-faq p{margin:0}.article-related{max-width:1200px;margin:clamp(4rem,8vw,7rem) auto 0}.article-related h2{margin:0 0 1.5rem;font-size:clamp(2.7rem,5vw,4.6rem);line-height:.85}.article-related .blog-post-card h2{margin:0 0 .7rem}.music-hero{background:var(--ink);min-height:calc(100vh - 64px);color:var(--paper);grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);display:grid;overflow:hidden}.music-hero__copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(3.5rem,7vw,8rem) max(2.8vw,50vw - 650px);display:flex}.music-hero__copy h1{max-width:7ch;margin:.4rem 0 1.3rem;font-size:clamp(4.5rem,8.2vw,8.8rem);line-height:.78}.literary-hero__title{max-width:9ch!important}.music-hero__copy>p:not(.eyebrow){text-wrap:pretty;max-width:34rem;margin:0 0 1.7rem;font-size:1.08rem;line-height:1.65}.music-hero__products{background:var(--paper);grid-template-columns:minmax(0,1fr);min-height:560px;display:grid}.music-hero__products a{background:#d8d2c5;min-width:0;transition:filter .18s;overflow:hidden}.music-hero__products a:hover{filter:brightness(.9)}.music-hero__products img{object-fit:contain;width:100%;height:100%}.hero-product-rotation__item{animation:.38s cubic-bezier(.25,1,.5,1) both hero-product-reveal}.music-intro,.music-story{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(3rem,9vw,12rem);padding:clamp(4.5rem,9vw,10rem) max(2.8vw,50vw - 650px);display:grid}.music-intro{background:var(--paper)}.music-intro h2,.music-story h2{margin:.35rem 0 0;font-size:clamp(4rem,7.4vw,8rem);line-height:.78}.music-intro__copy,.music-story__copy{max-width:44rem}.music-intro__copy p,.music-story__copy p{text-wrap:pretty;margin:0 0 1.35rem;font-size:1.05rem;line-height:1.72}.music-intro__copy p:last-child,.music-story__copy p:last-of-type{margin-bottom:0}.music-shelf{border-top:1px solid var(--line)}.music-shelf__intro{text-wrap:pretty;max-width:50rem;margin:0 0 2.25rem;font-size:1.05rem;line-height:1.65}.music-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1.6rem}.music-story{background:var(--ink);color:var(--paper)}.music-story__copy .button{margin-top:1.2rem}.music-genre-strip{background:var(--orange);color:var(--ink);text-transform:uppercase;white-space:nowrap;align-items:center;gap:0;display:flex;overflow:auto}.music-genre-strip span{letter-spacing:.06em;border-right:1px solid #09090973;flex:1 0 auto;justify-content:center;align-items:center;min-height:58px;padding:0 1.5rem;font-size:.82rem;font-weight:700;display:flex}.music-genre-strip span:last-child{border-right:0}.music-story--reverse{background:var(--paper);color:var(--ink)}.music-faq{border-top:1px solid #454545}.fact-sheet{background:var(--paper)}.fact-sheet__header,.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing{padding:clamp(4.5rem,9vw,10rem) max(2.8vw,50vw - 650px)}.fact-sheet__header{background:var(--ink);min-height:clamp(470px,72vh,720px);color:var(--paper);flex-direction:column;justify-content:flex-end;display:flex}.fact-sheet__header h1,.fact-sheet__intro h2,.fact-sheet__method h2,.fact-sheet__cite h2,.fact-sheet__closing h2{margin:.3rem 0 1.35rem;font-size:clamp(4rem,8.4vw,9.4rem);line-height:.78}.fact-sheet__header>p:not(.eyebrow){text-wrap:pretty;max-width:48rem;margin:0;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.65}.fact-sheet__header .fact-sheet__updated{color:#cbc6bb;margin-top:1.5rem;font-size:.8rem}.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(3rem,9vw,12rem);display:grid}.fact-sheet__intro h2,.fact-sheet__method h2,.fact-sheet__closing h2{margin-top:.35rem;font-size:clamp(3.5rem,6.4vw,7rem)}.fact-sheet__intro>p,.fact-sheet__method>div>p,.fact-sheet__closing>div>p{text-wrap:pretty;max-width:43rem;margin:0;font-size:1.05rem;line-height:1.72}.fact-sheet__stats{border-top:1px solid var(--line)}.fact-stat{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,.65fr) minmax(0,1.25fr) auto;align-items:start;gap:clamp(1.5rem,4vw,5rem);padding:clamp(2rem,4vw,4rem) max(2.8vw,50vw - 650px);scroll-margin-top:5.5rem;display:grid}.fact-stat__number{letter-spacing:-.045em;font-variant-numeric:tabular-nums;margin:0;font:clamp(3.1rem,5.5vw,6rem)/.8 Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.fact-stat h2{text-transform:none;letter-spacing:0;margin:0 0 .85rem;font:700 clamp(1.05rem,1.6vw,1.35rem)/1.4 Roboto Mono,monospace}.fact-stat div>p{max-width:48rem;color:var(--muted);text-wrap:pretty;margin:0 0 1rem;font-size:.92rem;line-height:1.6}.fact-stat a,.fact-sheet__method a{border-bottom:1px solid;font-weight:700;line-height:1.55;display:inline}.fact-stat a:hover,.fact-sheet__method a:hover,.fact-stat a span,.fact-sheet__method a span{color:var(--orange)}.fact-stat__index{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.78rem}.fact-sheet__method{background:#e7e2d7}.fact-sheet__method ol{border-top:1px solid var(--line);margin:1.8rem 0 0;padding:0;list-style:none}.fact-sheet__method li{border-bottom:1px solid var(--line);padding:1.2rem 0}.fact-sheet__method li p{color:var(--muted);margin:.45rem 0 0;font-size:.86rem;line-height:1.55}.fact-sheet__cite{background:var(--orange);color:var(--ink);padding:clamp(4rem,8vw,8rem) max(2.8vw,50vw - 650px)}.fact-sheet__cite h2{max-width:13ch;font-size:clamp(3.4rem,6vw,6.7rem)}.fact-sheet__cite>p:last-child{max-width:62rem;margin:0;font-size:.93rem;line-height:1.65}.fact-sheet__closing{background:var(--ink);color:var(--paper);border:0}.fact-sheet__closing>div>p{margin-bottom:1.5rem}.site-footer{background:var(--ink);color:var(--paper);grid-template-columns:2fr repeat(3,1fr);gap:3rem;padding:4rem 2.8vw 1.5rem;display:grid}.wordmark--footer{margin-bottom:1rem;font-size:2.25rem;display:block}.site-footer p{color:#cbc6bb;font-size:.85rem;line-height:1.55}.site-footer h2{letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem;font:700 .78rem/1 Roboto Mono,monospace}.site-footer>div:not(:first-child):not(.footer-bottom){flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.site-footer a{font-size:.84rem;transition:color .18s}.site-footer a:hover{color:var(--orange)}.footer-bottom{color:#9b968c;border-top:1px solid #363636;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.74rem;display:flex}.footer-bottom img{width:auto;height:29px}.consent-banner{background:var(--paper);min-height:72px;color:var(--ink);border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 2.8vw;display:flex}.consent-banner p{max-width:48rem;margin:0;font-size:.82rem;line-height:1.5}.consent-banner p a{border-bottom:1px solid;font-weight:700}.consent-banner>div{flex:none;gap:.55rem;display:flex}.consent-banner button{border:1px solid var(--ink);background:var(--ink);min-width:105px;min-height:42px;color:var(--paper);text-transform:uppercase;cursor:pointer;font:700 .78rem/1 Roboto Mono,monospace;transition:background .18s,color .18s,transform .18s}.consent-banner button:hover{background:var(--orange);color:var(--ink)}.consent-banner button:active{transform:scale(.98)}@media (max-width:1050px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.header-journal--compact{display:inline-flex!important}.hero{grid-template-columns:48% 52%}.product-grid{grid-template-columns:repeat(3,1fr)}.collection-grid{grid-template-columns:repeat(2,1fr)}.music-hero,.music-intro,.music-story,.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing{grid-template-columns:minmax(0,1fr)}.music-hero__products{min-height:400px}.music-intro,.music-story,.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing{gap:2.5rem}.site-footer{grid-template-columns:repeat(2,1fr)}.site-footer>div:first-child{grid-column:1/-1}}@media (max-width:680px){body{font-size:15px}.site-header{min-height:58px;padding:0 1rem}.header-logo{gap:.35rem}.header-logo img{width:30px;height:30px}.header-logo span{font-size:1.35rem}.wordmark{font-size:1.5rem}.header-actions{gap:.6rem;font-size:.72rem}.search-panel{grid-template-columns:1fr;right:1rem}.search-panel .button{justify-content:center;width:100%}.hero{grid-template-columns:1fr;height:auto;min-height:0;max-height:none}.hero-copy{min-height:430px;padding:3.2rem 1rem 3.4rem}.hero h1{font-size:clamp(4.8rem,24vw,7.2rem)}.hero-products{height:355px}.ticker{gap:1.1rem;height:36px;padding:0 1rem;font-size:.78rem}.section,.catalog-page,.policy-page,.contact-page,.not-found,.blog-index,.blog-category,.article-page,.music-intro,.music-story,.fact-sheet__header,.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing,.fact-sheet__cite,.fact-stat{padding-left:1rem;padding-right:1rem}.section-heading{display:block}.section-heading h2{margin-bottom:.7rem;font-size:3rem}.section-heading span{font-size:.72rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__bottom{padding:.6rem;font-size:.69rem}.product-card__bottom strong{font-size:.85rem}.collection-grid{gap:.55rem}.collection-tile{min-height:115px;padding:.65rem}.collection-tile span{font-size:2.15rem}.collection-tile picture{width:47%}.collection-tile strong{font-size:1rem}.archive-intro{grid-template-columns:1fr;padding:4rem 1rem}.archive-intro h2{font-size:4rem}.archive-intro picture{height:250px}.faq{padding-left:1rem;padding-right:1rem}.catalog-page h1,.contact-page h1,.not-found h1{font-size:clamp(4rem,20vw,6rem)}.product-page{grid-template-columns:1fr}.product-page__image{height:auto;min-height:0;padding:1rem}.product-gallery__main{min-height:380px}.product-page__info{padding:3rem 1rem 3.4rem}.product-page__info h1{font-size:3.4rem}.purchase-row{flex-direction:column;align-items:flex-start}.purchase-row .button{justify-content:center;width:100%}.option-list div{grid-template-columns:1fr;gap:.25rem}.contact-page{grid-template-columns:1fr;gap:3rem}.policy-page p{line-height:1.65}.music-hero{min-height:0}.music-hero__copy{padding:3.5rem 1rem 3.8rem}.music-hero__copy h1{font-size:clamp(3.9rem,17vw,6rem)}.literary-hero__title{font-size:clamp(3.5rem,15vw,5.4rem)!important}.music-hero__products{min-height:280px}.music-intro,.music-story{gap:2rem;padding-top:4rem;padding-bottom:4rem}.music-intro h2,.music-story h2{font-size:clamp(3.2rem,14vw,4.8rem)}.music-intro__copy p,.music-story__copy p,.music-shelf__intro{font-size:1rem}.music-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.music-genre-strip span{min-height:52px;padding:0 1rem;font-size:.7rem}.fact-sheet__header{justify-content:flex-end;min-height:475px}.fact-sheet__header h1{font-size:clamp(3.8rem,18vw,5.7rem)}.fact-sheet__header>p:not(.eyebrow){font-size:1rem}.fact-sheet__intro,.fact-sheet__method,.fact-sheet__closing{gap:2rem;padding-top:4rem;padding-bottom:4rem}.fact-sheet__intro h2,.fact-sheet__method h2,.fact-sheet__closing h2,.fact-sheet__cite h2{font-size:clamp(3.1rem,14vw,4.7rem)}.fact-stat{grid-template-columns:1fr auto;gap:1rem;padding-top:2.1rem;padding-bottom:2.1rem}.fact-stat__number{grid-column:1/-1;font-size:clamp(3.4rem,17vw,5rem)}.fact-stat div{grid-area:2/1/auto/-1}.fact-stat__index{grid-area:1/2}.fact-sheet__cite{padding-top:4rem;padding-bottom:4rem}.site-footer{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem;padding:3rem 1rem 1.3rem}.site-footer>div:first-child,.footer-bottom{grid-column:1/-1}.consent-banner{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.consent-banner>div{width:100%}.consent-banner button{flex:1}.blog-intro h1,.blog-category h1{font-size:clamp(3rem,14vw,4.7rem)}.article-header h1{font-size:clamp(2.7rem,10vw,4rem)}.blog-category-grid,.blog-post-grid,.blog-category__hero{grid-template-columns:1fr}.blog-category__hero{gap:2rem}.blog-category__hero picture{height:320px}.article-hero{aspect-ratio:1.18;margin-bottom:3rem}.article-body{font-size:1rem}.article-body h2{font-size:3rem}}@media (prefers-reduced-motion:no-preference){.hero-copy>*{animation:.65s both rise}.hero-copy p{animation-delay:.1s}.hero-copy .button{animation-delay:.18s}.ticker__track{animation:28s linear infinite ticker-scroll}}@media (max-width:680px){.product-page__info{padding:3rem 1rem 4rem}}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-product-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ticker-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
