/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2026 | 07:10:48 */
/* ============================================================
   1. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   These never need !important — :root variables are not
   overridden by Elementor inline styles.
   ============================================================ */

:root {

  /* Colours */
  --exist-midnight:    #0F1923;
  --exist-navy:        #1A2B3C;
  --exist-near-black:  #1A1A1A;
  --exist-green:       #2E7D54;
  --exist-green-mid:   #3DAA6E;
  --exist-green-tint:  #C8F0D8;
  --exist-off-white:   #F7F8F6;
  --exist-border:      #E8EAE6;
  --exist-white:       #FFFFFF;
  --exist-body:        #555555;
  --exist-muted:       #999999;

  /* Industry accents */
  --exist-bfs:         #1B5FA5;
  --exist-energy:      #E8820A;
  --exist-health:      #2E7D54;
  --exist-retail:      #7B3A9C;

  /* Typography */
  --font-heading:      'Outfit', Arial, sans-serif;
  --font-body:         'Inter', Arial, sans-serif;

  /* Type scale */
  --text-display:      80px;
  --text-h2:           56px;
  --text-h3:           26px;
  --text-h4:           20px;
  --text-body-lg:      18px;
  --text-body:         16px;
  --text-body-sm:      15px;
  --text-caption:      13px;
  --text-label:        12px;
  --text-tag:          11px;
  --text-micro:        10px;

  /* Spacing scale */
  --space-xs:    8px;
  --space-sm:    12px;
  --space-md:    16px;
  --space-lg:    24px;
  --space-xl:    32px;
  --space-2xl:   48px;
  --space-3xl:   64px;
  --space-4xl:   80px;
  --space-5xl:   96px;
  --space-6xl:   120px;
  --space-7xl:   160px;

  /* Layout */
  --container-max:  1280px;
  --gutter:         64px;
  --col-gap:        32px;
  --card-pad:       32px;

  /* Border radius */
  --radius-xs:     4px;
  --radius-sm:     6px;
  --radius-md:     10px;
  --radius-lg:     16px;
  --radius-full:   999px;

  /* Shadows */
  --shadow-sm:   0 1px 4px rgba(0,0,0,0.06);
  --shadow-md:   0 4px 16px rgba(0,0,0,0.08);
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.12);
  --shadow-xl:   0 8px 40px rgba(0,0,0,0.35);

}


/* ============================================================
   2. GOOGLE FONTS
   Elementor loads these via Global Fonts — this is a failsafe.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap');


/* ============================================================
   3. GLOBAL BASE
   body and img don't conflict with Elementor inline styles
   so no !important needed here.
   ============================================================ */

body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}


/* ============================================================
   4. TYPOGRAPHY — HEADINGS
   Elementor sets font-family, font-size, font-weight,
   line-height, letter-spacing inline per widget.
   All need !important to override.

   HOW TO APPLY IN ELEMENTOR:
   On each Heading widget → Advanced → CSS Classes → add the
   class (e.g. exist-h1). The CSS below then overrides the
   inline Elementor styles for that widget.
   ============================================================ */

/* Hero H1 — dark background */
h1,
.exist-h1,
.exist-h1 .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-display) !important;
  font-weight: 700 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.03em !important;
}

.exist-h1,
.exist-h1 .elementor-heading-title {
  color: var(--exist-white) !important;
}

/* Hero H1 — light background */
.exist-h1-light,
.exist-h1-light .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-display) !important;
  font-weight: 700 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.03em !important;
  color: var(--exist-near-black) !important;
}

/* H2 — light background */
h2,
.exist-h2,
.exist-h2 .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-h2) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
}

.exist-h2,
.exist-h2 .elementor-heading-title {
  color: var(--exist-near-black) !important;
}

/* H2 — dark background variant */
.exist-h2-light,
.exist-h2-light .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-h2) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.025em !important;
  color: var(--exist-white) !important;
}

/* H3 — card / list title */
h3,
.exist-h3,
.exist-h3 .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-h3) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.01em !important;
}

.exist-h3,
.exist-h3 .elementor-heading-title {
  color: var(--exist-near-black) !important;
}

/* H4 */
h4,
.exist-h4,
.exist-h4 .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: var(--text-h4) !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  color: var(--exist-near-black) !important;
}

/* Testimonial quote */
.exist-quote,
.exist-quote .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  line-height: 1.40 !important;
  letter-spacing: -0.01em !important;
  font-style: italic !important;
  color: var(--exist-white) !important;
}

