/* Typography and divided editorial layout adapted from the local Momo reference. */
:root{color-scheme:light;--ink:#242528;--body:#626369;--line:#e8e8e9;--paper:#fff}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Apple SD Gothic Neo','Malgun Gothic',Arial,sans-serif;font-size:1rem;line-height:1.95;word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased}
header,main,footer{width:calc(100% - 96px);max-width:1024px;margin-inline:auto}
h1,h2,p{margin:0}
.header{min-height:112px;display:flex;align-items:center}
.brand{font-size:1.125rem;font-weight:650;letter-spacing:-.04em}
.hero{padding:62px 0 88px}
h1{font-size:clamp(2.4rem,4.4vw,3.55rem);font-weight:550;line-height:1.4;letter-spacing:-.055em}
.mobile-break{display:none}
.intro{margin-top:42px;max-width:680px}
.prose p{font-size:1rem;color:var(--body);line-height:1.95}
.prose p+p{margin-top:23px}
.prose strong{font-weight:550;color:var(--ink)}
.section{border-top:1px solid var(--line);padding:64px 0;display:grid;grid-template-columns:240px minmax(0,1fr);gap:60px}
.section h2{font-size:1.375rem;line-height:1.65;letter-spacing:-.04em;font-weight:550;max-width:225px}
.closing{border-top:1px solid var(--line);padding:72px 0 86px}
.closing p{font-size:clamp(1.45rem,2.65vw,2rem);line-height:1.7;letter-spacing:-.045em}
.closing strong{font-weight:550}
footer{border-top:1px solid var(--line);padding:25px 0 32px;display:flex;justify-content:space-between;gap:16px;font-size:.875rem;color:#73737a}
@media(max-width:900px){.section{grid-template-columns:190px minmax(0,1fr);gap:40px}.hero{padding-top:42px}}
@media(max-width:640px){header,main,footer{width:calc(100% - 44px)}.header{min-height:83px}.brand{font-size:1rem}.hero{padding:30px 0 48px}h1{font-size:clamp(2rem,7.5vw,2.8rem);line-height:1.48}.mobile-break{display:block}.intro{margin-top:30px}.section{grid-template-columns:1fr;gap:25px;padding:38px 0}.section h2{font-size:1.25rem;max-width:100%;text-wrap:balance}.prose p+p{margin-top:20px}.closing{padding:42px 0 48px}.closing p{font-size:1.375rem}footer{flex-wrap:wrap;padding:22px 0 28px}}
@media print{header,main,footer{width:100%;max-width:none}.hero{padding-top:20px}.section{break-inside:avoid}.closing{break-inside:avoid}}
a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.project h3{font-size:1.25rem;letter-spacing:-.035em;font-weight:550;margin:7px 0 12px}.project p{color:var(--body);margin:0}.project .project-meta{font-size:.875rem;color:#73737a}.project+.project{margin-top:32px;padding-top:32px;border-top:1px solid var(--line)}.project-link{display:inline-flex;align-items:center;gap:18px;min-height:44px;margin-top:14px;font-size:.875rem;text-decoration:underline;text-underline-offset:5px;text-decoration-color:#bcbcc0}.project-link:hover{text-decoration-color:var(--ink)}
