:root{--bg: #FAF7F1;--surface: #FFFFFF;--ink: #1A1613;--ink-2: #5A544D;--steel: #8A837A;--line: #E4DED2;--line-soft: #EEE9DF;--accent: #BC002D;--accent-2: #97001F;--ember: #B7472A;--display: "Fraunces", Georgia, "Times New Roman", serif;--body: "Newsreader", Georgia, serif;--mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--step--1: clamp(.82rem, .79rem + .14vw, .9rem);--step-0: clamp(1.06rem, 1.01rem + .24vw, 1.2rem);--step-1: clamp(1.3rem, 1.2rem + .5vw, 1.6rem);--step-2: clamp(1.6rem, 1.4rem + 1vw, 2.2rem);--step-3: clamp(2rem, 1.6rem + 2vw, 3rem);--step-hero: clamp(2.6rem, 1.9rem + 3.5vw, 4.6rem);--measure: 68ch;--page: 74rem;--radius: 4px;--ease: cubic-bezier(.2, .6, .2, 1)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color-scheme:light}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--body);font-size:var(--step-0);line-height:1.7;font-optical-sizing:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}a{color:var(--accent);text-underline-offset:.16em;text-decoration-thickness:1px}a:hover{color:var(--accent-2)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}img{max-width:100%;height:auto}h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.12;letter-spacing:-.01em}.edge{height:7px;width:116px;background:var(--accent);clip-path:polygon(0 0,100% 40%,100% 60%,0 100%)}.edge--ink{background:var(--ink)}.edge--full{width:100%}.eyebrow{font-family:var(--mono);font-size:var(--step--1);letter-spacing:.16em;text-transform:uppercase;color:var(--steel);display:inline-flex;align-items:center;gap:.6rem;margin:0}.eyebrow:before{content:"";width:22px;height:5px;background:var(--accent);clip-path:polygon(0 0,100% 42%,100% 58%,0 100%);flex:none}.wrap{width:min(100% - 2.5rem,var(--page));margin-inline:auto}.flow>*+*{margin-top:1.1em}main{flex:1 0 auto;padding-block:clamp(2.5rem,5vw,5rem)}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(1.1) blur(6px);position:sticky;top:0;z-index:10}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.85rem}.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--ink)}.brand__mark{display:grid;place-items:center;width:2.1rem;height:2.1rem;border:1.5px solid var(--accent);color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,transparent);font-size:1.15rem;line-height:1;font-weight:700;border-radius:3px}.brand__name{font-family:var(--display);font-weight:600;font-size:1.14rem;letter-spacing:.01em}.brand__name small{display:block;font-family:var(--mono);font-weight:400;font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--steel);margin-top:1px}.nav{display:flex;align-items:center;gap:1.4rem}.nav a{font-family:var(--mono);font-size:var(--step--1);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);text-decoration:none}.nav a:hover{color:var(--accent)}.nav__lang{color:var(--steel)!important;border:1px solid var(--line);padding:.2rem .45rem}.site-footer{flex-shrink:0;border-top:1px solid var(--line);background:var(--surface);padding-block:2.5rem;margin-top:4rem}.site-footer p{margin:.4rem 0;color:var(--ink-2);font-size:var(--step--1)}.site-footer .footer-mission{font-family:var(--display);font-size:var(--step-1);color:var(--ink);max-width:26ch;line-height:1.25}.footer-nav{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1rem}.footer-nav a{font-family:var(--mono);font-size:var(--step--1);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-2);text-decoration:none}.footer-nav a:hover{color:var(--accent)}.hero{padding-block:clamp(1rem,3vw,2.5rem) clamp(2.5rem,5vw,4rem)}.hero__title{font-size:var(--step-hero);font-weight:600;max-width:18ch;margin:1.2rem 0 0;letter-spacing:-.02em}.hero__title em{font-style:italic;color:var(--accent);font-weight:600}.hero__deck{max-width:46ch;margin:1.4rem 0 0;font-size:var(--step-1);color:var(--ink-2);line-height:1.5}.hero__edge{margin-top:1.8rem}.index-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);padding-top:1.2rem;margin-top:1rem}.index-head h2{font-size:var(--step-1);margin:0}.index-head span{font-family:var(--mono);font-size:var(--step--1);color:var(--steel);letter-spacing:.1em}.cards{display:grid;gap:0;margin-top:.5rem}.card{display:grid;grid-template-columns:minmax(0,1fr);gap:.5rem;padding:1.9rem 0;border-bottom:1px solid var(--line-soft)}.card__title{font-size:var(--step-2);margin:.3rem 0 0;font-weight:600}.card__title a{color:var(--ink);text-decoration:none;background-image:linear-gradient(var(--accent),var(--accent));background-size:0% 2px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .35s var(--ease)}.card__title a:hover{background-size:100% 2px;color:var(--ink)}.card__deck{color:var(--ink-2);margin:.5rem 0 0;max-width:60ch}.card__meta{font-family:var(--mono);font-size:var(--step--1);color:var(--steel);letter-spacing:.06em;margin-top:.8rem;display:flex;flex-wrap:wrap;gap:.5rem .9rem}.card__meta .tag{color:var(--ink-2)}.article__header{max-width:var(--measure)}.article__title{font-size:var(--step-3);margin:1rem 0 0;font-weight:600}.article__meta{font-family:var(--mono);font-size:var(--step--1);color:var(--steel);letter-spacing:.06em;margin-top:1.1rem;display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center}.article__meta .dot{color:var(--line)}.article__edge{margin:1.6rem 0 2.4rem}.prose{max-width:var(--measure);font-size:var(--step-0)}.prose :where(p){margin:1.25em 0}.prose :where(h2){font-size:var(--step-2);margin:2.4em 0 .1em;position:relative;padding-top:1.4rem}.prose :where(h2):before{content:"";position:absolute;top:0;left:0;width:96px;height:6px;background:var(--accent);clip-path:polygon(0 0,100% 40%,100% 60%,0 100%)}.prose :where(h3){font-size:var(--step-1);margin:1.9em 0 .1em;color:var(--ink)}.prose :where(ul,ol){padding-left:1.2em}.prose :where(li){margin:.4em 0}.prose :where(strong){font-weight:600}.prose :where(a){color:var(--accent)}.prose :where(blockquote){margin:1.8em 0;padding:1.1rem 1.4rem;border-left:3px solid var(--accent);background:var(--surface);color:var(--ink-2);font-style:italic}.prose :where(blockquote p){margin:.3em 0}.prose :where(hr){border:none;height:1px;background:var(--line);margin:2.5em 0}.prose>p:first-of-type:first-letter{font-family:var(--display);font-weight:600;font-size:3.4em;line-height:.72;float:left;padding:.07em .12em 0 0;color:var(--accent)}.article__back{display:inline-flex;align-items:center;gap:.5rem;margin-top:3rem;font-family:var(--mono);font-size:var(--step--1);letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--ink-2)}.article__back:hover{color:var(--accent)}.article__hero{margin:0 0 2rem}.article__hero img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;border-radius:3px}.figure{margin:2.4rem 0}.figure img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;border-radius:3px}.figure__cap{margin-top:.6rem;font-family:var(--mono);font-size:var(--step--1);letter-spacing:.04em;color:var(--steel);display:flex;flex-wrap:wrap;gap:.5rem .8rem;align-items:baseline}.figure__label{color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 40%,var(--line));border-radius:2px;padding:.05rem .4rem;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem}.card__thumb{display:block;margin-bottom:.4rem}.card__thumb img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;border-radius:3px}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}@media(max-width:34rem){.brand__name small{display:none}.prose>p:first-of-type:first-letter{font-size:2.8em}}
