/* ============================================================================
   OmniSolver Models · official.css — Official Store (/official).
   Copper-accented premium framing on the dark "foundry" base. Tokens only.
   NO rendered model anywhere — catalog + trust card use the shared .asset-viz
   tile (gradient + wireframe cube glyph). Mirrors the landing's .asset-card.
   ============================================================================ */

/* ---- Hero band ---- */
.off-hero { position: relative; padding-top: var(--s-8); }
.off-hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr);
  gap: var(--s-9); align-items: center;
}
.off-hero-copy { max-width: 36rem; }

/* copper eyebrow (kin to Skills family) */
.off-eyebrow { display: inline-flex; align-items: center; gap: .45em; color: var(--copper); }
.off-eyebrow .icon { width: 1em; height: 1em; }

.off-h1 {
  font-size: var(--fs-3xl); line-height: var(--lh-tight); margin: var(--s-4) 0 var(--s-5);
  letter-spacing: var(--tracking-tight); font-weight: 650;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.off-copper-text {
  display: inline-block;
  background: var(--grad-copper); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.off-lede { color: var(--text-2); font-size: var(--fs-md); line-height: var(--lh-body); max-width: 46ch; margin: 0 0 var(--s-6); }

.off-trust-chips { gap: var(--s-2); margin-bottom: var(--s-6); }
.off-trust-chips .icon { width: .95em; height: .95em; }
.off-hero-cta { gap: var(--s-3); }
.off-hero-cta .icon { width: 1em; height: 1em; }

/* ---- Trust signal card (replaces the old live 3D viewer) ---- */
.off-trust-card { padding: var(--s-5); }
.off-trust-viz { aspect-ratio: 16 / 10; }
.off-trust-viz .glyph { width: 36%; height: 36%; }
.off-trust-title { font-weight: 650; font-size: var(--fs-md); color: var(--text);
  letter-spacing: var(--tracking-tight); margin-top: var(--s-4); }
.off-trust-sub { margin: var(--s-2) 0 var(--s-5); }
.off-trust-bars { margin-top: var(--s-2); }
.off-trust-bars .mbar { grid-template-columns: 92px 1fr 34px; gap: 10px; }
.off-trust-bars .fill { width: 0; }

/* ---- "What Official means" promise cards ---- */
.off-promise-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s-4); }
.off-promise { padding: var(--s-6); }
.off-promise h3 { font-size: var(--fs-lg); margin: var(--s-4) 0 var(--s-2); }
.off-promise p { margin: 0; line-height: var(--lh-body); }
.off-promise-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--glass-bg); border: 1px solid var(--line);
}
.off-promise-ic .icon { width: 22px; height: 22px; }
.off-promise-ic.teal { color: var(--teal-hi); border-color: var(--line-teal);
  background: rgba(34,199,182,.12); box-shadow: 0 0 24px rgba(34,199,182,.18); }
.off-promise-ic.copper { color: var(--copper-hi); border-color: rgba(214,160,106,.4);
  background: rgba(214,160,106,.12); box-shadow: 0 0 24px rgba(214,160,106,.2); }

/* ---- Catalog head ---- */
.off-cat-head { display: flex; align-items: flex-end; justify-content: space-between;
  gap: var(--s-4); flex-wrap: wrap; margin-bottom: var(--s-6); }
.off-cat-title { font-size: var(--fs-2xl); margin: var(--s-2) 0 0; }

/* ---- Official catalog: metric-forward .asset-card (mirrors landing) ---- */
.asset-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.asset-card { padding: 14px; display: block; color: inherit; }
.asset-card:hover { color: inherit; }
.asset-card .asset-viz { aspect-ratio: 4 / 3; }
.asset-card .ac-row { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); margin: 12px 0 6px; }
.asset-card .ac-row .badge-official .icon { width: 1em; height: 1em; }
.asset-card .ac-price { font-family: var(--font-mono); font-weight: 600; color: var(--copper-hi); white-space: nowrap; }
.asset-card .ac-price.free { color: var(--teal-hi); }
.asset-card .ac-title { font-size: var(--fs-md); margin: 0 0 4px; line-height: var(--lh-snug);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.asset-card:hover .ac-title { color: var(--teal-hi); }
.asset-card .ac-meta { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); }
.asset-card .ac-cat { text-transform: capitalize; }
.asset-card .ac-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--text-2); }
.asset-card .ac-rating .icon { width: .95em; height: .95em; color: var(--amber); }
.asset-card .ac-rating.empty { color: var(--text-muted); }
.asset-card .ac-rating.empty .icon { color: var(--text-faint); }
.asset-card .ac-rating-c { color: var(--text-muted); }

/* ---- Skeletons ---- */
.off-sk .ac-row { margin: 12px 0 0; }
.off-sk .sk-line { border-radius: var(--r-xs); }
.off-sk .sk-line.w-pill { width: 78px; height: 18px; }
.off-sk .sk-line.w-price { width: 54px; height: 18px; }
.off-sk .sk-line.w-title { width: 70%; height: 16px; margin-top: 12px; }

/* ---- Footer ---- */
.off-footer { gap: var(--s-4); }

/* ---- Responsive ---- */
@media (max-width: 1000px) {
  .asset-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 920px) {
  .off-hero-grid { grid-template-columns: 1fr; gap: var(--s-7); }
  .off-hero-copy { max-width: none; }
  .off-trust-card { max-width: 480px; }
  .off-promise-grid { grid-template-columns: 1fr; }
  .asset-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .off-h1 { font-size: var(--fs-2xl); }
}
@media (max-width: 480px) {
  .asset-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .off-hero-cta .btn { flex: 1; }
}
