:root {
    color: #17201b;
    background: #f4f0e8;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }

body { margin: 0; }

main {
    display: grid;
    min-height: 100vh;
    align-content: center;
    gap: 1.5rem;
    max-width: 72rem;
    padding: clamp(2rem, 8vw, 8rem);
}

.eyebrow {
    color: #806b43;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

h1 {
    max-width: 14ch;
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(3rem, 8vw, 7rem);
    font-weight: 400;
    line-height: .98;
}

.lede {
    max-width: 42rem;
    margin: 0;
    color: #536058;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
}

.button {
    width: fit-content;
    padding: .9rem 1.2rem;
    border: 1px solid #17201b;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
