.store-page { background: #eef3f7; }
.hub-nav-button { min-height: 42px; display: inline-flex; align-items: center; padding: .55rem .85rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white; text-decoration: none; font-weight: 850; }
.hub-nav-button:hover, .hub-nav-button:focus-visible { background: white; color: var(--navy); }
.store-hero { margin-top: 1.25rem; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: clamp(1.2rem, 4vw, 3rem); min-height: 390px; padding: clamp(1.5rem, 5vw, 3.25rem); overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 85% 15%, rgba(245,179,53,.2), transparent 26%), linear-gradient(135deg, var(--navy), var(--navy-2)); color: white; box-shadow: var(--shadow); }
.store-hero h1 { max-width: none; font-size: clamp(2.45rem, 7vw, 5.5rem); letter-spacing: -.055em; }
.store-intro { max-width: 48ch; margin: 1rem 0 0; color: #e4edf4; font-size: clamp(1rem, 2vw, 1.2rem); }
.store-hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.35rem; }
.button-gold { background: var(--gold); color: var(--navy-2); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: white; }
.store-hero-mark { display: grid; place-items: center; }
.store-hero-mark img { width: min(290px, 100%); aspect-ratio: 1; border-radius: 50%; object-fit: cover; border: 4px solid var(--gold); box-shadow: 0 18px 55px rgba(0,0,0,.32); }
.store-status { margin-top: 1rem; display: grid; grid-template-columns: auto 1fr; gap: .8rem 1.15rem; align-items: center; padding: 1rem 1.15rem; border: 1px solid #e0bd65; border-radius: 16px; background: #fff6dc; color: var(--navy-2); }
.store-status strong { white-space: nowrap; }
.store-status span { color: #4d5964; }
.store-kicker { margin: 0 0 .2rem !important; color: #a36d00 !important; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.category-card { min-height: 165px; display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--line); border-radius: 17px; background: white; text-decoration: none; transition: .16s ease; }
.category-card:hover, .category-card:focus-visible { transform: translateY(-2px); border-color: var(--gold); box-shadow: var(--shadow); }
.category-arrow { align-self: flex-end; width: 34px; height: 34px; display: grid; place-content: center; border-radius: 50%; background: var(--gold-soft); color: var(--navy); font-weight: 900; }
.category-card strong { margin-top: auto; color: var(--navy); font-size: 1.02rem; }
.category-card span:last-child { margin-top: .28rem; color: var(--muted); font-size: .84rem; }
.catalog-section { scroll-margin-top: 5.5rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.collection-empty { grid-column: 1 / -1; min-height: 118px; display: flex; flex-direction: column; justify-content: center; gap: .3rem; padding: 1.15rem; border: 1px dashed #9eb2c1; border-radius: 16px; background: rgba(255,255,255,.72); }
.collection-empty strong { color: var(--navy); }
.collection-empty span { color: var(--muted); }
.store-collections { display: grid; gap: 1rem; padding: 1.15rem 0; }
.collection-block { padding: 1.15rem; border: 1px solid var(--line); border-radius: 20px; background: white; }
.collection-heading { display: flex; align-items: center; gap: .8rem; margin-bottom: .8rem; }
.collection-heading > span { width: 45px; height: 45px; display: grid; place-content: center; border-radius: 13px; background: var(--navy); color: var(--gold); font-weight: 900; }
.collection-heading h2 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.wos-store-panel { margin: 1.15rem 0; display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: clamp(1.2rem, 4vw, 2rem); border-radius: 22px; background: linear-gradient(125deg, #5d1735, #871f4e); color: white; }
.wos-store-panel .store-kicker { color: #ffd771 !important; }
.wos-store-panel h2 { margin: 0; font-size: clamp(1.4rem, 3vw, 2rem); }
.wos-store-panel p:not(.store-kicker) { max-width: 65ch; margin: .5rem 0 0; color: #f7e9ef; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.info-grid article { padding: 1rem; border-top: 4px solid var(--gold); border-radius: 14px; background: white; box-shadow: 0 6px 20px rgba(0,49,88,.07); }
.info-grid h3 { margin: 0 0 .45rem; color: var(--navy); font-size: 1rem; }
.info-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.info-grid a { color: var(--navy); font-weight: 850; }
.store-note { margin-bottom: 1rem; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: white; }
.product-image { aspect-ratio: 4 / 3; background: #e8eef3; }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-card-body { padding: 1rem; }
.product-card h3 { margin: .45rem 0 .35rem; color: var(--navy); }
.product-card p { color: var(--muted); }
.product-price { color: var(--navy) !important; font-size: 1.2rem; font-weight: 900; }
.product-options { font-size: .86rem; }
.made-usa, .template-label { display: inline-flex; padding: .3rem .58rem; border-radius: 999px; background: var(--gold-soft); color: var(--navy-2); font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.disabled-button { background: #dce3e8; color: #65727d; cursor: not-allowed; }
.product-main { padding-top: 1rem; }
.store-breadcrumb { display: flex; flex-wrap: wrap; gap: .4rem; margin: .3rem 0 .9rem; color: var(--muted); font-size: .86rem; }
.store-breadcrumb a { color: var(--navy); font-weight: 800; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(1.2rem, 4vw, 3rem); padding: clamp(1rem, 4vw, 2rem); border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.detail-image { min-height: 480px; overflow: hidden; border-radius: 18px; background: #e8eef3; }
.detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-placeholder { display: grid; place-items: center; align-content: center; gap: .8rem; border: 2px dashed #a9bac7; color: var(--muted); font-weight: 800; }
.detail-placeholder img { width: min(260px, 64%); height: auto; aspect-ratio: 1; border-radius: 50%; opacity: .38; }
.detail-copy h1 { max-width: none; margin-top: .7rem; color: var(--navy); font-size: clamp(2rem, 5vw, 3.2rem); }
.detail-price { margin: .7rem 0; color: #a36d00; font-size: 1.5rem; font-weight: 900; }
.detail-field { display: grid; grid-template-columns: 145px 1fr; gap: .8rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.detail-field strong { color: var(--navy); }
.detail-field span { color: var(--muted); }
.order-button { width: 100%; margin-top: 1rem; }
.bottom-nav .active { background: rgba(245,179,53,.2); color: var(--gold); }

@media (max-width: 920px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .info-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .detail-image { min-height: 380px; }
}

@media (max-width: 680px) {
  .store-hero { min-height: auto; grid-template-columns: 1fr auto; padding: 1.25rem; border-radius: 18px; }
  .store-hero-mark img { width: 116px; }
  .store-hero-actions { grid-column: 1 / -1; }
  .store-hero-actions .button { flex: 1; }
  .store-status { grid-template-columns: 1fr; }
  .store-status strong { white-space: normal; }
  .product-grid { grid-template-columns: 1fr; }
  .wos-store-panel { grid-template-columns: 1fr; }
  .wos-store-panel .button { width: 100%; }
}

@media (max-width: 460px) {
  .store-hero { grid-template-columns: 1fr 88px; gap: .75rem; }
  .store-hero h1 { font-size: clamp(2.1rem, 13vw, 3rem); }
  .store-hero-mark img { width: 82px; border-width: 2px; }
  .store-hero-actions { display: grid; }
  .category-grid, .info-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 132px; }
  .detail-image { min-height: 280px; }
  .detail-field { grid-template-columns: 1fr; gap: .15rem; }
}
