
/* STLBEAST V261 Unified Brand + Locked Mascot Logo */
:root{
  --v261-bg:#050816;
  --v261-card:#0b1326;
  --v261-card2:#101a31;
  --v261-line:rgba(255,255,255,.10);
  --v261-text:#f5f8ff;
  --v261-muted:#aebbd0;
  --v261-blue:#2bb7ff;
  --v261-purple:#8f46ff;
  --v261-orange:#ff8a1f;
}
*{box-sizing:border-box}
body.v261-page,
body.stlbeast-monster,
body{
  background:
    radial-gradient(circle at 12% 0%,rgba(43,183,255,.18),transparent 32%),
    radial-gradient(circle at 90% 10%,rgba(143,70,255,.15),transparent 28%),
    linear-gradient(180deg,#050816 0%,#07101f 48%,#03050d 100%) !important;
  color:var(--v261-text);
}
.v261-shell{width:min(1380px,100%);margin:0 auto;padding:12px}
.v261-main{display:block}
.v261-topbar{
  display:flex;gap:10px;justify-content:center;flex-wrap:wrap;
  color:#b9c7df;font-size:.76rem;font-weight:800;letter-spacing:.02em;
  padding:7px 10px;margin-bottom:8px;
}
.v261-topbar span{
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.045);
  border-radius:999px;padding:5px 9px;
}
.v261-nav{
  position:relative;
  display:grid;
  grid-template-columns:minmax(210px,330px) 1fr auto;
  gap:14px;
  align-items:center;
  padding:10px 12px;
  border:1px solid rgba(43,183,255,.22);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(8,14,30,.96),rgba(5,8,18,.98));
  box-shadow:0 22px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
  margin-bottom:16px;
}
.v261-logo{
  display:flex;align-items:center;gap:11px;min-width:0;text-decoration:none;color:#fff;
}
.v261-logo img{
  width:70px;height:52px;object-fit:contain;flex:0 0 auto;
  filter:drop-shadow(0 0 14px rgba(43,183,255,.35));
}
.v261-logo span{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.v261-logo b{
  font-size:1.05rem;letter-spacing:.04em;color:#fff;
}
.v261-logo b span{display:inline;color:var(--v261-blue)}
.v261-logo small{
  color:#9fb0ca;font-size:.68rem;margin-top:4px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;
}
.v261-links{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}
.v261-links a,.v261-search{
  text-decoration:none;color:#dce8ff;font-weight:850;font-size:.82rem;
  padding:9px 11px;border-radius:12px;border:1px solid transparent;
}
.v261-links a:hover,.v261-links a.active,.v261-search:hover{
  color:#fff;background:rgba(43,183,255,.11);border-color:rgba(43,183,255,.25);
}
.v261-search{
  justify-self:end;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.09);
}
.v261-footer{
  display:grid;grid-template-columns:2fr repeat(4,1fr);gap:18px;
  margin:34px 0 8px;padding:24px;border-radius:26px;
  background:linear-gradient(145deg,rgba(10,17,34,.96),rgba(5,8,18,.98));
  border:1px solid rgba(255,255,255,.09);
}
.v261-footer p{color:#9fb0ca;line-height:1.55}
.v261-footer b{display:block;margin-bottom:9px;color:#fff}
.v261-footer a{display:block;color:#aebbd0;text-decoration:none;margin:7px 0;font-size:.92rem}
.v261-footer a:hover{color:#fff}
.footer-logo img{width:86px;height:58px}

/* Pull older page header classes toward the locked logo look */
.nav,.sb-header,.v111-nav{
  border-color:rgba(43,183,255,.22)!important;
}
.logo img,.sb-logo img,.v111-logo img{
  object-fit:contain!important;
}
.logo img,.v111-logo img{
  content:url('/assets/images/brand/stlbeast-mascot-logo-header-v261.webp?v=261');
  width:70px!important;height:52px!important;max-width:70px!important;
}
.sb-logo-mark{
  width:70px!important;height:52px!important;border-radius:12px!important;
  background:url('/assets/images/brand/stlbeast-mascot-logo-header-v261.webp?v=261') center/contain no-repeat!important;
  box-shadow:none!important;
}
.v111-logo img{filter:drop-shadow(0 0 14px rgba(43,183,255,.35))}
.shield-lockup{content:url('/assets/images/brand/stlbeast-mascot-logo-v261.webp?v=261')}

/* Uniform sections/cards */
.v261-section,.v261-hero,.v261-card,.v261-panel{
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg,rgba(13,20,38,.94),rgba(5,8,18,.98));
  border-radius:26px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.v261-section{padding:clamp(18px,4vw,34px);margin:18px 0}
.v261-eyebrow,.eyebrow,.v257-kicker,.v111-kicker{
  color:var(--v261-blue)!important;font-weight:950;text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;
}
.v261-title{
  font-size:clamp(2.4rem,8vw,5.8rem);line-height:.9;margin:.1em 0 .25em;text-transform:uppercase;letter-spacing:-.04em;
}
.v261-title span,.v111-title span,.headline .accent{color:var(--v261-blue)}
.v261-copy{color:#c7d3e8;line-height:1.65;max-width:760px}
.v261-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.v261-btn,.btn-primary,.btn-secondary,.v111-btn,.sb-btn,.btn.primary,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:42px;padding:10px 15px;border-radius:12px;text-decoration:none!important;
  font-weight:950;letter-spacing:.02em;border:1px solid rgba(255,255,255,.12);
  color:#fff!important;background:rgba(255,255,255,.055);
}
.v261-btn.primary,.btn-primary,.v111-btn.primary,.sb-btn:not(.alt),.btn.primary{
  background:linear-gradient(135deg,var(--v261-blue),var(--v261-purple))!important;
  border-color:rgba(255,255,255,.16)!important;
}
.v257-product-image{
  background-size:cover!important;background-position:center!important;aspect-ratio:4/3!important;min-height:210px;
}
.v257-product-card{border-radius:22px!important;overflow:hidden}
.v257-product-card h3{line-height:1.12}
.v257-product-card p{line-height:1.45}
.v261-collection-grid,.v261-product-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;
}
.v261-product-grid .v257-product-card{height:100%}
.v261-page .product-detail-wrap{
  display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px;align-items:start;
}
.v261-page .product-main-image{
  min-height:520px;border-radius:28px;background-color:#07101f;background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;
  border:1px solid rgba(255,255,255,.10);
}
.v261-page .product-buybox,.v261-page .product-meta-card{
  border:1px solid rgba(255,255,255,.10);background:linear-gradient(145deg,rgba(13,20,38,.94),rgba(5,8,18,.98));border-radius:24px;padding:20px;
}
.v261-page .product-price{font-size:1.65rem;font-weight:950;margin:16px 0}
.v261-page .product-meta-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0;
}
.v261-notice{
  padding:14px 16px;border-radius:18px;border:1px solid rgba(43,183,255,.25);background:rgba(43,183,255,.08);color:#d9ecff;
}
.v261-hook{
  padding:14px 16px;border-radius:18px;border:1px solid rgba(255,138,31,.28);
  background:linear-gradient(135deg,rgba(255,138,31,.12),rgba(43,183,255,.06));
  font-weight:850;line-height:1.55;
}
@media(max-width:1040px){
  .v261-nav{grid-template-columns:1fr;gap:10px}
  .v261-logo{justify-content:center}
  .v261-search{justify-self:stretch;text-align:center}
  .v261-footer{grid-template-columns:repeat(2,1fr)}
  .v261-collection-grid,.v261-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v261-page .product-detail-wrap,.v261-page .product-meta-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .v261-shell{padding:8px}
  .v261-topbar{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:8px}
  .v261-nav{border-radius:18px;padding:9px}
  .v261-logo img{width:66px!important;height:48px!important}
  .v261-logo b{font-size:.98rem}
  .v261-logo small{font-size:.61rem}
  .v261-links{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .v261-links a,.v261-search{font-size:.78rem;padding:8px 9px;white-space:nowrap}
  .v261-footer{grid-template-columns:1fr;padding:18px}
  .v261-collection-grid,.v261-product-grid{grid-template-columns:1fr}
  .v257-product-image{min-height:220px}
  .v261-page .product-main-image{min-height:360px}
  .v261-title{font-size:clamp(2.2rem,16vw,4rem)}
}


/* V262 header logo + homepage hero polish */
.v261-logo{gap:14px}
.v261-logo img{
  width:62px;height:62px;max-width:62px;
  padding:4px;border-radius:16px;
  background:radial-gradient(circle at 30% 20%,rgba(43,183,255,.18),rgba(10,15,28,.9) 70%);
  border:1px solid rgba(43,183,255,.18);
  object-fit:contain;
}
.v261-logo b{font-size:1.75rem;letter-spacing:.03em;line-height:.92}
.v261-logo small{font-size:.82rem;letter-spacing:.10em;color:#d1dff3;margin-top:6px}
.v261-nav{grid-template-columns:minmax(230px,360px) 1fr auto}
.v111-hero-inner{align-items:center}
.v111-beast-wrap{
  display:flex;align-items:center;justify-content:center;
  min-height:460px;
  background:radial-gradient(circle at 30% 22%,rgba(43,183,255,.12),transparent 36%),linear-gradient(145deg,rgba(8,14,30,.88),rgba(5,8,18,.96));
  border:1px solid rgba(255,255,255,.08);border-radius:28px;overflow:hidden;
}
.v111-beast-img{
  width:min(100%,640px)!important;height:auto!important;object-fit:contain!important;
  filter:drop-shadow(0 18px 50px rgba(0,0,0,.45));
}
.v262-hero-note{
  margin-top:14px;color:#c8d6eb;line-height:1.55;max-width:720px;
  padding:12px 14px;border-radius:16px;
  border:1px solid rgba(43,183,255,.18);background:rgba(43,183,255,.08);
}
@media(max-width:860px){
  .v261-logo img{width:56px;height:56px;max-width:56px}
  .v261-logo b{font-size:1.42rem}
  .v261-logo small{font-size:.74rem}
  .v111-beast-wrap{min-height:320px}
}
@media(max-width:620px){
  .v261-logo{gap:10px}
  .v261-logo img{width:52px!important;height:52px!important;max-width:52px!important;border-radius:14px}
  .v261-logo b{font-size:1.28rem}
  .v261-logo small{font-size:.68rem;letter-spacing:.08em}
  .v111-beast-wrap{min-height:250px;padding:10px}
  .v262-hero-note{font-size:.88rem;padding:10px 12px}
}


/* V263: no slicer screenshots on index */
.v263-hero-note{
  margin-top:14px;
  color:#c8d6eb;
  line-height:1.55;
  max-width:720px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(43,183,255,.18);
  background:rgba(43,183,255,.08);
}
.v263-validation-strip{
  max-width:1180px;
  margin:34px auto;
  padding:0 20px;
}
.v263-status-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.v263-status-card{
  display:flex;
  min-height:156px;
  flex-direction:column;
  justify-content:space-between;
  padding:18px;
  border-radius:22px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 16% 8%,rgba(43,183,255,.14),transparent 36%),
    linear-gradient(145deg,rgba(13,20,38,.96),rgba(5,8,18,.98));
  box-shadow:0 18px 55px rgba(0,0,0,.24);
}
.v263-status-card span{
  color:#2bb7ff;
  font-weight:950;
  letter-spacing:.08em;
  font-size:.74rem;
}
.v263-status-card strong{
  font-size:1.05rem;
  line-height:1.14;
}
.v263-status-card em{
  color:#aebbd0;
  font-style:normal;
  font-size:.85rem;
  line-height:1.35;
}
.v263-status-card b{
  color:#ff8a1f;
}
@media(max-width:980px){
  .v263-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  .v263-validation-strip{padding:0 14px;}
  .v263-status-grid{grid-template-columns:1fr;gap:10px;}
  .v263-status-card{min-height:132px;padding:15px;border-radius:18px;}
}


/* V265 quality polish: header, hero, rhythm, no-slicer index */
.v261-shell{max-width:1220px}
.v261-topbar{
  gap:8px;
  margin-bottom:10px;
  font-size:.78rem;
}
.v261-topbar span{
  padding:6px 10px;
  background:rgba(255,255,255,.052);
}
.v261-nav{
  grid-template-columns:minmax(245px,380px) 1fr auto;
  padding:11px 13px;
  border-radius:24px;
  margin-bottom:18px;
}
.v261-logo img{
  width:64px!important;
  height:64px!important;
  max-width:64px!important;
  padding:5px;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 45%,rgba(43,183,255,.20),rgba(5,8,18,.98) 72%);
  border:1px solid rgba(43,183,255,.26);
}
.v261-logo b{
  font-size:1.68rem;
  line-height:.93;
  letter-spacing:.035em;
}
.v261-logo small{
  font-size:.80rem;
  letter-spacing:.105em;
  color:#d6e3f5;
}
.v261-links a,.v261-search{
  font-size:.83rem;
  padding:9px 12px;
}
.v111-hero.v261-hero{
  padding:clamp(18px,3vw,30px);
  border-radius:30px;
  background:
    radial-gradient(circle at 18% 12%,rgba(43,183,255,.13),transparent 34%),
    radial-gradient(circle at 90% 30%,rgba(143,70,255,.12),transparent 30%),
    linear-gradient(145deg,rgba(10,16,31,.96),rgba(4,7,16,.99));
}
.v111-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,0.95fr) minmax(360px,1.05fr);
  gap:24px;
}
.v111-title{
  max-width:680px;
  text-wrap:balance;
}
.v111-copy{
  max-width:710px;
  color:#cbd7ea;
  font-size:1.02rem;
}
.v111-actions{
  gap:11px;
}
.v111-beast-wrap{
  min-height:520px;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden;
}
.v111-beast-img{
  width:100%!important;
  max-width:720px!important;
  border-radius:26px;
  filter:drop-shadow(0 26px 60px rgba(0,0,0,.44));
}
.v265-hero-note{
  margin-top:14px;
  color:#d1def1;
  line-height:1.55;
  max-width:710px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(43,183,255,.18);
  background:rgba(43,183,255,.075);
}
.v111-trust{
  margin-top:20px;
  gap:12px;
}
.v111-trust-card{
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}
.v257-products,
.v259-home-collections,
.v260-latest-drops,
.v263-validation-strip,
.v111-section{
  margin-top:36px!important;
}
.v257-section-head,
.section-head,
.v111-section-head{
  margin-bottom:17px;
}
.v257-section-head h2,
.section-head h2,
.v111-section-head h2{
  line-height:1.05;
  letter-spacing:-.025em;
}
.v257-product-grid{
  gap:16px;
}
.v257-product-card{
  background:linear-gradient(145deg,rgba(13,20,38,.98),rgba(4,7,16,.99))!important;
  border-color:rgba(255,255,255,.105)!important;
}
.v257-product-card:hover,
.v259-home-collection-card:hover,
.v263-status-card:hover,
.v260-compact-product:hover{
  transform:translateY(-2px);
  border-color:rgba(43,183,255,.35)!important;
}
.v257-product-card,
.v259-home-collection-card,
.v263-status-card,
.v260-compact-product{
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.v263-status-card{
  min-height:144px;
}
.v263-status-card strong{
  font-size:1.08rem;
}
.v259-home-collection-card{
  min-height:126px;
}
.v111-section.v261-section,
.v257-member-strip{
  background:
    radial-gradient(circle at 90% 0%,rgba(43,183,255,.11),transparent 34%),
    linear-gradient(145deg,rgba(12,18,35,.96),rgba(4,7,16,.99));
}
.v261-footer{
  margin-top:38px;
  border-radius:30px;
}
.v261-footer .footer-logo img{
  width:72px!important;
  height:72px!important;
  max-width:72px!important;
}
@media(max-width:980px){
  .v111-hero-inner{
    grid-template-columns:1fr;
  }
  .v111-beast-wrap{
    min-height:auto;
  }
  .v111-beast-img{
    max-width:640px!important;
    margin:auto;
  }
}
@media(max-width:620px){
  .v261-shell{padding:8px;max-width:100%}
  .v261-nav{
    border-radius:20px;
    padding:10px;
  }
  .v261-logo{
    justify-content:flex-start;
  }
  .v261-logo img{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
  }
  .v261-logo b{
    font-size:1.34rem;
  }
  .v261-logo small{
    font-size:.70rem;
  }
  .v111-hero.v261-hero{
    padding:16px;
    border-radius:24px;
  }
  .v111-title{
    font-size:clamp(2.65rem,15vw,4.1rem);
  }
  .v111-copy{
    font-size:.94rem;
  }
  .v111-beast-img{
    max-width:100%!important;
  }
  .v111-trust-card{
    padding:12px;
  }
  .v257-products,
  .v259-home-collections,
  .v260-latest-drops,
  .v263-validation-strip,
  .v111-section{
    margin-top:28px!important;
  }
  .v257-section-head,
  .section-head,
  .v111-section-head{
    gap:12px;
  }
  .v257-section-head h2,
  .section-head h2,
  .v111-section-head h2{
    font-size:clamp(1.45rem,8vw,2rem);
  }
}


/* V266 catalog image polish: no raw slicer cards in public catalog */
.v257-catalog-hero{
  max-width:1180px;
  margin:0 auto 28px;
  padding:clamp(20px,4vw,34px);
  border-radius:30px;
  background:
    radial-gradient(circle at 15% 0%,rgba(43,183,255,.14),transparent 36%),
    radial-gradient(circle at 88% 16%,rgba(143,70,255,.16),transparent 30%),
    linear-gradient(145deg,rgba(13,20,38,.97),rgba(6,9,20,.99));
  border:1px solid rgba(255,255,255,.10);
}
.v257-catalog-hero form.search{
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  max-width:680px;
}
.v257-catalog-hero form.search input{
  min-height:38px;
  padding:0 8px;
}
.v257-filter-row{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:14px;
}
.v257-filter-row a{
  color:#dbe8ff;
  text-decoration:none;
  padding:8px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  font-weight:850;
}
.v257-filter-row a.active,
.v257-filter-row a:hover{
  background:linear-gradient(135deg,#2bb7ff,#8f46ff);
  color:#fff;
}
.v257-product-image{
  background-color:#070d1b!important;
  background-size:cover!important;
  background-position:center!important;
}
.v266-render-note{
  margin:10px 0 0;
  color:#aebbd0;
  line-height:1.55;
  font-size:.92rem;
  padding:11px 13px;
  border-radius:15px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.v257-product-card .v257-product-image[style*="render-pending-v266"]{
  background-size:cover!important;
}
.v259-mini-product img[src*="render-pending-v266"]{
  object-fit:cover;
}
@media(max-width:620px){
  .v257-catalog-hero{
    border-radius:24px;
    padding:18px;
  }
  .v257-catalog-hero form.search{
    align-items:stretch;
    flex-direction:column;
  }
  .v257-catalog-hero form.search button{
    width:100%;
  }
  .v257-filter-row a{
    font-size:.78rem;
    padding:7px 9px;
  }
}


/* V267 logo + product clarity */
.v261-nav{
  grid-template-columns:minmax(270px,390px) 1fr auto;
}
.v267-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.v267-logo img{
  width:260px!important;
  height:auto!important;
  max-width:100%!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  filter:drop-shadow(0 0 14px rgba(43,183,255,.18));
}
.v267-footer-logo img{
  width:210px!important;
  height:auto!important;
  max-width:100%!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
}
.v261-footer{
  align-items:start;
}
.v267-pipeline-section{
  margin-top:36px;
}
.v267-locked-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.v267-locked-card{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:14px;
  padding:14px;
  border-radius:22px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(145deg,rgba(10,16,31,.96),rgba(4,7,16,.99));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
}
.v267-locked-image{
  min-height:180px;
  border-radius:16px;
  background-color:#08111f;
  background-size:cover;
  background-position:center;
  border:1px solid rgba(255,255,255,.08);
}
.v267-locked-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.v267-locked-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#b5c6de;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.v267-locked-body h3{
  margin:.55rem 0 .35rem;
  line-height:1.08;
}
.v267-locked-body p{
  color:#aebbd0;
  line-height:1.45;
  margin:0 0 .9rem;
}
.v267-locked-action{
  color:#fff;
  font-weight:900;
}
.v257-products + .v267-pipeline-section{
  padding-top:6px;
}
@media(max-width:980px){
  .v261-nav{
    grid-template-columns:1fr;
  }
  .v267-logo{
    justify-content:center;
  }
  .v267-logo img{
    width:240px!important;
  }
  .v267-locked-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .v267-logo{
    justify-content:center;
  }
  .v267-logo img{
    width:210px!important;
  }
  .v267-locked-card{
    grid-template-columns:1fr;
    gap:10px;
    padding:12px;
    border-radius:18px;
  }
  .v267-locked-image{
    min-height:210px;
  }
  .v267-footer-logo img{
    width:180px!important;
  }
}


/* V268: stronger HTML logo lockup + fixed homepage render-pending cards */
.v261-nav{
  grid-template-columns:minmax(270px,390px) 1fr auto;
}
.v268-logo{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  justify-content:flex-start!important;
  min-width:0;
}
.v268-logo-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:radial-gradient(circle at 50% 40%,rgba(43,183,255,.18),rgba(5,8,18,.98) 74%);
  border:1px solid rgba(43,183,255,.24);
  box-shadow:0 0 18px rgba(43,183,255,.13);
  overflow:hidden;
}
.v268-logo-icon img{
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  object-fit:cover!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  filter:none!important;
}
.v268-logo-text{
  display:flex;
  flex-direction:column;
  min-width:0;
  line-height:1;
}
.v268-logo-text strong{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.48rem;
  line-height:.95;
  letter-spacing:.045em;
  color:#f7fbff;
  font-weight:900;
  white-space:nowrap;
}
.v268-logo-text strong span{
  color:#20baff;
}
.v268-logo-text small{
  margin-top:6px;
  font-size:.72rem;
  line-height:1.1;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#d5e3f5;
  white-space:nowrap;
}
.v267-logo img,
.v267-footer-logo img{
  width:auto!important;
  height:auto!important;
}
.v268-footer-logo{
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.v268-footer-logo .v268-logo-icon{
  width:52px;
  height:52px;
  flex-basis:52px;
}
.v268-footer-logo .v268-logo-icon img{
  width:52px!important;
  height:52px!important;
}
.v268-footer-logo .v268-logo-text strong{
  font-size:1.2rem;
}
.v268-footer-logo .v268-logo-text small{
  font-size:.62rem;
  white-space:normal;
}
.v268-render-pending{
  max-width:1180px;
  margin:36px auto 0;
  padding:0 20px;
}
.v268-pending-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.v268-pending-card{
  min-height:142px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:16px;
  border-radius:20px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 14% 0%,rgba(43,183,255,.13),transparent 38%),
    linear-gradient(145deg,rgba(13,20,38,.96),rgba(4,7,16,.99));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:transform .18s ease,border-color .18s ease;
}
.v268-pending-card:hover{
  transform:translateY(-2px);
  border-color:rgba(43,183,255,.34);
}
.v268-pending-sku{
  color:#20baff;
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.v268-pending-card strong{
  font-size:1.02rem;
  line-height:1.15;
  color:#fff;
}
.v268-pending-card em{
  color:#aebbd0;
  font-style:normal;
  line-height:1.35;
  font-size:.85rem;
}
.v268-pending-card b{
  color:#ff8a1f;
  font-size:.92rem;
}
@media(max-width:980px){
  .v261-nav{
    grid-template-columns:1fr;
  }
  .v268-logo{
    justify-content:center!important;
  }
  .v268-pending-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .v268-logo{
    gap:10px!important;
  }
  .v268-logo-icon{
    width:52px;
    height:52px;
    flex-basis:52px;
    border-radius:14px;
  }
  .v268-logo-icon img{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
  }
  .v268-logo-text strong{
    font-size:1.22rem;
  }
  .v268-logo-text small{
    font-size:.62rem;
    letter-spacing:.10em;
  }
  .v268-render-pending{
    padding:0 14px;
    margin-top:28px;
  }
  .v268-pending-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .v268-pending-card{
    min-height:124px;
    padding:14px;
    border-radius:18px;
  }
}


/* V269: final logo non-stacking + hard-fixed homepage pending cards */
.v261-nav{
  grid-template-columns:minmax(285px,405px) 1fr auto;
}
.v269-logo{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  justify-content:flex-start!important;
  text-decoration:none!important;
  min-width:285px;
}
.v269-logo-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 40%,rgba(43,183,255,.20),rgba(5,8,18,.98) 74%);
  border:1px solid rgba(43,183,255,.25);
  box-shadow:0 0 18px rgba(43,183,255,.13);
}
.v269-logo-icon img{
  width:58px!important;
  height:58px!important;
  max-width:58px!important;
  object-fit:cover!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
}
.v269-logo-text{
  display:flex;
  flex-direction:column;
  min-width:210px;
  flex:0 0 auto;
  line-height:1;
}
.v269-logo-text strong{
  display:flex!important;
  flex-direction:row!important;
  align-items:baseline!important;
  gap:0!important;
  white-space:nowrap!important;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.42rem;
  line-height:.95;
  letter-spacing:.045em;
  color:#f7fbff;
  font-weight:900;
}
.v269-logo-text strong .stl{
  display:inline!important;
  color:#f7fbff!important;
}
.v269-logo-text strong .beast{
  display:inline!important;
  color:#20baff!important;
}
.v269-logo-text small{
  display:block!important;
  margin-top:6px;
  font-size:.70rem;
  line-height:1.1;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#d5e3f5;
  white-space:nowrap!important;
}
.v269-footer-logo{
  min-width:0;
  align-items:flex-start!important;
}
.v269-footer-logo .v269-logo-icon{
  width:52px;height:52px;flex-basis:52px;
}
.v269-footer-logo .v269-logo-icon img{
  width:52px!important;height:52px!important;max-width:52px!important;
}
.v269-footer-logo .v269-logo-text{
  min-width:170px;
}
.v269-footer-logo .v269-logo-text strong{
  font-size:1.18rem;
}
.v269-footer-logo .v269-logo-text small{
  font-size:.60rem;
  white-space:normal!important;
}
.v269-hero-note{
  margin-top:14px;
  color:#d1def1;
  line-height:1.55;
  max-width:710px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(43,183,255,.18);
  background:rgba(43,183,255,.075);
}
.v269-feature-grid{
  display:grid;
  grid-template-columns:minmax(260px,420px);
  gap:16px;
}
.v269-render-pending{
  max-width:1180px;
  margin:36px auto 0;
  padding:0 20px;
}
.v269-pending-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.v269-pending-card{
  min-height:142px;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  gap:9px;
  padding:16px;
  border-radius:20px;
  text-decoration:none!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.10);
  background:radial-gradient(circle at 14% 0%,rgba(43,183,255,.13),transparent 38%),linear-gradient(145deg,rgba(13,20,38,.96),rgba(4,7,16,.99));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:transform .18s ease,border-color .18s ease;
}
.v269-pending-card:hover{
  transform:translateY(-2px);
  border-color:rgba(43,183,255,.34);
}
.v269-pending-sku{
  color:#20baff;
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.v269-pending-card strong{
  font-size:1.02rem;
  line-height:1.15;
  color:#fff;
}
.v269-pending-card em{
  color:#aebbd0;
  font-style:normal;
  line-height:1.35;
  font-size:.85rem;
}
.v269-pending-card b{
  color:#ff8a1f;
  font-size:.92rem;
}
@media(max-width:1080px){
  .v261-nav{
    grid-template-columns:1fr;
  }
  .v269-logo{
    justify-content:center!important;
    min-width:0;
  }
}
@media(max-width:780px){
  .v269-pending-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .v269-logo{
    gap:10px!important;
  }
  .v269-logo-icon{
    width:52px;height:52px;flex-basis:52px;border-radius:14px;
  }
  .v269-logo-icon img{
    width:52px!important;height:52px!important;max-width:52px!important;
  }
  .v269-logo-text{
    min-width:190px;
  }
  .v269-logo-text strong{
    font-size:1.22rem;
  }
  .v269-logo-text small{
    font-size:.61rem;
    letter-spacing:.10em;
  }
  .v269-render-pending{
    padding:0 14px;
    margin-top:28px;
  }
  .v269-pending-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .v269-pending-card{
    min-height:124px;
    padding:14px;
    border-radius:18px;
  }
  .v269-feature-grid{
    grid-template-columns:1fr;
  }
}


/* V270 all-products visibility polish */
.v257-filter-row a[href*="functional"]{
  border-color:rgba(143,70,255,.22);
}
.v257-product-card .v257-product-image[style*="pipeline-v270"]{
  background-size:cover!important;
  background-position:center!important;
}
.v267-locked-image[style*="pipeline-v270"]{
  background-size:cover!important;
  background-position:center!important;
}
.v259-home-collection-card[href*="functional"]{
  --accent:#8f46ff;
}


/* V271 premium hero + logo pass */
.v261-shell{max-width:1225px}
.v261-nav{
  grid-template-columns:minmax(325px,470px) 1fr auto;
  padding:12px 14px;
  border-radius:26px;
}
.v271-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  text-decoration:none!important;
  min-width:310px;
}
.v271-logo-icon{
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:grid;
  place-items:center;
  border-radius:18px;
  overflow:hidden;
  background:radial-gradient(circle at 50% 42%,rgba(43,183,255,.22),rgba(5,8,18,.98) 74%);
  border:1px solid rgba(43,183,255,.28);
  box-shadow:0 0 18px rgba(43,183,255,.14);
}
.v271-logo-icon img{
  width:62px!important;height:62px!important;max-width:62px!important;
  object-fit:cover!important;padding:0!important;border:0!important;background:transparent!important;
}
.v271-logo-wordmark{
  display:flex;
  align-items:center;
  min-width:0;
}
.v271-logo-wordmark img{
  width:250px!important;
  height:auto!important;
  max-width:100%!important;
  display:block!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.26));
}
.v271-footer-logo{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
}
.v271-footer-logo .v271-logo-icon{
  width:54px;height:54px;flex-basis:54px;
}
.v271-footer-logo .v271-logo-icon img{
  width:54px!important;height:54px!important;max-width:54px!important;
}
.v271-footer-logo .v271-logo-wordmark img{
  width:210px!important;
}
.v271-hero{
  display:grid;
  grid-template-columns:minmax(0,0.95fr) minmax(360px,1.05fr);
  gap:28px;
  margin:0 auto 20px;
  padding:clamp(20px,3vw,30px);
  border-radius:32px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 16% 0%,rgba(43,183,255,.14),transparent 34%),
    radial-gradient(circle at 88% 12%,rgba(143,70,255,.16),transparent 28%),
    linear-gradient(145deg,rgba(12,18,35,.98),rgba(4,7,16,.99));
  box-shadow:0 22px 60px rgba(0,0,0,.22);
}
.v271-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.v271-hero-kicker{
  display:inline-flex;
  align-self:flex-start;
  margin:0 0 14px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(43,183,255,.28);
  background:rgba(43,183,255,.08);
  color:#d9ecff;
  font-size:.77rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.v271-hero h1{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3rem,6.8vw,5rem);
  line-height:.95;
  letter-spacing:-.04em;
  color:#ffffff;
  text-wrap:balance;
}
.v271-hero h1 span{
  color:#20baff;
}
.v271-hero-copy-text{
  max-width:700px;
  margin:18px 0 0;
  color:#d0dceb;
  font-size:1.03rem;
  line-height:1.7;
}
.v271-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.v271-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
  max-width:760px;
}
.v271-hero-stats div{
  padding:14px 14px 13px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}
