@import"https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Inter:wght@400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--ink: #1a1a18;--ink-light: #4a4a44;--ink-muted: #7a7a72;--rule: #c8c4b8;--accent: #1e3a5f;--accent-light: #e8edf4;--page: #faf9f6;--page-warm: #f4f2ed;--number: #c5a96e}body{background-color:#e8e6e0;font-family:EB Garamond,Georgia,serif;color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;padding:3rem 1rem}.memo-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center}.memo-container{background:var(--page);max-width:760px;width:100%;padding:4rem 5rem;box-shadow:0 1px 3px #0000000f,0 4px 16px #00000014,0 16px 48px #0000000f;border-top:4px solid var(--accent)}.memo-label{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.2em;color:var(--accent);text-transform:uppercase;margin-bottom:1.25rem}.memo-title{font-family:EB Garamond,Georgia,serif;font-size:2.6rem;font-weight:500;line-height:1.15;color:var(--ink);letter-spacing:-.01em;margin-bottom:2rem}.memo-meta{display:flex;flex-direction:column;gap:.35rem;margin-bottom:2rem}.memo-meta-row{display:flex;align-items:baseline;gap:.75rem;font-family:Inter,sans-serif;font-size:.75rem}.memo-meta-label{font-weight:600;color:var(--ink-muted);letter-spacing:.08em;min-width:2.5rem}.memo-meta-value{color:var(--ink-light)}.memo-rule{height:1px;background:var(--rule);margin-bottom:2.5rem}.memo-intro{font-size:1.1rem;line-height:1.8;color:var(--ink);margin-bottom:2.75rem;padding-bottom:2.75rem;border-bottom:1px solid var(--page-warm)}.memo-intro strong{font-weight:600}.memo-section{display:grid;grid-template-columns:2.5rem 1fr;gap:0 1.5rem;margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid var(--page-warm)}.memo-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.memo-section-number{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;color:var(--number);padding-top:.35rem;letter-spacing:.04em}.memo-section-body{display:flex;flex-direction:column;gap:.75rem}.memo-section-heading{font-family:EB Garamond,Georgia,serif;font-size:1.2rem;font-weight:600;color:var(--accent);line-height:1.3;letter-spacing:.005em}.memo-section-body p{font-size:1rem;line-height:1.8;color:var(--ink-light)}.memo-section-body p strong{color:var(--ink);font-weight:600}.memo-conclusion{margin-top:2.5rem}.memo-conclusion-rule{height:2px;background:linear-gradient(to right,var(--accent),transparent);margin-bottom:1.5rem;width:4rem}.memo-conclusion p{font-size:1.05rem;line-height:1.8;color:var(--ink);font-style:italic}.memo-conclusion p strong{font-style:normal;font-weight:600}.memo-attribution{margin-top:1.25rem;font-family:Inter,sans-serif;font-size:.8rem;font-style:normal;color:var(--ink-muted);letter-spacing:.02em}@media(max-width:640px){body{padding:1rem 0}.memo-container{padding:2.5rem 1.75rem;border-top-width:3px}.memo-title{font-size:2rem}.memo-section{grid-template-columns:1fr;gap:.5rem}.memo-section-number{padding-top:0}}
