@layer base {
* { box-sizing: border-box; }
body { margin: 0; background: #f7f7f2; color: #20332e; font: 16px/1.6 system-ui, sans-serif; }
main { max-width: 1050px; margin: auto; padding: 24px; }
header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d9dfd5; padding-bottom: 20px; }
.brand { font-weight: 750; letter-spacing: .16em; }
section { max-width: 660px; margin: 12vh auto; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.12; letter-spacing: -.035em; }
.eyebrow { font-size: .8rem; letter-spacing: .18em; }
[role=status] { font-weight: 650; }
button { background: #254c40; color: white; padding: 12px 20px; border: 0; border-radius: 6px; font: inherit; cursor: pointer; }
button:focus-visible { outline: 3px solid #b08430; outline-offset: 4px; }
}
