.ambient {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.42;
  pointer-events: none;
}

.ambient-one {
  top: -210px;
  right: -90px;
  background: radial-gradient(circle, #c8f0df 0%, rgba(200, 240, 223, 0) 70%);
}

.ambient-two {
  bottom: -240px;
  left: -120px;
  background: radial-gradient(circle, #fce4d2 0%, rgba(252, 228, 210, 0) 70%);
}

.site-header {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(104, 189, 156, 0.36);
  border-radius: 12px;
  background: var(--mint-soft);
  color: var(--mint-dark);
  place-items: center;
}

.brand-mark svg {
  width: 22px;
  height: 22px;
}

.header-note {
  color: var(--muted);
  font-size: 13px;
}

main {
  width: min(1180px, calc(100% - 48px));
  min-height: calc(100vh - 172px);
  margin: 0 auto;
}

footer {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 34px;
  gap: 10px;
  align-items: center;
  color: #93a29e;
  font-size: 12px;
}

.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b7c4c0;
}
