:root {
    color-scheme: light;
    font-family: system-ui, sans-serif;
    color: #25362c;
    background: #f5f3eb;
    line-height: 1.65;
    font-size: 18px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 clamp(24px, 6vw, 72px);
}

header {
    padding: 36px 0;
    border-bottom: 1px solid #c5cbbd;
}

a {
    color: inherit;
    text-underline-offset: 0.2em;
}

a:hover {
    color: #4c6239;
}

a:focus-visible {
    outline: 3px solid #4c6239;
    outline-offset: 5px;
}

.wordmark {
    font-size: 1.4rem;
    font-weight: 750;
    letter-spacing: -0.05em;
    text-decoration: none;
}

.wordmark span {
    color: #668248;
}

main {
    padding: clamp(40px, 9vw, 100px) 0;
    max-width: 720px;
    min-height: 60vh;
}

h1 {
    font-family: Georgia, serif;
    font-size: clamp(2.4rem, 7vw, 4.6rem);
    line-height: 1.06;
    font-weight: 400;
    letter-spacing: -0.045em;
    margin: 20px 0 32px;
    overflow-wrap: break-word;
}

h2 {
    font-size: 1.2rem;
    margin-top: 40px;
}

.eyebrow {
    color: #4c6239;
    font-size: 0.8rem;
    font-weight: 650;
    letter-spacing: 0.05em;
}

.intro {
    font-size: 1.25rem;
    line-height: 1.5;
}

.status {
    margin-top: 32px;
    font-weight: 600;
}

.button {
    display: inline-block;
    background: #344b30;
    color: #fff;
    padding: 14px 22px;
    border-radius: 6px;
    text-decoration: none;
}

.button:hover {
    background: #253b21;
    color: #fff;
}

li {
    padding-left: 4px;
    margin-bottom: 16px;
}

ol {
    padding-left: 24px;
}

footer {
    border-top: 1px solid #c5cbbd;
    padding: 28px 0 36px;
    font-size: 0.85rem;
}

nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

footer p {
    color: #53604e;
}

.skip_link {
    position: absolute;
    top: -100px;
    padding: 12px;
    background: #f5f3eb;
}

.skip_link:focus {
    top: 0;
}
