/* 1 Harmony Store V16 — catalogue tabs, combined release formats and visual-builder sections */
:root{
  --store-primary:#087a3d;
  --store-primary-dark:#045629;
  --store-accent:#f6c535;
  --store-accent-2:#d73c3c;
  --store-bg:#f7f3e8;
  --store-surface:#fffefa;
  --store-text:#0a120d;
  --store-muted:#687068;
  --store-radius:24px;
  --store-card-radius:22px;
  --store-section-space:clamp(3.25rem,7vw,6.5rem);
  --store-max-width:1240px;
}
body.storefront-v16{
  --store-green:var(--store-primary);
  --store-green-dark:var(--store-primary-dark);
  --store-gold:var(--store-accent);
  --store-red:var(--store-accent-2);
  --store-cream:var(--store-bg);
  --store-paper:var(--store-surface);
  --store-ink:var(--store-text);
  background:
    radial-gradient(circle at 4% 0%,color-mix(in srgb,var(--store-accent) 17%,transparent),transparent 27rem),
    radial-gradient(circle at 98% 8%,color-mix(in srgb,var(--store-primary) 12%,transparent),transparent 31rem),
    linear-gradient(180deg,color-mix(in srgb,var(--store-bg) 68%,#fff) 0%,var(--store-bg) 100%);
  color:var(--store-text);
}
.storefront-v16 .container{max-width:var(--store-max-width)}
.storefront-v16 .store-nav{border-bottom-color:color-mix(in srgb,var(--store-text) 10%,transparent)}
.storefront-v16.header-solid .store-nav{background:var(--store-surface)!important;backdrop-filter:none}
.storefront-v16.header-dark .store-nav{background:color-mix(in srgb,var(--store-text) 96%,#000)!important;border-bottom-color:rgba(255,255,255,.08)}
.storefront-v16.header-dark .store-nav .brand-text strong,.storefront-v16.header-dark .store-nav .nav-link{color:#fff!important}
.storefront-v16.header-dark .store-nav .brand-text span{color:rgba(255,255,255,.55)}
.storefront-v16.header-dark .store-nav .nav-link:hover,.storefront-v16.header-dark .store-nav .nav-link.active{color:var(--store-accent)!important;background:rgba(255,255,255,.07)}
.storefront-v16.header-centered .store-nav .navbar-collapse{justify-content:center}
.storefront-v16.header-centered .store-nav .navbar-nav{margin-inline:auto!important}
.storefront-v16.header-minimal .store-announcement{display:none}
.storefront-v16.header-minimal .store-nav{box-shadow:none}
.storefront-v16.layout-wide{--store-max-width:1440px}
.storefront-v16.layout-compact{--store-max-width:1080px;--store-section-space:clamp(2.5rem,5vw,4.5rem)}
.storefront-v16.radius-soft{--store-radius:16px;--store-card-radius:16px}
.storefront-v16.radius-square{--store-radius:4px;--store-card-radius:4px}
.storefront-v16.radius-round{--store-radius:34px;--store-card-radius:28px}

/* Navigation catalogue treatment */
.catalogue-nav-link{position:relative}
.catalogue-nav-link.active:after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.28rem;height:2px;border-radius:99px;background:var(--store-primary)}
.store-nav-more{position:relative}
.store-nav-more summary{list-style:none;cursor:pointer}
.store-nav-more summary::-webkit-details-marker{display:none}
.store-nav-more-menu{position:absolute;right:0;top:calc(100% + .55rem);z-index:1100;min-width:220px;padding:.55rem;border-radius:16px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 12%,transparent);box-shadow:0 22px 55px rgba(10,18,13,.18)}
.store-nav-more-menu a{display:flex;align-items:center;justify-content:space-between;padding:.72rem .8rem;border-radius:11px;color:var(--store-text);font-weight:800;text-decoration:none}
.store-nav-more-menu a:hover{background:color-mix(in srgb,var(--store-primary) 8%,transparent);color:var(--store-primary)}

/* Catalogue landing and tabs */
.catalogue-hero{position:relative;overflow:hidden;margin-bottom:1.4rem;padding:clamp(1.4rem,3vw,2.3rem);border-radius:var(--store-radius);background:linear-gradient(135deg,color-mix(in srgb,var(--store-text) 96%,#000),color-mix(in srgb,var(--store-primary) 34%,var(--store-text)));color:#fff;box-shadow:0 22px 65px rgba(10,18,13,.16)}
.catalogue-hero:after{content:"";position:absolute;width:280px;height:280px;right:-95px;top:-115px;border-radius:50%;background:color-mix(in srgb,var(--store-accent) 75%,transparent);filter:blur(1px);opacity:.58}
.catalogue-hero>*{position:relative;z-index:1}
.catalogue-hero h1{margin:.2rem 0 .45rem;font-size:clamp(2rem,4.2vw,3.75rem);font-weight:950;letter-spacing:-.06em}
.catalogue-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.72);font-size:1.02rem;line-height:1.65}
.catalogue-tabs-shell{position:sticky;top:78px;z-index:1000;margin:0 0 1.5rem;padding:.45rem;border-radius:18px;background:rgba(255,254,250,.9);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 13px 35px rgba(10,18,13,.08);backdrop-filter:blur(16px)}
.catalogue-tabs{display:flex;align-items:center;gap:.35rem;overflow-x:auto;scrollbar-width:none}.catalogue-tabs::-webkit-scrollbar{display:none}
.catalogue-tab{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;padding:.72rem 1rem;border-radius:13px;color:var(--store-text);font-size:.83rem;font-weight:900;text-decoration:none;white-space:nowrap}
.catalogue-tab:hover{background:color-mix(in srgb,var(--store-primary) 8%,transparent);color:var(--store-primary)}
.catalogue-tab.active{background:var(--store-text);color:#fff;box-shadow:0 8px 20px rgba(10,18,13,.18)}
.catalogue-tab .count{display:grid;place-items:center;min-width:23px;height:23px;padding:0 .35rem;border-radius:99px;background:rgba(255,255,255,.14);font-size:.68rem}
.catalogue-tab-more{margin-left:auto;position:relative;flex:0 0 auto}.catalogue-tab-more summary{list-style:none}.catalogue-tab-more summary::-webkit-details-marker{display:none}
.catalogue-more-panel{position:absolute;right:0;top:calc(100% + .55rem);min-width:230px;padding:.5rem;border-radius:15px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 12%,transparent);box-shadow:0 20px 50px rgba(10,18,13,.17)}
.catalogue-more-panel a{display:flex;align-items:center;justify-content:space-between;padding:.72rem .8rem;border-radius:10px;color:var(--store-text);font-weight:850;text-decoration:none}.catalogue-more-panel a:hover,.catalogue-more-panel a.active{background:color-mix(in srgb,var(--store-primary) 9%,transparent);color:var(--store-primary)}
.catalogue-filter-card{padding:1rem;border-radius:18px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 12px 35px rgba(10,18,13,.055)}
.catalogue-filter-card .form-control,.catalogue-filter-card .form-select{min-height:48px;border-radius:13px;border-color:color-mix(in srgb,var(--store-text) 13%,transparent);background:color-mix(in srgb,var(--store-surface) 95%,var(--store-bg))}

/* Product cards and multi-format badges */
.storefront-v16 .product-card-v15{border-radius:var(--store-card-radius);background:var(--store-surface);border-color:color-mix(in srgb,var(--store-text) 10%,transparent)}
.storefront-v16.cards-flat .product-card-v15{box-shadow:none}
.storefront-v16.cards-bordered .product-card-v15{box-shadow:none;border-width:2px}
.storefront-v16.cards-overlay .product-card-body{margin:-3.7rem .65rem .65rem;position:relative;z-index:2;border-radius:16px;background:color-mix(in srgb,var(--store-surface) 94%,transparent);box-shadow:0 14px 35px rgba(10,18,13,.15);backdrop-filter:blur(15px)}
.product-format-ribbon{position:absolute;top:12px;left:12px;z-index:2;display:flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:999px;background:linear-gradient(135deg,var(--store-primary),var(--store-accent));color:#07100a;font-size:.65rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 9px 22px rgba(0,0,0,.2)}
.product-format-chips{display:flex;flex-wrap:wrap;gap:.38rem;margin-top:.65rem}.product-format-chip{display:inline-flex;align-items:center;gap:.28rem;padding:.3rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--store-primary) 8%,var(--store-surface));border:1px solid color-mix(in srgb,var(--store-primary) 18%,transparent);color:var(--store-primary-dark);font-size:.65rem;font-weight:900}.product-format-chip.cd{background:color-mix(in srgb,var(--store-accent) 15%,var(--store-surface));border-color:color-mix(in srgb,var(--store-accent) 36%,transparent);color:color-mix(in srgb,var(--store-text) 85%,#000)}
.product-starting-price small{display:block;color:var(--store-muted);font-size:.65rem;font-weight:750}.product-starting-price strong{font-size:1.08rem;font-weight:950}

/* Product format selector */
.product-format-panel{padding:1rem;border-radius:20px;background:color-mix(in srgb,var(--store-surface) 96%,var(--store-bg));border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent)}
.product-format-panel h3{font-size:.82rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em;margin:0 0 .7rem;color:var(--store-muted)}
.product-format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
.product-format-option{position:relative;display:block;cursor:pointer}.product-format-option input{position:absolute;opacity:0;pointer-events:none}
.product-format-option-inner{display:flex;align-items:flex-start;gap:.75rem;min-height:118px;padding:.9rem;border-radius:16px;background:var(--store-surface);border:2px solid color-mix(in srgb,var(--store-text) 10%,transparent);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.product-format-option:hover .product-format-option-inner{transform:translateY(-2px);border-color:color-mix(in srgb,var(--store-primary) 35%,transparent)}
.product-format-option input:checked + .product-format-option-inner{border-color:var(--store-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-primary) 12%,transparent),0 14px 30px rgba(10,18,13,.08)}
.product-format-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:13px;background:color-mix(in srgb,var(--store-primary) 11%,var(--store-surface));color:var(--store-primary);font-size:1.15rem}
.product-format-option[data-format="cd"] .product-format-icon{background:color-mix(in srgb,var(--store-accent) 20%,var(--store-surface));color:var(--store-text)}
.product-format-copy{min-width:0;flex:1}.product-format-copy strong{display:block;font-size:.92rem;font-weight:950}.product-format-copy small{display:block;margin-top:.2rem;color:var(--store-muted);line-height:1.4}.product-format-copy b{display:block;margin-top:.45rem;font-size:1rem;color:var(--store-text)}
.product-format-check{position:absolute;right:.7rem;top:.7rem;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:color-mix(in srgb,var(--store-text) 8%,var(--store-surface));color:transparent;font-size:.75rem;font-weight:950}.product-format-option input:checked + .product-format-option-inner .product-format-check{background:var(--store-primary);color:#fff}
.format-assurance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.75rem}.format-assurance{display:flex;align-items:center;gap:.55rem;padding:.65rem .75rem;border-radius:12px;background:color-mix(in srgb,var(--store-primary) 6%,transparent);font-size:.72rem;font-weight:800;color:var(--store-muted)}.format-assurance strong{color:var(--store-text)}

/* Visual page builder output */
.builder-page{overflow:hidden}.builder-section{position:relative;padding-block:var(--store-section-space)}.builder-section:first-child{padding-top:0}.builder-section-inner{max-width:var(--store-max-width);margin-inline:auto;padding-inline:12px}
.builder-section--hero{padding-top:0}.builder-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);min-height:560px;border-radius:calc(var(--store-radius) + 8px);background:linear-gradient(135deg,color-mix(in srgb,var(--store-text) 97%,#000),color-mix(in srgb,var(--store-primary) 35%,var(--store-text)));box-shadow:0 30px 90px rgba(10,18,13,.2);color:#fff}.builder-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}.builder-hero-copy h1{margin:.55rem 0 1rem;max-width:760px;font-size:clamp(2.45rem,5.9vw,5.6rem);line-height:.91;letter-spacing:-.075em;font-weight:950}.builder-hero-copy p{max-width:650px;color:rgba(255,255,255,.72);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.7}.builder-hero-media{position:relative;min-height:420px}.builder-hero-media img{width:100%;height:100%;object-fit:cover}.builder-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--store-text) 86%,transparent),transparent 44%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}
.builder-eyebrow{display:inline-flex;align-items:center;align-self:flex-start;padding:.45rem .7rem;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:.68rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.builder-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem}.builder-actions .btn{min-height:48px;display:inline-flex;align-items:center;padding-inline:1.2rem}
.builder-heading{text-align:center;max-width:780px;margin:0 auto 2rem}.builder-heading.text-start{margin-left:0}.builder-heading h2{margin:.35rem 0 .7rem;font-size:clamp(2rem,4.1vw,3.65rem);line-height:.98;letter-spacing:-.06em;font-weight:950}.builder-heading p{color:var(--store-muted);font-size:1.02rem;line-height:1.7}
.builder-rich-text{max-width:840px;margin-inline:auto;font-size:1.05rem;line-height:1.85}.builder-rich-text h2,.builder-rich-text h3{font-weight:950;letter-spacing:-.04em}.builder-rich-text img{max-width:100%;border-radius:var(--store-radius)}
.builder-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.builder-feature-card{padding:1.4rem;border-radius:var(--store-card-radius);background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 16px 45px rgba(10,18,13,.07)}.builder-feature-number{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:13px;background:color-mix(in srgb,var(--store-primary) 12%,var(--store-surface));color:var(--store-primary);font-weight:950}.builder-feature-card h3{font-size:1.06rem;font-weight:950}.builder-feature-card p{color:var(--store-muted);line-height:1.6;margin:0}
.builder-image-text{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;overflow:hidden;border-radius:var(--store-radius);background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 25px 70px rgba(10,18,13,.1)}.builder-image-text.reverse .builder-image-text-media{order:2}.builder-image-text-media{min-height:440px;height:100%}.builder-image-text-media img{width:100%;height:100%;object-fit:cover}.builder-image-text-copy{padding:clamp(1.7rem,4vw,4rem)}.builder-image-text-copy h2{font-size:clamp(2rem,4vw,3.5rem);line-height:.98;letter-spacing:-.06em;font-weight:950}.builder-image-text-copy p{color:var(--store-muted);font-size:1.02rem;line-height:1.75}
.builder-cta{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.8rem,4vw,3.5rem);border-radius:var(--store-radius);background:linear-gradient(135deg,var(--store-primary),color-mix(in srgb,var(--store-primary-dark) 85%,var(--store-text)));color:#fff;box-shadow:0 23px 65px color-mix(in srgb,var(--store-primary) 25%,transparent)}.builder-cta:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-65px;top:-105px;background:color-mix(in srgb,var(--store-accent) 75%,transparent)}.builder-cta>*{position:relative;z-index:1}.builder-cta h2{margin:0 0 .45rem;font-size:clamp(1.8rem,3.6vw,3rem);line-height:1;letter-spacing:-.05em;font-weight:950}.builder-cta p{margin:0;color:rgba(255,255,255,.72)}
.builder-product-tabs{display:flex;justify-content:center;gap:.35rem;margin-bottom:1.5rem;padding:.35rem;border-radius:15px;background:color-mix(in srgb,var(--store-text) 5%,transparent);width:max-content;max-width:100%;margin-inline:auto;overflow-x:auto}.builder-product-tab{border:0;padding:.7rem 1rem;border-radius:11px;background:transparent;color:var(--store-muted);font-weight:900;white-space:nowrap}.builder-product-tab.active{background:var(--store-surface);color:var(--store-primary);box-shadow:0 8px 22px rgba(10,18,13,.08)}.builder-product-panel[hidden]{display:none!important}
.builder-spacer{height:var(--builder-spacer,48px)}

/* Footer follows selected palette */
.storefront-v16 .store-footer{background:color-mix(in srgb,var(--store-text) 97%,#000);color:#fff}
.storefront-v16 .store-footer a{color:rgba(255,255,255,.72)}

@media(max-width:991.98px){
  .catalogue-tabs-shell{top:69px}.catalogue-tab-more{margin-left:0}
  .builder-hero{grid-template-columns:1fr;min-height:0}.builder-hero-copy{padding-bottom:2rem}.builder-hero-media{min-height:340px;order:-1}.builder-hero-media:after{background:linear-gradient(0deg,color-mix(in srgb,var(--store-text) 92%,transparent),transparent 60%)}
  .builder-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-image-text{grid-template-columns:1fr}.builder-image-text.reverse .builder-image-text-media{order:0}.builder-image-text-media{min-height:340px}.builder-cta{align-items:flex-start;flex-direction:column}
  .store-nav-more-menu{position:static;margin-top:.4rem;box-shadow:none}
}
@media(max-width:767.98px){
  .storefront-v16 main{padding-top:18px}.catalogue-hero{border-radius:18px}.catalogue-tabs-shell{position:relative;top:auto;margin-inline:-2px;border-radius:14px}.catalogue-tab{padding:.65rem .78rem}.catalogue-tab-more{position:static}.catalogue-more-panel{left:0;right:auto;max-width:calc(100vw - 32px)}
  .product-format-grid,.format-assurance-grid{grid-template-columns:1fr}.product-format-option-inner{min-height:0}
  .builder-section{padding-block:clamp(2.4rem,9vw,4.1rem)}.builder-hero{border-radius:20px}.builder-hero-copy{padding:1.55rem}.builder-hero-copy h1{font-size:clamp(2.25rem,13vw,4rem)}.builder-hero-media{min-height:265px}.builder-feature-grid{grid-template-columns:1fr}.builder-image-text{border-radius:18px}.builder-image-text-media{min-height:270px}.builder-cta{border-radius:18px}.builder-product-tabs{justify-content:flex-start;width:100%}
  .storefront-v16.cards-overlay .product-card-body{margin:-2.8rem .45rem .45rem}
}

/* Class aliases used by the V16 Blade templates */
.storefront-v16.store-layout-wide{--store-max-width:1440px}
.storefront-v16.store-layout-contained{--store-max-width:1180px}
.storefront-v16.store-layout-editorial{--store-max-width:1080px;--store-section-space:clamp(3rem,8vw,7rem)}
.storefront-v16.header-layout-centered .store-nav .navbar-collapse{justify-content:center}
.storefront-v16.header-layout-centered .store-nav .navbar-nav{margin-inline:auto!important}
.storefront-v16.header-layout-minimal .store-announcement{display:none}
.storefront-v16.header-layout-minimal .store-nav{box-shadow:none;background:var(--store-surface)!important}
.storefront-v16.card-layout-compact .product-card-v15{border-radius:14px;box-shadow:0 8px 25px rgba(10,18,13,.07)}
.storefront-v16.card-layout-compact .product-card-body{padding:.78rem}.storefront-v16.card-layout-compact .product-card-title{font-size:.9rem;min-height:2.15rem}
.storefront-v16.card-layout-editorial .product-card-v15{border:0;border-radius:4px;box-shadow:none;background:transparent}.storefront-v16.card-layout-editorial .product-card-media{border-radius:4px}.storefront-v16.card-layout-editorial .product-card-body{padding:1rem 0}.storefront-v16.card-layout-editorial .product-card-title{font-family:Georgia,serif;font-size:1.15rem}
.storefront-v16 .store-footer-v15{background:color-mix(in srgb,var(--store-text) 97%,#000);color:#fff}

.shop-hero-v16{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:clamp(1.5rem,4vw,3.2rem);border-radius:calc(var(--store-radius) + 4px);background:linear-gradient(135deg,color-mix(in srgb,var(--store-text) 96%,#000),color-mix(in srgb,var(--store-primary) 40%,var(--store-text)));color:#fff;box-shadow:0 25px 75px rgba(10,18,13,.18)}
.shop-hero-v16:after{content:"";position:absolute;width:320px;height:320px;right:-95px;top:-160px;border-radius:50%;background:color-mix(in srgb,var(--store-accent) 72%,transparent);opacity:.65}.shop-hero-v16>*{position:relative;z-index:1}.shop-hero-v16 h1{max-width:780px;font-size:clamp(2rem,5vw,4rem);line-height:.96;letter-spacing:-.065em;font-weight:950}.shop-hero-v16 p{max-width:720px;color:rgba(255,255,255,.7);font-size:1.02rem;line-height:1.65}.shop-hero-stat{display:grid;place-items:center;flex:0 0 auto;min-width:150px;padding:1.2rem;border-radius:18px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);text-align:center}.shop-hero-stat strong{font-size:2.6rem;line-height:1;font-weight:950;color:var(--store-accent)}.shop-hero-stat span{margin-top:.35rem;color:rgba(255,255,255,.66);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.storefront-v16 nav.catalogue-tabs{position:sticky;top:78px;z-index:1000;display:flex;align-items:center;gap:.35rem;margin-bottom:1.35rem;padding:.45rem;border-radius:18px;background:rgba(255,254,250,.92);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 13px 35px rgba(10,18,13,.08);backdrop-filter:blur(16px)}
.storefront-v16 nav.catalogue-tabs>a,.storefront-v16 nav.catalogue-tabs>details>summary{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;padding:.72rem 1rem;border-radius:13px;color:var(--store-text);font-size:.83rem;font-weight:900;text-decoration:none;white-space:nowrap;cursor:pointer;list-style:none}.storefront-v16 nav.catalogue-tabs>details>summary::-webkit-details-marker{display:none}.storefront-v16 nav.catalogue-tabs>a:hover,.storefront-v16 nav.catalogue-tabs>details>summary:hover{background:color-mix(in srgb,var(--store-primary) 8%,transparent);color:var(--store-primary)}.storefront-v16 nav.catalogue-tabs>a.active,.storefront-v16 nav.catalogue-tabs>details.active>summary{background:var(--store-text);color:#fff;box-shadow:0 8px 20px rgba(10,18,13,.18)}
.catalogue-more{position:relative;margin-left:auto}.catalogue-more-menu{position:absolute;right:0;top:calc(100% + .55rem);z-index:10;min-width:225px;padding:.5rem;border-radius:15px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 12%,transparent);box-shadow:0 20px 50px rgba(10,18,13,.17)}.catalogue-more-menu a{display:block;padding:.72rem .8rem;border-radius:10px;color:var(--store-text);font-weight:850;text-decoration:none}.catalogue-more-menu a:hover,.catalogue-more-menu a.active{background:color-mix(in srgb,var(--store-primary) 9%,transparent);color:var(--store-primary)}
.store-filter-card{padding:1rem;border-radius:18px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 12px 35px rgba(10,18,13,.055)}.store-filter-card .form-control,.store-filter-card .form-select{min-height:48px;border-radius:13px;border-color:color-mix(in srgb,var(--store-text) 13%,transparent);background:color-mix(in srgb,var(--store-surface) 95%,var(--store-bg))}

.dual-format-ribbon{position:absolute;top:12px;left:12px;z-index:2;padding:.4rem .65rem;border-radius:999px;background:linear-gradient(135deg,var(--store-primary),var(--store-accent));color:#07100a;font-size:.62rem;font-weight:950;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 9px 22px rgba(0,0,0,.2)}.product-card-formats{display:flex;flex-wrap:wrap;gap:.35rem;margin:.65rem 0}.product-card-formats span{padding:.28rem .48rem;border-radius:999px;background:color-mix(in srgb,var(--store-primary) 8%,var(--store-surface));border:1px solid color-mix(in srgb,var(--store-primary) 18%,transparent);color:var(--store-primary-dark);font-size:.62rem;font-weight:900}

.release-format-picker{padding:1rem;border-radius:20px;background:color-mix(in srgb,var(--store-surface) 96%,var(--store-bg));border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent)}.release-format-picker legend{float:none;width:auto;margin:0 0 .7rem;padding:0;font-size:.8rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;color:var(--store-muted)}.release-format-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.release-format-option{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.8rem;min-height:118px;padding:.9rem;border:2px solid color-mix(in srgb,var(--store-text) 10%,transparent);border-radius:16px;background:var(--store-surface);cursor:pointer;transition:.18s ease}.release-format-option:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--store-primary) 35%,transparent)}.release-format-option.selected{border-color:var(--store-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-primary) 12%,transparent),0 14px 30px rgba(10,18,13,.08)}.release-format-option input{position:absolute;opacity:0}.release-format-option-main{display:flex;align-items:flex-start;gap:.7rem}.release-format-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:13px;background:color-mix(in srgb,var(--store-primary) 11%,var(--store-surface));color:var(--store-primary);font-size:.78rem;font-weight:950}.release-format-option-main strong,.single-format-summary strong{display:block;font-size:.9rem;font-weight:950}.release-format-option-main small,.single-format-summary small{display:block;margin-top:.2rem;color:var(--store-muted);font-size:.7rem;line-height:1.4}.release-format-option-price{flex:0 0 auto;font-weight:950}.single-format-summary{display:flex;align-items:center;gap:.75rem;padding:.9rem;border-radius:16px;background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent)}.product-assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:1.2rem}.product-assurance-grid>div{padding:.72rem;border-radius:12px;background:color-mix(in srgb,var(--store-primary) 6%,transparent)}.product-assurance-grid strong{display:block;font-size:.73rem}.product-assurance-grid span{display:block;margin-top:.18rem;color:var(--store-muted);font-size:.66rem;line-height:1.45}

/* Public sections emitted by the visual builder */
.builder-page.builder-layout-full_width>.builder-hero-section>.container{max-width:100%;padding-inline:0}.builder-page.builder-layout-editorial .container{max-width:1080px}
.builder-hero-section{padding:0 0 var(--store-section-space)}.builder-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);min-height:570px;border-radius:calc(var(--store-radius) + 8px);background:linear-gradient(135deg,color-mix(in srgb,var(--store-text) 97%,#000),color-mix(in srgb,var(--store-primary) 35%,var(--store-text)));box-shadow:0 30px 90px rgba(10,18,13,.2);color:#fff}.builder-hero-card.align-center .builder-hero-copy{text-align:center;align-items:center}.builder-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}.builder-hero-copy h1{margin:.65rem 0 1rem;max-width:760px;font-size:clamp(2.45rem,5.8vw,5.5rem);line-height:.91;letter-spacing:-.075em;font-weight:950}.builder-hero-copy>p{max-width:650px;color:rgba(255,255,255,.72);font-size:clamp(1rem,1.7vw,1.18rem);line-height:1.7}.builder-hero-visual{position:relative;min-height:420px}.builder-hero-visual>a,.builder-hero-visual>img{display:block;width:100%;height:100%}.builder-hero-visual img{width:100%;height:100%;object-fit:cover}.builder-hero-visual:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,color-mix(in srgb,var(--store-text) 88%,transparent),transparent 48%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 48%)}.builder-hero-visual>a>span{position:absolute;left:1.4rem;right:1.4rem;bottom:1.4rem;z-index:2;padding:1rem;border-radius:14px;background:rgba(0,0,0,.45);backdrop-filter:blur(12px);color:#fff}.builder-hero-visual>a>span strong,.builder-hero-visual>a>span small{display:block}.builder-hero-placeholder{display:grid;place-items:center;height:100%;min-height:420px;background:radial-gradient(circle,var(--store-accent),var(--store-primary));font-size:5rem;font-weight:950}.builder-hero-placeholder span{display:block;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase}
.builder-section{padding-block:var(--store-section-space)}.builder-copy-card{max-width:900px;margin:auto;padding:clamp(1.7rem,4vw,4rem);border-radius:var(--store-radius);background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 20px 60px rgba(10,18,13,.08)}.builder-rich-content{font-size:1.05rem;line-height:1.85;color:color-mix(in srgb,var(--store-text) 82%,var(--store-muted))}
.builder-tabs{padding:1rem;border-radius:var(--store-radius);background:color-mix(in srgb,var(--store-surface) 95%,var(--store-bg));border:1px solid color-mix(in srgb,var(--store-text) 9%,transparent)}.builder-tab-buttons{display:flex;gap:.35rem;margin-bottom:1.2rem;overflow-x:auto}.builder-tab-buttons button{border:0;padding:.7rem 1rem;border-radius:11px;background:transparent;color:var(--store-muted);font-weight:900;white-space:nowrap}.builder-tab-buttons button.active{background:var(--store-surface);color:var(--store-primary);box-shadow:0 8px 22px rgba(10,18,13,.08)}.empty-tab-message{padding:3rem;text-align:center;color:var(--store-muted)}
.builder-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.builder-feature-grid article{padding:1.4rem;border-radius:var(--store-card-radius);background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 16px 45px rgba(10,18,13,.07)}.builder-feature-grid article>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:1rem;border-radius:13px;background:color-mix(in srgb,var(--store-primary) 12%,var(--store-surface));color:var(--store-primary);font-weight:950}.builder-feature-grid h3{font-size:1.06rem;font-weight:950}.builder-feature-grid p{color:var(--store-muted);line-height:1.6;margin:0}
.builder-image-text-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;overflow:hidden;border-radius:var(--store-radius);background:var(--store-surface);border:1px solid color-mix(in srgb,var(--store-text) 10%,transparent);box-shadow:0 25px 70px rgba(10,18,13,.1)}.builder-image-text-card.image-right .builder-image-text-media{order:2}.builder-image-text-media{min-height:440px;height:100%}.builder-image-text-media img{width:100%;height:100%;object-fit:cover}.builder-image-placeholder{display:grid;place-items:center;height:100%;min-height:440px;background:color-mix(in srgb,var(--store-primary) 10%,var(--store-bg));color:var(--store-muted);font-weight:850}.builder-image-text-copy{padding:clamp(1.7rem,4vw,4rem)}.builder-image-text-copy h2{font-size:clamp(2rem,4vw,3.5rem);line-height:.98;letter-spacing:-.06em;font-weight:950}.builder-image-text-copy>div:last-of-type{color:var(--store-muted);font-size:1.02rem;line-height:1.75}
.builder-cta-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.8rem,4vw,3.5rem);border-radius:var(--store-radius);background:linear-gradient(135deg,var(--store-primary),color-mix(in srgb,var(--store-primary) 78%,var(--store-text)));color:#fff;box-shadow:0 23px 65px color-mix(in srgb,var(--store-primary) 25%,transparent)}.builder-cta-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;right:-65px;top:-105px;background:color-mix(in srgb,var(--store-accent) 75%,transparent)}.builder-cta-card>*{position:relative;z-index:1}.builder-cta-card h2{margin:0 0 .45rem;font-size:clamp(1.8rem,3.6vw,3rem);line-height:1;letter-spacing:-.05em;font-weight:950}.builder-cta-card p{margin:0;color:rgba(255,255,255,.72)}

@media(max-width:991.98px){.shop-hero-v16{align-items:flex-start;flex-direction:column}.shop-hero-stat{min-width:0;width:100%;display:flex;justify-content:center;gap:.7rem}.storefront-v16 nav.catalogue-tabs{top:68px;overflow-x:auto}.catalogue-more{margin-left:0}.builder-hero-card{grid-template-columns:1fr}.builder-hero-visual{order:-1;min-height:340px}.builder-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-image-text-card{grid-template-columns:1fr}.builder-image-text-card.image-right .builder-image-text-media{order:0}.builder-image-text-media{min-height:330px}.builder-cta-card{align-items:flex-start;flex-direction:column}}
@media(max-width:767.98px){.storefront-v16 nav.catalogue-tabs{position:relative;top:auto}.catalogue-more-menu{left:0;right:auto;max-width:calc(100vw - 32px)}.release-format-options,.product-assurance-grid{grid-template-columns:1fr}.release-format-option{min-height:0}.builder-hero-card{border-radius:20px}.builder-hero-copy{padding:1.55rem}.builder-hero-copy h1{font-size:clamp(2.25rem,13vw,4rem)}.builder-hero-visual{min-height:260px}.builder-feature-grid{grid-template-columns:1fr}.builder-image-text-card,.builder-cta-card{border-radius:18px}}

/* V17 catalogue collections + PayPal */
.catalogue-tabs-v17{display:flex;flex-wrap:wrap;gap:10px;overflow:visible}.catalogue-tabs-v17>a,.catalogue-tabs-v17>details{flex:0 0 auto}.catalogue-tabs-v17 .collection-tab{border-style:dashed}.catalogue-tabs-v17 .collection-tab.active{border-style:solid}.paypal-cart-note{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid rgba(0,48,135,.15);background:rgba(0,112,186,.06);border-radius:12px;font-size:.82rem}.paypal-cart-note strong{color:#003087}.paypal-cart-note span{color:#5b6470}.paypal-brand-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#003087;color:#fff;font-weight:900;letter-spacing:.02em}@media(max-width:768px){.catalogue-tabs-v17{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.catalogue-tabs-v17>a,.catalogue-tabs-v17>details{width:100%}.catalogue-tabs-v17 a,.catalogue-tabs-v17 summary{justify-content:center;text-align:center}.paypal-cart-note{align-items:flex-start;flex-direction:column}}
