/* Storefront only. Do not depend on studio app.css (that file grids the body at 260px). */
body.store {
  display: block !important;
  grid-template-columns: none !important;
  background: #070709 !important;
  color: #f7f2f5 !important;
  font-family: "Instrument Sans", system-ui, sans-serif;
  margin: 0;
  min-height: 100vh;
}
.store a { color: #ff6b9d; }
.store h1, .store h2, .store h3 { font-family: Syne, sans-serif; color: #fff; }
.store p { color: #c9c0c6; line-height: 1.5; }
.store .primary, .store button.primary {
  background: #ff2d7b; color: #fff; border: 0; border-radius: 999px;
  padding: 10px 16px; text-decoration: none; font: inherit; cursor: pointer; display: inline-block;
}
.store .ghost {
  border: 1px solid rgba(255,255,255,.2); color: #f7f2f5; border-radius: 999px;
  padding: 8px 14px; text-decoration: none; background: transparent; display: inline-block;
}
.store input, .store select, .store textarea {
  background: #121214; color: #fff; border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 10px 12px; font: inherit; width: 100%;
}
.store .hint { font-size: 13px; color: #9a8f96; }
.store .price { color: #ff2d7b; font-weight: 700; font-size: 22px; }
.store .eyebrow { letter-spacing: .16em; text-transform: uppercase; font-size: 11px; color: #ff6b9d; }
.store-nav {
  display: flex; gap: 18px; align-items: center; justify-content: space-between;
  padding: 14px 22px; position: sticky; top: 0; z-index: 10;
  background: rgba(7,7,9,.94); border-bottom: 1px solid rgba(255,45,123,.25);
}
.store-logo { font-family: Syne, sans-serif; font-weight: 800; letter-spacing: .08em; color: #ff2d7b; text-decoration: none; font-size: 22px; }
.store-nav nav { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.store-nav a { color: #f7f2f5; text-decoration: none; }
.store-nav a:hover { color: #ff2d7b; }
.sale-banner { background: #ff2d7b; color: #fff; text-align: center; padding: 10px 16px; display: grid; gap: 6px; }
.sale-banner a { color: #fff; font-weight: 700; text-decoration: none; }
.cat-row { max-width: 1180px; margin: 0 auto 16px; padding: 0 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 12px;
  color: #c9c0c6; text-decoration: none; font-size: 13px;
}
.chip.on { color: #fff; border-color: #ff2d7b; background: rgba(255,45,123,.12); }
.store-search { flex: 1; max-width: 420px; }
.store-hero { max-width: 1100px; margin: 28px auto; padding: 0 20px; }
.store-hero h1 { font-size: clamp(36px, 6vw, 64px); color: #fff; margin: 0 0 8px; }
.store-layout { max-width: 1180px; margin: 0 auto; padding: 0 20px 60px; display: grid; grid-template-columns: 220px 1fr; gap: 24px; }
.filters { background: #121214; border: 1px solid rgba(255,45,123,.18); border-radius: 18px; padding: 16px; height: fit-content; position: sticky; top: 72px; display: grid; gap: 10px; }
.store-toolbar { display: flex; justify-content: flex-end; gap: 8px; align-items: center; margin-bottom: 12px; }
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tile {
  background: #121214; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 14px;
  display: grid; gap: 8px;
}
.tile .ph {
  height: 180px; border-radius: 14px; display: grid; place-items: center;
  background: radial-gradient(circle at 30% 20%, rgba(255,45,123,.45), #1a1a1f 60%);
  overflow: hidden;
}
.tile .ph img, .pdp-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-img { height: auto; max-width: 420px; border-radius: 22px; margin: 0 auto 16px; }
.tile h3 { margin: 0; font-size: 16px; }
.tile h3 a { color: inherit; text-decoration: none; }
.tile h3 a:hover { color: #ff2d7b; }
.tile .badge { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #ff6b9d; }
.tile .row, .row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.tile s { opacity: .55; font-weight: 400; font-size: 14px; }
.trust { max-width: 1100px; margin: 0 auto 40px; padding: 0 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.trust div { border: 1px solid rgba(255,45,123,.2); border-radius: 14px; padding: 12px; text-align: center; font-size: 13px; }
.store-foot { text-align: center; padding: 24px; color: #9a8f96; }
.cart-link span { background: #ff2d7b; color: #fff; border-radius: 99px; padding: 1px 7px; font-size: 12px; }
.flash { padding: 10px 20px; text-align: center; }
.flash.ok { color: #3ee0b2; }
.lead-box, .bio-card { display: grid; gap: 10px; background: #121214; padding: 20px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); max-width: 720px; margin: 24px auto; }
.public-hero, .public-copy { max-width: 860px; margin: 0 auto 28px; padding: 0 20px; }
.steps { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0 0 16px; flex-wrap: wrap; }
.steps li { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 6px 12px; font-size: 13px; color: #9a8f96; }
.steps li.on { color: #fff; border-color: #ff2d7b; background: rgba(255,45,123,.12); }
.check { display: flex; gap: 8px; align-items: center; }
@media (max-width: 900px) {
  .store-layout, .store-grid, .trust { grid-template-columns: 1fr 1fr; }
  .store-layout { grid-template-columns: 1fr; }
  .filters { position: relative; top: 0; }
  .store-nav { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  .store-grid, .trust { grid-template-columns: 1fr; }
}
