:root{--red:#e53622;--paper:#f3efe6;--ink:#11110f}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.7}header{display:flex;justify-content:space-between;background:var(--ink);color:#fff;padding:22px max(20px,6vw);font-size:11px;letter-spacing:.14em}header a{color:#fff;text-decoration:none}main{width:min(850px,calc(100% - 40px));margin:clamp(70px,10vw,140px) auto}h1{font-size:clamp(48px,8vw,92px);line-height:.9;letter-spacing:-.07em;margin:25px 0 45px}h2{font-size:24px;margin-top:40px}.lead{font-size:20px;color:#51514d}small{letter-spacing:.16em}.note{background:var(--red);color:#fff;padding:22px;margin-top:40px}