.v271-hero-stats strong{
  display:block;
  font-size:1.25rem;
  color:#fff;
}
.v271-hero-stats span{
  display:block;
  margin-top:4px;
  color:#b8c8df;
  line-height:1.35;
}
.v271-hero-note{
  margin-top:16px;
  color:#d1def1;
  line-height:1.55;
  max-width:760px;
  padding:12px 14px;
  border-radius:16px;
  border:1px solid rgba(43,183,255,.18);
  background:rgba(43,183,255,.075);
}
.v271-hero-art{
  display:flex;
  align-items:center;
  justify-content:center;
}
.v271-hero-art img{
  width:100%;
  max-width:740px;
  border-radius:28px;
  display:block;
  filter:drop-shadow(0 24px 60px rgba(0,0,0,.42));
}
.v271-mini-pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 auto 34px;
}
.v271-pillar{
  padding:18px;
  border-radius:20px;
  background:linear-gradient(145deg,rgba(12,18,35,.96),rgba(4,7,16,.99));
  border:1px solid rgba(255,255,255,.09);
}
.v271-pillar b{
  display:block;
  color:#fff;
  font-size:1rem;
}
.v271-pillar span{
  display:block;
  margin-top:7px;
  color:#b7c6dc;
  line-height:1.5;
}
.v271-feature-grid{
  display:grid;
  grid-template-columns:minmax(280px,500px);
  gap:16px;
}
.v271-feature-card .v257-product-image{
  min-height:320px;
  background-position:center top!important;
}
.v271-render-pending{
  max-width:1180px;
  margin:36px auto 0;
}
.v271-pending-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.v271-pending-card{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:10px;
  padding:16px;
  border-radius:20px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(circle at 14% 0%,rgba(43,183,255,.13),transparent 38%),
    linear-gradient(145deg,rgba(13,20,38,.96),rgba(4,7,16,.99));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  transition:transform .18s ease,border-color .18s ease;
}
.v271-pending-card:hover{
  transform:translateY(-2px);
  border-color:rgba(43,183,255,.34);
}
.v271-pending-sku{
  color:#20baff;
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.v271-pending-card strong{
  font-size:1.02rem;
  line-height:1.18;
  color:#fff;
}
.v271-pending-card em{
  color:#aebbd0;
  font-style:normal;
  line-height:1.35;
  font-size:.86rem;
}
.v271-pending-card b{
  color:#ff8a1f;
  font-size:.93rem;
}
.v261-footer{
  margin-top:40px;
}
@media(max-width:1100px){
  .v261-nav{
    grid-template-columns:1fr;
  }
  .v271-logo{
    justify-content:center!important;
    min-width:0;
  }
  .v271-hero{
    grid-template-columns:1fr;
  }
}
@media(max-width:840px){
  .v271-mini-pillars{
    grid-template-columns:1fr;
  }
  .v271-hero-stats{
    grid-template-columns:1fr;
  }
  .v271-pending-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .v261-shell{padding:8px}
  .v261-nav{
    padding:10px;
    border-radius:22px;
  }
  .v271-logo{
    gap:10px!important;
  }
  .v271-logo-icon{
    width:54px;height:54px;flex-basis:54px;border-radius:16px;
  }
  .v271-logo-icon img{
    width:54px!important;height:54px!important;max-width:54px!important;
  }
  .v271-logo-wordmark img{
    width:205px!important;
  }
  .v271-hero{
    padding:18px;
    border-radius:26px;
    gap:18px;
  }
  .v271-hero-copy-text{
    font-size:.95rem;
  }
  .v271-hero-actions{
    gap:10px;
  }
  .v271-hero-art img{
    max-width:100%;
  }
  .v271-pending-grid{
    grid-template-columns:1fr;
  }
  .v271-feature-grid{
    grid-template-columns:1fr;
  }
}


/* V272 unlock validated products and assign public images */
.v271-feature-grid.multi{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.v271-feature-grid.multi .v257-product-image{
  min-height:240px;
  background-position:center center!important;
}
@media(max-width:720px){
  .v271-feature-grid.multi{
    grid-template-columns:1fr;
  }
}

/* V273 validated release polish */
.v271-hero{overflow:hidden; align-items:center;}
.v271-hero-copy{position:relative; z-index:2;}
.v271-hero-art{position:relative; z-index:1; min-width:0;}
.v271-hero-art img{width:100%; height:auto; max-width:640px; margin-inline:auto; display:block;}
.v271-feature-grid.multi{grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px;}
.v271-feature-card .v257-product-image{min-height:260px; background-position:center center!important; background-size:cover!important;}
.v271-pending-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
@media(max-width:1199px){
  .v271-hero{grid-template-columns:1fr;}
  .v271-hero-art{order:2;}
  .v271-hero-copy{order:1;}
}
@media(max-width:820px){
  .v271-feature-grid.multi,.v271-pending-grid{grid-template-columns:1fr;}
  .v271-hero h1{font-size:clamp(2.3rem,11vw,4rem);} 
  .v271-logo-wordmark img{width:185px!important;}
}

/* V274 hard layout containment + image polish */
html,body{max-width:100%;overflow-x:hidden!important;}
.v261-shell{width:min(1225px,100%)!important;max-width:1225px!important;margin-inline:auto!important;padding-inline:12px!important;}
.v274-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px)!important;
  gap:24px!important;
  align-items:center!important;
  max-width:100%!important;
  overflow:hidden!important;
  margin:0 auto 22px!important;
  padding:clamp(18px,3vw,30px)!important;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.10);
  background:radial-gradient(circle at 15% 0%,rgba(43,183,255,.16),transparent 36%),radial-gradient(circle at 90% 12%,rgba(143,70,255,.14),transparent 32%),linear-gradient(145deg,rgba(12,18,35,.98),rgba(4,7,16,.99));
}
.v274-hero-copy{min-width:0;position:relative;z-index:2;}
.v274-hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.4rem,6vw,4.75rem);line-height:.95;letter-spacing:-.04em;margin:0;color:#fff;}
.v274-hero-copy h1 span{color:#20baff;}
.v274-hero-copy p{color:#d0dceb;line-height:1.7;font-size:1rem;max-width:720px;}
.v274-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;}
.v274-hero-stats div{padding:12px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);}
.v274-hero-stats strong{display:block;color:#fff;font-size:1.1rem;}
.v274-hero-stats span{display:block;color:#b8c8df;font-size:.86rem;line-height:1.35;margin-top:3px;}
.v274-hero-product{display:block;text-decoration:none;color:#fff;min-width:0;max-width:460px;justify-self:end;border-radius:24px;overflow:hidden;border:1px solid rgba(43,183,255,.22);background:rgba(0,0,0,.22);box-shadow:0 20px 55px rgba(0,0,0,.32);}
.v274-hero-product img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;}
.v274-hero-product div{padding:14px 16px;background:linear-gradient(145deg,rgba(10,16,31,.95),rgba(4,7,16,.98));}
.v274-hero-product span{color:#20baff;font-weight:950;font-size:.74rem;letter-spacing:.08em;}
.v274-hero-product strong{display:block;font-size:1.08rem;margin-top:4px;}
.v274-hero-product em{display:block;color:#ff8a1f;font-style:normal;font-weight:900;margin-top:5px;}
.v274-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
.v274-product-card .v257-product-image{min-height:260px!important;background-size:cover!important;background-position:center center!important;}
.v271-pending-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
@media(max-width:920px){
  .v274-hero{grid-template-columns:1fr!important;}
  .v274-hero-product{justify-self:stretch!important;max-width:560px;margin-inline:auto;}
  .v274-hero-stats{grid-template-columns:1fr;}
}
@media(max-width:720px){
  .v261-shell{padding-inline:8px!important;}
  .v274-product-grid,.v271-pending-grid{grid-template-columns:1fr!important;}
  .v274-hero{border-radius:24px;padding:16px!important;}
  .v274-hero-copy h1{font-size:clamp(2.15rem,12vw,3.7rem);}
  .v274-product-card .v257-product-image{min-height:220px!important;}
}


/* V275 cinematic hero trial */
.v275-hero{
  position:relative;
  overflow:hidden!important;
  min-height:clamp(520px,62vw,720px);
  max-width:100%!important;
  margin:0 auto 24px!important;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(90deg,rgba(4,8,18,.94) 0%,rgba(4,8,18,.84) 32%,rgba(4,8,18,.32) 60%,rgba(4,8,18,.08) 100%),
    url('/assets/images/hero/stlbeast-cinematic-dragon-hero-v275.webp?v=275') center right / cover no-repeat;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.v275-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 12%,rgba(43,183,255,.20),transparent 36%),
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.30));
  pointer-events:none;
}
.v275-hero-overlay{
  position:relative;
  z-index:2;
  min-height:inherit;
  display:flex;
  align-items:center;
  padding:clamp(24px,5vw,54px);
}
.v275-hero-copy{
  width:min(720px,100%);
}
.v275-hero-copy h1{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(3rem,7vw,5.85rem);
  line-height:.93;
  letter-spacing:-.05em;
  color:#fff;
  text-wrap:balance;
}
.v275-hero-copy h1 span{
  color:#20baff;
}
.v275-hero-copy p{
  color:#d5e2f2;
  line-height:1.68;
  font-size:1.04rem;
  max-width:690px;
  margin:18px 0 0;
}
.v275-hero-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
  max-width:720px;
}
.v275-hero-stats div{
  padding:13px 14px;
  border-radius:18px;
  background:rgba(4,8,18,.58);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(6px);
}
.v275-hero-stats strong{
  display:block;
  color:#fff;
  font-size:1.12rem;
}
.v275-hero-stats span{
  display:block;
  color:#b9c8dd;
  line-height:1.35;
  margin-top:4px;
  font-size:.88rem;
}
@media(max-width:900px){
  .v275-hero{
    min-height:640px;
    background:
      linear-gradient(180deg,rgba(4,8,18,.84) 0%,rgba(4,8,18,.74) 48%,rgba(4,8,18,.18) 100%),
      url('/assets/images/hero/stlbeast-cinematic-dragon-hero-v275.webp?v=275') center bottom / cover no-repeat;
  }
  .v275-hero-overlay{
    align-items:flex-start;
    padding:22px;
  }
  .v275-hero-copy{
    max-width:100%;
  }
}
@media(max-width:620px){
  .v275-hero{
    border-radius:24px;
    min-height:620px;
    background-position:62% bottom;
  }
  .v275-hero-copy h1{
    font-size:clamp(2.45rem,14vw,4rem);
  }
  .v275-hero-copy p{
    font-size:.94rem;
    line-height:1.58;
  }
  .v275-hero-stats{
    grid-template-columns:1fr;
    gap:9px;
  }
}


