:root{color-scheme:dark;font-family:Arial,Helvetica,sans-serif;background:#111110;color:#efeee8}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column;padding:clamp(24px,5vw,80px)}
header,footer{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:12px;letter-spacing:.08em}header{font-weight:700;justify-content:flex-end}.edition{color:#a5a59d;font-weight:400;font-size:10px}
main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:64px 0 80px}.statement{font-size:clamp(14px,1.4vw,20px);margin:0 0 28px;color:#b8b8af}
h1{font-weight:700;font-size:clamp(60px,12.7vw,190px);line-height:.88;letter-spacing:-.075em;margin:0}.period{color:#28543e}
footer{border-top:1px solid #363630;padding-top:22px;font-size:11px}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid #28543e;outline-offset:8px}
@media(max-width:420px){body{padding:24px}footer{font-size:10px;letter-spacing:0}.edition{font-size:9px}h1{font-size:clamp(54px,15vw,64px)}}

.green-dot{display:inline-block;background:linear-gradient(to bottom,#28543e 0%,#28543e 28%,#efeee8 28%,#efeee8 100%);background-clip:text;-webkit-background-clip:text;color:transparent}
