/*
 * Page-specific styles for /products/drc.
 *
 * Port of the design's inline <style> block in `Imaginando DRC.html`.
 * Same convention as GRFX / DLYM / K7D / TKFX / UBRIDGE — product-detail
 * chrome (.product-nav, .sec-head, .hero, .req-grid, .help-grid …) is
 * duplicated here. Hoist into /style.css once a 5th product page
 * mounts the same block.
 *
 * Already in /style.css (intentionally NOT duplicated):
 *   :root tokens, html/body/a/button resets, ::selection, .mono, .wrap,
 *   .btn / .btn.primary / .btn.ghost / .btn .arrow, .section, .reveal,
 *   .split .sblock.warm overrides.
 *
 * DRC-only chrome:
 *   .pillar / .pillar.flip    — 2-col narrative section used twice
 *                                 (Character + Motion pillars).
 *   .acronym                  — D · R · C accented-letter stack.
 *   .rc-vis / .motion-vis     — pillar visuals (RC charge SVG +
 *                                 LFO×LFO animated traces).
 *   .ch-mosaic / .ch-card     — 3-col character-cards grid under the
 *                                 Character pillar.
 *   .engine-grid / .ecard     — 4-card engine showcase (12-col with
 *                                 span-7/span-5 variants).
 *   .exp-grid / .exp          — expansions cards. Hue-driven art
 *                                 fallbacks (.a-factory, .a-iconic1,
 *                                 .a-outer, .a-constellations) are
 *                                 paired with a background-image
 *                                 override when the API supplies a
 *                                 real cover URL.
 *   .tut-grid / .tut          — 3 tutorial cards (hue-driven thumb
 *                                 fallback).
 *   .ratings / .rating-card   — store rating cards.
 */

/* ============================================================
 * Local card token — DRC runs against the dark global theme but
 * picks up a slightly warmer card surface than GRFX's cool tint.
 * ============================================================ */
.product-nav,
.ftile,
.ecard,
.exp,
.tut,
.rating-card,
.pcol,
.demo-banner,
.sblock,
.req,
.hcard,
.tpl-trailer {
  --drc-card: var(--card, #0e0e12);
}

/* ============================================================
 * Section heading override — product-detail scale.
 * ============================================================ */
.sec-head { margin-bottom: 48px; flex-wrap: wrap; }
.sec-head h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin: 8px 0 0;
  text-wrap: balance;
}
.sec-head h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.sec-head .meta {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  max-width: 30ch;
}

/* ============================================================
 * HERO — per-product tint only. The hero chrome AND the shared photo
 * framing (`.phero-*`, `.hero-img-col`, `img.hero-shot`) live in
 * public/style.css (via +productHero — refs #444); only DRC's
 * bespoke `.phero-bg` gradient stays here.
 * ============================================================ */
.phero-bg {
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, color-mix(in oklab, var(--accent) 22%, transparent), transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, color-mix(in oklab, var(--accent) 12%, transparent), transparent 60%);
}
@media (max-width: 1000px) {
  .hero-img-col { margin-top: 0; }
}

/* ============================================================
 * OVERVIEW — the `.ov-*` block is now shared in public/style.css
 * (Product "Overview" section). DRC keeps ONE override below: it has
 * FOUR pillars (Character / Motion / Instrument / Engine), so its
 * `.ov-pillars` runs as a 4-col grid that steps down to 2-col then
 * 1-col. This sheet loads after style.css, so these win the cascade.
 * ============================================================ */
.ov-pillars { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px) { .ov-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .ov-pillars { grid-template-columns: 1fr; } }

/* ============================================================
 * PILLAR — 2-col narrative section (used by Character + Motion).
 * `.flip` swaps the visual to the left column. The visual cell
 * (.pillar-vis) is a square panel with a faint dot grid + accent-
 * tinted radial wash; per-pillar SVG overlays sit inside.
 * ============================================================ */
.pillar {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.pillar.flip { grid-template-columns: 0.95fr 1.05fr; }
@media (max-width: 1000px) {
  .pillar, .pillar.flip { grid-template-columns: 1fr; gap: 36px; }
  .pillar.flip .pillar-vis { order: -1; }
}
.pillar .pillar-h {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 18px 0 0;
  text-wrap: balance;
}
.pillar .pillar-h em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.pillar .body { margin: 22px 0 0; color: var(--fg-dim); font-size: 16.5px; line-height: 1.6; max-width: 48ch; text-wrap: pretty; }

.pillar .proof {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pillar .proof li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 0.5px dashed var(--line);
  align-items: baseline;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--fg);
}
.pillar .proof li:first-child { border-top: 0; }
.pillar .proof li .lab {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
  padding-top: 2px;
}
.pillar .proof li .lab.dim { color: var(--fg-faint); }

