@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{color-scheme:dark;--bg:#090806;--bg-noise:rgba(241,227,207,0.025);--surface:rgba(13,12,10,0.9);--surface-strong:#0f0d0a;--surface-soft:rgba(28,23,17,0.84);--text:#f4eadc;--text-strong:#fff6ea;--text-soft:#dcc9b2;--muted:#ccb9a2;--muted-soft:rgba(232,212,186,0.86);--line:rgba(214,184,150,0.14);--accent:#c58a4b;--accent-soft:rgba(197,138,75,0.18);--shadow:0 28px 90px rgba(0,0,0,0.58);--font-service-ui:"Avenir Next","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{font-size:16px;min-height:100%}body,html{overflow-x:clip}body{min-height:100vh;margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;background:radial-gradient(circle at top,rgba(128,82,42,.18),transparent 22%),radial-gradient(circle at 15% 10%,rgba(255,244,226,.035),transparent 18%),linear-gradient(180deg,#12100d 0,var(--bg) 100%);color:var(--text)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell__content{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{width:min(1500px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 4rem}.page-shell--content{width:min(1080px,calc(100% - 2rem))}.page-shell--stories{position:relative}.page-shell--stories:before{content:"";position:fixed;inset:0;z-index:-2;background-image:linear-gradient(180deg,rgba(7,6,5,.78),rgba(7,6,5,.94)),linear-gradient(90deg,rgba(7,6,5,.62),rgba(7,6,5,.2) 34%,rgba(7,6,5,.76) 100%),var(--stories-page-background),radial-gradient(circle at top,rgba(128,82,42,.18),transparent 22%);background-size:cover;background-position:50%;background-repeat:no-repeat;pointer-events:none}.page-shell--catalog{width:min(1500px,calc(100% - 2rem));padding:0 0 4rem}.page-shell--collectibles{padding-top:0}.site-header{width:min(1500px,calc(100% - 2rem));margin:0 auto;position:-webkit-sticky;position:sticky;top:.6rem;z-index:30}.site-shell__content>.page-shell--catalog,.site-shell__content>.page-shell--collectibles{margin-top:28px}.site-footer{width:min(1500px,calc(100% - 2rem));margin:0 auto}.site-footer__inner,.site-header__inner{display:flex;justify-content:space-between;gap:1.5rem;align-items:center;border:1px solid var(--line);background:linear-gradient(180deg,rgba(18,16,13,.95),rgba(11,10,8,.92)),radial-gradient(circle at top left,rgba(151,94,47,.1),transparent 28%);box-shadow:var(--shadow)}.site-header__inner{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,320px) auto;grid-template-areas:"logo nav search utility";margin-top:1rem;padding:1rem 1.5rem;border-radius:1.25rem}.site-footer__inner{padding:1.4rem 1.2rem 2rem;border-radius:1.25rem 1.25rem 0 0;align-items:stretch;border-bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.42)),radial-gradient(circle at 45% 30%,rgba(177,109,49,.36),transparent 20%),linear-gradient(135deg,#53331b,#120e0a 70%)}.site-logo{grid-area:logo;display:inline-flex;align-items:baseline;gap:.08rem;font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.22rem;font-weight:600;letter-spacing:-.03em;line-height:1}.site-logo__mark{color:#dfb089}.site-logo__suffix{color:var(--muted);font-weight:450}.footer-brand{margin:0 0 .65rem;font-size:1.1rem;letter-spacing:-.02em}.footer-brand,.footer-nav,.site-nav{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.footer-nav,.site-nav{display:flex;gap:2rem;flex-wrap:wrap;font-size:1.02rem;font-weight:450}.site-nav{grid-area:nav;color:rgba(244,234,220,.88)}.site-header__search{grid-area:search;width:100%}.site-header__utility{grid-area:utility;display:inline-flex;justify-content:flex-end;align-items:center;gap:.8rem}.footer-nav{color:var(--muted)}.site-footer__aside{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem;align-self:stretch}.footer-credit{display:flex;flex-direction:column;gap:.15rem;margin:0;color:rgba(232,212,186,.72);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.82rem;line-height:1.5;text-align:right}.nav-dropdown{position:relative}.nav-dropdown__trigger{display:inline-flex;align-items:center;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.nav-dropdown__menu{position:absolute;top:calc(100% + .55rem);left:0;display:grid;min-width:180px;grid-gap:.2rem;gap:.2rem;padding:.7rem;border:1px solid rgba(188,147,93,.18);border-radius:1.2rem;background:linear-gradient(180deg,rgba(17,14,11,.98),rgba(8,7,6,.985)),rgba(10,9,8,.98);box-shadow:0 24px 54px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,245,227,.04);opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease;z-index:20}.nav-dropdown--open .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown__item{padding:.65rem .8rem;border-radius:.8rem;color:rgba(244,236,224,.96);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.98rem;line-height:1.25}.nav-dropdown__item:hover{background:rgba(239,227,208,.055);color:#fff4e2}.search-shell{display:inline-flex;align-items:center;min-width:284px;gap:.5rem;padding:.35rem .35rem .35rem .95rem;border:1px solid var(--line);border-radius:999px;background:rgba(239,227,208,.04);color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem}.search-shell input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.search-shell__button{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:34px;padding:0 .85rem;border:1px solid rgba(192,149,90,.44);border-radius:999px;background:linear-gradient(180deg,rgba(78,54,31,.88),rgba(32,22,14,.92));color:var(--text-strong);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.83rem;font-weight:600;cursor:pointer;transition:border-color .14s ease,color .14s ease,transform .14s ease}.search-shell__button:hover{transform:translateY(-1px);border-color:rgba(214,170,105,.66);color:#fff4df}.header-icons{display:inline-flex;gap:.7rem;color:var(--muted);font-size:1.1rem}.nav-dropdown--profile .nav-dropdown__menu{left:auto;right:0;min-width:272px;gap:.28rem;padding:.8rem}.profile-trigger{display:inline-flex;align-items:center;gap:.42rem;min-height:40px;padding:0 .78rem;border:1px solid rgba(188,147,93,.22);border-radius:999px;background:rgba(239,227,208,.03);color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.profile-trigger:hover{border-color:rgba(212,168,107,.48);color:#f2dfc5}.profile-trigger:focus{outline:none}.profile-trigger:focus-visible{border-color:rgba(214,170,105,.72);box-shadow:0 0 0 3px rgba(179,133,71,.18)}.profile-trigger__icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:1px solid rgba(214,184,150,.14);border-radius:999px;font-size:.68rem;line-height:1;color:rgba(214,184,150,.72)}.profile-trigger__label{color:#f2e9dc}.profile-dropdown__status{margin:0 0 .6rem;padding:0 0 .72rem;border-bottom:1px solid rgba(188,147,93,.14);color:rgba(214,184,150,.78);font-family:var(--font-service-ui);font-size:.82rem;line-height:1.4}.profile-dropdown__status strong{color:#f8efe1;font-weight:600}.profile-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.4rem;gap:.4rem;margin-bottom:.8rem}.profile-tab{min-height:36px;border:1px solid var(--line);border-radius:999px;background:rgba(239,227,208,.03);color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.84rem;cursor:pointer}.profile-tab--active{background:rgba(239,227,208,.09);color:var(--text)}.profile-form{display:flex;flex-direction:column;gap:.7rem}.profile-form__field{display:flex;flex-direction:column;gap:.32rem}.profile-form__field span{color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.profile-form__field input{min-height:40px;padding:0 .8rem;border:1px solid var(--line);border-radius:.9rem}.profile-form__field input,.profile-form__field textarea{background:rgba(239,227,208,.03);color:var(--text);font:inherit}.profile-form__field textarea{min-height:320px;padding:.8rem;border:1px solid var(--line);border-radius:1rem;line-height:1.6;resize:vertical}.profile-form__field input:focus,.profile-form__field textarea:focus{outline:none;border-color:rgba(214,184,150,.4)}.profile-form__error{margin:0;color:#d79a85;font-size:.82rem;line-height:1.4}.profile-dropdown__action,.profile-form__error{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.profile-dropdown__action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;width:100%;margin-top:.45rem;border:1px solid rgba(192,149,90,.52);border-radius:999px;background:linear-gradient(180deg,rgba(78,54,31,.88),rgba(32,22,14,.92));color:var(--text-strong);font-size:.94rem;font-weight:600;cursor:pointer;transition:border-color .14s ease,color .14s ease,transform .14s ease}.compose-story{max-width:52rem}.profile-dropdown__action:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(214,170,105,.7);color:#fff4df}.profile-dropdown__action:disabled{opacity:.65;cursor:default}.profile-dropdown__action:disabled:hover{transform:none;border-color:rgba(192,149,90,.52);color:var(--text-strong)}.locale-switcher{display:flex;align-items:center}.locale-link{min-width:40px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 .6rem;border:1px solid rgba(214,184,150,.16);border-radius:999px;color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.84rem;letter-spacing:.04em;background:rgba(239,227,208,.03);color:var(--text);background:rgba(239,227,208,.08)}.category-pill,.footer-nav a,.nav-dropdown__trigger,.product-link,.site-nav a{transition:color .14s ease,border-color .14s ease,background-color .14s ease}.footer-nav a:hover,.nav-dropdown__trigger:hover,.product-link:hover,.site-nav a:hover{color:var(--accent)}.global-loading{position:fixed;top:0;left:0;width:100%;height:5px;opacity:0;pointer-events:none;z-index:140;transition:opacity .14s ease}.global-loading--active{opacity:1}.global-loading__line{display:block;width:34%;height:100%;border-radius:999px;background:linear-gradient(90deg,rgba(212,157,94,.16),rgba(245,203,142,1),rgba(212,157,94,.16));box-shadow:0 0 28px rgba(212,157,94,.58),0 0 12px rgba(245,203,142,.38);animation:global-loading-slide .95s ease-in-out infinite}.route-loading{width:min(1500px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 3rem}.route-loading__line{position:relative;width:100%;height:5px;overflow:hidden;border-radius:999px;background:rgba(255,243,224,.06);box-shadow:inset 0 0 0 1px rgba(214,184,150,.08)}.route-loading__line:after{content:"";position:absolute;inset:0 auto 0 0;width:30%;border-radius:999px;background:linear-gradient(90deg,rgba(212,157,94,.18),rgba(245,203,142,1),rgba(212,157,94,.18));box-shadow:0 0 28px rgba(212,157,94,.5),0 0 12px rgba(245,203,142,.34);animation:global-loading-slide .95s ease-in-out infinite}.route-loading__hero{min-height:280px;margin-top:1.2rem;border:1px solid var(--line);border-radius:1.5rem;background:linear-gradient(180deg,rgba(18,16,13,.92),rgba(10,9,8,.96)),radial-gradient(circle at 18% 20%,rgba(165,103,48,.14),transparent 18%);box-shadow:var(--shadow)}.route-loading__blocks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.route-loading__block{min-height:180px;border:1px solid var(--line);border-radius:1.3rem;background:linear-gradient(180deg,rgba(15,13,11,.96),rgba(8,8,7,.99)),radial-gradient(circle at 50% 24%,rgba(181,113,54,.12),transparent 16%);box-shadow:var(--shadow)}.toast-stack{position:fixed;right:clamp(1rem,2vw,1.4rem);bottom:clamp(1rem,2vw,1.4rem);display:flex;flex-direction:column;gap:.7rem;z-index:145;pointer-events:none}.toast{min-width:min(360px,calc(100vw - 2rem));padding:.9rem 1rem;border:1px solid rgba(186,106,88,.38);border-radius:1rem;background:linear-gradient(180deg,rgba(37,20,18,.96),rgba(20,11,10,.98)),rgba(20,11,10,.98);box-shadow:0 18px 36px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,238,227,.04);color:#ffe8dc;font-family:var(--font-service-ui);font-size:.92rem;line-height:1.42}.toast strong{font-weight:600}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);grid-gap:1.5rem;gap:1.5rem;align-items:stretch;padding:1rem 0 3rem}.hero--editorial{min-height:430px;gap:0;padding:0;margin-bottom:2.6rem;overflow:hidden;border:1px solid var(--line);border-radius:1.5rem;background:linear-gradient(115deg,rgba(6,5,4,.88),rgba(14,10,7,.48) 32%,rgba(11,9,7,.92)),radial-gradient(circle at 60% 50%,rgba(143,90,40,.42),transparent 18%),radial-gradient(circle at 26% 70%,rgba(189,128,67,.1),transparent 14%),linear-gradient(135deg,#17130f,#070605 72%);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:var(--shadow)}.hero--single{grid-template-columns:1fr}.hero-copy-block{display:flex;flex-direction:column;justify-content:center;padding:3.4rem 3.2rem 3.1rem;max-width:56rem}.eyebrow{margin:0 0 .75rem;color:var(--accent);font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.empty-state h3,.hero h1,.product-card h3,.section-header h2{margin:0;line-height:.96;font-weight:600}.hero h1{max-width:14.5ch;font-size:clamp(2.45rem,4.15vw,4rem);letter-spacing:-.045em;line-height:1.01;text-wrap:balance}.hero-copy{max-width:31rem;margin:1.15rem 0 0;color:var(--muted);font-size:1.04rem;line-height:1.55}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.7rem}.hero-actions .button-primary,.hero-actions .button-secondary{min-height:4.35rem;padding:0 1.65rem;font-size:1.08rem}.button-primary,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:0 1.1rem;border-radius:999px;border:1px solid var(--line)}.button-primary{background:linear-gradient(180deg,#6c4523,#2f2117);color:var(--text-strong)}.button-secondary{background:rgba(239,227,208,.06)}.empty-state,.hero-card,.product-card{border:1px solid var(--line);border-radius:1.5rem;background:linear-gradient(180deg,rgba(15,13,11,.94),rgba(9,8,7,.98));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.hero-card{padding:2rem 1.6rem;align-self:stretch;border-left:1px solid rgba(214,184,150,.08)}.hero-card--catalog{border-radius:0;border-top:0;border-right:0;border-bottom:0}.hero-card span,.product-category{color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em}.hero-card strong{display:block;margin-top:.7rem;font-size:1.6rem}.hero-card p{margin:.9rem 0 0;color:var(--muted);line-height:1.5}.category-pills{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}.category-pill{padding:.45rem .8rem;border:1px solid var(--line);border-radius:999px;background:rgba(239,227,208,.05);color:var(--text)}.category-pill:hover{border-color:rgba(167,109,57,.38);color:var(--accent)}.section-header{margin-bottom:1.25rem}.section-header--split{margin-top:2rem}.section-header--genres{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.genre-strip{margin-bottom:2rem}.genre-strip__all{color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.98rem}.genre-strip__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.9rem;gap:.9rem;overflow:visible;padding-top:.15rem;padding-bottom:.2rem}.genre-tile{position:relative;display:flex;align-items:flex-end;aspect-ratio:1;padding:.8rem .9rem;border:1px solid var(--line);border-radius:1rem;overflow:hidden;background:linear-gradient(180deg,rgba(8,7,6,.1),rgba(8,7,6,.52)),radial-gradient(circle at 75% 22%,rgba(201,132,66,.18),transparent 14%),radial-gradient(circle at 22% 35%,rgba(255,240,214,.06),transparent 18%),linear-gradient(135deg,rgba(58,40,27,.95),rgba(15,13,11,.98));background-position:50%;background-repeat:no-repeat;background-size:cover;background-clip:padding-box;box-shadow:0 18px 44px rgba(0,0,0,.32);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .16s ease}.genre-tile:hover{border-color:rgba(214,170,111,.52);outline:1px solid rgba(214,170,111,.46);outline-offset:-1px;box-shadow:0 22px 48px rgba(0,0,0,.36),inset 0 0 0 1px rgba(201,151,86,.16);transform:translateY(-.5px)}.genre-tile span{position:relative;z-index:1;font-size:1.2rem;line-height:1.05;white-space:pre-line;color:var(--text-strong);transition:color .16s ease}.genre-strip__all:hover,.genre-tile:hover span{color:var(--accent)}.section-header--stories{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.section-header__meta{color:var(--muted);font-size:.95rem}.section-header h2,.section-intro h1{font-size:clamp(2rem,4vw,3rem)}.section-intro{padding:1rem 0 28px}.footer-copy,.section-copy{max-width:42rem;color:var(--muted);line-height:1.7}.stories-showcase{margin-bottom:2rem}.homepage-separator{position:relative;height:28px;margin:.9rem 0 1.6rem;overflow:hidden}.homepage-separator:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;transform:translateY(-50%);background:linear-gradient(90deg,rgba(194,146,84,0),rgba(194,146,84,.18) 18%,rgba(194,146,84,.2) 82%,rgba(194,146,84,0))}.homepage-separator:after{content:"";position:absolute;left:50%;top:50%;width:96px;height:14px;transform:translate(-50%,-50%);background:radial-gradient(circle at center,rgba(244,176,92,.38) 0,rgba(244,176,92,.08) 22%,rgba(244,176,92,0) 58%),radial-gradient(circle at center,rgba(255,227,181,.18) 0,rgba(255,227,181,0) 28%);filter:blur(.2px);pointer-events:none}.about-strip,.community-block,.search-cta,.why-us{margin-bottom:2rem}.about-row{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;align-items:start;margin-bottom:2.8rem}.about-row>.section-header{grid-column:1/-1;padding-top:2rem}.search-cta{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:4.8rem}.about-strip>.section-header,.genre-strip>.section-header,.new-arrivals-block>.section-header,.search-cta>.section-header,.stories-showcase>.section-header{padding-top:2rem}.search-shell--wide{width:min(860px,100%);min-width:0;justify-self:center;padding:.45rem .45rem .45rem 1rem}.search-shell--wide input{min-height:2.85rem;font-size:1.05rem}.search-shell--wide .search-shell__button{min-width:124px;min-height:44px;font-size:.94rem}.stories-showcase__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-gap:1.75rem;gap:1.75rem}.new-arrivals-block{scroll-margin-top:10rem;margin-bottom:2rem}.new-arrivals-block .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem;align-items:stretch}.arrival-showcase--bleed{position:relative;left:50%;width:100vw;margin:0 0 2.4rem -50vw;padding:2.5rem 0 2.1rem;border-top:1px solid rgba(168,122,74,.2);border-bottom:1px solid rgba(168,122,74,.14);background:radial-gradient(circle at 50% 16%,rgba(184,118,56,.08),transparent 22%),radial-gradient(circle at 12% 0,rgba(88,57,31,.14),transparent 18%),radial-gradient(circle at 88% 0,rgba(88,57,31,.14),transparent 18%),linear-gradient(180deg,rgba(15,12,9,.98),rgba(11,9,7,.985));box-shadow:inset 0 1px 0 rgba(248,236,214,.06),inset 0 -1px 0 rgba(96,70,42,.06)}.arrival-showcase__inner{width:min(1500px,calc(100% - 2rem));margin:0 auto}.arrival-showcase__header{margin-bottom:1.5rem;padding-bottom:.95rem;border-bottom:1px solid rgba(116,84,50,.24)}.arrival-showcase__header h2{margin:0;color:var(--text-strong);font-size:clamp(2rem,3vw,2.9rem);line-height:1.02;text-shadow:0 1px 0 rgba(245,231,210,.06)}.arrival-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.3rem;gap:1.3rem}.arrival-showcase__card{min-width:0}.arrival-showcase__cover{position:relative;display:block;aspect-ratio:1;overflow:hidden;border:1px solid rgba(108,77,45,.2);border-radius:.28rem;background:linear-gradient(180deg,rgba(148,111,70,.12),rgba(70,45,26,.16));box-shadow:0 18px 28px rgba(152,104,52,.22),0 6px 12px rgba(92,59,29,.16)}.arrival-showcase__cover img{width:100%;height:100%;display:block;object-fit:cover}.arrival-showcase__cover>span:not(.arrival-showcase__badge){display:grid;place-items:center;width:100%;height:100%;color:var(--text-soft);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.arrival-showcase__badge{position:absolute;left:.7rem;bottom:.7rem;padding:.25rem .5rem;border:1px solid rgba(243,234,220,.34);border-radius:.32rem;background:rgba(69,47,29,.8);color:#f3eadc;font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.76rem}.arrival-showcase__meta{padding-top:.75rem;color:var(--text)}.arrival-showcase__meta h3,.arrival-showcase__meta p,.arrival-showcase__meta strong{margin:0}.arrival-showcase__meta h3{color:var(--text-strong);font-size:1.06rem;line-height:1.12}.arrival-showcase__meta p{margin-top:.25rem;padding-bottom:.6rem;border-bottom:1px solid rgba(115,84,49,.24);color:rgba(232,212,186,.82);font-size:.98rem}.arrival-showcase__meta p,.arrival-showcase__meta strong{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.arrival-showcase__meta strong{display:block;margin-top:.55rem;color:var(--text-strong);font-size:1.06rem}.arrival-showcase__actions{display:flex;justify-content:center;margin-top:1.7rem}.arrival-showcase__button{padding:.82rem 2rem;border:1px solid rgba(192,149,90,.32);border-radius:.42rem;background:linear-gradient(180deg,rgba(78,54,31,.88),rgba(32,22,14,.92));color:var(--text-strong);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;box-shadow:0 14px 28px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,247,235,.08)}.arrival-showcase__button:hover{background:linear-gradient(180deg,rgba(92,63,36,.92),rgba(39,27,16,.96));color:#fff4df}.empty-state--light{border-color:rgba(126,98,64,.18);background:rgba(255,250,241,.5);color:#20170f}.empty-state--light h3,.empty-state--light p{color:inherit}.about-strip{grid-column:1/-1;margin-bottom:0;padding:72px 0}.about-strip .section-header{width:100%}.about-strip__grid{width:min(1200px,100%);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr .9fr .8fr;grid-gap:40px;gap:40px;align-items:start}.about-strip__copy{display:grid;grid-gap:0;gap:0;align-content:start;max-width:400px}.about-strip__statement{margin:0;max-width:400px;color:var(--text-strong);font-size:40px;line-height:1.05;letter-spacing:-.02em;text-wrap:balance}.about-strip__statement--secondary{margin-top:-2px;margin-bottom:24px;color:rgba(244,234,220,.92)}.about-strip__principles-shell{display:flex;flex-direction:column;gap:12px;margin-top:24px}.about-strip__subheading{margin:0 0 8px;color:rgba(214,185,148,.78);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.2;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.about-strip__principles{display:flex;flex-direction:column;gap:12px}.about-strip__principle{display:flex;gap:10px;align-items:center;color:var(--text-soft);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45}.about-strip__principle span:first-child{color:#d9b184;font-weight:700}.about-strip__quote{margin-top:32px;padding:20px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(194,146,84,.18)}.about-strip__quote p{margin:0;color:var(--text-strong);font-size:18px;line-height:1.3;font-style:italic}.about-strip__images{display:grid;grid-template-columns:minmax(0,1fr) minmax(160px,.58fr);grid-template-rows:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:stretch;min-height:100%}.about-strip__image--hero{grid-row:span 2;height:100%}.about-strip__stack{display:grid;grid-template-rows:1fr 1fr;grid-gap:20px;gap:20px}.about-strip__image{min-height:100%;border:1px solid rgba(215,185,151,.14);border-radius:20px;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.24)),linear-gradient(135deg,#724524,#17110c 72%);background-size:cover;background-position:50%;object-fit:cover;box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,241,220,.04)}.about-strip__community{display:flex;flex-direction:column;gap:16px;align-self:start;padding:24px;border-radius:20px;background:rgba(255,255,255,.025);border:1px solid rgba(194,146,84,.18);box-shadow:0 20px 60px rgba(0,0,0,.4)}.about-strip__community h3{margin:0;color:var(--text-strong);font-size:20px;line-height:1.2}.about-strip__community p{margin:0;color:var(--muted);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.65}.community-block__form{display:flex;flex-direction:column;gap:12px}.community-block__form input{width:100%;height:44px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:rgba(239,227,208,.03);color:var(--text);font:inherit}.community-block__form input[aria-invalid=true]{border-color:rgba(186,106,88,.56)}.community-block__form button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:44px;padding:0 16px;border:1px solid rgba(192,149,90,.44);border-radius:999px;background:linear-gradient(180deg,rgba(78,54,31,.88),rgba(32,22,14,.92));color:var(--text-strong);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.94rem;font-weight:600}.community-block__form button:disabled{opacity:.72;cursor:wait}.community-block__status{margin:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.9rem;line-height:1.5}.community-block__status--error{color:#f0b29e}.community-block__status--success{color:#d8dcb8}.about-strip__trust{color:var(--text-soft);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:13px;line-height:1.45;opacity:.7;margin-top:4px}@media (max-width:1040px){.about-page__images,.about-page__points,.about-row,.about-strip__grid{grid-template-columns:1fr}.about-strip__copy{max-width:none}.about-strip__statement{max-width:13ch;font-size:clamp(1.9rem,4vw,2.5rem)}.about-strip__images{grid-template-columns:minmax(0,1fr) minmax(180px,.62fr);min-height:340px}.about-strip__community{max-width:none}}.arrival-panel,.catalog-sidebar__panel,.story-panel{border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.96),rgba(8,8,7,.99));box-shadow:var(--shadow)}.story-panel{overflow:hidden}.story-panel--compact .story-panel__content{padding-top:1.15rem}.arrival-panel__media,.story-panel__hero{min-height:140px;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.42)),radial-gradient(circle at 45% 30%,rgba(177,109,49,.36),transparent 20%),linear-gradient(135deg,#53331b,#120e0a 70%)}.arrival-panel__body,.story-panel__content{padding:1.3rem}.story-item{display:grid;grid-template-columns:72px 1fr auto;grid-gap:1rem;gap:1rem;align-items:center;padding:.9rem 0;border-top:1px solid var(--line)}.story-item--panel{padding:1rem;border:1px solid var(--line);border-radius:1.2rem;background:linear-gradient(180deg,rgba(15,13,11,.96),rgba(8,8,7,.99));box-shadow:var(--shadow)}.story-item--panel:first-of-type{border-top:1px solid var(--line)}.story-item--event{min-height:220px;display:flex;align-items:flex-end;padding:1.2rem;border:1px solid var(--line);border-radius:1.2rem;background-image:linear-gradient(90deg,rgba(10,9,8,0) 0,rgba(10,9,8,0) 48%,rgba(10,9,8,.56) 72%,rgba(10,9,8,.96) 100%),var(--story-event-image,linear-gradient(135deg,#4d2f1c,#14100c 72%));background-size:100% 100%,cover;background-position:0 0,50%;background-repeat:no-repeat;box-shadow:var(--shadow)}.story-item--event:first-of-type{border-top:1px solid var(--line)}.story-item--event>div{max-width:58%;margin-left:auto}.story-item--plain{padding:.95rem 0}.story-item--plain:first-of-type{border-top:0}.story-item:hover h3{color:var(--accent)}.story-item:first-of-type{border-top:0}.story-item__thumb{aspect-ratio:1.2;border-radius:.8rem;background-image:linear-gradient(180deg,rgba(8,7,6,.18),rgba(8,7,6,.58)),radial-gradient(circle at 45% 40%,rgba(174,109,49,.38),transparent 18%),linear-gradient(135deg,#4d2f1c,#14100c 72%);background-position:50%;background-repeat:no-repeat;background-size:cover}.story-item h3{margin:0 0 .25rem;font-size:1.15rem}.story-item p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.story-item__meta-time{display:inline-block;margin-top:.42rem;color:rgba(223,196,162,.78);font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.8rem;letter-spacing:.03em;line-height:1.4}.story-item__arrow{color:var(--muted);font-size:1.3rem}.stories-page{display:grid;grid-gap:2rem;gap:2rem}.stories-page__intro{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:start}.stories-page>.stories-page__section+.stories-page__section{padding-top:.5rem}.story-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.story-preview-grid .story-item--panel{align-self:stretch}.story-list-panel{padding:0 1.2rem;border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.96),rgba(8,8,7,.99));box-shadow:var(--shadow)}.story-preview-grid--single-column,.story-preview-grid--stacked{grid-template-columns:1fr}.story-preview-card{display:block;padding:1.35rem;border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.96),rgba(8,8,7,.99));box-shadow:var(--shadow)}.story-preview-card__image{aspect-ratio:16/10;margin-bottom:1rem;border-radius:1rem;background-image:linear-gradient(180deg,rgba(8,7,6,.18),rgba(8,7,6,.58)),radial-gradient(circle at 45% 40%,rgba(174,109,49,.34),transparent 18%),linear-gradient(135deg,#5a3a25,#15110d 72%);background-position:50%;background-repeat:no-repeat;background-size:cover}.story-preview-card:hover h3{color:var(--accent)}.story-preview-card h3{margin:0 0 .65rem;font-size:1.5rem}.story-preview-card p{margin:0;color:var(--muted);line-height:1.65}.story-preview-card__date{display:inline-flex;margin-top:1rem;color:var(--muted);font-size:.9rem}.event-preview-grid{display:grid;grid-gap:.95rem;gap:.95rem}.event-preview-card{display:grid;grid-template-columns:minmax(10rem,14rem) minmax(0,1fr);align-items:stretch;overflow:hidden;border:1px solid rgba(214,184,150,.14);border-radius:1.4rem;background:linear-gradient(90deg,rgba(197,154,108,.08),transparent 22%),linear-gradient(180deg,rgba(15,13,11,.97),rgba(8,8,7,.995));box-shadow:var(--shadow)}.event-preview-card__image{min-height:100%;background-image:linear-gradient(180deg,rgba(8,7,6,.18),rgba(8,7,6,.68)),radial-gradient(circle at 45% 40%,rgba(174,109,49,.34),transparent 18%),var(--event-preview-image,linear-gradient(135deg,#5a3a25,#15110d 72%));background-position:50%;background-repeat:no-repeat;background-size:cover}.event-preview-card__body{display:grid;grid-gap:.8rem;gap:.8rem;align-content:start;padding:1.15rem 1.2rem 1.2rem;border-left:1px solid rgba(214,184,150,.12)}.event-preview-card__meta{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:space-between;color:var(--text-soft);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}.event-preview-card__meta time,.event-preview-card__theme{display:inline-flex;align-items:center;min-height:1.9rem;padding:.2rem .7rem;border:1px solid rgba(214,184,150,.12);border-radius:999px;background:rgba(255,255,255,.03)}.event-preview-card__meta time{background:rgba(197,154,108,.09)}.event-preview-card h3{margin:0;max-width:28rem;font-size:clamp(1.4rem,2vw,1.85rem);line-height:.98}.event-preview-card p{margin:0;max-width:44rem;color:var(--muted);line-height:1.65}.pagination{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:1.25rem}.pagination--panel{padding:1rem 1.1rem;border:1px solid var(--line);border-radius:1.35rem;background:linear-gradient(180deg,rgba(15,13,11,.95),rgba(8,8,7,.99));box-shadow:var(--shadow)}.pagination__current,.pagination__link{min-height:2.8rem;display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;border:1px solid var(--line);border-radius:999px;background:rgba(239,227,208,.04);font-family:var(--font-service-ui)}.pagination__link:hover{border-color:rgba(167,109,57,.32);color:var(--accent)}.pagination__link--disabled{pointer-events:none;opacity:.45}.pagination__current{color:var(--muted)}.pagination__pages{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.6rem;flex:1 1}.pagination__current--page,.pagination__link--page{min-width:2.8rem}.pagination__current--page{color:var(--text-strong);border-color:rgba(197,138,75,.52);background:linear-gradient(180deg,rgba(78,54,31,.9),rgba(32,22,14,.95));box-shadow:inset 0 1px 0 rgba(255,244,220,.08),0 0 0 1px rgba(159,108,58,.16);font-weight:700}.pagination__ellipsis{min-height:2.8rem;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);padding:0 .2rem;font-family:var(--font-service-ui)}.section-header--stories h2{scroll-margin-top:10rem}.stories-page__subheader h2{font-size:clamp(1.7rem,2.8vw,2.2rem)}.story-detail{display:grid;grid-gap:1.25rem;gap:1.25rem;min-width:0}.story-detail__body,.story-detail__hero{min-width:0;max-width:100%;padding:1.5rem;border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.95),rgba(8,8,7,.99));box-shadow:var(--shadow)}.story-detail__related{display:grid;grid-gap:1rem;gap:1rem}.story-detail__image{aspect-ratio:16/7;margin-bottom:1.25rem;border-radius:1.1rem;background-image:linear-gradient(180deg,rgba(8,7,6,.12),rgba(8,7,6,.5)),radial-gradient(circle at 45% 40%,rgba(174,109,49,.34),transparent 18%),linear-gradient(135deg,#5a3a25,#15110d 72%);background-position:50%;background-repeat:no-repeat;background-size:cover}.story-detail__meta{display:flex;flex-wrap:wrap;gap:.65rem;min-width:0;margin-bottom:1rem;color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9rem;letter-spacing:.02em;text-transform:uppercase}.story-detail__meta span{display:inline-flex;align-items:center;min-height:2rem;padding:.2rem .75rem;border:1px solid rgba(214,184,150,.12);border-radius:999px;background:rgba(255,255,255,.02)}.story-detail__theme{color:var(--text)}.story-detail__event-date{color:var(--text);border-color:rgba(214,184,150,.26);background:rgba(197,154,108,.12)}.story-detail__hero h1{margin:0;font-size:clamp(2.3rem,4vw,4.3rem);line-height:.96;text-wrap:balance;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.story-detail__excerpt{margin:1rem 0 0;max-width:100%;color:var(--muted);font-size:1.08rem;line-height:1.65;overflow-wrap:anywhere}.story-detail__bar{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--line)}.story-detail__author{display:flex;gap:.85rem;align-items:center}.story-detail__author-mark{width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(214,184,150,.16);border-radius:999px;background:linear-gradient(180deg,rgba(197,138,75,.22),rgba(197,138,75,.08));color:var(--text-strong);font-size:1.1rem}.story-detail__author strong,.story-detail__author-mark,.story-detail__share span{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600}.story-detail__author strong,.story-detail__share span{display:block;font-size:.9rem}.product-detail__seller dd a,.story-detail__author strong a{transition:color .16s ease}.product-detail__brand,.story-detail__brand{font-size:1rem}.product-detail__seller dd a:hover,.story-detail__author strong a:hover{color:var(--accent)}.story-detail__author div span{display:block;margin-top:.15rem;color:var(--muted);font-size:.92rem}.story-detail__share{text-align:right}.story-detail__share-links{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.45rem}.story-detail__share-links a{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;padding:0 .85rem;border:1px solid rgba(214,184,150,.12);border-radius:999px;background:rgba(255,255,255,.02);color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem}.story-detail__share-links a:hover{color:var(--text);border-color:rgba(167,109,57,.32)}.rich-text{color:var(--muted);line-height:1.75}.rich-text>:first-child{margin-top:0}.rich-text>:last-child{margin-bottom:0}.rich-text blockquote,.rich-text hr,.rich-text ol,.rich-text p,.rich-text table,.rich-text ul{margin:0 0 1rem}.rich-text h2,.rich-text h3,.rich-text h4{margin:1.4rem 0 .7rem;color:var(--text);line-height:1.12}.rich-text h2{font-size:1.5rem}.rich-text h3{font-size:1.25rem}.rich-text ol,.rich-text ul{padding-left:1.4rem}.rich-text li+li{margin-top:.35rem}.rich-text a{color:var(--accent);text-decoration:underline;-webkit-text-decoration-color:rgba(197,138,75,.45);text-decoration-color:rgba(197,138,75,.45)}.rich-text code{padding:.12rem .38rem;border:1px solid rgba(214,184,150,.12);border-radius:.45rem;background:rgba(255,255,255,.04);color:var(--text);font-size:.92em}.rich-text blockquote{padding:.9rem 1rem;border-left:2px solid rgba(197,138,75,.55);border-radius:0 .8rem .8rem 0;background:rgba(255,255,255,.02)}.rich-text hr{border:0;border-top:1px solid rgba(197,159,121,.22)}.rich-text table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid rgba(214,184,150,.14);border-radius:1rem;background:rgba(255,255,255,.02)}.rich-text thead{background:rgba(197,138,75,.08)}.rich-text td,.rich-text th{padding:.72rem .85rem;border-bottom:1px solid rgba(214,184,150,.1);text-align:left;vertical-align:top}.rich-text th{color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.88rem;font-weight:600;letter-spacing:.03em}.rich-text tbody tr:last-child td{border-bottom:0}.story-detail__rich-text{font-size:1.06rem}.story-detail__rich-text--lead>p:first-child:first-letter{float:left;margin-right:.45rem;color:var(--text);font-size:4rem;line-height:.88}.story-product-callout{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:1rem;gap:1rem;margin:1.1rem 0;border:1px solid rgba(177,132,88,.22);border-radius:1.2rem;background:linear-gradient(180deg,rgba(17,14,11,.98),rgba(8,7,6,.985)),rgba(10,9,8,.98);overflow:hidden;transition:border-color .16s ease,transform .16s ease}.story-product-callout:hover{border-color:rgba(197,138,75,.46);transform:translateY(-1px)}.story-product-callout__cover{min-height:190px;border-right:1px solid rgba(214,184,150,.12);background-image:linear-gradient(180deg,rgba(8,7,6,.2),rgba(8,7,6,.52)),radial-gradient(circle at 45% 40%,rgba(174,109,49,.34),transparent 18%),linear-gradient(135deg,#5a3a25,#15110d 72%);background-position:50%;background-repeat:no-repeat;background-size:cover}.story-product-callout__body{display:grid;align-content:start;grid-gap:.35rem;gap:.35rem;padding:1rem 1rem .92rem .2rem}.story-product-callout__eyebrow{margin:0;color:var(--muted);font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.story-product-callout__body h3{margin:0;color:var(--text-strong);font-size:clamp(1.45rem,2.4vw,2rem);line-height:.96}.story-product-callout__subtitle{margin:0;color:var(--text);font-size:clamp(1.1rem,2vw,1.45rem);line-height:1.08}.story-product-callout__brand{margin:.15rem 0 0;color:#cbb294;font-family:var(--font-logo);font-size:1.02rem;font-weight:600;letter-spacing:.01em}.story-product-callout__footer{display:flex;justify-content:space-between;gap:.8rem;align-items:center;margin-top:.55rem;padding-top:.8rem;border-top:1px solid rgba(214,184,150,.14);color:var(--muted);font-size:.9rem}.story-product-callout__cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;padding:0 .85rem;border:1px solid rgba(167,109,57,.28);border-radius:999px;background:linear-gradient(180deg,rgba(57,41,30,.92),rgba(28,21,16,.98));color:var(--text);font-size:.86rem;font-weight:600}.story-product-callout__missing{margin:1rem 0;padding:.7rem .85rem;border:1px dashed rgba(214,184,150,.24);border-radius:.85rem;color:var(--muted);font-size:.92rem}.product-detail__rich-text{font-size:1rem}.product-detail__rich-text blockquote,.product-detail__rich-text li,.product-detail__rich-text p{white-space:pre-wrap}.arrival-list{display:grid;grid-gap:.9rem;gap:.9rem;margin-top:1rem}.arrival-item{display:grid;grid-template-columns:54px 1fr auto;grid-gap:.8rem;gap:.8rem;align-items:center;padding-top:.9rem;border-top:1px solid var(--line)}.arrival-item__cover{aspect-ratio:1;border-radius:.55rem;background:radial-gradient(circle at 45% 40%,rgba(174,109,49,.34),transparent 18%),linear-gradient(135deg,#5a3a25,#15110d 72%)}.arrival-item strong,.catalog-sidebar__head h2{font-size:1.05rem}.arrival-item p{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);grid-gap:28px;gap:28px}.catalog-layout--immersive{align-items:start}.catalog-sidebar{min-width:0}.catalog-sidebar__panel{padding:1.35rem 1.2rem;position:-webkit-sticky;position:sticky;top:1rem;border-radius:1.4rem;background:linear-gradient(180deg,rgba(16,14,12,.98),rgba(9,8,7,.99)),radial-gradient(circle at top,rgba(154,97,48,.06),transparent 26%);font-family:var(--font-service-ui)}.catalog-sidebar__head{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;padding-bottom:1rem;border-bottom:1px solid rgba(214,184,150,.14)}.catalog-sidebar__head h2{margin:0;font-size:1.95rem;line-height:1;letter-spacing:-.02em}.catalog-sidebar__count{color:color-mix(in srgb,var(--muted) 88%,var(--text) 12%);font-size:.82rem;font-weight:600;white-space:nowrap;letter-spacing:.01em}.catalog-sidebar__filters-title{display:block;margin:0 0 .8rem;color:var(--muted);font-size:.95rem;font-weight:600;letter-spacing:.01em;border-bottom:1px solid rgba(214,184,150,.12);padding-bottom:.85rem}.catalog-sidebar__active{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem 0 .95rem;border-bottom:1px solid rgba(214,184,150,.12)}.catalog-sidebar__active-list{display:flex;flex-wrap:wrap;gap:.45rem}.catalog-sidebar__active-chip{display:inline-flex;align-items:center;min-height:1.9rem;padding:0 .7rem;border:1px solid rgba(214,184,150,.18);border-radius:999px;background:rgba(239,227,208,.04);color:var(--text);font-size:.88rem}.catalog-sidebar__reset{color:var(--muted);font-size:.9rem}.catalog-sidebar__reset:hover{color:var(--accent)}.filter-group{padding:1rem 0;border-bottom:1px solid rgba(214,184,150,.12)}.filter-group:last-child{border-bottom:0}.filter-group__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem;color:var(--text);font-size:.98rem;font-weight:600}.filter-group__button{width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.filter-group__title--toggle:after{content:"⌄";color:var(--muted-soft);font-size:.9rem;transform:translateY(-1px) rotate(-90deg);transition:transform .16s ease,color .16s ease}.filter-group__button--open.filter-group__title--toggle:after{color:var(--text);transform:translateY(-1px) rotate(0deg)}.filter-list,.filter-stack{display:grid;grid-gap:.14rem;gap:.14rem}.filter-chip,.filter-link{color:var(--muted);font-size:.96rem}.filter-link{display:inline-flex;align-items:center;justify-content:space-between;min-height:1.72rem;padding-right:.1rem}.filter-link--active{color:var(--text);text-shadow:0 0 12px rgba(167,109,57,.14)}.price-filter{display:grid;grid-gap:.7rem;gap:.7rem}.price-filter__inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.price-filter__field{display:grid;grid-gap:.35rem;gap:.35rem}.price-filter__field span{color:var(--muted-soft);font-size:.74rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.price-filter__field input{width:100%;min-height:2.5rem;padding:0 .8rem;border:1px solid rgba(214,184,150,.14);border-radius:.78rem;background:rgba(18,14,12,.82);color:var(--text);font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.price-filter__field input::placeholder{color:var(--text-soft)}.price-filter__field input:focus{outline:none;border-color:rgba(167,109,57,.36);box-shadow:0 0 0 1px rgba(167,109,57,.14)}.price-filter__actions{display:flex;margin-top:.15rem}.price-filter__submit{min-height:2.4rem;padding:0 .95rem;border:1px solid rgba(167,109,57,.26);border-radius:999px;background:linear-gradient(180deg,rgba(57,41,30,.92),rgba(28,21,16,.98));color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,color .16s ease,transform .16s ease}.price-filter__submit:hover{color:var(--text-strong);border-color:rgba(167,109,57,.42);transform:translateY(-1px)}.filter-check{display:inline-flex;gap:.55rem;align-items:center;color:var(--muted);font-size:.95rem}.filter-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;margin:0;border:1px solid rgba(214,184,150,.28);border-radius:.2rem;background:rgba(239,227,208,.02);box-shadow:inset 0 1px 0 rgba(239,227,208,.03)}.filter-check input:checked{border-color:rgba(167,109,57,.55);background:linear-gradient(180deg,rgba(122,78,39,.45),rgba(41,30,22,.96))}.price-range{display:flex;gap:.75rem;align-items:center;color:var(--muted);padding-right:.15rem}.price-range__line{flex:1 1;height:1px;background:rgba(214,184,150,.12)}.catalog-stage{display:grid;grid-gap:28px;gap:28px;align-content:start}.catalog-stage>.pagination{margin-top:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-column-gap:1rem;grid-row-gap:calc(1rem + 4px)}.product-grid,.product-grid--catalog{column-gap:1rem;row-gap:calc(1rem + 4px)}.product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{display:flex;flex-direction:column;overflow:hidden;position:relative;border:1px solid rgba(177,132,88,.22);background:linear-gradient(180deg,rgba(12,8,6,.98),rgba(8,6,5,.985)),var(--surface-strong);box-shadow:inset 0 1px 0 rgba(248,229,201,.04),0 0 0 1px rgba(55,34,18,.3);transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease}.product-card,.product-card--catalog{border-radius:1.9rem}.product-card:after{content:"";position:absolute;left:8%;right:8%;bottom:.65rem;height:3.1rem;border-radius:999px;background:radial-gradient(circle at center,rgba(178,119,61,.46),rgba(178,119,61,0) 72%);opacity:0;pointer-events:none;filter:blur(18px);transition:opacity .22s ease}.product-card:hover{transform:translateY(-2px);border-color:rgba(206,158,107,.34)}.product-card:hover:after{opacity:1}.product-cover{position:relative;aspect-ratio:1;background:radial-gradient(circle at 45% 35%,rgba(172,107,49,.3),transparent 18%),linear-gradient(135deg,rgba(62,40,24,.95),rgba(13,11,9,.98)),var(--surface-strong);display:grid;place-items:center;border-bottom:1px solid var(--line);border-radius:1.78rem 1.78rem 0 0;overflow:hidden}.product-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,8,6,.06),rgba(12,8,6,.18) 72%,rgba(12,8,6,.42)),radial-gradient(circle at center,rgba(244,161,69,.08),transparent 46%);pointer-events:none}.product-favorite{position:absolute;top:12px;right:12px;z-index:3;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(181,139,88,.38);border-radius:17px;background:linear-gradient(180deg,rgba(43,30,19,.9),rgba(22,16,11,.96)),rgba(22,16,11,.94);box-shadow:inset 0 1px 0 rgba(244,218,182,.04),0 8px 18px rgba(0,0,0,.24);color:#d7b487;cursor:pointer;overflow:hidden;transition:transform .18s ease,border-color .18s ease,color .18s ease}.product-favorite svg{position:relative;z-index:1;width:18px;height:18px}.product-favorite:disabled{cursor:progress}.product-favorite__pulse{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(225,176,107,.18) 50%,transparent);animation:favorite-pulse 1s linear infinite}.product-card:hover .product-favorite{transform:translateY(-1px);border-color:rgba(198,153,101,.66);color:#edd3ad}.product-favorite--active{border-color:rgba(214,170,105,.72);background:linear-gradient(180deg,rgba(98,63,30,.94),rgba(36,22,12,.98)),rgba(30,18,11,.96);color:#f4dfbb;box-shadow:inset 0 1px 0 rgba(255,236,206,.08),0 10px 22px rgba(0,0,0,.28)}.product-badges{position:absolute;top:60px;right:12px;display:flex;flex-direction:column;align-items:flex-end;gap:3px;z-index:3}.product-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:8px;border:1px solid rgba(191,147,91,.32);background:linear-gradient(180deg,rgba(69,48,29,.78),rgba(24,18,13,.92));box-shadow:inset 0 1px 0 rgba(255,248,238,.04),0 7px 16px rgba(0,0,0,.24);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ecd8bc;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:11px;line-height:1;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.product-badge--simple{border-color:rgba(129,106,77,.18);background:linear-gradient(180deg,rgba(42,33,25,.52),rgba(14,11,8,.9));color:rgba(220,204,182,.82);box-shadow:inset 0 1px 0 rgba(255,248,238,.03),0 4px 10px rgba(0,0,0,.16)}.product-badge--color{border-color:rgba(197,150,94,.52);background:linear-gradient(180deg,rgba(112,68,32,.92),rgba(38,24,13,.94));color:#f4ddbc;box-shadow:inset 0 1px 0 rgba(255,246,228,.06),0 8px 18px rgba(80,43,12,.3)}.product-badge--big{min-height:34px;min-width:118px;padding-inline:16px;font-size:11px;letter-spacing:.12em;border-color:rgba(202,158,95,.58);background:linear-gradient(180deg,rgba(102,69,34,.88),rgba(41,27,14,.96));color:#f6dfae;box-shadow:inset 0 1px 0 rgba(255,244,220,.06),0 8px 20px rgba(0,0,0,.3);transform:translateX(-1px)}.product-badge--crazy{border-color:rgba(220,118,78,.64);background:linear-gradient(135deg,rgba(142,42,27,.96),rgba(94,64,18,.94) 52%,rgba(28,17,11,.98));color:#ffd1a2;box-shadow:inset 0 1px 0 rgba(255,238,214,.1),0 10px 24px rgba(106,27,8,.36)}.product-badge--slug-rare{border-color:rgba(235,206,167,.18);background:linear-gradient(180deg,rgba(17,14,11,.94),rgba(7,6,5,.98));color:#f2d9b5;box-shadow:inset 0 1px 0 rgba(255,241,223,.05),0 8px 18px rgba(0,0,0,.26)}.product-badge--slug-colored,.product-badge--slug-colored-vinyl{border:1px solid transparent;background:linear-gradient(180deg,rgba(50,31,18,.9),rgba(18,13,10,.96)) padding-box,linear-gradient(135deg,rgba(255,177,92,.92),rgba(210,86,92,.9) 32%,rgba(102,153,255,.88) 68%,rgba(255,224,122,.92)) border-box;color:#ffe3c4;box-shadow:inset 0 1px 0 rgba(255,244,231,.08),0 8px 18px rgba(0,0,0,.24)}.product-badge--slug-limited{border-color:rgba(195,198,207,.5);background:linear-gradient(180deg,rgba(92,95,104,.92),rgba(31,34,41,.96));color:#f1f4fb;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(0,0,0,.28)}.product-badge--slug-first-press{border-color:rgba(214,174,97,.62);background:linear-gradient(180deg,rgba(118,84,31,.94),rgba(47,30,11,.98));color:#ffe5aa;box-shadow:inset 0 1px 0 rgba(255,241,194,.1),0 10px 22px rgba(86,54,12,.32)}.product-card:hover .product-badge--simple{border-color:rgba(179,141,92,.34)}.product-card:hover .product-badge--color{border-color:rgba(194,154,102,.58)}.product-card:hover .product-badge--big{border-color:rgba(221,177,108,.72)}.product-card:hover .product-badge--crazy{border-color:rgba(222,136,89,.7)}.product-card:hover .product-badge--slug-rare{border-color:rgba(240,212,176,.26)}.product-card:hover .product-badge--slug-colored,.product-card:hover .product-badge--slug-colored-vinyl{box-shadow:inset 0 1px 0 rgba(255,244,231,.1),0 10px 22px rgba(0,0,0,.28)}.product-card:hover .product-badge--slug-limited{border-color:rgba(219,223,235,.62)}.product-card:hover .product-badge--slug-first-press{border-color:rgba(229,191,114,.76)}.product-cover span{color:var(--muted)}.product-cover__fallback-label{position:absolute;left:50%;bottom:.95rem;z-index:1;transform:translateX(-50%);padding:.3rem .7rem;border:1px solid rgba(214,184,150,.14);border-radius:999px;background:rgba(12,9,7,.72);color:var(--muted);font-size:.88rem;line-height:1;white-space:nowrap}.product-cover img{width:100%;height:100%;object-fit:cover}.product-meta{flex:1 1}.product-info,.product-meta{display:flex;flex-direction:column;background:#070504}.product-info{padding:18px 18px 0;min-height:132px;gap:8px}.product-category{margin:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;line-height:1;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(214,185,148,.78)}.product-copy{flex:1 1;display:flex;flex-direction:column;gap:8px}.product-card h3{margin:0;font-size:22px;line-height:1.08;font-weight:700;letter-spacing:-.03em;color:#f5ede3}.product-release-title{margin:-2px 0 0;font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.18;font-weight:400;letter-spacing:-.01em;color:#efe4d7}.product-metadata-placeholder{margin:1px 0 0;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(214,185,148,.7)}.artist,.product-metadata-placeholder{font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.35}.artist{margin:2px 0 0;font-size:13px;font-weight:400;letter-spacing:.01em;color:rgba(214,185,148,.82)}.product-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin:20px 18px 0;padding-top:20px;border-top:1px solid rgba(197,159,121,.18);font-family:Inter,Helvetica Neue,Arial,sans-serif}.product-row strong{color:#fff0da;font-size:1.16rem;font-weight:700;letter-spacing:.01em}.product-row span{color:#d2a878;font-size:.98rem;font-weight:500;text-align:right;max-width:8.5rem;line-height:1.04;margin-top:-5px}.product-link{display:inline-flex;align-items:center;justify-content:center;width:calc(100% - 36px);margin:12px 18px 18px;color:rgba(214,185,148,.78);font-size:.98rem;font-weight:700;font-family:Inter,Helvetica Neue,Arial,sans-serif}.product-card--catalog .product-link{min-height:3.7rem;padding:0 1.15rem;border:1px solid rgba(136,101,66,.56);border-radius:999px;background:linear-gradient(180deg,rgba(41,31,23,.88),rgba(25,19,14,.94)),rgba(27,20,15,.93);box-shadow:inset 0 1px 0 rgba(244,219,184,.04),0 12px 28px rgba(0,0,0,0);transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .22s ease}.product-card--catalog .product-link:hover{transform:translateY(-1px);border-color:rgba(197,147,95,.92);background:linear-gradient(180deg,rgba(67,49,35,.96),rgba(38,28,20,.98)),rgba(36,27,19,.98);box-shadow:inset 0 1px 0 rgba(248,223,189,.12),0 16px 38px rgba(132,80,34,.18)}.empty-state{grid-column:1/-1;padding:1.5rem}.empty-state p{margin-bottom:0;color:var(--muted);line-height:1.6}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.content-card{padding:1.4rem;border:1px solid var(--line);border-radius:1.5rem;background:linear-gradient(180deg,rgba(15,13,11,.94),rgba(8,8,7,.99));box-shadow:var(--shadow)}.content-card h2{margin:0 0 .6rem;font-size:1.25rem}.content-card p{margin:0;color:var(--muted);line-height:1.65}.content-card--social{margin-top:1rem}.shipping-page__intro{padding-bottom:.6rem}.shipping-page__order{margin-top:0}.shipping-page__copy,.shipping-page__grid{margin-top:.8rem}.about-page__amendment{margin-top:2.4rem}.about-page__showcase{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.about-page__images{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;grid-gap:.85rem;gap:.85rem}.about-page__image{min-height:164px;border:1px solid rgba(215,185,151,.12);border-radius:1rem;background-size:100% auto;background-position:50%;background-repeat:no-repeat;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.38)),radial-gradient(circle at 44% 34%,rgba(181,113,54,.32),transparent 18%),linear-gradient(135deg,#6a4122,#17110c 72%);box-shadow:var(--shadow)}.about-page__image--wide{min-height:220px}.about-page__copy{display:grid;grid-gap:.9rem;gap:.9rem;max-width:48rem}.about-page__copy p{margin:0;color:var(--muted);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.78}.about-page__points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.about-page__point{padding:1.35rem;border:1px solid var(--line);border-radius:1.35rem;background:linear-gradient(180deg,rgba(15,13,11,.94),rgba(8,8,7,.99));box-shadow:var(--shadow)}.about-page__point h3{margin:0 0 .55rem;color:var(--text-strong);font-size:1.02rem;font-weight:600}.about-page__point h3,.about-page__point p{font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}.about-page__point p{margin:0;color:var(--muted);font-size:.95rem;line-height:1.68}.social-links{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.15rem}.social-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0 1.15rem;border:1px solid var(--line);border-radius:999px;background:linear-gradient(180deg,rgba(98,69,43,.3),rgba(239,227,208,.05));box-shadow:inset 0 1px 0 rgba(239,227,208,.05);transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.social-link:hover{transform:translateY(-1px);border-color:rgba(167,109,57,.32);background:linear-gradient(180deg,rgba(113,76,43,.34),rgba(239,227,208,.06));color:var(--text-strong)}.detail-back-link{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.25rem;color:var(--muted);text-decoration:none;transition:color .14s ease}.detail-back-link:hover{color:var(--accent)}.detail-back-link span:first-child{font-size:1.08em;font-weight:400;opacity:.56;transform:translateY(-.04em);transition:opacity .14s ease,transform .14s ease}.detail-back-link:hover span:first-child{opacity:.9;transform:translate(-.05rem,-.04em)}.product-detail{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);grid-gap:1.2rem;gap:1.2rem;margin-bottom:2rem}.product-detail__media-column{display:grid;align-content:start;grid-gap:.9rem;gap:.9rem}.product-detail__body,.product-detail__media{border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.95),rgba(8,8,7,.99));box-shadow:var(--shadow)}.product-gallery{display:grid;grid-gap:.9rem;gap:.9rem;align-content:start}.product-detail__video{overflow:hidden;border:1px solid var(--line);border-radius:1.4rem;background:linear-gradient(180deg,rgba(15,13,11,.95),rgba(8,8,7,.99));box-shadow:var(--shadow)}.product-detail__video iframe{display:block;width:100%;aspect-ratio:16/9;border:0}.product-detail__media{aspect-ratio:1;overflow:hidden;display:grid;place-items:center;background:radial-gradient(circle at 45% 35%,rgba(172,107,49,.3),transparent 18%),linear-gradient(135deg,rgba(62,40,24,.95),rgba(13,11,9,.98)),var(--surface-strong)}.product-detail__media img{width:100%;height:100%;object-fit:cover}.product-detail__media span{color:var(--muted)}.product-gallery__thumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}.product-gallery__thumb{width:72px;aspect-ratio:1;padding:0;border:1px solid rgba(214,184,150,.12);border-radius:.95rem;background:linear-gradient(180deg,rgba(15,13,11,.95),rgba(8,8,7,.99));overflow:hidden;cursor:pointer}.product-gallery__thumb--active{border-color:rgba(197,138,75,.5)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__body{padding:1.5rem}.product-detail__body h1{margin:0;font-size:clamp(2.2rem,4vw,4rem);line-height:.96;text-wrap:balance}.product-detail__subtitle{margin:.45rem 0 1.1rem;color:rgba(232,212,186,.82);font-size:1rem;line-height:1.5}.product-detail__artist{display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;margin:.55rem 0 0;color:var(--text-strong);font-size:1.55rem;font-weight:600;line-height:1.18;text-decoration:none;transition:color .14s ease,transform .14s ease}.product-detail__artist:hover{color:var(--accent)}.product-detail__artist span:last-child{font-size:1.08em;font-weight:400;opacity:.56;transform:translateY(-.04em);transition:opacity .14s ease,transform .14s ease}.product-detail__artist:hover span:last-child{opacity:.9;transform:translate(.05rem,-.04em)}.product-detail__price-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.2rem;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:1.05rem}.product-detail__price-row strong{font-size:1.8rem}.product-detail__favorite{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid rgba(192,149,90,.42);border-radius:999px;background:linear-gradient(180deg,rgba(78,54,31,.88),rgba(32,22,14,.92));color:var(--text-strong);font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.96rem;font-weight:600;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.product-detail__favorite:hover{border-color:rgba(214,170,105,.68);color:#fff1db}.product-detail__favorite--active{border-color:rgba(214,170,105,.72);background:linear-gradient(180deg,rgba(106,68,32,.94),rgba(41,25,13,.98));color:#fff1db}.product-detail__favorite:disabled{opacity:.74;cursor:progress}.product-detail__actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:.85rem;gap:.85rem;margin:0 0 1.2rem}.product-detail__buy{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid rgba(214,170,105,.72);border-radius:999px;background:linear-gradient(180deg,rgba(106,68,32,.94),rgba(41,25,13,.98));color:#fff1db;font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.96rem;font-weight:600;transition:border-color .16s ease,background .16s ease,color .16s ease}.product-detail__buy:hover{border-color:rgba(232,191,126,.86);color:#fff8ee}.product-detail__facts{display:grid;grid-gap:.9rem;gap:.9rem;margin:0 0 1.4rem}.product-detail__details h2{margin:0 0 .65rem;font-size:1.2rem}.product-detail__facts div{display:grid;grid-template-columns:120px 1fr;grid-gap:1rem;gap:1rem;padding-bottom:0}.product-detail__facts dt{color:var(--muted)}.product-detail__facts dd{margin:0}.product-detail__description{margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid var(--line)}.product-detail__description h2{margin:0 0 .65rem;font-size:1.2rem}.product-detail__description p{margin:0;color:var(--muted);line-height:1.7}.product-detail__seller{display:grid;grid-template-columns:120px 1fr;grid-gap:1rem;gap:1rem;margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--line)}.product-detail__seller dt{color:var(--muted)}.product-detail__seller dd{margin:0}.product-detail__linked-items{display:flex;flex-wrap:wrap;gap:.55rem .75rem}.product-detail__linked-items a{color:var(--text-soft);text-decoration:underline;-webkit-text-decoration-color:rgba(214,184,150,.24);text-decoration-color:rgba(214,184,150,.24);text-underline-offset:.16em;transition:color .16s ease,-webkit-text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease;transition:color .16s ease,text-decoration-color .16s ease,-webkit-text-decoration-color .16s ease}.product-detail__linked-items a:hover{color:var(--text-strong);-webkit-text-decoration-color:rgba(214,184,150,.56);text-decoration-color:rgba(214,184,150,.56)}.product-detail__seller dd .site-logo{width:-moz-fit-content;width:fit-content}.product-detail__related{margin-top:2rem}@media (max-width:800px){.site-footer__inner{flex-direction:column;align-items:flex-start}.site-header{position:static;top:auto}.site-header__inner{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo utility" "search search" "nav nav";align-items:stretch;grid-gap:.75rem;gap:.75rem;margin-top:.7rem;padding:.85rem 1rem;border-radius:1.1rem}.site-nav{display:flex;grid-area:nav;width:100%;gap:1rem;justify-content:center;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;font-size:.94rem}.site-nav::-webkit-scrollbar{display:none}.site-header__utility{justify-self:end;gap:.5rem}.search-shell,.site-header__search{min-width:0;width:100%;max-width:none}.hero{grid-template-columns:1fr}.hero h1{max-width:12ch}.catalog-layout,.product-detail,.stories-showcase__grid{grid-template-columns:1fr}.product-grid--catalog{grid-template-columns:repeat(3,minmax(0,1fr))}.arrival-showcase__grid,.new-arrivals-block .product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.new-arrivals-block .product-card:first-child{grid-column:auto}.community-block__form{flex-direction:column}.about-strip__community,.about-strip__quote{padding:24px}.catalog-sidebar__panel{position:static}.catalog-sidebar__head{padding-bottom:.65rem;border-bottom:0}}@media (max-width:1180px){.site-header__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo search utility" "nav nav nav";align-items:center;grid-column-gap:1rem;column-gap:1rem;grid-row-gap:.9rem;row-gap:.9rem;padding:.9rem 1.05rem}.site-nav{grid-area:nav;width:100%;gap:1.25rem;font-size:.96rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.nav-dropdown__menu{position:fixed;top:7rem;left:1rem;right:1rem;min-width:0;max-height:min(55vh,420px);overflow-y:auto;z-index:40}.nav-dropdown--profile .nav-dropdown__menu{position:absolute;top:calc(100% + .55rem);left:auto;right:0;min-width:min(272px,calc(100vw - 2rem));max-height:min(70vh,520px)}.search-shell{min-width:min(260px,100%);flex:1 1 260px}}@media (max-width:980px){.site-header__inner{padding:.9rem 1.05rem}.genre-strip__grid{grid-auto-columns:minmax(112px,132px)}.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.arrival-showcase__header h2{font-size:2rem}}@media (max-width:720px){.site-header__inner{grid-template-columns:auto 1fr;grid-template-areas:"logo utility" "search search" "nav nav";align-items:stretch;row-gap:.75rem}.site-header__utility{justify-self:end;gap:.5rem}.search-shell,.site-header__search{min-width:0;width:100%;max-width:none}.site-nav{justify-content:center;gap:1.05rem;font-size:.9rem}.collectibles-hero__shell,.hero-copy-block{padding:2.2rem 1.35rem 2rem}.genre-strip__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 1.6rem) / 3.1);gap:.8rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.genre-strip__grid::-webkit-scrollbar{display:none}.genre-tile{min-width:0;scroll-snap-align:start}.about-strip{padding:40px 0 0}.about-strip__grid{gap:24px;padding:0 16px}.about-strip__community,.about-strip__quote{padding:20px}.nav-dropdown__menu{top:9.1rem}.nav-dropdown--profile .nav-dropdown__menu{top:calc(100% + .55rem)}}@media (max-width:560px){.page-shell--content{width:min(1080px,calc(100% - 1rem));overflow-x:clip}.story-detail{overflow-x:clip}.site-header{width:min(1500px,calc(100% - 1rem))}.site-header__inner{padding:.75rem .85rem;gap:.7rem}.site-logo{min-width:0;font-size:1rem}.site-nav{gap:.8rem;font-size:.84rem;justify-content:center}.site-header__utility{gap:.4rem}.search-shell{padding-left:.8rem}.search-shell__button{min-width:50px;min-height:32px;padding:0 .7rem}.profile-trigger{min-height:38px;padding:0 .66rem}.locale-link{min-width:38px;min-height:38px;padding:0 .7rem}.stories-page__intro{grid-template-columns:1fr}.section-header--genres{flex-direction:column;align-items:flex-start}.genre-strip__grid{grid-auto-columns:calc((100% - 1.4rem) / 2.9)}.pagination,.section-header--stories{flex-direction:column;align-items:flex-start}.event-preview-card,.event-preview-grid,.story-preview-grid{grid-template-columns:1fr}.event-preview-card__image{min-height:auto;aspect-ratio:16/9}.event-preview-card__body{border-left:0;border-top:1px solid rgba(214,184,150,.12)}.story-item{grid-template-columns:64px 1fr;gap:.85rem;align-items:start}.story-item__arrow{display:none}.story-item--event{min-height:180px;padding:1rem;background-image:linear-gradient(180deg,rgba(10,9,8,.06) 0,rgba(10,9,8,.18) 46%,rgba(10,9,8,.76) 100%),var(--story-event-image,linear-gradient(135deg,#4d2f1c,#14100c 72%));background-size:100% 100%,cover;background-position:50%}.story-item--event>div{max-width:100%;margin-left:0}.story-preview-card{padding:1.1rem}.story-preview-card h3{font-size:1.28rem}.story-list-panel{padding:0 1rem}.story-detail__body,.story-detail__hero{padding:1rem;border-radius:1.1rem}.story-detail__image{aspect-ratio:4/3;margin-bottom:1rem;border-radius:.9rem}.story-detail__hero h1{font-size:clamp(1.9rem,9vw,2.7rem);line-height:.98;text-wrap:pretty}.story-detail__excerpt{font-size:1rem}.story-detail__bar{flex-direction:column;align-items:stretch}.story-detail__author{align-items:flex-start}.story-detail__share{width:100%;text-align:left}.story-detail__share-links{justify-content:flex-start;flex-wrap:wrap}.story-detail__share-links a{min-height:2rem;padding:0 .75rem}.story-detail__rich-text{font-size:1rem}.story-detail__rich-text--lead>p:first-child:first-letter{font-size:3.2rem}.story-product-callout{grid-template-columns:1fr;gap:0}.story-product-callout__cover{min-height:170px;border-right:0;border-bottom:1px solid rgba(214,184,150,.12)}.story-product-callout__body{padding:.95rem}.story-product-callout__footer{flex-direction:column;align-items:flex-start}.about-page__images,.about-page__points,.about-row,.about-strip__grid,.arrival-showcase__grid,.new-arrivals-block .product-grid{grid-template-columns:1fr}.community-block__form{flex-direction:column}.about-strip__copy{max-width:none}.about-strip__statement{max-width:13ch;font-size:clamp(1.6rem,7.2vw,2rem);line-height:1.05}.about-strip__subheading{margin-top:2px}.about-strip__community,.about-strip__quote{padding:22px}.about-strip__community{gap:16px}.about-strip__images{grid-template-columns:1fr;grid-template-rows:auto}.about-strip__image--hero{min-height:220px;grid-row:auto}.about-strip__stack{grid-template-rows:repeat(2,minmax(140px,1fr))}.product-grid,.product-grid--catalog{grid-template-columns:1fr}.product-detail__body{padding:1.15rem}.product-detail__actions,.product-detail__facts div,.product-detail__price-row{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}}.collectibles-hero{margin-top:1.25rem}.collectibles-hero__shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:28px;gap:28px;padding:3.4rem 3.2rem 3.1rem;border:1px solid rgba(214,184,150,.12);border-radius:1.8rem;background:linear-gradient(180deg,rgba(13,12,10,.94),rgba(8,7,6,.98)),radial-gradient(circle at top left,rgba(160,99,45,.1),transparent 24%);box-shadow:var(--shadow)}.collectibles-hero__intro{display:grid;align-content:start;grid-gap:.1rem;gap:.1rem}.collectibles-hero__value{display:grid;align-content:start;grid-gap:.9rem;gap:.9rem;padding:1.35rem 1.4rem;border:1px solid rgba(214,184,150,.1);border-radius:1.35rem;background:linear-gradient(180deg,rgba(16,14,12,.9),rgba(9,8,7,.96)),radial-gradient(circle at top,rgba(154,97,48,.08),transparent 28%)}.collectibles-hero__value h2{margin:0;font-size:1.25rem}.collectibles-hero__value p{margin:0;color:var(--muted);line-height:1.7}.collectibles-hero__value-list{display:grid;grid-gap:.5rem;gap:.5rem;margin:0;padding:0;list-style:none}.collectibles-hero__value-list li{display:inline-flex;align-items:center;gap:.55rem;color:var(--text-soft);font-size:.95rem}.collectibles-hero__value-list li:before{content:"";width:.45rem;height:.45rem;border-radius:999px;background:linear-gradient(180deg,rgba(207,160,101,.95),rgba(122,78,39,.96))}.collectibles-hero h1{max-width:12ch;margin:.45rem 0 0;font-size:clamp(2rem,4vw,3rem);line-height:.96}.collectibles-hero__lead,.collectibles-hero__subline{max-width:46rem;margin:1rem 0 0;color:var(--muted);font-size:1.08rem;line-height:1.7}.collectibles-hero__subline{color:var(--text-soft)}.collectibles-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px;margin-top:28px;align-items:stretch}.collectibles-category-tile{min-height:19rem;display:flex;height:100%;align-items:stretch;padding:1.5rem;border:1px solid rgba(214,184,150,.12);border-radius:1.6rem;background:linear-gradient(180deg,rgba(8,7,6,.1),rgba(8,7,6,.88)),radial-gradient(circle at 34% 18%,rgba(179,117,56,.22),transparent 24%),linear-gradient(135deg,rgba(74,45,26,.9),rgba(12,10,8,.98));background-size:cover;background-position:50%;box-shadow:var(--shadow);transition:transform .18s ease,border-color .18s ease,filter .18s ease,box-shadow .18s ease}.collectibles-category-tile:hover{transform:scale(1.02);filter:brightness(1.05);border-color:rgba(197,138,75,.32);box-shadow:0 24px 80px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,239,215,.06)}.collectibles-category-tile__body{display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem;width:100%}.collectibles-category-tile__copy{display:grid;align-content:end}.collectibles-category-tile__body h2{margin:0;font-size:1.55rem}.collectibles-category-tile__body p{margin:.7rem 0 0;color:var(--muted);line-height:1.65}.collectibles-category-tile__body span{display:inline-flex;color:var(--text-soft);font-size:.92rem}.collectibles-layout,.collectibles-listing{margin-top:2rem}.collectibles-layout{grid-template-columns:minmax(300px,332px) minmax(0,1fr);align-items:start}.collectibles-listing{scroll-margin-top:10rem}.collectibles-sidebar .catalog-sidebar__panel{padding:1.35rem 1.3rem}.collectibles-stage{display:grid;grid-gap:28px;gap:28px;align-content:start}.collectibles-listing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.collectible-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(214,184,150,.12);border-radius:1.45rem;background:linear-gradient(180deg,rgba(12,10,9,.98),rgba(6,5,4,.99));box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.collectible-card:hover{transform:translateY(-4px);border-color:rgba(197,138,75,.22);box-shadow:0 34px 96px rgba(0,0,0,.62),inset 0 1px 0 rgba(255,241,220,.05)}.collectible-card__frame{position:relative;overflow:hidden}.collectible-card:hover .collectible-card__image{filter:brightness(1.08)}.collectible-card__image{position:relative;height:176px;background:linear-gradient(180deg,rgba(8,7,6,.08),rgba(8,7,6,.52)),linear-gradient(135deg,#5a3a25,#15110d 72%);background-position:50%;background-repeat:no-repeat;background-size:cover;transition:filter .18s ease}.collectible-card__label{position:absolute;top:.9rem;left:.9rem;display:inline-flex;min-height:1.9rem;padding:0 .75rem;align-items:center;border:1px solid rgba(201,157,97,.35);border-radius:999px;background:linear-gradient(180deg,rgba(71,46,25,.95),rgba(25,18,12,.96));color:#f0dfc8;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.collectible-card__body{display:grid;grid-template-rows:auto auto 1fr auto auto;grid-gap:.3rem;gap:.3rem;flex:1 1;padding:.78rem .82rem .82rem}.collectible-card__body h3{margin:0;font-size:22px;line-height:1.08;font-weight:700;letter-spacing:-.03em;color:#f5ede3}.collectible-card__body p{margin:-2px 0 0;font-family:inherit;font-size:18px;line-height:1.18;font-weight:400;letter-spacing:-.01em;color:#efe4d7;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.collectible-card__meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.05rem;padding-top:.45rem;border-top:1px solid rgba(214,184,150,.12)}.collectible-card__meta strong{color:#f5ede3;font-family:Avenir Next,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.16rem;line-height:1;letter-spacing:-.01em}.collectible-card__action,.collectible-card__meta span{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;line-height:1.35;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:rgba(214,185,148,.7)}.collectible-card__action{display:inline-flex;align-items:center;justify-content:center;min-height:2.2rem;margin-top:0;border:1px solid rgba(177,132,88,.22);border-radius:999px;background:linear-gradient(180deg,rgba(25,20,16,.88),rgba(17,14,11,.95));color:rgba(214,185,148,.9);font-weight:600;transition:border-color .18s ease,color .18s ease,background .18s ease}.collectible-card:hover .collectible-card__action{border-color:rgba(197,138,75,.34);color:var(--text-strong);background:linear-gradient(180deg,rgba(57,41,30,.92),rgba(28,21,16,.98))}.collectibles-filters__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px 22px;gap:18px 22px;padding:1rem 1.05rem;border:1px solid rgba(214,184,150,.1);border-radius:1.4rem;background:linear-gradient(180deg,rgba(13,12,10,.93),rgba(8,7,6,.97)),radial-gradient(circle at top,rgba(160,99,45,.05),transparent 22%)}.collectibles-filters__groups--sidebar{grid-template-columns:1fr;gap:1rem;margin-top:.85rem;padding:0;border:0;border-radius:0;background:transparent}.collectibles-filter-group{display:grid;grid-gap:.45rem;gap:.45rem;align-content:start}.collectibles-filter-group>span{color:var(--text-soft);font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.collectibles-filter-pills{display:flex;flex-wrap:wrap;gap:.45rem}.collectibles-filter-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:2.1rem;align-items:center;padding:0 .82rem;border:1px solid rgba(214,184,150,.12);border-radius:999px;background:rgba(255,255,255,.02);color:var(--muted);font-size:.9rem}.collectibles-filter-pill--active{border-color:rgba(197,138,75,.24);background:rgba(197,138,75,.08);color:var(--text-strong)}.collectibles-price-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem;align-items:end}.collectibles-price-form label{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0;flex:1 1}.collectibles-price-form label span{color:var(--muted-soft);font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.collectibles-price-form input{min-height:2.5rem;padding:0 .8rem;border:1px solid rgba(214,184,150,.12);border-radius:.8rem;background:rgba(18,14,12,.82);color:var(--text);font:inherit}.collectibles-price-form button{grid-column:1/-1;min-height:2.5rem;padding:0 1rem;border:1px solid rgba(167,109,57,.24);border-radius:999px;background:linear-gradient(180deg,rgba(57,41,30,.92),rgba(28,21,16,.98));color:var(--text);font:inherit;font-weight:600;cursor:pointer}.collectibles-price-form__reset{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 .9rem;color:var(--muted);font-size:.92rem}.collectible-detail .product-detail__body{gap:1rem}@keyframes global-loading-slide{0%{transform:translateX(-120%)}to{transform:translateX(420%)}}@keyframes favorite-pulse{0%{transform:translateX(-120%)}to{transform:translateX(140%)}}@media (max-width:1100px){.collectibles-category-grid,.collectibles-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collectibles-hero__shell,.collectibles-layout{grid-template-columns:1fr}.collectibles-sidebar .catalog-sidebar__panel{position:static}}@media (max-width:720px){.collectibles-category-grid,.collectibles-listing__grid{grid-template-columns:1fr}.collectibles-hero{margin-top:1rem}.collectibles-hero__shell{gap:18px;padding:2rem 1.15rem 1.8rem;border-radius:1.45rem}.collectibles-hero__value{padding:1.1rem 1rem;gap:.75rem}.collectibles-hero h1{max-width:none}.collectibles-hero__lead,.collectibles-hero__subline{margin-top:.8rem;font-size:.98rem;line-height:1.55}.collectibles-price-form{display:grid}.collectibles-layout{gap:1.2rem}}