/* Proof / impact stats */
.exist-stat .elementor-counter-number-wrapper,
.exist-stat .elementor-heading-title {
  font-family: var(--font-heading) !important;
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: var(--exist-near-black) !important;
}

/* Hero stat numbers */
.exist-hero-stat .elementor-counter-number-wrapper {
  font-family: var(--font-heading) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: var(--exist-white) !important;
}


/* ============================================================
   5. BODY TEXT
   Elementor Text Editor widgets set color and font inline.
   Apply class to the widget container.
   ============================================================ */

.exist-body-lg,
.exist-body-lg p,
.exist-body-lg .elementor-widget-container p {
  font-family: var(--font-body) !important;
  font-size: var(--text-body-lg) !important;
  font-weight: 400 !important;
  line-height: 1.80 !important;
  color: var(--exist-body) !important;
}

.exist-body,
.exist-body p,
.exist-body .elementor-widget-container p {
  font-family: var(--font-body) !important;
  font-size: var(--text-body) !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: var(--exist-body) !important;
}

.exist-body-sm,
.exist-body-sm p {
  font-family: var(--font-body) !important;
  font-size: var(--text-body-sm) !important;
  line-height: 1.65 !important;
  color: var(--exist-body) !important;
}

/* Body on dark backgrounds */
.exist-dark .exist-body-lg p,
.exist-dark .exist-body p,
.exist-dark p {
  color: rgba(255, 255, 255, 0.50) !important;
}

/* Muted / caption */
.exist-caption,
.exist-caption p,
.exist-muted,
.exist-muted p {
  font-family: var(--font-body) !important;
  font-size: var(--text-caption) !important;
  line-height: 1.50 !important;
  color: var(--exist-muted) !important;
}

.exist-dark .exist-muted,
.exist-dark .exist-muted p {
  color: rgba(255, 255, 255, 0.25) !important;
}


/* ============================================================
   6. EYEBROW LABELS
   Apply .exist-eyebrow to a Text or Heading widget.
   The ::before line is CSS-generated — no Elementor widget
   needed for the decorative line.
   ============================================================ */


.exist-eyebrow,
.exist-eyebrow .elementor-heading-title

 {
  font-family: var(--font-body) !important;
  font-size: var(--text-label) !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--exist-green) !important;
  margin-bottom: 28px !important;
  /* Remove flex from the wrapper — the ::before goes on the p/title instead */
  display: block !important;
}

/* The line sits before the text inside the p or heading title */
.exist-eyebrow p,
.exist-eyebrow .elementor-heading-title {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1 !important;
}

.exist-eyebrow p::before,
.exist-eyebrow .elementor-heading-title::before {
  content: '';
  display: inline-block;
  width: 28px;
  min-width: 28px;
  height: 1.5px;
  background: var(--exist-green);
  flex-shrink: 0;
  /* Align the line to the vertical centre of the text */
  align-self: center;
  position: relative;
  top: 0;
}

/* Eyebrow on dark sections */
.exist-dark .exist-eyebrow,
.exist-dark .exist-eyebrow .elementor-heading-title,
.exist-dark .exist-eyebrow p {
  color: var(--exist-green-mid) !important;
}

.exist-dark .exist-eyebrow p::before,
.exist-dark .exist-eyebrow .elementor-heading-title::before {
  background: var(--exist-green-mid);
}


/* ============================================================
   7. SECTION BACKGROUNDS
   Elementor sets background via inline style on the section.
   These need !important.

   HOW TO APPLY:
   Section → Advanced → CSS Classes → add class name
   ============================================================ */

.exist-dark,
.exist-dark.e-con,
.exist-dark.elementor-section {
  background-color: var(--exist-midnight) !important;
}

.exist-darker,
.exist-darker.e-con,
.exist-darker.elementor-section {
  background-color: #080E14 !important;
}

.exist-navy-bg,
.exist-navy-bg.e-con {
  background-color: var(--exist-navy) !important;
}

.exist-alt,
.exist-alt.e-con,
.exist-alt.elementor-section {
  background-color: var(--exist-off-white) !important;
}


/* ============================================================
   8. SECTION PADDING
   Elementor sets padding inline per section.
   These need !important.

   HOW TO APPLY:
   Section → Advanced → CSS Classes → add class name
   ============================================================ */

