/* tokens/fonts.css */
/* Self-hosted webfonts (downloaded from Google Fonts, served from /fonts).
   No runtime request to Google — no visitor IP is shared with a third party. */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/inter-400-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/inter-400-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/inter-500-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/inter-500-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/inter-600-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/inter-600-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/source-serif-4-400-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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}
@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/source-serif-4-400-latin.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Source Serif 4 Fallback";src:local("Source Serif 4"),local("Source Serif Pro"),local("Georgia");font-display:swap}
@font-face{font-family:"Inter Fallback";src:local("Inter"),local("Helvetica Neue"),local("Arial");font-display:swap}

/* tokens/colors.css */
:root{
/* base — warm-biased neutrals, never flat grey */
--white:#FFFFFF;
--warm-050:#FAF9F7;
--warm-100:#F2F0EC;
--warm-200:#E4E1DA;
--warm-300:#D2CEC5;
--warm-400:#A8A49A;
--warm-500:#7C7970;
--warm-600:#57554F;
--warm-700:#3A3936;
--warm-900:#171715;
--black:#0E0E0D;

/* accent — muted oxide clay, the only chromatic family */
--clay-050:#F7ECE7;
--clay-200:#E3B8A5;
--clay-400:#D07C57;
--clay-500:#C15F3C;
--clay-600:#A44E30;
--clay-700:#7E3B24;

/* semantic — light (default) */
--surface-page:#FFFFFF;
--surface-sunken:#FAF9F7;
--surface-inverse:#171715;
--text-strong:#171715;
--text-body:#3A3936;
--text-muted:#7C7970;
--text-inverse:#F2F0EC;
--text-accent:#A44E30;
--text-eyebrow:#7C7970;
--rule-hairline:#E4E1DA;
--rule-strong:#D2CEC5;
--rule-accent:#C15F3C;
--focus-ring:#C15F3C;
--selection-bg:#F7ECE7;
}

:root[data-theme="dark"]{
--surface-page:#121211;
--surface-sunken:#1A1A18;
--surface-inverse:#F2F0EC;
--text-strong:#F2F0EC;
--text-body:#CFCCC4;
--text-muted:#8E8B82;
--text-inverse:#171715;
--text-accent:#D9825E;
--text-eyebrow:#8E8B82;
--rule-hairline:#2B2B27;
--rule-strong:#3A3936;
--rule-accent:#B4573A;
--focus-ring:#D9825E;
--selection-bg:#3A2318;
}

@media (prefers-color-scheme:dark){
:root{
--surface-page:#121211;
--surface-sunken:#1A1A18;
--surface-inverse:#F2F0EC;
--text-strong:#F2F0EC;
--text-body:#CFCCC4;
--text-muted:#8E8B82;
--text-inverse:#171715;
--text-accent:#D9825E;
--text-eyebrow:#8E8B82;
--rule-hairline:#2B2B27;
--rule-strong:#3A3936;
--rule-accent:#B4573A;
--focus-ring:#D9825E;
--selection-bg:#3A2318;
}}

:root[data-theme="light"]{
--surface-page:#FFFFFF;
--surface-sunken:#FAF9F7;
--surface-inverse:#171715;
--text-strong:#171715;
--text-body:#3A3936;
--text-muted:#7C7970;
--text-inverse:#F2F0EC;
--text-accent:#A44E30;
--text-eyebrow:#7C7970;
--rule-hairline:#E4E1DA;
--rule-strong:#D2CEC5;
--rule-accent:#C15F3C;
--focus-ring:#C15F3C;
--selection-bg:#F7ECE7;
}

