:root {
    background: #eef2e8;
    color: #17211b;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

body {
    margin: 0;
}

main {
    margin: 0 auto;
    padding: 10vh 0;
    width: min(1080px, calc(100% - 48px));
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #53725f;
    font-size: 0.78rem;
    font-weight: 700;
}

h1 {
    margin: 12px 0;
    max-width: 760px;
    line-height: 0.96;
    font-family: Georgia, serif;
    font-size: clamp(2.6rem, 7vw, 5.8rem);
    font-weight: 500;
}

.intro {
    max-width: 620px;
    color: #536157;
    font-size: 1.1rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin: 54px 0 28px;
}

.cards a {
    transition: transform 160ms ease, box-shadow 160ms ease;
    border: 1px solid #cbd5ca;
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    min-height: 220px;
    text-decoration: none;
    color: inherit;
}

.cards a:hover,
.cards a:focus-visible {
    transform: translateY(-4px);
    outline: 3px solid #85a78e;
    box-shadow: 0 18px 40px rgb(44 65 51 / 14%);
}

.cards span {
    color: #6f8976;
    font-variant-numeric: tabular-nums;
}

.cards h2 {
    margin-top: 48px;
    font-family: Georgia, serif;
    font-size: 1.7rem;
    font-weight: 500;
}

#run-id {
    color: #627065;
    font-family: ui-monospace, monospace;
    font-size: 0.78rem;
}
