:root {
    color: #f7f3e8;
    background: #10231d;
    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: 80rem;
    padding: clamp(2rem, 8vw, 8rem);
}

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

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

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

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