:root { color-scheme: light; font-family: system-ui, sans-serif; color: #173d35; background: #f6f5ee; }
* { box-sizing: border-box; }
body { margin: 0; }
main { max-width: 1000px; margin: auto; padding: 48px clamp(24px, 6vw, 80px); }
.brand { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-weight: 800; letter-spacing: .15em; }
.brand span { font-size: .8rem; font-weight: 500; letter-spacing: .02em; }
.status { display: inline-block; margin-top: 76px; padding: 9px 16px; border: 1px solid #547265; border-radius: 24px; font-size: .85rem; }
h1 { margin: 24px 0; font-size: clamp(3.5rem, 10vw, 7rem); line-height: 1.02; letter-spacing: -.065em; }
.intro { max-width: 550px; font-size: 1.2rem; line-height: 1.65; }
section { margin-top: 48px; padding: 24px; border-radius: 20px; background: #e7ecdf; }
h2 { margin-top: 0; font-size: 1.1rem; }
section p { margin-bottom: 0; line-height: 1.6; }
footer { margin-top: 40px; max-width: 620px; font-size: .8rem; line-height: 1.6; color: #4d6157; }
@media (max-width: 480px) { main { padding-top: 24px; } .status { margin-top: 48px; } }
