:root {
    color-scheme: light;
    background: #f6f3ed;
    color: #1b1a18;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f6f3ed;
}

.page {
    width: min(calc(100% - 3rem), 42rem);
    min-height: 100svh;
    margin: 0 auto;
    padding: clamp(2rem, 7vw, 5rem) 0;
}

.site-header {
    font-size: 0.8125rem;
    line-height: 1.4;
}

.site-name {
    color: inherit;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
}

.intro {
    max-width: 37rem;
    margin-top: clamp(5rem, 16vh, 10rem);
}

.eyebrow {
    margin: 0 0 1.25rem;
    color: #79756d;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
    font-size: clamp(3.25rem, 7vw, 5.25rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.summary {
    max-width: 34rem;
    margin: 2rem 0 0;
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    letter-spacing: -0.018em;
    line-height: 1.5;
}

@media (min-width: 48rem) {
    .page {
        width: min(100% - 4rem, 42rem);
    }
}
