:root { font-family: Estedad, Vazirmatn, "Segoe UI", Tahoma, sans-serif; color: #301d18; background: #f7eee7; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; display: grid; place-items: center; background: radial-gradient(circle at 20% 10%, #f0bfac 0, transparent 34rem), #f7eee7; }
main { width: min(720px, calc(100% - 32px)); padding: 64px 0; }
.brand { color: #a04d3d; letter-spacing: .24em; font-size: .8rem; font-weight: 700; }
h1 { margin: 18px 0; font-size: clamp(3.2rem, 12vw, 7rem); line-height: 1; }
main > p:not(.brand) { color: #6d5048; font-size: 1.2rem; }
.notice { margin-top: 48px; padding: 18px 20px; border: 1px solid #d8aa9d; border-radius: 18px; color: #61463f; line-height: 1.9; background: rgba(255,255,255,.42); }

