:root { color-scheme: light; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #233d34; background: #f6f4ee; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: clamp(24px, 5vw, 72px); background: radial-gradient(ellipse at 90% 40%, #dfe9d8 0, transparent 55%); }
header a { color: inherit; text-decoration: none; font-size: 28px; font-weight: 750; letter-spacing: -1.2px; }
header a span { color: #a45332; }
a:focus-visible { outline: 3px solid #a45332; outline-offset: 6px; }
main { width: 100%; max-width: 1000px; margin: auto; padding: 80px 0; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
h1 { margin: 24px 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(44px, 7vw, 88px); line-height: 1.08; letter-spacing: -2px; }
.intro { color: #526157; font-size: clamp(17px, 2vw, 20px); line-height: 1.7; max-width: 600px; }
.status { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; padding: 11px 18px; border: 1px solid #c9d3c4; border-radius: 30px; font-size: 14px; }
.status span { width: 7px; height: 7px; border-radius: 50%; background: #547448; }
footer { color: #526157; font-size: 12px; }
@media (max-width: 540px) { .desktop-break { display: none; } main { padding: 64px 0; } h1 { letter-spacing: -1.5px; } }
