/* Raisonné — Site v4 · Field Map showcase section.
   A headline differentiator block: compact collector × artist heat grid
   that demonstrates "who holds what, and who wants it" at marketing scale.
   Uses site tokens so it flips with theme-dark automatically. */

.fmx { background: var(--ink); color: var(--paper); padding: var(--pad-section) 0; overflow: hidden; }
:root.theme-dark .fmx { background: var(--paper-2); color: var(--ink); }

.fmx .fmx-grid-wrap { display: grid; grid-template-columns: 1.05fr 1.35fr; gap: 64px; align-items: center; }
@media (max-width: 980px){ .fmx .fmx-grid-wrap { grid-template-columns: 1fr; gap: 44px; } }

.fmx .fmx-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--grotesk);
  font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 24px; }
.fmx .fmx-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.fmx .fmx-h { font-family: var(--serif); font-weight: 400; font-size: 52px; line-height: .98; letter-spacing: -.01em; }
.fmx .fmx-h .it { font-style: italic; color: var(--accent); }
.fmx .fmx-lede { font-family: var(--serif); font-size: 20px; line-height: 1.5; color: rgba(244,236,220,.74);
  margin-top: 22px; max-width: 42ch; }
:root.theme-dark .fmx .fmx-lede { color: var(--mid); }
.fmx .fmx-points { list-style: none; margin-top: 28px; display: flex; flex-direction: column; gap: 13px; }
.fmx .fmx-points li { font-family: var(--grotesk); font-size: 14.5px; line-height: 1.4; color: rgba(244,236,220,.9);
  display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; }
:root.theme-dark .fmx .fmx-points li { color: var(--ink-2); }
.fmx .fmx-points .k { width: 13px; height: 13px; border-radius: 3px; margin-top: 2px; flex-shrink: 0; }
.fmx .fmx-points .k.hold { background: var(--accent); }
.fmx .fmx-points .k.skel { background: transparent; box-shadow: inset 0 0 0 1.5px var(--accent-deep);
  background-image: repeating-linear-gradient(-45deg, transparent 0 3px, rgba(168,106,82,.7) 3px 4.5px); }
.fmx .fmx-points .k.want { background: transparent; border-radius: 50%; box-shadow: inset 0 0 0 1.5px #88acc6; }

/* the grid panel */
.fmx .fmx-panel { background: rgba(255,255,255,.03); border: 1px solid rgba(244,236,220,.12); border-radius: 12px;
  padding: 26px; box-shadow: 0 40px 90px -40px rgba(0,0,0,.6); }
:root.theme-dark .fmx .fmx-panel { background: var(--paper); border-color: var(--line); }
.fmx .fmx-panel-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; }
.fmx .fmx-panel-t { font-family: var(--grotesk); font-size: 10px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(244,236,220,.55); }
:root.theme-dark .fmx .fmx-panel-t { color: var(--muted); }
.fmx .fmx-panel-legend { display: flex; gap: 14px; }
.fmx .fmx-lg { display: inline-flex; align-items: center; gap: 6px; font-family: var(--grotesk); font-size: 10px;
  color: rgba(244,236,220,.6); }
:root.theme-dark .fmx .fmx-lg { color: var(--mid); }
.fmx .fmx-lg .sw { width: 12px; height: 12px; border-radius: 3px; }

.fmx .fmx-matrix { display: grid; gap: 5px; }
.fmx .fmx-colrow { display: grid; gap: 5px; align-items: end; }
.fmx .fmx-corner { font-family: var(--grotesk); font-size: 9px; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(244,236,220,.4); align-self: end; }
:root.theme-dark .fmx .fmx-corner { color: var(--muted); }
.fmx .fmx-colh { font-family: var(--serif); font-size: 13px; text-align: center; color: rgba(244,236,220,.85);
  padding-bottom: 4px; line-height: 1; }
:root.theme-dark .fmx .fmx-colh { color: var(--ink-2); }
.fmx .fmx-row { display: grid; gap: 5px; align-items: center; }
.fmx .fmx-rowh { font-family: var(--serif); font-size: 14px; color: rgba(244,236,220,.92); text-align: right;
  padding-right: 10px; white-space: nowrap; }
:root.theme-dark .fmx .fmx-rowh { color: var(--ink); }
.fmx .fmx-cell { height: 46px; border-radius: 5px; position: relative; transition: transform .14s ease;
  background: rgba(255,255,255,.04); }
:root.theme-dark .fmx .fmx-cell { background: var(--paper-2); }
.fmx .fmx-cell:hover { transform: scale(1.07); z-index: 2; }
.fmx .fmx-cell.skel { box-shadow: inset 0 0 0 1.5px var(--accent-deep); }
.fmx .fmx-cell.skel::after { content: ''; position: absolute; inset: 0; border-radius: 5px;
  background-image: repeating-linear-gradient(-45deg, transparent 0 4px, rgba(168,106,82,.55) 4px 5.5px); }
.fmx .fmx-cell.want { background: rgba(136,172,198,.12); box-shadow: inset 0 0 0 1.4px #88acc6; display: flex;
  align-items: center; justify-content: center; }
.fmx .fmx-cell.want::after { content: ''; width: 11px; height: 11px; border-radius: 50%;
  border: 1.5px solid #88acc6; }
.fmx .fmx-cell.sell::before { content: ''; position: absolute; top: 4px; right: 4px;
  border-left: 7px solid transparent; border-bottom: 7px solid rgba(244,236,220,.9); }
:root.theme-dark .fmx .fmx-cell.sell::before { border-bottom-color: var(--ink); }

/* stat strip under the grid */
.fmx .fmx-stats { display: flex; gap: 28px; margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(244,236,220,.12); }
:root.theme-dark .fmx .fmx-stats { border-top-color: var(--line); }
.fmx .fmx-stat .n { font-family: var(--serif); font-size: 28px; line-height: 1; }
.fmx .fmx-stat .n.accent { color: var(--accent); }
.fmx .fmx-stat .l { font-family: var(--grotesk); font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(244,236,220,.55); margin-top: 7px; }
:root.theme-dark .fmx .fmx-stat .l { color: var(--muted); }

@media (prefers-reduced-motion: reduce){ .fmx .fmx-cell:hover { transform: none; } }
