/* Kmuoy landing — one stylesheet, no framework.
   Khmer first: Kantumruy Pro carries both scripts; IBM Plex Mono carries labels.
   Cool paper, deep ink, one green accent. Every act reads --p (0 → 1) from site.js. */

:root {
  --paper: #f4f5f2;
  --paper-2: #e9ece7;
  --ink: #101a1f;
  --ink-2: #1a2a32;
  --ink-soft: #3c4a50;
  --muted: #6b7a80;
  --hair: rgba(16, 26, 31, 0.1);
  --hair-2: rgba(16, 26, 31, 0.06);
  --accent: #149e67;
  --accent-ink: #0e7a50;
  --accent-soft: rgba(20, 158, 103, 0.12);
  --dark: #0f1d24;
  --dark-2: #142730;
  --on-dark: #eef3f0;
  --on-dark-soft: rgba(238, 243, 240, 0.72);
  --sans: "Kantumruy Pro", "Noto Sans Khmer", "Inter", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --r: 18px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pad: clamp(20px, 5vw, 56px);
  --maxw: 1240px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; line-height: 1.2; font-weight: 600; letter-spacing: -0.01em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* type */
.en { display: block; font-size: 0.92em; color: var(--muted); margin-top: 0.35em; }
.dark .en { color: var(--on-dark-soft); }
.kicker { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-ink); }
.dark .kicker { color: #6fd3a6; }
.h1 { font-size: clamp(2.1rem, 4.6vw, 3.9rem); line-height: 1.12; }
.h2 { font-size: clamp(1.7rem, 3.2vw, 2.7rem); }
.lede { font-size: clamp(1.02rem, 1.3vw, 1.2rem); color: var(--ink-soft); max-width: 40ch; }
.dark .lede { color: var(--on-dark-soft); }
.muted { color: var(--muted); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 600; font-size: 0.98rem; border: 1px solid transparent; transition: transform 0.25s var(--ease), background 0.25s, border-color 0.25s; white-space: nowrap; }
.btn:active { transform: scale(0.98); }
.btn--solid { background: var(--accent); color: #fff; }
.btn--solid:hover { background: var(--accent-ink); }
.btn--ghost { border-color: rgba(16, 26, 31, 0.22); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); }
.dark .btn--ghost { border-color: rgba(238, 243, 240, 0.3); color: var(--on-dark); }
.dark .btn--ghost:hover { border-color: var(--on-dark); }
.btn .arr { transition: transform 0.25s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* nav */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(244, 245, 242, 0.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--hair); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.15rem; }
.brand .mark { width: 30px; height: 30px; border-radius: 10px; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 0.8rem; font-weight: 700; }
.brand small { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.nav-links { display: flex; gap: 22px; }
.nav-links a { font-size: 0.92rem; color: var(--ink-soft); }
.nav-links a:hover { color: var(--ink); }
.nav .btn { min-height: 40px; padding: 0 16px; font-size: 0.9rem; }
@media (max-width: 760px) { .nav-links { display: none; } }

/* ---------- hero (act) ---------- */
.hero { --p: 0; position: relative; isolation: isolate; overflow: clip; color: var(--on-dark); background: var(--dark); }
.hero .stage { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 96px 0 72px; }
.hero__photo { position: absolute; inset: 0; z-index: -2; background: url("img/shop.jpg") center 55% / cover no-repeat; transform: scale(calc(1.06 - 0.06 * var(--p))); transform-origin: 60% 50%; }
.hero__scrim { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(15, 29, 36, 0.93) 0%, rgba(15, 29, 36, 0.82) 38%, rgba(15, 29, 36, 0.28) 72%, rgba(15, 29, 36, 0.36) 100%),
  linear-gradient(180deg, rgba(15, 29, 36, 0.35) 0%, rgba(15, 29, 36, 0) 30%, rgba(15, 29, 36, 0.85) 100%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; align-items: center; }
.hero .h1 { margin-top: 18px; max-width: 14ch; }
.hero .lede { margin-top: 22px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero__truth { margin-top: 30px; padding-left: 14px; border-left: 2px solid rgba(111, 211, 166, 0.6); font-size: 0.9rem; color: var(--on-dark-soft); max-width: 46ch; }
.hero__truth b { color: var(--on-dark); font-weight: 600; }

/* the phone */
.phone { position: relative; width: 340px; margin-left: auto; padding: 12px; border-radius: 44px; background: linear-gradient(160deg, #1d2b32, #0b1418); box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.08); transform: translateY(calc((1 - var(--b0)) * 40px)) rotate(calc((1 - var(--b0)) * -2deg)); opacity: var(--b0); }
.phone__screen { border-radius: 34px; background: #f3f5f3; min-height: 600px; padding: 20px 16px 22px; display: flex; flex-direction: column; gap: 12px; color: var(--ink); overflow: hidden; }
.phone__bar { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--hair); }
.phone__ava { width: 34px; height: 34px; border-radius: 50%; background: var(--dark); color: #fff; display: grid; place-items: center; font-size: 0.8rem; font-weight: 700; }
.phone__who { font-weight: 600; font-size: 0.95rem; line-height: 1.2; }
.phone__who small { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.msg { max-width: 88%; padding: 10px 13px; border-radius: 16px; font-size: 0.92rem; line-height: 1.5; opacity: var(--on); transform: translateY(calc((1 - var(--on)) * 14px)); }
.msg--in { align-self: flex-start; background: #fff; border: 1px solid var(--hair); border-bottom-left-radius: 6px; }
.msg--out { align-self: flex-end; background: var(--dark); color: var(--on-dark); border-bottom-right-radius: 6px; }
.msg__tag { display: block; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.msg--out .msg__tag { color: rgba(238, 243, 240, 0.55); }
.voice { display: flex; align-items: center; gap: 10px; }
.voice__play { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); flex: none; position: relative; }
.voice__play::after { content: ""; position: absolute; left: 11px; top: 8px; border-left: 8px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.voice__wave { display: flex; align-items: center; gap: 2px; height: 22px; }
.voice__wave i { width: 3px; border-radius: 2px; background: var(--ink-soft); height: calc(6px + var(--h) * 16px); opacity: 0.8; }
.voice__time { font-family: var(--mono); font-size: 0.7rem; color: var(--muted); }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 2px 8px 2px 6px; border-radius: 8px; background: var(--accent-soft); color: #a8f0cf; border: 1px solid rgba(111, 211, 166, 0.35); font-variant-numeric: tabular-nums; white-space: nowrap; }
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #6fd3a6; }
.msg--out .chip { background: rgba(20, 158, 103, 0.22); }
.lookup { align-self: stretch; padding: 10px 12px; border-radius: 12px; border: 1px dashed rgba(20, 158, 103, 0.5); background: rgba(20, 158, 103, 0.06); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.04em; color: var(--accent-ink); opacity: var(--on); transform: translateY(calc((1 - var(--on)) * 10px)); }
.lookup b { display: block; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 4px; color: var(--ink-soft); }
.lookup span { display: block; }
.phone__note { margin-top: auto; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); text-align: center; }

/* the beats: 0 phone, 1 voice, 2 transcript, 3 lookup, 4 reply */
.hero { --b0: clamp(0, calc(var(--p) * 6 + 0.35), 1); --b1: clamp(0, calc((var(--p) - 0.12) * 6), 1); --b2: clamp(0, calc((var(--p) - 0.32) * 6), 1); --b3: clamp(0, calc((var(--p) - 0.52) * 6), 1); --b4: clamp(0, calc((var(--p) - 0.72) * 6), 1); }
.beat-1 { --on: var(--b1); } .beat-2 { --on: var(--b2); } .beat-3 { --on: var(--b3); } .beat-4 { --on: var(--b4); }
.hero__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 40px; max-width: 720px; }
.hero__step { --on: 0; padding: 12px 0 0; border-top: 2px solid rgba(238, 243, 240, calc(0.18 + 0.82 * var(--on))); font-size: 0.86rem; color: rgba(238, 243, 240, calc(0.5 + 0.5 * var(--on))); }
.hero__step b { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; color: rgba(111, 211, 166, calc(0.55 + 0.45 * var(--on))); margin-bottom: 4px; }
.hero__step:nth-child(1) { --on: var(--b1); } .hero__step:nth-child(2) { --on: var(--b2); } .hero__step:nth-child(3) { --on: var(--b3); } .hero__step:nth-child(4) { --on: var(--b4); }

@media (min-width: 1024px) {
  [data-act] { min-height: var(--travel, 260vh); }
  [data-act] > .stage { position: sticky; top: 0; }
}
@media (max-width: 1023px) {
  .hero, .rule { --p: 1; }
  .hero .stage { min-height: 0; padding: 72px 0 56px; }
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .phone { margin: 0 auto; width: min(340px, 100%); }
  .hero__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) { .hero__steps { grid-template-columns: 1fr; } .phone__screen { min-height: 0; } }

/* ---------- the rule (act) ---------- */
.rule { --p: 0; background: var(--paper); }
.rule .stage { min-height: 100vh; display: flex; align-items: center; padding: 96px 0; }
.rule__grid { display: grid; grid-template-columns: minmax(0, 26rem) minmax(0, 1fr); gap: 64px; align-items: center; }
.rule .h2 { margin-top: 14px; }
.rule__body { margin-top: 18px; color: var(--ink-soft); max-width: 44ch; }
.rule__steps { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 6px; counter-reset: st; }
.rule__step { --on: 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 12px 14px; border-radius: 14px; background: rgba(20, 158, 103, calc(0.08 * var(--on))); opacity: calc(0.45 + 0.55 * var(--on)); transform: translateX(calc((1 - var(--on)) * -8px)); }
.rule__step::before { counter-increment: st; content: counter(st, decimal-leading-zero); font-family: var(--mono); font-size: 0.72rem; color: var(--accent-ink); padding-top: 6px; }
.rule__step strong { font-weight: 600; }
.rule__step small { display: block; font-size: 0.9rem; color: var(--ink-soft); }
.rule { --r1: clamp(0, calc((var(--p) - 0.04) * 5), 1); --r2: clamp(0, calc((var(--p) - 0.27) * 5), 1); --r3: clamp(0, calc((var(--p) - 0.5) * 5), 1); --r4: clamp(0, calc((var(--p) - 0.73) * 5), 1); }
.rule__step:nth-child(1) { --on: var(--r1); } .rule__step:nth-child(2) { --on: var(--r2); } .rule__step:nth-child(3) { --on: var(--r3); } .rule__step:nth-child(4) { --on: var(--r4); }

/* the two lanes */
.lanes { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lane { --on: 0; position: relative; border-radius: var(--r); padding: 20px 20px 22px; border: 1px solid var(--hair); background: #fff; opacity: calc(0.35 + 0.65 * var(--on)); transform: translateY(calc((1 - var(--on)) * 18px)); }
.lane__k { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.lane h3 { margin-top: 8px; font-size: 1.15rem; }
.lane p { margin-top: 8px; font-size: 0.92rem; color: var(--ink-soft); }
.lane--words { --on: var(--r3); }
.lane--numbers { --on: var(--r2); border-color: rgba(20, 158, 103, 0.45); }
.lane--numbers .lane__k { color: var(--accent-ink); }
.lane__items { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.lane__items span { font-family: var(--mono); font-size: 0.72rem; padding: 4px 8px; border-radius: 8px; background: var(--paper-2); }
.lane--numbers .lane__items span { background: var(--accent-soft); color: var(--accent-ink); }
.merge { --on: var(--r3); grid-column: 1 / -1; position: relative; padding: 18px 20px; border-radius: var(--r); background: var(--dark); color: var(--on-dark); opacity: calc(0.3 + 0.7 * var(--on)); transform: translateY(calc((1 - var(--on)) * 18px)); }
.merge .lane__k { color: rgba(238, 243, 240, 0.55); }
.merge p { margin-top: 8px; font-size: 0.98rem; }
.merge .chip { color: #a8f0cf; }
.gate { --on: var(--r4); grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 14px 18px; border-radius: 14px; border: 1px dashed rgba(16, 26, 31, 0.3); opacity: calc(0.3 + 0.7 * var(--on)); transform: translateY(calc((1 - var(--on)) * 12px)); }
.gate__k { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 9px; border-radius: 8px; background: var(--ink); color: #fff; }
.gate p { font-size: 0.92rem; color: var(--ink-soft); }
.lanes__wire { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(180deg, transparent, rgba(20, 158, 103, 0.45), transparent); transform: scaleY(var(--p)); transform-origin: top; pointer-events: none; }
@media (max-width: 1023px) {
  .rule .stage { min-height: 0; padding: 72px 0; }
  .rule__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) { .lanes { grid-template-columns: 1fr; } .gate { grid-template-columns: 1fr; } }

/* ---------- sections ---------- */
.sec { padding: clamp(64px, 9vw, 120px) 0; }
.sec-head { max-width: 62ch; }
.sec-head .h2 { margin-top: 12px; }
.sec-head .muted { margin-top: 14px; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 40px; }
.card { padding: 26px 24px 28px; border-radius: var(--r); border: 1px solid var(--hair); background: #fff; }
.card .kicker { color: var(--muted); }
.card h3 { margin-top: 10px; font-size: 1.2rem; }
.card p { margin-top: 10px; font-size: 0.95rem; color: var(--ink-soft); }
.card .tag { display: inline-block; margin-top: 16px; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 9px; border-radius: 8px; background: var(--paper-2); color: var(--ink-soft); }
@media (max-width: 900px) { .grid3 { grid-template-columns: 1fr; } }

/* stage & limits */
.stage-band { background: var(--dark); color: var(--on-dark); }
.stage-band .h2 { color: var(--on-dark); }
.limits { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid rgba(238, 243, 240, 0.14); }
.limits li { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(238, 243, 240, 0.14); align-items: start; }
.limits .lab { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: #6fd3a6; padding-top: 5px; }
.limits p { color: var(--on-dark-soft); }
.limits p b { color: var(--on-dark); font-weight: 600; }
@media (max-width: 560px) { .limits li { grid-template-columns: 1fr; gap: 6px; } }

/* close */
.close { position: relative; isolation: isolate; color: var(--on-dark); padding: clamp(96px, 14vw, 180px) 0; text-align: center; }
.close::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("img/shop.jpg") center 60% / cover no-repeat; }
.close::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15, 29, 36, 0.86), rgba(15, 29, 36, 0.78)); }
.close .h2 { color: var(--on-dark); max-width: 20ch; margin: 14px auto 0; }
.close .lede { margin: 18px auto 0; }
.close .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.close .fine { margin-top: 26px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--on-dark-soft); }

footer { padding: 36px 0 40px; border-top: 1px solid var(--hair); }
footer .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
footer a:hover { color: var(--ink); }

/* reveals */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero, .rule { --p: 1; }
  .hero__photo { transform: none; }
  .phone, .msg, .lookup, .lane, .merge, .gate, .rule__step { transform: none; }
}

/* ---------- alive: the voice note plays, the reply is typed, the phone leans to the pointer ---------- */
.voice__wave i { animation: k-wave 1.4s ease-in-out infinite; animation-delay: calc(var(--i, 0) * 0.08s); transform-origin: center; }
@keyframes k-wave { 0%, 100% { transform: scaleY(0.6); } 50% { transform: scaleY(1.25); } }
.voice__wave i:nth-child(1) { --i: 0 } .voice__wave i:nth-child(2) { --i: 1 } .voice__wave i:nth-child(3) { --i: 2 } .voice__wave i:nth-child(4) { --i: 3 } .voice__wave i:nth-child(5) { --i: 4 } .voice__wave i:nth-child(6) { --i: 5 } .voice__wave i:nth-child(7) { --i: 6 } .voice__wave i:nth-child(8) { --i: 7 } .voice__wave i:nth-child(9) { --i: 8 } .voice__wave i:nth-child(10) { --i: 9 } .voice__wave i:nth-child(11) { --i: 10 } .voice__wave i:nth-child(12) { --i: 11 } .voice__wave i:nth-child(13) { --i: 12 } .voice__wave i:nth-child(14) { --i: 13 } .voice__wave i:nth-child(15) { --i: 14 }
.msg--out .chip { animation: k-chip 3.2s ease-in-out infinite; }
.msg--out .chip:nth-of-type(2) { animation-delay: 0.4s } .msg--out .chip:nth-of-type(3) { animation-delay: 0.8s }
@keyframes k-chip { 0%, 100% { box-shadow: 0 0 0 0 rgba(111, 211, 166, 0); } 40% { box-shadow: 0 0 0 4px rgba(111, 211, 166, 0.18); } }
.phone { transition: transform 0.25s ease-out; }
@media (min-width: 1024px) { .phone.is-pointer { transform: perspective(1400px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(calc((1 - var(--b0)) * 40px)); } }
.lookup span { position: relative; }
.lookup.beat-3 { animation: k-scan 2.6s ease-in-out infinite; }
@keyframes k-scan { 0%, 100% { border-color: rgba(20, 158, 103, 0.5); } 50% { border-color: rgba(20, 158, 103, 0.95); } }
@media (prefers-reduced-motion: reduce) { .voice__wave i, .msg--out .chip, .lookup.beat-3 { animation: none; } .phone.is-pointer { transform: none; } }

/* ── catalogue ─────────────────────────────────────────────────── */
/* The rule the product exists to keep is abstract until the catalogue is on the
   page. These are the seller's own goods; the packshots are multiplied onto the
   card so their white ground becomes the paper. */
.lookup__row { display: flex; align-items: center; gap: 8px; }
.lookup__thumb { width: 22px; height: 22px; object-fit: contain; mix-blend-mode: multiply; }
.cat { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.cat__item { display: flex; flex-direction: column; gap: 8px; padding: 14px;
  border: 1px solid rgba(16, 26, 31, 0.1); border-radius: 16px; background: var(--paper-2); }
.cat__art { display: grid; place-items: center; aspect-ratio: 1; border-radius: 12px; background: var(--paper); }
.cat__art img { width: 78%; height: 78%; object-fit: contain; mix-blend-mode: multiply; }
.cat__item b { font-weight: 650; font-size: 0.96rem; line-height: 1.35; color: var(--ink); }
.cat__item .en { display: block; font-weight: 400; font-size: 0.74rem; color: var(--muted); }
.cat__price { font-family: var(--mono); font-size: 0.86rem; color: var(--accent-ink); }
.cat__price i { font-style: normal; color: var(--muted); font-size: 0.74rem; }
.cat__note { margin-top: 16px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); }
