:root{
  --store-blue:#1267ee;
  --store-ink:#0b0b0d;
  --store-muted:#686b72;
  --store-line:#dedfe3;
  --store-paper:#fff;
  --store-soft:#f5f6f8;
}

.store-page{
  min-height:100%;
  overflow-x:hidden;
  background:var(--store-paper);
  color:var(--store-ink);
  padding-top:84px;
}

.store-page button,.store-page input,.store-page select{font:inherit;}
.store-page button{cursor:pointer;}
.store-page button:focus-visible,.store-page a:focus-visible,.store-page input:focus-visible,.store-page select:focus-visible,.store-page summary:focus-visible{
  outline:3px solid var(--store-blue);
  outline-offset:3px;
}
.store-page button:disabled{cursor:not-allowed;opacity:.62;}
.sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.store-skip-link{
  position:fixed;
  z-index:2000;
  left:16px;
  top:-70px;
  padding:12px 18px;
  background:#fff;
  color:#000;
  border:2px solid #000;
}
.store-skip-link:focus{top:14px;}

.store-site-header{
  height:84px;
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.store-site-header .main-nav a.active::after{background:var(--logo-red);}

.store-main{background:var(--store-paper);}
.store-intro{
  border-bottom:1px solid var(--store-line);
  background:linear-gradient(110deg,#fff 0%,#fff 68%,#f1f4fa 100%);
}
.store-intro-inner{
  width:min(1500px,90vw);
  margin:0 auto;
  min-height:255px;
  padding:44px 0 42px;
  display:grid;
  grid-template-columns:minmax(290px,440px) minmax(360px,1fr);
  align-items:center;
  gap:clamp(48px,7vw,120px);
}
.store-wordmark{
  display:block;
  width:100%;
  height:auto;
}
.store-intro-copy{max-width:680px;}
.store-kicker,.catalog-label{
  margin:0 0 10px;
  color:var(--store-blue);
  font-size:12px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.store-intro-copy h1{
  margin:0 0 13px;
  color:var(--store-ink);
  font-size:clamp(35px,4.1vw,62px);
  line-height:.98;
  letter-spacing:-.045em;
}
.store-intro-copy>p:last-child{
  max-width:625px;
  margin:0;
  color:#585b62;
  font-size:16px;
  line-height:1.65;
}

.store-toolbar-wrap{
  position:sticky;
  z-index:50;
  top:84px;
  background:#0a0a0c;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}
.store-toolbar{
  position:relative;
  width:min(1500px,90vw);
  min-height:66px;
  margin:0 auto;
  display:flex;
  align-items:stretch;
  gap:0;
}
.store-filter,.store-menu summary,.cart-trigger{
  min-height:66px;
  border:0;
  border-right:1px solid rgba(255,255,255,.13);
  border-radius:0;
  padding:0 clamp(15px,1.7vw,28px);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:transparent;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  white-space:nowrap;
}
.store-filter:first-child{border-left:1px solid rgba(255,255,255,.13);}
.store-filter:hover,.store-menu summary:hover,.store-filter.is-active,.store-menu.is-active summary{background:#202126;}
.store-filter.is-active{box-shadow:inset 0 -3px 0 var(--store-blue);}
.store-menu{position:relative;}
.store-menu summary{list-style:none;cursor:pointer;}
.store-menu summary::-webkit-details-marker{display:none;}
.store-menu summary span{color:#9699a2;font-size:16px;}
.store-menu[open] summary{background:#202126;}
.store-menu-panel{
  position:absolute;
  z-index:60;
  top:100%;
  left:0;
  width:560px;
  padding:17px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:4px;
  background:#17181c;
  border:1px solid #34363d;
  box-shadow:0 18px 45px rgba(0,0,0,.28);
}
.store-menu-panel-short{width:290px;grid-template-columns:1fr;}
.store-menu-panel button{
  min-height:42px;
  padding:9px 12px;
  border:0;
  border-radius:3px;
  background:transparent;
  color:#e7e8eb;
  text-align:left;
  font-size:14px;
}
.store-menu-panel button:hover,.store-menu-panel button.is-active{background:#2a2c32;color:#fff;}
.cart-trigger{margin-left:auto;border-left:1px solid rgba(255,255,255,.13);}
.cart-count{
  min-width:24px;
  height:24px;
  padding:0 7px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  background:var(--store-blue);
  color:#fff;
  font-size:12px;
}

.store-catalog{min-height:700px;}
.store-showcase{
  padding:0 0 34px;
  background:linear-gradient(180deg,#fff 0%,#fff 82%,#f7f8fa 100%);
}
.merch-section{
  width:min(1500px,90vw);
  margin:0 auto;
  padding:52px 0 54px;
  border-bottom:1px solid var(--store-line);
}
.merch-section-latest{padding-top:58px;}
.merch-heading{
  margin-bottom:25px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.merch-heading h2,.more-genres h2{
  scroll-margin-top:170px;
  margin:0;
  color:var(--store-ink);
  font-size:clamp(29px,3vw,43px);
  line-height:1;
  letter-spacing:-.038em;
}
.merch-heading-compact{margin-bottom:20px;}
.merch-heading-compact h2{font-size:clamp(27px,2.5vw,36px);}
.merch-view-all{
  padding:9px 0;
  border:0;
  border-bottom:1px solid #aeb0b6;
  background:transparent;
  color:#303238;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}
.merch-view-all:hover{color:var(--store-blue);border-bottom-color:var(--store-blue);}
.merch-view-all span{margin-left:5px;color:var(--store-blue);}
.merch-grid{
  width:100%;
  margin:0;
  padding:0;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.product-card-merch .product-copy{padding:15px 15px 14px;}
.product-card-merch .product-category{margin-bottom:6px;font-size:12px;letter-spacing:.1em;}
.product-card-merch .product-copy h3{
  min-height:47px;
  margin-bottom:12px;
  font-size:15px;
  line-height:1.38;
}
.product-card-merch .product-copy h3 a{-webkit-line-clamp:2;}
.product-card-merch .product-actions{padding-top:11px;gap:9px;}
.product-card-merch .product-price{font-size:17px;}
.product-card-merch .product-actions button{min-height:38px;padding:8px 12px;}
.merch-section-party{
  width:min(1560px,94vw);
  margin-top:8px;
  padding:48px clamp(22px,2.6vw,40px) 42px;
  border:1px solid #dce2ec;
  border-radius:12px;
  background:linear-gradient(135deg,#f5f8fd 0%,#f8f9fb 55%,#f2f3f6 100%);
}
.party-series-row{
  display:grid;
  grid-template-columns:minmax(0,3fr) minmax(0,2fr);
  gap:28px;
}
.party-series{min-width:0;}
.party-series-club{
  padding-left:28px;
  border-left:1px solid #d6d9df;
}
.party-series-heading{
  min-height:44px;
  margin-bottom:16px;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:15px;
}
.party-series-heading h3{
  margin:0;
  color:#17181b;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.015em;
}
.party-series-heading span{
  color:#777b83;
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
.party-series-grid{display:grid;gap:18px;}
.party-series-wedding .party-series-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.party-series-club .party-series-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.genre-shelves .merch-section:last-child{border-bottom:0;}
.more-genres{
  width:min(1500px,90vw);
  margin:8px auto 28px;
  padding:35px 38px;
  display:grid;
  grid-template-columns:minmax(210px,.7fr) minmax(0,2.3fr);
  align-items:center;
  gap:40px;
  border-radius:8px;
  background:#101115;
}
.more-genres h2{color:#fff;font-size:32px;}
.more-genre-links{display:flex;flex-wrap:wrap;gap:10px;}
.more-genre-links button{
  min-height:43px;
  padding:10px 15px;
  border:1px solid #3b3e46;
  border-radius:3px;
  background:#1b1d22;
  color:#f5f5f6;
  font-size:13px;
  font-weight:700;
}
.more-genre-links button:hover,.more-genre-links button.is-active{border-color:var(--store-blue);background:var(--store-blue);}
.catalog-controls{
  scroll-margin-top:168px;
  width:min(1500px,90vw);
  margin:0 auto;
  padding:54px 0 31px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
}
.catalog-controls h2{
  scroll-margin-top:170px;
  margin:0;
  color:var(--store-ink);
  font-size:clamp(30px,3.2vw,48px);
  line-height:1;
  letter-spacing:-.035em;
}
.catalog-count{margin:9px 0 0;color:var(--store-muted);font-size:14px;}
.catalog-control-fields{display:flex;align-items:center;gap:10px;}
.store-search input,.store-sort select{
  height:48px;
  border:1px solid #cfd1d6;
  border-radius:3px;
  background:#fff;
  color:#111;
  font-size:15px;
}
.store-search input{
  width:min(310px,32vw);
  padding:0 15px;
}
.store-sort select{min-width:155px;padding:0 36px 0 13px;}

.product-grid{
  width:min(1500px,90vw);
  margin:0 auto;
  padding:0 0 90px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:34px 22px;
}
.product-card{
  min-width:0;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--store-line);
  border-radius:7px;
  box-shadow:0 5px 16px rgba(7,13,27,.055);
  transition:transform .2s ease,box-shadow .2s ease;
}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(7,13,27,.11);}
.product-image-link{
  position:relative;
  display:block;
  aspect-ratio:1;
  overflow:hidden;
  background:#ededf0;
}
.product-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}
.product-card:hover .product-image{transform:scale(1.025);filter:brightness(.82);}
.product-preview-label{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-42%);
  opacity:0;
  padding:10px 13px;
  border-radius:3px;
  background:#fff;
  color:#0b0b0d;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  transition:opacity .2s ease,transform .2s ease;
}
.product-card:hover .product-preview-label,.product-image-link:focus-visible .product-preview-label{opacity:1;transform:translate(-50%,-50%);}
.product-copy{padding:18px 18px 17px;}
.product-category{
  min-height:18px;
  margin:0 0 8px;
  color:var(--store-blue);
  font-size:11px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.product-copy h3{
  min-height:67px;
  margin:0 0 16px;
  color:#111;
  font-size:16px;
  line-height:1.42;
  font-weight:650;
  letter-spacing:-.01em;
}
.product-copy h3 a{
  display:-webkit-box;
  overflow:hidden;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.product-copy h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.product-actions{
  padding-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid #e4e5e8;
}
.product-price{font-size:18px;font-weight:800;}
.product-actions button{
  min-height:41px;
  padding:9px 15px;
  border:1px solid #111;
  border-radius:3px;
  background:#111;
  color:#fff;
  font-size:13px;
  font-weight:800;
  transition:background .15s ease,color .15s ease;
}
.product-actions button:hover,.product-actions button.is-added{background:var(--store-blue);border-color:var(--store-blue);}
.product-actions button.is-added{background:#fff;color:var(--store-blue);}
.catalog-empty{
  width:min(650px,90vw);
  margin:20px auto 100px;
  padding:50px;
  border:1px solid var(--store-line);
  text-align:center;
}
.catalog-empty h3{font-size:28px;margin:0 0 9px;}
.catalog-empty p{color:var(--store-muted);margin:0 0 20px;}
.catalog-empty button{padding:11px 18px;border:0;background:#111;color:#fff;font-weight:700;}

.store-footer{
  min-height:120px;
  padding:34px 5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:#09090b;
  color:#fff;
}
.store-footer strong,.store-footer span{display:block;}
.store-footer strong{font-size:16px;}
.store-footer span{margin-top:4px;color:#92949d;font-size:13px;}
.store-footer-links{display:flex;gap:28px;font-size:13px;}
.store-footer-links a:hover{color:#9bbcff;}

.cart-backdrop{
  position:fixed;
  z-index:900;
  inset:0;
  background:rgba(0,0,0,.58);
  opacity:0;
  transition:opacity .2s ease;
}
.cart-backdrop.is-open{opacity:1;}
.cart-drawer{
  position:fixed;
  z-index:910;
  top:0;
  right:0;
  width:min(470px,100vw);
  height:100dvh;
  padding:0;
  display:flex;
  flex-direction:column;
  background:#fff;
  color:#111;
  box-shadow:-18px 0 50px rgba(0,0,0,.24);
  transform:translateX(102%);
  transition:transform .24s ease;
}
.cart-drawer.is-open{transform:translateX(0);}
.cart-header{
  min-height:112px;
  padding:24px 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--store-line);
}
.cart-header p{margin:0 0 3px;color:var(--store-blue);font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;}
.cart-header h2{margin:0;font-size:27px;line-height:1;}
.cart-close{
  width:42px;
  height:42px;
  border:1px solid #cfd1d6;
  border-radius:999px;
  background:#fff;
  color:#111;
  font-size:29px;
  line-height:1;
}
.cart-items{flex:1;min-height:0;overflow:auto;padding:8px 25px;}
.cart-item{
  padding:17px 0;
  display:grid;
  grid-template-columns:76px 1fr;
  gap:15px;
  border-bottom:1px solid var(--store-line);
}
.cart-item img{width:76px;height:76px;object-fit:cover;border-radius:3px;}
.cart-item h3{margin:0 0 7px;font-size:14px;line-height:1.35;}
.cart-item span{display:block;font-size:14px;font-weight:800;}
.cart-item button{margin-top:8px;padding:0;border:0;background:none;color:#6a6d74;font-size:12px;text-decoration:underline;text-underline-offset:2px;}
.cart-empty{margin:auto;padding:40px;text-align:center;color:var(--store-muted);}
.cart-empty p{margin:0 0 17px;}
.cart-empty button{padding:10px 14px;border:1px solid #111;background:#fff;color:#111;font-weight:700;}
.cart-summary{padding:22px 25px 25px;border-top:1px solid var(--store-line);box-shadow:0 -8px 24px rgba(0,0,0,.05);}
.cart-summary>div{margin-bottom:18px;display:flex;justify-content:space-between;font-size:17px;}
.checkout-button{width:100%;min-height:53px;border:0;border-radius:3px;background:var(--store-blue);color:#fff;font-weight:800;}
.cart-summary>p{margin:10px 0 0;color:#787b82;font-size:11px;line-height:1.45;text-align:center;}
body.cart-open{overflow:hidden;}

.checkout-dialog{
  width:min(500px,calc(100vw - 30px));
  padding:42px;
  border:0;
  border-radius:6px;
  background:#fff;
  color:#111;
  box-shadow:0 28px 90px rgba(0,0,0,.35);
}
.checkout-dialog::backdrop{background:rgba(0,0,0,.72);}
.checkout-dialog h2{margin:0 0 15px;font-size:34px;letter-spacing:-.03em;}
.checkout-dialog>p:not(.store-kicker){margin:0 0 24px;color:#5f6269;font-size:16px;line-height:1.6;}
.checkout-dialog>button:not(.checkout-dialog-close){min-height:46px;padding:10px 18px;border:0;background:#111;color:#fff;font-weight:800;}
.checkout-dialog-close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;background:transparent;color:#111;font-size:28px;}

@media(max-width:1180px){
  .store-page .main-nav{gap:19px;}
  .store-page .main-nav a{font-size:9px;letter-spacing:.18em;}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .store-toolbar{width:100%;padding:0 3vw;}
  .store-filter,.store-menu summary,.cart-trigger{padding-left:16px;padding-right:16px;}
}

@media(max-width:800px){
  .store-page{padding-top:76px;}
  .store-site-header{height:76px;}
  .store-site-header .main-nav{top:76px;z-index:100;}
  .store-intro-inner{grid-template-columns:1fr;gap:30px;min-height:0;padding:38px 0;}
  .store-wordmark{width:min(430px,100%);}
  .store-intro-copy h1{font-size:42px;}
  .store-toolbar-wrap{top:76px;}
  .store-toolbar{width:100%;padding:0;overflow-x:auto;scrollbar-width:none;}
  .store-toolbar::-webkit-scrollbar{display:none;}
  .store-filter,.store-menu summary,.cart-trigger{min-height:59px;padding:0 18px;}
  .cart-trigger{position:sticky;right:0;background:#0a0a0c;}
  .store-menu{position:static;}
  .store-menu-panel{position:fixed;left:4vw;right:4vw;top:143px;width:auto;max-height:58dvh;overflow:auto;grid-template-columns:1fr 1fr;}
  .store-menu-panel-short{grid-template-columns:1fr 1fr;}
  .catalog-controls{padding-top:40px;align-items:stretch;flex-direction:column;gap:22px;}
  .catalog-control-fields{width:100%;}
  .store-search{flex:1;}
  .store-search input{width:100%;}
  .store-showcase{padding-bottom:18px;}
  .merch-section{padding:40px 0 42px;}
  .merch-heading{margin-bottom:20px;align-items:flex-start;}
  .merch-section-party{width:92vw;margin-top:4px;padding:34px 22px 28px;}
  .party-series-row{grid-template-columns:1fr;gap:32px;}
  .party-series-club{padding:30px 0 0;border-left:0;border-top:1px solid #d6d9df;}
  .party-series-heading{min-height:0;margin-bottom:15px;}
  .more-genres{width:92vw;padding:29px 24px;grid-template-columns:1fr;gap:22px;}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 13px;}
  .product-copy{padding:14px;}
  .product-copy h3{min-height:84px;font-size:15px;}
  .product-actions{align-items:flex-start;flex-direction:column;}
  .product-actions button{width:100%;}
  .store-footer{align-items:flex-start;flex-direction:column;}
}

@media(max-width:480px){
  .store-intro-inner,.catalog-controls,.product-grid,.merch-section{width:92vw;}
  .store-intro-copy h1{font-size:36px;}
  .store-intro-copy>p:last-child{font-size:15px;}
  .merch-heading{align-items:flex-end;gap:12px;}
  .merch-heading h2{font-size:28px;}
  .merch-view-all{font-size:12px;}
  .merch-grid{width:100%;}
  .product-card-merch .product-copy{padding:11px;}
  .product-card-merch .product-category{font-size:11px;}
  .product-card-merch .product-copy h3{min-height:59px;font-size:14px;-webkit-line-clamp:3;}
  .product-card-merch .product-copy h3 a{-webkit-line-clamp:3;}
  .product-card-merch .product-actions{align-items:stretch;flex-direction:column;gap:8px;}
  .product-card-merch .product-actions button{width:100%;padding-left:7px;padding-right:7px;}
  .party-series-wedding .party-series-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .party-series-heading{align-items:flex-start;flex-direction:column;gap:6px;}
  .more-genres{margin-bottom:18px;}
  .more-genre-links{gap:8px;}
  .more-genre-links button{flex:1 1 calc(50% - 8px);padding-left:10px;padding-right:10px;}
  .catalog-control-fields{align-items:stretch;flex-direction:column;}
  .store-sort select{width:100%;}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px;padding-bottom:62px;}
  .product-copy{padding:11px;}
  .product-category{font-size:11px;}
  .product-copy h3{min-height:78px;font-size:14px;}
  .product-actions{align-items:stretch;flex-direction:column;gap:8px;}
  .product-actions button{width:100%;padding-left:7px;padding-right:7px;}
  .store-menu-panel{grid-template-columns:1fr;top:135px;}
  .store-menu-panel-short{grid-template-columns:1fr 1fr;}
  .checkout-dialog{padding:38px 25px 28px;}
}

@media(prefers-reduced-motion:reduce){
  .product-card,.product-image,.product-preview-label,.cart-backdrop,.cart-drawer{transition:none!important;}
}
