@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

body,
button,
input,
select,
textarea {
  font-family: "Inter", Arial, sans-serif;
}

h1,
h2,
h3,
.unit-top b,
.stat b {
  font-family: "Space Grotesk", Arial, sans-serif;
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: -0.065em;
}

.brand {
  flex: 0 0 auto;
  gap: 0;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: 100px;
  height: auto;
  flex: 0 0 auto;
}

.button,
.filters button,
.filters select,
.unit-actions button,
.admin-tabs button,
.edit-unit {
  border-radius: 999px;
}

.button {
  color: var(--ink);
}

.hero-copy h1 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 600;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.hero-copy h1 span {
  color: var(--paper);
}

.phase-card,
.unit-card,
.manager > img,
.application-card,
.admin-card,
.login-card {
  border-radius: 20px;
  overflow: hidden;
}

.unit-card .tag,
.status {
  border-radius: 999px;
}

.eyebrow.coral {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
}

.eyebrow.coral::before {
  content: "";
  width: 17px;
  height: 5px;
  background: var(--coral);
}

.amenity-copy h2 em {
  color: var(--sky);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-style: normal;
}

.release {
  position: relative;
  overflow: hidden;
}

.release::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -260px;
  width: 430px;
  height: 430px;
  border: 86px solid var(--sky);
  border-radius: 50%;
  opacity: 0.1;
}

.release > * {
  position: relative;
  z-index: 1;
}

.footer-brand .brand-logo {
  width: clamp(150px, 14vw, 190px);
}

.incentive-banner {
  max-width: 590px;
  background: rgba(244, 240, 232, 0.94);
  color: var(--ink);
  border-left: 5px solid var(--coral);
  padding: 14px 18px;
  margin-top: 22px;
}
.incentive-banner strong {
  display: block;
}
.incentive-banner small {
  color: var(--muted);
}

@media (max-width: 800px) {
  .brand-logo {
    width: 70px;
  }

  .footer-brand .brand-logo {
    width: 145px;
  }
}
