:root {
    color-scheme: light;
    font-family: Georgia, "Times New Roman", serif;
    color: #302a26;
    background: #faf7f2;
}

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #faf7f2;
}

.site-header,
.site-footer {
    padding: 1.25rem clamp(1.25rem, 5vw, 5rem);
}

.site-header {
    border-bottom: 1px solid #ded4c8;
}

.brand {
    color: inherit;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

main {
    display: grid;
    place-items: center;
    padding: 3rem 1.25rem;
}

.welcome {
    max-width: 44rem;
    text-align: center;
}

.welcome h1 {
    margin: 0.2rem 0 1rem;
    font-size: clamp(3rem, 10vw, 6rem);
    line-height: 0.95;
}

.welcome p {
    font-family: system-ui, sans-serif;
    font-size: 1.1rem;
}

.eyebrow {
    color: #876b54;
    font-size: 0.8rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-footer {
    color: #74685f;
    font-family: system-ui, sans-serif;
    font-size: 0.9rem;
    text-align: center;
}