/* V276 product image routing + three-view gallery + SEO cleanup */
.v276-three-view-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}
.v276-view-card{
  display:block;
  text-decoration:none;
  color:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
}
.v276-view-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  background:#07101f;
}
.v276-view-card span{
  display:block;
  padding:8px 10px;
  font-weight:900;
  font-size:.82rem;
  color:#dcecff;
}
@media(max-width:680px){
  .v276-three-view-gallery{
    grid-template-columns:1fr;
  }
}


/* V277 diagnostic sync */
.v277-diagnostic-note{
  display:block;
  margin-top:8px;
  color:#7dd3fc;
  font-weight:800;
}


/* V279 premium header reality */
.v279-shell{
  width:min(1240px,100%)!important;
  max-width:1240px!important;
}
.v279-premium-header{
  position:relative;
  overflow:hidden;
  margin:0 0 26px;
  padding:0;
  border-radius:30px;
  border:1px solid rgba(43,183,255,.20);
  background:
    linear-gradient(180deg,rgba(3,7,16,.36),rgba(3,7,16,.96)),
    url('/assets/images/brand/stlbeast-premium-header-bg-v279.webp?v=279') center right / cover no-repeat;
  box-shadow:0 24px 70px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.035);
}
.v279-premium-header:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 22%,rgba(43,183,255,.17),transparent 28%),
    radial-gradient(circle at 80% 12%,rgba(143,70,255,.13),transparent 32%),
    linear-gradient(90deg,rgba(4,8,18,.78),rgba(4,8,18,.28) 52%,rgba(4,8,18,.62));
}
.v279-top-utility{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  width:min(760px,calc(100% - 28px));
  margin:14px auto 0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(4,9,20,.70);
  backdrop-filter:blur(8px);
  overflow:hidden;
}
.v279-top-utility span{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  gap:1px 9px;
  align-items:center;
  padding:10px 14px;
  border-right:1px solid rgba(255,255,255,.10);
}
.v279-top-utility span:last-child{border-right:0}
.v279-top-utility i{
  grid-row:1 / span 2;
  font-style:normal;
  font-size:1.05rem;
}
.v279-top-utility b{
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#f3f7ff;
}
.v279-top-utility small{
  font-size:.72rem;
  color:#aebbd0;
}
.v279-brand-stage{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(360px,0.9fr) minmax(360px,1.1fr);
  gap:28px;
  align-items:center;
  padding:34px clamp(18px,4vw,48px) 30px;
}
.v279-brand{
  display:grid;
  grid-template-columns:138px minmax(0,1fr);
  gap:20px;
  align-items:center;
  min-width:0;
  text-decoration:none;
}
.v279-emblem{
  width:138px;
  height:138px;
  object-fit:contain;
  filter:drop-shadow(0 0 22px rgba(43,183,255,.32));
}
.v279-wordmark{
  width:min(440px,100%);
  height:auto;
  display:block;
  filter:drop-shadow(0 4px 16px rgba(0,0,0,.36));
}
.v279-search-stack{
  display:grid;
  gap:12px;
  min-width:0;
}
.v279-search{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  min-height:62px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.28);
  background:rgba(5,10,22,.72);
  box-shadow:0 0 25px rgba(43,183,255,.08);
}
.v279-search span{
  padding-left:18px;
  color:#dcecff;
  font-size:1.6rem;
}
.v279-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  padding:0 16px;
  font-size:.95rem;
}
.v279-search button{
  align-self:stretch;
  border:0;
  padding:0 24px;
  color:#fff;
  font-weight:950;
  letter-spacing:.04em;
  background:linear-gradient(135deg,#17b6ff,#6e48ff);
}
.v279-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(5,10,22,.58);
}
.v279-benefits span{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  gap:2px 10px;
  padding:13px 14px;
  border-right:1px solid rgba(255,255,255,.10);
}
.v279-benefits span:last-child{border-right:0}
.v279-benefits i{
  grid-row:1 / span 2;
  font-style:normal;
  color:#20baff;
  font-size:1.15rem;
}
.v279-benefits b{
  color:#f4f8ff;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.v279-benefits small{
  color:#aebbd0;
  font-size:.72rem;
}
.v279-nav{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:0;
  margin:0 clamp(12px,3vw,34px) 20px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.20);
  background:rgba(3,8,18,.82);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);
}
.v279-nav a{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:66px;
  color:#d8e4f4;
  text-decoration:none;
  font-weight:900;
  border-right:1px solid rgba(255,255,255,.09);
  transition:background .18s ease,color .18s ease;
}
.v279-nav a:last-child{border-right:0}
.v279-nav a i{
  color:#9aaabd;
  font-style:normal;
  font-size:1.18rem;
}
.v279-nav a.active,
.v279-nav a:hover{
  color:#fff;
  background:linear-gradient(180deg,rgba(43,183,255,.16),rgba(43,183,255,.04));
}
.v279-nav a.active i,
.v279-nav a:hover i{
  color:#20baff;
}
.v279-nav a.active:after{
  content:"";
  position:absolute;
  bottom:0;
  height:3px;
  width:86px;
  background:linear-gradient(90deg,transparent,#20baff,transparent);
  border-radius:999px;
}
.v279-footer-brand{
  display:flex;
  gap:12px;
  align-items:center;
  color:#fff;
  text-decoration:none;
}
.v279-footer-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(43,183,255,.22));
}
.v279-footer-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.22rem;
  letter-spacing:.04em;
}
.v279-footer-brand b span{color:#20baff}
.v279-footer-brand small{
  display:block;
  color:#aebbd0;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-top:4px;
}
@media(max-width:1040px){
  .v279-brand-stage{
    grid-template-columns:1fr;
    gap:22px;
  }
  .v279-brand{
    justify-self:center;
  }
  .v279-search-stack{
    width:min(820px,100%);
    justify-self:center;
  }
}
@media(max-width:760px){
  .v279-premium-header{
    border-radius:24px;
  }
  .v279-top-utility{
    grid-template-columns:1fr;
    width:calc(100% - 24px);
  }
  .v279-top-utility span{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .v279-top-utility span:last-child{border-bottom:0}
  .v279-brand-stage{
    padding:24px 14px 18px;
  }
  .v279-brand{
    grid-template-columns:82px minmax(0,1fr);
    gap:12px;
    width:100%;
  }
  .v279-emblem{
    width:82px;
    height:82px;
  }
  .v279-wordmark{
    width:min(300px,100%);
  }
  .v279-search{
    min-height:54px;
  }
  .v279-search button{
    padding:0 14px;
    font-size:.78rem;
  }
  .v279-benefits{
    grid-template-columns:1fr;
  }
  .v279-benefits span{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .v279-benefits span:last-child{border-bottom:0}
  .v279-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:0 12px 16px;
    border-radius:18px;
  }
  .v279-nav a{
    min-height:52px;
    font-size:.84rem;
  }
}
@media(max-width:420px){
  .v279-nav{
    grid-template-columns:1fr;
  }
}


/* V280 premium header fit fix: compact, usable, no giant crop */
.v280-shell{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin-inline:auto!important;
  padding-inline:12px!important;
}
.v280-premium-header{
  position:relative;
  overflow:hidden;
  margin:0 0 22px;
  border-radius:24px;
  border:1px solid rgba(43,183,255,.20);
  background:
    linear-gradient(90deg,rgba(4,8,18,.94),rgba(4,8,18,.84)),
    url('/assets/images/brand/stlbeast-premium-header-bg-compact-v280.webp?v=280') center right / cover no-repeat;
  box-shadow:0 18px 55px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.035);
}
.v280-premium-header:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 0%,rgba(43,183,255,.13),transparent 34%),
    radial-gradient(circle at 90% 0%,rgba(143,70,255,.10),transparent 30%);
  pointer-events:none;
}
.v280-trust-row{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 12px 4px;
}
.v280-trust-row span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  color:#dbeafe;
  font-size:.74rem;
  font-weight:850;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(6px);
}
.v280-main-row{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(260px,420px) minmax(240px,1fr);
  align-items:center;
  gap:18px;
  padding:12px clamp(14px,3vw,28px) 14px;
}
.v280-brand{
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  color:#fff;
  min-width:0;
}
.v280-brand img{
  width:72px;
  height:72px;
  object-fit:contain;
  flex:0 0 72px;
  border-radius:18px;
  filter:drop-shadow(0 0 14px rgba(43,183,255,.26));
}
.v280-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(1.8rem,4.2vw,2.65rem);
  line-height:.92;
  letter-spacing:.02em;
  color:#fff;
  white-space:nowrap;
}
.v280-brand b span{
  color:#20baff;
}
.v280-brand small{
  display:block;
  margin-top:7px;
  color:#d8e6f8;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
  white-space:nowrap;
}
.v280-search{
  display:grid;
  grid-template-columns:1fr auto;
  min-width:0;
  height:48px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.24);
  background:rgba(4,8,18,.72);
  box-shadow:0 0 22px rgba(43,183,255,.08);
}
.v280-search input{
  min-width:0;
  border:0;
  outline:0;
  color:#fff;
  background:transparent;
  padding:0 15px;
}
.v280-search button{
  border:0;
  color:#fff;
  font-weight:900;
  padding:0 18px;
  background:linear-gradient(135deg,#17b6ff,#7b4fff);
}
.v280-nav{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  margin:0 14px 14px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.18);
  background:rgba(3,8,18,.78);
}
.v280-nav a{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-decoration:none;
  color:#d9e5f5;
  font-weight:900;
  font-size:.84rem;
  border-right:1px solid rgba(255,255,255,.08);
}
.v280-nav a:last-child{
  border-right:0;
}
.v280-nav i{
  font-style:normal;
  color:#91a2b8;
}
.v280-nav a.active,
.v280-nav a:hover{
  color:#fff;
  background:linear-gradient(180deg,rgba(43,183,255,.18),rgba(43,183,255,.04));
}
.v280-nav a.active i,
.v280-nav a:hover i{
  color:#20baff;
}
.v280-footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
}
.v280-footer-brand img{
  width:62px;
  height:62px;
  object-fit:contain;
}
.v280-footer-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.22rem;
}
.v280-footer-brand b span{color:#20baff}
.v280-footer-brand small{
  display:block;
  color:#aebbd0;
  margin-top:4px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.64rem;
}
@media(max-width:860px){
  .v280-main-row{
    grid-template-columns:1fr;
    gap:12px;
  }
  .v280-brand{
    justify-content:center;
  }
  .v280-search{
    width:100%;
  }
  .v280-nav{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .v280-shell{
    padding-inline:8px!important;
  }
  .v280-premium-header{
    border-radius:20px;
  }
  .v280-trust-row{
    gap:5px;
    padding:8px 8px 2px;
  }
  .v280-trust-row span{
    font-size:.68rem;
    padding:4px 7px;
  }
  .v280-main-row{
    padding:10px 10px 12px;
  }
  .v280-brand img{
    width:58px;
    height:58px;
    flex-basis:58px;
  }
  .v280-brand b{
    font-size:1.62rem;
  }
  .v280-brand small{
    font-size:.56rem;
    letter-spacing:.13em;
  }
  .v280-search{
    height:44px;
  }
  .v280-search button{
    padding:0 12px;
    font-size:.78rem;
  }
  .v280-nav{
    grid-template-columns:1fr 1fr;
    margin:0 10px 10px;
  }
  .v280-nav a{
    min-height:44px;
    font-size:.78rem;
  }
}


/* V281 hard lock: compact clean premium header + clean product cards */
html,body{max-width:100%;overflow-x:hidden!important;}
.v281-shell{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin-inline:auto!important;
  padding-inline:10px!important;
}
.v281-header{
  position:relative;
  margin:0 0 22px!important;
  padding:10px 12px 12px!important;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.18);
  background:
    linear-gradient(90deg,rgba(4,8,18,.92),rgba(4,8,18,.84)),
    url('/assets/images/brand/stlbeast-header-bg-clean-v281.webp?v=281') center/cover no-repeat;
  box-shadow:0 14px 48px rgba(0,0,0,.28);
}
.v281-trust{
  display:flex;
  gap:7px;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:9px;
}
.v281-trust span{
  padding:4px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#dcecff;
  font-size:.68rem;
  font-weight:850;
  white-space:nowrap;
}
.v281-brand-row{
  display:grid;
  grid-template-columns:minmax(250px,360px) minmax(180px,1fr);
  gap:12px;
  align-items:center;
}
.v281-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:#fff;
  text-decoration:none;
}
.v281-brand img{
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 58px;
  filter:drop-shadow(0 0 12px rgba(43,183,255,.25));
}
.v281-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.72rem;
  line-height:.9;
  letter-spacing:.02em;
  color:#fff;
  white-space:nowrap;
}
.v281-brand b span{color:#20baff;}
.v281-brand small{
  display:block;
  margin-top:6px;
  font-size:.62rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#d8e6f8;
  white-space:nowrap;
}
.v281-search{
  display:grid;
  grid-template-columns:1fr auto;
  height:42px;
  min-width:0;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(43,183,255,.22);
  background:rgba(3,8,18,.72);
}
.v281-search input{
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  padding:0 12px;
}
.v281-search button{
  border:0;
  padding:0 14px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#17b6ff,#7b4fff);
}
.v281-nav{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:0;
  margin-top:10px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(43,183,255,.16);
  background:rgba(3,8,18,.72);
}
.v281-nav a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 6px;
  color:#dce8f8;
  text-decoration:none;
  font-weight:900;
  font-size:.78rem;
  border-right:1px solid rgba(255,255,255,.07);
}
.v281-nav a:last-child{border-right:0;}
.v281-nav a.active,.v281-nav a:hover{
  color:#fff;
  background:linear-gradient(180deg,rgba(43,183,255,.20),rgba(43,183,255,.045));
}
.v281-footer-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#fff;
}
.v281-footer-brand img{
  width:54px;
  height:54px;
  object-fit:contain;
}
.v281-footer-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.15rem;
}
.v281-footer-brand b span{color:#20baff}
.v281-footer-brand small{
  display:block;
  color:#aebbd0;
  font-size:.60rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top:4px;
}
.v274-product-grid,.v271-feature-grid.multi{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.v274-product-card .v257-product-image,
.v271-feature-grid.multi .v257-product-image{
  min-height:230px!important;
  background-size:cover!important;
  background-position:center center!important;
}
@media(max-width:780px){
  .v281-brand-row{grid-template-columns:1fr;}
  .v281-brand{justify-content:center;}
  .v281-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
  .v274-product-grid,.v271-feature-grid.multi{grid-template-columns:1fr!important;}
}
@media(max-width:460px){
  .v281-shell{padding-inline:7px!important;}
  .v281-header{border-radius:18px;padding:8px!important;}
  .v281-brand img{width:50px;height:50px;flex-basis:50px;}
  .v281-brand b{font-size:1.42rem;}
  .v281-brand small{font-size:.52rem;}
  .v281-search{height:40px;}
  .v281-nav a{min-height:40px;font-size:.72rem;}
}


/* V282 clean header + no-slicer storefront cards */
html,body{max-width:100%;overflow-x:hidden!important;}
.v282-shell{
  width:min(1120px,100%)!important;
  max-width:1120px!important;
  margin-inline:auto!important;
  padding-inline:10px!important;
}
.v282-header{
  margin:0 0 22px!important;
  padding:12px!important;
  border-radius:22px;
  border:1px solid rgba(43,183,255,.18);
  background:
    radial-gradient(circle at 14% 0%,rgba(43,183,255,.16),transparent 34%),
    radial-gradient(circle at 90% 0%,rgba(143,70,255,.10),transparent 36%),
    linear-gradient(145deg,rgba(10,16,31,.98),rgba(4,8,18,.99));
  box-shadow:0 14px 48px rgba(0,0,0,.28);
}
.v282-trust{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.v282-trust span{
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#dcecff;
  font-size:.70rem;
  font-weight:850;
  white-space:nowrap;
}
.v282-brand-row{
  display:grid;
  grid-template-columns:minmax(250px,470px) minmax(180px,1fr);
  gap:14px;
  align-items:center;
}
.v282-brand{
  display:flex;
  min-width:0;
}
.v282-brand img{
  display:block;
  width:min(430px,100%);
  height:auto;
  max-height:92px;
}
.v282-search{
  display:grid;
  grid-template-columns:1fr auto;
  min-width:0;
  height:44px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(43,183,255,.22);
  background:rgba(3,8,18,.72);
}
.v282-search input{
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  padding:0 13px;
}
.v282-search button{
  border:0;
  color:#fff;
  font-weight:900;
  padding:0 15px;
  background:linear-gradient(135deg,#17b6ff,#7b4fff);
}
.v282-nav{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  margin-top:10px;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(43,183,255,.16);
  background:rgba(3,8,18,.72);
}
.v282-nav a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#dce8f8;
  text-decoration:none;
  font-size:.78rem;
  font-weight:900;
  border-right:1px solid rgba(255,255,255,.07);
}
.v282-nav a:last-child{border-right:0;}
.v282-nav a.active,.v282-nav a:hover{
  color:#fff;
  background:linear-gradient(180deg,rgba(43,183,255,.20),rgba(43,183,255,.045));
}
.v282-footer-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
}
.v282-footer-brand img{
  width:58px;
  height:58px;
}
.v282-footer-brand b{
  display:block;
  font-family:Georgia,'Times New Roman',serif;
  font-size:1.16rem;
}
.v282-footer-brand b span{color:#20baff}
.v282-footer-brand small{
  display:block;
  color:#aebbd0;
  font-size:.60rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top:4px;
}
.v274-product-grid,.v271-feature-grid.multi{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
}
.v274-product-card .v257-product-image,
.v271-feature-grid.multi .v257-product-image{
  min-height:235px!important;
  background-size:cover!important;
  background-position:center center!important;
}
@media(max-width:780px){
  .v282-brand-row{grid-template-columns:1fr;}
  .v282-brand{justify-content:center;}
  .v282-nav{grid-template-columns:repeat(2,minmax(0,1fr));}
  .v274-product-grid,.v271-feature-grid.multi{grid-template-columns:1fr!important;}
}
@media(max-width:460px){
  .v282-shell{padding-inline:7px!important;}
  .v282-header{padding:9px!important;border-radius:18px;}
  .v282-brand img{width:min(330px,100%);max-height:76px;}
  .v282-search{height:40px;}
  .v282-search button{padding:0 11px;font-size:.76rem;}
  .v282-nav a{min-height:40px;font-size:.72rem;}
  .v282-trust span{font-size:.66rem;padding:4px 7px;}
}


/* V283 premium card lock */
.v274-product-card .v257-product-image,
.v271-feature-grid.multi .v257-product-image{
  min-height:250px!important;
  background-size:cover!important;
  background-position:center center!important;
}

/* V284 stable premium storefront */
.v282-nav{display:flex!important;flex-wrap:wrap!important;gap:6px!important;border:0!important;background:transparent!important}
.v282-nav a{flex:1 1 105px!important;border-radius:12px!important}
.v274-product-card .v257-product-image,.v271-feature-grid.multi .v257-product-image{min-height:265px!important;background-size:cover!important;background-position:center!important}

/* V286 master visual reset marker */
.v286-master-reset{display:block}

/* V287 buyer-focused marketplace layout marker */
.v287-marketplace-ready{display:block}

/* V288 mobile buyer polish marker */
.v288-mobile-polish{display:block}

/* V289 full storefront unlock marker */
.v289-full-storefront{display:block}

/* V290 storefront product image finish marker */
.v290-product-image-finish{display:block}

/* V291 product system finish marker */
.v291-product-system-finish{display:block}