/* tokens/typography.css */
:root{
--font-serif-display:"Source Serif 4","Source Serif 4 Fallback",Georgia,"Times New Roman",serif;
--font-sans:"Inter","Inter Fallback","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;

/* one scale, 1.25-ish, used everywhere */
--size-2xs:0.75rem;   /* 12 */
--size-xs:0.8125rem;  /* 13 */
--size-sm:0.875rem;   /* 14 */
--size-base:1rem;     /* 16 */
--size-md:1.125rem;   /* 18 */
--size-lg:1.3125rem;  /* 21 */
--size-xl:1.625rem;   /* 26 */
--size-2xl:2.125rem;  /* 34 */
--size-3xl:2.75rem;   /* 44 */
--size-4xl:3.5rem;    /* 56 */
--size-5xl:4.5rem;    /* 72 — hero display only */

--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;

--leading-tight:1.08;
--leading-snug:1.22;
--leading-normal:1.5;
--leading-relaxed:1.62;

--tracking-tight:-0.015em;
--tracking-normal:0;
--tracking-wide:0.06em;
--tracking-caps:0.16em;

--measure:65ch;
--measure-narrow:52ch;

/* semantic type roles */
--display-font:var(--font-serif-display);
--display-weight:var(--weight-regular);
--display-leading:var(--leading-tight);
--display-tracking:var(--tracking-tight);
--body-font:var(--font-sans);
--body-size:var(--size-md);
--body-leading:var(--leading-relaxed);
--eyebrow-size:var(--size-2xs);
--eyebrow-tracking:var(--tracking-caps);
--eyebrow-weight:var(--weight-medium);
}

/* tokens/spacing.css */
:root{
--space-1:4px;
--space-2:8px;
--space-3:12px;
--space-4:16px;
--space-5:24px;
--space-6:32px;
--space-7:48px;
--space-8:64px;
--space-9:96px;
--space-10:128px;

--stack-tight:var(--space-3);
--stack-text:var(--space-5);
--stack-block:var(--space-7);
--section-y:var(--space-9);
--section-y-lg:var(--space-10);
}

/* tokens/layout.css */
:root{
--content-max:1080px;
--gutter:var(--space-5);
--gutter-lg:var(--space-7);
--hairline:1px;
--rule-accent-weight:2px;
--radius-none:0;
--radius-sm:2px;   /* the largest radius the brand uses */
--shadow-none:none; /* the system has no shadow scale, by design */
--grid-columns:12; /* @kind other */
--grid-gap:var(--space-7);
}

/* tokens/motion.css */
:root{
--dur-fast:120ms; /* @kind other */
--dur-base:240ms; /* @kind other */
--dur-slow:700ms; /* @kind other */
--ease-standard:cubic-bezier(.2,.6,.2,1); /* @kind other */
--ease-exit:cubic-bezier(.4,0,1,1); /* @kind other */
--fade-rise:12px; /* the only entrance transform in the system */
}
@media (prefers-reduced-motion:reduce){
:root{--dur-fast:0ms; /* @kind other */ --dur-base:0ms; /* @kind other */ --dur-slow:0ms; /* @kind other */ --fade-rise:0px}
}

/* tokens/base.css */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--surface-page);color:var(--text-body);font-family:var(--body-font);font-size:var(--body-size);line-height:var(--body-leading);font-synthesis-weight:none;-webkit-font-smoothing:antialiased;text-wrap:pretty}
::selection{background:var(--selection-bg);color:var(--text-strong)}
h1,h2,h3{font-family:var(--display-font);font-weight:var(--display-weight);line-height:var(--display-leading);letter-spacing:var(--display-tracking);color:var(--text-strong);text-wrap:balance;margin:0}
h1{font-size:var(--size-3xl)}
h2{font-size:var(--size-2xl)}
h3{font-size:var(--size-lg)}
p{margin:0;max-width:var(--measure)}
a{color:var(--text-accent);text-decoration:none;text-underline-offset:3px;text-decoration-thickness:1px;transition:color var(--dur-fast) var(--ease-standard)}
a:hover{text-decoration:underline;color:var(--clay-700)}
:focus-visible{outline:1px solid var(--focus-ring);outline-offset:3px}
hr{border:0;border-top:var(--hairline) solid var(--rule-hairline);margin:0}

