body { font-family: "Iowan Old Style", Palatino, Georgia, serif; } h1, h2, .brand, .routes a, button, .act { font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #e6e9ee; color: #1b2433; font-size: 1.125rem; line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
a { color: #7a3e45; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #7a3e45; outline-offset: 3px; }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: 0.92; letter-spacing: -0.03em; margin: 0.4rem 0 0.6rem; }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.05; margin: 0 0 0.4rem; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; vertical-align: top; padding: 0.65rem 0.5rem 0.65rem 0; border-bottom: 1px solid color-mix(in srgb, #1b2433 18%, #e6e9ee); }
form label { display: block; margin: 0 0 0.9rem; }
input, textarea { display: block; width: min(100%, 32rem); margin-top: 0.3rem; padding: 0.55rem; border: 1px solid #1b2433; background: #fff; color: #1b2433; font: inherit; border-radius: 0; }
textarea { min-height: 8rem; }
button, .act { display: inline-block; background: #1b2433; color: #e6e9ee; text-decoration: none; border: 0; border-radius: 0; padding: 0.7rem 0.95rem; font: inherit; cursor: pointer; }
button:hover, .act:hover { background: #7a3e45; }
.hero img, figure img { width: 100%; max-height: 74vh; object-fit: cover; }
.trio { display: grid; grid-template-columns: 1.1fr 0.8fr 1fr; gap: 0.7rem; margin: 1.4rem 0; }
.trio a { color: inherit; text-decoration: none; }
.trio img { width: 100%; height: 16rem; object-fit: cover; }
.job { display: grid; grid-template-columns: minmax(10rem, 18rem) 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid color-mix(in srgb, #1b2433 18%, #e6e9ee); }
.job img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
footer { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; padding: 1.3rem 4vw 2.5rem; border-top: 1px solid color-mix(in srgb, #1b2433 18%, #e6e9ee); }
@media (max-width: 800px) { .trio, .job, .split { grid-template-columns: 1fr; } .trio img { height: 12rem; } }

.top { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end; padding: 1rem 4vw; background: #24344a; color: #e6e9ee; }
.brand { color: #e6e9ee; text-decoration: none; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.03em; line-height: 0.9; }
.plate { color: #e6e9ee; text-decoration: none; border-left: 4px solid #d2b48a; padding-left: 0.7rem; font-size: 1.5rem; }
.routes { display: flex; flex-wrap: wrap; background: #fff; }
.routes a { flex: 1 1 8rem; padding: 0.65rem 0.7rem; color: #1b2433; text-decoration: none; border-right: 1px solid color-mix(in srgb, #1b2433 15%, white); border-bottom: 1px solid color-mix(in srgb, #1b2433 15%, white); }
.routes a[aria-current="page"] { background: #1b2433; color: #e6e9ee; }
main { padding: 0 4vw 2rem; }
.top + .routes + main h1 { margin-top: 1rem; }
