/* Elan layout & spacing. The site is drawn on a 1440px frame with a 64px page
   gutter; sections stack with generous vertical air. These are the values that
   actually recur in ELAN.fig — the file is NOT on a strict 8px grid. */
:root{
  --page-width:1440px;
  --page-gutter:64px;        /* desktop left/right margin */
  --page-gutter-mobile:20px;
  --content-max:1312px;      /* 1440 - 2*64 */

  --space-1:4px;
  --space-2:8px;
  --space-3:10px;            /* default button padding in the file */
  --space-4:14px;
  --space-5:16px;
  --space-6:23px;
  --space-7:24px;
  --space-8:33px;
  --space-9:48px;
  --space-10:64px;
  --space-11:80px;
  --space-12:112px;

  --grid-product-gap:24px;
  --card-w:313px;            /* product tile width */
  --card-image-h:280px;      /* product tile height */
}
