:root{
/* Brand base */
--sorzo-petrol:#175C61;
--sorzo-petrol-900:#0D3B3F;
--sorzo-petrol-700:#12494D;
--sorzo-petrol-600:#175C61;
--sorzo-petrol-400:#3C7F84;
--sorzo-petrol-200:#A9C6C8;
--sorzo-petrol-100:#DCE8E9;
--sorzo-petrol-050:#EEF4F4;
--sorzo-groen:#7FA58F;
--sorzo-groen-700:#5C806B;
--sorzo-groen-500:#7FA58F;
--sorzo-groen-200:#CBDCD2;
--sorzo-groen-100:#E6EEE9;
--sorzo-zand:#D8C7AA;
--sorzo-zand-600:#B39C77;
--sorzo-zand-300:#E8DDC9;
--sorzo-zand-100:#F3EDE2;
--sorzo-leigrijs:#28373A;
--sorzo-leigrijs-700:#3E5054;
--sorzo-leigrijs-500:#5E7175;
--sorzo-leigrijs-300:#93A1A3;
--sorzo-leigrijs-200:#C2CACB;
--sorzo-leigrijs-100:#E1E5E5;
--sorzo-wit:#FFFFFF;
--sorzo-gebroken-wit:#F5F3EE;
--sorzo-gebroken-wit-2:#FAF9F6;

/* Semantic — surfaces */
--surface-page:var(--sorzo-gebroken-wit);
--surface-card:var(--sorzo-wit);
--surface-subtle:var(--sorzo-petrol-050);
--surface-warm:var(--sorzo-zand-100);
--surface-inverse:var(--sorzo-petrol);
--surface-inverse-deep:var(--sorzo-petrol-900);

/* Semantic — text */
--text-body:var(--sorzo-leigrijs);
--text-heading:var(--sorzo-petrol);
--text-muted:var(--sorzo-leigrijs-500);
--text-subtle:var(--sorzo-leigrijs-300);
--text-accent:var(--sorzo-groen-700);
--text-on-dark:var(--sorzo-wit);
--text-on-dark-muted:#C6D8D7;
--text-link:var(--sorzo-petrol);
--text-link-hover:var(--sorzo-petrol-900);

/* Semantic — lines */
--border-subtle:var(--sorzo-leigrijs-100);
--border-default:var(--sorzo-leigrijs-200);
--border-strong:var(--sorzo-petrol-200);
--border-inverse:rgba(255,255,255,.24);

/* Semantic — interactive */
--action-primary:var(--sorzo-petrol);
--action-primary-hover:var(--sorzo-petrol-700);
--action-primary-active:var(--sorzo-petrol-900);
--action-secondary-border:var(--sorzo-petrol);
--focus-ring:var(--sorzo-groen-500);

/* Status — muted, institutional */
--status-info:#2E6F87;
--status-info-bg:#E4EEF2;
--status-success:#4F7D5F;
--status-success-bg:#E6EEE9;
--status-warning:#9A7430;
--status-warning-bg:#F5ECD9;
--status-danger:#8C4238;
--status-danger-bg:#F4E4E1;
}