/* Standard light section */
.exist-section,
.exist-section.e-con,
.exist-section.elementor-section {
  padding-top: var(--space-5xl) !important;
  padding-bottom: var(--space-5xl) !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

/* Dark / featured (testimonial, CTA strip) */
.exist-section-dark,
.exist-section-dark.e-con,
.exist-section-dark.elementor-section {
  padding-top: var(--space-6xl) !important;
  padding-bottom: var(--space-6xl) !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

/* Hero — extra top clearance for 80px headline */
.exist-hero,
.exist-hero.e-con,
.exist-hero.elementor-section {
  padding-top: var(--space-7xl) !important;
  padding-bottom: 0 !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

/* Compact (partners, slim rows) */
.exist-section-sm,
.exist-section-sm.e-con,
.exist-section-sm.elementor-section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  padding-left: var(--gutter) !important;
  padding-right: var(--gutter) !important;
}

/* Max width container */
.exist-container > .elementor-container,
.exist-container.e-con-inner {
  max-width: var(--container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ============================================================
   9. BUTTONS
   Elementor button widget sets all styles inline.
   All need !important.

   HOW TO APPLY:
   Button widget → Advanced → CSS Classes → add class
   ============================================================ */

/* Primary — light background */
.exist-btn-primary .elementor-button,
a.exist-btn-primary,
.exist-btn-primary {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  background-color: var(--exist-near-black) !important;
  color: var(--exist-white) !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  padding: 14px 32px !important;
  line-height: 1 !important;
  transition: opacity 0.2s ease !important;
}

.exist-btn-primary .elementor-button:hover,
.exist-btn-primary:hover {
  opacity: 0.88 !important;
  background-color: var(--exist-near-black) !important;
  color: var(--exist-white) !important;
}

/* Primary — dark background */
.exist-btn-primary-dark .elementor-button
{
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  background-color: var(--exist-white) !important;
  color: var(--exist-near-black) !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  padding: 14px 32px !important;
  line-height: 1 !important;
  transition: opacity 0.2s ease !important;
}

.exist-btn-primary-dark .elementor-button:hover,
.exist-btn-primary-dark:hover {
  opacity: 0.90 !important;
  background-color: var(--exist-white) !important;
  color: var(--exist-near-black) !important;
  border-radius: var(--radius-sm) !important;
}

/* Ghost — light background */
.exist-btn-ghost .elementor-button,
a.exist-btn-ghost,
.exist-btn-ghost {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  color: var(--exist-near-black) !important;
  border: 1.5px solid var(--exist-near-black) !important;
  border-radius: var(--radius-sm) !important;
  padding: 13px 32px !important;
  line-height: 1 !important;
  transition: background-color 0.2s ease !important;
}

.exist-btn-ghost .elementor-button:hover,
.exist-btn-ghost:hover {
  background-color: rgba(26, 26, 26, 0.06) !important;
  color: var(--exist-near-black) !important;
}

/* Ghost — dark background */
.exist-btn-ghost-dark .elementor-button,
a.exist-btn-ghost-dark,
.exist-btn-ghost-dark {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  color: var(--exist-white) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: var(--radius-sm) !important;
  padding: 13px 32px !important;
  line-height: 1 !important;
  transition: border-color 0.2s ease !important;
}

.exist-btn-ghost-dark .elementor-button:hover,
.exist-btn-ghost-dark:hover {
  border-color: rgba(255, 255, 255, 0.50) !important;
  color: var(--exist-white) !important;
}

/* Text link — green */
.exist-link,
.exist-link a,
.exist-link .elementor-button {
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--exist-green) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.exist-link:hover,
.exist-link a:hover {
  text-decoration: underline !important;
  color: var(--exist-green) !important;
}

/* Nav CTA button */
.exist-btn-nav .elementor-button {
  font-family: var(--font-heading) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background-color: var(--exist-white) !important;
  color: var(--exist-near-black) !important;
  border-radius: var(--radius-sm) !important;
  padding: 10px 24px !important;
  border: none !important;
  transition: opacity 0.2s !important;
}

.exist-btn-nav .elementor-button:hover {
  opacity: 0.88 !important;
}


/* ============================================================
   10. NAVIGATION
   The live site uses Elementor Nav Menu Pro widget.
   These selectors target the actual rendered output.
   ============================================================ */

/* Main nav wrapper */
.elementor-location-header {
  background-color: var(--exist-midnight) !important;
  	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  	/* border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; */
}

/* All nav links */
.elementor-nav-menu .elementor-item,
.elementor-nav-menu--main .elementor-item,
.e-nav-menu .elementor-item {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  /* color: rgba(255, 255, 255, 0.55) !important; */
  /* Color left to Elementor — uncomment above to override */
  transition: color 0.2s ease !important;
}

/* Active and hover */
/* Commented out — letting Elementor handle nav hover/active colors natively.
   Uncomment below to override if needed.
.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: var(--exist-white) !important;
} */

/* Dropdown panel */
.elementor-nav-menu--dropdown,
.elementor-nav-menu--main .elementor-nav-menu--dropdown {
  background-color: var(--exist-midnight) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-lg) !important;
}

/* Dropdown items */
.elementor-nav-menu--dropdown a,
.elementor-nav-menu--main .elementor-nav-menu--dropdown a {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  padding: 10px 20px !important;
}

.elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--main .elementor-nav-menu--dropdown a:hover {
  color: var(--exist-white) !important;
  background-color: rgba(255, 255, 255, 0.04) !important;
}

/* Corporate / Industries toggle labels */
.exist-nav-toggle span,
.exist-nav-toggle {
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.40) !important;
}

.exist-nav-toggle.active span,
.exist-nav-toggle.active {
  color: var(--exist-white) !important;
}


/* ============================================================
   11. DIVIDERS & BORDERS
   Elementor Divider widget — needs !important on border-color.
   ============================================================ */

.elementor-divider-separator {
  border-color: var(--exist-border) !important;
}

.exist-divider .elementor-divider-separator {
  border-top: 1px solid var(--exist-border) !important;
}

.exist-divider-dark .elementor-divider-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}


/* ============================================================
   12. UTILITY CLASSES — no !important needed
   These are classes Elementor doesn't know about, so no
   inline style conflicts.
   ============================================================ */

/* Industry colour tags */
.exist-tag {
  font-family: var(--font-body);
  font-size: var(--text-tag);
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--radius-xs);
  display: inline-block;
}

