/* VORX — capa masónica sobre OKAI. Negro + oro + serif display. */
:root { --vorx-gold:#C6A15B; --vorx-gold-hi:#E7CF9B; }

/* negro más profundo que el #0A0B0F de OKAI */
body, .mil-top-panel, .mil-menu-window { background-color:#08090C; }

/* headings display en serif — sensación editorial/esotérica */
h1.mil-fs68, .mil-banner-text h1, h1.mil-fs42, h2.mil-fs42, h2.mil-fs32, h2.mil-fs68, .mil-accent-section h2 {
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-weight:600; letter-spacing:.01em;
}

/* logo en serif con oro */
.mil-logo { font-family:"Cormorant Garamond", Georgia, serif; letter-spacing:.14em; }
.mil-accent { color:var(--vorx-gold); }

/* filete dorado decorativo reutilizable */
.vorx-rule { height:1px; max-width:180px; margin:0 auto;
  background:linear-gradient(90deg,transparent,var(--vorx-gold),transparent); opacity:.55; }

/* eyebrow dorado */
.vorx-eyebrow { font-size:12px; letter-spacing:.32em; text-transform:uppercase;
  color:var(--vorx-gold); }

/* precio tachado */
.vorx-was { color:#7C766A; text-decoration:line-through; margin-right:12px; }

/* portada placeholder cuando el libro no tiene imagen */
.vorx-cover-ph { aspect-ratio:3/4; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(160deg,#14151A,#0B0C10);
  border:1px solid #2A2A22; border-radius:2px; }
.vorx-cover-ph svg { width:44px; height:44px; opacity:.5; }

/* dentro del frame OKAI (padding-bottom:120%) el placeholder va absoluto */
.mil-store-card .mil-cover-frame .vorx-cover-ph {
  position:absolute; inset:0; aspect-ratio:auto; border:0; border-radius:0; }

/* número de volumen dorado en las cards */
.vorx-no { font-family:"Cormorant Garamond",Georgia,serif; color:var(--vorx-gold);
  font-size:14px; letter-spacing:.16em; }

/* badge sigilo hero */
.vorx-sigil { width:72px; height:72px; margin:0 auto 24px; display:block; opacity:.92; }
