* { box-sizing: border-box; }
:root { color-scheme: dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #eef1f5; background: #111316; line-height: 1.6; }
body { margin: 0; }
header, main, footer { max-width: 800px; margin: auto; padding: 24px; }
header { border-bottom: 1px solid #343a42; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.brand { color: #fff; text-decoration: none; font-size: 20px; font-weight: 800; }
nav { display: flex; gap: 24px; }
a { color: #6dd7ef; text-underline-offset: 4px; overflow-wrap: anywhere; }
a:hover { color: #fff; }
a:focus-visible { outline: 3px solid #6dd7ef; outline-offset: 5px; }
h1 { font-size: 34px; line-height: 1.15; margin: 20px 0 16px; }
h2 { font-size: 21px; line-height: 1.3; margin-top: 32px; }
p, li { font-size: 16px; }
p { color: #c6cdd6; }
.eyebrow { color: #ff6572; font-size: 13px; font-weight: 700; }
.art { width: 100%; max-height: 300px; object-fit: cover; object-position: center 45%; display: block; margin: 24px 0; }
.contact { border-top: 1px solid #343a42; border-bottom: 1px solid #343a42; padding: 20px 0; margin: 24px 0; }
footer { font-size: 14px; color: #a9b3bf; border-top: 1px solid #343a42; }
li { margin-bottom: 10px; color: #c6cdd6; }
@media (max-width: 480px) { header, main, footer { padding: 20px; } h1 { font-size: 29px; } nav { gap: 18px; } }
