:root{
/* geometry: squared, engineered — small radii only */
--radius-sm:4px;
--radius-md:8px;
--radius-cta:6px;
--border-hairline:1px solid var(--border-subtle-dark);
--shadow-cta:0 6px 20px rgba(217,142,50,0.25);
--shadow-card-light:0 2px 12px rgba(23,32,28,0.08);
/* motion: slow, weighty, ease-out; nothing bouncy */
--ease-out:cubic-bezier(0.22,1,0.36,1); /* @kind other */
--duration-reveal:400ms; /* @kind other */
--duration-hover:180ms; /* @kind other */
--lift-hover:-2px;
}
