*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{background:#080808;color:#f0ece4;font-family:'Georgia',serif;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.logo{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:3rem}
.logo-top{font-family:'Georgia',serif;font-size:2rem;letter-spacing:0.44em;font-weight:400;color:#f0ece4;text-transform:uppercase}
.logo-bot{display:flex;align-items:center;gap:0.4em;width:100%}
.logo-bot::before,.logo-bot::after{content:'';flex:1;height:1px;background:#f0ece4}
.logo-bot span{font-family:'Georgia',serif;font-size:0.75rem;letter-spacing:0.25em;color:#f0ece4}
h1{font-family:'Georgia',serif;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:400;color:#f0ece4;margin-bottom:1.25rem;line-height:1.3}
h1 em{color:#c8783a;font-style:italic}
p{font-family:Arial,sans-serif;font-size:1rem;color:rgba(240,236,228,0.65);line-height:1.7;max-width:480px}
.divider{width:40px;height:1px;background:#c8783a;margin:2rem auto}
a{color:rgba(240,236,228,0.5);text-decoration:none;font-family:Arial,sans-serif;font-size:0.8rem;letter-spacing:0.1em;margin-top:3rem;display:inline-block}
a:hover{color:#f0ece4}
