:root { color: #202a2c; background: #f2eee7; font-family: "Avenir Next", "Helvetica Neue", sans-serif; }
* { box-sizing: border-box; }
body { max-width: 920px; margin: 0 auto; padding: 36px 22px 70px; background: #fffdf8; line-height: 1.65; }
a { color: #0d504e; text-underline-offset: 3px; }
a:hover { color: #c7634f; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #d9d2c7; }
.brand { color: #202a2c; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; text-decoration: none; }
.mark { display: inline-grid; width: 30px; height: 30px; margin-right: 8px; place-items: center; color: #fff; background: #176b68; border-radius: 6px; font-family: sans-serif; font-size: 10px; letter-spacing: .06em; vertical-align: -8px; }
nav { display: flex; flex-wrap: wrap; gap: 14px; font-size: 13px; }
.eyebrow { margin: 0 0 10px; color: #176b68; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
main { max-width: 760px; padding-top: 72px; }
h1, h2 { color: #202a2c; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
h1 { max-width: 700px; margin: 0 0 20px; font-size: 49px; }
h2 { margin-top: 38px; font-size: 27px; }
.lead { max-width: 660px; color: #536061; font-size: 19px; }
.callout { margin: 28px 0; padding: 16px 18px; background: #dcecea; border-left: 4px solid #176b68; }
.callout strong { color: #0d504e; }
ul, ol { padding-left: 23px; }
li { margin: 8px 0; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 26px; }
.resource { padding: 17px; border: 1px solid #d9d2c7; border-radius: 7px; }
.resource strong, .resource span { display: block; }
.resource strong { margin-bottom: 4px; }
.resource span { color: #687477; font-size: 13px; }
.meta { color: #687477; font-size: 12px; }
footer { margin-top: 62px; padding-top: 18px; color: #687477; border-top: 1px solid #d9d2c7; font-size: 12px; }
@media (max-width: 620px) { body { padding: 22px 16px 50px; } .masthead { align-items: flex-start; flex-direction: column; } main { padding-top: 48px; } h1 { font-size: 38px; } .lead { font-size: 17px; } .resource-grid { grid-template-columns: 1fr; } }