.exist-tag-bfs    { background: #E6EFF8; color: var(--exist-bfs); }
.exist-tag-energy { background: #FEF0E0; color: var(--exist-energy); }
.exist-tag-health { background: #E8F5EE; color: var(--exist-health); }
.exist-tag-retail { background: #F2EAF8; color: var(--exist-retail); }
.exist-tag-tech   { background: #F0F0F0; color: var(--exist-body); }

/* Service sub-tags (pill) */
.exist-pill {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: var(--exist-green);
  background: #EAF5EE;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  display: inline-block;
}

/* Industry accent bars */
.exist-accent-bfs    { background: var(--exist-bfs);    width: 36px; height: 3px; border-radius: 2px; display: block; }
.exist-accent-energy { background: var(--exist-energy); width: 36px; height: 3px; border-radius: 2px; display: block; }
.exist-accent-health { background: var(--exist-health); width: 36px; height: 3px; border-radius: 2px; display: block; }
.exist-accent-retail { background: var(--exist-retail); width: 36px; height: 3px; border-radius: 2px; display: block; }

/* Float cards */
.exist-float {
  background: var(--exist-white);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow-xl);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* Status dot */
.exist-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--exist-green-mid);
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}

/* Client name in logo strip */
.exist-client-name {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.20);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Proof rows */
.exist-proof-stat {
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--exist-near-black);
  margin-bottom: 8px;
}

/* Article cards */
.exist-article-card {
  border-top: 2px solid var(--exist-near-black);
  padding-top: 24px;
}

.exist-article-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--exist-near-black);
  line-height: 1.30;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

/* Testimonial components */
.exist-testi-name {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--exist-white);
}

.exist-testi-role {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.38);
}

.exist-testi-company {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Award items */
.exist-award-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--exist-near-black);
  line-height: 1.4;
  margin-bottom: 6px;
}

.exist-award-year {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--exist-muted);
}

