:root{color-scheme:light;background:#fcf9ef;color:#064749;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;padding:clamp(12px,3vw,48px)}
main{width:min(100%,1440px)}img{display:block;width:100%;height:auto;border-radius:clamp(8px,1.3vw,20px)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.mobile-note{display:none}
@media(max-width:600px){.mobile-note{display:block;text-align:center;font-size:1.05rem;line-height:1.65;margin:24px 10px 0}body{padding:12px}}
