:root{--black:#000;--red:red;--orange:#f7941d;--green:#007236;--white:#fff;--red-ink:#d40000;--green-ink:#00602d;--orange-ink:#8a4b00;--ink:#0b0b0b;--ink-2:#3f4448;--ink-3:#6a7175;--line:#e3e7ea;--surface:#f6f8f9;--surface-2:#eef2f4;--maxw:1120px;--pad:clamp(1.25rem, 4vw, 2.5rem);--radius:14px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color-scheme:light}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.65}img,svg,video{max-width:100%;height:auto;display:block}h1,h2,h3,h4{letter-spacing:-.02em;margin:0 0 .5em;font-weight:700;line-height:1.15}h1{font-size:clamp(2.1rem,5.2vw,3.5rem)}h2{font-size:clamp(1.6rem,3.4vw,2.35rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}p{margin:0 0 1.1em}p:last-child{margin-bottom:0}a{color:var(--green-ink);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--red-ink)}:focus-visible{outline:3px solid var(--green);outline-offset:2px;border-radius:3px}.skip{background:var(--ink);color:var(--white);z-index:100;padding:.75rem 1.1rem;position:absolute;top:0;left:-9999px}.skip:focus{color:var(--white);top:.5rem;left:.5rem}.wrap{width:100%;max-width:var(--maxw);padding-inline:var(--pad);margin-inline:auto}.section{padding-block:clamp(3rem,7vw,5.5rem)}.section--tint{background:var(--surface)}.section--ink{background:var(--ink);color:var(--white)}.section--ink h2,.section--ink h3{color:var(--white)}.section--ink p{color:#c9cfd3}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);align-items:center;gap:.5rem;margin:0 0 .9rem;font-size:.75rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--red);border-radius:2px;width:22px;height:3px}.section--ink .eyebrow{color:#9aa3a8}.lede{color:var(--ink-2);max-width:62ch;font-size:clamp(1.05rem,1.7vw,1.2rem)}.section--ink .lede{color:#c9cfd3}.measure{max-width:68ch}.grid{gap:1.25rem;display:grid}@media (width>=640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.grid--3{grid-template-columns:repeat(3,1fr)}}@media (width>=760px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.grid--4{grid-template-columns:repeat(4,1fr)}}.btn{border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.8rem 1.35rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.btn--primary{background:var(--ink);color:var(--white)}.btn--primary:hover{background:var(--red-ink);color:var(--white)}.btn--ghost{border-color:var(--line);color:var(--ink);background:var(--white)}.btn--ghost:hover{border-color:var(--ink);color:var(--ink)}.section--ink .btn--ghost{color:var(--white);background:0 0;border-color:#4a5155}.section--ink .btn--ghost:hover{border-color:var(--white);color:var(--white)}.btn-row{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);height:100%;padding:1.5rem;position:relative;overflow:hidden}.card__bar{height:4px;position:absolute;inset:0 0 auto}.card h3{margin-top:.6rem}.card p{color:var(--ink-2);font-size:.95rem}.accent-red{background:var(--red)}.accent-orange{background:var(--orange)}.accent-green{background:var(--green)}.accent-ink{background:var(--ink)}.icon-badge{background:var(--surface-2);width:44px;height:44px;color:var(--ink);border-radius:11px;place-items:center;display:grid}.icon-badge svg{width:22px;height:22px}.tick-list{margin:1rem 0 0;padding:0;list-style:none}.tick-list li{color:var(--ink-2);margin-bottom:.4rem;padding-left:1.5rem;font-size:.925rem;position:relative}.tick-list li:before{content:"";background:var(--green);border-radius:2px;width:8px;height:8px;position:absolute;top:.55em;left:0}.stat{border-top:3px solid var(--line);padding-top:1rem}.stat__figure{letter-spacing:-.03em;margin-bottom:.35rem;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800;line-height:1}.stat__label{margin-bottom:.2rem;font-size:.95rem;font-weight:600}.stat__detail{color:var(--ink-3);font-size:.875rem}.section--ink .stat{border-top-color:#33393d}.section--ink .stat__detail{color:#9aa3a8}.disclaimer{border-left:3px solid var(--orange);color:var(--ink-2);background:#f7941d17;border-radius:0 8px 8px 0;margin-top:2rem;padding:.9rem 1.1rem;font-size:.9rem}.section--ink .disclaimer{color:#d8dee1;background:#f7941d24}.notice{border:1px dashed var(--line);background:var(--surface);border-radius:var(--radius);text-align:center;padding:clamp(1.5rem,4vw,2.5rem)}.notice h3{margin-bottom:.4rem}.notice p{color:var(--ink-3);max-width:48ch;margin-inline:auto}.rows{border-top:1px solid var(--line)}.row{border-bottom:1px solid var(--line);gap:.15rem 1.5rem;padding:1rem 0;display:grid}@media (width>=700px){.row{grid-template-columns:200px 1fr}}.row dt{color:var(--ink-3);margin:0;font-size:.9rem;font-weight:600}.row dd{margin:0}.site-header{z-index:50;backdrop-filter:saturate(1.4)blur(8px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:68px;display:flex}.brand{color:var(--ink);align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand__logo{flex:none;width:auto;height:46px}.brand__logo--footer{height:52px}@media (width<=520px){.brand__logo{height:38px}}.nav{align-items:center;gap:.35rem;display:flex}.nav a{color:var(--ink-2);border-radius:8px;padding:.5rem .75rem;font-size:.925rem;font-weight:500;text-decoration:none}.nav a:hover{background:var(--surface-2);color:var(--ink)}.nav a[aria-current=page]{color:var(--ink);background:var(--surface-2);font-weight:650}.nav .btn{margin-left:.4rem;padding:.55rem 1rem}@media (width<=860px){.nav{display:none}.site-header details[open] .nav{display:flex}}.menu{position:relative}.menu summary{cursor:pointer;border:1px solid var(--line);border-radius:9px;padding:.55rem .8rem;font-size:.9rem;font-weight:600;list-style:none}.menu summary::-webkit-details-marker{display:none}.menu[open] .menu__panel{display:flex}.menu__panel{background:var(--white);border:1px solid var(--line);border-radius:12px;flex-direction:column;gap:.15rem;min-width:190px;padding:.5rem;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 40px #0000001a}.menu__panel a{color:var(--ink);border-radius:8px;padding:.6rem .75rem;font-size:.95rem;text-decoration:none}.menu__panel a:hover{background:var(--surface-2)}@media (width>=861px){.menu{display:none}}.hero{background:var(--ink);color:var(--white);position:relative;overflow:hidden}.hero__art{position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#000000ed 0%,#000000d1 42%,#0000004d 68%,#0000 100%);position:absolute;inset:0}@media (width<=760px){.hero:after{background:#000c}}.hero__inner{z-index:1;padding-block:clamp(3.5rem,9vw,6.5rem);position:relative}.hero h1{color:var(--white);max-width:17ch}.hero .lede{color:#cdd3d7}.hero__rule{gap:6px;margin-bottom:1.5rem;display:flex}.hero__rule span{border-radius:3px;width:46px;height:5px}.hero .btn--primary{background:var(--white);color:var(--ink)}.hero .btn--primary:hover{background:var(--red);color:var(--white)}.hero .btn--ghost{color:var(--white);background:0 0;border-color:#565d62}.hero .btn--ghost:hover{border-color:var(--white);color:var(--white)}.pagehead{background:var(--surface);border-bottom:1px solid var(--line)}.pagehead__inner{padding-block:clamp(2.5rem,6vw,4rem)}.pagehead h1{max-width:20ch}.site-footer{background:var(--ink);color:#b9c0c4;padding-block:3rem 2rem}.site-footer a{color:#e6eaec}.site-footer a:hover{color:var(--white)}.site-footer h4{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem}.site-footer__grid{gap:2rem;display:grid}@media (width>=760px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.4rem;font-size:.925rem}.site-footer__bar{color:#8b9398;border-top:1px solid #2a3034;flex-wrap:wrap;justify-content:space-between;gap:.75rem 1.5rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.825rem;display:flex}.avatar{width:84px;height:84px;color:var(--white);background:var(--ink-3);letter-spacing:.02em;border-radius:50%;place-items:center;font-size:1.5rem;font-weight:800;display:grid}.tag{letter-spacing:.08em;text-transform:uppercase;background:var(--surface-2);color:var(--ink-2);border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.split{align-items:start;gap:2.5rem;display:grid}@media (width>=900px){.split{grid-template-columns:1.15fr 1fr;gap:3.5rem}}.figure-frame{border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);overflow:hidden}.figure-frame figcaption{color:var(--ink-3);border-top:1px solid var(--line);background:var(--white);padding:.7rem 1rem;font-size:.8rem}
