*{
box-sizing:border-box;
}

html,body{
margin:0;
min-height:100%;
background:#090806;
color:#e8e0cf;
font-family:Arial,sans-serif;
}

body{
min-height:100vh;
display:flex;
align-items:center;
justify-content:center;
padding:4rem 2rem;
}

main{
width:min(1050px,100%);
}

.eyebrow{
font-size:.67rem;
letter-spacing:.24em;
opacity:.52;
}

h1{
font:400 clamp(4rem,11vw,10rem)/.82 Georgia,serif;
letter-spacing:-.055em;
margin:1rem 0 2.5rem;
}

.copy{
font:400 clamp(1.05rem,2vw,1.3rem)/1.7 Georgia,serif;
max-width:720px;
opacity:.77;
}

.rule{
border-top:1px solid rgba(232,224,207,.2);
margin:4rem 0 1.5rem;
}

.small{
font-size:.66rem;
letter-spacing:.19em;
opacity:.45;
}