.pillar-vis {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 0.5px solid var(--line-strong);
  overflow: hidden;
  background: radial-gradient(ellipse 80% 70% at 50% 30%, color-mix(in oklab, var(--accent) 14%, #0e0c08), #08070a);
}
.pillar-vis .grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}
.pillar-vis .ovl {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f1e6cf;
  opacity: 0.62;
}
.pillar-vis .ovl.br {
  left: auto;
  right: 18px;
  top: auto;
  bottom: 18px;
  color: var(--accent);
  opacity: 0.85;
}

/* RC charge curve (Character pillar). The `.charge` path
 * animates the stroke-dashoffset to "draw" a capacitor
 * charging through a resistor; `.fillc` is the area under the
 * curve, faint-accent fill. */
.rc-vis svg { position: absolute; inset: 0; width: 100%; height: 100%; padding: 34px; box-sizing: border-box; }
.rc-vis .axis { stroke: rgba(244, 241, 234, 0.16); stroke-width: 0.5; }
.rc-vis .fillc { fill: var(--accent); opacity: 0.08; }
.rc-vis .charge {
  stroke: var(--accent);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: drc-rc-charge 4s ease-in-out infinite;
}
@keyframes drc-rc-charge {
  0% { stroke-dashoffset: 520; }
  45%, 100% { stroke-dashoffset: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .rc-vis .charge { animation: none; stroke-dashoffset: 0; }
}

/* LFO × LFO traces (Motion pillar). The carrier path is the
 * audio-rate wave whose frequency is modulated by LFO1; the
 * `.mod` path is LFO1 itself, slow and dim. The group rolls
 * horizontally so the trace "scrolls" left, evoking a tape
 * spool — paused when reduced motion is requested. */
.motion-vis svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.motion-vis path { fill: none; }
.motion-vis .carrier {
  stroke: var(--accent);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 6px color-mix(in oklab, var(--accent) 55%, transparent));
}
.motion-vis .mod { stroke: var(--fg-faint); stroke-width: 1; opacity: 0.45; }
.motion-roll { animation: drc-motion-roll 7s linear infinite; }
@keyframes drc-motion-roll {
  from { transform: translateX(0); }
  to { transform: translateX(-320px); }
}
@media (prefers-reduced-motion: reduce) {
  .motion-roll { animation: none; }
}

/* ============================================================
 * ACRONYM — D · R · C accented-letter stack used inside the
 * Character pillar copy. The accented letter is large display
 * type in accent colour, the rest sits at a smaller display
 * size on the baseline.
 * ============================================================ */
.acronym {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 26px 0 4px;
}
.acronym .word { display: flex; align-items: baseline; gap: 18px; }
.acronym .word .ltr {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--accent);
}
.acronym .word .rest {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: -0.01em;
  color: var(--fg);
}
@media (max-width: 520px) {
  .acronym .word { flex-direction: column; gap: 2px; }
}

/* ============================================================
 * CHARACTER mosaic — 3-col card grid under the Character pillar.
 * Cards are .ftile.warm with no `.vis` panel — copy-only.
 * ============================================================ */
.ch-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 64px;
}
@media (max-width: 900px) { .ch-mosaic { grid-template-columns: 1fr; } }
.ch-card { min-height: 0; padding: 28px; }

/* ============================================================
 * INSTRUMENT — 12-col feature mosaic (7 tiles).
 * ============================================================ */
.ftile {
  position: relative;
  border: 0.5px solid var(--line);
  border-radius: 16px;
  background: var(--drc-card);
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 240px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.ftile:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.ftile .ix { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-faint); }
.ftile h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0;
  text-wrap: balance;
}
.ftile h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.ftile p { margin: 0; color: var(--fg-dim); font-size: 14.5px; line-height: 1.55; text-wrap: pretty; flex: 1; }
.ftile .vis {
  height: 140px;
  border-radius: 10px;
  border: 0.5px solid var(--line);
  overflow: hidden;
  position: relative;
  background: #100b08;
}
.ftile.warm {
  background: linear-gradient(180deg, color-mix(in oklab, var(--accent) 8%, var(--drc-card)), var(--drc-card));
}


/* Feature visual SVGs (one per `kind:` value) — accent strokes,
 * dim variants for reference traces, no animation. All colours
 * driven by CSS classes (not SVG presentation attributes) so the
 * `.ftile.featured` override below can invert them against the
 * accent fill without touching the markup. */
