/* =========================================================
   SPARC — SHARED DESIGN TOKENS
   Consolidated from the :root blocks of every section in
   /_source (header, hero, intro, markets, how-we-work,
   experience, footer). Each section keeps its own original
   variable names exactly as authored — nothing renamed —
   so this file is a lossless merge, defined once and loaded
   site-wide instead of being redeclared in every section.
========================================================= */

:root {
  /* Header (.sparc-site-header) */
  --sparc-navy-950: #04132f;
  --sparc-navy-900: #051e4f;
  --sparc-navy-800: #0a2f6b;
  --sparc-navy-700: #123d7a;
  --sparc-gold-600: #ba882e;
  --sparc-gold-500: #d0a34a;
  --sparc-gold-text: #8f6218;
  --sparc-ivory: #fbfaf7;
  --sparc-surface: #f1f4f8;
  --sparc-white: #ffffff;
  --sparc-slate: #5e6a7d;
  --sparc-line: rgba(5, 30, 79, 0.14);
  --sparc-header-height: 92px;
  --sparc-header-sticky-height: 78px;
  --sparc-container-width: 1440px;
  --sparc-transition: cubic-bezier(0.22, 1, 0.36, 1);

  /* Hero (.sgc-hero) */
  --sgc-navy-950: #03112a;
  --sgc-navy-900: #051e4f;
  --sgc-navy-800: #0a2f6b;
  --sgc-gold: #d0a34a;
  --sgc-gold-deep: #ba882e;
  --sgc-white: #ffffff;
  --sgc-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Intro (.sgc-intro) */
  --sgc-intro-navy: #051e4f;
  --sgc-intro-dark: #04132f;
  --sgc-intro-gold: #c99a42;
  --sgc-intro-gold-dark: #986918;
  --sgc-intro-ivory: #fbfaf7;
  --sgc-intro-surface: #f1f4f8;
  --sgc-intro-text: #5e6a7d;
  --sgc-intro-line: rgba(5, 30, 79, 0.14);
  --sgc-intro-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Markets (.sgc-markets) */
  --sgc-markets-navy: #04132f;
  --sgc-markets-blue: #051e4f;
  --sgc-markets-gold: #d0a34a;
  --sgc-markets-white: #ffffff;
  --sgc-markets-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* How We Work (.sgc-work) */
  --sgc-work-navy: #051e4f;
  --sgc-work-dark: #04132f;
  --sgc-work-gold: #d0a34a;
  --sgc-work-gold-dark: #916315;
  --sgc-work-ivory: #fbfaf7;
  --sgc-work-text: #5e6a7d;
  --sgc-work-line: rgba(5, 30, 79, 0.14);
  --sgc-work-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Experience (.sgc-experience) */
  --sgc-experience-dark: #04132f;
  --sgc-experience-navy: #051e4f;
  --sgc-experience-blue: #0a2f6b;
  --sgc-experience-gold: #d0a34a;
  --sgc-experience-gold-dark: #916315;
  --sgc-experience-white: #ffffff;
  --sgc-experience-ivory: #fbfaf7;
  --sgc-experience-text: #5e6a7d;
  --sgc-experience-line: rgba(5, 30, 79, 0.13);
  --sgc-experience-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* Footer (.sgc-footer) */
  --sgc-footer-dark: #03112a;
  --sgc-footer-navy: #051e4f;
  --sgc-footer-blue: #0a2f6b;
  --sgc-footer-gold: #d0a34a;
  --sgc-footer-gold-deep: #ba882e;
  --sgc-footer-white: #ffffff;
  --sgc-footer-muted: rgba(255, 255, 255, 0.58);
  --sgc-footer-line: rgba(255, 255, 255, 0.12);
  --sgc-footer-ease: cubic-bezier(0.22, 1, 0.36, 1);

  /* =======================================================
     UNIFORM SPACING SYSTEM — single scale, used site-wide.
     Every section's vertical rhythm and container width reads
     from these tokens instead of ad-hoc per-block values.
  ======================================================= */
  --space-section: clamp(88px, 8vw, 128px);
  --space-section-tight: clamp(56px, 5vw, 80px);
  --space-block: 64px;
  --space-element: 24px;
  --space-tight: 12px;
  --space-row: 28px;
  --space-small: 8px;
  --space-micro: 4px;
  --number-column: 56px;
  --body-measure: 640px;
  --color-body: var(--sparc-slate);
  --container: 1280px;
  --gutter: clamp(20px, 4vw, 48px);

  /* Heading -> intro -> content rhythm (identical on every page). */
  --space-heading-to-intro: 20px;
  --space-intro-to-content: var(--space-block);
}

/* =========================================================
   BRAND FONT — self-hosted, no Google Fonts CDN
   Manrope variable font (weight axis 200-800), covering every
   weight used across sections: 400, 500, 550, 600, 650, 700,
   750, 800.
========================================================= */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-variable-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-variable-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   MINIMAL GLOBAL RESET
   Deliberately empty of typography/spacing/container rules —
   every section supplies its own via its own block.json
   style.css, matching /_source exactly.
========================================================= */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
