:root{
/* radii: brand runs almost everything to a full pill; only large cards/modals get a soft round */
--radius-pill:99px;
--radius-lg:20px;
--radius-md:16px;
--radius-sm:14px;
--radius-xs:10px;
--radius-2xs:7px;

/* shadows: very light, neutral-tinted — brand avoids heavy drop shadow */
--shadow-card:0 0 13px 0 #523f690d;
--shadow-soft:1px 1px 10px 3px #f1f1f1;
--shadow-medium:0px 4px 12px 1px #e0e0e0;
--shadow-hover:1px 2px 20px 3px #4f4f4f;
--shadow-glow-elevate:0 0 28px rgba(42,184,176,.12);
--shadow-glow-apex:0 0 28px rgba(240,112,48,.12);
--shadow-glow-heritage:0 0 28px rgba(176,125,53,.12);

/* motion: fades + gentle overshoot on scroll-reveal; short, linear color/opacity transitions on hover */
--ease-reveal:cubic-bezier(.175,.885,.32,1.275); /* @kind other */
--duration-reveal:1.3s; /* @kind other */
--duration-hover:.2s; /* @kind other */
--duration-color:.3s; /* @kind other */
}