.osc-vis, .filter-vis, .env-vis, .mpe-vis { position: absolute; inset: 0; display: grid; place-items: center; padding: 14px; }
.osc-vis svg, .filter-vis svg, .env-vis svg, .mpe-vis svg { width: 100%; height: 100%; }

/* osc — alternating-square + sine reference trace. */
.osc-vis path { stroke: var(--accent); stroke-width: 1.5; fill: none; opacity: 0.9; }
.osc-vis path.dim { stroke: var(--fg-faint); opacity: 0.3; }

/* filter — resonant low-pass peak + cutoff dashed line. */
.filter-vis svg path,
.filter-vis svg line { fill: none; }
.filter-vis .fv-main { stroke: var(--accent); stroke-width: 1.5; }
.filter-vis .fv-floor { stroke: rgba(244, 241, 234, 0.2); stroke-width: 0.5; }
.filter-vis .fv-cutoff { stroke: rgba(244, 241, 234, 0.15); stroke-dasharray: 2 4; }

/* env — ADSR contour with breakpoint dots and a faint area-fill. */
.env-vis svg path { fill: none; }
.env-vis .fv-curve { stroke: var(--accent); stroke-width: 1.5; }
.env-vis .fv-fill  { fill: var(--accent); opacity: 0.1; stroke: none; }
.env-vis .fv-pt    { fill: var(--accent); }

/* mpe — touch dots + wider halo on the two MPE-active keys. */
.mpe-vis .fv-touch { fill: var(--accent); }
.mpe-vis .fv-halo  { fill: none; stroke: var(--accent); stroke-opacity: 0.3; }

.fx-vis { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 14px; }
.fx-vis .fx-row { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--fg); }
.fx-vis .fx-row .lab { width: 60px; color: var(--fg-faint); text-transform: uppercase; }
.fx-vis .fx-row .bar { flex: 1; height: 6px; border-radius: 3px; background: rgba(255, 255, 255, 0.06); position: relative; overflow: hidden; }
.fx-vis .fx-row .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w, 60%);
  background: linear-gradient(90deg, var(--accent), color-mix(in oklab, var(--accent) 70%, white));
  box-shadow: 0 0 8px color-mix(in oklab, var(--accent) 60%, transparent);
}

/* ============================================================
 * ENGINE — 4-card grid (span-7/span-5/span-5/span-7).
 * First card carries the `.lit` accent backdrop + a chip row.
 * ============================================================ */
.engine-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
/* Engine cards span the 12-col track directly. The generic `.span-*` helpers
 * are scoped to `.mosaic` in style.css (they don't reach `.engine-grid`), so
 * the spans are declared here — otherwise every card collapses to one column
 * and the four cluster into the left third. */
.engine-grid .ecard.span-7 { grid-column: span 7; }
.engine-grid .ecard.span-5 { grid-column: span 5; }
@media (max-width: 900px) {
  .engine-grid { grid-template-columns: repeat(2, 1fr); }
  .engine-grid .ecard.span-7,
  .engine-grid .ecard.span-5 { grid-column: span 1; }
}
/* Phones: two columns leave each card too narrow — the copy wraps every
   couple of words. Drop to a single column. */
@media (max-width: 640px) {
  .engine-grid { grid-template-columns: 1fr; }
}
.ecard {
  border: 0.5px solid var(--line);
  border-radius: 16px;
  background: var(--drc-card);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 200px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.ecard:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.ecard.lit {
  background: linear-gradient(180deg, color-mix(in oklab, var(--accent) 8%, var(--drc-card)), var(--drc-card));
}
.ecard .ek { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-faint); }
.ecard h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0;
  text-wrap: balance;
}
.ecard h3 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.ecard p { margin: 0; color: var(--fg-dim); font-size: 14px; line-height: 1.5; text-wrap: pretty; flex: 1; }
.ecard .pills { display: flex; flex-wrap: wrap; gap: 6px; }
.ecard .pills span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f1e6cf;
  border: 0.5px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 9px;
}

/* AUDIO DEMOS — the `.audio-*` / `.sc-frame` block is now shared in
 * public/style.css (Product "Audio demos" section). DRC uses the
 * inline layout unchanged. */

