:root { color: #493440; background: #f8f2ea; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #8f3f6c; }
header { display: flex; align-items: center; justify-content: space-between; width: min(900px, calc(100% - 36px)); min-height: 76px; margin: 0 auto; }
header > a:first-child { font: 850 20px/1 Georgia, serif; text-decoration: none; }
header > a:last-child { padding: 10px 15px; border-radius: 12px; color: white; background: #91406c; font-size: 11px; font-weight: 800; text-decoration: none; }
main { width: min(800px, calc(100% - 36px)); margin: 30px auto 80px; padding: clamp(25px, 5vw, 58px); border: 1px solid rgba(105,76,92,.1); border-radius: 30px; background: #fffaf3; box-shadow: 0 18px 60px rgba(76,51,65,.08); }
.eyebrow { color: #9a4777; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
h1 { margin: 14px 0 12px; font: 850 clamp(36px, 6vw, 54px)/1 Georgia, serif; letter-spacing: -.04em; }
.lead { margin: 0 0 35px; color: #8b7481; font-size: 13px; line-height: 1.65; }
h2 { margin: 32px 0 10px; font: 800 22px/1.2 Georgia, serif; }
p, li { color: #6f5966; font-size: 12px; line-height: 1.75; }
ul { padding-left: 21px; }
.note { margin-top: 36px; padding: 16px 18px; border-radius: 16px; background: #f0eadf; }
footer { width: min(800px, calc(100% - 36px)); margin: -45px auto 45px; color: #9f8995; font-size: 9px; text-align: center; }
@media (max-width: 520px) { main { margin-top: 12px; padding: 26px 20px; border-radius: 22px; } }