/* Partner strip */
.exist-partner {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  color: #BBBBBB;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}


/* ============================================================
   13. IMAGE BORDER RADIUS
   Elementor Image widget sets border-radius inline.
   Needs !important.
   ============================================================ */

.exist-img-card .elementor-image img,
.exist-img-card img {
  border-radius: var(--radius-md) !important;
  object-fit: cover !important;
}

.exist-img-hero .elementor-image img,
.exist-img-hero img {
  border-radius: var(--radius-lg) !important;
  object-fit: cover !important;
}


/* ============================================================
   14. FOOTER
   ============================================================ */

/*.elementor-location-footer,
.exist-footer {
  background-color: #080E14 !important;
} */

.exist-footer-link,
.exist-footer .elementor-widget-text-editor a,
.exist-footer .elementor-icon-list-item a {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.38) !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.exist-footer-link:hover,
.exist-footer .elementor-icon-list-item a:hover {
  color: rgba(255, 255, 255, 0.70) !important;
}

.exist-footer-col-title,
.exist-footer-col-title .elementor-heading-title {
  font-family: var(--font-body) !important;
  font-size: var(--text-micro) !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.28) !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}


/* ============================================================
   15. RESPONSIVE — TABLET (≤ 1024px)
   CSS variables override cleanly at breakpoints.
   ============================================================ */

@media (max-width: 1024px) {
  :root {
    --text-display: 60px;
    --text-h2:      42px;
    --text-h3:      22px;
    --gutter:       40px;
    --space-7xl:    120px;
    --space-6xl:    96px;
    --space-5xl:    80px;
  }

  .exist-proof-stat { font-size: 48px !important; }
  .exist-quote .elementor-heading-title { font-size: 28px !important; }
}


/* ============================================================
   16. RESPONSIVE — MOBILE (≤ 767px)
   ============================================================ */

@media (max-width: 767px) {
  :root {
    --text-display: 48px;
    --text-h2:      32px;
    --text-h3:      20px;
    --text-body-lg: 16px;
    --text-body:    15px;
    --gutter:       24px;
    --space-7xl:    96px;
    --space-6xl:    72px;
    --space-5xl:    64px;
    --space-4xl:    56px;
    --space-3xl:    48px;
  }

  .exist-proof-stat                          { font-size: 40px !important; }
  .exist-quote .elementor-heading-title      { font-size: 22px !important; }
  .exist-hero-stat .elementor-counter-number-wrapper { font-size: 32px !important; }

  .exist-btn-primary .elementor-button,
  .exist-btn-primary-dark .elementor-button,
  .exist-btn-ghost .elementor-button,
  .exist-btn-ghost-dark .elementor-button {
    padding: 13px 24px !important;
    font-size: 13px !important;
  }
}


/* ============================================================
   17. QUICK REFERENCE — CLASS CHEAT SHEET
   Copy and paste this comment block into Notion or your
   team wiki so devs know which class to add where.

   SECTION BACKGROUNDS:
   .exist-dark        → midnight #0F1923 (hero, testimonial, footer)
   .exist-darker      → #080E14 (client strip, footer base)
   .exist-alt         → off-white #F7F8F6 (alternate sections)

   SECTION PADDING:
   .exist-hero        → 160px top, 0 bottom
   .exist-section     → 96px top/bottom (standard)
   .exist-section-dark → 120px top/bottom (featured/dark)
   .exist-section-sm  → 72px top/bottom (compact)

   HEADINGS (add to widget CSS Classes):
   .exist-h1          → 80px / 700 / white (hero only)
   .exist-h2          → 56px / 700 / near-black
   .exist-h2-light    → 56px / 700 / white (on dark bg)
   .exist-h3          → 26px / 700 / near-black
   .exist-quote       → 36px / 500 / italic / white

   BODY TEXT (add to widget CSS Classes):
   .exist-body-lg     → 18px / 1.8 line-height
   .exist-body        → 16px / 1.75 line-height
   .exist-body-sm     → 15px / 1.65 line-height
   .exist-muted       → 13px / #999999
   .exist-eyebrow     → 12px / uppercase / green / with line

   BUTTONS (add to widget CSS Classes):
   .exist-btn-primary      → black bg, white text (light sections)
   .exist-btn-primary-dark → white bg, black text (dark sections)
   .exist-btn-ghost        → outline black (light sections)
   .exist-btn-ghost-dark   → outline white (dark sections)
   .exist-link             → green text link, no bg
   .exist-btn-nav          → smaller nav CTA

   TAGS & PILLS:
   .exist-tag-bfs     → blue tag
   .exist-tag-energy  → orange tag
   .exist-tag-health  → green tag
   .exist-tag-retail  → purple tag
   .exist-tag-tech    → grey tag
   .exist-pill        → green pill (service sub-tags)
   ============================================================ */


/* ============================================================
   END OF FILE
   Exist Design System CSS v1.1 · July 2026
   ============================================================ */