/* ---------------------------------------------------------------------------
   Design tokens, lifted verbatim from The7's compiled css-vars.css so the
   rebuild matches the live site exactly rather than by eye.
   Source of truth: wp-content/uploads/the7-css/css-vars.css (audit copy in
   ~/ajc-audit/css-vars.css).
--------------------------------------------------------------------------- */
:root{
  /* palette */
  --ajc-accent:#282c37;          /* buttons, headings, header background */
  --ajc-ink:#707070;             /* body copy */
  --ajc-heading:#282c37;
  --ajc-header-bg:#282c37;
  --ajc-menu:#dee0e4;
  --ajc-submenu-bg:#ffffff;
  --ajc-submenu:#333333;
  --ajc-footer-bg:#252525;
  --ajc-footer:#aaaaaa;
  --ajc-highlight:#ffc000;
  --ajc-body-bg:#ffffff;
  --ajc-line:#e6e6e6;
  /* ⚠️ NOT The7's --the7-links-color (#ffc000). Owner 2026-08-09: content
     links should be the theme colour site-wide. Gold measures 1.64:1 on
     white and 1.51:1 on the light panels — it fails WCAG AA for text
     everywhere it is used, not just on grey. The accent is 13.9:1. */
  --ajc-link:#282c37;
  --ajc-header-h:90px;        /* --the7-header-height */
  --ajc-header-h-stuck:60px;  /* sticky: The7 pins a 96px masthead at top:-36px */
  --ajc-topbar-h:36px;        /* --the7-top-bar-height — 36+90=126, the measured header edge */
  --ajc-header-pad:50px;      /* --the7-header-left-padding */

  /* type */
  --ajc-font-body:"Open Sans",Helvetica,Arial,Verdana,sans-serif;
  --ajc-font-head:"Montserrat",Helvetica,Arial,Verdana,sans-serif;
  --ajc-font-alt:"Roboto",Helvetica,Arial,Verdana,sans-serif;
  --ajc-base-size:14px;
  --ajc-base-lh:26px;
  --ajc-menu-size:16px;
  --ajc-submenu-size:14px;

  --ajc-h1-size:46px;  --ajc-h1-lh:56px;
  --ajc-h2-size:32px;  --ajc-h2-lh:42px;
  --ajc-h3-size:26px;  --ajc-h3-lh:36px;
  --ajc-h4-size:20px;  --ajc-h4-lh:30px;
  --ajc-h5-size:18px;  --ajc-h5-lh:28px;
  --ajc-h6-size:16px;  --ajc-h6-lh:26px;
  --ajc-head-weight:700;

  /* buttons — The7 "large" button spec */
  --ajc-btn-bg:#282c37;
  --ajc-btn-color:#ffffff;
  --ajc-btn-font:"Montserrat",Helvetica,Arial,Verdana,sans-serif;
  --ajc-btn-size:18px;
  --ajc-btn-weight:700;
  --ajc-btn-lh:20px;

  --ajc-radius:0px;
  --ajc-wrap:1250px;          /* = The7 --the7-content-width, measured not guessed */
  --ajc-gutter:20px;

  /* breakpoints used by The7, kept so behaviour matches */
  --ajc-bp-menu:990px;
  --ajc-bp-mobile:778px;
}
