/* EFFECTS — radius, borders, shadows, motion — Global Window & Door Mfg
   Inferred (flagged): moderate rounding, soft layered shadows typical of a
   clean Elementor B2B theme. */
:root{
  /* Radius */
  --radius-xs:4px;
  --radius-sm:6px;
  --radius-md:10px;
  --radius-lg:16px;
  --radius-xl:24px;
  --radius-pill:999px;

  /* Borders */
  --border-width:1px;
  --border-width-strong:2px;

  /* Shadows */
  --shadow-xs:0 1px 2px rgba(15,42,71,0.06);
  --shadow-sm:0 2px 6px rgba(15,42,71,0.08);
  --shadow-md:0 8px 24px rgba(15,42,71,0.10);
  --shadow-lg:0 18px 48px rgba(11,32,56,0.16);
  --shadow-navy:0 20px 50px rgba(8,24,39,0.35);
  --shadow-focus:0 0 0 4px var(--focus-ring);

  /* Motion */
  --ease-standard:cubic-bezier(0.22,0.61,0.36,1); /* @kind other */
  --ease-out:cubic-bezier(0.16,1,0.3,1); /* @kind other */
  --dur-fast:120ms; /* @kind other */
  --dur-base:200ms; /* @kind other */
  --dur-slow:360ms; /* @kind other */
}