:root{--ink:#1A2028;--deep:#22303E;--granite:#4A5560;--slate-sea:#7A8E98;--fog:#B8C4CC;--sand:#EDE6D8;--dune:#F5EFE4;--salt:#FAF7F2;--white:#FEFCF9;--rust:#A85C38;--rust-lt:#C07040;--rust-xlt:#F2E8DF;--elec:#3D5266;--elec-bg:#E4EAF0;--plomb:#4A7A82;--plomb-bg:#E0ECEE;--success:#4A7A5E;--rule:#DDD6C8;--font-serif:'Cormorant Garamond',Georgia,serif;--font-sans:'DM Sans',system-ui,sans-serif;--font-mono:'DM Mono',monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:96px;--shadow-sm:0 1px 3px rgba(26, 32, 40, .06);--shadow-md:0 4px 16px rgba(26, 32, 40, .08);--shadow-lg:0 8px 30px rgba(26, 32, 40, .12);--ease-out:cubic-bezier(.25, .46, .45, .94);--duration:.18s;--max-width:1200px;--nav-height:96px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height)}body{font-family:var(--font-sans);font-size:16px;color:var(--deep);background:var(--dune);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{font-family:inherit;cursor:pointer}