/* TINY FORCE · one stylesheet for the whole site.
   Tokens first, then base, then shared chrome. Page files hold
   only what is unique to that page. */

@font-face{font-family:'Arimo';font-style:italic;font-weight:400 700;font-display:swap;src:url(assets/fonts/arimo-italic-400_700-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:'Arimo';font-style:italic;font-weight:400 700;font-display:swap;src:url(assets/fonts/arimo-italic-400_700-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:'Arimo';font-style:normal;font-weight:400 700;font-display:swap;src:url(assets/fonts/arimo-normal-400_700-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:'Arimo';font-style:normal;font-weight:400 700;font-display:swap;src:url(assets/fonts/arimo-normal-400_700-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:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/plex-normal-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:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/plex-normal-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:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/plex-normal-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:'IBM Plex Mono';font-style:normal;font-weight:400;font-display:swap;src:url(assets/fonts/plex-normal-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}

:root{
/* ink */
--ink:#0A0A0A;
--paper:#F2F0EA;
--accent:#E8E400;
--accent-ink:#000;
--fg:#fff;
--fg-2:#D4D4D8;
--fg-3:#A1A1AA;
--fg-4:#8B8B94;
--line:rgba(255,255,255,.16);
--line-2:rgba(255,255,255,.10);
--accent-line:rgba(232,228,0,.55);
--accent-wash:rgba(232,228,0,.06);

/* space · 8px unit */
--sp:8px;
--sp-1:8px;--sp-2:16px;--sp-3:24px;--sp-4:32px;--sp-5:40px;--sp-6:48px;--sp-8:64px;--sp-10:80px;
--gutter:clamp(24px,6vw,72px);
--section-y:clamp(48px,6vw,96px);

/* type */
--t-xs:.72rem;--t-body:1rem;--t-sub:1.25rem;
--t-h2:clamp(1.65rem,3.4vw,2.15rem);
--t-h1:clamp(2.4rem,7.4vw,4.6rem);
--lh-xs:1.4;--lh-body:1.5;--lh-sub:1.3;--lh-h2:1.1;--lh-h1:1.05;
--measure:31rem;
--sans:'Helvetica Neue',Helvetica,'Arimo',Arial,sans-serif;
--mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,monospace;

--grain:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23g)' opacity='.1'/%3E%3C/svg%3E");
}

html{
font-size:clamp(15px,.42vw + 13.4px,17px);
scroll-behavior:smooth;
-webkit-text-size-adjust:100%;text-size-adjust:100%;
background-color:var(--ink);
background-image:var(--grain);background-size:180px 180px;
}
body{
margin:0;
background-color:var(--ink);
color:var(--fg);
font-family:var(--sans);
-webkit-font-smoothing:antialiased;
background-image:var(--grain);background-size:180px 180px;
}
section,article{background-image:var(--grain);background-size:180px 180px}
img{max-width:100%}

a{color:var(--fg)}
a:hover{color:var(--accent)}

/* Typography rules that apply everywhere.
   Headings balance across lines, body copy avoids widows. */
h1,h2,h3,h4,h5{text-wrap:balance}
p,li,dd,figcaption,blockquote{text-wrap:pretty}
/* Short paragraphs (most of the site) even out their last line.
   !important because many elements carry an inline text-wrap:pretty. */
p,li,figcaption,blockquote,span,a,summary,dd,dt,label,td,th{text-wrap:balance !important}
[data-price],[data-priceline],[data-num],[data-c-depth],[data-lbl]{font-variant-numeric:tabular-nums}

/* Separated lists never break around the divider. */
[data-clientlist] span,[data-sectors] span,[data-seplist] span{white-space:nowrap}

/* Highlight band sits under the text, cloned across line breaks. */
[data-hl2]{background:linear-gradient(var(--accent),var(--accent)) 0 100%/100% .34em no-repeat;-webkit-box-decoration-break:clone;box-decoration-break:clone}

::selection{background:var(--accent);color:var(--accent-ink)}
a:focus-visible,button:focus-visible,[tabindex]:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
[id]{scroll-margin-top:clamp(16px,3vh,28px)}
summary::-webkit-details-marker{display:none}
summary::marker{content:''}

[data-skip]{position:absolute;left:-9999px;top:0;background:var(--accent);color:var(--accent-ink);padding:12px 18px;font-family:var(--sans);font-weight:700;font-size:var(--t-xs);letter-spacing:.2em;text-transform:uppercase;text-decoration:none;z-index:2000}
[data-skip]:focus{left:6px;top:6px}

footer{--t-xs:.625rem}

@media (max-width:700px){
[style*="line-height:1.55"]{line-height:1.5}
[style*="line-height:1.44"]{line-height:1.4}
[style*="line-height:1.3"]{line-height:1.28}
br[data-brk="d"]{display:none}
}
@media (min-width:701px){br[data-brk="m"]{display:none}}

@media (prefers-reduced-motion:reduce){
html,body,section,article{background-image:none}
*,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}
