/* ============================================================
   GNG Design Tokens — extracted from Figma variables + design context
   File: GNG Landing Page (fileKey glesskIu6lYzr4Qqz6dQcV)
   ============================================================ */

:root {
  /* Colors — Figma variables */
  --brand: #D41829;          /* brand */
  --brand-deep: #AB0020;     /* hero gradient base */
  --text-main: #1A1A1A;      /* text-main */
  --text-soft: #2C2C2E;      /* section body text */
  --text-body: #3A3A3C;      /* card body text */
  --text-muted: #636366;     /* section subtitles */
  --text-tertiary: #9C9C9C;  /* text-theritary */
  --white: #FFFFFF;
  --bg-main: #FAFAFA;        /* bg-main */
  --bg-gray: #F1F1F1;        /* bg-gray */
  --border-soft: rgba(0, 0, 0, 0.07);   /* button borders */
  --control-bg: rgba(0, 0, 0, 0.08);    /* carousel control pill */

  /* Typography */
  --font-serif: "DM Serif Display", Georgia, "Times New Roman", serif;
  --font-sans: "Red Hat Display", Helvetica, Arial, sans-serif;

  /* Display / hero: 96/0.9/-1.92 (mobile 48/-0.96) */
  --h1-size: 96px;
  --h1-size-m: 48px;

  /* h2: 56/0.9/-1.12 (mobile 32/-0.64) */
  --h2-size: 56px;
  --h2-size-m: 32px;

  /* card title: 32/0.9/-0.64; news title: 36/0.9/-0.18 */
  --h3-size: 32px;
  --news-title-size: 36px;

  /* subheading: RHD Bold 16, lh 1.14, ls -0.32 */
  /* body: RHD Regular 16, lh 1.1, ls +0.16 */
  --body-size: 16px;

  /* Radii */
  --radius-medium: 12px;
  --radius-pill: 22px;

  /* Shadows */
  --shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.03);
  --shadow-card: 0 25px 25px 0 rgba(0, 0, 0, 0.04);
  --shadow-darker: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  --shadow-banner: 0 0 15px 0 rgba(0, 0, 0, 0.08);

  /* Layout (desktop frame 1440, side pad 72, content 1296) */
  --container-max: 1296px;
  --page-pad: 72px;
  --header-h: 58px;

  /* Cards */
  --card-w: 306px;
  --card-gap: 24px;
}

@media (max-width: 991.98px) {
  :root {
    --page-pad: 40px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --page-pad: 16px;
    --header-h: 76px;
  }
}
