:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #302e28; background: #f5f0e7; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 40px 24px; }
main { width: min(100%, 760px); text-align: center; }
.wordmark { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 10vw, 96px); font-weight: bold; letter-spacing: -0.065em; line-height: 1; }
.wordmark span { display: block; margin-top: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; letter-spacing: 0.3em; text-transform: uppercase; }
.rule { width: 48px; height: 2px; background: #9a7341; margin: 48px auto; }
h1 { margin: 0 0 20px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 7vw, 56px); font-weight: normal; letter-spacing: -0.035em; }
.message { font-size: clamp(16px, 3vw, 19px); line-height: 1.6; overflow-wrap: anywhere; }
.closing { margin-top: 28px; font-size: 14px; line-height: 1.6; color: #686258; }
