:root{--paper:#f6f5f0;--ink:#1f302d;--muted:#697770;--green:#27594c;--line:#d9ded4;--accent:#cf754c}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.85 'Segoe UI','Yu Gothic',Meiryo,sans-serif}a{color:inherit;text-underline-offset:5px}header,main,footer{max-width:1220px;margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:26px 36px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:13px;align-items:center;font-size:22px;font-weight:700;text-decoration:none;letter-spacing:.08em}.brand small{display:block;font:9px/1.6 monospace;letter-spacing:.2em}.symbol{font-size:33px;color:var(--green)}nav{display:flex;gap:28px;font-size:13px}nav a{text-decoration:none}nav a:hover{text-decoration:underline}main{padding:0 36px}.hero{padding:76px 0 68px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.eyebrow{font:11px/1.8 Consolas,monospace;letter-spacing:.15em;color:var(--green)}h1{font-size:clamp(36px,4.3vw,57px);line-height:1.5;letter-spacing:.07em;margin:24px 0;font-weight:650}h1 em{font-style:normal;color:var(--green)}.intro{font-size:16px;color:var(--muted);line-height:2}.button{display:inline-flex;gap:60px;padding:13px 21px;background:var(--green);color:white;text-decoration:none;margin-top:20px;font-size:14px}.hero-figure{background:#ebeede;border:1px solid #d3dbc8;padding:30px;box-shadow:14px 14px 0 #e5e7df}.figure-head{display:flex;justify-content:space-between;font:10px monospace;letter-spacing:.08em;color:var(--muted)}.hero-figure h2{font-size:23px;margin:26px 0 6px}.hero-figure p,.hero-figure small{font-size:11px;color:var(--muted)}.bars{display:grid;gap:19px;margin:29px 0}.bars>div{display:grid;grid-template-columns:60px 1fr 83px;align-items:center;gap:9px;font-size:12px}.bars i{display:block;height:25px;width:var(--w);background:var(--green)}.bars>div:nth-child(2) i{opacity:.75}.bars>div:nth-child(3) i{opacity:.5}.bars b{font:13px monospace;text-align:right}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;gap:24px;font-size:13px}.principles b{font:12px monospace;color:var(--accent);margin-right:18px}#articles{padding:65px 0}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-title h2{font-size:26px;margin:0}.section-title>span{font:11px monospace;color:var(--muted)}.article-card{display:grid;grid-template-columns:280px 1fr;gap:34px;background:#fffef9;border:1px solid var(--line);text-decoration:none;padding:24px}.article-card h3{font-size:23px;line-height:1.7;margin:8px 0}.article-card p:not(.eyebrow){color:var(--muted);font-size:13px}.mini-chart{display:flex;align-items:end;justify-content:center;gap:12px;padding:35px;background:#e8ede3;min-height:230px}.mini-chart i{width:25px;background:#789383;height:65%}.mini-chart i:nth-child(2){height:95%;background:var(--green)}.mini-chart i:nth-child(3){height:75%}.mini-chart i:nth-child(4){height:55%}.mini-chart i:nth-child(5){height:40%}.read{display:block;font-size:13px;margin-top:20px;color:var(--green)}.read b{float:right}.article-card:hover{border-color:var(--green)}.mission{padding:45px 0 70px;max-width:700px}.mission h2{font-size:31px;line-height:1.7}.mission p:not(.eyebrow){color:var(--muted)}.mission a{font-size:14px}footer{border-top:1px solid var(--line);padding:35px 36px 50px;display:flex;justify-content:space-between;font-size:13px}footer p,footer small{color:var(--muted)}.article-top{max-width:810px;margin:40px auto 0;font-size:13px}.prose{max-width:810px;margin:25px auto 65px;overflow-wrap:anywhere}.prose h1{font-size:35px;line-height:1.65;letter-spacing:.02em}.prose h2{font-size:24px;margin-top:45px;padding-bottom:10px;border-bottom:1px solid var(--line)}.prose h3{font-size:18px;margin-top:28px}.prose p,.prose li{font-size:15px}.prose a{color:var(--green)}.prose table{border-collapse:collapse;width:100%;font-size:13px;margin:25px 0;background:white}.prose th,.prose td{border-bottom:1px solid var(--line);padding:12px;text-align:left}.prose th{background:#e7eddf}.prose img{max-width:100%;height:auto}.source-note{max-width:810px;margin:0 auto 65px;border-left:3px solid var(--green);padding:15px;background:#e8ede3;font-size:13px}.policy{padding-top:30px}.skip{position:absolute;left:15px;top:-100px;background:white;padding:12px}.skip:focus{top:0}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media(max-width:800px){header{padding:18px 20px}.brand{font-size:18px}nav{gap:14px;font-size:11px}main{padding:0 20px}.hero{grid-template-columns:1fr;gap:35px;padding:35px 0 45px}.hero-figure{padding:23px;box-shadow:7px 7px 0 #e5e7df}.principles{grid-template-columns:1fr;gap:10px;padding:20px 0}.article-card{grid-template-columns:1fr;gap:14px;padding:19px}.mini-chart{min-height:150px;height:150px}.article-card h3{font-size:20px}.prose h1{font-size:27px}.prose th,.prose td{padding:8px 5px;font-size:11px}footer{padding:28px 20px;gap:20px;flex-direction:column}.hero-figure h2{font-size:21px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