/* Hue-driven art fallbacks (used when no cover image is provided). */
.a-factory       { background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 8px, transparent 8px 16px), radial-gradient(circle at 30% 30%, var(--accent), #2a1810 70%); }
.a-iconic1       { background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0 6px, transparent 6px 12px), linear-gradient(135deg, #ff7a3c, #ffb070); }
.a-iconic2       { background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0 6px, transparent 6px 12px), linear-gradient(135deg, #b85a2c, #ff8a4c); }
.a-iconic3       { background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0 6px, transparent 6px 12px), linear-gradient(135deg, #2a4a8c, #4a7ac4); }
.a-iconic4       { background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0 6px, transparent 6px 12px), linear-gradient(135deg, #4a3a8c, #8a6ac4); }
.a-outer         { background: radial-gradient(circle at 70% 40%, #4a2a8c, #0a0414); }
.a-constellations{ background: radial-gradient(circle at 50% 50%, #1a2840, #050810); }
.a-electric      { background: linear-gradient(180deg, #ff5a8c, #4a1a4c); }
.a-pop           { background: linear-gradient(135deg, #ffd84a, #ff7a3c); }
.a-alchemy       { background: radial-gradient(circle at 60% 40%, #b8a04a, #2a1810); }
.a-timeless      { background: linear-gradient(135deg, #2a2018, #6a4a30); }
.a-cycles        { background: repeating-radial-gradient(circle at 50% 50%, var(--accent) 0 2px, transparent 2px 8px), #1a0a04; }

/* When a real cover image is set as `background-image`, hide the
 * `.ph` placeholder — keep the price pill. */


/* ============================================================
 * TUTORIALS — 3 in-page click-to-play YouTube videos via the
 * shared `+ytPoster` mixin (views/site/_sections/_yt-poster.pug).
 * The poster image lives inside `.tut-embed` (16:9 aspect-ratio
 * shell); clicking it swaps for an autoplay iframe. Same chrome
 * as the TKFX tutorials grid — hoist into /style.css if a
 * third product-detail page mounts the same block.
 * ============================================================ */
.tut-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .tut-grid { grid-template-columns: 1fr; } }
.tut {
  position: relative;
  border: 0.5px solid var(--line);
  border-radius: 16px;
  background: var(--drc-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease;
}
.tut:hover { border-color: var(--line-strong); }
.tut-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
}
.tut-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tut .body { padding: 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.tut .body .ovr { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-faint); }
.tut .body h4 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
}
.tut .body h4 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }

.ratings { display: grid; grid-template-columns: 1fr; gap: 14px; }
.rating-card {
  border: 0.5px solid var(--line);
  border-radius: 14px;
  background: var(--drc-card);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rating-card .platform { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-faint); }
.rating-card .stars {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.rating-card .stars em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  font-size: 0.5em;
  margin-left: 4px;
  letter-spacing: 0;
}
.rating-card .star-row { color: var(--accent); font-size: 14px; letter-spacing: 0.05em; }
.rating-card .count { font-family: var(--mono); font-size: 11px; color: var(--fg-faint); letter-spacing: 0.06em; }
/* ============================================================
 * REQUIREMENTS — 4 cards (4×1 grid, 2×2 on tablet, 1-col on mobile).
 * ============================================================ */
.req-grid { gap: 0; background: var(--drc-card); }
.req-grid .req:nth-child(4n) { border-right: 0; }
.req-grid .req:nth-last-child(-n+4):not(:nth-child(-n+0)) { border-bottom: 0; }
@media (max-width: 900px) {
  .req-grid .req:nth-child(2n+1) { border-right: 0.5px solid var(--line); }
  .req-grid .req:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 520px) {
  .req-grid .req { border-right: 0; }
  .req-grid .req:last-child { border-bottom: 0; }
}

/* ============================================================
 * HELP — 3 cards (same chrome as GRFX / K7D / DLYM).
 * ============================================================ */
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .help-grid { grid-template-columns: 1fr; } }
.hcard {
  position: relative;
  border: 0.5px solid var(--line);
  border-radius: 14px;
  background: var(--drc-card);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.25s ease, transform 0.25s ease;
  color: inherit;
}
.hcard:hover { border-color: var(--accent); transform: translateY(-2px); }
.hcard .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 0.5px solid var(--line-strong);
  display: grid;
  place-items: center;
  color: var(--accent);
  margin-bottom: 4px;
}
.hcard .icon svg { width: 20px; height: 20px; }
.hcard .kind { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-faint); }
.hcard h4 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin: 0;
  text-wrap: balance;
}
.hcard h4 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--accent); }
.hcard p { margin: 0; color: var(--fg-dim); font-size: 13.5px; line-height: 1.5; flex: 1; }
.hcard .more {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hcard .more .arrow { transition: transform 0.25s ease; }
.hcard:hover .more .arrow { transform: translateX(3px); }
