:root{--bg:#fffaf7;--paper:#fff;--text:#2d2725;--muted:#756b66;--line:#eadfd9;--accent:#ee7f79;--cream:#fff7e8}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--text);background:var(--bg);line-height:1.85}a{color:#b8504c;text-decoration:none}.cv-header{background:#fff;border-bottom:1px solid var(--line)}.cv-header__inner,.cv-footer__inner{max-width:1060px;margin:auto;padding:14px 22px}.cv-header__inner{display:flex;justify-content:space-between;align-items:center}.cv-brand{font-size:25px;font-weight:800;color:#262323}.cv-brand span{color:var(--accent)}.cv-home{font-size:13px;font-weight:700;padding:8px 13px;border:1px solid var(--line);border-radius:999px}.cv-footer{margin-top:40px;background:#fff;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.cv-footer__links{display:flex;gap:16px;margin-bottom:8px}