@font-face {
  font-family: "Inter Display";
  src: url("InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Inter Display", Arial, sans-serif;
  font-optical-sizing: none;
  font-variation-settings: "opsz" 32;
  font-synthesis: none;
  color: #173a55;
  background: #fff;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #173a55; outline-offset: 5px; }
.site-header { width: min(1120px, 100%); margin: 0 auto; padding: 28px 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; font-size: 1.2rem; }
.brand img { display: block; object-fit: contain; }
main { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 32px 24px 72px; text-align: center; }
.project-icon { display: block; width: 176px; height: 176px; padding: 32px; object-fit: contain; background: #edf4fa; border-radius: 50%; }
h1 { margin: 26px 0 14px; color: #08183f; font-size: clamp(2.6rem, 7vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
.project-description { max-width: 640px; margin: 0; font-size: clamp(1.25rem, 3vw, 1.75rem); line-height: 1.4; letter-spacing: -.025em; }
.status { margin: 30px 0; padding: 10px 18px; border-radius: 24px; background: #edf4fa; font-size: .95rem; line-height: 1.5; }
.home-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 22px; border-radius: 24px; background: #173a55; color: #fff; font-size: .95rem; font-weight: 600; line-height: 1.5; text-decoration: none; }
.home-link:hover { background: #08183f; }
footer { padding: 22px 24px; border-top: 1px solid #e0edf7; text-align: center; font-size: .85rem; line-height: 1.6; }
@media (max-width: 480px) {
  .site-header { padding: 20px 24px; }
  main { padding: 32px 20px 48px; }
  .project-icon { width: 148px; height: 148px; padding: 28px; }
  .home-link { font-size: .875rem; }
}
