:root{
  /* corners: pills and soft cards */
  --radius-pill:999px;
  --radius-card:22px;
  --radius-card-sm:18px;
  --radius-media:20px;
  /* borders */
  --border-hairline:1px solid var(--line);
  --border-btn-width:2.5px;
  /* shadows: restrained, only on lift */
  --shadow-lift:0 24px 44px rgba(35,38,28,0.12);
  --shadow-nav:0 4px 20px rgba(35,38,28,0.05);
  /* motion: subtle only; respect reduced motion */
  --ease:ease; /* @kind other */
  --dur-fast:.18s; /* @kind other */ /* hovers */
  --dur-med:.22s; /* @kind other */ /* card lifts */
  --dur-slow:.7s; /* @kind other */ /* fade-up reveals */
  --dur-spin:26s; /* @kind other */ /* slow rotating ring */
  --lift-btn:-2px;   /* button hover translateY */
  --lift-card:-6px;  /* card hover translateY */
}
@media (prefers-reduced-motion:reduce){
  :root{--dur-fast:0s; /* @kind other */ --dur-med:0s; /* @kind other */ --dur-slow:0s; /* @kind other */}
}
