/* RevoHub design tokens.
   Classic theme: WordPress no longer emits --wp--preset--* from theme.json,
   so the theme declares them here instead. Names are unchanged from the block
   build on purpose — futuristic.css and components.css are byte-identical to
   the versions that shipped with the block theme and reference these names.
   Values are measured from the logo SVG and live revohub.ca (Aug 6 2026).
   Do not invent new values. Mirror any change into Elementor > Site Settings >
   Global Colors / Global Fonts so the editor's swatches stay in sync. */
:root{
  --wp--preset--color--green-50:#F6FAF4;
  --wp--preset--color--green-100:#E8F4DF;
  --wp--preset--color--green-200:#D2E9C1;
  --wp--preset--color--green-300:#B4D99A;
  --wp--preset--color--green-400:#9BCE76;
  --wp--preset--color--green-500:#83C354;
  --wp--preset--color--green-600:#6BA843;
  --wp--preset--color--green-700:#4A7C2F;
  --wp--preset--color--green-800:#3A6125;
  --wp--preset--color--green-900:#2C491C;
  --wp--preset--color--ink:#0A0A0A;
  --wp--preset--color--heading-strong:#171717;
  --wp--preset--color--heading:#333333;
  --wp--preset--color--body:#4F4F4F;
  --wp--preset--color--surface:#FFFFFF;
  --wp--preset--color--surface-tint:#F6FAF4;
  --wp--preset--color--mint:#6EE7B7;
  --wp--preset--color--hud-panel:#0E1A12;
  --wp--preset--color--info:#2563EB;
  --wp--preset--color--warning:#D97706;
  --wp--preset--color--error:#DC2626;
  --wp--preset--gradient--mesh-hero:radial-gradient(55% 55% at 12% 0%, rgba(110,231,183,0.20) 0%, rgba(110,231,183,0) 70%), radial-gradient(45% 45% at 88% 8%, rgba(131,195,84,0.16) 0%, rgba(131,195,84,0) 70%);
  --wp--preset--gradient--mesh-section:radial-gradient(55% 55% at 12% 0%, rgba(110,231,183,0.10) 0%, rgba(110,231,183,0) 70%), radial-gradient(45% 45% at 88% 8%, rgba(131,195,84,0.08) 0%, rgba(131,195,84,0) 70%);
  --wp--preset--font-family--poppins:Poppins, -apple-system, 'Segoe UI', sans-serif;
  --wp--preset--font-family--mono:'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --wp--preset--font-size--eyebrow:12px;
  --wp--preset--font-size--small:14px;
  --wp--preset--font-size--body:16px;
  --wp--preset--font-size--lead:18px;
  --wp--preset--font-size--h3:20px;
  --wp--preset--font-size--h2:clamp(1.5rem, 3.5vw, 2.25rem);
  --wp--preset--font-size--h1:clamp(2rem, 5vw, 3rem);
  --wp--preset--font-size--stat:48px;
  --wp--preset--spacing--10:4px;
  --wp--preset--spacing--20:8px;
  --wp--preset--spacing--30:12px;
  --wp--preset--spacing--40:16px;
  --wp--preset--spacing--50:24px;
  --wp--preset--spacing--60:32px;
  --wp--preset--spacing--70:48px;
  --wp--preset--spacing--80:64px;
  --wp--preset--spacing--90:96px;
  --wp--preset--spacing--100:128px;
  --wp--preset--shadow--sm:0 1px 2px rgba(16,24,16,0.05);
  --wp--preset--shadow--md:0 4px 12px rgba(16,24,16,0.07);
  --wp--preset--shadow--lg:0 12px 32px rgba(16,24,16,0.09);
  --wp--preset--shadow--glow:0 8px 24px rgba(131,195,84,0.20);
  --wp--preset--shadow--glow-strong:0 0 0 1px rgba(131,195,84,0.30), 0 8px 40px rgba(110,231,183,0.28);
  --wp--preset--shadow--glow-edge:0 0 12px rgba(131,195,84,0.45);
  --wp--custom--glass-fill:rgba(255,255,255,0.62);
  --wp--custom--glass-border:rgba(131,195,84,0.28);
  --wp--custom--grid-line:rgba(131,195,84,0.10);
  --wp--custom--signal-core:#83C354;
  --wp--custom--signal-halo:rgba(110,231,183,0.35);
  --wp--custom--scrim:rgba(255,255,255,0.60);
  --wp--custom--radius--pill:9999px;
  --wp--custom--radius--card:20px;
  --wp--custom--radius--hud:16px;
  --wp--custom--radius--image:16px;
  --wp--custom--radius--input:12px;
  --wp--custom--line-height--h1:1.06;
  --wp--custom--line-height--h2:1.11;
  --wp--custom--line-height--h3:1.25;
  --wp--custom--line-height--lead:1.625;
  --wp--custom--line-height--body:1.5;
  --wp--custom--line-height--small:1.43;
  --wp--custom--letter-spacing--eyebrow:0.12em;
  --wp--custom--duration--fast:200ms;
  --wp--custom--duration--flip:500ms;
  --wp--custom--duration--draw:1200ms;
  --wp--custom--duration--drift:32s;
  --wp--custom--easing--out:cubic-bezier(0.16,1,0.3,1);
  --wp--custom--easing--flip:cubic-bezier(0.4,0,0.2,1);
  --wp--custom--measure--prose:68ch;
}

/* Base element styles WordPress derives from theme.json > styles. */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--wp--preset--color--surface);color:var(--wp--preset--color--body);
  font-family:var(--wp--preset--font-family--poppins);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
h1{font-size:var(--wp--preset--font-size--h1);line-height:1.06;font-weight:600;color:var(--wp--preset--color--heading);margin:0;text-wrap:pretty}
h2{font-size:var(--wp--preset--font-size--h2);line-height:1.11;font-weight:800;color:var(--wp--preset--color--heading-strong);margin:0;text-wrap:pretty}
h3{font-size:var(--wp--preset--font-size--h3);line-height:1.25;font-weight:700;color:var(--wp--preset--color--heading);margin:0}
p{margin:0}
a{color:var(--wp--preset--color--green-700);text-decoration:none}
a:hover{color:var(--wp--preset--color--green-800);text-decoration:underline}
